@media only screen and (max-width: 767px){
    .site-header__contact a{
        letter-spacing: 2px;   
    }
    .pc-only-display{
        display: none;
    }
}
@media only screen and (min-width: 768px){
    .sp-only-display{
        display: none;
    }
}

@media only screen and (min-width: 1000px){
    .page-content__row{
        font-size: 18px;
    }
}

.page-content__row h4,
.single-post .post-content h4{
    position: relative;
    border-bottom: none;
}
.page-content__row h4:after, 
.single-post .post-content h4:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: none;
    height: 3px;
    background-image: radial-gradient(circle, var(--primary) calc(var(--border-dot) / 2), transparent calc(var(--border-dot) / 2));
    background-size: calc(var(--border-dot) * 2) var(--border-dot);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: var(--border-dot);
}

@media only screen and (max-width: 767px){
    .worried{
        padding-bottom: 100px;
    }
    .banner-page__inner::after{
        width: 80px;
        height: 70px;
        top:5px;
        right: 5px;
    }
    .banner-page__inner{
        min-height: 140px;
        background: url(../images/banner-page.svg) no-repeat 0 0 / cover;
        background-position: center bottom;
    }
    .banner-page__inner h1{
        font-size: 24px;
    }
    .banner-page__inner p{
        font-size: 14px;
        width: 70%;
    }

/*    .site-header__logo strong,
    .site-header__contact h3,
    .site-header__contact h5{
        display: block;
    }

    .site-header__inner{
        position: relative;
        flex-wrap: wrap;
    }

    .site-header__contact{
        width: 100%;
        position: relative;
    }
    .site-header__logo{
        margin-inline: auto;
    }
    .site-header__contact h3, 
    .site-header__contact a{
        width: 50%;
    }
    .site-header__contact h3{
        font-size: 1.65vw;
    }
    .site-header__contact a{
        font-size: 24px;
        justify-content: center;
    }
    .site-header__contact a img{
        width: 35px;
        margin-bottom: -5px;
    }
    .site-header__contact h5{
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
    }

    .site-header__toggle{
        position: absolute;
        right: 15px;
        top: 25px;
        padding: 15px;
        background: var(--primary);
    }*/
}