@charset "utf-8";

/* ===================================================================
CSS information

 file name  :inquiry.css
 author     :PCBrain
 style info :お問い合わせ・見積もり

=================================================================== */

#main h3 {
    padding-left: 35px;
    margin-bottom: 20px;
}

#main h3:before {
    left: 10px;
}

#main h4 {
    margin: 0 0 15px !important;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
}

#main article {
    margin-bottom: 40px;
}

#main .contactinBox {
    position: relative;
    overflow: hidden;
    border-bottom: #333 dotted 1px;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

#main .contactinBox ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    font-family: "source-han-serif-japanese", "游明朝", YuMincho, "Sawarabi Mincho", "Ryumin Light KL", "リュウミン L-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif, serif;
    font-weight: 500;
}

#main .contactinBox ul li {
    display: inline-block;
    border-radius: 4px;
    background: #a80e0e;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px;
}

#main .contactinBox ul li:before,
#main .contactinBox ul li:after {
    content: none;
}

#main .contactinBox .tel {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 0.9;
    margin: 0 !important;
}

#main .contactinBox .tel span {
    font-size: 45px;
    background: url(../img/common/ico_fd02.png) no-repeat left center;
    padding-left: 50px;
    display: inline-block;
    margin-right: 20px;
}

#main .contactinBox .btn {
    font-size: 18px;
    float: right;
}

#main .contactinBox .btn a {
    background: #957b5d url(../img/common/ico_mail02.png) no-repeat 20px center;
    padding: 10px 20px 10px 65px;
}

#main .contactinBox p {
    margin-bottom: 0;
}

#main .catchTxt {
    font-family: "source-han-serif-japanese", "游明朝", YuMincho, "Sawarabi Mincho", "Ryumin Light KL", "リュウミン L-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif, serif;
    font-weight: 500;
    color: #286432;
    font-size: 18px;
}

#main ul {
    margin-bottom: 30px;
}

#main ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 13px;
}

#main ul li:before,
#main ul li:after {
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main ul li:before {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #957b5d;
}

#main ul li:after {
    left: 2px;
    top: 10px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#main table th,
#main table td{
}

#main table th{
	background: #286432;
    color: #fff;
    font-size: 16px;
}

#main table th span{
	background: #a80e0e;
	display: inline-block;
	float: right;
	font-size: 13px;
	color: #fff;
	padding: 4px 10px;
	line-height: 1;
}

#main table th span.any{
    background: #ccc;
}

#main table td{
    background: #fff;
    padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

#main table input,
#main table textarea{
	font-size: 16px;
	padding: 5px;
	width: 100%;
	background: #ffffe6;
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .submit{
	text-align: center;
}
#main .submit input{
	background: #957b5d;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 280px;
	text-align: center;
    padding: 15px 0;
    border: none;
}
#main form table p{
	margin-bottom: 0;
}
.wpcf7-spinner{
	margin: 5px auto 0 !important;	
	display: none;
}
.submitting .wpcf7-spinner{
	display: block !important;
}