@charset "utf-8";

.cmnTabWrap .tabArea.tabArea02 {
    display: none;
}

.cmn_heading01 {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .cmn_heading01 {
        margin-bottom: 60px;
    }
}

.normal_list li:not(:first-child) {
    margin-top: 1em;
}

.sub_table {
    width: 100%;
}

@media screen and (min-width: 768px) {
    colgroup.col50 {
        display: table-column-group;
    }

    colgroup.col50 col:nth-child(1) {
        width: 50%;
    }

    colgroup.col50 col:nth-child(2) {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    colgroup.col50 {
        display: table-column-group;
    }

    colgroup.col50 col:nth-child(1) {
        width: 60%;
    }

    colgroup.col50 col:nth-child(2) {
        width: 40%;
    }
}

.cmnTabWrap .tabArea02 {
    gap: 1%;
}

.cmnTabWrap .tabArea02:after {
    display: none;
}

.cmnTabWrap .tabArea .tab {
    padding: 0 !important;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cmnTabWrap .tabArea02 .tab {
    position: relative;
    margin: auto 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cmnTabWrap .tabArea .tab.active {
    height: 53px !important;
}

#contact .diIb {
    display: inline-block;
}