@charset "UTF-8";
.h_bg {
	background-color: #f3c58a;
	background-image: url(../img/contact/main.jpg?20210305);
	background-position: top center;
}
.content_wrap{padding: 70px;}
.txt_caution {
	display: block;
	font-size: 1.6rem;
}
.check label{margin-right: 15px;}
.check label input{margin-right: 5px;}
.address input{margin: 0 10px;}
.date div:first-child{margin-bottom: 20px;}
.date select{margin: 0 5px 0 15px;}
.date label:first-child select{margin-left: 0;}

input[type=text]{
	padding: 15px;
	border: 1px solid #a6a5a5;
}
input::placeholder,input:-ms-input-placeholder,input::-ms-input-placeholder{color: #a6a5a5;}
input[type=text],select,textarea{
	border-radius: 0;
}
select{
	border: 1px solid #a6a5a5;
		padding: 15px;
	font-size: 1.6rem;
	color: #333333;
}
textarea{
	border: 1px solid #a6a5a5;
	padding: 20px;
  resize: vertical;
	width: 100%;
}
.form_radio,.form_checkbox{
	position: relative;
	display: inline-block;
}
input[type="radio"]{
	display: none;
}
.form_radio:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: solid 1px #a6a5a5;
	position: relative;
	margin-right: 8px;
	top: 2px;
}
input[type="radio"]:checked+span.form_radio::after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #7cbf3c;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 7px;
}

input[type="checkbox"]{
	display: none;
}
.form_checkbox:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: solid 1px #a6a5a5;
	position: relative;
	margin-right: 8px;
	top: 2px;
}
input[type="checkbox"]:checked+span.form_checkbox::after{
	-webkit-transition: opacity 0.2s linear;
	  transition: opacity 0.2s linear;
	  position: absolute;
	  top: 39%;
	  left: 5px;
	  display: inline-block;
	  margin-top: -7px;
	  width: 5px;
	  height: 9px;
	  border-right: 3px solid #7cbf3c;
	  border-bottom: 3px solid #7cbf3c;
	  content: '';
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
}
.require{
	font-size: 1.2rem;
	vertical-align: top;
	margin-left: 2px;
}
.table01 + div {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.table01 + div .btn1.order{
	border: none;
	font-size: 1.8rem;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	padding: 0 20px;
	width: 220px;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.table01 + div .btn2{
	border: none;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	width: auto;
	padding: 0 25px;
	cursor: pointer;
}
.table01 + div .btn2::after{display: none;}



.thanks_txt{
	margin-bottom: 30px;
	text-align: center;
}
.thanks_txt:last-child{margin-bottom: 0;}

.thanks_txt + .box02{
	width: 700px;
	margin: auto;
	padding: 50px 0;
}

.thanks_txt + .box02 .ttl{margin-bottom: 0;}

tfoot{
	text-align: center;
}
.ptext{
	margin: 1em;
}
.preq{
	color: #FFF;
	background-color: #e25d5d;
	padding: 0.5ex 1ex;
	border-radius: 3px;
	margin-right: 1em;
}
tfoot label{
	margin: 1em;
}
.btn1.order:disabled{
	opacity: 0.3;
}
.alert-area{
	position: relative;
	margin: 1em 0;
	color: #e25d5d;
	font-weight: bold;
}
.p-alert{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 310px;
	height: 100%;
}





@media screen and (max-width: 767px) {
	.h_bg {background-image: url(../img/contact/main_sp.jpg?20210305);}
	.content_wrap{padding: 20px;}
	.table01 td{padding: 10px 0; }
	textarea,select,input[type=text]{width: 100%; }
	.address input{width: 35%;}
	.date select {
    margin:0;
		width: 30%;
	}
	.date label:nth-child(2) select,.date label:nth-child(3) select{width: 20%;}
	select,textarea{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.date .ttl{
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
	}
	input[type="radio"]:checked+span.form_radio::after{
		content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #7cbf3c;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 7px;
	}
	.table01 + div .btn1.order{
		margin: 0 15px 0 0;
		padding: 0 15px;
		width: 200px;
	}
	.table01 + div .btn2{
		padding: 0 15px;
		font-size: 1.6rem;
	}
	.table01 + div{margin-top: 0;}
}
