@charset "utf-8";

.feature-content-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    #company_detail .cv_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    #company_detail .cv_btn p {
        width: 100%;
        border: 4px solid #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }

    #company_detail .cv_btn p:first-child {
        margin-bottom: 14px;
    }

    .cv_btn.lf a {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 20px 0;
        color: #fff;
        font-size: 24px;
        text-decoration: none;
    }

    .cv_btn.lf a::before {
        content: '';
        width: 27px;
        height: 27px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 14px;
        margin-top: -14px;
    }

    .cv_btn.lf a::after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        position: absolute;
        top: 50%;
        right: 22px;
        margin-top: -6px;
        transform: rotate(45deg);
    }

    .cv_btn.lf .order-btn {
        background-color: red;
    }

    .cv_btn.lf .order-btn a::after {
        border-top: solid 4px red;
        border-right: solid 4px red;
    }

    .cv_btn.lf .shiryou-btn {
        background-color: blue;
    }

    .cv_btn.lf .shiryou-btn a::after {
        border-top: solid 4px blue;
        border-right: solid 4px blue;
    }

    #tabs2 {
        background-color: rgba(0, 0, 0, 0.38)
    }

    #tabs2 div a {
        position: relative;
        display: inline-block !important;
        width: 100%;
        height: 100%;
        padding: 20px 0 !important;
        color: #fff;
        font-size: 12px !important;
        text-decoration: none;
        box-shadow: none !important;
        border: 2px solid #fff;
        border-radius: 10px;
    }

    #tabs2 div a::before {
        content: '';
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -10px;
    }

    #tabs2 div a::after {
        content: '';
        width: 4px;
        height: 4px;
        border: 0;
        position: absolute;
        top: 50%;
        right: 13px;
        margin-top: -5px;
        transform: rotate(45deg);
    }

    #tabs2 .order a {
        width: 60%;
        background-color: red !important;
    }

    #tabs2 .order a::after {
        border-top: solid 2px red;
        border-right: solid 2px red;
    }

    #tabs2 .shiryou a {
        width: 35%;
        background-color: blue !important;
    }

    #tabs2 .shiryou a::after {
        border-top: solid 2px blue;
        border-right: solid 2px blue;
    }

    .feature-content-box {
        display: block;
    }
}