@charset "UTF-8";

/* 新日本フィールド 様 */
#s-n-f table { width:100%; margin-bottom:10px; }
#s-n-f table th, #s-n-f table td { border: 1px solid #ccc; padding:5px; }
#s-n-f table th { width:140px; background-color:#DAE2EC; }
#s-n-f span.hissu { color:#c00; font-weight:bold; }
#s-n-f input, #s-n-f select, #s-n-f textarea { margin:3px 0 5px 0;}

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

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

#s-n-f .caution-box {
	font-size: 18px;
	letter-spacing:0.3rem;
	border-bottom:1px solid #c22;
	padding:10px 10px 5px;
	line-height:100%;
	font-weight:bold;
}
#s-n-f .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;
}
#s-n-f p.btn input {
	display:block;
	margin: 0 auto;
}

#s-n-f select{
    padding:6px;
    font-size:14px;
}

#s-n-f .bt-submit{
	width:218px;
	margin:10px auto;
	}

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

#s-n-f .wpcf7 {
    background:#fff;
    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;
}

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

#s-n-f dd{
    margin-bottom:10px;
    display:talbe;
    }

#s-n-f input,
#s-n-f textarea {
    border:1px solid #ccc;
    padding:8px;
    font-size:14px;
    color:#777;
    }

#s-n-f textarea {
    width:97.5%;
    }

#s-n-f .wpcf7 input.wpcf7-submit:active {
    box-shadow:none;
    bottom:-2px;
    display:talbe-cell;
    //position:relative;
    }

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

#s-n-f .name{
    max-width: 200px;
}

#s-n-f #zip-btn{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8ps;
	}

#s-n-f input.zip-btn{
	font-size:10px;
	color:#333;
	}
	
.form-width{
max-width:100%;
}

 
/* エラー表示 */

#s-n-f .wpcf7-not-valid { background: #f8d3d9; }
#s-n-f span.wpcf7-not-valid-tip {font-size: 80%;}
#s-n-f .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; }
#s-n-f .wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
#s-n-f .wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
 
/* 必須赤色表示 */

#s-n-f .required { color: #f00;}

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