@charset "UTF-8";


/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. box
		03. bootstrap 機能拡張
		04. fukidashi
		05. 文字列にスラッシュ追加
		06. チェックボックス list
		07. Overlay letters
		08. タブデザイン
		09. ライン付きタイトル
	---------------------------

 ** ************************************* **/

/** 01. Globals
 **************************************************************** **/
.red {
	color: #DF0D0D;	
}
.col_33 {
	width: 32%;
	margin-right: 1.25%;
	float: left;
	display: inline;
}
.price {
	font-family: Myriad pro;
	font-weight: bold;
	font-size: 120%;
	color: #DF0D0D;
}
.price_l {
	font-family: Myriad pro;
	font-weight: bold;
	font-size: 200%;
	color: #DF0D0D;
}
#content h2 {
	font-size: 160%;
}
h1,h2,h3,h4,h5 {
	letter-spacing: 0;
}

h4 {
	padding-top:1px;
	margin-top:0;
	font-size: 100%;
}

h4.red {
	color: #DF0D0D;
	border-color: #DF0D0D;
}
h4.box1{
	font-size:1.3em;
	font-weight: 500;
	color: #fff;/*文字色*/
	padding: 0.4em 0.5em 0.8em 0.5em;/*文字周りの余白*/
	line-height: 1.3;/*行高*/
	background: #2270C0;/*背景色*/
	vertical-align: middle;/*上下中央*/
	margin:0px 0;
	border-bottom: solid 1px #184766;
	border-radius: 5px;
}
h4.box1:before {
	font-size:1.6em; 
	content: '●';
	color: white;
	margin:0.3em 5px 0.5em 5px;
	text-shadow: -1px -1px 1px #fff, -2px -2px 2px #2C2A2B;
}
h5 {
	border: 0;
	padding-left :0;
}
ul.tri li {
	margin: -5px 0;
	padding-top: 0;
	line-height: 0;
}
.just{
	text-align: justify; 
}
#topmenu a {
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;
}
.alert {
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 6px;
}
.alert-danger .line {
	border-bottom: 2px solid #fcc7cc;
	padding-bottom:2px;
}
article {
	overflow-x: hidden;
}
#h4_photo {
	position:absolute;
	width:230px;
	height:230px;
	margin:20px 0 0 20px ;
	top:-40px;
	right: 30px;
}
.content_inner {
	padding: 0 10px;
}
.section {
	margin-left: -10px;
	margin-right: -10px;
}
@media screen and (max-width: 480px){
	.content_full{
		margin: 0 -20px;
	}
}

.comment_phoho {
	border-radius: 50%;
}


th.w300 {
	width: 300px;
}

h5.sideline {
	font-size: 1.1em;
	padding: 0.7em 0 0.7em 0.7em;
	border-bottom: solid 1px #ccc;
	border-left: 6px solid #3AABD2;
}



/** 02. box
 **************************************************************** **/
.box {
	margin: 10px 0;
	padding: 10px 15px;
	border: 2px solid #cccccc;
	border-radius: 10px;
}

.box.box_red {
	margin: 10px 0;
	padding: 10px 15px;
	border: 3px solid #FF1A1E;
	border-radius: 0px;
}
.boxplan {
	margin-left: auto;
	margin-right: 10px;
	width: 18em;
	background-color:#EFEFEF;
	border: none;
}



/** 03. bootstrap 機能拡張
 **************************************************************** **/
.row-center.left{
	letter-spacing:-0.4em;
	text-align: left
}
.row-center > [class*='col-'] {
	display:inline-block;
	letter-spacing:0;
	vertical-align:top;
	float:none !important;
}
.row-center.va-middle > [class*='col-'] {
	vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
	vertical-align:bottom;
}




/** 04. fukidashi
 **************************************************************** **/
/******************point_fukidashi*******************/
.point_fukidashi {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	padding: 6px 0;
	width: 85px;
	height: 80px;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	background: #3498db;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
.point_fukidashi:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 27px solid #3498db;
	z-index: 0;
}
#container h4.point_univ {
	font-size:140%;
	font-weight: 600;
	line-height: 1.8;
	color:#3498db;
	border-bottom: solid 0px #005b9f;
	margin-top: 5px;
	text-align: left;
}
.step_hr {
	width:95%;
	border-bottom:dotted 1px #ccc;
}
@media only screen and (max-width: 768px) {
	.point_fukidashi {
		position: relative;
		display: inline-block;
		margin-bottom: 1em;
		padding: 6px 0;
		width: 80px;
		height: 75px;
		line-height: 1.8em;
		vertical-align: middle;
		text-align: center;
		color: #FFF;
		background: #3498db;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.point_fukidashi:before{
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 27px solid #3498db;
		z-index: 0;
	}
	#container h4.point_univ {
		font-size:125%;
		font-weight: 600;
		text-align: center;
		line-height: 1.8;
		color:#3498db;
		border-bottom: solid 0px #005b9f;
	}
}

/******************fukidashi*******************/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 0.5em 0 1.5em;
	padding: 15px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 15px;
	background: #e1f0fa;
	border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e1f0fa;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #ffff;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffff;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 15px;
	background: #e1f0fa;
	border-radius: 15px;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	border: 15px solid transparent;
	border-left: 15px solid #e1f0fa;
}
@media only screen and (max-width: 768px) {
	.fukidashi_right {
		position: relative;
		display: inline-block;
		margin: 1.5em 0;
		padding: 15px 15px;
		min-width: 120px;
		max-width: 100%;
		color: #393939;
		font-size: 15px;
		background: #e1f0fa;
		border-radius: 15px;
	}
	.fukidashi_right:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #e1f0fa;
	}
}
.fukidashi_left {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #ffff;
	border-radius: 15px;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #ffff;
}


/** 05. 文字列にスラッシュ追加
 **************************************************************** **/
.slash {
	position: relative;
	display: inline-block;
	padding: 0px 40px;
	font-size: 1.5em;
	color: #3498db;
}
@media (max-width: 991px) {
	.slash {
		font-size: 2vw;
	}
}
@media (max-width: 768px) {
	.slash {
		font-size: 2.5vw;
	}
}
@media (max-width: 575px) {
	.slash {
		font-size: 2.3vw;
	}
}
@media (max-width: 480px) {
	.slash {
		font-size: 4.3vw;
		padding: 0px 28px;
	}
}
.slash::before {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #3498db;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.slash::after {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #3498db;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.slash::before {
	left: 0;
}
.slash::after {
	right: 0;
}




/** 06. チェックボックス list
 **************************************************************** **/

#content ul.list_check  {
    list-style: none;
    margin: 0;
	padding-left: 1em;
}
#content ul.list_check li{
	position: relative;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.5;
	font-size: 0.9em;
}
#content ul.list_check li:before {
	font-family: 'Font Awesome 5 Free';
  content: "\f14a"; /* アイコンのunicode */
  position: absolute;
  left: -0.8em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
  top: -0.05em; /* アイコンの場所を変えたければ適宜変更 */
}




/** 07. Overlay letters
 **************************************************************** **/

.box_red {
	position: relative;
}


.box_Overletter {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-color:rgba(151,151,151,0.5);
	text-align: center;
	opacity: 1;
}

.box_Overletter p {
	position: absolute;
	top: 45%;
	width: 100%;
	display: block;
	margin-top: -10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
}

.box_Overletter p .box_inner {
	background: #FB3B3E;
	display: inline-block;
	padding: 5px;
	transform: rotate(-10deg);
}



/** 08. タブデザイン
 **************************************************************** **/
/*タブのアクティブのデザイン変更*/
.nav-tabs.blue_back > li > a.active, .nav-tabs.blue_back > li> a.active:hover, .nav-tabs.blue_back > li> a.active:focus {
	color: #fff;
	cursor: default;
	background: #3498db;
	border-bottom-color: transparent;
}
.nav-tabs.blue_back > li > a.active:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
}
.nav-tabs.blue_back > li.w100 > a.active:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid white;
}






/*タブの高さの変更*/
.nav.blue_back > li > a {
	position: relative;
	display: block;
	padding: 15px 5px;
}


/*タブの角丸の変更*/
@media (min-width: 769px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 0px solid #ddd;
		border-radius: 0px 0px 0 0;
	}
	.nav-tabs-justified > a.active, .nav-tabs.nav-justified > a.active,
	.nav-tabs-justified > a.active:hover,
	.nav-tabs.nav-justified > a.active:hover,
	.nav-tabs-justified >  a.active:focus,
	.nav-tabs.nav-justified > a.active:focus {
		border-bottom-color: #E4F1F8;
	}
}
/*タブの隣とのスペース*/
.nav.blue_back > li > a {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #EFEFEF;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.nav.blue_back2 > li > a {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #EFEFEF;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/*タブの下方向のスペース*/
#content .nav.nav-tabs.blue_back {
	margin: 10px 0 0 0;
	padding-left: 0;
}
/*タブの文字レイアウト*/
.nav-tabs.blue_back > li > a, .nav-tabs.blue_back > li > a:hover, .nav-tabs.blue_back > li > a:focus {
	font-size: 16.5px;
	font-weight: 600;
	color: #3498db;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 0px;
}

@media (max-width: 768px) {
.nav-tabs.blue_back > li > a, .nav-tabs.blue_back > li > a:hover, .nav-tabs.blue_back > li > a:focus {
	font-size: 14px;
}
}
.tab-content{
	padding: 30px 20px;
}
.nav-tabs-outer::-webkit-scrollbar {
	display: none;
}
#content .nav-tabs-outer .nav-tabs.blue_back li.w100{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.nav-tabs-outer .nav-tabs.blue_back li{
	display: block;
	width: 50%;
}
.nav-tabs-outer .nav-tabs.blue_back a {
	color: #3498db;
	text-decoration: none;
}
.nav-tabs-outer .nav-tabs.blue_back a:hover, .nav-tabs-outer .nav-tabs.blue_back a:focus {
	color: #3498db;
	text-decoration: underline;
	background-color: #E4F1F8;
}
.nav-tabs-outer .nav-tabs.blue_back a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
@media (max-width: 768px) {
	.nav-tabs-outer .nav-tabs.blue_back li {
		display: block;
		width: 50%;
	}
	.nav-tabs-outer .nav-tabs.blue_back li a {
		padding:10px 2px;
	}
	.nav-tabs.blue_back > li {
		float: left;
		margin-bottom: -1px;
		font-size: 0.7em;
	}
	.tab-content{
	padding: 20px 00px;
}
}




/** 04. アコーディオンのデザイン
 **************************************************************** **/
/* accordion menu*/
#toggle-freshman,#toggle-event,#toggle-exam {
	color: #3498db;
	font-size: 1.3em;
}
.tiles-toggle i {
	font-size: 1.5em;
}
#toggle-exam {
	background-color: #fff;
	border: solid 1px #3498db;
}
#toggle-freshman {
	background-color: #fff;
	border: solid 1px #3498db;
}
#toggle-event {
	background-color: #fff;
	border: solid 1px #3498db;
}
@media (max-width: 768px) {
	#toggle-freshman,#toggle-event,#toggle-exam {
		font-size: 1.1em;
	}
	.tiles-toggle i {
		padding-right: 5px;
	}
}
#content .tiles-toggle {
	margin-bottom: 0px;
	position: relative;
}
#content .tiles-toggle > a {
	/*border: 1px solid #aaa;*/
	display: block;
	padding: 10px 10px;
	margin-top: 5px;
	text-decoration: none;
}
/*アコーディオンの文字[step]のレイアウト*/
#content .tiles-toggle > a .kan412 {
	color: #fff;
	font-family: kan412typos-std, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	margin-right: 5px;
}
#content .tiles-toggle > a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f068";
	font-weight: 600;
	margin-top: 0px;
	position: absolute;
	right: 10px;
	top: 0.6em;
	width: 22px;
}
#content .tiles-toggle > a.collapsed:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f067";
	font-weight: 600;
	margin-top: 0px;
	position: absolute;
	right: 10px;
	top: 0.6em;
	width: 22px;
}





/* ----------------------------------------
 * 囲み文字の基本形　インデント有
 * --------------------------------------- */
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align:middle;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: 0;
}
/* 円の大きさ */
.size_normal{
  width: 30px;
  height: 30px;
}
/* 四角の大きさ */
.content_inner .square {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  flex-flow: column; 
  margin-right: 0.2em;
}

/* 文字の大きさ */
.letter3 {
  font-size: 1.1em;
  line-height: 1.3em;
  text-indent: 0.1em;
}
/* 囲みと文字の色 */
.gray1 {
  color: #5F5F5F;
  border: 1px solid #5F5F5F;
  background: #fff;
}
.yellow1 {
  color: #ECD700;
  border: 1px solid #ECD700;
  background: #fff;
}
.purple1 {
  color: #8a2be2;
  border: 1px solid #8a2be2;
  background: #fff;
}
.blue1 {
  color: #fff;
  border: 1px solid #52A7E0;
  background: #52A7E0;
}
.pink1 {
  color: #E500B3;
  border: 1px solid #E500B3;
  background: #fff;
}
.green1 {
  color: #008000;
  border: 1px solid #008000;
  background: #fff;
}
.orange1 {
  color: #fff;
  border: 1px solid #E67E22;
  background: #E67E22;
}
.content_inner p{
  padding-left: 1.2em;
  text-indent: -1.4em;
}




/* -------------------------------------------------- *
 * 丸の中の画像
 * -------------------------------------------------- */
.comment_phoho {
	border-radius: 50%;
}




/* -------------------------------------------------- *
 * 吹き出し
 * -------------------------------------------------- */
.fukidashi_left2 {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 16px;
	background: #FAE0D0;
	border-radius: 15px;
	margin-left: 20px;

}
.fukidashi_left2:before {
	content: "";
	position: absolute;
	top: 45%;
	left: -25px;
	margin-top: 0px;
	border: 10px solid transparent;
	border-right: 15px solid #FAE0D0;
}

@media (max-width: 768px) {
.change .fukidashi_left2 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 13px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	background: #FAE0D0;
	border-radius: 15px;
}
.fukidashi_left2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #FAE0D0;
}
}

/** 09. ライン付きタイトル
 **************************************************************** **/

h4, .h4 {
	line-height: 1.5;
	font-weight: bold;
	margin-top: 2rem;
}

h4.bk_line_l,.bk_line_l  {
	display: block;
	position: relative;
	margin: 1em 0 1em;
}

h4.bk_line_l .bk_line_title ,.bk_line_l .bk_line_title {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	background-color: #fff;
}

h4.bk_line_l::before,.bk_line_l::before{
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #2532a4;
	background: -webkit-linear-gradient(-45deg, transparent, #2532a4 10%, #2532a4 90%, transparent);
	background: linear-gradient(-45deg, transparent, #2532a4 10%, #2532a4 90%, transparent);
}

h4.bk_line_l.ind_013 {
	padding-left: 2.5em;
}

h4.bk_line_l.ind_013::before {
	width: 95%;
}

@media (max-width: 480px) {
	h4, .h4 {
	font-size: 14.5px;
}
	h4.bk_line_l.ind_013::before {
		width: 85%;
	}
}
