@charset "utf-8";
/* CSS Document */
.contact h2{
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    padding: 25px 0 20px 0;
    position: relative;
    color: #fff;
    background: #333;
}
.contact h2::after{
	position: absolute;
	content: "";
	left: 50%;
	bottom: -55px;
	margin-left: -32px;
	border: #333 solid 32px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.contactArea{
    background: #ccc;
    padding: 80px 0 120px 0;
}
.contactArea .container{
    max-width: 740px;
    background: #fff;
    padding: 50px 80px 90px 80px;
}
.contactArea .container p{
    margin: 0 0 30px 0;
}
.contact table td input[type="text"]{
	width: 100%;
	background: #F7F7F7;
	border: 1px solid #B0B0B0;
	box-sizing: border-box;
	padding:5px;
}
.contact table td select{
	background: #F7F7F7;
	border: 1px solid #B0B0B0;
	box-sizing: border-box;
	padding:5px;
}
.contact table td input[type="text"].short{
	width: 25%;
}
.contact table td input[type="text"].half{
	width: 50%;
}
.contact table td label{
    display: block;
    margin: 5px 0 0 0;
}
.contact table td p{
    margin: 15px 0 0 0;
}
.contact table td p.caution{
    font-size: 94%;
    font-weight: bold;
    color: #f00;
}
.contact table td input[type="radio"]{
    display: table-cell;
    vertical-align: middle;
	width: 18px;
	height: 18px;
    margin-right: 10px;
}
.contact table td input[type="checkbox"]{
    display: table-cell;
    vertical-align: middle;
	width: 18px;
	height: 18px;
    margin-right: 10px;
}
.contact table td textarea{
	width: 100%;;
	height: 150px;
	background: #F7F7F7;
	border:1px solid #B0B0B0;
	box-sizing: border-box;
	padding: 5px;
}
.contact table th{
	width: 220px;
	text-align: right;
	vertical-align: top;
    padding: 5px 0 20px 0;
}
.contact table td{
    padding: 0 0 20px 30px;
}
.contact .privacy{
    margin: 40px 0 50px 0;
}
.contact .privacy h3{
    font-size: 134%;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-align: center;
}
.contact .privacy .Box{
    background: #F7F7F7;
	border: 1px solid #B0B0B0;
    padding: 20px;
}
.contact .privacy .Box dl dt{
	font-weight: bold;
}
.contact .privacy .Box dl dd.mb30 {
    margin-bottom: 30px;
}

.contact .check{
	text-align: center;
	margin: 0 0 40px 0;
}
.contact .check label{
	display: table;
	margin:0 auto;
}
.contact .check label input{
	display: table-cell;
	width: 18px;
	height: 18px;
    margin-right: 10px;
	vertical-align: middle;
    background: #F7F7F7;
	border:1px solid #B0B0B0;
    box-sizing: border-box;
}
.contact .check label span{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.contact .mw_wp_form_confirm.mw_wp_form_preview .check{
	display: none;
}
.contact .button{
	margin: 0 auto -130px auto;
	height:80px;
}
.contact .button input{
	display: block;
	width: 500px;
	height: 80px;
	background: url("../images/top/icon_arrow.png") no-repeat 465px center ,#FFE100;
    background-size: 14px 21px;
	font-size: 120%;
	line-height: 80px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	box-sizing: border-box;
    border: none;
    font-weight: bold;
}
.contact .button input:hover{
	background: url("../images/top/icon_arrow.png") no-repeat 465px center ,#FF7F29;
    background-size: 14px 21px;
}


@media (max-width: 756px) {
.contact h2{
    font-size: 120%;
    padding: 20px 0;
}
.contactArea {
    background: #ccc;
    padding: 50px 0;
}
.contactArea .container{
    width: 90%;
    padding: 30px 3% 60px 3%;
}
.contact table th{
	width: 100%;
    display: block;
	text-align: left;
    padding: 20px 0 10px 0;
    font-weight: bold;
}
.contact table td{
    width: 100%;
    display: block;
    padding: 0;
}
.contact table td input[type="text"].half {
    width: 100%;
}
.contact table td input[type="file"] {
    display: block;
    width: 100%;
}
.contact table th span.no{
    display: none;
}

.contact .privacy{
    margin: 25px 0;
}
.contact .privacy h3{
    font-size: 110%;
}
.contact .check{
	text-align: center;
	margin: 0 0 20px 0;
}
.contact .check label{
	display: table;
	margin:0 auto;
}
.contact .check label input{
	display: table-cell;
	width: 22px;
	height: 22px;
    margin-right: 10px;
	vertical-align: middle;
}
.contact .check label span{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.contact .mw_wp_form_confirm.mw_wp_form_preview .check{
	display: none;
}
.contact .button{
	margin: 0 auto -90px auto;
	height: 60px;
}
.contact .button input{
    color: #fff;
	display: block;
	width: 280px;
	height: 60px;
	background: url("../images/top/icon_arrow.png") no-repeat 250px center ,#666;
    background-size: 14px 21px;
	line-height: 60px;
}
.contact .button input:hover{
	background: url("../images/top/icon_arrow.png") no-repeat 250px center ,#333;
    background-size: 14px 21px;
}
}