@charset "utf-8";

/*********************************************************************
*
*  For HOME
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    z-index: 2;
}
.sec_mv_wrap .sec_inner {
    padding: 0 60px;
    max-width: 100%;
}

.sec_mv_wrap .mv {
    position: relative;
    height: 640px;
}

.sec_mv_wrap .mv .bg {
    position: relative;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.sec_mv_wrap .mv .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.10);
}

.sec_mv_wrap .mv .bg span {
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.sec_mv_wrap .mv .ttl {
    position: absolute;
    left: calc(50% - 500px);
    bottom: 140px;
    width: 580px;
}

@media (max-width: 767px) {
    .sec_mv_wrap .sec_inner {
        padding: 0;
    }

    .sec_mv_wrap .mv {
        position: relative;
        height: auto;
    }

    .sec_mv_wrap .mv .bg {
        height: auto;
        border-radius: 0 0 20px 20px;
    }

    .sec_mv_wrap .mv .bg span {
        height: 0;
        padding-top: 90%;
    }

    .sec_mv_wrap .mv .ttl {
        left: 6%;
        bottom: 15%;
        width: 85%;
    }
}

/* ---------------------------------------------------- */
/* sec_pickup_wrap */
/* ---------------------------------------------------- */
.sec_pickup_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec_pickup_wrap::before {
    content: "";
    position: absolute;
    left: calc(50% - 1000px);
    top: -150px;
    display: block;
    width: 710px;
    height: 710px;
    background-image: url(../../common/img/logo/karada_5.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_pickup_wrap .btn_covid19 {
    margin: 0 auto 50px;
    font-size: 2.0rem;
    font-weight: 700;
}

.sec_pickup_wrap .bnr_1 {
    display: block;
    margin: 0 auto;
    max-width: 660px;
}

@media (max-width: 767px) {
    .sec_pickup_wrap {
        padding-top: 45px;
        padding-bottom: 25px;
    }

    .sec_pickup_wrap::before {
        display: none;
    }

    .sec_pickup_wrap .btn_covid19 {
        margin: 0 auto 35px;
        font-size: 1.5rem;
    }

    .sec_pickup_wrap .btn_covid19>div {
        min-height: 50px;
    }
}

/* ---------------------------------------------------- */
/* sec_newsblog_wrap */
/* ---------------------------------------------------- */
.sec_newsblog_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec_newsblog_wrap .clms_wrap {
    display: flex;
    justify-content: space-between;
}

.sec_newsblog_wrap .clms_wrap>.clm_wrap {
    width: calc(50% - 60px);
}

.sec_newsblog_wrap .archive_ttl {
    position: relative;
    margin-bottom: 35px;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1;
}

.sec_newsblog_wrap .archive_ttl::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #DC000C;
}

.sec_newsblog_wrap .archive_ttl span {
    position: relative;
    display: inline-block;
    min-width: 140px;
    background-color: #FFF;
    z-index: 2;
}


.sec_newsblog_wrap .archive>ul>li+li {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #E1E7EA;
}

.sec_newsblog_wrap .archive .meta {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    line-height: 1;
}

.sec_newsblog_wrap .archive .meta>*+* {
    margin-left: 10px;
}

.sec_newsblog_wrap .archive .meta .cat {
    color: #FFF;
    padding: 5px 10px;
    font-size: 1.4rem;
    background-color: #24C8E6;
    border-radius: 2px;
}

.sec_newsblog_wrap .archive a {
    position: relative;
    display: block;
    color: #24C8E6;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.sec_newsblog_wrap .archive a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .sec_newsblog_wrap {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .sec_newsblog_wrap .clms_wrap {
        display: block;
    }

    .sec_newsblog_wrap .clms_wrap>.clm_wrap {
        width: auto;
    }

    .sec_newsblog_wrap .clms_wrap>.clm_wrap+.clm_wrap {
        margin-top: 40px;
    }

    .sec_newsblog_wrap .archive_ttl {
        font-size: 2.7rem;
        text-align: center;
    }

    .sec_newsblog_wrap .archive_ttl::before {
        content: "";
        display: block;
        margin: 0 auto 15px;
        width: 1px;
        height: 28px;
        background-color: #DC000C;
        transform: rotate(35deg);
    }

    .sec_newsblog_wrap .archive_ttl::after {
        display: none;
    }

    .sec_newsblog_wrap .archive .meta .cat {
        font-size: 1.1rem;
    }
}

/* ---------------------------------------------------- */
/* sec_features_wrap */
/* ---------------------------------------------------- */
.sec_features_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec_features_wrap::before {
    content: "";
    position: absolute;
    left: calc(50% + 330px);
    top: -250px;
    display: block;
    width: 710px;
    height: 710px;
    background-image: url(../../common/img/logo/karada_5.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_features_wrap .sec_ttl {
    margin-bottom: 110px;
}

.sec_features_wrap .list>ul {
    display: flex;
    margin-right: -20px;
}

.sec_features_wrap .list>ul>li {
    position: relative;
    margin-right: 20px;
    padding: 75px 35px 40px;
    width: calc(33.33% - 20px);
    background-color: #E9F9FC;
    background-image: url(../../common/img/logo/karada_4.svg);
    background-size: 140px auto;
    background-position: right -30px bottom -25px;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.sec_features_wrap .list .num {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100px;
}

.sec_features_wrap .list .ttl {
    margin-bottom: 20px;
    color: #F373AB;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .sec_features_wrap {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .sec_features_wrap::before {
        display: none;
    }

    .sec_features_wrap .sec_ttl {
        margin-bottom: 25px;
    }

    .sec_features_wrap .list>ul {
        display: block;
        margin-right: 0;
    }

    .sec_features_wrap .list>ul>li {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        margin-right: 0;
        padding: 15px 35px 15px 110px;
        width: auto;
        min-height: 150px;
        background-size: 120px auto;
        background-position: right -20px bottom -20px;
        border-radius: 75px;
    }

    .sec_features_wrap .list>ul>li+li {
        margin-top: 15px;
    }

    .sec_features_wrap .list .num {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translate(0%, -50%);
        width: 75px;
    }

    .sec_features_wrap .list .ttl {
        margin-bottom: 10px;
        width: 100%;
        font-size: 1.8rem;
        text-align: left;
    }

    .sec_features_wrap .list .desc {
        font-size: 1.3rem;
    }
}

/* ---------------------------------------------------- */
/* sec_medical_wrap */
/* ---------------------------------------------------- */
.sec_medical_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #E9F9FC;
}

.sec_medical_wrap .sec_ttl {
    margin-bottom: 60px;
}

.sec_medical_wrap .list {
    margin: 0 20px;
}

.sec_medical_wrap .list>ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -30px;
}

.sec_medical_wrap .list>ul>li {
    margin-right: 40px;
    margin-bottom: 30px;
    width: calc(50% - 40px);
}

.sec_medical_wrap .list a {
    position: relative;
    display: flex;
    align-items: center;
    height: 125px;
    color: #1A1311;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    background-color: #FFF;
    border-radius: 10px;
}

.sec_medical_wrap .list a::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../../common/img/ico/arrow3_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sec_medical_wrap .list a i {
    flex: none;
    display: block;
    margin: 0 60px;
    width: 98px;
}

@media (max-width: 767px) {
    .sec_medical_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        margin: 0 15px;
        border-radius: 20px;
    }

    .sec_medical_wrap .sec_ttl {
        margin-bottom: 60px;
    }

    .sec_medical_wrap .list {
        margin: 0;
    }

    .sec_medical_wrap .list>ul {
        margin-right: -15px;
        margin-bottom: -15px;
    }

    .sec_medical_wrap .list>ul>li {
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(50% - 15px);
    }

    .sec_medical_wrap .list a {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        height: 150px;
        font-size: 1.8rem;
    }

    .sec_medical_wrap .list a::after {
        right: 5px;
        bottom: 5px;
        width: 20px;
        height: 20px;
    }

    .sec_medical_wrap .list a i {
        display: block;
        margin: 0;
        width: 60px;
    }

    .sec_medical_wrap .list a span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 60px;
        text-align: center;
    }

    .sec_medical_wrap .list>ul>li:last-child {
        width: calc(100% - 15px);
    }


    .sec_medical_wrap .list>ul>li:last-child a {
        flex-wrap: nowrap;
        height: 90px;
    }

    .sec_medical_wrap .list>ul>li:last-child a i {
        margin-left: 30px;
    }

}

/* ---------------------------------------------------- */
/* sec_reservation_wrap */
/* ---------------------------------------------------- */
.sec_reservation_wrap {
    padding-top: 405px;
    padding-bottom: 180px;
}

.sec_reservation_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 120px;
    display: block;
    width: calc(100% - 60px);
    height: 470px;
    background-image: url(../img/reservation_img_1.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 0 20px 20px 0;

}

.sec_reservation_wrap .box {
    padding-top: 70px;
    margin: 0 auto;
    width: 800px;
    border-radius: 20px;
    background-color: #FFF;
}

.sec_reservation_wrap .sec_ttl {
    margin-bottom: 30px;
}

.sec_reservation_wrap .sec_desc {
    margin-bottom: 30px;
}

.sec_reservation_wrap .sec_desc p {
    text-align: center;
}

@media (max-width: 767px) {
    .sec_reservation_wrap {
        margin-bottom: 80px;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .sec_reservation_wrap::before {
        display: none;
    }

    .sec_reservation_wrap::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 50%;
        background-color: #E9F9FC;
    }

    .sec_reservation_wrap .box {
        position: relative;
        padding-top: 0;
        width: auto;
        border-radius: 0;
        background-color: transparent;
        z-index: 2;
    }

    .sec_reservation_wrap .img {
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
    }

    .sec_reservation_wrap .btn_more {
        width: 80%;
    }


}

/* ---------------------------------------------------- */
/* sec_clinic_wrap */
/* ---------------------------------------------------- */
.sec_clinic_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #E9F9FC;
    background-image: url(../../common/img/logo/karada_6.svg);
    background-size: 1100px auto;
    background-position: right -270px top -110px;
    background-repeat: no-repeat;
}

.sec_clinic_wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    display: block;
    width: 84px;
    height: 84px;
    background-image: url(../../common/img/logo/karada_3.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_clinic_wrap .sec_inner {
    z-index: 2;
}

.sec_clinic_wrap .sec_ttl {
    margin-bottom: 60px;
}

.sec_clinic_wrap .list>ul {
    display: flex;
    justify-content: center;
    margin-right: -32px;
}

.sec_clinic_wrap .list>ul>li {
    margin-right: 32px;
    width: calc(50% - 32px);
}

.sec_clinic_wrap .list .img {
    position: relative;
    display: block;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.sec_clinic_wrap .list .img .name {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 15px 5px;
    width: 140px;
    color: #FFF;
    line-height: 1;
    text-align: center;
    background-color: #24C8E6;
    border-bottom-right-radius: 20px;
}

.sec_clinic_wrap .list .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.sec_clinic_wrap .list .meta .access {
    font-weight: 700;
}

.sec_clinic_wrap .list .meta .btn_more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 36px;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background-color: #24C8E6;
    border-radius: 18px;
}

.sec_clinic_wrap .list .meta .btn_more::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

@media (max-width: 767px) {
    .sec_clinic_wrap {
        margin: 0 15px;
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 20px;
        background-image: none;
    }

    .sec_clinic_wrap::before {
        width: 45px;
        height: 45px;
    }

    .sec_clinic_wrap .sec_ttl {
        margin-bottom: 40px;
    }

    .sec_clinic_wrap .list>ul {
        display: block;
        margin-right: 0;
    }

    .sec_clinic_wrap .list>ul>li {
        margin-right: 0;
        width: 100%;
    }

    .sec_clinic_wrap .list>ul>li+li {
        margin-top: 30px;
    }

    .sec_clinic_wrap .list .img {
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .sec_clinic_wrap .list .img .name {
        padding: 10px 5px;
        width: 90px;
        border-bottom-right-radius: 10px;
    }

    .sec_clinic_wrap .list .meta {
        padding: 0;
    }

    .sec_clinic_wrap .list .meta .access {
        font-size: 1.4rem;
    }

    .sec_clinic_wrap .list .meta .btn_more {
        width: 120px;
        height: 24px;
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------------- */
/* sec_greeting_wrap */
/* ---------------------------------------------------- */
.sec_greeting_wrap {
    padding-top: 110px;
    padding-bottom: 110px;
}

.sec_greeting_wrap .sec_ttl {
    margin-bottom: 110px;
}

.sec_greeting_wrap .list {
    margin-bottom: 55px;
}

.sec_greeting_wrap .list>ul {
    display: flex;
    justify-content: center;
    margin-right: -60px;
}

.sec_greeting_wrap .list>ul>li {
    margin-right: 60px;
    width: 390px;
}

.sec_greeting_wrap .list .img {
    position: relative;
    margin-bottom: 20px;
}

.sec_greeting_wrap .list .img::before {
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #E9F9FC;
    border-radius: 20px;
}

.sec_greeting_wrap .list .img img {
    position: relative;
    border-radius: 20px;
}

.sec_greeting_wrap .list .ttl {
    margin-bottom: 10px;
    color: #24C8E6;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.sec_greeting_wrap .list .desc {
    margin-bottom: 10px;
}

.sec_greeting_wrap .list .clinic {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sec_greeting_wrap .list .clinic {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 700;
}

.sec_greeting_wrap .list .clinic span {
    padding: 5px;
    margin-left: 20px;
    width: 60px;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    background-color: #24C8E6;
    border-radius: 2px;
}

.sec_greeting_wrap .list .name {
    font-weight: 700;
    text-align: right;
}

.sec_greeting_wrap .list .name span {
    font-size: 1.4rem;
}

.sec_greeting_wrap .list .btn_more {
    margin: 35px auto 0;
}

.sec_greeting_wrap .btn_wrap>a {
    margin: 0;
}

.sec_greeting_wrap .btn_wrap>a+a {
    margin-left: 120px;
}

@media (max-width: 767px) {
    .sec_greeting_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sec_greeting_wrap .sec_ttl {
        margin-bottom: 75px;
    }

    .sec_greeting_wrap .list {
        margin-bottom: 45px;
    }

    .sec_greeting_wrap .list>ul {
        display: block;
        margin-right: 0;
    }

    .sec_greeting_wrap .list>ul>li {
        margin-right: 0;
        width: 100%;
    }

    .sec_greeting_wrap .list>ul>li+li {
        margin-top: 80px;
    }

    .sec_greeting_wrap .list>ul>li:nth-child(even) .img::before {
        left: auto;
        right: -30px;
    }

    .sec_greeting_wrap .list .clinic span {
        margin-left: 10px;
        font-size: 1.1rem;
    }

    .sec_greeting_wrap .list .name span {
        font-size: 1.1rem;
    }

    .sec_greeting_wrap .list .btn_more {
        margin: 35px auto 0;
    }

    .sec_greeting_wrap .btn_wrap {
        justify-content: space-between;
    }

    .sec_greeting_wrap .btn_wrap>a {
        margin: 0;
        width: calc(50% - 10px);
        font-size: 1.3rem;
    }

    .sec_greeting_wrap .btn_wrap>a+a {
        margin-left: 0;
    }
}

/* ---------------------------------------------------- */
/* sec_symptoms_wrap */
/* ---------------------------------------------------- */
.sec_symptoms_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #E9F9FC;
}

.sec_symptoms_wrap::before,
.sec_symptoms_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFF;
}

.sec_symptoms_wrap::before {
    top: 20px;
}

.sec_symptoms_wrap::after {
    bottom: 20px;
}

.sec_symptoms_wrap .sec_ttl {
    color: #24C8E6;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.sec_symptoms_wrap .sec_ttl::before {
    content: "";
    margin-bottom: 10px;
    display: block;
    height: 47px;
    background-image: url(../../common/img/ico/symptoms_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_symptoms_wrap .btn_wrap>a {
    margin: 0;
}

.sec_symptoms_wrap .btn_wrap>a+a {
    margin-left: 120px;
}

.sec_symptoms_wrap .btn_wrap>a>div {
    min-height: 70px;
}

@media (max-width: 767px) {
    .sec_symptoms_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec_symptoms_wrap::before {
        top: 10px;
    }

    .sec_symptoms_wrap::after {
        bottom: 10px;
    }

    .sec_symptoms_wrap .sec_ttl {
        font-size: 2.1rem;
        margin-bottom: 30px;
    }

    .sec_symptoms_wrap .sec_ttl::before {
        height: 30px;
    }

    .sec_symptoms_wrap .btn_wrap {
        display: block;
    }

    .sec_symptoms_wrap .btn_wrap>a {
        margin: 0 auto;
        width: 80%;
    }

    .sec_symptoms_wrap .btn_wrap>a+a {
        margin-left: auto;
        margin-top: 10px;
    }

    .sec_symptoms_wrap .btn_wrap>a>div {
        min-height: 50px;
    }
}

/* ---------------------------------------------------- */
/* sec_popular_wrap */
/* ---------------------------------------------------- */
.sec_popular_wrap {
    padding-top: 110px;
    padding-bottom: 0;
}

.sec_popular_wrap .box {
    position: relative;
    padding: 50px;
    border: 2px solid #24C8E6;
    border-radius: 20px;
}

.sec_popular_wrap .copy {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    color: #FFF;
    padding: 10px 30px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    background-color: #24C8E6;
    border-radius: 8px;
}

.sec_popular_wrap .sec_ttl {
    margin-bottom: 50px;
}

.sec_popular_wrap .list {
    margin: 0 auto;
    width: 70%;
    line-height: 1.4;
}

.sec_popular_wrap .list>ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -80px;
    margin-bottom: -20px;
}

.sec_popular_wrap .list>ul>li {
    position: relative;
    padding-left: 30px;
    margin-right: 80px;
    margin-bottom: 20px;
    width: calc(50% - 80px);
}

.sec_popular_wrap .list>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../common/img/ico/arrow2_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sec_popular_wrap .list a {
    color: #1A1311;
    text-decoration: none;

}

.sec_popular_wrap .list a:hover {
    color: #24C8E6;
}

@media (max-width: 767px) {
    .sec_popular_wrap {
        padding-top: 75px;
        padding-bottom: 0;
    }

    .sec_popular_wrap .box {
        padding: 30px 25px;
        border-radius: 10px;
    }

    .sec_popular_wrap .copy {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
        color: #FFF;
        padding: 10px 30px;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
        background-color: #24C8E6;
        border-radius: 8px;
    }

    .sec_popular_wrap .sec_ttl {
        margin-bottom: 30px;
    }

    .sec_popular_wrap .list {
        width: 100%;
    }

    .sec_popular_wrap .list>ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-bottom: -10px;
    }

    .sec_popular_wrap .list>ul>li {
        position: relative;
        padding-left: 20px;
        margin-right: 15px;
        margin-bottom: 10px;
        width: calc(50% - 15px);
    }

    .sec_popular_wrap .list>ul>li::before {
        top: 8px;
        width: 12px;
        height: 12px;
    }

    .sec_popular_wrap .list a {
        font-size: 1.3rem;
    }
}