@charset "utf-8";
/*main
---------------------------------------------*/
html,body{min-height: 100%}
main{min-height: 100%;}
input,textarea{
	-webkit-appearance: none;
	border-radius: 0;
}
#wrap{
	min-height: calc(100vh - 126px);
	overflow: hidden;
	position: relative;
}
.inner{
	width: 1200px;
	margin: 0 auto;
}
footer{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
	@media screen and (min-width: 770px) and (max-width: 1199px){
		#wrap{}
		.inner{width: 90vw;}
	}
	@media screen and (max-width: 769px){
		#wrap{}
		.inner{
			width: 100%;
			padding: 0 4vw;
		}
	}

/*section_question-input
---------------------------------------------*/
#sec_question {}
#box_question {
	padding: 54px 0 185px;
}
#sec_question .inner {
	width: 800px;
	margin: 0 auto;
}
#ttl_sec_question {
	width: 512px;
	height: auto;
	margin: 0 auto 56px;
	line-height: 0;
}
.txt_cation {
	margin-bottom: 40px;
	line-height: 1.6;
}
/*---input---*/
.form_item {margin-bottom: 30px;}
.form_item-label {
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 1;
}
.form_item input,
.form_item textarea{
	width: 100%;
	padding: 13px;
	font-size: 18px;
	border: none;
	outline: none;
}
	.form_item input:focus,
	.form_item textarea:focus{
		border: none;
		outline: solid 1px #000;
	}
input#form_name{height: 64px;}
textarea#form_question {
	height: 278px;
	line-height: 1.6;
}
.txt_required {
	background: #f00;
	padding: 0.2em 0.3em 0.2em 0.2em;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	vertical-align: 1px;
}
.txt_error_required{
	margin-top: 0.25em;
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}
.btn_form-confirm,
.btn_form-back a{
	background: #fff;
	width: 410px;
	height: 60px;
	margin: 0 auto;
	color: #e60000;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	border: solid 3px #e60000;
	border-radius: 50px;
	box-shadow: 0 11px 0 0 #e60000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
	.btn_form-confirm:hover,.btn_form-back a:hover{
		background: #e60000;
		color: #fff;
		box-shadow: none;
		transform: translateY(11px);
	}
	.btn_form-back{margin-top: 44px;}
/*---output---*/
.txt_form-output {
	background: rgba(255, 255, 255, 0.7);
	padding: 13px;
}
.txt_form-output.textarea{height: 278px;}
/*---send---*/

	@media screen and (min-width: 770px) and (max-width: 1199px){
	}
	@media screen and (max-width: 769px){
		#sec_question {}
		#box_question {
			padding: 26.6667vw 0 24vw;
		}
		#sec_question .inner {width: 91.4667vw;}
		#ttl_sec_question {
			width: 73.6vw;
			margin-bottom: 9.6vw;
		}
		.txt_cation {
			font-size: 15px;
			margin-bottom: 8.6667vw;
		}
		/*---input---*/
		.form_item {margin-bottom: 8.5333vw;}
		.form_item-label {
			margin-bottom: 2.6667vw;
			font-size: 15px;
		}
		.form_item input,
		.form_item textarea{
			padding: 6.4vw;
			font-size: 17px;
		}
		input#form_name{height: 15.7333vw;}
		textarea#form_question {
			height: 50.4vw;
			line-height: 1.5;
		}
		.btn_form-confirm,.btn_form-back a{
			width: 76.8vw;
			height: 11.2vw;
			font-size: 5.6vw;/*21*/
			box-shadow: 0 6px 0 0 #e60000;
			-webkit-transition: none;
			transition: none;
		}
		.btn_form-confirm:hover,
		.btn_form-back a:hover{
			background: #e60000;;
			color: #fff;
			box-shadow: none;
			transform: translateY(0);
		}
		/*---output---*/
		.txt_form-output {padding: 6.4vw;}
		.txt_form-output.textarea{height: 50.4vw;}
	}



