.haikei {
	padding-top: 97px;
	background-image: url(../img/index/haikei2.png);
	background-size: 100%;
}
.width {
	margin: 0 auto;
	max-width: 85%;
	width: 100%;
    padding-bottom: 166px;
}
.waku {
	background-color: #fff;
	border-radius: 20px;
	margin-top: 40px;
	    box-shadow: 3px 3px 11px -6px;
}
.waku-padd {
	padding: 0 25px 0px;
}
.apply {
	text-align: center;
	font-size: 26px;
	color: #693905;
	font-weight: bold;
	letter-spacing: 2px;
    padding-top: 25px;
	font-family: "myfont";
}
.apply_sub {
	text-align: center;
    font-size: 15px;
	color: #693905;
	font-weight: bold;
    padding-bottom: 15px;
    line-height: 2;
}
.apply_form_box {
	margin-bottom: 10px;
}
.apply_form_box p {
	font-size: 14px;
	color: #693905;
	font-weight: bold;
	line-height: 1.5;
    padding: 0.5em 0;
}
.apply_form_box p span{
    font-size: 12px;
    margin-right: 0.5em;
	font-weight: normal;
}
.apply_form_box input {
	border: 1px solid #693905;
	height: 40px;
    width: 100%;;
	padding: 0 5px;
	font-size: 13px;
}
.apply_form_box textarea {
    border: 1px solid #693905;
    height: 120px;
    width: 100%;
    padding: 0 5px;
    font-size: 13px;
}
.apply-flex {
	display: flex;
	justify-content: flex-end;
	align-items: normal;
}
.apply_form_box_left {
	width: 50%;
	padding-right: 5px;
}
.apply_form_box_right {
	width: 50%;
	padding-left: 5px;
}
.apply_form_box_select select {
	border: 1px solid #693905;
	height: 40px;
	padding: 0 5px;
	width: 100%;
	font-size: 13px;

}	
.apply-flex2 option {

}
.touroku {
	width: 52%;
	margin: 0px auto;
	margin-top: 50px;
	text-align: center;
	background-color: #693905;
	border-radius: 7px;
	color: #fff;
}
.touroku button {
	font-size: 14px;
	    width: 100%;
padding: 10px;
    font-weight: bold;
}
select:invalid {
  color: #8d8d8d;
}
.apply_form_box_select:before {
content: '';
    display: block;
    border: 0px transparent solid;
    border-top-color: #693905;
    position: absolute;
    bottom: 9px;
    right: 7px;
    transform: translate(0px, -50%);
    border-width: 12px 8px 0 8px;
}
.apply_form_box_select {
	margin-bottom: 10px;
	position:relative
}
.apply-flex.address_search {
	margin: 0;
}
.address_search input {
	width: 70%;
}
.address_search button {
	width: 30%;
    text-align: center;
    padding: 4px;
    background-color: #c89f62;
    border-radius: 15px;
    color: #fff;
    margin-left: 15px;
    font-size: 13px;
}

.p2 {
	font-size: 14px;
	color: #693905;
	font-weight: bold;
	line-height: 1.5;
    padding: 0.5em 0;

}
.questionnaire_title {
    width: 220px;
    border: 1px solid;
    margin: auto;
}
.questionnaire_title .apply{
	margin: 5px;
    border: 1px solid;
    line-height: 1.5;
    padding:0;
}
.questionnaire_title + .apply_sub {
	font-weight: normal;
	padding: 10px 0 10px;
}
.privacy_text {
	padding: 0 20px 15px;
}
.privacy_text p{
    font-size: 10px;
	color: #693905;
	line-height: 1.5;
}
.privacy_text p a {
    font-size: 11px;
	color: #036eb8;
    text-decoration: underline;
}
.privacy_text p.caution_p {
    font-size: 14px;
}
.error{
    font-size: 13px;
    color: #f00;
    padding-left: 9px;
    padding-bottom: 13px;
}
.caution {
    float: right;
}
.red {
	color: #e50011 !important;
}
@media screen and (max-width: 380px) {
	.apply_form_box p {
		font-size: 12px;
	}
	.apply_form_box input {
		font-size: 11px
	}
	.apply_form_box_select select {
		font-size: 11px
	}
	.p2 {
		font-size: 12px;
	}
}
