@charset "utf-8";

/* ----------------------------------------

content

---------------------------------------- */


.lowerPage.contact #content #page_mv {
    background: url(/files/img/contact/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
.sec_read {
    margin-top: 0;
}
.contactTable {
    margin-top: 68px;
    font-size: 192.8434%;
}
th,td {
    padding-bottom: 50px;
}
th{
    width: 35%;
    text-align: right;
    padding-right: 45px;
}
td {
    width:63%;
    }
    tr:last-of-type th{
        vertical-align: top;
    }
    button, textarea,
    input[name="yourname"],
    input[name="company"],
    input[name="tel"],
    input[name="address"],
    input[name="email"]{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    input, textarea {
        border: 1px solid #dedede;
        width: 100%;
        padding:5px 10px;
    }
    textarea {
        max-height: 306px;
    }
    input[type="radio"] {
        width: auto;
        margin-right: 8px;
        display: inline-block;
    }
    input {
        max-height: 47px;
    }
    label {
        display: inline-flex;
        align-items: center;
    }
    label:nth-of-type(n+2) {
        margin-left: 50px;
    }
.must {
    background: #c31b48;
    color: #fff;
    font-size: 67%;
    width: 49px;
    height: 29px;
    display: inline-flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    padding: 6px 5px 5px;
    position: relative;
    top: -4px;
    margin-left: 36px;
}
.sendBtn {
    display: flex;
    width: 192px;
    height: 77px;
    background: #0f234a;
    color: #fff;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 200%;
    margin: 55px auto 30px;
    position: relative;
    padding-right: 20px;
    transition: .4s;

}
.sendBtn:hover {
    opacity: .6;
}
.sendBtn::after {
    position: absolute;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    margin: auto;
    z-index: 19999;
    left: 85px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .4s;
}
.sendBtn:hover::after {
    left: 88px;
}

@media screen and (max-width:1367px){
    .contactTable,.sendBtn {
        font-size: 160%;
    }
}

@media screen and (max-width:1140px){

}
@media screen and (max-width:1024px){

}

@media screen and (max-width:767px){
    .contactTable, .sendBtn {
        font-size: 120%;
        margin-top: 30px;
    }
    table,tr,tbody,th,td {
        display: block;
        width: 100%;
    }
    th {
        padding-bottom: 5px;
        text-align: left;
    }
    th, td {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    td {
        padding-bottom: 25px;
    }
    .must {
        background: #c31b48;
        color: #fff;
        font-size: 67%;
        width: 40px;
        height: auto;
        display: inline-flex;
        line-height: 1;
        justify-content: center;
        align-items: center;
        padding: 6px 5px 5px;
        position: relative;
        top: -2px;
        margin-left: 10px;
    }
    label {
        display: block;
        width: 100%;
    }
    label:nth-of-type(n+2) {
        margin-left: 0px;
        margin-top: 10px;
    }
    input[type="radio"] {
        top: -1px;
    }
    .sendBtn {
        display: flex;
        width: 100%;
        height: auto;
        padding: 15px 5px;
        margin-top: 10px;
    }
    .sendBtn::after {
        width: 6px;
        height: 6px;
    }
}


/* IE11に指定するスタイルを記入 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    label input[type="radio"] {
        top:-5px;
        position: relative;
    } 
    .must {
        padding-top: 12px;
    }
}