@charset "UTF-8";


/* fukidashi
---------------------------------------------------- */
.point_fukidashi {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	padding: 2px 0;
	width: 70px;
	height: 70px;
	line-height: 1.5;
	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: 700;
	color: #3498db;
	border-bottom: solid 0px #005b9f;
}

#container h4.point_univ {
	margin-top: 5px;
}

.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: 2em;
		padding: 2px 0;
		width: 50px;
		height: 50px;
		line-height: 1.5em;
		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: -25px;
		left: 50%;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 15px solid #3498db;
		z-index: 0;
	}

	h4.point_univ {
		text-align: center;
	}
}


.fukidashi_none {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border: solid 2px #3498db;
	border-radius: 15px;
}

.fukidashi_none {
	position: relative;
	margin: 0em 0;
	padding: 1.5em 1.5em;/*文字まわりの余白*/
	border: solid 2px #fc825d;/*線の種類、太さ、色*/
	border-radius: 50px;/*ボックスの角のまるみ*/
}

.fukidashi_none:before, .fukidashi_none::after { 
	position: absolute;
	top: 0;
	content:'';
	width: 100%;
	height: 100%;
	border-radius: 50px;/*ボックスの角のまるみ*/
}

.fukidashi_none::before {
	left:0;
	border: solid 2px #fc825d;/*線の種類、太さ、色*/
	transform: rotate(-1.5deg);/*ボックスの角度*/
}

.fukidashi_none::after{
	left:0;
	border: solid 2px #fc825d;/*線の種類、太さ、色*/
	transform: rotate(1.5deg);/*ボックスの角度*/
}

.fukidashi_none p {
	margin: 0; 
	padding: 0;
}

.photo_up {
	position: relative;
	top:-30px;
	margin: 0 0 -50px;
}

@media (max-width: 768px) {
	.photo_up {
		position: relative;
		top:-30px;
		margin: 0 0 -50px;
	}
}


.h3,h3 {
	font-weight: 300;
	color: #313131;
	font-size: 180%;
}

@media all and (max-width: 768px) {
	.h3,h3 {
		font-weight: 300;
		color: #313131;
		font-size: 150%;
	}
}





.panel-title .section_list {
	color: #fff;
	margin-top: 0;
	font-size: 1.1em;
	background-color: #ef8200;
	margin-bottom: 0;
}

.panel-title.accordion-toggle.orange_toggle {
	margin-top: 5px;
}

/*accordion-toggle icon*/
.accordion-toggle a.section_list::after {
	font-family: 'Font Awesome 5 Free';
	content: " \f078";
	content: " 	\f0d8";
	margin-top: -23px;
	position: absolute;
	right: 40px;
	top: 50%;
	width: 22px;
	text-indent: 1em;
	font-weight: 600;
	font-size: 1.5em;
}

.accordion-toggle a.section_list.collapsed::after {
	font-family: 'Font Awesome 5 Free';
	/*content: " \f077";*/
	content: " \f0d7";
	/*     color: blue; */
	margin-top: -23px;
	position: absolute;
	right: 40px;
	top: 50%;
	width: 22px;
	text-indent: 1em;
	font-weight: 600;
	font-size: 1.5em;
}

a.list-group-item.section_list,
button.list-group-item.section_list {
	color: #fff;
}

a.list-group-item.section_list .list-group-item-heading,
button.list-group-item.section_list .list-group-item-heading {
	color: #ef8200;
}

a.list-group-item.section_list:hover, a.list-group-item.section_list:focus,
button.list-group-item.section_list:hover,
button.list-group-item.section_list:focus {
	color: #fff;
	text-decoration: none;
	background-color: #ef8200;
}


.list-group-item {
	position: relative;
	display: block;
	padding: 10px 35px 10px 10px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 2px solid #ef8200;
}

.list-group-item.merit_list:first-child {
}

.list-group-item.merit_list:last-child {
	margin-bottom: -2px;
}
.well.square.merit_comment{
	background: none;
}

a.list-group-item,
button.list-group-item {
	color: #ef8200;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #ef8200;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	color: #F79928;
	text-decoration: none;
	background-color: #FFF4E8;
}

.accordion-toggle a.collapsed:after {
		margin-top: -13px;
}

.accordion-toggle a:after {
	margin-top: -13px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 0px;
	background-color: #fff;
	border: 0px solid #e3e3e3;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.list-group h4 .em15 {
	font-size: 1.5em;
}




/* module　追加
---------------------------------------------------- */
.module {
	margin:5px 5px 10px;
}
	
.module.orange_line {
	border: solid 2px #ef8200;
	background: #fff;
}

.module_inner {
	padding:10px 20px;
}

#content .module p {
	font-family: 'YakuHanJP' ,'M PLUS 1p', "Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	margin: 0 0 5px;
	padding-bottom: 5px;
	line-height: 1.5;
}

#content .module .title {
	font-size: 1.1em;
	font-weight: 700;
	border-bottom: solid 1px #3498db;
	margin: 0 0 10px;
}

@media screen and (max-width: 767px){
	.module_inner {
		padding:10px 20px;
	}
}

/* 枠のradius指定 */
.module.r5 {
	border-radius: 5px;
}
.module.r6 {
	border-radius: 6px;
}
.module.r7 {
	border-radius: 7px;
}
.module.r8 {
	border-radius: 8px;
}
.module.r9 {
	border-radius: 9px;
}
.module.r10 {
	border-radius: 10px;
}



/* カラムのセンター揃え　機能拡張 */
.row-center{
	text-align:left;
	letter-spacing:-0.4em;
}

.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;
}





/* -------------------------------------------------- *
 * タブデザイン
 * -------------------------------------------------- */
 /*タブのアクティブのデザイン変更*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background: #3498db;
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a.pink, .nav-tabs > li.active > a.pink:hover, .nav-tabs > li.active > a.pink:focus {
	color: #fff;
	cursor: default;
	background: #EA6490;
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a.green, .nav-tabs > li.active > a.green:hover, .nav-tabs > li.active > a.green:focus {
	color: #fff;
	cursor: default;
	background: #538134;
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a.blue, .nav-tabs > li.active > a.blue:hover, .nav-tabs > li.active > a.blue:focus {
	color: #fff;
	cursor: default;
	background: #2F5596;
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	/* border-style: solid; */
	/* border-color: #ffffff transparent transparent transparent; */
	/* border-width: 10px 10px 10px 10px; */
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
}

/*タブの高さの変更*/
.nav > li > a {
	position: relative;
	display: block;
	padding: 25px 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 > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #f9f9f9;
	}
}

/*タブの隣とのスペース*/
.nav > 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 {
	margin: 10px 0 0 0;
	padding-left: 0;
}

/*タブの文字レイアウト*/
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > 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;
}

.tab-content{
	padding: 20px 20px;
}

@media (max-width: 768px) {
	.tab-content {
		padding: 10px 0px;
	}
}


.nav-tabs-outer .nav-tabs a.pink {
	color: #EA6490;
	text-decoration: none;
}
.nav-tabs-outer .nav-tabs a.pink:hover, .nav-tabs-outer .nav-tabs a.pink:focus {
	color: #EA6490;
	text-decoration: underline;
	background-color: #FBDDF0;
}

.nav-tabs-outer .nav-tabs a.pink:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.nav-tabs-outer .nav-tabs a.green {
	color: #538134;
	text-decoration: none;
}

.nav-tabs-outer .nav-tabs a.green:hover, .nav-tabs-outer .nav-tabs a.green:focus {
	color: #538134;
	text-decoration: underline;
	background-color: #DDFBDD;
}

.nav-tabs-outer .nav-tabs a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.nav-tabs-outer .nav-tabs a.blue {
	color: #2F5596;
	text-decoration: none;
}

.nav-tabs-outer .nav-tabs a.blue:hover, .nav-tabs-outer .nav-tabs a.blue:focus {
	color: #2F5596;
	text-decoration: underline;
	background-color: #DDEFFB;
}

.nav-tabs-outer .nav-tabs a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}



@media (max-width: 768px) {
	/*.nav-tabs-outer{
		overflow-x:scroll;  
		margin-bottom: -10px;
	}*/


	.nav-tabs-outer .nav-tabs li a{
	padding: 2px;
	}

	.nav-tabs > li {
		float: left;
		margin-bottom: -1px;
		font-size: 0.7em;
	}
}


.tab-content .md_header, .panel-collapse .md_header{
	padding-bottom: 8.5px;
	margin: 15px 0 19px;
	border-bottom: 1px solid #eee;
}





/* -------------------------------------------------- *
 * アコーディオンのデザイン
 * -------------------------------------------------- */
/* accordion menu*/
#toggle-freshman,#toggle-event,#toggle-exam {
	color:#fff;
	font-size:1.3em;
}

.tiles-toggle i {
	font-size:1.5em;
}

#toggle-exam {
	background-color: #EA6490;
}

#toggle-freshman {
	background-color: #538134;
}

#toggle-event {
	background-color: #2F5596;
}

@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: 5px;
	position: relative;
}

#content .tiles-toggle > a {
	/*border: 1px solid #aaa;*/
	display: block;
	padding: 10px 10px;
	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';
	font-weight: 600;
	content: "\f068";
	margin-top: 0px;
	position: absolute;
	right: 10px;
	top: 0.6em;
	width: 22px;
}

#content .tiles-toggle > a.collapsed:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: "\f067";
	margin-top: 0px;
	position: absolute;
	right: 10px;
	top: 0.6em;
	width: 22px;
}




/* -------------------------------------------------- *
 * インデント追加
 * -------------------------------------------------- */
span.ind_005 {					/* spanブロック化 */
	display: block;
	padding-left: 0.5em;
	text-indent: -0.5em;
}
span.ind_01 {					/* spanブロック化 */
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
span.ind_02 {					/* spanブロック化 */
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}
span.ind_03 {					/* spanブロック化 */
	display: block;
	padding-left: 3em;
	text-indent: -3em;
}
span.ind_04 {					/* spanブロック化 */
	display: block;
	padding-left: 4em;
	text-indent: -4em;
}
span.ind_05 {					/* spanブロック化 */
	display: block;
	padding-left: 5em;
	text-indent: -5em;
}
span.ind_06 {					/* spanブロック化 */
	display: block;
	padding-left: 6em;
	text-indent: -6em;
}


/* ----------------------------------------
 * 囲み文字
 * ---------------------------------------- */
.maru01 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column; 
	vertical-align: middle;
	margin: 1px;
}

.ind_02 .maru01 {
	padding-left: 1.4em;
	text-indent: -1.1em;
}

.ind_02 .maru01.orange1 {
	padding-left: 1.4em;
	text-indent: -1.05em;
}

/* 四角の大きさ */
.content_full .squarebox {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	flex-flow: column; 
	margin-right: 0.2em;
}

/* 円の大きさ */
.size_normal01{
	width: 35px;
	height: 35px;
}

/* 文字の大きさ */
.letter3 {
	font-size: 1em;
	line-height: 1.5em;
}

.letter4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	text-align: center;
}
/* 円と文字の色 */

.gray1 {
	color: #5F5F5F;
	border: 1px solid #5F5F5F;
}

.yellow1 {
	color: #C7B500;
	border: 1px solid #C7B500;
}

.purple1 {
	color: #8a2be2;
	border: 1px solid #8a2be2;
}

.blue1 {
	color: #00008b;
	border: 1px solid #00008b;
}

.pink1 {
	color: #E500B3;
	border: 1px solid #E500B3;
}

.green1 {
	color: #008000;
	border: 1px solid #008000;
}

.orange1 {
	color: #E67E22;
	border: 1px solid #E67E22;
}

.orange2 {
	color: #fff;
	background-color: #E67E22;
}

.orange3 {
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.orange3:hover {
	color: #fff;
	border: 1px solid #fff;
}

.btn-outline.btn-warning:hover .orange3,
.btn-outline.btn-warning:active .orange3{color:#FFF;background:#f0ad4e;border-color:#fff;}


.btn {
	padding: 9px;
}


#page2top a {
	z-index: 999;
}





/* 円の基本形 */
.maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: top;
}

/* 円の大きさ */
.size_normal{
	width: 150px;
	height: 150px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* 文字の大きさ */
.letter5 {
	font-size: 5rem;
	line-height: 1.3rem;
}
.letter1 {
	font-size: 2rem;
	line-height: 2.6rem;
	color: #FFFFFF;
}
/* 円と文字の色 */
.pink01 {
	background-color: #F56883;
}
.pink01:hover {
	background-color: #D24A64;
}

.blue01 {
	background-color: #2F98B7;
}
.blue01:hover {
		background-color: #197f9e;
}

.yellow01 {
	background-color: #e5b249;
}
.yellow01:hover {
		background-color: #bf8b20;
}

@media (max-width: 768px) {
.size_normal{
	width: 120px;
	height: 120px;
}

.letter1 {
	font-size: 1.6rem;
	line-height: 2.0rem;
}

}

@media (max-width: 575px) {
	.size_normal{
		width: 25vw;
		height: 25vw;
	}

	.letter1 {
		font-size: 2.8vw;
		line-height: 4vw;
	}
	.contact {
			padding: 0.8em 0.7em;
	}
}

#content .mb1rem {
		margin-bottom: 1rem;
}

#content a {
		text-decoration: none;
}


.pink01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #F56883;
	padding: .15em .6em .15em;
	line-height: 1.8;
}

.pink01:hover .label-default.label-outline,
.pink01:active .label-default.label-outline{
	color: #D24A64;
}

.blue01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #2F98B7;
	padding: .15em .6em .15em;
	line-height: 1.8;
}

.blue01:hover .label-default.label-outline,
.blue01:active .label-default.label-outline {
	color: #197f9e;
}

.yellow01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #e5b249;
	padding: .15em .6em .15em;
	line-height: 1.8;
}

.yellow01:hover .label-default.label-outline,
.yellow01:active .label-default.label-outline {
	color: #bf8b20;
}

@media (max-width: 575px){
.pink01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}
.blue01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}
.yellow01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}
}


.module-orange2 {
	background-color: #ef8200;
}





/* ボタンホバーカラー調整
---------------------------------------------------- */
.btn-primary        {background-color:#2f98b7;border:3px solid #2f98b7;color:#FFF;}
.btn-primary:hover,
.btn-primary:active,.btn-primary:focus{color:#FFF;background:#FFA300;border-color:#FFA300;}





/* 画像ホバーカラー
---------------------------------------------------- */
.module-pink .hover_pink {
	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(243,79,145,0.80);
	text-align: center;
	opacity: 0;
}

.module-pink .hover_pink:hover {
		opacity: 1;
}


.module-green .hover_green {
	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(56,196,74,0.80);
	text-align: center;
	opacity: 0;
}

.module-green .hover_green:hover {
		opacity: 1;
}


.module-blue .hover_blue {
	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(60,132,214,0.80);
	text-align: center;
	opacity: 0;
}

.module-blue .hover_blue:hover {
		opacity: 1;
}


/* 文字サイズ
---------------------------------------------------- */
.lead {
  margin-bottom: 19px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .lead {
    font-size: 16px;
  }
}



/** 文字列にスラッシュ追加
 **************************************************************** **/
.slash {
	position: relative;
	display: inline-block;
	padding: 10px 30px 0px;
	font-size: 1em;
	color: #333;
}


@media (max-width: 991px) {
	.slash {
		font-size: 1.4vw;
	}
}
@media (max-width: 768px) {
	.slash {
		font-size: 1.3vw;
		padding: 0px 25px;
	}
}
@media (max-width: 575px) {
	.slash {
		font-size: 1.3vw;
	}
}
@media (max-width: 480px) {
	.slash {
		font-size: 2vw;
		padding: 0px 25px;
	}
}
.slash::before {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #333;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.slash::after {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #333;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.slash::before {
	left: 0;
}
.slash::after {
	right: 0;
}