@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
    background-image: url("../img/contact/main_img_bg.jpg");
}
.contactBox {
    padding: 8px 0 50px; 
}
.headLine01 {
    margin-bottom: 25px;
}
.contactBox p {
    margin-bottom: 15px;
}
.comTable {
    margin-bottom: 49px;
}
.comTable th {
    padding: 27px 5px 31px 25px;
    width: 20.8%;
    vertical-align: middle;
    border-left: none;
    border-right: none;
}
.comTable th img {
    vertical-align: middle;
    margin-left: 5px;
}
.comTable td {
    padding: 5px 110px 5px 49px;
    vertical-align: middle;
    border-left: none;
    border-right: none;
}
.confirmTable td {
    padding: 27px 50px 31px 49px;
}
.comTable td .txtSpan {
    display: block;
    font-size: 1.2rem;
}
input[type="tel"],
input[type="email"],
input[type="text"] {
    width: 100%;
    height: 47px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    font-size: 1.4rem;
    padding: 0 10px;
    border-radius: 0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.wid01[type="tel"],
.wid01[type="email"],
.wid01[type="text"] {
    width: 56.7%;
}
select {
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
}
textarea {
    margin-bottom: 4px;
    width: 100%;
    height: 196px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    font-size: 1.4rem;
    padding: 10px;
    border-radius: 0;
    overflow: hidden;
    overflow-y: scroll;
    resize: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.radioUl {
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
}
.radioUl li {
    margin-right: 20px;
}
.radioUl li input[type="radio"] {
    display: none;
	padding: 0;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}
.radioUl li input[type="radio"] + span {
    padding-left: 23px;
    background: url("../img/common/radio_bg01.png") no-repeat;
    background-size: 18px auto;
    display: inline-block;
    line-height: 18px;
}
.radioUl li input[type="radio"]:checked + span {
    background-image: url("../img/common/radio_bg02.png");
}
.submit {
    text-align: center;
}
.submit li {
    display: block;
    margin: 0 0 10px;
}
.submit li input {
    width: 500px;
    height: 80px;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/common/icon02.png") no-repeat right 15px center #003A8D;
    background-size: 21px auto;
}
.submit li input:hover {
    opacity: 0.7;
}
.errorMsg {
    color: #ff0000;
    margin-bottom: 30px;
}
.contactBox .thanks {
    text-align: center;
    font-size: 1.6rem;
    padding: 40px 0;
}




@media all and (max-width: 896px) {
    .comTable th {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 8px 10px !important;
        border-bottom: none;
        border-top: none;
    }
    .comTable tr:first-child th {
        border-top: 1px solid #003A8D;
    }
    .comTable td {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 10px 15px !important;
        border-top: none;
    }
    input[type="tel"], input[type="email"], input[type="text"] {
        height: 35px;
    }
    .wid01[type="tel"], .wid01[type="email"], .wid01[type="text"] {
        width: 100%;
    }
    .radioUl {
        display: block;
    }
    .radioUl li {
        margin: 0 0 5px;
    }
    .submit li input {
        max-width: 100%;
        height: 70px;
        font-size: 1.7rem;
        background-size: 15px auto;
    }
    .submit li input:hover {
        opacity: 1;
    }
}