@charset "UTF-8";
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.areaForm {}
.areaForm_title {}
.areaForm_title > img {}
.areaForm_title > b {}
.areaForm_title > small {}
.areaForm_text {}
.areaForm_text > b {
	color: #FF0505;
}
.areaForm_dList {
	list-style: none;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 45px;
}
.areaForm_dList > dt {}
.areaForm_dList > dd {
	margin-top: 8px;
}
.areaForm_dList > dd > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 36px;
	line-height: 1;
	font-weight: 500;
	align-items: center;
	justify-content: center;
}
.areaForm_dList > dd > a::before {
	content: "";
}
.areaForm_dList > dd > a::after {
	content: "";
}
.areaForm_dList > dd > a > .icon {
	font-size: 38px;
	color: #64C34D;
	margin-right: 8px;
	display: block;
}
.areaForm_box {
	background-color: #F7F7F7;
	padding-top: 80px;
	padding-bottom: 80px;
}
.reason {
	border: 3px solid #E34C4C;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 20px;
	margin-bottom: 50px;
}
.reason_title {
	color: #DD4444;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 11px;
}
.reason_oList {
	padding-left: 1.5em;
}
.reason_oList > li {}
.reason_oList > li:first-child {}
.reason_oList > li:last-child {}
.reason_oList > li:nth-child(2n+1) {}
.reason_oList > li:nth-child(n+3) {}
.areaForm_arrow {
	height: 0;
	width: 0;
	border: 70px solid #BFBFBF;
	border-left-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255, 255, 255, 0);
	border-bottom: none;
	border-top-width: 30px;
	margin: 30px auto;
}
.areaCheck {
	border: 1px solid #707070;
	background-color: #fff;
	padding: 32px;
	margin-bottom: 35px;
}
.areaCheck_cols {
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}
.areaCheck_col {
	max-width: 440px;
}
.areaCheck_col-no1 {}
.areaCheck_label {
	font-size: 26px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
}
.areaCheck_label > i {}
.areaCheck_label > input {}
.areaCheck_text {}
.areaCheck_text > a {}
.areaCheck_text > a::before {
	content: "";
}
.areaCheck_text > a::after {
	content: "";
}
.areaCheck_col-no2 {}
.areaCheck_line {
	display: block;
	width: 1px;
	background-color: #707070;
	margin: 0 50px;
}
.form {}
.form_msg {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	margin: 25px 0;
}
.form_table {
	width: 100%;
	max-width: 943px;
	margin: 0 auto;
}
.form_table > tbody {}
.form_table > tbody > tr {}
.form_table > tbody > tr:first-child {}
.form_table > tbody > tr:last-child {}
.form_table > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	font-weight: 500;
	vertical-align: top;
	width: 200px;
	padding: 20px 0;
}
.form_table > tbody > tr > td {
	padding: 8px 0;
}
.form_table > tbody > tr > th > b {
	color: #FF0D0D;
}
.form_dList {
	list-style: none;
	display: flex;
}
.form_dList > dt {
	font-weight: 500;
	width: 70px;
	min-width: 70px;
}
.form_dList > dd {}
.form_dList > dd > label {}
.form_dList > dd > label > input {}
.form_selWrap {
	margin-right: 10px;
}
.form_selWrap:last-child {
	margin-right: 0;
}
.form_selWrap > select {}
.form_selWrap > select > option {}
.form_zipWrap {
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 10px;
}
.form_zipWrap > input {
	max-width: 112px;
	margin-left: 10px;
	text-align: center;
}
.form_zipWrap > .wpcf7-form-control-wrap {
	max-width: 112px;
	margin-left: 10px;
	text-align: center;
}
.form_agree {
	display: flex;
	justify-content: center;
	margin-top: 14px;
	margin-bottom: 30px;
}
.form_agree > label {}
.form_agree > label > input {}
.form_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
}
.form_btnList > li {
	width: 354px;
}
.form_btnList > li:first-child {}
.form_btnList > li:last-child {}
.form_btnList > li:nth-child(2n+1) {}
.form_btnList > li:nth-child(n+3) {}
.form_btnList > li > button {}
.form_btnList > li > button::before {
	content: "";
}
.form_btnList > li > button::after {
	content: "";
}
.form_hr {
	display: block;
	border: none;
	height: 1px;
	background-color: #ADADAD;
	width: 100%;
	margin: 30px 0;
}
.school {
	margin-bottom: 38px;
}
.school_title {
	background-color: #F4DF70;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.school_title > strong {
	background-color: #FD9D24;
	color: #fff;
	font-size: 16px;
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	min-width: 69px;
	box-sizing: border-box;
	margin-right: 15px;
}
.school_title > small {
	font-size: 18px;
	font-weight: 500;
}
.school_title > b {
	font-size: 24px;
}
.school_in {
	border: 3px solid #F4DF70;
	background-color: #fff;
	padding: 20px;
	border-top: none;
}
.school_cols {
	display: flex;
	justify-content: space-between;
}
.school_col {}
.school_col-no1 {
	width: 75%;
}
.school_text {
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}
.school_dList {
	list-style: none;
	font-size: 14px;
	display: flex;
}
.school_dList > dt {}
.school_dList > dt::after {
	content: "：";
}
.school_dList > dd {}
.school_col-no2 {
	width: 22.6%;
}
.school_image {
	padding-bottom: 64.4%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.school_image > img {
	display: none;
}
.screen-reader-response {}
.wpcf7 .wpcf7-response-output {
	margin: 35px 0;
	padding: 20px;
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	display: block;
}
.wpcf7 .wpcf7-response-output:empty {
	display: none;
}
.wpcf7 [data-status="invalid"] .wpcf7-response-output {
	color: #d34226;
	background-color: #ffdfdf;
	border: 1px solid rgba(211, 66, 38, 0.44);
	display: block;
}
.wpcf7 .wpcf7-validation-errors {
	color: #d34226;
	background-color: #ffdfdf;
	border: 1px solid rgba(211, 66, 38, 0.44);
	display: block;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	display: block;
}
[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
[type="email"].wpcf7-not-valid,
[type="text"].wpcf7-not-valid {
	background: #ffdfdf;
}
.wpcf7-not-valid-tip {
	color: rgb(230, 0, 0);
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
}
.screen-reader-response {}
.ajax-loader > b {
	display: block;
	font-weight: normal;
}
.ajax-loader > .icon-spinner {
	display: none;
}
[data-status="submitting"] .ajax-loader > b {
	display: none;
}
[data-status="submitting"] .ajax-loader > .icon-spinner {
	-webkit-animation-name: rotate;
	animation-name: rotate;
	display: block;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	font-size: 30px;
}
.wpcf7-list-item-label {
	display: flex;
	align-items: center;
}
.wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	margin-right: 10px;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	border: 1px solid #707070;
	position: relative;
	z-index: 1;
	min-width: 16px;
}
.wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 2px;
	width: 14px;
	height: 8px;
	box-sizing: border-box;
	border: 3px solid #FF3A21;
	border-top: none;
	border-right: none;
	bottom: 0;
	margin: auto;
	-webkit-transform: translateY(-3px) rotate(-39deg);
	transform: translateY(-3px) rotate(-39deg);
	transition-duration: .3s;
	transition-property: opacity;
	opacity: 0;
}
[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.wpcf7-list-item {
	display: block;
	margin-right: 1em;
}
.wpcf7-list-item:last-child {
	margin-right: 0;
}
.wpcf7-list-item > label {
	position: relative;
	z-index: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin: 0;
}
.wpcf7-list-item > label > [type="checkbox"] {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
}
.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
}
.form_hidden {
	display: none;
}
.form_selOuter {
	display: flex;
	align-items: center;
}
@media screen and (min-width:1000px) {
	.areaForm_dList > dd > a:hover {}
	.areaCheck_text > a:hover {}
	.form_btnList > li > button:hover {}
}
@media screen and (max-width: 999px) {
	.areaForm {}
	.areaForm_title {}
	.areaForm_title > img {}
	.areaForm_title > b {}
	.areaForm_title > small {}
	.areaForm_text {}
	.areaForm_text > b {}
	.areaForm_dList {}
	.areaForm_dList > dt {}
	.areaForm_dList > dd {}
	.areaForm_dList > dd > a {}
	.areaForm_dList > dd > a::before {}
	.areaForm_dList > dd > a::after {}
	.areaForm_dList > dd > a > .icon {}
	.areaForm_box {}
	.reason {}
	.reason_title {
		font-size: 18px;
	}
	.reason_oList {}
	.reason_oList > li {}
	.reason_oList > li:first-child {}
	.reason_oList > li:last-child {}
	.reason_oList > li:nth-child(2n+1) {}
	.reason_oList > li:nth-child(n+3) {}
	.areaForm_arrow {
		border-width: 50px;
		border-top-width: 20px;
		margin: 20px auto;
	}
	.areaCheck {
		padding: 20px;
	}
	.areaCheck_cols {}
	.areaCheck_col {}
	.areaCheck_col-no1 {}
	.areaCheck_label {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.areaCheck_label > i {}
	.areaCheck_label > input {}
	.areaCheck_text {}
	.areaCheck_text > a {}
	.areaCheck_text > a::before {}
	.areaCheck_text > a::after {}
	.areaCheck_col-no2 {}
	.areaCheck_line {}
	.form {}
	.form_msg {
		font-size: 16px;
	}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		width: 150px;
	}
	.form_table > tbody > tr > td {}
	.form_table > tbody > tr > th > b {}
	.form_dList {}
	.form_dList > dt {}
	.form_dList > dd {}
	.form_dList > dd > label {}
	.form_dList > dd > label > input {}
	.form_selWrap {}
	.form_selWrap > select {}
	.form_selWrap > select > option {}
	.form_zipWrap {}
	.form_zipWrap > input {}
	.form_agree {}
	.form_agree > label {}
	.form_agree > label > input {}
	.form_btnList {}
	.form_btnList > li {}
	.form_btnList > li:first-child {}
	.form_btnList > li:last-child {}
	.form_btnList > li:nth-child(2n+1) {}
	.form_btnList > li:nth-child(n+3) {}
	.form_btnList > li > button {}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.form_hr {}
	.school {}
	.school_title {}
	.school_title > small {
		font-size: 15px;
	}
	.school_title > b {
		font-size: 20px;
	}
	.school_in {}
	.school_cols {}
	.school_col {}
	.school_col-no1 {}
	.school_text {}
	.school_dList {}
	.school_dList > dt {}
	.school_dList > dt::after {}
	.school_dList > dd {}
	.school_col-no2 {}
	.school_image {}
	.school_image > img {}
}
@media screen and (max-width:767px) {
	.areaForm {}
	.areaForm_title {}
	.areaForm_title > img {}
	.areaForm_title > b {}
	.areaForm_title > small {}
	.areaForm_text {}
	.areaForm_text > b {}
	.areaForm_dList {
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.areaForm_dList > dt {}
	.areaForm_dList > dd {
		font-size: 12px;
	}
	.areaForm_dList > dd > a {
		font-size: 30px;
	}
	.areaForm_dList > dd > a::before {}
	.areaForm_dList > dd > a::after {}
	.areaForm_dList > dd > a > .icon {
		font-size: 34px;
	}
	.areaForm_box {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.reason {
		border-width: 2px;
		margin-bottom: 25px;
		padding: 15px;
	}
	.reason_title {
		font-size: 16px;
	}
	.reason_oList {}
	.reason_oList > li {}
	.reason_oList > li:first-child {}
	.reason_oList > li:last-child {}
	.reason_oList > li:nth-child(2n+1) {}
	.reason_oList > li:nth-child(n+3) {}
	.areaForm_arrow {
		border-width: 35px;
		border-top-width: 20px;
		margin: 15px auto;
	}
	.areaCheck {
		display: block;
		padding: 15px;
	}
	.areaCheck_cols {
		display: block;
	}
	.areaCheck_col {}
	.areaCheck_col-no1 {}
	.areaCheck_label {
		font-size: 16px;
	}
	.areaCheck_label > i {}
	.areaCheck_label > input {}
	.areaCheck_text {
		font-size: 13px;
	}
	.areaCheck_text > a {}
	.areaCheck_text > a::before {}
	.areaCheck_text > a::after {}
	.areaCheck_col-no2 {}
	.areaCheck_line {
		width: auto;
		height: 1px;
		margin: 15px auto;
	}
	.form {}
	.form_msg {
		text-align: left;
		font-size: 15px;
		margin: 15px 0;
	}
	.form_table {
		display: block;
	}
	.form_table > tbody {
		display: block;
	}
	.form_table > tbody > tr {
		display: block;
		margin-top: 15px;
	}
	.form_table > tbody > tr:first-child {
		margin-top: 0;
	}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 5px;
	}
	.form_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.form_table > tbody > tr > th > b {}
	.form_dList {}
	.form_dList > dt {}
	.form_dList > dd {}
	.form_dList > dd > label {}
	.form_dList > dd > label > input {}
	.form_selWrap {}
	.form_selWrap > select {}
	.form_selWrap > select > option {}
	.form_zipWrap {}
	.form_zipWrap > input {}
	.form_agree {}
	.form_agree > label {}
	.form_agree > label > input {}
	.form_btnList {}
	.form_btnList > li {}
	.form_btnList > li:first-child {}
	.form_btnList > li:last-child {}
	.form_btnList > li:nth-child(2n+1) {}
	.form_btnList > li:nth-child(n+3) {}
	.form_btnList > li > button {}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.form_hr {}
	.school {
		margin-bottom: 25px;
	}
	.school_title {
		padding: 10px 15px;
	}
	.school_title > small {
		font-size: 12px;
	}
	.school_title > b {
		font-size: 16px;
		line-height: 1.4;
	}
	.school_in {
		padding: 15px 15px;
		border-width: 2px;
	}
	.school_cols {
		flex-direction: column-reverse;
	}
	.school_col {}
	.school_col-no1 {
		width: auto;
		margin-top: 10px;
	}
	.school_text {}
	.school_dList {}
	.school_dList > dt {}
	.school_dList > dt::after {}
	.school_dList > dd {}
	.school_col-no2 {
		width: auto;
	}
	.school_image {}
	.school_image > img {
		width: 100%;
	}
}
