@charset "UTF-8";

/* area-title
------------------------------------------------*/
#area-title.plan,
#area-title.current-students {
	background: url("img/bg-title-plan.jpg") no-repeat center;
	background-size: cover;
}

#area-title.short-term-plan-summer, 
#area-title.short-term-plan-schedule, 
#area-title.car-price,
#area-title.training-points,
#area-title.graduates,
#area-title.housewife,
#area-title.voice-of-graduates {
	background: url("img/bg-title-drive.jpg") no-repeat center;
	background-size: cover;
}
#area-title.staff-introduction,
#area-title.recruit {
	background: url("img/bg-title-staff.jpg") no-repeat center;
	background-size: cover;
}
#area-title.bike,
#area-title.bike-price {
	background: url("img/bg-title-bike.jpg") no-repeat center;
	background-size: cover;
}
#area-title.shuttle-bus {
	background: url("img/bg-title-bus.jpg") no-repeat center;
	background-size: cover;
}
#area-title.enrollment {
	background: url("img/bg-title-enrollment.jpg") no-repeat center;
	background-size: cover;
}
#area-title.car {
	background: url("img/bg-title-car.jpg") no-repeat center;
	background-size: cover;
}
#area-title.flow,
#area-title.option-plan,
#area-title.shortcourse {
	background: url("img/bg-title-cars.jpg") no-repeat center;
	background-size: cover;
}
#area-title.company,
#area-title.access {
	background: url("img/bg-title-company2.jpg?d=2024") no-repeat center;
	background-size: cover;
}
#area-title.school-information {
	background: url("img/bg-title-school-information.jpg") no-repeat center;
	background-size: cover;
}
#area-title.faq,
#area-title.covid-19,
#area-title.link,
#area-title.privacy-policy,
#area-title.sitemap,
#area-title.questionnaire {
	background: url("img/bg-title-course.jpg") no-repeat center;
	background-size: cover;
}


#area-title.send_completely,
#area-title.inquiry {
	background: url("img/bg-title-school-staff.jpg") no-repeat center;
	background-size: cover;
}
#area-title.entry_form {
	background: url("img/bg-title-entry_form.jpg") no-repeat center;
	background-size: cover;
}
#area-title.instructor {
	background: url("img/bg-title-instructor.jpg") no-repeat center;
	background-size: cover;
}
#area-title.school-staff {
	background: url("img/bg-title-school-staff.jpg?d=2024") no-repeat center;
	background-size: cover;
}
#area-title.largebike-price {
	background: url("img/bg-title-largebike.jpg") no-repeat center;
	background-size: cover;
}
#area-title.online-department {
	background: url("img/bg-title-online.jpg") no-repeat center;
	background-size: cover;
}
#area-title.short-term-plan,
#area-title.reason,
#area-title.campaign {
	background: url("img/bg-title-reason.jpg") no-repeat center;
	background-size: cover;
}
#area-title.experience-report {
	background: url("img/bg-title-report.jpg") no-repeat center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#area-title.plan,
	#area-title.current-students,
	#area-title.enrollment,
	#area-title.car,
	#area-title.flow,
	#area-title.option-plan,
	#area-title.shortcourse,
	#area-title.company,
	#area-title.access,
	#area-title.faq,
	#area-title.covid-19,
	#area-title.link,
	#area-title.privacy-policy,
	#area-title.sitemap,
	#area-title.inquiry,
	#area-title.online-department,
	#area-title.reason,
	#area-title.experience-report {
		background-position: right center;
	}
	#area-title.reason {
		background-position: 35% center;
	}
	#area-title.inquiry,
	#area-title.entry_form {
		background-position: 60% center;
	}
	#area-title.staff-introduction,
	#area-title.recruit {
		background-position: 70% center;
	}
}

/* common
------------------------------------------------*/
#main table.price th {
	width: 16.666%;
}
#main table.price td {
	text-align: center;
}
#main .leadbox {
	position: relative;
	background: #fff;
	border: 5px solid #0074C6;
	border-radius: 10px;
	margin: 40px 0;
	padding: 0 100px 50px;
	text-align: center;
}
#main .leadbox.line2 {
	padding: 50px 100px;
}
#main .leadbox h2 {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: normal;
	line-height: 2;
	font-size: 25px;
}
#main .leadbox h2 span {
	background: #0074C6;
	box-shadow: 0 0 0 5px #fff;
	color: #fff;
	padding: 7px 15px;
}
#main .leadbox dl {
	margin: 50px 0 0;
}
#main .leadbox dt {
	font-size: 18px;
	font-weight: bold;
}
#main.car-price .color_red,
#main .leadbox dt strong {
	color: #FF000D;
}
#main .leadbox dd {
	margin: 20px 0 0;
}
#main .leadbox .morebtn {
	position: absolute;
	bottom: -26px;
	right: 30px;
	border: 4px solid #fff;
	margin: 0;
}
#main .post-body .freetel {
	font-size: 14px;
}
#main .post-body .freetel span {
	background: url(img/icon-freetel.svg) no-repeat left center;
	background-size: auto 30px;
	padding: 0 0 0 60px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.08em;
	font-size: 35px;
}
#main .post-body .wp-block-column h4:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	#main table.price th {
		width: auto;
	}
	#main .leadbox {
		padding: 20px 30px 50px;
	}
	#main .leadbox.line2 {
		padding: 50px 30px;
	}
	#main .leadbox h2 {
		font-size: 20px;
	}
	#main .leadbox dl {
		margin: 20px 0 0;
	}
	#main .leadbox dt {
		font-size: 16px;
	}
	#main .leadbox dd {
		margin: 15px 0 0;
	}
	#main .post-body .freetel span {
		font-size: 28px;
	}
}
@media screen and (max-width: 480px) {
	#main .leadbox {
		padding: 15px 20px 40px;
	}
	#main .leadbox.line2 {
		padding: 50px 20px 40px;
	}
	#main .leadbox h2 {
		top: -25px;
		font-size: 16px;
	}
	#main .leadbox h2 span {
		padding: 5px 10px;
	}
	#main .leadbox dl {
		margin: 10px 0 0;
	}
	#main .leadbox .morebtn {
		right: 20px;
		bottom: -18px;
		border: 0;
	}
	#main .leadbox .morebtn a {
		font-size: 13px;
	}
}
/* reason
------------------------------------------------*/
#main.reason .pt {
	background: #0074C6;
	border-radius: 30px;
	display: inline-block;
	margin: 0 12px 0 0;
	padding: 7px 10px;
	line-height: 1;
	font-size: 0.7em;
	color: #fff;
}
/* plan,enrollment
------------------------------------------------*/
#main.plan .list,
#main.enrollment .list {
	list-style: none;
	padding: 0;
}
#main.plan .list li,
#main.enrollment .list li {
	width: 47%;
	margin: 0 0 50px;
	border-top: 6px solid #CCEDFF;
	font-size: 20px;
	font-weight: bold;
}
#main.plan .list li a,
#main.enrollment .list li a {
	display: block;
	text-decoration: none;
}
#main.plan .list li span,
#main.enrollment .list li span {
	position: relative;
	display: block;
	padding: 15px 30px 15px 20px;
	color: #333;
}
#main.plan .list li span:after,
#main.enrollment .list li span:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	content: "";
	border-top: solid 2px #0074C6;
	border-left: solid 2px #0074C6;
	transform: translate(0, -50%) rotate(135deg);
	transition: 0.5s;
}
#main.plan .list li a:hover span,
#main.enrollment .list li a:hover span {
	opacity: 0.8;
}
#main.plan .list li img,
#main.enrollment .list li img {
	display: block;
	max-width: 100%;
	height: auto;
}
#main.plan ul:not(.list) img,
#main.car-price ul:not(.list) img,
#main.bike-price ul:not(.list) img,
#main.largebike-price ul:not(.list) img {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	#main.plan .list li,
	#main.enrollment .list li {
		margin: 0 0 40px;
		font-size: 18px;
	}
	#main.plan .list li span,
	#main.enrollment .list li spam {
		padding: 10px 20px 10px 10px;
	}
	#main.plan .list li span:after,
	#main.enrollment .list li span:after {
		right: 10px;
		width: 6px;
		height: 6px;
	}
}
@media screen and (max-width: 767px) {
	#main.plan .list li,
	#main.enrollment .list li {
		width: 100%;
		margin: 0 0 20px;
		font-size: 16px;
	}
}
/* access
------------------------------------------------*/
#main.access .wp-block-column h3:first-child {
	margin-top: 0;
}
/* car,shuttle-bus,campaign,housewife,current-students,reason
------------------------------------------------*/
#main.car .post-body .morebtn,
#main.bike .post-body .morebtn,
#main.shuttle-bus .post-body .morebtn,
#main.campaign .post-body .morebtn,
#main.housewife .post-body .morebtn,
#main.current-students .post-body .morebtn,
#main.reason .post-body .morebtn {
	text-align: center;
	margin: 30px 0 80px;
}
#main.car .post-body .morebtn a,
#main.bike .post-body .morebtn a,
#main.shuttle-bus .post-body .morebtn a,
#main.campaign .post-body .morebtn a,
#main.housewife .post-body .morebtn a,
#main.current-students .post-body .morebtn a,
#main.reason .post-body .morebtn a {
	display: inline;
}
#main.car ul img,
#main.bike ul img {
	margin-top: 10px;
}
#main.shuttle-bus .post-body .wp-container-5 {
	margin: 30px 0 0;
}
#main.current-students .post-body figcaption {
	text-align: center;
}
@media screen and (max-width: 767px) {
	#main.car .post-body .morebtn a,
	#main.bike .post-body .morebtn a,
	#main.shuttle-bus .post-body .morebtn a,
	#main.campaign .post-body .morebtn a,
	#main.housewife .post-body .morebtn a,
	#main.current-students .post-body .morebtn a,
	#main.reason .post-body .morebtn a {
		border-radius: 10px;
	}
}
/* training-points
------------------------------------------------*/
#main.training-points .pt {
	display: block;
	margin: 7px 0;
	letter-spacing: 0;
	line-height: 1;
	font-size: 0.8em;
	color: #0074C6;
}
/* graduates
------------------------------------------------*/
#main.graduates .post-body .wp-block-column h4:first-child {
	margin-top: 0;
}
/* experience-report
------------------------------------------------*/
#main.experience-report .post-body .flow {
	justify-content: center;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 60px;
}
#main.experience-report .post-body .flow:after {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 40px;
	height: 40px;
	content: "";
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
	transform: translate(-50%, 0) rotate(-135deg);
}
#main.experience-report .post-body .flow.last {
	margin: 0;
	padding: 0;
}
#main.experience-report .post-body .flow.last:after {
	content: none;
}
#main.experience-report .post-body .flow p {
	width: 330px;
	margin: 0 20px 0 0;
}
#main.experience-report .post-body .flow dl {
	width: calc(100% - 350px);
	margin: 0;
}
#main.experience-report .post-body .flow dt {
	border-left: 3px solid #0074C6;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #0074C6;
}
#main.experience-report .post-body .flow dd {
	margin: 0;
}
#main.experience-report .post-body .flow img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#main.experience-report .post-body .flow {
		display: block;
		width: 330px;
		margin: 0 auto;
	}
	#main.experience-report .post-body .flow p {
		width: 100%;
		margin: 0 0 10px;
	}
	#main.experience-report .post-body .flow dl {
		width: 100%;
	}
	#main.experience-report .post-body .flow dt {
		margin: 0 0 10px;
		font-size: 15px;
	}
}
@media screen and (max-width:480px) {
	#main.experience-report .post-body .flow dt {
		font-size: 14px;
	}
}
/* school-information
------------------------------------------------*/
#main.school-information .post-body .map {
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main.school-information .post-body .map li {
	width: 50%;
	font-weight: bold;
	text-align: left;
}
#main.school-information .post-body .map img {
	display: block;
}
#main.school-information .post-body .wp-block-column p {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	#main.school-information .post-body .map {
		display: block;
	}
	#main.school-information .post-body .map li {
		width: 100%;
	}
	#main.school-information .post-body .map li:first-child {
		margin: 0 0 20px;
	}
	#main.school-information .post-body .wp-block-columns {
		gap: 0;
	}
}
/* staff
------------------------------------------------*/
#main.instructor .post-body,
#main.school-staff .post-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main.instructor .post-body h2,
#main.school-staff .post-body h2 {
	width: 100%;
}
#main.instructor .post-body > .wp-block-columns,
#main.school-staff .post-body > .wp-block-columns {
	width: 48%;
}
#main.staff-introduction .post-body .select,
#main.instructor .post-body .select,
#main.school-staff .post-body .select {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main.staff-introduction .post-body .select li,
#main.instructor .post-body .select li,
#main.school-staff .post-body .select li {
	width: 48%;
}
#main.staff-introduction .post-body .select li a,
#main.instructor .post-body .select li a,
#main.school-staff .post-body .select li a {
	position: relative;
	text-decoration: none;
	display: block;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
	color: #333;
}
#main.staff-introduction .post-body .select li a:hover,
#main.instructor .post-body .select li a:hover,
#main.school-staff .post-body .select li a:hover {
	background: #f7f7f7;
}
#main.staff-introduction .post-body .select li a:before,
#main.instructor .post-body .select li a:before,
#main.school-staff .post-body .select li a:before {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 5px;
	height: 5px;
	content: "";
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	transform: translate(0, -50%) rotate(135deg);
}
#main.instructor .post-body .wp-block-column dl,
#main.school-staff .post-body .wp-block-column dl {
	margin: 0;
}
#main.instructor .post-body .wp-block-column dt span,
#main.school-staff .post-body .wp-block-column dt span {
	display: block;
	font-size: 26px;
	line-height: 1.1;
}
#main.instructor .post-body .wp-block-column dd,
#main.school-staff .post-body .wp-block-column dd {
	position: relative;
	border-radius: 10px;
	background: #ffedb2;
	padding: 10px 15px;
	margin: 10px 0 30px;
}
#main.instructor .post-body .wp-block-column dd:before,
#main.instructor .post-body .wp-block-column dd:after,
#main.school-staff .post-body .wp-block-column dd:before,
#main.school-staff .post-body .wp-block-column dd:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 50px;
	height: 50px;
}
#main.instructor .post-body .wp-block-column dd:before,
#main.school-staff .post-body .wp-block-column dd:before {
	left: -10px;
	bottom: -15px;
	border-radius: 25px;
	background: #ffedb2;
}
#main.instructor .post-body .wp-block-column dd:after,
#main.school-staff .post-body .wp-block-column dd:after {
	left: -25px;
	bottom: -20px;
	border-radius: 20px;
	background: #fff;
}
#main.instructor .post-body .wp-block-column table,
#main.school-staff .post-body .wp-block-column table {
	border: 0;
}
#main.instructor .post-body .wp-block-column th,
#main.instructor .post-body .wp-block-column td,
#main.school-staff .post-body .wp-block-column th,
#main.school-staff .post-body .wp-block-column td {
	display: block;
	width: 100%;
	border: 0;
	padding: 0 0 10px;
}
#main.instructor .post-body .wp-block-column th,
#main.school-staff .post-body .wp-block-column th {
	background: none;
	text-align: left;
	white-space: nowrap;
	padding: 0;
}
@media screen and (max-width: 767px) {
	#main.instructor .post-body > .wp-block-columns,
	#main.school-staff .post-body > .wp-block-columns {
		width: 100%;
	}
	#main.instructor .post-body .wp-block-columns,
	#main.school-staff .post-body .wp-block-column {
		gap: 0;
	}
	#main.instructor .post-body .wp-block-column dt,
	#main.school-staff .post-body .wp-block-column dt {
		text-align: center;
	}
	#main.instructor .post-body .wp-block-column dd:before,
	#main.instructor .post-body .wp-block-column dd:after,
	#main.school-staff .post-body .wp-block-column dd:before,
	#main.school-staff .post-body .wp-block-column dd:after {
		content: none;
	}
	#main.instructor .post-body .wp-block-column table,
	#main.school-staff .post-body .wp-block-column table {
		margin: 0 0 30px;
	}
	#main.instructor .post-body .wp-block-column th,
	#main.instructor .post-body .wp-block-column td,
	#main.school-staff .post-body .wp-block-column th,
	#main.school-staff .post-body .wp-block-column td {
		display: table-cell;
		width: auto;
		padding: 0 0 5px;
	}
	#main.instructor .post-body .wp-block-column th,
	#main.school-staff .post-body .wp-block-column th {
		width: 100px;
	}
}
/* link
------------------------------------------------*/
#main.link .post-body p {
	margin: 0;
}
/* recruit
------------------------------------------------*/
#main.recruit .post-body th {
	text-align: left;
}
/* sitemap
------------------------------------------------*/
#main.sitemap .post-body ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 0 0 1.2em;
	font-size: 1.1em;
}
#main.sitemap .post-body ul li {
	width: 50%;
	margin: 0 0 20px;
}
#main.sitemap .post-body ul ul {
	display: block;
	margin: 5px 0 0;
	font-size: 1em;
}
#main.sitemap .post-body ul ul li {
	width: 100%;
	margin: 0;
}
#main.sitemap .post-body ul ul ul {
	margin: 5px 0;
	font-size: 0.9em;
}
/* mw_wp_form
------------------------------------------------*/
.mw_wp_form {
	margin: 0 auto;
}
.mw_wp_form dt {
	position: relative;
	float: left;
	width: 210px;
	padding: 25px 0 15px 45px;
	box-sizing: border-box;
}
.mw_wp_form dt.required:before {
	content: "必須";
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	border: solid 1px #888;
	padding: 0 4px;
	font-size: 11px;
	color:#888;
}
.mw_wp_form dd {
	min-height: 78px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 25px 0 15px 220px;
	text-align: left;
}
.mw_wp_form input,
.mw_wp_form textarea {
	border: 1px solid #888;
	margin: 0 0 10px;
	padding: 5px;
	vertical-align: middle;
	font-size: 16px;
}
.entry_form .mw_wp_form input {
	margin: 0;
}
.mw_wp_form select {
	padding: 5px;
	vertical-align: top;
}
.mw_wp_form input.submit {
	position: relative;
	display: inline-block;
	padding: 10px 35px 10px 30px;
	text-align: center;
	color: #fff;
	background: #0074C6;
	border-radius: 10px;
	border: none;
}
.mw_wp_form input.submit:hover {
	opacity: 0.8;
	cursor: pointer;
}
.mw_wp_form dl + p {
	margin-top: 50px;
}
@media screen and (max-width:767px) {
	.mw_wp_form input,
	.mw_wp_form textarea {
		max-width: 100%;
	}
	.mw_wp_form input[type="submit"],
	.mw_wp_form input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	.mw_wp_form input[type="submit"]::-webkit-search-decoration,
	.mw_wp_form input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	.mw_wp_form input[type="submit"]::focus,
	.mw_wp_form input[type="button"]::focus {
		outline-offset: -2px;
	}
	.mw_wp_form select {
		margin-bottom: 10px;
	}
	.mw_wp_form {
		width: 100%;
	}
	.mw_wp_form dt {
		float: none;
		width: auto;
		padding: 15px 0 10px;
	}
	.mw_wp_form dt.required {
		padding-left: 40px;
	}
	.mw_wp_form dt.required:before {
		top: 14px;
	}
	.mw_wp_form dd {
		min-height: 45px;
		padding: 0 0 15px;
	}
	.mw_wp_form.mw_wp_form_confirm dd {
		font-size: 1.2em;
	}
	.mw_wp_form dd dt {
		width: 100%;
	}
	.mw_wp_form dd dd {
		padding: 0;
	}
}

/* 短期プラン等のご案内
------------------------------------------------*/
#main.short-term-plan-summer .plan_table, 
#main.short-term-plan-schedule .plan_table {
	border-radius: 10px 10px 0 0;
}
#main.short-term-plan-summer .plan_table th, 
#main.short-term-plan-schedule .plan_table th {
	background: #999;
	width: 33%;
	line-height: 1.5;
	color: #fff;
}
#main.short-term-plan-summer .plan_table td, 
#main.short-term-plan-schedule .plan_table td {
	text-align: center;
}
#main.short-term-plan-summer .plan_table th:first-child, 
#main.short-term-plan-schedule .plan_table th:first-child {
	background: #0074C6;
}
#main.short-term-plan-summer .plan_table td:first-child, 
#main.short-term-plan-schedule .plan_table td:first-child {
	width: 40%;
	font-weight: bold;
	font-size: 1.1em;
}
#main.short-term-plan-summer p strong.sale, 
#main.short-term-plan-schedule p strong.sale,
#main.short-term-plan-summer .plan_table td .sale, 
#main.short-term-plan-schedule .plan_table td .sale {
	background: #FF8C00;
	border-radius: 5px;
	padding: 0 0.2em;
	display: inline-block;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
}
#main.short-term-plan-schedule img {
	max-width: 100%;
	height: auto;
}
#main.short-term-plan-schedule .entrybtn {
	position: relative;
	width: 300px;
	margin: 20px auto 0;
	animation: squash 1s ease-in-out infinite;
}
@keyframes squash {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  80% {transform: scale(1);}
  100% {transform: scale(1);}
}
#main.short-term-plan-schedule .entrybtn a {
	display: block;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background: #0074C6;
	border: 2px solid #0074C6;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	height: 70px;
	line-height: 70px;
}
#main.short-term-plan-schedule .entrybtn a:hover {
	background: #fff;
	border-color: #0074C6;
	color: #0074C6;
}
#main.short-term-plan-schedule .entrybtn a:before {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 5px;
	height: 5px;
	content: "";
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translate(0, -50%) rotate(135deg);
}
#main.short-term-plan-schedule .entrybtn a:hover:before {
	border-color: #0074C6;
}
#main.short-term-plan-schedule .entrybtn span {
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	background: url(img/btn-entry-comment.svg) no-repeat;
	background-size: cover;
	width: 145px;
	height: 44px;
}
#main.short-term-plan-schedule #lead {
	background: #fff9b8;
	margin-top: -1em;
	padding: 30px 0;
	text-align: center;
	font-size: 20px;
}
#main.short-term-plan-schedule #lead dl,
#main.short-term-plan-schedule #lead dd {
	margin: 0 auto;
}
#main.short-term-plan-schedule #lead dt {
	display: inline-block;
	position: relative;
	margin: 0 0 10px;
	padding: 0 30px;
	letter-spacing: 0.08em;
	font-weight: bold;
}
#main.short-term-plan-schedule #lead dt:before,
#main.short-term-plan-schedule #lead dt:after {
	position: absolute;
	top: -5px;
	content: "";
	width: 1px;
	height: 45px;
	background: #333;
}
#main.short-term-plan-schedule #lead dt:before {
	left: 10px;
	transform: rotate(-30deg);
}
#main.short-term-plan-schedule #lead dt:after {
	right: 10px;
	transform: rotate(30deg);
}
#main.short-term-plan-schedule #lead dd span {
	display: block;
}
#main.short-term-plan-schedule .point .wp-block-column {
	border: solid 2px #ccc;
	border-radius: 10px;
	margin-top: 20px;
	padding: 0 30px;
	font-weight: bold;
	font-size: 1.1em;
}
#main.short-term-plan-schedule .point .wp-block-column p:first-child {
	margin: -30px 0 0;
	text-align: center;
	font-size: 1.4em;
}
#main.short-term-plan-schedule .point .wp-block-column p:first-child strong {
	background: #0074C6;
	border-radius: 40px;
	display: inline-block;
	padding: 0.3em 1.2em;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	color: #fff;
	position: relative;
}
#main.short-term-plan-schedule .point .wp-block-column:nth-child(2) p:first-child strong {
	background: #FF8C00;
}
#main.short-term-plan-schedule .point .wp-block-column:nth-child(3) p:first-child strong {
	background: #FF000D;
}
#main.short-term-plan-schedule .point .wp-block-column p:first-child strong::after {
	content: "";
	border: 10px solid transparent;
  	border-top: 10px solid #0074C6;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
}
#main.short-term-plan-schedule .point .wp-block-column:nth-child(2) p:first-child strong::after {
	border-top-color:  #FF8C00;
}
#main.short-term-plan-schedule .point .wp-block-column:nth-child(3) p:first-child strong::after {
	border-top-color:  #FF000D;
}
#main.short-term-plan-schedule .point .wp-block-column p:last-child strong {
	background: #CCEDFF;
	margin: 0.1em;
    padding: 0 0.3em;
	display: inline-block;
	font-size: 1.1em;
	color: #0074C6;
}
#main.short-term-plan-schedule #reason img {
	max-width: 100%;
	height: auto;
}
#main.short-term-plan-schedule .note {
	background: #f1f8fb;
	border: solid 1px #acd5eb;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
	padding: 30px 40px;
	width: 98%;
}
#main.short-term-plan-schedule .note h3 {
	border: none;
	margin-top: 0;
	padding: 0;
	font-size: 1.3em;
}
#main.short-term-plan-schedule .note h3 strong {
	background: linear-gradient(transparent 50%, #ffe58f 50%);
	margin: 0 0.1em;
    padding: 0 0.2em;
	display: inline-block;
}
#main.short-term-plan-schedule .note p {
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #f1f8fb 50%, #f1f8fb 100%),
	linear-gradient(180deg, #888 1px, transparent 1px);
	background-size: 8px 100%,100% 2.5em;
	line-height: 2.5em;
	margin-bottom: 0;
	padding-bottom: 1px;
	font-size: 1.1em;
}
#main.short-term-plan-schedule #target ul {
	background: #f1f8fb;
	padding: 25px 30px;
	font-weight: bold;
	font-size: 1.2em;
	list-style: none;
}
#main.short-term-plan-schedule #target ul li {
	border-bottom: solid 1px #ccc;
	position: relative;
	padding: 0.5em 0 0.5em 35px;
}
#main.short-term-plan-schedule #target ul li::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 0.8em;
	display: block;
	width: 20px;
	height: 20px;
	background: url(img/icon-check.svg) no-repeat 0 0 / contain;

}
#main.short-term-plan-schedule #voice .wp-block-column {
	background: #f1f8fb;
	border-radius: 15px;
	margin: 5px 0;
	padding: 20px 30px;
}
#main.short-term-plan-schedule #voice .wp-block-column h3 {
	margin-top: 0;
	padding-bottom: 0;
}
#main.short-term-plan-schedule #voice .wp-block-column h3::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
    width: 50px;
    height: 50px;
	margin: 0 10px 0 0;
	background: url(img/icon-voice1.svg) no-repeat center / contain;
}
#main.short-term-plan-schedule #voice .wp-block-column:nth-child(2) h3::before {
	background-image: url(img/icon-voice2.svg);
}
#main.short-term-plan-schedule #reason .flex .box {
	width: 30%;
	margin: 20px 0 0;
	font-size: 16px;
}
#main.short-term-plan-schedule #reason .flex .box p,
#main.short-term-plan-schedule #reason .flex .box dl,
#main.short-term-plan-schedule #reason .flex .box dd {
	margin: 0;
}
#main.short-term-plan-schedule #reason .flex .box dt {
	position: relative;
	margin: 30px 0 10px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #0074C6;
}
#main.short-term-plan-schedule #reason .flex .box dt span {
	display: inline-block;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%,0);
	background: #0074C6;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 18px;
	color: #fff;
}
#main.short-term-plan-schedule #faq h3::before {
	content: "Q";
	margin: 0 0.5em 0 0;
}
#main.short-term-plan-schedule #access .flex p {
	width: 50%;
	margin: 0;
	line-height: 1;
}
#main.short-term-plan-schedule #access .flex .img img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#main.short-term-plan-schedule #access .flex .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0074C6;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#main.short-term-plan-schedule #access p strong {
	color: #CF2E2E;
}
#main.short-term-plan-schedule #access .entrybtn {
	margin: 30px auto 70px;
}
#main.short-term-plan-schedule .pickup ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	list-style: none;
	padding: 0;
}
#main.short-term-plan-schedule .pickup ul li {
	width: 24%;
}
#main.short-term-plan-schedule .pickup ul li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	border: 3px solid #fff;
	border-bottom: 0;
	border-radius: 10px;
	padding: 125px 10px 15px;
	text-align: center;
}
#main.short-term-plan-schedule .pickup ul li a div {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 125px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#main.short-term-plan-schedule .pickup ul li:nth-child(1) a {
	background: #0074C6;
}
#main.short-term-plan-schedule .pickup ul li:nth-child(1) a div {
	background: url("student-parts/img/visualbtn-img1.jpg") no-repeat top center;
	background-size: 100% auto;
}
#main.short-term-plan-schedule .pickup ul li:nth-child(2) a {
	background: #FF8C00;
}
#main.short-term-plan-schedule .pickup ul li:nth-child(2) a div {
	background: url("student-parts/img/visualbtn-img2.jpg") no-repeat top center;
	background-size: 100% auto;
}
#main.short-term-plan-schedule .pickup ul li:nth-child(3) a {
	background: #FF000D;
}
#main.short-term-plan-schedule .pickup ul li:nth-child(3) a div {
	background: url("student-parts/img/visualbtn-img3.jpg") no-repeat top center;
	background-size: 100% auto;
}
#main.short-term-plan-schedule .pickup ul li:nth-child(4) a {
	background: #0074C6;
}
#main.short-term-plan-schedule .pickup ul li:nth-child(4) a div {
	background: url("student-parts/img/visualbtn-img4.jpg") no-repeat top center;
	background-size: 100% auto;
}
#main.short-term-plan-schedule .pickup ul li a:hover {
	opacity: 0.8;
}
#main.short-term-plan-schedule #online ol {
	font-weight: bold;
	font-size: 1.1em;
}
#main.short-term-plan-schedule #online ol strong {
	color: #0074C6;
}
#main.short-term-plan-schedule .price_table {
	text-align: center;
	font-weight: bold;
}
#main.short-term-plan-schedule .price_table + .price_table {
	margin-top: 10px;
}
#main.short-term-plan-schedule .price_table th {
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-size: 1.1em;
}
#main.short-term-plan-schedule .price_table td {
	line-height: 1;
	padding: 20px 10px;
	font-size: 23px;
}
#main.short-term-plan-schedule .price_table td small {
	font-size: 12px;
	font-weight: normal;
}
#main.short-term-plan-schedule .price_table th.st,
#main.short-term-plan-schedule .price_table th.sale {
	background: #0074C6;
	color: #fff;
}
#main.short-term-plan-schedule #price ul {
	background: #F5F5F5;
	list-style: disc;
	padding: 30px 30px 30px 50px;
	font-size: 14px;
}
#main.short-term-plan-schedule .webentry {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #FC8341;
    background: linear-gradient(180deg, #FC8341 0%, #FEAC1C 100%);
    border-radius: 15px;
	padding: 30px 50px;
}
#main.short-term-plan-schedule .cta-box {
	background: url("img/bg-nav.svg") repeat;
	border: solid 3px #0074C6;
	border-radius: 10px;
	margin: 30px 50px 50px;
	padding: 20px;
	text-align: center;
	font-size: 1.1em;
}
#main.short-term-plan-schedule .cta-box h3 {
	border: none;
	margin-top: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 1.4em;
}
#main.short-term-plan-schedule .cta-box h3 + p {
	margin-bottom: 30px;
}
#main.short-term-plan-schedule .cta-box h3 + p strong {
	background: #ffe58f;
    margin: 0 0.1em;
}
#main.short-term-plan-schedule .cta-box .entrybtn + p {
	margin-bottom: 0;
}
#main.short-term-plan-schedule .cta-box .freetel {
	margin-top: 0;
	line-height: 1.4;
}
#main.short-term-plan-schedule .cta-box .freetel a {
	text-decoration: none;
	color: #333;
	pointer-events: none;
}
@media screen and (max-width:767px) {
	#main.short-term-plan-schedule .wp-block-columns {
		gap: 0;
	}
	#main.short-term-plan-schedule #lead {
		font-size: 15px;
	}
	#main.short-term-plan-schedule .note {
		padding: 25px 30px;
	}
	#main.short-term-plan-schedule #reason .flex {
		display: block;
	}
	#main.short-term-plan-schedule #reason .flex .box {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	#main.short-term-plan-schedule #reason .flex .box p,
	#main.short-term-plan-schedule #reason .flex .box dl {
		width: 100%;
	}
	#main.short-term-plan-schedule #reason .flex .box dt {
		margin: 20px 0 10px;
		text-align: center;
	}
	#main.short-term-plan-schedule #reason .flex .box dt span {
		display: inline-block;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translate(-50%,0);
		padding: 5px 20px;
	}
	#main.short-term-plan-schedule #access .flex p {
		width: 100%;
	}
	#main.short-term-plan-schedule #access .flex .img img {
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	#main.short-term-plan-schedule #access .flex .txt {
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		padding: 20px 50px;
	}
	#main.short-term-plan-schedule .pickup ul li {
		width: 49%;
		margin: 0 0 10px;
	}
	#main.short-term-plan-schedule .pickup ul li a {
		padding: 100px 10px 15px;
	}
	#main.short-term-plan-schedule .cta-box {
		margin: 30px 0 50px;
	}
	#main.short-term-plan-schedule .cta-box .freetel a {
		pointer-events: all;
	}
}

