@charset "utf-8";

/*================================

　ここから全サイズ適用

================================*/
.services section:nth-of-type(2n-1) {
    padding: 100px 0;
}
.services section:nth-of-type(2n) {
    background-color: #fff6ef;
    padding: 100px 0;
}

.services .lower_ttl_h4 {
    margin-bottom: 20px;
}

.orange_wrap {
    padding: 30px 9% 30px;
    margin-bottom: 50px;
}
.services_orange {
    padding: 20px 1.5% 30px;
}
.check_lists {
    padding: 0 15%;
}
.check_list{
    width: 100%;
    margin-bottom: 10px;
}


.three_flex_wrap {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 50px;
}
.three_flex_wrap h6{
    border-bottom: 1px solid #cc4856;
    font-family: "Noto Serif JP";
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.services_center {
    text-align: center;
}


/* --------sec01-------- */
#sec01 {
    padding-top: 0;
}

#sec01 .number_color_wrap {
    line-height: 1.5;
}
#sec01 .number_color_wrap em{
    color: #cc4856;
    font-size: 24px;
}
#sec01 .number_color_wrap span{
    color: #e3838d;
}

.orange_wrap .lower_flex {
    justify-content: space-between;
}
.orange_wrap_head .lower_flex_txt {
    max-width: none;
    width: 75%;
}

/* --------sec02-------- */
#sec02 .lower_ttl_h3::before,
#sec02 .lower_ttl_h3::after
{
    width: 20%;
}

/* --------sec03-------- */

.hoken_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 100px;
}
.hoken_wrap_left {
    border: 2px solid #1e9b9b;
    padding: 7px 0px;
    width: 497px;
}
.hoken_wrap_right {
    background-color: #1e9b9b;
    border: 1px solid #1e9b9b;
    color: #ffffff;
    font-size: 24px;
    width: 300px;
}

.brushing_lists {
    background: url(./img/sec03_pic20.png) no-repeat right top;
}
.oyatu_point {
    max-width: 340px;
    padding: 0;
}
/* --------sec04-------- */
.whitening_orange_p {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.whitening_orange_span {
    position: absolute;
    left: -14px;
}

.price_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}

.price_wrap_left {
    background-color: #fff;
    border: 2px solid #1e9b9b;
    border-right: none;
    padding: 10px 0px;
    width: 497px;
}
.price_wrap_right {
    background-color: #fff;
    border: 2px solid #1e9b9b;
    padding: 10px 0px;
    width: 300px;
}
.whitening_orange_flex {
    display: inline-flex;
    flex-direction: column;
}


.services .lower_colorttl_h6 {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.services .lower_ttl_h5 span{
    font-size: 18px;
}
.whitening_orange_flex_wrap {
    margin-bottom: 20px;
}

/* --------sec05-------- */


.zeikomi {
    margin-bottom: 20px;
    text-align: right;
}

.hoken::after{
    content: "保険適応";
    background: #1e9b9b;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 35px;
    height: 35px;
    width: 200px;
}

.zihi::after{
    content: "自費";
    background: #e3838d;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 35px;
    height: 35px;
    width: 200px;
}

.price_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 955px;
    margin: 0 auto 50px;
}
.price_flex p{
    width: 220px;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #1e9b9b;
    background-color: #fff;
}
.price_flex p:last-child{
    border-left: none;
}
.price_flex_left{
    display: flex;
}
.price_flex_right{
    display: flex;
    margin-left: auto;
}
.price_flex_right .price_flex_lastp:last-child{
    border: 2px solid #1e9b9b;
}

.left_indent {
    text-indent: -9px;
}


/* --------sec06-------- */

#sec06 .check_lists {
    max-width: 580px;
    margin: 0 auto;
}

.hoken_denture {
    background: #1e9b9b;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 50px;
    height: 50px;
    width: 300px;
}
.zihi_denture {
    background: #e3838d;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 50px;
    height: 50px;
    width: 300px;
}
#sec06 .sec06_list2{
    max-width: 700px;
}


#sec06 .check_flexwrap.check_flexwrap {
    max-width: 100%;
    justify-content: center;
}
#sec06 .check_flexwrap .check_list {
    width: 25%;
}
#sec06 .check_flexwrap .check_list:last-child {
    width: 75%;
}

#sec06 .lower_center a.font_Alegreya {
    background: left 7px / 35px url(../common/img/ft_tel_icon.png) no-repeat;
    color: #f18e38;
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    padding-left: 50px;
}

/* --------sec07-------- */


/* --------sec08-------- */
.introduce_p {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 24px;
    margin-top: 5px;
    width: 40%;

}


/*================================

　ここからPCのみ適用

================================*/

@media screen and (min-width: 1024px) {
    .oyatu_point_p {
        text-align: center;
    }
    .whitening_orange_flex_wrap {
        padding-left: 26%;
    }
}

/*================================

　ここからタブレット適用

================================*/

@media screen and (max-width: 1023px) {

    .lower_center {
        text-align: left;
        max-width: 90%;
    }
    
    .check_lists {
        padding: 0;
    }
    .check_list {
        background-position: left top;
    }

    .three_flex_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .three_flex_wrap h6{
        margin-top: 20px;
    }

    .orange_wrap_head .lower_ttl_h5 {
        font-size: 22px;
        text-align: left;
    }

    .orange_wrap_head .lower_flex_txt {
        width: 100%;
    }
    .orange_wrap .orange_wrap_head {
        margin-bottom: 0;
    }
    #sec02 .lower_ttl_h3::before, #sec02 .lower_ttl_h3::after {
        width: 17%;
    }

    .hoken_wrap {
        flex-wrap: wrap;
        max-width: 460px;
        margin: 0 auto 80px;
    }
    .hoken_wrap_left {
        width: 100%;
    }
    .hoken_wrap_right {
        font-size: 20px;
        width: 100%;
    }
    .price_wrap {
        flex-wrap: wrap;
        max-width: 460px;
        margin: 0 auto 40px;
    }
    .price_wrap_left {
        border: 2px solid #1e9b9b;
        margin-bottom: -2px;
        width: 100%;
    }
    .price_wrap_right {
        width: 100%;
    }

    .hoken::after,.zihi::after {
        position: relative;
        display: block;
        margin-left: auto;
        margin-bottom: -40px;
        top: 20px;
    }
    .hoken,.zihi {
        margin-bottom: 65px;
    }
    .price_flex_left,.price_flex_right{
        margin: 10px auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    #sec06 .check_flexwrap .check_list {
        width: 75%;
    }

    .introduce_p {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 20%;
        font-size: 24px;
    }


    #sec08 a.btn{
        padding: 15px 20px;
    }

}
/*================================

　ここからTABLET・SP適用（狭いタブレット縦？）

================================*/
@media screen and (max-width: 896px) {
    .services_orange {
        padding: 20px 3% 30px;
    }
}
/*================================

　ここからSP適用

================================*/
@media screen and (max-width: 480px) {
    .services_orange {
        padding: 20px 5% 30px;
    }
    #sec02 .lower_ttl_h3::before, #sec02 .lower_ttl_h3::after {
        width: 5%;
    }
    .number_color_wrap {
        padding: 0;
    }
        

    .two_orange .check_lists.brushing_lists {
        background-size: 45%;
        padding: 5px 0;
    }
    .hoken, .zihi {
        margin-bottom: 65px;
    }

    .price_flex p:last-child {
        border-top: none;
        border-left: 2px solid #1e9b9b;
    }
    .left_indent {
        text-indent: -9px;
    }
    .services .lower_colorttl_h6 {
        font-size: 16px;
        /* padding: 0 2%; */
    }
    .services .lower_colorttl_h6.questions {
        font-size: 18px;
        /* padding-left: 45px; */
    }

    .hoken::after,.zihi::after {
        font-size: 16px;
        margin: 0 auto -40px;
    }

    .price_flex p {
        width: 300px;
        max-width: 90%;
    }

    .hoken_denture,.zihi_denture {
        font-size: 24px;
        font-weight: 400;
    }

    #sec06 .check_flexwrap .check_list:nth-of-type(n) {
        width: 100%;
    }

    .introduce_p {
        font-size: 18px;
        padding-left: 13%;
    }

    .services_center {
        text-align: left;
    }


}
/*================================

　ここから狭いSP適用

================================*/
@media screen and (max-width: 320px) {
    #sec02 .lower_ttl_h3::before, #sec02 .lower_ttl_h3::after {
        width: 5px;
    }
}
