@charset "UTF-8";

/* バディテスト 様 */
table { width:100%; margin-bottom:10px; }
table th, table td { border: 1px solid #ccc; padding:5px; }
table th { width:140px; background-color:#DAE2EC; }
span.hissu { color:#c00; font-weight:bold; }
input, select, textarea { margin:3px 0 5px 0;}

.your-name input[type=text],
.your-furi input[type=text],
.your-email input[type=text],
.your-telno input[type=text],
.your-address input[type=text] { width:calc(100% - 10px); }

.your-post input[type=text] { width: 100px; }

.caution-box {
	font-size: 18px;
	letter-spacing:0.3rem;
	border-bottom:1px solid #c22;
	padding:10px 10px 5px;
	line-height:100%;
	font-weight:bold;
}
.contact-caution-box {
	font-size:14px;
	line-height: 170%;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #4EA1D8;
	background-color:#E8F5FD;
	padding: 15px;
	margin: 10px 10px 20px;
}
p.btn input {
	display:block;
	margin: 0 auto;
}

select{
    padding:6px;
    font-size:14px;
}

.bt-submit{
	width:218px;
	margin:10px auto;
	}
	
/* レスポンシブへの対応*/
	
.form-width { max-width: 100%;}	

/* デザインカスタマイズ */

.wpcf7 {
    background:#fafafa;
    border:1px solid #ddd;
    padding:0px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    margin:0 0 30px 0;
}

dt{
	font-weight:bold;
	font-size:15px;
	}

dt,dd {
    padding:10px 20px 0;
    margin:0; font-size:13px;
    }

dd{
    margin-bottom:10px;
    }

input,
textarea {
    border:1px solid #ccc;
    padding:4px 8px;
    font-size:14px;
    }

textarea {
    width:97.5%;
    }

.wpcf7 input.wpcf7-submit:active {
    box-shadow:none;
    bottom:-2px; position:relative;
    }

.wpcf7-captchac {
    border:1px solid #ccc;
    }

.name{
    max-width: 200px;
}

input.address,textarea.message{
	max-width:400px;
	}
 
/* 送信ボタン　*/

input.wpcf7-submit {
font-size: 14px;
margin: 20px auto;
padding: 14px 30px;
background: #f2f2f2; 
color: #363B3F;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border:1px solid #ccc;
border-bottom: solid 4px #dcdcdc;
}
 
input.wpcf7-submit:hover {
background-color: #dcdcdc;
color: #666;
} 
 
 
/* エラー表示 */

.wpcf7-not-valid { background: #f8d3d9; }
span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */

.required { color: #f00;}

/* 任意緑色表示 */
.att{
    color: #3b7527;
    margin-left:1em;
}

/* プライバシーポリシー */

/* Google reCAPTCHAを非表示に */

/* .grecaptcha-badge { visibility: hidden; } */

.grecaptcha-badge{
    margin-bottom:50px;
}

/* 個人情報保護方針 */

.privacy-box{
    margin:30px auto;
}

.privacy{
    padding:20px 30px;
    border:1px solid #ccc;
    overflow-y: scroll;
    height: 200px;
}

.privacy .post{
    text-indent: 1em;
    margin-bottom:2em;
}

.privacy p{
    font-size:1.3rem;
}

.privacy h4{
    font-size:1.4rem;
}