#header_wrap {

}

#header h1{

}

#wrap {
	width: 100%;

	margin: 0 auto;
	padding: 0 0 0 0;
}


#kv{
	margin: 0 auto 100px;
	padding: 0 0 0 0;
	position:relative;
	height: 400px;
	background: url(../../images/contact/kv_bg.jpg)  center center no-repeat;
	background-size:cover;
	min-width: 1000px;
}

#kv_inner{
	margin: 0 auto;
	padding: 0 0 0 0;
	min-width: 1000px;
	position:relative;
	height: 400px;
}


#kv_inner h2{
	position: absolute;
	margin: auto;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#kv_inner h2 img{
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.0));
	width:332px;
	height:auto;
	
opacity: 0;
animation-name: animationTxt;
animation-duration: 3.0s;
animation-timing-function: ease;
animation-delay: 0.5s;
animation-fill-mode: forwards;
}

@keyframes animationTxt {
0% {
opacity: 0;
-webkit-transform: translate(0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
}
}




.content_wrap{
	margin: 0 auto 150px;
	padding: 0 0 0;
	position:relative;
	width: 1000px;
}


.confirmation_txt{
	margin: 0 0 50px;
	padding: 0px 0;
	position:relative;
	text-align:center;

	font-size: 15px;
	font-weight:normal;
	line-height: 2.0;
	letter-spacing:0px;
	color:#000;
}

.contact_area{
	margin: 0 auto 100px;
	padding: 60px 90px 90px;
	position:relative;
	text-align:center;

	width: 460px;

	border:1px solid #333;
}




table.table_form{
	margin: 0 0 50px;
	padding: 0px 0 0;
	text-align:left;
	position:relative;
	width:100%;
}

table.table_form tr{

}

table.table_form th{
	margin: 0 0 0px;
	padding: 0 0 10px 0;
	position:relative;
	display:block;

	text-align:left;
	font-size: 15px;
	font-weight:bold;
	line-height: 1.8;
	letter-spacing:0px;
	color:#000;
}


table.table_form td{
	margin: 0 0 0px;
	padding: 0 0 30px 0;
	position:relative;
	display:block;

	text-align:left;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.8;
	letter-spacing:0px;
	color:#000;
}





table.table_form input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	padding:5px 10px;
	font-size:16px;
	line-height:1.5;
	color:#000;
	background:#e8e8e8;

	border:0px solid #cccccc;
	box-sizing: border-box;
}

table.table_form input:focus {
	outline: none;
}

table.table_form input.input_size1{
	margin:0 0 0 0;
	width:100%;
}

table.table_form input.input_size2{
	margin:0 0 0 0;
	width:100%;
}

table.table_form input.input_size3{
	margin:0 0 0 0;
	width:100%;
}


table.table_form textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	padding:5px 10px;
	font-size:16px;
	line-height:1.8;
	color:#000;
	background:#e8e8e8;
	width:100%;

	border:0px solid #cccccc;
	box-sizing: border-box;
}

table.table_form textarea:focus {
	outline: none;
}



/* ラジオボタン */
table.table_form th.th_radio{
	display:inline-block !important;
	vertical-align:middle;
	padding: 0 0 30px 0;
}
table.table_form td.td_radio{
	display:inline-block !important;
	vertical-align:middle;
	padding: 0 0 30px 30px;
}

table.table_form td.td_radio .wrap_radio{
	padding:0 0 0 10px;
	display:inline-block;
	vertical-align:middle;
	width:auto;
}

table.table_form td.td_radio input[type=radio] {
    display: none;
}
table.table_form td.td_radio .radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px 3px 30px;
    position: relative;
    width: auto;
}
table.table_form td.td_radio .radio01::before {
	background-color:#eaecec;
    border: 0px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 13px;
    left: 6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 13px;
}
table.table_form td.td_radio .radio01::after {
    background: #66b28f;
    border-radius: 50%;
    content: '';
    display: block;
    height: 13px;
    left: 6px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 13px;
}
table.table_form td.td_radio input[type=radio]:checked + .radio01::after {
    opacity: 1;
}

table.table_form td span.mwform-radio-field label input[type=radio] {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
	background:none;
}
table.table_form td span.mwform-radio-field label input[type=radio]::before {
	background-color:#eaecec;
    border: 0px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 13px;
    left: 6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 13px;
}
table.table_form td span.mwform-radio-field label input[type=radio]::after {
    background: #66b28f;
    border-radius: 50%;
    content: '';
    display: block;
    height: 13px;
    left: 6px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 13px;
}
table.table_form td span.mwform-radio-field label input[type=radio]:checked::after {
    opacity: 1;
}



.formbtn_style {
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align:center;
	z-index:99;
}

.formbtn_style a,
.formbtn_style input{
	margin: 0 auto;
	padding: 15px 50px;
	position: relative;
	text-align:center;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.5;
	letter-spacing:1px;
	color:#fff;
	display:inline-block;
	border-width: 0;
	background-color:#66b28f;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}


.formbtn_style a:hover,
.formbtn_style input:hover{
	text-decoration:none;
	cursor: pointer;
	opacity:0.8;
}










.effect{
-webkit-box-shadow: 0 7px 6px -6px #666;
-moz-box-shadow: 0 7px 6px -6px #666;
box-shadow: 0 7px 6px -6px #666;
}

.center{
	text-align:center;
}

.sp_only{
	display:none;
}

.img_sp {
	display:none;
}



