@charset "UTF-8";

#top_2btn + div .content_wrapper{
    position: absolute;
    right: 18px;
    top: -124px;
    width: auto;
    height: auto;
}
#top_2btn + div{
    overflow: initial;
}
#d_blog + section{
    overflow: initial;
    padding-bottom: 140px;
}
@media screen and (max-width: 950px){
    #top_2btn + div .content_wrapper{
        width: 100%;
        right: 0;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 768px){
    #top_2btn + div .content_wrapper{
        width: auto;
        flex-direction: column;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    }
}


/*-----------------------------TOP院長ブログの調整---------------------------------*/
#top_2btn + div {
    background-color: rgb(249, 244, 243);
}

#top_2btn + div .content_wrapper {
    position: relative;
    text-align: right;
}

@media screen and (max-width: 768px) {
#top_2btn + div .content_wrapper {
    gap: 10px;
}

#top_2btn + div .content_wrapper a {
    max-width: 200px;
    margin: 0 auto;
}
}


/*-----------------------------TOP施術内容の調整---------------------------------*/
@media screen and (max-width: 950px) {
#service + section .content_wrapper {
    text-align: center;
}
}