.contact_area,
.access_area{
	display: none;
}


/* メイン */

input[type="text"],
input[type="date"],
select,
textarea{
	width: 100%;
	min-height: 40px;
	padding: 5px 9px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 16px;
}
select{
	padding: 9px 16px;
	appearance: none;
	cursor: pointer;
}
::placeholder{
	color: #CCC;
}
input:focus {
	outline: none;
}
input[type="checkbox"]{
	display: none;
}
input[type="checkbox"] + label{
	position: relative;
    display: block;
    max-width: 190px;
    margin: 0 auto;
	cursor: pointer;
}
input[type="checkbox"] + label:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 2px;
    left: 15px;
    bottom: 0;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
	background: #FFF;
}
input[type="checkbox"]:checked + label:before{
	background: #AD5AFF;
}
input[type="checkbox"]:checked + label:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 18px;
    top: -4px;
    bottom: 0;
    left: 22px;
    margin: auto;
    border-bottom: 4px solid #FFF;
    border-right: 4px solid #FFF;
    transform: rotate(45deg);
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset !important;
	-webkit-text-fill-color: #000 !important;
}
.s_size{
	max-width: 200px;
}
.m_size{
	max-width: 300px;
}
.l_size{
	max-width: 460px;
}
input[type="radio"]:checked + label:after{
	background: #333;
}
input[type="date"]{
	cursor: pointer;
}
.dl_s_size .pass{
	max-width: 230px;
}
.dl_m_size .pass{
	max-width: 330px;
}
.dl_l_size .pass{
	max-width: 490px;
}
.select_outer.pass{
	max-width: 230px;
}
.select_box{
	position: relative;
}
.select_box:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	border-top: 10px solid #333;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0px;
	pointer-events: none;
}
input.errbgOn,
.errbgOn {
    background: #FFF5F5;
    border: solid 1px #E26C67;
}
.form_area .pass{
	position: relative;
}
.form_area dl dd{
	padding-right: 25px;
}
.form_area dl dd:before {
    transform: scale(0);
    transition: opacity .3s, transform .3s;
}
.form_area .pass:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #23AE68;
    opacity: 0;
    opacity: 1;
    transform: scale(1);
}
.form_area .pass:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 7px;
    width: 6px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}


/* form_area */
.form_area{
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	padding: 10px 10px 40px;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 10px;
	background: #FFF;
}
.form_area_inner{
	max-width: 840px;
	width: 95%;
	margin: 0 auto;
}
.form_area .input_area dl{
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}
.form_area .input_area dl.in_dl{
	padding: 5px 0;
	border: 0;
}
.form_area .input_area dl.in_dl.no_padding{
	padding-top: 7px;
}
.form_area .input_area dl.disp_none{
	display: none;
}
.form_area .input_area dl dt{
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 7px;
}
.form_area .input_area dl.in_dl dt{
	margin-bottom: 5px;
	padding-top: 0;
	font-weight: normal;
}
.form_area .input_area dl.hissu > dt:after{
	content: "\5FC5\9808";
    display: inline-block;
    position: relative;
    padding: 3px 4px;
    width: 44px;
    height: 22px;
    top: -2px;
    bottom: 0;
    right: -10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 15px;
    text-align: center;
    background: #E60012;
    color: #fff;
}
.form_area .input_area dl dd .err{
	position: relative;
	padding-left: 30px;
	margin-top: 5px;
	color: #E60012;
}
.form_area .input_area dl dd .err:before{
	content: "\FF01";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	left: 0;
	top: 0;
	font-size: 14px;
	background: #E60012;
	color: #fff;
	border-radius: 100%;
	text-align: center;
}

.privavcy_area{
	margin: 20px 0;
	padding: 20px;
	text-align: center;
	background: #F5F5F5;
	border-radius: 10px;
}
.privavcy_area .nba_txt{
	margin-bottom: 10px;
}
.privavcy_area .nba_txt a{
	color: #333;
	text-decoration: underline;
}
.privavcy_area .nba_txt a.ico_blank{
	position: relative;
}
.privavcy_area .nba_txt a.ico_blank:after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 7px;
	vertical-align: middle;
	background: url(/shared/images/ico_blank.png) center / contain no-repeat;
}
.privavcy_area #AGREEMENT + label{
	font-weight: 600;
	font-size: 20px;
}
.next_btn_area #PREV_BTN,
.next_btn_area #NEXT_BTN,
#thanks .contact-thanksmsg .than-link{
	display: block;
    position: relative;
    max-width: 320px;
    width: 100%;
    padding: 17px 10px;
    margin: 0 auto;
	font-size: 16px;
    font-weight: 600;
	text-align: center;
    color: #fff;
    background: #AD5AFF;
	border-radius: 30px;
	cursor: pointer;
	border: 0;
}
.next_btn_area #PREV_BTN:hover,
.next_btn_area #NEXT_BTN:hover,
#thanks .contact-thanksmsg .than-link{
	opacity: 0.8;
}
.next_btn_area #PREV_BTN:before,
.next_btn_area #NEXT_BTN:before,
#thanks .contact-thanksmsg .than-link:before{
	content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    background: url(/shared/images/ico_arrow_01.png) center / contain no-repeat;
}

.err_message{
	display: none;
	margin-top: 10px;
	color: #E60012;
}


.change_button .cb_til{
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}


/* 確認画面 */
#confirm .form_area_inner{
	margin-bottom: 35px;
}
#confirm .form_area .input_area dl{
	padding: 10px;
}
#confirm .form_area .input_area dl dt,
#confirm .form_area .input_area dl dd{
	padding-top: 0;
	word-break: break-all;
}
#confirm .next_btn_area ul{
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	max-width: 640px;
	width: 90%;
	margin: 0 auto;
}
#confirm .next_btn_area ul li{
	flex: 0 0 48%;
}
#confirm .next_btn_area ul li #NEXT_BTN{
	margin-bottom: 15px;
}
#confirm .next_btn_area ul li #PREV_BTN{
	background: #999;
}
#confirm .form_area .input_area dl.about_recruit_message{
	display: flex;
}
.confirm_attention{
	position: relative;
	margin: 10px 0 20px;
	padding: 12px 45px;
	font-weight: bold;
	background: #F5F5F5;
}
.confirm_attention:before,
#thanks .contact-thanksmsg .than-attention .attention:before{
    content: "!";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 18px;
    top: 16px;
    margin: auto;
    border-radius: 100%;
    background: #E60012;
    color: #FFF;
}

/* 完了画面 */
#thanks .contact-thanksmsg{
	padding: 50px 10px;
	text-align: center;
}
#thanks .contact-thanksmsg .than-til{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 21px;
}
#thanks .contact-thanksmsg .than-attention{
	padding: 15px 20px;
	margin-bottom: 30px;
	background: #F5F5F5;
}
#thanks .contact-thanksmsg .than-attention .attention{
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	padding-left: 25px;
}
#thanks .contact-thanksmsg .than-attention .attention:before{
    top: 4px;
    bottom: auto;
	left: 0;
}
#thanks .contact-thanksmsg .than-exp{
    max-width: 600px;
    margin: 0 auto 0;
    text-align: left;
    font-size: 16px;
}
#thanks .contact-thanksmsg .than-list li{
	position: relative;
	max-width: 600px;
    margin: 0 auto;
	padding-left: 15px;
	text-align: left;
}
#thanks .contact-thanksmsg .than-list li:before{
	content: "・";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
}
#thanks .contact-thanksmsg .than-exp.err_btm{
	margin-bottom: 20px;
	text-align: center;
}
#thanks .contact-thanksmsg a{
	text-decoration: none;
}
#thanks .contact-thanksmsg .tel_link{
    position: relative;
    display: block;
    max-width: 280px;
    padding-left: 25px;
    margin: 0 auto 20px;
    font-size: 28px;
    font-weight: bold;
    color: #AD5AFF;
}
#thanks .contact-thanksmsg .tel_link:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 22px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/shared/images/ico_tel_03.png) center / contain no-repeat;
}
#thanks .contact-thanksmsg .than-link{
	text-decoration: none;
}


@media screen and (min-width: 768px){
	input[type="text"],
	input[type="date"],
	select,
	textarea{
		border-radius: 10px;
	}
	.form_area{
		padding: 100px 0;
		border-radius: 30px;
	}
    .form_area .input_area.entry_area{
        padding-top: 60px;
        margin-top: 60px;
    }
    .form_area .input_area dl{
		display: flex;
		padding: 14px 10px;
	}
	.form_area .input_area dl.in_dl{
		display: block;
	}
	.form_area .input_area dl.hissu > dt:after{
		position: absolute;
		right: 20px;
		top: 10px;
	}
	.form_area .input_area dl dt{
		flex: 0 0 29%;
		padding-top: 6px;
		margin-bottom: 0px;
	}
	.form_area .input_area dl dd{
		flex: 0 0 71%;
	}
	
	.form_area .input_area .radio_box_ul{
		display: flex;
		flex-wrap: wrap;
	}
	.form_area .input_area .radio_box_ul li{
		flex: 0 0 32%;
		padding: 7px 3% 7px 0;
	}
	.privavcy_area{
		margin: 33px 0 60px;
		padding: 40px 20px;
	}
	.privavcy_area .nba_txt{
		margin-bottom: 20px;
	}
	
	.err_message{
		margin-top: 20px;
	}
	.change_button .cb_til{
		font-size: 40px;
		margin-bottom: 45px;
	}

	/* 確認画面 */
	#confirm .form_area_inner{
		margin-bottom: 90px;
	}
	#confirm .form_area .input_area .address_box dl:first-child dt,
	#confirm .form_area .input_area .address_box dl:first-child dd{
		padding-top: 0;
	}
	.confirm_attention{
		margin: 0 0 30px;
	}
	#confirm .form_area .input_area dl{
		padding: 27px 10px;
	}
	

	/* 完了画面 */
	#thanks .contact-thanksmsg .than-til{
		margin-bottom: 27px;
		font-size: 28px;
	}
	#thanks .contact-thanksmsg .than-attention{
		padding: 30px 10px;
		margin-bottom: 60px;
	}
	/* #thanks .contact-thanksmsg .than-exp{
		margin-bottom: 20px;
	} */
	#thanks .contact-thanksmsg .than-exp.err_btm{
		margin-bottom: 40px;
	}
	#thanks .contact-thanksmsg .tel_link{
		max-width: 230px;
		margin-bottom: 30px;
	}
	/* #thanks .contact-thanksmsg .than-link{
		margin-bottom: 60px;
	} */
}