@charset "utf-8";
/* contact form */

/* input */
.inquiryHead {
    margin: 0 0 30px;
}
.inquiryHead p {
    margin-bottom: 1em;
}
.inquiryHead__title {
    font-weight: bold;
}
.inquiry .form{width:100%;}
.inquiry .form th {
    width: 15em;
    border-top: 1px solid #858fb1;
    padding: 10px 5px;
    box-sizing: border-box;
	text-align: left;
	font-weight: lighter;
}
.inquiry .form td {
    border-top: 1px solid #858fb1;
    border-left: 1px solid #858fb1;
    padding: 10px 15px;
    box-sizing: border-box;
}
.inquiry .form th p,.inquiry .form th span{display: inline-block;}
.inquiry .form th span {
    float: right;
    width: 40px;
    padding: 2px 0 1px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #cc3333;
}
.inquiry .form td input[type=text] {
	width:100%;
    height: 28px;
    padding: 0 0 0 6px;
    border: 1px solid #9ba3bf;
}
.inquiry .form td input[type=tel],
.inquiry .form td input[type=email]{height: 28px;
    padding: 0 0 0 6px;
    border: 1px solid #9ba3bf;}
.inquiry .form td select {
    width: 194px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 0 0 6px;
    border: 1px solid #9ba3bf;
}
.inquiry .form td input.sizeS {
    width: 67px;
}
.inquiry .form td p {
    display: inline-block;
    margin-right: 6px;
}
.inquiry .form td label {
    display: inline-block;
    margin-top: 3px;
    margin-right: 15px;
}
.inquiry .form td input[type=radio] {
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.inquiry .form td textarea {
    width: 100%;
	height: 160px;
    padding: 0 0 0 6px;
    border: 1px solid #9ba3bf;
}
.inquiry .agreement {
    margin: 40px auto 0 auto;
    font-size: 12px;
    line-height: 1.333;
}

.inquiry .agreePolicy {
    max-width: 540px;
    height: 170px;
    border: 1px solid #ccc;
    overflow: auto;
    padding: 30px;
    text-align:left;
    margin: 40px auto 0 auto;
    font-size: 12px;
    line-height: 1.333;
}
.table_policy {
    width: 100%;
}

.inquiry p.agree {
    margin: 40px 0 0 0;
    text-align: center;
}
.inquiry .btnChk {
    margin: 28px 0 0 0;
    text-align: center;
}
.inquiry .btnChk input {
    width: 260px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    color: #1b2d6c;
    text-align: center;
	background: #fff;
    border: 2px solid #1b2d6c;
    cursor: pointer;
}
.inquiry .btnChk input:hover{opacity: 0.7;}

/* confirm*/
#formWrap .btnSubmit {
    margin: 30px 0 0 0;
    text-align: left;
}
#formWrap .btnSubmit div {
    display: inline-block;
    width: 180px;
    height: 50px;
    margin-right: 98px;
}
#formWrap .btnSubmit div a {
    display: block;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    color: #1b2d6c;
    text-align: center;
    border: 2px solid #1b2d6c;
}
#formWrap .btnSubmit input {
    width: 260px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    color: #fff;
    border: none;
    background: #1b2d6c;
    cursor: pointer;
}
h4 {
	line-height: 1.5;
}

@media screen and (max-width:767px){
	.inquiry .form td input.sizeS {
    width: 39px;
}
#formWrap .btnSubmit div {
    display: block;
    margin: 0 auto 20px;
}
#formWrap .btnSubmit input {
   display: block;
	margin: 0 auto;
}

}