/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "utf-8";

input[type="radio"], input[type="checkbox"]{
	padding: 0!important;
}

.header_area {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	padding: 20px 20px 18px 20px;
}

.pankuzu#pankuzu_t {
	margin-top: 62px;
}

::-webkit-input-placeholder {
	color: #B9B9B9;
}

::-moz-placeholder {
	color: #B9B9B9;
}

:-ms-input-placeholder {
	color: #B9B9B9;
}

::-ms-input-placeholder {
	color: #B9B9B9;
}

::placeholder {
	color: #B9B9B9;
}

/*------------ step ------------*/


#form_step {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 0;
	margin: 0 auto 40px auto;
}

#form_step div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30%;
	height: 69px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	background: #ECECEC;
	border-radius: 4px;
	margin-right: 5%;
	color: #707070;
	position: relative;
}


#form_step div.now {
	font-weight: bold;
	background: #21a261;
	color: #fff;
}

#form_step div:last-child {
	margin-right: 0;
}

#form_step div:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: -9.5%;
	margin: auto;
	width: 14px;
	height: 14px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_step div.now:not(:last-child)::after {
	border-color: #21a261;
}

/*------------ table ------------*/
.form_table {
	border-top: unset;
	border-left: unset;
	table-layout: fixed;
	width: 100%;
	margin-top: 0;
}

.form_table th,
.form_table td {
	letter-spacing: 0;
	line-height: 1.47;
	border-right: unset;
	border-bottom: unset;
}

.form_table th {
	font-size: 1.7rem;
	font-weight: 500;
	background: none;
	padding: 27px 28px 0 0;
	width: 310px;
}

.form_table th.th_adjust {
	/* thが二行ある場合のため */
	padding-top: 14px;
	padding-bottom: 16px;

}

.form_table .th_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.form_table .th_adjust .th_inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form_table .th_align_top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form_table td {
	width: auto;
	padding: 15px 0 15px 0;
	/* letter-spacing: 0.01em; */
}

.required {
	padding: 3px 9px 4px 10px;
	margin: 0px 0 0 20px;
	color: #F44336;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.7rem;
	text-align: center;
	vertical-align: text-bottom;
	background: #FBD8D6;
	border-radius: 5px;
	/* float: right; */
	position: relative;
	min-width: 48px;
}

/* .required::after {
content: "";
clear: both;
display: block;

} */
.alert{
    color: #da4453;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 15px;
}
.alert_message{
    padding-left: 20px;
    color: #F44336;
}
label {
	padding-left: 18px;
	position: relative;
	font-size: 1.5rem;
	letter-spacing: 0;
	cursor: pointer;
}

.form_table input,
.form_table select,
.form_table textarea {
	display: inline-block;
	font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	width: 100%;
	padding: 18px 20px 19px;
	background: #F4F7F9;
	border: unset;
	border-radius: 0;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
}

.form_table label input {
	position: absolute;
	top: 4px;
	left: 0;
	cursor: pointer;
	width: auto !important;
}

.form_table .input_width {
	width: 451px;
	max-width: 100%;
}

.form_table .input_width_narrow {
	width: 115px;
	max-width: 100%;
}

.form_table .input_width_small {
	width: 125px;
	max-width: 100%;
}


.form_table .input_width_middle {
	width: 175px;
	max-width: 100%;
}

.form_table .input_width_100 {
	width: 100%;
}


.form_table textarea {
	min-height: 200px;
	resize: vertical;
	overflow: auto;
}

.form_table select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 100%;
	padding: 18px 30px 19px 20px;
}

.form_table .select {
	position: relative;
	/* border-radius: 5px; */
}

.form_table .select:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 9px solid #222;
	border-right: 6px solid transparent;
	border-bottom: none;
	border-left: 6px solid transparent;
	/* transform: rotate(45deg); */
	top: calc(50% - 4px);
	right: 15px;
}

.form_table .select.select_prefectures select {
	width: 155px;
}

.form_td_note {
	display: block;
	letter-spacing: .05em;
	line-height: 1.8;
	padding-left: 20px;
	margin-top: 5px;
}

.select_horizon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* padding: 15px 0 0; */
	min-height: 55px;
	margin: 0 -39px -7px 0 !important;
}

.select_horizon>div {
	margin: 0 39px 7px 0;
}

/* .th_adjust+td .select_horizon {
	padding: 15px 0 0;
} */

.td_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.td_flex>*:first-child {
	margin-right: 30px;
}

/* button */
#form_btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

#form_btn input,
#form_btn #form_btn2 {
	width: 120px;
	padding: 11px 0;
	border: none;
	border-radius: 5px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_btn input {
	position: relative;
	background: #21a261;
	color: #fff;
	border: 2px solid #21a261;
	cursor: pointer;
}

#form_btn input:hover {
	background: #fff;
	color: #21a261;
}

.form_btn_confirm {
	position: relative;
	margin: auto;
}

#form_btn .form_btn_confirm input {
	width: 209px !important;
}

#form_btn #form_btn2 {
	background: #eff6f3;
	color: #21a261 !important;
	text-decoration: none !important;
	max-width: 120px;
	width: 100%;
	position: relative;
	margin-right: 50px;
	display: block;
	border: 2px solid #eff6f3;
}

#form_btn #form_btn2:hover {
	background: #FFF;
	border-color: #21a261;
	color: #21a261 !important;
}

/* #form_btn #form_btn2::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
left: 60px;
top: calc(50% - 5px);
border-top: 2px solid #0871BC;
border-right: 2px solid #0871BC;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
transition: all 0.3s;
}

#form_btn #form_btn2:hover:before {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
} */

#form_btn #form_btn_return {
	margin: auto;
}

/*------------ check.php ------------*/
.check_table th {
	padding: 27px 28px 25px 0;
}

.check_table td {
	font-size: 2.0rem;
	font-weight: 500;
	/* padding: 11px 0 10px 0; */
	padding: 24px 0 26px 0;
}

.check_table .select_horizon {
	padding: 13px 0 0;
}

/*------------ キーワード検索 ------------*/
.keyword{
    display: flex;
    margin-bottom: 16px;
}

#key-btn{
    width:210px;
    background:#21a261;
    color:#fff;
    outline: 2px solid #21a261;
    outline-offset: -2px;
    cursor: pointer;
    transition: all 0.3s;
}

#key-btn:hover {
    background: #fff;
    color: #21a261;
}

.schools{
    display: flex;
    flex-wrap: wrap;
}
.schools span {
    width: 50%;
    padding-bottom: 16px;
}
/*.schools > span:nth-child(2n) {*/
/*    padding-left: 16px;*/
/*}*/

.none {
    display: none; /* jQueryで学校の表示非表示を制御 */
}

@media screen and (max-width:767px) {

	.header_area {
		padding: 10px 20px 8px 20px;
	}

	.f_logo a {
		width: 248px;
		max-width: 100%;
	}

	/*------------  ------------*/

	.page_catch {
		padding: 60px 20px;
		margin-bottom: 40px;
	}

	.page_catch:after {
		background-size: contain;
	}

	.page_catch h1 {
		font-size: 2.0rem;
	}






	#form_step {
		margin-bottom: 20px;
	}

	#form_step div {
		font-size: 1.8rem;
		width: calc((100% - 80px) / 3);
		height: 45px;
		margin-right: 40px;

	}

	#form_step div:not(:last-child)::after {
		right: -23px;
	}

	/*------------ table ------------*/

	.form_table {
		border-top: 1px solid #ECECEC;
		border-right: 1px solid #ECECEC;
		border-left: 1px solid #ECECEC;
	}

	.form_table table,
	.form_table tbody,
	.form_table tr {
		display: block;
	}

	.form_table th,
	.form_table td {
		display: block;
		width: 100% !important;
	}

	.form_table th {
		font-size: 1.3rem;
		padding: 16px 18px 15px !important;
		border-bottom: 1px solid #ECECEC;
	}

	.form_table .th_inner {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 24px;
	}


	.form_table td {
		font-size: 1.3rem;
		padding: 18px 18px 19px;
		border-bottom: 1px solid #ECECEC;
	}

	/* .required {
	font-size: 1.4rem;
} */

	label {
		font-size: 1.3rem;
	}

	.form_table input,
	.form_table textarea {
		font-size: 1.3rem;
		padding: 10px;
		border: 1px solid #ECECEC;
	}

	.form_table select {
		font-size: 1.3rem;
		padding: 10px 30px 10px 10px;
		border: 1px solid #ECECEC;
	}

	.form_table .select:after {
		right: 11px;
	}

	.form_table .input_width,
	.form_table .input_width_middle {
		width: 100%;
	}

	.form_table .input_width_narrow {
		width: 55px;
	}

	.form_table .input_width_small {
		width: 60px;
	}


	.form_td_note {
		line-height: 1.384;
		padding: 0;
	}

	.select_horizon {
		padding: 0;
		min-height: auto;
	}

	/* .td_flex {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	} */

	.td_flex>*:first-child {
		margin-right: 10px;
	}

	/* button */
	/* #form_btn {
	flex-wrap: wrap;
}

*/
	#form_btn input,
	#form_btn #form_btn2 {
		font-size: 1.4rem;
		padding: 10px 0;
	}

	#form_btn #form_btn2 {
		/* margin: 0 auto 15px auto; */
		margin-right: 20px;
	}

	/* .form_btn_submit {
	margin: auto;
} */

	/*------------ check.php ------------*/
	/* .check_table th {} */

	.check_table td {
		font-size: 1.3rem;
		padding: 19px 18px 17px !important;
	}

	.check_table .select_horizon {
		padding: 0;
	}

    /*------------ キーワード検索 ------------*/
    .keyword{
        text-align: center;
    }

    .key-box::placeholder {
        /*transform: scale(0.9);*/
    }

    #key-btn {
        width: 150px;
    }

    .schools span{
        font-size: 16px;
    }


}
