@media screen and (max-width: 1024px) {
    .hidden-device {
        display: none;
    }

    .visible-device {
        display: block;
    }

    .main {
        padding-top: 60px;
    }

    h1,
    .heading-h1 {
        font-size: 40px;
    }

    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .heading-form h3 {
        font-size: 30px;
    }

    .share-group-show {
        width: 120px;
    }

    .share-group-show a.tw {
        border-right: 1px solid #eee;
    }

    .share-group-show a.li {
        display: block;
    }

    .sc-share-mobile a.li,
    .sc-share a.li {
        display: inline;
    }

    a[href^=tel] {
        cursor: pointer;
    }

    h2,
    .heading-h2 {
        font-size: 28px;
    }

}

@media screen and (max-width: 1023px) {

    h1,
    .heading-h1 {
        font-size: 32px;
    }
    
    h3, .heading-h3 {
        font-size: 24px;
    }


    .hidden-w1023 {
        display: none;
    }

    .visible-w1023 {
        display: block;
    }

    input[type=radio].css-checkbox + .css-label,
    input[type=checkbox].css-checkbox + .css-label {
        font-size: 22px;
    }

  
}

@media screen and (max-width: 767px) {

    span.br {
        display: inline;
    }

    .hidden-w767 {
        display: none;
    }

    .visible-w767 {
        display: block;
    }

    span.br-767 {
        display: block;
    }

    .px-mobile-only {
        display: block;
    }

    .content-detail .heading-h1 {
        font-size: 30px;
    }

    .box-thk h3 {
        font-size: 25px;
    }
    .modal-thk .box-covid {
        background: url(../img/popup-covid-19-m.png) center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 60px 20px;
        height: 580px;
    }
    .box-covid .content-detail {
        margin-top: 140px;
    }
    .box-covid .btn {
        min-width: 135px;
    }
    .box-covid p {
        line-height: unset;
    }
}
