@charset "utf-8";

.align_c{
	text-align: center;
}
.mw_wp_form .error,
.errmsg {
	margin:0;
	padding:0;
	color:#f5002e;
	font-weight: normal;
	font-size: 0.9em;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
}

.page_out {
    position: relative;
    background: url(../images/common/texture01.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 112px;
    padding-bottom: 100px;

/*	background: url(./img/bg_01.png) repeat left top;
	position: relative;
	z-index: 2;*/
}
.page h2,#contact h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.page .inner,
#contact .inner {
	padding: 10px 0 150px;
	max-width: 1080px;
}
/**/
.page table {
border-collapse: collapse;
	border-spacing: 0;
	margin: 0px auto;
	text-align: left;
font-size: 1.2em;
}

.page th {
    width: 30%;
    min-width: 65px;
    padding: 10px;
    vertical-align: top;
    background-color: #f2efea;
    border-collapse: collapse;
    border: 1px solid #bb825c;
}

.page td {
    padding: 10px;
    border: 1px solid #bb825c;
    vertical-align: top;
font-weight: normal; 
}

@media screen and (max-width: 768px){
	.page table th,
	.page table td{
		display: block;
		width: initial;
		padding: 5px!important;
	}
	.page table th{
		text-align: center;
		border-top:0px;
		border-bottom:0px;
	}
	.tbl_top {
		border-top:1px solid #bb825c;
	}

}


/**/


#contact form {
	margin-top: 40px;
}

#contact table,
.page table {
	margin-top: 30px;
	width: 100%;
}
#contact th {
	width: 20%;
	padding: 20px 15px 10px;
	text-align: left;
	position: relative;
}
#contact th span {

	color: #d34646;
	font-size: 85%;
	position: absolute;
	right: 10px;
}
#contact td {
	font-weight: normal;

	font-size: 19px;
	width: 80%;
	padding: 10px 0;
}
#contact .radio {
	font-weight: 600;
}

#contact input {
	padding: 15px;
	border: 1px solid #333333;
	border-radius: 4px;
	width: 100%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';

}
#contact .check , #contact .radio {
	width: inherit;
}
#contact .check input , #contact .radio input {
	width: inherit;
}
#contact table + .align_c {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px dashed #cccccc;
}
#contact .radio {
	padding-left: 170px;
}
/*
#contact .radio input {
	margin-left: 100px;
}
*/
#contact textarea {
	padding: 10px;
	border: 1px solid #333333;
	border-radius: 4px;
	width: 100%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';

}
#contact .button {
	text-align: center;
	margin-top: 30px;
}
#contact .button input,
#contact .button a {
	padding: 10px 70px;
	background: #6d7d59;
	color: #ffffff;
	font-size: 20px;
}
#contact .button a {
	padding: 10px 30px;
	font-family: -webkit-body;
	font-weight: normal;
}
#contact .button input:hover,
#contact .button a:hover {
	cursor: pointer;
	opacity: 0.8;
}
#contact .button input{
	border: 0px;
	border-radius: 0px;
	width: auto;
}

.mwform-radio-field-text{
	font-weight: 600;
}
.mwform-tel-field input{
	width: 24%!important;
}

.mw_wp_form_confirm .mail_or_tel{
	display:none;
}

/*************************************************************************************************

mobile

*************************************************************************************************/
@media (max-width: 768px) {
	#contact .radio {
		padding-left: 0;
	}
}
@media (max-width: 640px) {
	.page .inner ,#contact .inner{
		padding: 40px 0 80px;
	}
	.page h2,#contact h2 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	#contact form {
		padding: 0 10px;
	}
	#contact th ,#contact td {
		width: 100%;
		display: block;
	}
	#contact table {
		margin-top: 0;
	}
	#contact th {
		padding: 20px 0 0 0;
	}
	#contact .radio {
		text-align: center;
	}

	#contact .radio input{
		margin-left: 0px;

	}
/*	.radio02-input + label {
		display: block;
	}

/*	#contact .button a {
    padding: 20px 0;
		    width: 100%;
    display: block;
	}
*/
	#contact .button {
		margin-top: 20px;
	}

}

@media (max-width: 400px) {
	.mwform-tel-field {
		letter-spacing: -0.2em;
	}
	.mwform-tel-field input{
		letter-spacing: normal;
	}
}