@charset "utf-8";

/* お問い合わせ
----------------------------------------------------------------------------- */
/* テーブル内リスト */
.contact-list{
    display: flex;
    font-size:13px;
}
.contact-list ul{
    width: calc( (100% - 20px) / 3 );
    margin-right: 10px;
}
.contact-list ul:last-child{
    margin-right: 0;
}

/* 送信ボタン */
.contact-btn{
    margin-top: 50px;
    text-align: center;
}

.contact-btn-agree{
    text-align: center;
    margin-bottom: 20px;
}
.contact-btn-agree label{
    display: inline-block;
    margin-top: 20px;
}
.contact-btn-agree i{
    margin-left: 10px;
    font-size: 20px;
    color: #0168B7;
}

.contact-btn-notice{
    margin-top: 30px;
}

@media screen and (max-width:768px){
    .contact-purpose .tbl-normal table th{
        padding: 10px;
        white-space: nowrap;
        display: table-cell;
        width:10% !important;
    }
    .contact-purpose .tbl-normal table td{
        padding: 10px 5px;
        display: table-cell;
        width:auto !important;
    }
    /* テーブル内リスト */
    .contact-list{
        display: block;
    }
    .contact-list ul{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .contact-list ul:last-child{
        margin-right: 0;
    }
    
    .tbl-normal table tbody th,
    .tbl-normal table tbody td{
        display: block;
        width: 100%;
        padding: 10px;
    }
}

/* 支店 */
.contact-address{
    display: flex;
    margin-top: 50px;
}
.contact-address-box{
    width: calc(100% / 3);
}
.contact-address-box table{
    width:100%;
    margin-top: 30px;
}
.contact-address-box table tbody th{
    width: 30%;
    font-weight: bold;
    text-align: left;
}
.contact-address-box table tbody th,
.contact-address-box table tbody td {
    padding: 5px 0;
}

@media screen and (max-width:768px){
    .contact-address{
        display: block;
        margin-top: 50px;
    }
    .contact-address-box{
        width: 100%;
        margin-bottom: 50px;
    }
    .contact-address-box table{
        width:100%;
        margin-top: 0;
    }
    .contact-address-box table tbody th{
        width: 50%;
    }
}
