.guide, .course{
    min-width: auto;
    width: 90%;
}
.g-subTitle--inner{
    /*width: 90%;*/
    font-size: 18px;
}
.g-exp dl, .c-list{
    grid-template-columns: 1fr;
}
.g-exp dt,  .g-exp dd{
    border-width: 1px;
}
.g-exp dd:first-of-type{
    border-top: none;
}
.g-mv{
    padding: 25px 0;
}
/* swiper 設定 */
.g-mainvisual{
    padding-bottom: 40px;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}


/** course */
.c-list{
    gap: 80px;
}
.g-exp{
    font-size: 14px;
}
.course .attention{
    margin-top: 20px;
    text-align: center;
}

.c-dis{
    height: fit-content;
}
.c-tag.tag-box{
    margin-top: 10px;
}

