@charset "UTF-8";



/* 富士山バナー------------------------------------------------------------*/
.img-bnr {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.section-box {
		display:flex;
		justify-content: center;
		align-items: center;
	}
	.img-bnr {
		padding-right: 20px;
	}
	.img-bnr img {
		width: 117px;
	}
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	.img-bnr img {
		width: 82px;
	}
}
@media screen and (max-width: 767px) {
	.img-bnr img {
		width: 100px;
	}
}

/* オレンジまる------------------------------------------------------------*/
.studentDiscount_wrapper{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:30px;
	flex-wrap: wrap;
}
.studentDiscount_flex_left p{
	color: #fff;
	font-size: 14px;
	background: #eb5505;
	padding:20px 15px;
	border-radius: 50%;
	line-height: 22px;
	text-align:center;
	font-weight: bold;
}
.studentDiscount_flex_right p{
	font-size:34px;
	text-align:center;
	margin-left: 20px;
}
.studentDiscount_flex_right_text{
	font-size:24px !important;
}
@media screen and (max-width: 767px) {
	.studentDiscount_flex_right p{
		margin-top:10px;
		font-size:24px;
		margin-left: 0;
	}
	.studentDiscount_flex_right_text{
		font-size:18px !important;
	}
}

/* U22 富士山バナーのかわりにテキスト------------------------------------------------------------*/
.img-bnr .bnr_u22 {
	border: 1px solid #eb5505;
	display: inline-block;
	color: #eb5505;
	padding: 37px 10px;
	white-space: nowrap;
	font-size: 80%;
	width:117px;
	height:117px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	.img-bnr .bnr_u22 {
	width:82px;
	height:82px;
	padding:27px 0;
	font-size:10px;
	}
}
@media screen and (max-width: 767px) {
	.img-bnr .bnr_u22 {
	width:100px;
	height:100px;
	padding:32px 5px;
	font-size:12px;
	}
}

/* 共通------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.hidden-pc { display: none !important; }
}
@media screen and (max-width: 767px) {
	.hidden-sp { display: none!important; }
	.text-price {
	  font-size: 3.0em!important;
	}
}
