@charset "UTF-8";

.btn {
    margin: 5px 0;
}

.meal_fukidashi {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	/* line-height: 2em; */
	margin: 2em 0 1.5em 0;
	vertical-align: middle;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	border-radius: 5px;
}

.meal_fukidashi#health {
	background-color: #24A35A;
}

.meal_fukidashi#enrich {
	background-color: #3498DB;
}

.meal_fukidashi#relief {
	background-color: #F46600;
}


.meal_fukidashi#health:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 27px solid #24A35A;
	z-index: 0;
}

.meal_fukidashi#enrich:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 27px solid #3498DB;
	z-index: 0;
}

.meal_fukidashi#relief:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 27px solid #F46600;
	z-index: 0;
}

.meal_fukidashi:hover {
	padding: 1px;
}

.meal_hd {
	text-align: center;
}

h5.meal_merit {
	font-size: 200%;
}

h4 {
	font-size: 130%;
	/*     border-bottom:solid 3px #3498DB; */
	padding-top: 5px;
	color: #3498DB;
}

h4.store_hd:before {
	font-family: 'Font Awesome 5 Free';
	content: " \f2e7 \0000a0";
	font-weight: 600;
}

#content a {
	text-decoration: none;
}


#content .tblFull.center th,
#content .tblFull.center td {
	text-align: center;
}


.module-orange02 {
	background-color: #f58345;
}

/** 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: 200px;
	height: 130px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* 文字の大きさ */
.letter1 {
	font-size: 1rem;
	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: 100%;
	height: 95%;
}

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

}



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

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



.pink01 .bg-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 .bg-default.label-outline,
.pink01:active .bg-default.label-outline{
	color: #D24A64;
}

.blue01 .bg-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 .bg-default.label-outline,
.blue01:active .bg-default.label-outline {
	color: #197f9e;
}

.yellow01 .bg-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 .bg-default.label-outline,
.yellow01:active .bg-default.label-outline {
	color: #bf8b20;
}

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



.comment_phoho {
	border-radius: 50%;
}



/******************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;
}



/** 01. 文字のサイズ変更
**************************************************************** **/

#content .md {
	font-size: 180%;
}

#content .bg {
	font-size: 400%;
}

#content .sm {
	font-size: 140%;
}

#content .ssm {
	font-size: 140%;
}

@media all and (max-width: 515px) {


#content .bg {
	font-size: 5.6vw;
}

#content .md {
	font-size: 4.2vw;
}

#content .sm {
	font-size: 4.0vw;
}

#content .ssm {
	font-size: 3.0vw;
}

}


