@charset "UTF-8";

/*------------------コース紹介パーツ調整------------------*/
#top_course+div .wrapper_item {
    overflow: inherit;
}
#top_course+div .inner_item {
    position: relative;
    margin-bottom: 60px;
}
#top_course+div .inner_item:nth-of-type(even) {
    margin-top: 40px;
}
#top_course+div .inner_item_img img {
    height: auto !important;
    border-radius: 15px;
    aspect-ratio: 1 / 1;
}
#top_course+div .inner_item_txt {
    display: grid;
    place-content: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
}
#top_course+div .inner_item:nth-of-type(odd) .inner_item_txt {
    bottom: -10px;
}
#top_course+div .inner_item_txt p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 5px;
}
@media screen and (max-width: 920px) {
    #top_course+div .wrapper_item {
        margin-bottom: 60px;
    }
    #top_course+div .inner_item_txt {
        width: 80px;
        height: 80px;
        bottom: -40px;
    }
    #top_course+div .inner_item_txt p {
        font-size: 1.2rem;
    }
}

/*------------------料金パーツ調整------------------*/
#txt + div .inner_item:first-of-type {
    display: none;
}
#txt + div .inner_item {
    margin: 0 auto;
}