@charset "UTF-8";



/* ----------------------------------------
 * 追加
 * --------------------------------------- */
 


@media (max-width: 768px) {
h3, .h3 {
    font-size: 18px;
}
.label {
    vertical-align: middle;
}
}

.top_space {
margin-top: 30px;
}

.page-header {
    padding-bottom: 8.5px;
    margin: 10px 0 19px;
    border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
.page-header {
    padding-bottom: 8.5px;
    margin: 20px 0 19px;
    border-bottom: 1px solid #eee;
}
}

.center-line {
	width: 90px;
	height: 5px;
	display: block;
	margin: 10px auto 30px auto;
	border-bottom: 1px solid #25CBF5;
	border-top: 1px solid #25CBF5;
}
.green, .green a {
    color: #3CB832;
}
.deepblue, .deepblue a {
    color: #217dbb;
}

.kan412 {
    font-family: kan412typos-std, sans-serif;
}

#content .box20 p.border_bottom_dot.green {
    border-bottom: 2px dotted #3CB832;
    margin: 0 0px 10px 0px;
}
#content .box20 p.border_bottom_dot.deepblue {
    border-bottom: 2px dotted #217dbb;
    margin: 0 0px 10px 0px;
}

span.ind_02 a.btn {
	text-indent: 0;
	margin-bottom: 5px;
}

/* -------------------------------------------------- *
 * アコーディオンのデザイン
 * -------------------------------------------------- */
/* 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: #3498db;
}
#toggle-freshman {
	background-color: #3498db;
}
#toggle-event {
	background-color: #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-top: 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';
	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;
}










/* -------------------------------------------------- *
 * タブデザイン
 * -------------------------------------------------- */
 /*タブのアクティブのデザイン変更*/
.nav-tabs > li > a.active, .nav-tabs > li> a.active:hover, .nav-tabs > li > a.active:focus {
	color: #fff!important;
	cursor: default!important;
	background: #3498db!important;
	border-bottom-color: transparent;
}
.nav-tabs > li > a.active: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: 15px 5px;
}
/*タブの角丸の変更*/
@media (min-width: 769px) {
	.nav-tabs-justified > li > a, .nav-tabs > li > a {
		border-bottom: 0px solid #ddd;
		border-radius: 0px 0px 0 0!important;
	}
	.nav-tabs-justified > a.active, .nav-tabs >  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: #f9f9f9;
	}
}
/*タブの隣とのスペース*/
.nav > li > a {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #EFEFEF!important;
	border-right: 1px solid #fff!important;
	border-left: 1px solid #fff!important;
}
/*タブの下方向のスペース*/
#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: 14.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: 30px 20px;
}

/*タブのスクロール*/
/*.nav-tabs-outer{
  overflow-x:scroll;  
}*/

.nav-tabs-outer::-webkit-scrollbar {
  display: none;
}
 
.nav-tabs-outer .nav-tabs li{
  display: block;
  width: 33.33%;
}
.nav-tabs-outer .nav-tabs a {
  color: #3498db;
  text-decoration: none;
}
.nav-tabs-outer .nav-tabs a:hover, .nav-tabs-outer .nav-tabs a:focus {
  color: #3498db;
  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{
  display: block;
  width: 89px;
}
.nav-tabs-outer .nav-tabs li a{
padding:2px;
}

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



/* -------------------------------------------------- *
 * タイトル付き枠
 * -------------------------------------------------- */

.box20 {
	margin: 1em 0;
}
.box20 .box-title {
	font-size: 2.2rem;
	padding: 10px 10px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.box20 .box-inner {
	padding: 0 15px 15px 15px;
}
#content .box20 p{
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
}
.box20 p.img {
	padding: 5px;
	margin: 0;
}
.box20.backblue{
	background: #ffff;
	border: solid 2px #217dbb;
}
.box20.backblue .box-title {
	color: #217dbb;
}
.box20.backpink{
	background: #ffff;
	border: solid 2px #C74890;
}
.box20.backpink .box-title {
	background: #fff;
	color: #C74890;
}
.box20.backyellow{
	background: #ffff;
	border: solid 2px #F4CB0D;
	color: #393939;
}
.box20.backyellow .box-title {
	background: #fff;
	color: #F4CB0D;
}
.box20.backgreen{
	background: #ffff;
	border: solid 2px #3CB832;
}
.box20.backgreen .box-title {
	background: #fff;
	color: #3CB832;
}
@media screen and (max-width: 767px){
	.box20 .box-title {
		font-size: 1.7rem;
		padding: 10px 10px;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
}

/* -------------------------------------------------- *
 * 表のレイアウト
 * -------------------------------------------------- */
 
/* ---------------backblue--------------- */
#content table.table01 {
	width:100%;
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-collapse: collapse;
	margin-bottom: 0px;
}
#content table.table01 thead th {
	background:#217dbb;
	color:#FFF;
	padding:5px 5px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	font-weight: normal;
}
#content table.table01 thead th:last-child {
	border-right:#217dbb solid 1px;
}
#content table.table01 tbody th {
	background:#217dbb;
	color:#fff;
	padding:5px 5px;
	border-bottom:#FFF solid 1px;
	border-right:#FFF solid 1px;
	vertical-align:middle;
}
#content table.table01 tbody tr:last-child th {
	border-bottom:#4e8ac9 solid 1px;
}
#content table.table01 tbody td {
	background:#EFEFEF;
	padding:5px;
	border-left:#fff solid 1px;
	border-bottom:#fff solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table01 tbody td.bottom_b {
	border-bottom:#4e8ac9 solid 2px;
}
/* ---------------backpink--------------- */
#content table.table02 {
	width:100%;
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-collapse: collapse;
	margin-bottom: 0px;
}
#content table.table02 thead th {
	background:#C74890;
	color:#FFF;
	padding:5px 5px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	font-weight: normal;
}
#content table.table02 thead th:last-child {
	border-right:#C74890 solid 1px;
}
#content table.table02 tbody th {
	background:#C74890;
	color:#fff;
	padding:5px 5px;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
}
#content table.table02 tbody tr:last-child th {
	border-bottom:#C74890 solid 1px;
}
#content table.table02 tbody td {
	background:#EFEFEF;
	padding:5px;
	border-left:#fff solid 1px;
	border-bottom:#fff solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table02 tbody td.bottom_b {
	border-bottom:#C74890 solid 2px;
}
/* ---------------backyellow--------------- */
#content table.table03 {
	width:100%;
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-collapse: collapse;
	margin-bottom: 0px;
}
#content table.table03 thead th {
	background:#F4CB0D;
	color:#393939;
	padding:5px 5px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	font-weight: normal;
}
#content table.table03 thead th:last-child {
	border-right:#F4CB0D solid 1px;
}
#content table.table03 tbody th {
	background:#F4CB0D;
	color:#393939;
	padding:5px 5px;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
}
#content table.table03 tbody tr:last-child th {
	border-bottom:#F4CB0D solid 1px;
}
#content table.table03 tbody td {
	background:#EFEFEF;
	padding:5px;
	border-left:#fff solid 1px;
	border-bottom:#fff solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table03 tbody td.bottom_b {
	border-bottom:#F4CB0D solid 2px;
}
/* ---------------backgreen--------------- */
#content table.table04 {
	width:100%;
	border-top:#fff solid 1px;
	border-right:#fff solid 1px;
	border-collapse: collapse;
	margin-bottom: 0px;
}
#content table.table04 thead th {
	background:#3CB832;
	color:#FFF;
	padding:5px 5px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	font-weight: normal;
}
#content table.table04 thead th:last-child {
	border-right:#3CB832 solid 1px;
}
#content table.table04 tbody th {
	background:#3CB832;
	color:#fff;
	padding:5px 5px;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
}
#content table.table04 tbody tr:last-child th {
	border-bottom:#3CB832 solid 1px;
}
#content table.table04 tbody td {
	background:#EFEFEF;
	padding:5px;
	border-left:#fff solid 1px;
	border-bottom:#fff solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table04 tbody td.bottom_b {
	border-bottom:#3CB832 solid 2px;
}

/* table01調整 */
@media (max-width: 768px) {
	#content table.table01 thead th {
		font-size:0.9em;
	}
	#content table.table01 tbody td {
		font-size:0.9em;
	}
}




/* -------------------------------------------------- *
 * 囲み文字の基本形
 * -------------------------------------------------- */

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

/* 四角の大きさ */
.content_inner .square {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	flex-flow: column; 
	vertical-align: top;
	padding: 5px;
	border-radius: 5px;
}
.content_inner .square:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #217dbb transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}
@media (max-width: 768px) {
.content_inner .square{
	width: 80px;
	height: 40px;
	margin-bottom: 10px;
}
.content_inner .square:after {
bottom: 1px;

}
}
/* 文字の大きさ */
.letter3 {
	font-size: 1.1em;
	line-height: 1.1em;
}
/* 囲みと文字の色 */
.gray1 {
	color: #5F5F5F;
	border: 1px solid #5F5F5F;
	background: #fff;
}
.yellow1 {
	color: #C7B500;
	border: 1px solid #C7B500;
	background: #fff;
}
.purple1 {
	color: #8a2be2;
	border: 1px solid #8a2be2;
	background: #fff;
}
.blue1 {
	color: #fff;
	border: 1px solid #217dbb;
	background: #217dbb;
}
.pink1 {
	color: #E500B3;
	border: 1px solid #E500B3;
	background: #fff;
}
.green1 {
	color: #fff;
	border: 1px solid #3CB832;
	background: #3CB832;
}


/* ----------------------------------------
 * 吹き出し
 * ---------------------------------------- */

.fukidashi_bottom2 {
	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 10px 8px;
	min-width: 120px;
 	max-width: 100%;
 	color: #393939;
	font-size: 13px;
	background: #fae6ee;
    border-radius: 15px;
}
.fukidashi_bottom2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fae6ee;
}

/* ----------------------------------------
 * web font
 * ---------------------------------------- */


.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }



/* ----------------------------------------
 * list
 * ---------------------------------------- */

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