html {
	overflow-x: hidden;
}
.main {
	background-image: url(../../img/form/background_img1.png);
}
.food_img_list{
	position:relative;
	max-width: 900px;
	width: 100%;
	margin: auto;
}
.food_img_list .left_box{
	position: absolute;
	left: calc(-246px - 70px);
	top: 35px;

}
.food_img_list .right_box{
	position: absolute;
	right: calc(-246px - 70px);
	top: 285px;
}
.food_img_list img{
	display: block;
	margin-bottom: 340px;
}
.food_img_list img:last-child{
	margin: 0;
}
.food_img_list .left_box img:nth-child(1){
}
.food_img_list .left_box img:nth-child(2){
}
.food_img_list .left_box img:nth-child(3){
}
.food_img_list .left_box img:nth-child(4){
}
.food_img_list .left_box img:nth-child(5){
}
.food_img_list .left_box img:nth-child(6){
}
.food_img_list .right_box img:nth-child(1){
}
.food_img_list .right_box img:nth-child(2){
}
.food_img_list .right_box img:nth-child(3){
}
.food_img_list .right_box img:nth-child(4){
}
.food_img_list .right_box img:nth-child(5){
}
.food_img_list .right_box img:nth-child(6){
}

.form_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding: 15px;
}
.form_box .form_label{
	padding-right: 20px;
	font-size: 18px;
	width: 20%;
	text-align: left;
	font-weight: bold;
	font-family: YuGothic, "游ゴシック", sans-serif;
	line-height: 1.5;

}
.form_box .form_control{
	display: block;
	/*width: 80%;*/
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	/*color: #55595c;*/
	color: #000000;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: .25rem;
	font-size: 18px;
	font-family: YuGothic, "游ゴシック", sans-serif;
	line-height: 1.5;
	font-weight: 400;
}
.form_box input.form_control::placeholder {
	font-family: YuGothic, "游ゴシック", sans-serif;
	color: #a9a8a8;
}

/* IE */
.form_box input.form_control:-ms-input-placeholder {
	font-family: YuGothic, "游ゴシック", sans-serif;
	color: #a9a8a8;
}

/* Edge */
.form_box input.form_control::-ms-input-placeholder {
	font-family: YuGothic, "游ゴシック", sans-serif;
	color: #a9a8a8;
}

.form_box textarea.form_control {
	height: 200px;
	resize: none;
}

.form_box .birthday{
	width: 12%;
	margin-right: 1%;
}
.pull_down {
	position: relative;
}
.form_box .pull_down::before {
	position: absolute;
	top: 20px;
	right: 0.9vw;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.form_box .pull_down .form_control{
	width: 100%;
}
.form_box .address_box {
	width: 25%;
}
.form_box .address_box input {
	width: 100%;
}
.form_box.three_box:nth-child(2) {
	padding-top: 0;
}
.form_box .three_box h2{
	margin-bottom: -7px;
}
.form_box .three_box{
	width: 24%;
	margin-right: 1%;
}
.form_box .three_box:nth-child(3){
	width: 32%;
}
.form_box .three_box:last-child{
	margin: 0;
}
.form_box .three_box .form_control{
	width: 100%;
}
.form_box.pt0 {
	padding-top:0;
}

.form_box .file_upload input {
	display: none;
}
.form_box .file_upload label {
	color: #ffffff;
	background-color: #434343;
	line-height: 50px;
	padding: 0px 20px;
	border-radius: 7px;
	font-size: 18px;
	display: block;
}
.form_box .upload_text {
	font-size: 16px;
	margin-left: 15px;
}

.form_box .confrim_text {
	width: 80%;
}
.form_box .confrim_text p {
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}
.form_box .confrim_text .exposition {
	margin-top: 15px;
	padding: 10px 15px;
	/*border: 1px solid #939393;*/
	border: 1px solid #000000;
}
.form_box .confrim_text .exposition p {
	padding-left: 1em;
	text-indent: -1em;
}
.form_box .confrim_text .checkbox-input{
	display: none;
}
.form_box .confrim_text .checkbox-parts{
	font-size: 18px;
	font-family: YuGothic, "游ゴシック", sans-serif;
	line-height: 42px;
	font-weight: bold;
	padding-left: 60px;
	position:relative;
}
.form_box .confrim_text .checkbox-parts::before{
	content: "";
	display: block;
	padding: 20px;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #000000;
	float: left;
	margin-right: 15px;
	position: absolute;
	top: 0px;
	left: 0;
}
.form_box .confrim_text .checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 11px;
	width: 15px;
	height: 30px;
	transform: rotate(40deg);
	border-bottom: 3px solid #000000;
	border-right: 3px solid #000000;
}


.sec1{
	text-align: center;
	height: 100%;
}

.sec1 .page_title_text_box{
	max-width: 600px;
	width: 100%;
	margin: 0px auto;
	padding: 100px 10px 95px;
}
.sec1 .page_title_text_box .page_title{
	font-size: 40px;
	font-weight: bold;
	font-family: YuGothic, "游ゴシック", sans-serif;
}
.sec1 .page_title_text_box .sub_title{
	font-size: 18px;
}
.sec2{
	text-align: center;
	background-image: url(../../img/form/background_img2.png);
	height: 100%;
}

.sec2 .main_contents_box{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 85px 0px;
}
.sec3{
	text-align: center;
	height: 100%;
}

.sec3 .main_contents_box{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 75px 0;
}
.sec3 .form_link_btn{
	display: inline-block;
	max-width: 490px;
	width: 100%;
	margin: 85px 0px 0px;
	font-size: 20px;
	color: #fff;
	background: #520000;
	line-height: 100px;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	z-index: 10;
}
.sec3 .form_link_btn span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	margin-top: -6px;
}
.sec3 .form_link_btn span.arror{
	margin-left: 15px;
	color: #ffffff;
	font-size:14px;
}

.sec4{
	text-align: center;
	height: 100%;
}

.sec4 .main_contents_box{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}

.line {
	width: 100%;
	margin: 100px auto 85px;
	border: 1px solid #939393;
}
.button_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 660px;
	margin: 75px auto 0px;
}
.btn {
	display: inline-block;
	margin: 0 20px;
	position: relative;

}
.btn input{
	display: block;
	width: 300px;
	height: 100px;
	margin: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #520000;
	border: none;
	text-align: center;
	color: #fff;
	font-family: YuGothic, "游ゴシック", sans-serif;
	font-size: 20px;
	line-height: 53px;
	font-weight: 600;
	letter-spacing: 1px;
	opacity: 1;
	text-decoration: none;

}
.btn span {
	position: absolute;
	right: 85px;
	top: 40%;
	color: #ffffff;
	pointer-events: none;
}


.form_box .confrim_text .checkbox {
	margin-top: 20px;
	text-align: left;
}

a.privacy_a_btn{
	display: inline-block;
	max-width: 1000px;
	width: 100%;
	margin: 25px 0px 10px;
	padding: 20px;
	line-height: normal;
	font-size: 16px;
	color: #520000;
	font-weight: bold;
	position: relative;
	z-index: 10;
	border: 1px solid #520000;
}
a.privacy_a_btn img{
	margin-left: 10px;
	margin-right: 10px;
}

.smart_absolute img{
	width: 15px;
	vertical-align: middle;
}

button.address_btn{
	font-family: YuGothic, "游ゴシック", sans-serif;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	background-color: #434343;
	line-height: 1.5;
	padding: .5rem .75rem;
	margin-left: 15px;
	border-radius: 7px;
	font-size: 18px;
	border: 0px;
}


@media screen and (max-width: 480px) {
	.form_box {
		display: block;
		text-align: left;
	}
	.form_box .form_label {
		width: 100%;
		display: block;
		line-height: 2;
	}
	.form_box .form_label br{
		display: none;
	}
	.form_box .form_control {
		width: 100%;
	}
	.form_box .birthday {
		width: 30%;
		display: inline-block;
        vertical-align: top;
	}
	.form_box .birthday:nth-child(2) {
		width: 34%;
	}
	.form_box .pull_down::before {
		right: 2.9vw;
	}
	.form_box .address_box {
		width: 100%;
	}
	.form_box .address_box.smart_w{
		width: 65%;
		display: inline-block;
		vertical-align: middle;
	}

	.form_box .three_box {
		width: 100%;
		margin-bottom: 10px;
	}
	.form_box .three_box:nth-child(3) {
		width: 100%;
	}
	.form_box .three_box h2{
		width: 10%;
		display: inline-block;
		text-align: right;
		padding-right: 10px;

	}

	.form_box .three_box .form_control{
		width: 85%;
		display: inline-block;
	}

	.sec3 .form_link_btn {
		width: calc(100% - 30px);
		line-height: 70px;
		letter-spacing: 0;
		margin: 40px 0px 0px;
	}
	.sec3 .form_link_btn span.arror {
		font-size: 10px;
	}
	.form_box .file_upload {
		display: inline-block;
	}
	.form_box .file_upload label {
		border-radius: 4px;
	}
	.form_box .upload_text {
		margin-left: 8px;
		display: inline-block;
		font-size: 15px;
	}
	.form_box textarea.form_control {
		height: 250px;
	}
	.form_box .confrim_text {
		width: 100%;
	}
	.form_box .confrim_text .exposition p br{
		display: none;
	}
	.form_box .confrim_text .checkbox {
		text-align: center;
	}
	.form_box .confrim_text .checkbox-parts {
		padding-left: 50px;
		line-height: 1.5;
	}
	.button_box {
		display: block;
		margin: 40px auto 0px;

	}
	.btn {
		display: block;
	}
	.btn input {
		width: 100%;
		height: 70px;
		margin-bottom: 25px;
	}
	.form_box.smart_hide {
		display:none;
	}
	.line {
		width: calc(100% - 30px);
		margin: 50px auto 40px;
	}
	.sec1 .food_img_list {
		position: relative;
	}
	.sec1 .food_img_list img{
		position: absolute;
		width: 160px;
		margin: 0;
	}
	.sec1 .food_img_list img:first-child{
		top: 160px;
	}
	.sec1 .food_img_list img:last-child{
		right: 0;
		top: -30px;
	}
	.sec2 .main_contents_box {
		padding: 10px 0px 85px;
	}
	.sec2 .food_img_list {
		position: relative;
	}
	.sec2 .food_img_list img{
		position: absolute;
		width: 160px;
		margin: 0;
	}
	.sec2 .food_img_list img:first-child{
		top: -60px;
		left: 21%;
	}
	.sec2 .food_img_list img:last-child{
		right: 0;
		top: -105px;
		width: 145px;
	}

	.sec3 .food_img_list {
		position: relative;
	}
	.sec3 .food_img_list img{
		position: absolute;
		width: 130px;
		margin: 0;
	}
	.sec3 .food_img_list img:first-child{
		left: 15%;
		top: -15px;
	}
	.sec3 .food_img_list img:last-child{
		right: 15%;
	}
	.smart_absolute{
		position: absolute;
		right: 30px;
		top: 30px;
	}
	.smart_absolute img{
		width: 20px;
	}
	.form_box .confrim_text .checkbox-parts::before{
		top:4px;
	}
	.form_box .confrim_text .checkbox-input:checked + .checkbox-parts::after{
		top:3px;
	}


}
@media screen and (max-width: 375px) {
	a.privacy_a_btn{
		padding: 15px;
	}
	.smart_absolute {
		right: 5px;
		top: 27px;
	}
}

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

}


@media screen and (max-width: 320px) {
	button.address_btn{
		font-size: 14px;
		line-height: 25px;
	}
	a.privacy_a_btn{
		font-size: 13px;
	}
	.smart_absolute{
		top: 25px;
	}
	.sec3 .form_link_btn{
		font-size: 16px;
	}
	.sec3 .form_link_btn span{
		font-size: 13px;
	}
}


