@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#teacher h3.sub02 {
	margin-bottom: 60px;
}
#teacher h3.sub02 span {
	display: block;
	margin-top: 10px;
	margin-left: 0;
}
#teacher .teacher {
	position: relative;
}
#teacher .teacher::before, #teacher .teacher::after {
	content: "";
	display: inline-block;
	background: url("../img/teacher/bg01.png") no-repeat center / 100% auto;
	width: 160px;
	height: 136px;
	position: absolute;
}
#teacher .teacher::before {
	right: -100px;
	top: 70px;
}
#teacher .teacher::after {
	left: -100px;
	bottom: 90px;
	background-image: url("../img/teacher/bg02.png");
	width: 168px;
	height: 220px;
}
#teacher .teacher .box .img img {
	border-radius : 30px 100px 30px 30px;
	margin-bottom: 20px;
}
#teacher .teacher .box .img span {
	display: block;
	text-align: center;
}
#teacher .teacher .box .img .pink {
	font-size: 16px;
}
#teacher .teacher .box .img .blue {
	font-size : 45px;
	letter-spacing : 9px;
	color : #00478B;
}
#teacher .teacher .box .img .pri {
	font-size : 16px;
	line-height : 35px;
	letter-spacing : 1.6px;
}
#teacher .teacher .box .info {
	width: 713px;
	margin-top: 50px;
}
#teacher .teacher .box .info dl:not(:last-of-type) {
	margin-bottom: 50px;
}
#teacher .teacher .box .info dl dt {
	font-size : 30px;
	letter-spacing : 6px;
	padding-left: 20px;
	position: relative;
	line-height: 1;
	margin-bottom: 30px;
	color : #00478B;
}
#teacher .teacher .box .info dl dt::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 2px;
	height: 30px;
	background : #00A0E9;
}
#teacher .teacher .box .info dl dd {
	border-radius: 10px;
	background : #F6F6F6;
	padding: 22px;
	margin-bottom: 10px;
	font-size : 16px;
	letter-spacing : 1.6px;
}
#teacher .teacher .box .info dl dd ul.maru {
	margin-left: 20px;
}
#teacher .teacher .box .info dl dd ul.maru.no_ml {
	margin-left: 0;
}
#teacher .teacher .box .info dl dd ul.maru li {
	padding-left: 18px;
	position: relative;
	margin-bottom: 5px;
}
#teacher .teacher .box .info dl dd ul.maru li:last-of-type {
	margin-bottom: 0;
}
#teacher .teacher .box .info dl dd ul.maru li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #00a0e9;
	border-radius: 50%;
}
#price::before {
	background: #f6f6f6 url("../img/teacher/bg.png") repeat-x top left;
}
#price h3.sub02 {
	padding-top: 110px;
	margin-bottom: 40px;
}
#price h4 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 60px;
}
#price .box {
	margin-bottom: 70px;
}
#price .box .info {
	width: 713px;
}
#price .box .info > dl > dt {
	font-size: 30px;
	letter-spacing: 6px;
	padding-left: 20px;
	position: relative;
	line-height: 1;
	margin-bottom: 30px;
	color: #00478B;
}
#price .box .info > dl > dt::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 2px;
	height: 30px;
	background : #00A0E9;
}
#price .box .info > dl > dt span {
	font-size : 16px;
	color : #4D7FAE;
	margin-left: 20px;
}
#price .box .info > dl > dd {
	gap: 15px;
	margin-bottom: 50px;
}
#price .box .info > dl > dd.waku {
	border-radius: 10px;
	background: #fff;
	padding: 22px;
	font-size: 16px;
	letter-spacing: 1.6px;
}
#price .box .info > dl > dd dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 349px;
	border-radius: 10px;
	background : #fff;
	padding: 22px;
	font-size : 16px;
	letter-spacing : 1.6px;
}
#price .box .info > dl > dd dl dt {
	color : #4D7FAE;
}
#price .box .info > dl > dd dl dd {
	color : #00A0E9;
}
#price .box .info > dl > dd .notice {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 349px;
}
#price .box .info > dl > dd .notice span {
	border-bottom: 1px solid;
	font-size : 16px;
	letter-spacing : 1.6px;
}
#price .box .img img {
	border-radius: 100px 30px 30px 30px;
}
#price .other_box .item {
	background: #fff;
	border-radius: 10px;
	width: 535px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 45px 0 25px
}
#price .other_box .item .ico {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#price .other_box .item .ico .maru {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background : linear-gradient(135deg, rgba(172, 141, 195, 1) 0%, rgba(189, 139, 191, 1) 10.32%, rgba(211, 137, 186, 1) 27.56%, rgba(226, 135, 183, 1) 46.56%, rgba(235, 134, 181, 1) 68.48%, rgba(238, 134, 180, 1) 100%);
}
#price .other_box .item .blue {
	font-size : 30px;
	letter-spacing : 6px;
	color : #00478B;
	margin-bottom: 0;
}
#price .other_box .item .pink {
	font-size : 23px;
	letter-spacing : 4.6px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#teacher h3.sub02 {
		margin-bottom: 30px;
	}
	#teacher .teacher {
		margin-bottom: 50px;
	}
	#teacher .teacher::before {
		right: -50px;
	}
	#teacher .teacher::after {
		left: -50px;
	}
	#teacher .teacher .box .img {
		width: 35%;
	}
	#teacher .teacher .box .img .pink {
		font-size: 15px;
	}
	#teacher .teacher .box .img .blue {
		font-size: 30px;
	}
	#teacher .teacher .box .info {
		width: 60%;
		margin-top: 30px;
	}
	#teacher .teacher .box .info dl dt, #price .box .info > dl > dt {
		font-size: 23px;
		padding-left: 15px;
	}
	#teacher .teacher .box .info dl dt::before, #price .box .info > dl > dt::before {
		height: 22px;
	}
	#teacher .teacher .box .info dl dd {
		padding: 15px;
		font-size: 100%;
	}
	#price::before {
		background-size: 150px auto;
	}
	#price h3.sub02 {
		padding-top: 0;
	}
	#price .box {
		margin-bottom: 50px;
	}
	#price .box .info {
		width: 60%;
	}
	#price .box .info > dl > dd {
		gap: 15px 0;
	}
	#price .box .info > dl > dd dl {
		width: 100%;
		padding: 15px;
	}
	#price .box .info > dl > dd .notice {
		width: 100%;
	}
	#price .box .info > dl > dd .notice span {
		font-size: 14px;
	}
	#price .box .info > dl > dd.waku {
		padding: 15px;
	}
	#price .box .img {
		width: 35%;
	}
	#price .other_box .item {
		width: 49%;
	}
	#price .other_box .item .blue {
		font-size: 20px;
	}
	#price .other_box .item .pink {
		font-size: 18px;
	}
	#price .other_box .item .ico .maru {
		transform: scale(0.8);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#teacher h3.sub02 {
		font-size: 25px;
	}
	#teacher .teacher::before {
		width: 80px;
		height: 68px;
		right: -24px;
		top: 19px;
	}
	#teacher .teacher::after {
		z-index: -1;
		width: 84px;
		height: 110px;
	}
	#teacher .teacher .box .img {
		width: 100%;
		z-index: 1;
		position: relative;
		text-align: center;
	}
	#teacher .teacher .box .img img {
		width: 200px;
		border-radius: 15px 50px 15px 15px;
	}
	#teacher .teacher .box .img .blue {
		letter-spacing: 2px;
		font-size: 25px;
	}
	#teacher .teacher .box .info {
		width: 100%;
	}
	#price h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#price .box .info {
		width: 100%;
	}
	#price .box .info > dl > dd dl {
		margin-bottom: 10px;
	}
	#price .box .img {
		width: 100%;
		text-align: center;
	}
	#price .box .img img {
		border-radius: 50px 15px 15px 15px;
	}
	#price .other_box .item {
		width: 100%;
		margin-bottom: 40px;
	}
	#price .other_box .item:last-of-type {
		margin-bottom: 0;
	}
	#price .other_box .item .blue {
		font-size: 18px;
		letter-spacing: 3px;
	}
	#price .other_box .item .pink {
		font-size: 16px;
		letter-spacing: 2px;
	}
}