@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 0 30px;
	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;
	}

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

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

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

 /* チェックボックスを改行 */

span.wpcf7-list-item {
display: block;
} 

dd{
    margin-bottom:10px;
    display:talbe;
    }

input,
textarea {
    border:1px solid #ccc;
    border-radius:4px;
    moz-border-radius:4px;
    webkit-border-radius:4px;
    padding:5px;
    font-size:14px;
    color:#777;
    }

textarea {
    width:97.5%;
    }

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

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

.name{
    max-width: 200px;
}

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

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

.menseki{
max-width:50px;
}

.form-box{
//border-bottom:1px solid #999;
padding-bottom:20px;
margin-bottom:20px;
}

.form-att{
color:#f00;
}

dt{
font-weight:bold;
}

.sanka-ta dd{
border-bottom:1px dashed #999;
padding-bottom:10px !important;
margin-bottom:10px !important;
}

.form-box{
padding:20px;
}

h2{
text-align:center;
font-size:24px;
margin-bottom:20px;
color:#528cd8;
font-weight:normal;
margin-bottom:30px;
}

.address{
width:100%;
}

section{
padding:20px;
margin-bottom:30px;
}

.indent{
    text-indent: 2em;
}

.yes-box{
	background:#f2f2f2;
	padding:10px;
	margin:2em;
	}

/* エラー表示 */

.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;
    font-size:16px;
    }

.wpcf7 .wpcf7-mail-sent-ok {
    color: #00aa4e;
    background-color: #cbffb7;
    border: 1px solid #91fa69;
    font-size:16px;
    text-align:center;
    font-size:16px;
    }
 
 
/* 必須赤色表示 */

.required { color: #f00;}

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





