@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/

.section_ttl02_wrap {
    display: grid;
    align-items: center;
    min-height: 90px;
    margin-bottom: 20px;
}
.txt {
    font-size: 18px;
}
.lower_inner {
    padding-bottom: 70px;
}

.lower_flex02_ttl {
    margin-bottom: 20px;
}


.yellow_border_flexbox > .yellow_border_flexbox_item .txt_color08 {
    font-size: 20px;
    font-weight: 600;
}


.roundedbox.-gray_middle_border .services_flex{
    margin-bottom: 0;
    align-items: center;
    position: relative;
}
.roundedbox.-gray_middle_border {
    padding: 40px;
    margin-bottom: 20px;
}

.denture_type_ttl::after {
    content: "";
    background-color: #d4c9b7;
    border-bottom: solid 1px #d4c9b7;
    position: absolute;
    left: 20px;
    right: 0;
    width: 250px;
    height: 1px;
    bottom: -5px;
}
.denture_type_ttl span{
    font-size: 18px;
    font-weight: 400;
    line-height: 2.111;
    text-align: center;
    display: block;
}
.denture_type_ttl {
    color: #46372d;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1.462;
    position: relative;
    
    margin: 0 auto 25px;
    max-width: 286px;
    width: 100%;
}

.Recommended_border {
    padding: 25px 30px;
}

@media (min-width: 1920px) {

}
@media (min-width: 1600px) {


}
@media (min-width: 1366px) {

}
@media (max-width: 1920px) {

}
@media (max-width: 1600px) {

}
/*================================
ノートPC 1366px～0px
================================*/
@media (max-width: 1366px) {

}
/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {

    .yellow_border_flexbox > .yellow_border_flexbox_item {
        padding: 10px 1%;
    }
    .yellow_border_flexbox > .yellow_border_flexbox_item .txt_color08 {
        font-size: 16px;
    }



}
/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {


    .services_flex {
        row-gap: 10px;
    }
    .lower_flex02_ttl {
        margin-bottom: 0;
    }

    .denture_type_ttl {
        margin-bottom: 5px;
    }



    .himawari_ttl01 {
        margin-top: 90px;
    }

}
/*================================
SP表示 480px～0px
================================*/
@media (max-width: 480px) {
    .txt {
        font-size: 16px;
    }

    .section_ttl02 {
        font-size: 20px;
    }
    .lower_flex02_ttl {
        margin-top: 5px;
    }
    .roundedbox.-gray_middle_border {
        padding: 20px;
    }

    .denture_type_ttl {
        font-size: 22px;
        max-width: 100%;
    }
    .denture_type_ttl::after {
        left: 0;
        width: 100%;
    }

    .Recommended_border {
        padding: 15px;
    }

    .link_btn::after {
        right: 10px;
    }
    .link_btn:hover::after {
        right: 5px;
    }
}



