/* ヘッダー */
.header__sp {

    border-bottom: 1px solid;
}

.header {
    margin-bottom: 58.91px;
}

/*  */

.h__ttl {
    font-size: 27px;
   
}
.tokusho {
    margin-top:31px;
}

.tokusyo__list__wrap {
    margin-top:30px;
}

.tokusyo__list {
    line-height: calc(23/16);
}

.tokusyo__list>li {
    margin-bottom:25px;
}

.tokusyo__list>li:nth-child(-n+4) {
    display: flex;
}

.tokusyo__list>li:nth-child(-n+4) .tokusyo__list__dt {
    margin-right: 16px;
}

.tokusyo__list__dt {
    min-width: 60px;
}

.tokusyo__list__info {}
.tokusyo__list__info>span {
    display: inline-block;
}


@media screen and (min-width:930px) {
    .header__sp__wrap {

        border-bottom: none;
    }

    .top__send {

        padding-top: 5px;
        margin-top: 0;
    }


}





/*  */


@media screen and (min-width: 768px) {

    /* ヘッダー */
    .header__pc__nav__wrap {
        display: flex;
        margin-right: 0;
        margin-left: auto;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .header__sp {
        align-items: flex-start;
        background: none;
        background-color: #fff;
        border-bottom: 1px solid;
        padding-bottom: 9px
    }

    .header {
        margin-bottom: 101px;
    }

    @media screen and (max-width: 1234px) {
        .header {
            margin-bottom: 178.73px;
        }

    }

    /*  */

    .h__ttl {
        font-size: 40px;
       
    }

    .tokusho {
        margin-top:40px;
    }
    
    .tokusyo__list__wrap {
        margin-top:50px;
    }
    
    .tokusyo__list {
        line-height: calc(23/16);
    }
    
    .tokusyo__list>li {
        margin-bottom:25px;
    }
    
    .tokusyo__list>li:nth-child(-n+5) {
        display: flex;
    }
    
    .tokusyo__list>li:nth-child(-n+5) .tokusyo__list__dt {
        margin-right: 16px;
    }
    
    .tokusyo__list__dt {
        min-width: 60px;
    }
    
    .tokusyo__list__info {}
    .tokusyo__list__info>span {
        display: inline-block;
    }
    

}