@charset "UTF-8";


/** 01. CHARACTOR
 **************************************************************** **/
.daytimedate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	margin: 5px 0;
}

.yakuhanjp {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

.topspace{
	margin-top :5px;
	line-height: 1.6;
	text-indent: -4.4em;
	padding-left: 4.4em;
}

h4.txt_h18, .h4.txt_h18 {
	font-size: 18px;
	line-height: 1.8;
}

#content a {
		text-decoration: none;
}

.module.r8 {
    border-radius: 8px;
}
.module_inner {
    padding: 20px 20px;
}


@media (max-width: 768px) {
.row-center > [class*='col-sm'] {
	display: block;
}
}

.badge {
	text-indent: 0;
}


/** 04. web font
 **************************************************************** **/
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }



/** 02. fukidashi
 **************************************************************** **/
 
 .fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 13px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #E0F5AA;
}
.fukidashi_bottom.orange::before {
	border-top: 15px solid #fff2d0;
}
.fukidashi_left {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
	margin-left: 20px;

}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -5px;
	border: 10px solid transparent;
	border-right: 15px solid #E0F5AA;
}

.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 15px 20px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid #E0F5AA;
}

.fukidashi_right.orange::before {
	border-left: 15px solid #fff2d0;
}

/*color*/
[class*="fukidashi_"].orange {
	background: #FF9516;
	color: #fff;
}
.fukidashi_left.orange::before {
	border-right: 15px solid #FF9516;
}

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

/** 05. 丸数字カウンターリスト
 **************************************************************** **/
ol.check_list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
#content ol.check_list li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	line-height: 1.5;
}
ol.check_list li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.5em;
	content: '\f14a';
	color: #52A7E0;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	vertical-align: middle;
}

ol.check_list.back_orange li::before {
	background-color: #e67e22;
}



/** 02. アコーディオンのデザイン
 **************************************************************** **/
/* 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-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';
	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: 10px;
	flex-flow: column;
	vertical-align: top;
	padding: 10px;
}

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

/* 文字の大きさ */
.letter1 {
	font-size: 1.8rem;
	color: #FFFFFF;
	line-height: 1.5;
}
/* 円と文字の色 */
.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: 160px;
	height: 140px;
}

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

}



@media (max-width: 575px) {
	.size_normal{
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

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



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


/** 05. Tab
 **************************************************************** **/
.nav > li > a.active,
.nav > li> a.active:hover,
.nav > li> a.active:focus {
	color: #fff;
	cursor: default;
	background-color: #2F98B7;
	border: 1px solid #2F98B7;
	border-bottom-color: transparent;
}

.nav > li > a {
	color: #2F98B7;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	background-color: #DFF0F5;
	border: 1px solid #fff;
}

.nav-pills > li > a.active, .nav-pills > li > a.active:hover, .nav-pills > li > a.active:focus {
    color: #fff;
    background-color: #2F98B7;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
	color: #fff;
	cursor: default;
	background-color: #2F98B7 !important;
	border: 1px solid #fff;
	border-bottom-color: transparent;
}



.nav > li:first-child > a {
	margin-left: auto;
}

.nav > li:last-child > a {
	margin-right: auto;
}

@media (max-width: 768px) {
#content .nav > li {
    display: block;
		width: 100%;
}

#content .nav  {
    display: block!important;
		width: 100%;
}
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 7px;
}


@media (min-width: 769px) {
.col-sm-offset-0125 {
    margin-left: 12.5%;
}
}





/* 親要素(コンテナ) */
#content ul.top_box {
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	display : flex;
	justify-content:space-around;
	padding-left: 0;
	margin-bottom: 0;
}

/* 子要素(アイテム) */
#content ul.top_box li {
	list-style-type: none;
	margin: 5px;
	width: 23%;
}

@media (max-width: 768px) {
	#content ul.top_box {
		flex-wrap: wrap;
	}
	#content ul.top_box li {
		width: 30%;
	}
}

@media (max-width: 580px) {
	#content ul.top_box li {
		width: 100%;
	}
}



/* bootstrap panel 調整 */
.panel {
	margin-bottom: 0px;
	margin-top: 10px;
}
.panel h4, .panel .h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.panel-info > .panel-heading {
	padding: 5px 10px;
}
@media (max-width: 768px) {
	.panel {
		margin-bottom: 0px;
		margin-top: 5px;
	}
}
.panel-info {
	border-color: #6FBCF6;
}
.panel-info > .panel-heading {
	color: #fff;
	background-color: #6FBCF6;
	border-color: #6FBCF6;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #6FBCF6;
}

.panel-info > .panel-heading .badge {
	color: #fff;
	background-color: #6FBCF6;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #6FBCF6;
}
/* bootstrap btn-default 調整 */
.btn-outline.btn-default       {background:none;border:0px solid #ccc;color:#333;    background-color: #fff;}
.btn-outline.btn-default:hover,
.btn-outline.btn-default:active{color:#333;background:#DCFAFF;border-color:#DCFAFF;}



/** 13. back to home
 **************************************************************** **/
#content a.btn_home {
	display: inline-block; 
	min-width: 120px;
	padding: 8px 24px;
	margin: 10px 0;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border-color: rgba(66,172,194,0.90);
	border-style: solid;
	border-width: 1px;
	color: rgba(66,172,194,0.90);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}
#content a.btn_home:hover {
	background-color: rgba(66,172,194,0.90); 
	color: #fff; 
	cursor: pointer;
}


/* ----------------------------------------
 * 丸の中の文字
 * ---------------------------------------- */
.maru2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: middle;
  margin: 1px;
	width: 28px;
  height: 28px;
}
/* 文字の大きさ */
.letter3 {
  font-size: 1em;
  line-height: 1.5em;
	text-indent: 0;
}
/* 円と文字の色 */

.gray1 {
  color: #5F5F5F;
  border: 1px solid #5F5F5F;
}
.yellow1 {
  color: #C7B500;
  border: 1px solid #C7B500;
}
.purple1 {
  color: #8a2be2;
  border: 1px solid #8a2be2;
}
.blue1 {
	color: #fff;
  background: #3498db;
}
.pink1 {
  color: #E500B3;
  border: 1px solid #E500B3;
}
.green1 {
  color: #008000;
  border: 1px solid #008000;
}



/* ----------------------------------------
 * 仕切り線
 * ---------------------------------------- */

.step_hr {
    border-bottom: dotted 1px #ccc;
}


h3,h4 {
    line-height: 1.5;
}


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




#content .panel.panel-primary {
	background-color: #e6edf4;
	border: 1px solid #a7c6e5;
}


/* -------------------------------------------------- *
 * 付箋風飾り枠
 * -------------------------------------------------- */

.box_fusen{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box_fusen:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box_fusen p {
    margin: 0; 
    padding: 0;
}
