@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@font-face {
  font-family: "LINESeedJP_OTF_Bd";
  src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP_OTF_Rg";
  src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* 共通Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 300;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic', YuGothic, Roboto, Ubuntu, 'Hiragino Kaku Gothic Pro', 'Hiragino Sans GB', Meiryo, 'Malgun Gothic', 'Helvetica Neue', sans-serif;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	font-size: 0.9rem;
    line-height: 1.5;
	letter-spacing: 0.05rem;
	color: #313131;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
a {
	color: #3da74d;
	text-decoration: none;
}

#head_wrapper {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	background: url("../img/bg_header.png"), linear-gradient(160deg, rgba(71, 166, 232, 1), rgba(21, 127, 201, 1) 45%, rgba(70, 176, 53, 1) 100%, rgba(70, 106, 53, 1));
	background-size: cover;
	height: 100svh;
	position: relative;
}
#head_wrapper .logo {
	padding: 0 20px;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50px;
}
#head_wrapper #title_wrapper {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#head_wrapper #title_wrapper h1 {
	font-weight: 700;
	font-size: 4.9rem;
	line-height: 5.3rem;
	color: #fff;
	white-space: nowrap;
}
#head_wrapper #title_wrapper h1 .limited {
	font-size: 1.7rem;
	line-height: 1.7rem;
	color: #252525;
	background-color: #fff;
	padding: 6px 10px 8px;
	margin: 0 10px 0 0;
	display: inline-block;
}
#head_wrapper #title_wrapper h1 .target {
	font-size: 2.4rem;
	line-height: 2.4rem;
	display: inline-block;
}
#head_wrapper #title_wrapper h1 small {
	font-size: 3.9rem;
}
#head_wrapper #title_wrapper h1 sup {
	font-size: 0.75rem;
}
#head_wrapper #title_wrapper .supplement {
	text-align: center;
	margin: 40px 0 0;
}
#head_wrapper #title_wrapper .supplement p {
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.5rem;
	color: #fff;
}
#head_wrapper #title_wrapper .supplement p.small {
	font-weight: 400;
	font-size: 0.65rem;
	line-height: 1rem;
}
#head_wrapper .caution {
	text-align: center;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
#head_wrapper .caution p {
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.5rem;
	color: #fff;
	white-space: nowrap;
}
#foot_wrapper {
	color: #fff;
	background-color: #424242;
}
#foot_wrapper .inquiry {
	text-align: center;
	padding: 30px 0;
	border-bottom: 2px #fff solid;
}
#foot_wrapper .inquiry h3 {
	font-size: 1.2rem;
	margin: 0 0 20px;
}
#foot_wrapper .copyright {
	text-align: center;
	padding: 5px 0;
}
#foot_wrapper .copyright p {
	font-size: 0.65rem;
}

#contents section {
	margin: 0 0 70px;
}
#contents p {
	font-family: "LINESeedJP_OTF_Rg";
}
h2, #contents h3, #contents dl dt p {
	font-family: "LINESeedJP_OTF_Bd";
}
h2 {
	text-align: center;
	background-color: #fff;
	display: inline-block;
	align-items: center;
	white-space: nowrap;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
h2::before, h2::after {
	content: "";
	background-color: #9f9f9f;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
}
h2::before {
	left: 0;
}
h2::after {
	right: 0;
}
#contents p.caution {
	font-size: 0.75rem;
	line-height: 1.3rem;
}
#contents .link_btn a {
	font-family: "LINESeedJP_OTF_Bd";
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 15px 50px 13px;
	box-sizing: border-box;
	border-radius: 9999px;
	display: inline-block;
	transition: 0.3s ease-in-out;
}
/*問い合わせフォーム*/
#contact {
	margin: 0 0 70px;
}
#contact .contact_form ul li {
	margin-bottom: 1.5rem;
}
#contact .contact_form ul li dl {
	
}
#contact .contact_form ul li dt {
	margin-bottom: 0.5rem;
}
/* 項目 */
#contact .contact_form ul li dt p {
    font-size: 16px;
    font-weight: 400;
	letter-spacing: 0.05rem;
	color: rgb(0, 0, 0);
	display: inline-block;
}
/* 項目補足 */
#contact .contact_form ul li dt p.supp {
    font-size: 13px;
    font-weight: 400;
	letter-spacing: 0;
	color: rgb(153, 153, 153);
    margin: 0 0 4px;
	overflow-wrap: anywhere;
	display: block;
}
/* 必須 */
#contact ul li dt p span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
	color: rgb(255, 255, 255);
    white-space: nowrap;
    text-align: center;
    vertical-align: baseline;
	margin: 0 0 0 0.5em;
    padding: 0.25em 0.4em;	
    background-color: rgb(244, 67, 54);
    border-radius: 0.25rem;
	display: inline-block;
}
/* 項目内容 */
#contact .contact_form ul li dd p {
    font-size: 16px;
    font-weight: 400;
	color: rgb(0, 0, 0);
}
#contact .contact_form ul li dd {
	
}
#contact .contact_form ul li dd input[type="text"], 
#contact .contact_form ul li dd input[type="email"], 
#contact .contact_form ul li dd input[type="tel"], 
#contact .contact_form ul li dd textarea, 
#contact .contact_form ul li dd input[type="number"] {
	font-size: 16px;
    font-weight: 400;
	line-height: 1.5;
	color: rgb(0, 0, 0);
	width: 100%;
	padding: 0.55rem 0.75rem 0.5rem;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    border-radius: 0.25rem;
	display: block;
	box-sizing: border-box;
    overflow: hidden;
}
#contact .contact_form ul li dd select {
	font-size: 16px;
    font-weight: 400;
	line-height: 1.5;
	color: rgb(0, 0, 0);
	width: 100%;
	padding: 0.55rem 0.75rem 0.5rem;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    border-radius: 0.25rem;
	display: block;
	box-sizing: border-box;
    overflow: hidden;
}
#contact .contact_form ul li dd.check .wpcf7-form-control-wrap > span {
	display: grid;
    grid-gap: 8px;
	grid-template-columns: 1fr 1fr;
}
#contact .contact_form ul li dd.all .wpcf7-form-control-wrap > span {
	width: 100%;
	display: inline-block;
}
#contact .contact_form ul li dd.check .wpcf7-list-item > label {
    font-size: 16px;
    font-weight: 400;
	color: rgb(0, 0, 0);
    height: 100%;
    margin: 0;
    padding: 0.55rem 0.75rem 0.5rem;
    background-color: rgb(255, 255, 255);
	border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
#contact .contact_form ul li dd .wpcf7-list-item > label > span {
    margin-left: 10px;
}
#contact .contact_form ul li dd > ul.select {
	display: flex;
	grid-gap: 8px;
	align-items: center;
}
#contact .contact_form ul li dd ul li {
	margin: 0 0 8px;
}
#contact .contact_form ul li dd > ul.experience li {
	width: 50%;
}
#contact .contact_form ul li dd > ul.select li {
	position: relative!important;
}
#contact .contact_form ul li dd > ul.select li::after {
	content: "";
    position: absolute;
    top: 40px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
	pointer-events: none;
}
input::placeholder {
	color: rgb(153, 153, 153);
}
input:focus::placeholder,textarea:focus::placeholder {
    color: transparent;
    transition: .1s;
}
/* セレクトボックス矢印削除 */
select {
    -webkit-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
/* ContactFormローディング非表示 */
div.wpcf7 .ajax-loader {
    display: none !important;
}
.wpcf7-list-item {
	margin: 0!important;
	width: 100%;
}
/* ボタン類 */
#contact .form_btn input[type="submit"] {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: rgb(255, 255, 255);
	text-align: center;
    vertical-align: middle;
    width: 100%;
	padding: 0.6em 0.25em;
    background-color: #3da74d;
    border: 1px #3da74d solid;
	border-radius: 10px;
	display: block;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
	transition: 0.3s ease-in-out;
}
#contact .form_btn input[type="button"].btn_back {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: rgb(255, 255, 255);
	text-align: center;
    vertical-align: middle;
    width: 100%;
	padding: 0.6em 0.25em;
    background-color: #8b8b8b;
    border: 1px #8b8b8b solid;
	border-radius: 10px;
	display: block;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
	transition: 0.3s ease-in-out;
}
/* 項目エラー */
#contact .contact_form ul li dd .wpcf7-not-valid-tip {
	font-size: 13px;
	line-height: 165%;
	color: rgb(217, 83, 79);
	margin: 0.25rem 0 1rem;
	display: block;
}
/*エラーメッセージ*/
#contact .wpcf7-response-output {
	font-size: 1rem;
	font-weight: bold;
	line-height: 165%;
    color: #a94442;
	margin-bottom: 32px;
	border: none;
	display: block;
}
/* カレンダーカスタマイズ */
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, html 
.ui-button.ui-state-disabled:hover, html 
.ui-button.ui-state-disabled:active {
	border: 1px #fff solid !important;
    background: #fff;
	text-align: center;
}
.ui-datepicker-calendar th span {
	color: #ccc !important;
}
td.ui-datepicker-week-end a.ui-state-highlight {
	background: #fffa90!important;
	border: 1px #ccc solid !important;
}
td.ui-datepicker-week-end:first-child a.ui-state-default {
	color: #f00!important;
	background-color: #ffecec;
}
td.ui-datepicker-week-end:last-child a.ui-state-default {
	color: #00f!important;
	background-color: #eaeaff;
}
/* 確認ページ */
#contact .contact_confirm {

}
#contact .contact_confirm ul li {
	width: 100%;
	padding: 0.55rem 0.2rem 0.5rem;
    border-top: 1px solid rgb(217, 217, 217);
	display: block;
	box-sizing: border-box;
}
#contact .contact_confirm ul li:last-child {
	margin-bottom: 1.5rem;
    border-bottom: 1px solid rgb(217, 217, 217);
}
#contact .contact_confirm ul li p {
	font-size: 16px;
    font-weight: 400;
	line-height: 1.5;
}
#contact .contact_confirm ul li dl dt p {
    font-weight: bold;
}
/* 完了ページ */
#head_wrapper.complate {
	background: #efefef;
}
#head_wrapper.complate .complate_wrapper {
	max-width: 800px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.complate h2 {
	background-color: #efefef;
	margin: 0 0 30px;
}
.complate p {
	margin: 0 0 1rem;
}

/* for SP */
@media screen and (max-width:639px) {
.pc {
	display: none;
}
#head_wrapper .logo {
	padding: 0 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	left: 10px;
}
#head_wrapper .logo img {
	width: 270px;
	height: auto;
}
#head_wrapper #title_wrapper h1 {
	font-size: 3.1rem;
	line-height: 3.2rem;
	text-align: center;
}
#head_wrapper #title_wrapper h1 .limited {
	font-size: 1.35rem;
	line-height: 1.5rem;
	margin: 0;
}
#head_wrapper #title_wrapper h1 .target {
	font-size: 1.5rem;
	line-height: 2.4rem;
}
#head_wrapper #title_wrapper h1 small {
	font-size: 2.4rem;
}
#head_wrapper #title_wrapper h1 sup {
	font-size: 0.75rem;
}
#head_wrapper #title_wrapper .supplement p.small {
	padding: 10px 0 0;
}
#head_wrapper .caution {

}
#head_wrapper .caution p {
	font-size: 0.65rem;
	line-height: 1rem;
	text-align: left;
	white-space: normal;
}
#contents section {
	padding: 0 10px;
}
h2 {
	font-size: 1.35rem;
	padding: 0 40px;
}
#period {
	background-color: #efefef;
	margin: 50px 0 90px!important;
}
#period ul {
	padding: 20px 0 10px;
}
#period ul li dl {
	margin: 0 0 15px;
}
#period ul li dl dt {
	text-align: center;
	margin: 0 0 5px;
}
#period ul li dl dt p {
	font-size: 1.35rem;;
	line-height: 1.5rem;
}
#period ul li dl dd {
	text-align: center;
}
#period ul li dl dd p {
	font-family: "LINESeedJP_OTF_Bd";
	font-size: 0.9rem;
	line-height: 1.3rem;
}
#period ul li dl dd p span {
	font-size: 1.35rem;
	line-height: 1.5rem;
}
#course > ul {
	margin: 0 10px;
}
#course > ul > li {
	border: 2px #9f9f9f solid;
	border-radius: 10px;
	margin: 0 0 50px;
	position: relative;
}
#course > ul > li h2 {
	position: absolute;
	top: -16px;
}
#course > ul > li h2 .small {
	font-size: 0.9rem;
	color: #d90d0d;
}
#course > ul > li .course_wrapper {
	padding: 60px 20px 30px;
}
#course > ul > li h3 {
	font-size: 1.3rem;
	text-align: center;
	margin: 0 0 30px;
	padding: 0 0 20px;
	position: relative;
}
#course > ul > li h3::after {
	content: "";
	width: 25px;
	height: 2px;
	background-color: #9f9f9f;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#course > ul > li dl dd {
	margin: 0 0 30px;
}
#course > ul > li dl dd ul {
	margin: 5px 0 0;
	padding: 0 0 0 20px;
}
#course > ul > li dl dd ul li {
	list-style: square;
	list-style-position: outside;
}
#course > ul > li .cost p {
	font-family: "LINESeedJP_OTF_Bd";
}
#course > ul > li .cost p .price {
	font-size: 1.35rem;
}
#course > ul > li .cost p small {
	font-size: 0.65rem;
}
#course > ul > li .cost p .red {
	color: #d90d0d;
}
#course .supplement {
	margin: -45px 0 0;
}
#course .supplement p {
	font-family: "LINESeedJP_OTF_Bd";
}
#schedule {

}
#schedule .calendar {
	padding: 50px 0 10px;
}
#schedule .calendar ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#schedule .calendar ul li {
	width: calc((100% - 10px) / 2);
	margin: 0 0 10px;
}
#schedule .calendar table {
	width: 100%;
}
#schedule .calendar table p {
	font-size: 0.8rem;
	line-height: 1.7;
}
#schedule .calendar table thead th {
	padding: 2px 0;
	text-align: center;
	vertical-align: top;
	background-color: #f0f4f8;
	border: 1px solid #e4e4e4;
}
#schedule .calendar table thead th p {
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
}
#schedule .calendar table tbody th {
	width: 15px;
	padding: 2px 0;
	text-align: center;
	vertical-align: top;
	border: 1px solid #e4e4e4;
}
#schedule .calendar table .sat p {
	color: #0000ff;
}
#schedule .calendar table .sun p, #schedule .calendar table .hol p {
	color: #ff0000;
}
#schedule .calendar table td {
	width: 15px;
	padding: 2px 0;
	text-align: center;
	border: 1px solid #e4e4e4;
	vertical-align: top;
}
#schedule .calendar table td.hol p {
	color: #ff0000;
}
#schedule .calendar table .course_a, #schedule .legend ul li.course_a::before {
	background-color: #a2d3f3;
}
#schedule .calendar table .course_b, #schedule .legend ul li.course_b::before {
	background-color: #b1e647;
}
#schedule .calendar table .ng, #schedule .legend ul li.ng::before {
	background-color: #b2b2b2;
}
#schedule .legend ul {

}
#schedule .legend ul li {
	position: relative;
	padding: 0 0 0 25px;
}
#schedule .legend ul li::before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#schedule .legend ul li p {
	font-family: "LINESeedJP_OTF_Bd";
}
#trainingcar .trainingcar_wrapper {
	padding: 50px 0 0;
}
#trainingcar .overview {
}
#trainingcar .overview dl dd {
	margin: 0 0 30px;
}
#trainingcar img {
	width: 90%;
	height: auto;
}
#trainingcar .main_photo {
	text-align: center;
	margin: 0 0 20px;
}
#trainingcar .photo {
	margin: 0 0 30px;
}
#trainingcar .photo ul {
	
}
#trainingcar .photo ul li {
	text-align: center;
	margin: 0 0 20px;
}
#trainingcar .photo ul li p {
	padding: 10px 0 0;
}
#trainingcar .link_btn {
	text-align: center;
}
#trainingcar .link_btn a {
	background-color: #9db284;
}
#info {
	background-color: #efefef;
	padding: 50px 10px 60px!important;
}
#info h2 {
	background-color: #efefef;
}
#info .info_wrapper {
	margin: 0 auto 30px;
	padding: 50px 0 0;
}
#info .overview {

}
#info .overview dl dd {
	margin: 0 0 30px;
}
#info .accessmap iframe {
	width: 100%;
	height: 300px;
}
#info .link_btn {
	text-align: center;
}
#info .link_btn a {
	background-color: #1f86dc;
	position: relative;
	width: 100%;
}
#info .link_btn a::after {
	content: "";
	width: 22px;
	height: 20px;
	background: url("../img/icon_external.png") no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
#terms {
	margin: 0 auto;
	padding: 50px 0 0;
}
#policy {
	margin: 0 auto 40px;
	padding: 50px 0 0;
}
#terms h4, #policy h4 {
	font-family: "LINESeedJP_OTF_Bd";
	padding: 0 0 3px 3px;
}
#terms .terms_wrapper, #policy .policy_wrapper {
	height: 300px;
	padding: 8px;
	border: 1px #b3b3b3 solid;
	box-sizing: border-box;
	overflow-y: scroll;
}
#terms .terms_wrapper p, #policy .policy_wrapper p {
	font-size: 0.65rem;
	margin: 0 0 1rem;
}
#terms .terms_wrapper ol {
	font-size: 0.65rem;
	list-style-type: decimal;
	list-style-position: outside;
	margin: -1rem 0 1rem;
	padding: 0 0 0 1rem;
}
#contact {
	margin: 0 15px 70px;
}
#contact .form_btn ul li:last-child {
	margin-top: 10px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
}

/* for PC */
@media screen and (min-width:640px) {
.sp {
	display: none;
}
#head_wrapper {
	min-height: 800px;
}
h2 {
	font-size: 1.8rem;
	padding: 0 70px;
}
#contents .link_btn a {
	min-width: 600px;
}
#contents .link_btn a:hover, #contact .form_btn input[type="submit"]:hover {
	background-color: #8b8b8b;
	transition: 0.1s;
}
#period {
	background-color: #efefef;
	margin: 50px 0 90px!important;
}
#period ul {
	padding: 20px 50px 10px;
	display: flex;
	gap: 50px;
	justify-content: center;
}
#period ul li dl {
	display: flex;
}
#period ul li dl dt {
	margin: 0 20px 0 0;
}
#period ul li dl dt p {
	font-size: 1.8rem;
	line-height: 2rem;
}
#period ul li dl dd {
	text-align: center;
}
#period ul li dl dd p {
	font-family: "LINESeedJP_OTF_Bd";
	font-size: 1.2rem;
	line-height: 2rem;
}
#period ul li dl dd p span {
	font-size: 1.8rem;
	line-height: 2rem;
}
#course > ul {
	display: flex;
	gap: 50px;
	justify-content: center;
}
#course > ul > li {
	width: 600px;
	border: 2px #9f9f9f solid;
	border-radius: 10px;
	position: relative;
}
#course > ul > li h2 {
	position: absolute;
	top: -22px;
}
#course > ul > li h2 .small {
	font-size: 0.9rem;
	color: #d90d0d;
}
#course > ul > li .course_wrapper {
	padding: 60px 40px 30px;
}
#course > ul > li h3 {
	font-size: 1.3rem;
	text-align: center;
	margin: 0 0 30px;
	padding: 0 0 20px;
	position: relative;
}
#course > ul > li h3::after {
	content: "";
	width: 25px;
	height: 2px;
	background-color: #9f9f9f;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#course > ul > li dl dd {
	margin: 0 0 30px;
}
#course > ul > li dl dd ul {
	margin: 5px 0 0;
	padding: 0 0 0 20px;
}
#course > ul > li dl dd ul li {
	list-style: square;
	list-style-position: outside;
}
#course > ul > li .cost p {
	font-family: "LINESeedJP_OTF_Bd";
}
#course > ul > li .cost p .price {
	font-size: 1.35rem;
}
#course > ul > li .cost p small {
	font-size: 0.65rem;
}
#course > ul > li .cost p .red {
	color: #d90d0d;
}
#course .supplement {
	text-align: center;
	margin: 5px 0 0;
}
#course .supplement p {
	font-family: "LINESeedJP_OTF_Bd";
	color: #d90d0d;
}
#schedule {

}
#schedule .calendar {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 10px;
}
#schedule .calendar ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#schedule .calendar ul li {
	width: calc((100% - 40px) / 5);
	margin: 0 0 20px;
}
#schedule .calendar table {
	width: 100%;
}
#schedule .calendar table p {
	font-size: 0.8rem;
	line-height: 1.7;
}
#schedule .calendar table thead th {
	padding: 2px 0;
	text-align: center;
	vertical-align: top;
	background-color: #f0f4f8;
	border: 1px solid #e4e4e4;
}
#schedule .calendar table thead th p {
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
}
#schedule .calendar table tbody th {
	width: 15px;
	padding: 2px 0;
	text-align: center;
	vertical-align: top;
	border: 1px solid #e4e4e4;
}
#schedule .calendar table .sat p {
	color: #0000ff;
}
#schedule .calendar table .sun p, #schedule .calendar table .hol p {
	color: #ff0000;
}
#schedule .calendar table td {
	width: 15px;
	padding: 2px 0;
	text-align: center;
	border: 1px solid #e4e4e4;
	vertical-align: top;
}
#schedule .calendar table td.hol p {
	color: #ff0000;
}
#schedule .calendar table .course_a, #schedule .legend ul li.course_a::before {
	background-color: #a2d3f3;
}
#schedule .calendar table .course_b, #schedule .legend ul li.course_b::before {
	background-color: #b1e647;
}
#schedule .calendar table .ng, #schedule .legend ul li.ng::before {
	background-color: #b2b2b2;
}
#schedule .legend ul {
	display: flex;
	justify-content: center;
	grid-gap: 60px;
}
#schedule .legend ul li {
	position: relative;
	padding: 0 0 0 25px;
}
#schedule .legend ul li::before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#schedule .legend ul li p {
	font-family: "LINESeedJP_OTF_Bd";
}
#trainingcar .trainingcar_wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 0;
}
#trainingcar .overview {
	width: 550px;
	margin: 0 70px 0 0;
	float: left;
}
#trainingcar .overview dl dd {
	margin: 0 0 30px;
}
#trainingcar .photo {
	margin: 0 0 30px;
}
#trainingcar .photo ul {
	display: flex;
	gap: 50px;
	justify-content: center;
}
#trainingcar .photo ul li {
	text-align: center;
}
#trainingcar .photo ul li p {
	padding: 10px 0 0;
}
#trainingcar .link_btn {
	text-align: center;
}
#trainingcar .link_btn a {
	background-color: #9db284;
}
#info {
	background-color: #efefef;
	padding: 50px 0 60px;
}
#info h2 {
	background-color: #efefef;
}
#info .info_wrapper {
	width: 1200px;
	margin: 0 auto 30px;
	padding: 50px 0 0;
	display: flex;
	gap: 50px;
}
#info .overview {
	width: calc(100% - 550px);
}
#info .overview dl dd {
	margin: 0 0 30px;
}
#info .overview .step ul li {
	display: flex;
	grid-gap: 20px;
}
#info .overview .step ul li span {
	width: 60px;
	display: inline-block;
}
#info .link_btn {
	text-align: center;
}
#info .link_btn a {
	background-color: #1f86dc;
	position: relative;
}
#info .link_btn a::after {
	content: "";
	width: 22px;
	height: 20px;
	background: url("../img/icon_external.png") no-repeat;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}
#terms {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 0;
}
#policy {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 50px 0 0;
}
#terms h4, #policy h4 {
	font-family: "LINESeedJP_OTF_Bd";
	padding: 0 0 3px 3px;
}
#terms .terms_wrapper, #policy .policy_wrapper {
	height: 300px;
	padding: 8px;
	border: 1px #b3b3b3 solid;
	box-sizing: border-box;
	overflow-y: scroll;
}
#terms .terms_wrapper p, #policy .policy_wrapper p {
	font-size: 0.65rem;
	margin: 0 0 1rem;
}
#terms .terms_wrapper ol {
	font-size: 0.65rem;
	list-style-type: decimal;
	list-style-position: outside;
	margin: -1rem 0 1rem;
	padding: 0 0 0 1rem;
}
#contact .contact_form {
	width: 800px;
	margin: 0 auto;
}
#contact .contact_form ul li dd input[type="text"]:hover, 
#contact .contact_form ul li dd input[type="email"]:hover, 
#contact .contact_form ul li dd input[type="tel"]:hover, 
#contact .contact_form ul li dd textarea:hover, 
#contact .contact_form ul li dd input[type="number"]:hover, 
#contact .contact_form ul li dd select:hover {
	border: 1px solid #00809d;
	transition: all 0.6s ease-out;
}
#contact .contact_form ul li dd .wpcf7-list-item > label:hover {
	border: 1px solid #00809d;
	transition: all 0.6s ease-out;
	cursor: pointer;
}
#contact input.zip {
	width: 7rem!important;
}
#contact dd.address ul {
	display: flex;
	flex-wrap: wrap;
}
#contact dd.address ul li:first-child {
	margin: 0 8px 8px 0;
}
#contact dd.address ul li:nth-child(2) {
	width: calc(100% - 7rem - 8px);
}
#contact dd.address ul li:last-child {
	width: 100%;
	margin: 0;
}
#contact .form_btn {
	width: 800px;
	margin: 0 auto;
}
#contact .form_btn ul {
	display: flex;
	grid-gap: 10px;
}
#contact .form_btn ul li {
	width: 100%;
}
#contact .form_btn input[type="submit"]:hover {
	background-color: #8b8b8b;
	transition: 0.1s;
}
#contact .form_btn input[type="button"].btn_back:hover {
	background-color: #bcbcbc;
	transition: 0.1s;
}
#contact .contact_confirm {
	width: 800px;
	margin: 0 auto;
}
#contact .contact_confirm ul li dl {
    display: flex;
	align-items: center;
}
#contact .contact_confirm ul li dl dt {
    width: 320px;
}
#contact .contact_confirm ul li dl dd {
    width: calc(100% - 320px);
}

}