@charset "UTF-8";

.common-table-row {
    display: flex;
    @media screen and (max-width: 767px) {
        flex-direction: column;
    }
}


.blue-left-common-th {
    width: 27.1rem;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background: #0033B3;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 1.5rem;
        font-size: 1.6rem;
    }
}

.grey-right-common-td {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.08em;
    color: #000000;
    /* box-sizing: border-box; */
    padding: 1.7rem 4rem;
    width: 98.9rem;
    background: #F8F8F8;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #EEF1F4;
    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 1.5rem;
        font-size: 1.4rem;
    }
}   

.grey-right-common-td a:not([href^="tel:"]) {
    position: relative;
}

.grey-right-common-td a:not([href^="tel:"])::after {
    position: absolute;
    content: "";
    background: url(../../img/page/company/map-icon.svg) no-repeat;
    width: 1.1rem;
    height: 1.5rem;
    background-size: 100%;
    top: 0;
    bottom: 0;
    right: -1.5rem;
    margin: auto;
}

.common-table-page-container {
    margin-bottom: 10rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 7rem;   
    }
}

.bluack-square-title {
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    /* line-height: 30px; */
    letter-spacing: 0.1em;
    color: #000000;
    padding-left: 3.5rem;
    position: relative;
    @media screen and (max-width: 767px) {
        font-size: 2rem;
        padding-left: 2.5rem;
    }
}

.bluack-square-title::before {
    content: "";
    background: url("../../img/page/pride/bluack-square.svg") no-repeat;
    background-size: 100%;
    width: 2.3rem;
    height: 2.3rem;
    top: 0.4rem;
    bottom: 0;
    left: 0rem;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .bluack-square-title::before  {
        width: 1.8rem;
        height: 1.8rem;
        top: 0.2rem;
    }
}


.mb30 {
    margin-bottom: 3rem !important;
}

.mb83 {
    margin-bottom: 8.3rem !important;
}

.mb70 {
    margin-bottom: 7rem !important;
}

.mb62 {
    margin-bottom: 6.2rem !important;
}

@media screen and (max-width: 767px) {
    .mb50 {
        margin-bottom: 5rem !important;
    } 
    .mb3-5 {
        margin-bottom: 3.5rem !important;
    }     
    .mb2-5 {
        margin-bottom: 2.5rem !important;
    }     
}