@charset "UTF-8";

/* ▼▼▼ お問い合わせ
===================================== */

.page_title h1::after{
	background-image: url(../img/application/title_form.png);
}

.read {
	/* text-align: center; */
	margin-bottom: 70px;
}
.notes{
	font-size: 12px;
	margin-top: 10px;
}
span.required::after{
	content: "必須";
	display: inline-block;
	background: #E63838;
	border-radius: 2px;
	width: 40px;
	color: #fff;
	font-size: 12px;
    font-weight: 600;
	text-align: center;
	margin-right: 5px;
}
/* step
---------------------------------------- */
.step{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 627px;
	width: 100%;
	margin: 0 auto 80px;
}
.step li{
	width: 60px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.step li span{
	display: block;
	padding: 13px 0;
	margin: 0 0 5px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.step li:not(:first-child) span::before,
.step li span::after{
	content: "";
	position: absolute;
}
.step li:not(:first-child) span::before{
	border-top: 4px solid #EFF1F2;
	width: 240px;
	transform: translateY(-50%);
	top: 50%;
	right: 46px;
	z-index: -2;
}
.step li span::after{
	background: #EFF1F2;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	transform: translate(-50%,-50%)rotate(-45deg);
	top: 50%;
	left: 50%;
	z-index: -1;
}
.step li.now span{
	color: #fff;
}
.step li.now span::before{
	border-color: #B8D200;
}
.step li.now span::after{
	background: #B8D200;
}

/* info
---------------------------------------- */
.info{
	border-bottom: 1px solid #D5D8D9;
	margin-bottom: 70px;
}
.info .th_wrap{
	background: #EFF1F2;
	padding: 13px 20px;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
.info .th_wrap.required::after{
	content: "必須";
	display: inline-block;
	background: #E63838;
	border-radius: 2px;
	width: 40px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
}
.info .td_wrap{
	padding: 30px 0 30px 20px;
}
.td_inner{
	padding-left: 40px;
}

.info textarea{
	width: 100%;
}
.info input:focus,
.info textarea:focus{
	border-color: #A9C100;
	outline: none;
}

.date_wrap li:not(:last-child){
	margin-bottom: 15px;
}
.date_wrap .datepicker{
	width: 220px;
}

.name_area{
	display: flex;
}
.name_area li span{
	display: inline-block;
	margin-right: 1em;
}
.name_area li:not(:last-child){
	margin-right: 30px;
}

.check_list{
	display: flex;
	flex-wrap: wrap;
}
.check_list li:not(:last-child){
	margin-right: 60px;
}

.birth_area{
	display: flex;
}
.birth_area li{
	display: flex;
	align-items: center;
}
.birth_area li .select_wrap{
	width: 145px;
}
.birth_area li:not(:first-child) .select_wrap{
	width: 100px;
	margin-left: 30px;
}
.birth_area span{
	display: inline-block;
	margin-left: .5em;
	font-size: 26px;
}

.addr_area .post_code{
	display: flex;
	align-items: center;
}
.addr_area .post_code span:not(.answer){
	width: 2em;
}
.addr_area .post_code .code_btn{
	display: table;
	margin-left: 20px;
	width: 212px;
	height: 46px;
	font-size: 14px;
}
.addr_area .post_code .code_btn a{
	display: table-cell;
	background: #006934;
	border-radius: 5px;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	transition: .5s ease-in-out;
}
.addr_area .post_code .code_btn a:hover{
	background: #038845;
	opacity: 1;
	transition: .5s ease-in-out;
}
.addr_area dl{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.addr_area dl dt{
	width: 9em;
	flex-shrink: 0;
	margin-right: 20px;
	text-align: right;
}
.addr_area dl dd{
	width: 100%;
}
.addr_area dl dd .select_wrap{
	width: 195px;
}
.addr_area dl dd input{
	width: 650px;
}

.graduat{
	display: flex;
	align-items: center;
}
.graduat > div{
	margin-right: 30px;
}
.graduat > div span{
	display: inline-block;
	margin-right: 1em;
}
.graduat > div input + span{
	margin: 0 0 0 .5em;
}

.privacy_read{
	margin-bottom: 70px;
	font-weight: bold;
	text-align: center;
}
.privacy_read a{
	color: #006934;
	text-decoration: underline;
}
.privacy_read a:hover{
	text-decoration: none;
}

/* ボタン
---------------------------------------- */
.conf_btn{
	max-width: 565px;
	display: table;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.conf_btn a{
	display: table-cell;
	vertical-align: middle;
	background: #006934;
	border-radius: 7px;
	height: 136px;
	color: #fff;
	font-size: 34px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	transition: .5s ease-in-out;
}
.conf_btn a::after{
	content: "";
	background: url(../img/arrow_wht.png) no-repeat center/contain;
	width: 14.5px;
	height: 23px;
	transform: translateY(-50%);
	position: absolute;
	top: 49%;
	right: 50px;
}
.conf_btn small{
	display: block;
	text-align: center;
	font-size: 16px;
}

.btn_list{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.btn_list li{
	display: table;
	width: 48%;
	position: relative;
}
.btn_list li a{
	background: #006934;
	border-radius: 7px;
	display: table-cell;
	vertical-align: middle;
	height: 92px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	transition: .5s ease-in-out;
}
.btn_list li.back a{
	background: #2D3031;
}
.btn_list li a::before{
	content: "";
	background: url(../img/arrow_wht.png) no-repeat center/contain;
	width: 14.5px;
	height: 23px;
	transform: translateY(-50%);
	position: absolute;
	top: 49%;
	right: 30px;
}
.btn_list li.back a::before{
	transform: scale(-1, 1)translateY(-50%);
	left: 30px;
	right: auto;
}

.conf_btn a:hover,
.btn_list li a:hover{
	background: #038845;
	opacity: 1;
	transition: .5s ease-in-out;
}
.btn_list li.back a:hover{
	background: #5a5f61;
}


/* input
---------------------------------------- */
.info input,
.info textarea {
	height: auto;
	background: #fff;
	border: none;
	padding: 15px;
	font-size: 16px;
	border-radius: 5px;
	border: 2px solid #D5D8D9;
	outline: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.info input::placeholder,
.info textarea::placeholder {
	color: #CDD6DD;
}
input.w01{
	width: 340px;
}
input.w02{
	width: 900px;
}

/* チェックボックス
---------------------------------------- */
input[type=checkbox]{
	display: none;
}
.checkbox01-parts{
	position:relative;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
}
.checkbox01-parts::before{
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border: 2px solid #CDD6DD;
	border-radius: 4px;
	vertical-align: middle;
}
input[type=checkbox]:checked + .checkbox01-parts::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 14px;
	width: 7px;
	height: 18px;
	transform: rotate(45deg);
	border-bottom: 4px solid #A9C100;
	border-right: 4px solid #A9C100;
}
input[type=checkbox]:hover + .checkbox01-parts::before{
	border: 2px solid #A9C100;
}

/* ラジオボタンカスタム
---------------------------------------- */
input[type=radio]{
	display: none;
	vertical-align: middle;
}
.radio_parts{
	display: inline-block;
	padding: 0 0 0 45px;
	position:relative;
	vertical-align: middle;
	font-size: 16px;
}
.radio_parts::before{
	content: "";
	display: block;
	border: 2px solid #CDD6DD;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
input[type=radio]:disabled + .radio_parts::before{
	background: #EFF1F2;
}
input[type=radio]:not(:disabled):hover + .radio_parts::before{
	border: 2px solid #A9C100;
}
input[type=radio]:checked + .radio_parts::after{
	content: "";
	display: block;
	background: #A9C100;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 7px;
}

/* セレクトボックス
---------------------------------------- */
.select_wrap {
	overflow: hidden;
	text-align: center;
	border: 2px solid #D5D8D9;
	border-radius: 5px;
	position: relative;
}
.select_wrap.w01{
	width: 340px;
	/* width: 15em; */
}
.select_wrap::before {
	content: "";
	width: 9.4px;
	height: 6.1px;
	background: url(../img/select_arrow.svg) no-repeat center/100%;
	pointer-events: none;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 10px;
}
.select_wrap select {
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 15px;
	font-size: 16px;
}
.select_wrap select::-ms-expand {
	display: none;
}

/* ファイルアップロード
---------------------------------------- */
.add_file{

}
input[type=file]{
	display: none;
}
.add_file label {
	border: 2px solid #D5D8D9;
	background: #fff;
	padding: 10px 35px 10px 15px;
	border-radius: 5px;
	font-size: 16px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.add_file label::before{
	content: "";
	width: 4px;
	height: 4px;
	border: 2px solid;
	border-color: transparent transparent #98A6B5 #98A6B5;
	pointer-events: none;
	position: absolute;
	transform: translateY(-50%)rotate(-45deg);
	top: 50%;
	right: 10px;
}
.add_file label::after {
	content: "[PDF,DOCX,XLSX,ZIP形式]";
	height: 20px;
	width: 100%;
	line-height: 20px;
	position: absolute;
	left: calc(100% + 20px);
	top: calc(50% - 10px);
}
.add_file label.changed::after {
	content: "";
}

/* errer */

.error{
    margin: 10px 0;
    color: #E63838;
}
.info input.error_wrap,
.info textarea.error_wrap,
.select_wrap.error_wrap {
	border: 2px solid #E63838;
    background: #FFEFF2;
}
/* 解答 */
.answer{
	color: #000;
  font-size: 26px;
  font-weight: bold;
}

/* 完了ページ */
.thanks_read{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0 50px;
}
.thanks_read a{
    color: #006934;
}

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {

	.read {
		/* text-align: center; */
		margin-bottom: 50px;
	}

	/* step
	---------------------------------------- */
	.step{
		margin: 0 auto 40px;
		width: 280px;
	}
	.step li{
		font-size: 16px;
	}
	.step li span{
		font-size: 16px;
	}
	.step li:not(:first-child) span::before{
		width: 67px;
	}

	/* info
	---------------------------------------- */
	.info{
		margin-bottom: 50px;
	}
	.info .th_wrap{
		padding: 10px 15px;
		font-size: 16px;
	}
	.info .th_wrap.required::after{
		border-radius: 2px;
		width: 40px;
	}
	.info .td_wrap{
		padding: 30px 0 30px 15px;
		font-size: 14px;
	}
	.td_inner{
		padding-left: 30px;
	}


	.name_area{
		display: block;
	}
	.name_area li span{
		display: inline-block;
		margin-right: 1em;
	}
	.name_area li input{
		width: auto;
	}
	.name_area li:not(:last-child){
		margin: 0 0 20px;
	}

	.check_list{
		display: flex;
	}
	.check_list li:not(:last-child){
		margin-right: 6%;
	}

	.birth_area{
		flex-wrap: wrap;
	}
	.birth_area li{
		display: flex;
		align-items: center;
	}
	.birth_area li .select_wrap{
		width: 150px;
	}
	.birth_area li:first-child{
		width: 100%;
	}
	.birth_area li:not(:first-child){
		margin-top: 20px;
	}
	.birth_area li:not(:last-child){
		margin-right: 20px
	}
	.birth_area li:not(:first-child) .select_wrap{
		width: 100px;
		margin: 0;
	}

	.addr_area .post_code span{
		flex-shrink: 0;
	}
	.addr_area .post_code input{
		width: 9em;
	}
	.addr_area .post_code .code_btn{
		display: table;
		width: auto;
    line-height: 1.3;
		margin-left: 20px;
		font-size: 13px;
	}
	.addr_area .post_code .code_btn a{
		padding: 0 10px;
	}
	.addr_area dl{
		display: block;
		margin-top: 20px;
	}
	.addr_area dl dt{
		width: 100%;
		margin-right: 0;
		text-align: left;
	}
	.addr_area dl dd{
		width: 100%;
	}
	.addr_area dl dd .select_wrap{
		width: 15em;
	}
	.addr_area dl dd input{
		width: 100%;
	}

	.graduat{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.graduat > div{
		margin: 0 20px 20px 0;
	}
	.graduat > div:nth-of-type(2){
		margin-right: 0;
	}
	.graduat > div:nth-of-type(1) input{
		width: 7em;
	}
	.graduat > div:nth-of-type(2) input{
		width: 5em;
	}
	.graduat > div span{
		display: inline-block;
		margin-right: 1em;
	}
	.graduat > div input + span{
		margin: 0 0 0 .5em;
	}
	.graduat .check_list{
		width: 100%;
	}


	.privacy_read{
		margin-bottom: 70px;
		font-weight: bold;
		text-align: center;
	}
	.privacy_read a{
		color: #006934;
		text-decoration: underline;
	}
	.privacy_read a:hover{
		text-decoration: none;
	}

	/* ボタン
	---------------------------------------- */
	.conf_btn a{
		height: 95px;
		color: #fff;
		font-size: 24px;
		line-height: 1.3;
		text-align: center;
		font-weight: bold;
	}
	.conf_btn a::after{
		content: "";
		width: 10px;
    height: 15px;
		position: absolute;
		top: 49%;
		right: 30px;
	}
	.conf_btn small{
		font-size: 13px;
	}

	.btn_list{
		display: block;
	}
	.btn_list li{
		width: 304px;
		margin: 0 auto;
	}
	.btn_list li a{
		height: 80px;
		font-size: 16px;
	}
	.btn_list li.back{
		margin-bottom: 20px;
	}
	.btn_list li a::before{
		content: "";
    width: 9px;
    height: 13px;
    transform: translateY(-50%);
    position: absolute;
    top: 49%;
    right: 15px;
	}
	.btn_list li.back a::before{
		transform: scale(-1, 1)translateY(-50%);
		left: 15px;
		right: auto;
	}

	/* input
	---------------------------------------- */
	input.w01{
		width: 100%;
	}
	input.w02{
		width: 100%;
	}
	.select_wrap.w01{
		width: 100%;
	}

	/* チェックボックス
	---------------------------------------- */
	input[type=checkbox]{
		display: none;
	}
	.checkbox01-parts{
		position:relative;
		border-radius: 5px;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
	}
	.checkbox01-parts::before{
		content: "";
		display: inline-block;
		margin-right: 10px;
		width: 25px;
		height: 25px;
		border: 2px solid #CDD6DD;
		border-radius: 4px;
		vertical-align: middle;
	}
	input[type=checkbox]:checked + .checkbox01-parts::after{
		content: "";
		display: inline-block;
		position: absolute;
		top: 1px;
		left: 14px;
		width: 7px;
		height: 18px;
		transform: rotate(45deg);
		border-bottom: 4px solid #A9C100;
		border-right: 4px solid #A9C100;
	}

	/* ラジオボタンカスタム
	---------------------------------------- */
	input[type=radio]{
		display: none;
		vertical-align: middle;
	}
	.radio_parts{
		display: inline-block;
		padding: 0 0 0 35px;
		position:relative;
		vertical-align: middle;
		font-size: 16px;
	}
	.radio_parts::before{
		content: "";
		display: block;
		border: 2px solid #CDD6DD;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 4px;
		left: 0;
	}
	input[type=radio]:hover + .radio_parts::before{
		border: 2px solid #CDD6DD;
	}
	input[type=radio]:checked + .radio_parts::after{
		width: 13px;
		height: 13px;
    top: 10px;
    left: 6px;
	}

	/* ファイルアップロード
	---------------------------------------- */
	.add_file{
		margin-bottom: 40px;
	}
	.add_file label{
		font-size: 14px;
	}
	.add_file label::after {
		left: 0;
		top: calc(100% + 10px);
	}


    /* 解答 */
    .birth_area span{
        font-size: 21px;
    }

    .answer{
        font-size: 21px;
    }

}

/* ▼▼▼ 340px
=====================================*/
@media screen and (max-width: 340px) {
	.addr_area .post_code .code_btn{
		font-size: 12px;
		margin-left: 5px;
	}
	.addr_area .post_code input{
		width: 8em;
	}
}
