@charset "UTF-8";
/* title
------------------------------------------------*/
#title {
	background: #F0F7EB url("img/bg-title.jpg") no-repeat right center;
	background-size: auto 100%;
	padding: 0;
}
#title.reason {
	background-image: url("img/bg-title-reason.jpg");
	background-position: right;
}
#title.entryinfo { background-image: url("img/bg-title-entryinfo.jpg"); }
#title.plans { background-image: url("img/bg-title-plans.jpg"); }
#title.car { background-image: url("img/bg-title-car.jpg"); }
#title.bike { background-image: url("img/bg-title-bike.jpg"); }
#title.semi { background-image: url("img/bg-title-semi.jpg"); }
#title.large {background-image: url("img/bg-title-large.jpg"); }
#title.special { background-image: url("img/bg-title-special.jpg"); }
#title.secondclass { background-image: url("img/bg-title-secondclass.jpg"); }
#title.forklift { background-image: url("img/bg-title-forklift.jpg"); }
#title.corporate { background-image: url("img/bg-title-corporate.jpg"); }
#title.senior { background-image: url("img/bg-title-senior.jpg"); }
#title.session { background-image: url("img/bg-title-session.jpg"); }
#title.schoolinfo { background-image: url("img/bg-title-schoolinfo.jpg"); }
#title.for-current_student { background-image: url("img/bg-title-for-current_student.jpg"); }
#title.access { background-image: url("img/bg-title-access.jpg"); }
#title.faq { background-image: url("img/bg-title-faq.jpg"); }
#title.campaign { background-image: url("img/bg-title-campaign.jpg"); }
#title.order { background-image: url("img/bg-title-order.jpg"); }
#title.newyear { background-image: url("img/bg-title-newyear.jpg"); }
#title.spring { background-image: url("img/bg-title-spring.jpg"); }
#title.summer { background-image: url("img/bg-title-summer.jpg"); }
#title.daytime { background-image: url("img/bg-title-daytime.jpg"); }
#title.pro { background-image: url("img/bg-title-pro.jpg"); }
#title.for-student { background-image: url("img/bg-title-for-student.jpg"); }
#title.for-thirdyear { background-image: url("img/bg-title-for-thirdyear.jpg"); }
#title.for-homemaker { background-image: url("img/bg-title-for-homemaker.jpg"); }
#title.homecoming { background-image: url("img/bg-title-homecoming.jpg"); }
#title.contact,
#title.hprenewal { background-image: url("img/bg-title-contact.jpg"); }
#title.entry { background-image: url("img/bg-title-entry.jpg"); }
#title.recruit { background-image: url("img/bg-title-recruit.jpg"); }
#title .inner {
	position: relative;
}
#title .page-title {
	background: #F0F7EB;
	display: flex;
	align-items: center;
	max-width: 70%;
	height: 340px;
	font-size: 40px;
}
#title .page-title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 70%;
	background: url("img/gradation-title.png") repeat-y 0 0;
	background-size: 100% auto;
	width: 140px;
	height: 340px;
}
@media screen and (max-width:1900px) {
	#title {
		background-position: right -10% center;
	}
	#title .page-title {
		max-width: calc( 100% - 300px );
	}
	#title .page-title:after {
		left: calc( 100% - 300px );
	}
}
@media screen and (max-width:1800px) {
	#title {
		background-position: right -15% center;
	}
}
@media screen and (max-width:1600px) {
	#title {
		background-position: right -5% center;
	}
	#title .page-title {
		max-width: 50%;
	}
	#title .page-title:after {
		left: 50%;
	}
}
@media screen and (max-width:1400px) {
	#title {
		background-position: right -10% center;
	}
}
@media screen and (max-width:1350px) {
	#title {
		background-position: right -30% center;
	}
}
@media screen and (max-width:1200px) {
	#title {
		background-position: right -90% center;
	}
	#title.order {
		background-position: right -30% center;
	}
	#title.for-current_student {
		background-position: right -30% center;
	}
	#title.campaign {
		background-position: right -30% center;
	}
	#title.for-thirdyear {
		background-position: right -10% center;
	}
	#title.recruit {
		background-position: right -20% center;
	}
	#title .page-title {
		max-width: 60%;
	}
	#title .page-title:after {
		left: 60%;
	}
}
@media screen and (max-width:1100px) {
	#title {
		background-position: right -50% center;
	}
	#title.faq {
		background-position: right -20% center;
	}
	#title .page-title {
		max-width: 60%;
		height: 260px;
		font-size: 36px;
	}
	#title .page-title:after {
		left: 59%;
		height: 260px;
	}
}
@media screen and (max-width:900px) {
	#title {
		background-position: right -150% center;
	}
	#title.large {
		background-position: right -120% center;
	}
}
@media screen and (max-width:767px) {
	#title {
		background: #F0F7EB !important;
	}
	#title:before {
		content: "";
		display: block;
		width: 100%;
		height: 200px;
		background: url("img/bg-title.jpg") no-repeat center;
		background-size: cover;
	}
	#title.reason:before { background-image: url("img/bg-title-reason.jpg"); }
	#title.entryinfo:before { background-image: url("img/bg-title-entryinfo.jpg"); }
	#title.plans:before { background-image: url("img/bg-title-plans.jpg"); }
	#title.car:before { background-image: url("img/bg-title-car.jpg"); }
	#title.bike:before { background-image: url("img/bg-title-bike.jpg"); }
	#title.large:before { background-image: url("img/bg-title-large.jpg"); }
	#title.special:before { background-image: url("img/bg-title-special.jpg"); }
	#title.secondclass:before { background-image: url("img/bg-title-secondclass.jpg"); }
	#title.forklift:before { background-image: url("img/bg-title-forklift.jpg"); }
	#title.corporate:before { background-image: url("img/bg-title-corporate.jpg"); }
	#title.senior:before { background-image: url("img/bg-title-senior.jpg"); }
	#title.session:before { background-image: url("img/bg-title-session.jpg"); }
	#title.schoolinfo:before { background-image: url("img/bg-title-schoolinfo.jpg"); }
	#title.for-current_student:before { background-image: url("img/bg-title-for-current_student.jpg"); }
	#title.access:before { background-image: url("img/bg-title-access.jpg"); }
	#title.faq:before { background-image: url("img/bg-title-faq.jpg"); }
	#title.campaign:before { background-image: url("img/bg-title-campaign.jpg"); }
	#title.order:before { background-image: url("img/bg-title-order.jpg"); }
	#title.newyear:before { background-image: url("img/bg-title-newyear.jpg"); }
	#title.spring:before { background-image: url("img/bg-title-spring.jpg"); }
	#title.summer:before { background-image: url("img/bg-title-summer.jpg"); }
	#title.daytime:before { background-image: url("img/bg-title-daytime.jpg"); }
	#title.pro:before { background-image: url("img/bg-title-pro.jpg"); }
	#title.for-student:before { background-image: url("img/bg-title-for-student.jpg"); }
	#title.for-thirdyear:before { background-image: url("img/bg-title-for-thirdyear.jpg"); }
	#title.for-homemaker:before { background-image: url("img/bg-title-for-homemaker.jpg"); }
	#title.homecoming:before { background-image: url("img/bg-title-homecoming.jpg"); }
	#title.contact:before,
	#title.hprenewal:before { background-image: url("img/bg-title-contact.jpg"); }
	#title.entry:before { background-image: url("img/bg-title-entry.jpg"); }
	#title.recruit:before { background-image: url("img/bg-title-recruit.jpg"); }
	#title .page-title {
		max-width: none;
		height: auto;
		padding: 20px 0;
		font-size: 26px;
	}
	#title .page-title:after {
		content: none;
	}
}

/* post
------------------------------------------------*/
#post .localnav {
	margin: 0;
}
#post .localnav dt {
	display: none;
}
#post .localnav dd {
	margin: 0;
}
#post .localnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
#post .localnav ul:after {
	content: "";
	display: block;
	width: 32%;
}
#post .localnav ul li {
	width: 32%;
	margin: 0 0 20px;
}
#post .localnav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #fff;
	height: 100%;
	border: 2px solid #90cc66;
	border-radius: 50px;
	padding: 10px 35px 10px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	color: #555;
}
#post .localnav ul li a:hover {
	background: #F0F7EB;
}
#post .localnav ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(-135deg);
	width: 8px;
	height: 8px;
	border-left: solid 2px #90cc66;
	border-top: solid 2px #90cc66;
	margin: -5px 0 0;
}
#post .localnav ul li a.page {
	background: #90cc66;
	color: #fff;
}
#post .localnav ul li a.page:hover {
	background: #a4de7b;
}
#post .localnav ul li a.page:after {
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	border-top: none;
}
#post .post-body h2 {
	text-align: center;
	font-size: 34px;
}
#post .post-body h2:after {
	left: 50%;
	width: 80px;
	margin: 0 0 0 -40px;
}
#main #post .post-body h2#opencampus,
#main #post .post-body h2#friend,
#main #post .post-body h3#speed,
#main #post .post-body h3#my,
#main #post .post-body.session h2#link04 {
	scroll-margin-top: 135px;
}
#post .post-body .tel-box dt {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #11A661;
}
#post .post-body .tel-box dt span {
	margin: 0 5px 0 0;
	letter-spacing: 0.09em;
	font-size: 16px;
}
#post .post-body .tel-box dt a {
	text-decoration: none;
	letter-spacing: 0.04em;
	font-size: 30px;
	color: #11A661;
	pointer-events: none;
}
#post .post-body .tel-box dd {
	margin: 15px 0 0;
}
#post .post-body .tel-box  dd a {
	background: #eee;
	border-radius: 20px;
	display: inline-block;
	padding: 3px 25px 4px 20px;
	text-decoration: none;
	font-size: 0.9em;
	color: #333;
	position: relative;
}
#post .post-body .tel-box  dd a::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(135deg);
    width: 6px;
    height: 6px;
    border-left: solid 2px #888;
    border-top: solid 2px #888;
    margin: -3px 0 0;
}
#post .post-body .tel-box  dd a:hover {
	opacity: 0.8;
}
#post .post-body .scrollhint {
  position: absolute;
	top: 20px;
  right: 20px;
  z-index: 2;
  background: rgba(0,0,0,0.4);
  width: 140px;
  padding: 10px;
  border-radius: 10px;
}
#post .post-body .table_wrap {
	position: relative;
}
#post .post-body .scrollhint span {
	position: relative;
	display: block;
	background: url(img/icon-scroll.svg) no-repeat 0 0;
	background-size: cover;
	width: 40px;
	height: 40px;
}
#post .post-body .scrollhint span:after {
	content: "スクロールできます";
	position: absolute;
	top: 2px;
	left: 50px;
	width: 70px;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
#post .post-body .list-note {
	list-style: none;
	margin-top: 0.5em;
	padding: 0;
}
#post .post-body .list-note li {
	position: relative;
	padding-left: 1.3em;
}
#post .post-body .list-note li::before {
	content: "※";
	position: absolute;
	top: 0.1em;
	left: 0;
}
@media screen and (max-width:1024px) {
	#main #post .post-body h2#opencampus,
	#main #post .post-body h2#friend,
	#main #post .post-body h3#speed,
	#main #post .post-body h3#my,
	#main #post .post-body.session h2#link04 {
		scroll-margin-top: 145px;
	}
}
@media screen and (max-width:767px) {
	#post .table_wrap {
		overflow: scroll;
	}
	#post .post-body .scrollhint {
		top: 10px;
		right: 10px;
	}
	#post .localnav dt {
		position: relative;
		display: block;
		background: #fff;
		border: 2px solid #90cc66;
		margin: 20px 0 0;
		padding: 10px;
		text-indent: 0.5em;
		letter-spacing: 1em;
		text-align: center;
		line-height: 28px;
		font-weight: 500;
		font-size: 16px;
		color: #90cc66;
		cursor: pointer;
	}
	#post .localnav dt.active {
		background: #F0F7EB;
	}
  	#post .localnav dt:after  {
		content: "";
		position: absolute;
		top: 50%;
		right: 18px;
		display: block;
		transform: translate(0, -50%) rotate(-135deg);
		width: 8px;
		height: 8px;
		border-left: solid 2px #90cc66;
		border-top: solid 2px #90cc66;
		margin: -2px 0 0;
	}
	#post .localnav dt.active:after {
			transform: translate(0, -50%) rotate(45deg);
			margin: 2px 0 0;
	}
	#post .localnav dd {
		display: none;
	}
	#post .localnav ul {
		display: block;
	}
	#post .localnav ul:after {
		content: none;
	}
	#post .localnav ul li {
		width: 100%;
		margin: 0;
	}
	#post .localnav ul li a {
		display: block;
		border-radius: 0;
		border-top: 0;
		padding: 10px 50px 10px 20px;
		text-align: left;
	}
	.page #post .post-body h2 {
		font-size: 24px;
	}
	.page #post .post-body h2:after {
		width: 50px;
		margin: 0 0 0 -25px;
	}
	#main #post .post-body h2#opencampus,
	#main #post .post-body h2#friend,
	#main #post .post-body h3#speed,
	#main #post .post-body h3#my,
	#main #post .post-body.session h2#link04 {
		scroll-margin-top: 60px;
	}
	#post .post-body .tel-box dt a {
		pointer-events: all;
	}
}
/* for-thirdyear
------------------------------------------------*/
#main #post .post-body.for-thirdyear ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main #post .post-body.for-thirdyear ol li {
	position: relative;
	width: 31.8%;
	margin: 20px 0 0;
}
#main #post .post-body.for-thirdyear ol li a {
	display: block;
	padding: 0 15px 20px;
	text-decoration: none;
	border: 1px solid #90CC66;
	border-radius: 20px;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	color: #333;
}
#main #post .post-body.for-thirdyear ol li a:hover {
	background: #f6ffef;
}
#main #post .post-body.for-thirdyear ol li:before {
	position: absolute;
	top: 175px;
	left: 50%;
	display: block;
	background: #90CC66;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 0 0 -25px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 0.05em;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}
#main #post .post-body.for-thirdyear ol li a:before,
#main #post .post-body.for-thirdyear ol li a:after {
	content: '';
	position: absolute;
}
#main #post .post-body.for-thirdyear ol li a:before {
	right: 10px;
	bottom: 10px;
	background: #F0F7EB;
	width: 26px;
	height: 26px;
	border-radius: 50%;
}
#main #post .post-body.for-thirdyear ol li a:after {
	right: 20px;
	bottom: 20px;
	transform: rotate(135deg);
	width: 5px;
	height: 5px;
	border-top: solid 2px #90CC66;
	border-left: solid 2px #90CC66;
}
#main #post .post-body.for-thirdyear ol li:nth-child(1):before {
	content: "1";
}
#main #post .post-body.for-thirdyear ol li:nth-child(2):before {
	content: "2";
}
#main #post .post-body.for-thirdyear ol li:nth-child(3):before {
	content: "3";
}
#main #post .post-body.for-thirdyear ol li:nth-child(4):before {
	content: "4";
}
#main #post .post-body.for-thirdyear ol li:nth-child(5):before {
	content: "5";
}
#main #post .post-body.for-thirdyear ol li:nth-child(6):before {
	content: "6";
}
#main #post .post-body.for-thirdyear ol li .img {
	overflow: hidden;
	margin: 0 -15px 40px;
	height: 200px;
}
#main #post .post-body.for-thirdyear ol li img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#main #post .post-body.for-thirdyear ol li strong {
	color: #11A661;
}
#main #post .post-body.for-thirdyear h3.reason {
	display: block;
	padding-left: 2.5em;
	position: relative;
}
#main #post .post-body.for-thirdyear h3.reason::before {
	content: none;
}
#main #post .post-body.for-thirdyear h3.reason .num {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0 0.5em 0 0;
	text-align: center;
	color: #90cc66;
	position: absolute;
	top: 15px;
	left: 15px;
}
@media screen and (max-width:1024px) {
	#main #post .post-body.for-thirdyear ol li {
		width: 48.5%;
	}
}
@media screen and (max-width:767px) {
	#main #post .post-body.for-thirdyear ol li a {
		border-radius: 10px;
		padding: 0 10px 20px;
		font-size: 16px;
		height: 100%;
	}
	#main #post .post-body.for-thirdyear ol li .img {
		height: 140px;
		margin: 0 -10px 20px;
	}
	#main #post .post-body.for-thirdyear ol li img {
		border-top-left-radius: 9px;
		border-top-right-radius: 9px;
	}
	#main #post .post-body.for-thirdyear ol li:before {
		top: 125px;
		width: 30px;
		height: 30px;
		margin: 0 0 0 -15px;
		line-height: 30px;
		font-size: 18px;
	}
}
@media screen and (max-width:480px) {
	#main #post .post-body.for-thirdyear ol li {
		font-size: 14px;
	}
	#main #post .post-body.for-thirdyear ol li .img {
		height: 100px;
	}
	#main #post .post-body.for-thirdyear ol li:before {
		top: 85px;
	}
}
/* form
------------------------------------------------*/
#main #post .post-body .mw_wp_form p:empty {
	display: none;
}
#main #post .post-body .mw_wp_form th {
	width: 220px;
	padding: 10px 20px 10px 50px;
	vertical-align: top;
}
#main #post .post-body .mw_wp_form th.required {
	position: relative;
}
#main #post .post-body .mw_wp_form th.required:before {
	content: "必須";
	display: block;
	position: absolute;
	top: 17px;
	left: 10px;
	background: #11A661;
	padding: 0 4px;
	font-size: 11px;
	color: #fff;
}
#main #post .post-body .mw_wp_form input,
#main #post .post-body .mw_wp_form textarea,
#main #post .post-body .mw_wp_form select {
	border: 1px solid #888;
	padding: 5px;
	vertical-align: middle;
	font-size: 17px;
}
#main #post .post-body .mw_wp_form input[type="number"] {
	width: 4em;
}
#main #post .post-body .mw_wp_form input[name="address"] {
	margin-top: 5px;
}
#main #post .post-body .mw_wp_form textarea,
#main #post .post-body .mw_wp_form input.fullsize {
	width: 100%;
}
#main #post .post-body .mw_wp_form input.submit {
	display: inline-block;
	padding: 1em 2em;
	color: #fff;
	background: #11A661;
	width: 260px;
	border: 2px solid #11A661;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	cursor: pointer;
}
#main #post .post-body .mw_wp_form input.submit:hover {
	opacity: 0.8;
}
#main #post .post-body .mw_wp_form input.submit[name="submitBack"] {
    background: #fff;
    border: solid 2px #ccc;
    color: #888;
}
#main #post .post-body .mw_wp_form input.returnbtn {
	border-radius: 10px;
	margin: 10px 0 0;
	padding: 10px 20px;
	cursor: pointer;
}
#main #post .post-body .mw_wp_form input::placeholder {
	color: #999;
}
#main #post .post-body .mw_wp_form .job1 {
	display: none;
	margin: 5px 0 0;
}
@media screen and (max-width:767px) {
	#main #post .post-body .mw_wp_form table {
		border-bottom: 1px solid #ccc;
	}
	#main #post .post-body .mw_wp_form th,
	#main #post .post-body .mw_wp_form td {
		display: block;
		width: 100%;
		border-bottom: 0;
		padding: 10px;
	}
	#main #post .post-body .mw_wp_form td {
		padding: 15px 10px;
	}
	#main #post .post-body .mw_wp_form th.required {
		padding: 10px 10px 10px 50px;
	}
	#main #post .post-body .mw_wp_form th.required:before {
		top: 15px;
	}
	#main #post .post-body .mw_wp_form input,
	#main #post .post-body .mw_wp_form textarea {
		max-width: 100%;
		font-size: 14px;
	}
	#main #post .post-body .mw_wp_form select {
		font-size: 14px;
	}
	#main #post .post-body .mw_wp_form input[type="submit"],
	#main #post .post-body .mw_wp_form input[type="button"] {
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	#main #post .post-body .mw_wp_form input[type="submit"]::-webkit-search-decoration,
	#main #post .post-body .mw_wp_form input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	#main #post .post-body .mw_wp_form input[type="submit"]::focus,
	#main #post .post-body .mw_wp_form input[type="button"]::focus {
		outline-offset: -2px;
	}
	#main #post .post-body .mw_wp_form input[name="zip"] {
		width: 10em;
	}
}
/* reason
------------------------------------------------*/
#main #post .post-body.reason img {
	border-radius: 10px;
}
#main #post .post-body.reason p strong {
	background: linear-gradient(transparent 50%, #daf5c7 50%);
}
#main #post .post-body.reason h3.reason {
	display: block;
	padding-left: 2.5em;
	position: relative;
}
#main #post .post-body.reason h3.reason::before {
	content: none;
}
#main #post .post-body.reason h3.reason .num {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0 0.5em 0 0;
	text-align: center;
	color: #90cc66;
	position: absolute;
	top: 15px;
	left: 15px;
}
#main #post .post-body.reason .present {
	border: solid 2px #F26666;
	border-radius: 10px;
	text-align: center;
}
#main #post .post-body.reason .present h4 {
	background: #F26666;
	border-radius: 8px 8px 0 0;
	margin: 0 0 20px;
	padding: 10px 20px;
	letter-spacing: 0.5em;
	display: block;
	color: #fff;
}
#main #post .post-body.reason .present h4::before {
	content: none;
}
#main #post .post-body.reason .present p {
	margin: 20px;
	font-size: 1.2em;
}
/* entryinfo
------------------------------------------------*/
#main #post .post-body.entryinfo .box,
#main #post .post-body.entryinfo .list-box {
	background: #F0F7EB;
	border: solid 1px #90cc66;
    border-radius: 10px;
    padding: 25px 30px 20px;
	list-style: none;
}
#main #post .post-body.entryinfo .list-box li {
    border-bottom: dotted 1px #ccc;
    padding: 0 0 0.5em 35px;
    position: relative;
}
#main #post .post-body.entryinfo .list-box li::before {
	content: "";
    display: block;
    background: #90cc66;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}
#main #post .post-body.entryinfo ul.flex {
	border: solid 1px #ccc;
    padding: 25px 60px 20px;
}
@media screen and (max-width:767px) {
	#main #post .post-body.entryinfo ul.flex {
		display: block;
	}
}
/* plans
------------------------------------------------*/
#main #post .post-body.plans ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 60px;
	padding: 0;
}
#main #post .post-body.plans ul:after {
	content: "";
	display: block;
	width: 32%;
}
#main #post .post-body.plans ul li {
	width: 32%;
	margin: 0 0 20px;
}
#main #post .post-body.plans ul li a {
	position: relative;
	display: block;
	height: 200px;
	border-radius: 10px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
#main #post .post-body.plans ul li:nth-child(1) a {
	background: url("img/plans-img01.jpg") no-repeat center;
	background-size: cover;
}
#main #post .post-body.plans ul li:nth-child(2) a {
	background: url("img/plans-img02.jpg") no-repeat center;
	background-size: cover;
}
#main #post .post-body.plans ul li:nth-child(3) a {
	background: url("img/plans-img03.jpg") no-repeat center;
	background-size: cover;
}
#main #post .post-body.plans ul li:nth-child(4) a {
	background: url("img/plans-img04.jpg") no-repeat center;
	background-size: cover;
}
#main #post .post-body.plans ul li:nth-child(5) a {
	background: url("img/plans-img05.jpg") no-repeat center;
	background-size: cover;
}
#main #post .post-body.plans ul li:nth-child(6) a {
	background: url("img/plans-img06.jpg") no-repeat center;
	background-size: cover;
}
#main #post .post-body.plans ul li:nth-child(7) a {
	background: url("img/plans-img07.jpg") no-repeat center;
	background-size: cover;
}
#main #post .post-body.plans ul li:nth-child(8) a {
	background: url("img/plans-img08.jpg") no-repeat center;
	background-size: cover;
}
#main #post .post-body.plans ul li:nth-child(9) a {
	background: url("img/plans-img09.jpg") no-repeat center;
	background-size: cover;
}
#main #post .post-body.plans ul li:nth-child(10) a {
	background: url("img/plans-img10.jpg") no-repeat center;
	background-size: cover;
}
#main #post .post-body.plans ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
#main #post .post-body.plans ul li a:hover {
	opacity: 0.8;
}
#main #post .post-body.plans ul li span {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 2;
	width: calc(100% - 60px);
}
#main #post .post-body.plans ul li span:before,
#main #post .post-body.plans ul li span:after {
	content: '';
	position: absolute;
}
#main #post .post-body.plans ul li span:before {
	right: -20px;
	bottom: 0;
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
}
#main #post .post-body.plans ul li span:after {
	right: -8px;
	bottom: 11px;
	transform: rotate(135deg);
	width: 5px;
	height: 5px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
@media screen and (max-width:1024px) {
	#main #post .post-body.plans ul:after {
		content: none;
	}
	#main #post .post-body.plans ul li {
		width: 48.5%;
	}
}
@media screen and (max-width:767px) {
	#main #post .post-body.plans ul {
		margin: 0 0 20px;
	}
	#main #post .post-body.plans ul li {
			width: 100%;
	}
	#main #post .post-body.plans ul li a {
		height: 150px;
	}
}

/* spring
------------------------------------------------*/
#main #post .post-body.spring h2 strong {
	font-size: 1.6em;
}
#main #post .post-body.spring h2 .pick {
	color: #F26666;
}
#main #post .post-body.spring h2 .line {
	background: linear-gradient(transparent 50%, #ffd0d0 50%);
}
#main #post .post-body.spring .box {
	background: #F0F7EB;
	border: solid 1px #90cc66;
	border-radius: 10px;
	padding: 25px 30px 20px;
	line-height: 1.9;
	font-size: 18px;
}
#main #post .post-body.spring .tel-box {
	margin: 0;
	text-align: center;
}
#main #post .post-body.spring p strong {
    background: linear-gradient(transparent 50%, #daf5c7 50%);
}
#main #post .post-body.spring table th,
#main #post .post-body.spring > table td {
	text-align: center;
}
#main #post .post-body.spring table.alignleft th,
#main #post .post-body.spring table.alignleft td {
	text-align: left;
}
#main #post .post-body.spring .wp-block-column h4 {
	margin-top: 0;
}
#main #post .post-body.spring h3.number {
	display: block;
	padding-left: 2.5em;
	position: relative;
}
#main #post .post-body.spring h3.number::before {
	content: none;
}
#main #post .post-body.spring h3.number .num {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0 0.5em 0 0;
	text-align: center;
	color: #90cc66;
	position: absolute;
	top: 15px;
	left: 15px;
}
@media screen and (max-width:767px) {
	#main #post .post-body.spring :where(.wp-block-columns.is-layout-flex) {
		gap: 0;
	}
}
@media screen and (max-width:480px) {
	#main #post .post-body.spring .box {
		font-size: 16px;
	}
	#main #post .post-body.spring > table th,
	#main #post .post-body.spring > table td {
		padding: 7px 5px;
		font-size: 13px;
	}
	#main #post .post-body.spring .wp-block-column h4 {
		margin-top: 10px;
	}
}
/* end-message
------------------------------------------------*/
#main #post .post-body .end-message {
	background: #FCF5F5;
	border: solid 2px #F26666;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #F26666;
}
#main #post .post-body .end-message p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width:767px) {
	#main #post .post-body .end-message {
		text-align: left;
		font-size: 1.1em;
	}
}
/* summer
------------------------------------------------*/
#main #post .post-body.summer h2 + p {
	text-align: center;
	font-size: 20px;
}
#main #post .post-body.summer .largesize {
	margin: 0 0 20px;
	line-height: 1.6;
	font-size: 20px;
}
#main #post .post-body.summer .largesize span {
	margin: 0 5px 0 0;
	font-size: 30px;
	font-weight: 700;
}
#main #post .post-body.summer .largesize small {
	margin: 0 5px 0 0;
}
#main #post .post-body.summer th,
#main #post .post-body.summer td {
	width: 33%;
	text-align: center;
}
@media screen and (max-width:767px) {
	#main #post .post-body.summer :where(.wp-block-columns.is-layout-flex) {
		gap: 0;
	}
	#main #post .post-body.summer h2 + p {
		text-align: left;
		font-size: 18px;
	}
}
/* homecoming
------------------------------------------------*/
#main #post .post-body.homecoming h2 + p {
	text-align: center;
	font-size: 20px;
}
#main #post .post-body.homecoming ol {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main #post .post-body.homecoming ol li {
	position: relative;
	width: 23%;
	background: #F0F7EB;
	padding: 20px;
	text-align: center;
	line-height: 1.5;
	font-size: 20px;
}
#main #post .post-body.homecoming ol li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -8%;
	transform: translate(0, -50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 3px solid #90CC66;
	border-left: 3px solid #90CC66;
}
#main #post .post-body.homecoming ol li:last-child:after {
	content: none;
}
#main #post .post-body.homecoming ol li span {
	display: inline-block;
	background: #90CC66;
	width: 50px;
	margin: 0 0 5px;
	padding: 5px 0;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
#main #post .post-body.homecoming ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
#main #post .post-body.homecoming ul li {
	width: 25%;
}
@media screen and (max-width:1024px) {
	#main #post .post-body.homecoming ol li {
		padding: 15px;
		font-size: 17px;
	}
	#main #post .post-body.homecoming ol li span {
		padding: 0;
		font-size: 14px;
	}
	#main #post .post-body.homecoming ul li {
		width: 33%;
	}
}
@media screen and (max-width:767px) {
	#main #post .post-body.homecoming h2 + p {
		text-align: left;
		font-size: 18px;
	}
	#main #post .post-body.homecoming ol {
		flex-wrap: wrap;
	}
	#main #post .post-body.homecoming ol li {
		width: 100%;
		margin: 0 0 30px;
	}
	#main #post .post-body.homecoming ol li:last-child {
		margin: 0;
	}
	#main #post .post-body.homecoming ol li:after {
		top: auto;
		right: auto;
		bottom: -17px;
		left: 50%;
		transform: translate(-50%, 0) rotate(-135deg);
	}
	#main #post .post-body.homecoming ul li {
		width: 50%;
	}
}
/* pro
------------------------------------------------*/
#main #post .post-body.pro :where(.wp-block-columns) {
	margin-bottom: 0;
}
#main #post .post-body.pro p.give {
	font-size: 30px;
	text-align: center;
}
#main #post .post-body.pro p.give span {
	font-size: 40px;
	font-weight: 700;
	color: #90CC66;
}
#main #post .post-body.pro p.give span b {
	font-size: 50px;
}
#main #post .post-body.pro table {
	margin: 0 0 10px;
}
#main #post .post-body.pro th {
	width: 170px;
	font-weight: normal;
}
#main #post .post-body.pro td b {
	margin: 0 5px 0 0;
	font-size: 20px;
}
#main #post .post-body.pro ul {
	margin-top: 1.87em;
}
@media screen and (max-width:767px) {
	#main #post .post-body.pro p.give {
		margin: 0 0 30px;
		line-height: 1.5;
	}
	#main #post .post-body.pro :where(.wp-block-columns.is-layout-flex) {
		gap: 0;
	}
}
/* access
------------------------------------------------*/
#main #post .post-body.access .tel {
	text-decoration: none;
	color: #333;
	pointer-events: none;
}
#main #post .post-body.access .school-list {
	background: #F0F7EB;
    border: solid 1px #90cc66;
    border-radius: 10px;
    padding: 0 30px;
}
#main #post .post-body.access .school-list .flex li {
	width: 18%;
}
#main #post .post-body.access .school-list p:last-child {
	background: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	font-size: 1.1em;
}
#main #post .post-body.access .school-list p:last-child strong {
	color: #F26666;
}
#main #post .post-body.access h4.bustime {
	display: block;
	padding-left: 2em;
    position: relative;
}
#main #post .post-body.access h4.bustime::before {
	content: none;
}
#main #post .post-body.access h4.bustime .num {
	background: #90cc66;
    border-radius: 50%;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    margin: 0 0.5em 0 0;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#main #post .post-body.access table.bustime th:last-child,
#main #post .post-body.access table.bustime td:last-child {
	width: 9em;
	text-align: center;
}
#main #post .post-body.access .wp-block-column h4 + .wp-block-buttons .wp-block-button a {
	background: #D5ECC5;
	border: 1px solid #90cc66;
	color: #333;
}
#main #post .post-body.access .support-tit {
    background: #e1f5f9;
    border-radius: 20px;
    margin: 0 0 30px;
    padding: 20px 20px 10px;
}
#main #post .post-body.access .support-txt {
	font-size: 1.1em;
}
#main #post .post-body.access .support-txt strong {
	color: #F26666;
}
#main #post .post-body.access .support-txt .note {
	font-size: 15px;
}
#main #post .post-body.access .busroot .wp-block-column {
	position: relative;
}
#main #post .post-body.access .busroot .wp-block-column::before {
	content: "1";
	background: #90CC66;
	border: solid 4px #fff;
	display: inline-block;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
}
#main #post .post-body.access .busroot .wp-block-column.no2::before {
	content: "2";
}
#main #post .post-body.access .busroot .wp-block-column.no3::before {
	content: "3";
}
#main #post .post-body.access .busroot .wp-block-column.no4::before {
	content: "4";
}
#main #post .post-body.access .busroot .wp-block-column.no5::before {
	content: "5";
}
#main #post .post-body.access .busroot .wp-block-column.no6::before {
	content: "6";
}
#main #post .post-body.access .busroot .wp-block-column::after {
	content: "";
    display: block;
    border: solid 10px #888;
    border-left: solid 10px transparent;
    border-top: solid 10px transparent;
    position: absolute;
    top: 95px;
    right: -20px;
    transform: rotate(-45deg);
}
#main #post .post-body.access .busroot .goal {
	border: solid 2px #11A661;
	margin: 15px 0 0;
}
#main #post .post-body.access .busroot figcaption {
	margin: 0.2em 0.5em;
	font-weight: bold;
	color: #11A661;
}
@media screen and (max-width:767px) {
	#main #post .post-body.access .tel {
		pointer-events: all;
	}
	#main #post .post-body.access .school-list {
		padding: 0 15px;
	}
	#main #post .post-body.access .school-list .flex li {
		width: 50%;
	}
	#main #post .post-body.access table.bustime th:last-child,
	#main #post .post-body.access table.bustime td:last-child {
		width: 7em;
		text-align: center;
	}
	#main #post .post-body.access .busroot .wp-block-column::after {
		top: auto;
        bottom: -5px;
        right: 50%;
        transform: rotate(45deg) translate(0, -50%);
	}
	#main #post .post-body.access .busroot + .busroot .wp-block-column::after {
		content: none;
	}
}
/* price-card-list
------------------------------------------------*/
#main #post .post-body .price-card-list {
	flex-wrap: wrap;
}
#main #post .post-body .price-card-list .price-card {
	background: #F0F7EB;
    border: solid 2px #11A661;
    border-radius: 10px;
	box-sizing: border-box;
	width: 49%;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	color: #11A661;
	position: relative;
}
#main #post .post-body .price-card-list.col3 .price-card {
	width: 32.5%;
}
#main #post .post-body .price-card-list.col1 {
	justify-content: center;
}
#main #post .post-body .price-card-list .price-card.student {
	background: #FCF5F5;
	border-color: #F26666;
	color: #F26666;
}
#main #post .post-body .price-card-list .price-card p {
	margin: 0;
}
#main #post .post-body .price-card-list .price-card small {
	font-weight: normal;
	font-size: 18px;
}
#main #post .post-body .price-card-list .price-card .badge {
	background: #F0F7EB;
	border-radius: 20px;
	margin: 0 0.5em 0 0;
	padding: 2px 0.3em 2px 0.5em;
	letter-spacing: 0.2em;
	font-size: 0.9em;
	color: #11A661;
}
#main #post .post-body .price-card-list .price-card.student .badge {
	background: #FFFF69;
	color: #F26666
}
#main #post .post-body .price-card-list .price-card .type {
	background: #11A661;
	border-radius: 8px 8px 0 0;
	padding: 10px 5px;
	font-size: 22px;
	color: #fff;
}
#main #post .post-body .price-card-list .price-card .type .pick {
	margin: 0 0.1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #FFFF69;
}
#main #post .post-body .price-card-list .price-card.student .type {
	background: #F26666;
}
#main #post .post-body .price-card-list.col3 .price-card .type small {
	display: block;
}
#main #post .post-body .price-card-list .price-card .price {
	margin: 5px 10px 10px;
	font-size: 30px;
}
#main #post .post-body .price-card-list .price-card .price strong {
	margin: 0 0 0 5px;
	font-size: 45px;
}
@media screen and (max-width:767px) {
	#main #post .post-body .price-card-list {
		display: block;
	}
	#main #post .post-body .price-card-list .price-card,
	#main #post .post-body .price-card-list.col3 .price-card {
		width: 100%;
	}
	#main #post .post-body .price-card-list .price-card .type {
		padding: 5px;
		line-height: 1.6;
		font-size: 21px;
	}
	#main #post .post-body .price-card-list .price-card .type small {
		display: block;
		font-size: 16px;
	}
	#main #post .post-body .price-card-list .price-card .price {
		margin: 0 10px 5px;
	}
}
/* simulation
------------------------------------------------*/
#main #post .post-body .simulation {
	text-align: left;
	font-weight: normal;
	color: #333;
}
#main #post .post-body .simulation .catch {
	background: #FFFF69;
	padding: 0.2em;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
#main #post .post-body .simulation .catch span {
	margin: 0 0.2em;
	line-height: 1;
	font-weight: bold;
	color: #F26666;
}
#main #post .post-body .simulation .catch strong {
	font-size: 1.5em;
}
#main #post .post-body .simulation h5 {
	margin: 0.5em 1em 0.2em 0;
	font-size: 0.95em;
	float: left;
}
#main #post .post-body .simulation .rule,
#main #post .post-body .simulation table {
	font-size: 0.9em;
}
#main #post .post-body .simulation ul li {
	margin: 0 0 0.1em;
}
#main #post .post-body .simulation .rule {
	list-style: none;
	margin: 0.5em 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#main #post .post-body .simulation .rule li::before {
	content: "●";
	margin: 0 0.2em 0 0;
	color: #ccc;
}
#main #post .post-body .simulation .rule small {
	font-size: 0.8em;
}
#main #post .post-body .simulation .table_flex {
	display: flex;
}
#main #post .post-body .simulation table {
	margin-bottom: 0.5em;
	width: 50%;
}
#main #post .post-body .simulation table + table {
	width: calc( 50% + 1px );
	margin-left: -1px;
}
#main #post .post-body .simulation table th,
#main #post .post-body .simulation table td {
	padding: 0.3em 0.5em;
}
#main #post .post-body .simulation .list-note {
	font-size: 0.8em;
}
#main #post .post-body .simulation .wp-block-button a {
	min-width: 70%;
}
#main #post .post-body .simulation .wp-block-button strong {
	margin: 0 0 0 0.3em;
	font-size: 1.2em;
	color: #FFFF69;
	display: block;
}
#main #post .post-body .price-card .simulation {
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 10px;
	margin: 0 20px 15px;
	padding: 15px 20px 20px;
}
#main #post .post-body .price-card .simulation h4 {
	border: none;
	margin: 0 0 0.5em;
	text-align: center;
	display: block;
}
#main #post .post-body .price-card .simulation .list-note {
	display: flex;
	margin-bottom: 1em;
}
@media screen and (max-width:767px) {
	#main #post .post-body .simulation h5 {
		float: none;
	}
	#main #post .post-body .simulation .table_flex {
		display: block;
	}
	#main #post .post-body .simulation table,
	#main #post .post-body .simulation table + table {
		margin: 0;
		width: 100%;
	}
	#main #post .post-body .simulation table + table {
		margin: -1px 0 0;
	}
	#main #post .post-body .simulation table th {
		width: 30%;
	}
	#main #post .post-body .price-card .simulation .list-note {
		display: block;
	}
}
/* car
------------------------------------------------*/
#main #post .post-body.car th {
	text-align: center;
}
#main #post .post-body.car thead th {
	padding: 5px 15px;
}
#main #post .post-body.car .course th,
#main #post .post-body.car .course td {
	text-align: center;
	font-size: 0.9em;
}
#main #post .post-body.car .course th.student {
	background: #F26666;
	color: #fff;
}
#main #post .post-body.car .course td.student {
	background: #FCF5F5;
	font-weight: bold;
	font-size: 1.1em;
	color: #F26666;
}
#main #post .post-body.car .other th,
#main #post .post-body.car .other td {
	width: 50%;
	text-align: center;
}
#main #post .post-body.car .option {
	text-align: center;
}
#main #post .post-body.car .option .wp-block-column {
	background: #F0F7EB;
	border: solid 2px #90CC66;
	border-radius: 15px;
	padding: 15px 30px 20px;
}
#main #post .post-body.car .option .wp-block-column img {
	max-width: 50%;
}
#main #post .post-body.car .option .wp-block-column figure {
	margin-bottom: 15px;
}
#main #post .post-body.car .option .wp-block-column p {
    margin: 0 0 0.6em;
}
#main #post .post-body.car .option .wp-block-column p strong {
	font-size: 1.1em;
}
#main #post .post-body.car .option .wp-block-column p.tit {
	font-size: 1.3em;
	color: #11A661;
}
#main #post .post-body.car .option .wp-block-column.speed {
	background: #e7fbff;
	border: solid 2px #19b4db;
}
#main #post .post-body.car .option .wp-block-column.speed p.tit {
	color: #19b4db;
}
#main #post .post-body.car .option .wp-block-column.speed .wp-element-button {
	background: #19b4db;
}
#main #post .post-body.car .price-card-list .price-card:first-child {
	width: 100%;
}
#main #post .post-body.car .price-card-list .price-card:first-child .flex {
	align-items: center;
	padding: 20px;
}
@media screen and (max-width:767px) {
	#main #post .post-body.car .hint_scroll {
		padding: 0 0 10px;
		text-align: right;
		font-size: 12px;
	}
	#main #post .post-body.car .sticky {
		position: sticky;
		left: 0;
	}
	#main #post .post-body.car .sticky::before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		display: block;
		border: 1px solid #ccc;
		box-sizing: content-box;
	}
}
/* semi
------------------------------------------------*/
#main #post .post-body.semi th {
	text-align: center;
}
#main #post .post-body.semi thead th {
	padding: 5px 15px;
}
#main #post .post-body.semi .course th,
#main #post .post-body.semi .course td {
	text-align: center;
	font-size: 0.9em;
}
#main #post .post-body.semi .sticky {
	position: sticky;
	left: 0;
}
#main #post .post-body.semi .sticky::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #ccc;
	box-sizing: content-box;
}
#main #post .post-body.semi .hint_scroll {
	padding: 0 0 10px;
	text-align: right;
	font-size: 14px;
}
@media screen and (max-width:767px) {
	#main #post .post-body.semi .hint_scroll {
		font-size: 12px;
	}
}
/* bike
------------------------------------------------*/
#main #post .post-body.bike th {
	text-align: center;
}
#main #post .post-body.bike thead th {
	padding: 5px;
}
#main #post .post-body.bike .course th,
#main #post .post-body.bike .course td {
	text-align: center;
	font-size: 0.9em;
}
#main #post .post-body.bike .sticky {
	position: sticky;
	left: 0;
}
#main #post .post-body.bike .sticky::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #ccc;
	box-sizing: content-box;
}
#main #post .post-body.bike .table_wrap {
	position: relative;
}
@media screen and (max-width:767px) {
	#main #post .post-body.bike .hint_scroll {
		font-size: 12px;
	}
}
/* large
------------------------------------------------*/
#main #post .post-body.large th {
	text-align: center;
}
#main #post .post-body.large thead th {
	padding: 5px 15px;
}
#main #post .post-body.large .course th,
#main #post .post-body.large .course td {
	text-align: center;
	font-size: 0.9em;
}
#main #post .post-body.large .sticky {
	position: sticky;
	left: 0;
}
#main #post .post-body.large .sticky::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #ccc;
	box-sizing: content-box;
}
#main #post .post-body.large .hint_scroll {
	padding: 0 0 10px;
	text-align: right;
	font-size: 14px;
}
@media screen and (max-width:767px) {
	#main #post .post-body.large .hint_scroll {
		font-size: 12px;
	}
}
/* special
------------------------------------------------*/
#main #post .post-body.special th {
	text-align: center;
}
#main #post .post-body.special thead th {
	padding: 5px 15px;
}
#main #post .post-body.special .course th,
#main #post .post-body.special .course td {
	text-align: center;
	font-size: 0.9em;
}
@media screen and (max-width:767px) {
	#main #post .post-body.special .sticky {
		position: sticky;
		left: 0;
	}
	#main #post .post-body.special .sticky::before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		display: block;
		border: 1px solid #ccc;
		box-sizing: content-box;
	}
	#main #post .post-body.special .hint_scroll {
		padding: 0 0 10px;
		text-align: right;
		font-size: 12px;
	}
}
/* secondclass
------------------------------------------------*/
#main #post .post-body.secondclass th {
	text-align: center;
}
#main #post .post-body.secondclass thead th {
	padding: 5px 15px;
}
#main #post .post-body.secondclass .course th,
#main #post .post-body.secondclass .course td {
	text-align: center;
	font-size: 0.9em;
}
#main #post .post-body.secondclass .type th {
	white-space: nowrap;
	text-align: center;
	font-size: 0.8em;
}
#main #post .post-body.secondclass .type td {
	text-align: center;
}
#main #post .post-body.secondclass .type.width td {
	width: 20%;
}
#main #post .post-body.secondclass td.align-left {
	text-align: left;
}
#main #post .post-body.secondclass td .ok {
	background: #11A661;
	font-size: 0.7em;
	color: #fff;
}
@media screen and (max-width:767px) {
	#main #post .post-body.secondclass .type.width td {
		width: auto;
	}
	#main #post .post-body.secondclass .sticky {
		position: sticky;
		left: 0;
	}
	#main #post .post-body.secondclass .sticky::before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		display: block;
		border: 1px solid #ccc;
		box-sizing: content-box;
	}
	#main #post .post-body.secondclass .hint_scroll {
		padding: 0 0 10px;
		text-align: right;
		font-size: 12px;
	}
}
/* forklift
------------------------------------------------*/
#main #post .post-body.forklift .wp-block-column h3 {
	margin-top: 10px;
}
#main #post .post-body.forklift table {
	margin: 0 0 10px;
}
#main #post .post-body.forklift tbody th {
	white-space: nowrap;
}
#main #post .post-body.forklift .course th {
	width: 150px;
	font-weight: normal;
}
#main #post .post-body.forklift .course td b {
	margin: 0 5px 0 0;
	font-size: 20px;
}
#main #post .post-body.forklift td ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main #post .post-body.forklift td ul li:after {
	content: "・";
}
#main #post .post-body.forklift td ul li:last-child:after {
	content: none;
}
#main #post .post-body.forklift table:not(.course) th,
#main #post .post-body.forklift table:not(.course) td {
	padding: 15px 10px;
	text-align: center;
}
#main #post .post-body.forklift table:not(.course) thead th {
	padding: 5px 15px;
}
#main #post .post-body.forklift .largesize {
	line-height: 1.6;
	font-size: 20px;
}
#main #post .post-body.forklift .largesize span {
	margin: 0 5px 0 0;
	font-size: 30px;
	font-weight: 700;
}
#main #post .post-body.forklift .largesize small {
	margin: 0 5px 0 0;
}
#main #post .post-body.forklift .largesize .red,
#main #post .post-body.forklift .largesize .red + small {
	color: #F26666;
}
/* order
------------------------------------------------*/
#main #post .post-body.order .plan-vis {
	background: #d5f0c1;
	border-radius: 15px;
	margin: 0 0 20px;
	padding: 20px 30px;
	text-align: center;
}
#main #post .post-body.order .plan-vis.speed {
	background: #beeaf3;
}
#main #post .post-body.order .plan-vis img {
	max-width: 50%;
}
/* for-student
------------------------------------------------*/
#main #post .post-body.for-student .box,
#main #post .post-body.for-student .list-box {
	background: #F0F7EB;
    border: solid 1px #90cc66;
    border-radius: 10px;
    padding: 25px 30px 20px;
    list-style: none;
}
#main #post .post-body.for-student .list-box li {
    border-bottom: dotted 1px #ccc;
    padding: 0 0 0.5em 35px;
    position: relative;
}
#main #post .post-body.for-student .list-box li:last-child {
	border: none;
	padding-bottom: 0;
}
#main #post .post-body.for-student .list-box li::before {
	content: "";
    display: block;
    background: #90cc66;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0.5em;
	transform: translate(0,-50%);
}
#main #post .post-body.for-student .list-box strong {
	margin: 0 0.1em;
	font-size: 1.5em;
}
#main #post .post-body.for-student .school-list li {
	width: 50%;
}
/* daytime
------------------------------------------------*/
#main #post .post-body.daytime .box {
	background: #FCF5F5;
    border: solid 1px #F26666;
    border-radius: 10px;
    padding: 25px 30px 20px;
    list-style: none;
	text-align: center;
}
#main #post .post-body.daytime .box strong {
	margin: 0 0.2em;
	font-size: 1.5em;
}
#main #post .post-body.daytime table th,
#main #post .post-body.daytime table td {
	text-align: center;
}
#main #post .post-body.daytime table th:last-child {
	background: #F26666;
	color: #fff;
}
#main #post .post-body.daytime table td:last-child {
	background: #FCF5F5;
	color: #F26666;
}
#main #post .post-body.daytime table td:last-child strong {
	font-size: 1.5em;
}
@media screen and (max-width:767px) {
	#main #post .post-body.daytime .box strong {
		display: block;
	}
	#main #post .post-body.daytime table th,
	#main #post .post-body.daytime table td {
		padding: 10px 5px;
	}
}
/* campaign
------------------------------------------------*/
#main #post .post-body.campaign .pagelist .wp-block-column {
	background: #daf5c7;
	padding: 0 0 20px;
}
#main #post .post-body.campaign .pagelist .nolink {
	background: none;
}
#main #post .post-body.campaign .pagelist p {	
	margin: 0.8em 0;
}
#main #post .post-body.campaign .pagelist figure + p {
	font-size: 20px;
}
#main #post .post-body.campaign .pagelist .wp-block-button a {
	background: #90CC66;
	padding: 0.2em 1em;
}
/* sitemap
------------------------------------------------*/
#main #post .post-body.sitemap ul {
	list-style-position: inside;
	padding: 0;
}
#main #post .post-body.sitemap ul ul {
	margin: 10px 0 0;
	padding: 0 0 0 2em;
}
#main #post .post-body.sitemap ul li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	font-size: 20px;
}
#main #post .post-body.sitemap ul li:first-child {
	border-top: 1px solid #ccc;
}
#main #post .post-body.sitemap ul li li {
	border: 0;
	padding: 0;
	font-size: 18px;
}
#main #post .post-body.sitemap ul li li:first-child {
	border: 0;
}
@media screen and (max-width:767px) {
	#main #post .post-body.sitemap ul li {
		font-size: 18px;
	}
	#main #post .post-body.sitemap ul li li {
		font-size: 16px;
	}
}
/* for-current_student
------------------------------------------------*/
#main #post .post-body.for-current_student .calendar-wrap h3 {
	margin-top: 0;
}
#main #post .post-body.for-current_student .calendar th,
#main #post .post-body.for-current_student .calendar td {
	text-align: center;
}
#main #post .post-body.for-current_student .calendar td.cellHoliday {
	background: #ffd0d0;
}
#main #post .post-body.for-current_student .legend {
	text-align: right;
}
#main #post .post-body.for-current_student .legend::before {
	content: "";
	background: #ffd0d0;
	display: inline-block;
	width: 3em;
	height: 1.2em;
	margin: 0 0.5em 0 0;
	vertical-align: middle;
}
@media screen and (max-width:767px) {
	#main #post .post-body.for-current_student .calendar th,
	#main #post .post-body.for-current_student .calendar td {
		padding: 3px;
		font-size: 14px;
	}
}
/* linkcard
------------------------------------------------*/
#main #post .post-body .linkcard a {
	display: flex;
	justify-content:space-between;
	align-items: center;
	border: solid 3px #90cc66;
	border-radius: 15px;
	overflow: hidden;
	margin-top: 60px;
	text-decoration: none;
	font-size: 22px;
	color: #333;
}
#main #post .post-body .linkcard a:hover {
	opacity: 0.8;
}
#main #post .post-body .linkcard img {
	width: 40%;
}
#main #post .post-body .linkcard .txt {
	width: 60%;
	padding: 20px 10% 20px 5%;
	box-sizing: border-box;
	position: relative;
}
#main #post .post-body .linkcard .txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(-135deg);
    width: 8px;
    height: 8px;
    border-left: solid 3px #90cc66;
    border-bottom: solid 3px #90cc66;
    margin: -5px 0 0;
}
#main #post .post-body .linkcard .txt p:last-child {
	margin-bottom: 0;
}
#main #post .post-body .linkcard .txt .tag {
	background: #90cc66;
	width: fit-content;
	margin: 0 0 1rem;
	padding: 5px 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
@media screen and (max-width:767px) {
	#main #post .post-body .linkcard a {
		flex-wrap: wrap;
		font-size: 18px;
	}
	#main #post .post-body .linkcard img,
	#main #post .post-body .linkcard .txt {
		width: 100%;
	}
}
/* hprenewal
------------------------------------------------*/
#title.hprenewal .page-title {
	font-size: 38px;
}
@media screen and (max-width:1100px) {
	#title.hprenewal .page-title {
		font-size: 36px;
	}
}
@media screen and (max-width:767px) {
	#title.hprenewal .page-title {
		font-size: 26px;
	}
}
/* campaign-page
------------------------------------------------*/
#main #post .post-body .campaign-page img {
	border-radius: 15px;
}
#main #post .post-body .campaign-page .box,
#main #post .post-body .campaign-page .list-box {
	background: #F0F7EB;
	border: solid 1px #90cc66;
    border-radius: 10px;
    padding: 25px 30px 20px;
	list-style: none;
}
#main #post .post-body .campaign-page .box p:last-child {
	margin-bottom: 0;
}
#main #post .post-body .campaign-page .list-box li {
    border-bottom: dotted 1px #ccc;
    padding: 0 0 0.5em 35px;
    position: relative;
}
#main #post .post-body .campaign-page .list-box li::before {
	content: "";
    display: block;
    background: #90cc66;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}
#main #post .post-body .campaign-page .tel-box {
	margin: 0;
	text-align: center;
}
#main #post .post-body .campaign-page p strong,
#main #post .post-body .campaign-page li strong {
    background: linear-gradient(transparent 50%, #daf5c7 50%);
}
#main #post .post-body .campaign-page table th,
#main #post .post-body .campaign-page > table td {
	text-align: center;
}
#main #post .post-body .campaign-page .wp-block-column h4 {
	margin-top: 0;
}
#main #post .post-body .campaign-page h3.number {
	display: block;
	padding-left: 2.5em;
	position: relative;
}
#main #post .post-body .campaign-page h3.number::before {
	content: none;
}
#main #post .post-body .campaign-page h3.number .num {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0 0.5em 0 0;
	text-align: center;
	color: #90cc66;
	position: absolute;
	top: 15px;
	left: 15px;
}
#main #post .post-body .campaign-page .price-card-list .price-card .price strong {
	background: none;
}
#main #post .post-body .campaign-page .price-card-list.col3 .price-card:first-child {
	width: 100%;
}
#main #post .post-body .campaign-page .price-card-list.col3 .price-card:first-child strong {
	background: none;
}
@media screen and (max-width:767px) {
	#main #post .post-body .campaign-page :where(.wp-block-columns.is-layout-flex) {
		gap: 1em;
	}
}
@media screen and (max-width:480px) {
	#main #post .post-body .campaign-page .box {
		font-size: 16px;
	}
	#main #post .post-body .campaign-page > table th,
	#main #post .post-body .campaign-page > table td {
		padding: 7px 5px;
		font-size: 13px;
	}
	#main #post .post-body .campaign-page .wp-block-column h4 {
		margin-top: 10px;
	}
}
/* corporate
------------------------------------------------*/
#main #post .post-body.corporate .note {
	font-size: 0.9em;
}
#main #post .post-body.corporate p strong {
    background: linear-gradient(transparent 50%, #FFFF69 50%);
}
#main #post .post-body.corporate .plan-wrap {
	margin-top: 30px;
}
#main #post .post-body.corporate .plan-wrap .wp-block-column {
	background: #d4e8f8;
	border-radius: 15px;
	padding: 20px 30px;
}
#main #post .post-body.corporate .plan-wrap .wp-block-column:nth-child(2) {
	background: #dff2ce;
}
#main #post .post-body.corporate .plan-wrap .wp-block-column p {
	margin-bottom: 0.5em;
}
#main #post .post-body.corporate .plan-wrap .wp-block-column p:last-child {
	margin-bottom: 0;
}
#main #post .post-body.corporate .plan-wrap .wp-block-column strong {
	margin: 0 0.2em;
	font-size: 1.3em;
}
#main #post .post-body.corporate h4 {
	margin: 1em 0 0.5em;
}
#main #post .post-body.corporate table tbody th {
	width: 40%;
	font-weight: 500;
}
#main #post .post-body.corporate table tbody td {
	text-align: center;
}
#main #post .post-body.corporate table tbody th p {
	margin: 0 0 10px;
}
#main #post .post-body.corporate table tbody th .tit {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: 700;
	color: #11A661;
}
#main #post .post-body.corporate table tbody th dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main #post .post-body.corporate table tbody th dl dt {
	width: 5em;
	font-weight: 700;
}
#main #post .post-body.corporate table tbody th dl dd {
	width: calc( 100% - 5em );
	margin: 0;
}
#main #post .post-body.corporate table .gmark {
	background: #19b4db;
	border-radius: 10px;
	margin: 0 0 10px;
	padding: 0 10px;
	text-align: center;
	font-weight: 700;
	font-size: 1.5em;
	color: #FFFF69;
}
#main #post .post-body.corporate table .gmark strong {
	background: none;
	margin: 0 0.1em 0 0.3em;
	font-size: 1.5em;
}
#main #post .post-body.corporate table .east,
#main #post .post-body.corporate table .west {
	background: #19b4db;
	border-radius: 50%;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff;
}
#main #post .post-body.corporate table .west {
	background: #90CC66;
}
#main #post .post-body.corporate h3.east {
	background: #19b4db;
	margin-bottom: 10px;
}
#main #post .post-body.corporate h3.west {
	background: #90CC66;
	margin-bottom: 10px;
}
#main #post .post-body.corporate h3.east + p,
#main #post .post-body.corporate h3.west + p {
	background: none;
	margin: 0.5em 0;
	font-weight: 700;
	font-size: 1.5em;
}
#main #post .post-body.corporate .tel span {
	margin: 0 5px 0 0;
    letter-spacing: 0.09em;
	vertical-align: middle;
    font-size: 16px;
	color: #11A661;
}
#main #post .post-body.corporate .tel a {
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
	font-size: 25px;
    color: #11A661;
}
@media screen and (max-width:767px) {
	#main #post .post-body.corporate table thead,
	#main #post .post-body.corporate table tbody th dl,
	#main #post .post-body.corporate table tbody td:nth-child(3) {
		white-space: nowrap;
	}
	#main #post .post-body.corporate table tbody th {
		width: 200px;
	}
	#main #post .post-body.corporate table tbody th dl {
		display: block;
	}
	#main #post .post-body.corporate table tbody th dl dd {
		width: auto;
		margin: 0 0 10px;
	}
}