#services .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

.service_menu {
    padding-top: 65px;
    background: #fff6e9;
    padding: 65px 0 80px;
}

.service_menu ul {
    justify-content: space-between;
}

.service_menu li {
    width: 340px;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.service_menu li:nth-child(n + 7) {
    margin-bottom: 0;
}

.service_menu li.empty {
    background: none;
}

.service_menu li::after {
    content: '';
    background: #f06e08;
    width: 30px;
    height: 30px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: calc(100% - 15px);
    right: -15px;
}

.service_menu li.empty::after {
    display: none;
}

.service_menu li .txt {
    padding: 20px 20px 34px;
}

.service_menu li .txt .ttl {
    font-size: 24px;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}

.service_menu li .txt .ttl span {
    font-size: 16px;
}

.service_menu li .txt .ttl::after {
    content: '';
    width: 19px;
    height: 1px;
    background: #f06e08;
    display: block;
    position: absolute;
    top: calc(84%);
    left: calc(50% - 10px);
}

.service_menu li .txt .desc {
    font-size: 16px;
    line-height: 26px;
}


#services .detail p {
    display: inline-block;
    
}

.block h4 {
    background: #5d5249;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 23px;
    margin-top: 2em;
    
}

.detail p {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    
}
    
@media (max-width: 750px) {
    #services .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    .service_menu {
        padding: 10.5vw 0 9.3vw;
    }

    .service_menu .inner1100 {
        padding: 0 4vw;
    }

    .service_menu li {
        width: 100%;
        margin-bottom: 8vw;
    }

    .service_menu li:nth-child(n + 7) {
        margin-bottom: 8vw;
    }

    .service_menu li:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }

    .service_menu li .txt {
        padding: 5.7vw 6.6vw 8.9vw;
    }

    .service_menu li .txt .ttl {
        font-size: 5.8vw;
        margin-bottom: 6.6vw;
    }

    .service_menu li .txt .ttl span {
        font-size: 4.2vw;
    }

    .service_menu li .txt .ttl::after {
        width: 5.3vw;
        left: calc(50% - 2.65vw);
    }

    .service_menu li .txt .desc {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    .service_menu li::after {
        width: 12.4vw;
        height: 12.4vw;
        top: calc(100% - 6.2vw);
        right: -6.2vw;
    }
}





#services-first .first_flow {
}

#services-first .first_flow .txt {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

#services-first .first_flow .flow_list {
    padding: 0px 0 50px;
    margin-top: 56px;
}

#services-first .first_flow .flow_list ul {
    justify-content: space-between;
}

#services-first .first_flow .flow_list li {
    background: #fff;
    width: 48%;
    padding: 4%;
    position: relative;
    margin-bottom: 60px;
    z-index: 2;
}

#services-first .first_flow .flow_list li:nth-child(n + 7) {
    margin-bottom: 0;
}

#services-first .first_flow .flow_list li::before {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

#services-first .first_flow .flow_list li:nth-child(1)::before {
    background: url(../img/first/step01.png) no-repeat center / 100%;
}
#services-first .first_flow .flow_list li:nth-child(2)::before {
    background: url(../img/first/step02.png) no-repeat center / 100%;
}
#services-first .first_flow .flow_list li:nth-child(3)::before {
    background: url(../img/first/step03.png) no-repeat center / 100%;
}
#services-first .first_flow .flow_list li:nth-child(4)::before {
    background: url(../img/first/step04.png) no-repeat center / 100%;
}
#services-first .first_flow .flow_list li:nth-child(5)::before {
    background: url(../img/first/step05.png) no-repeat center / 100%;
}
#services-first .first_flow .flow_list li:nth-child(6)::before {
    background: url(../img/first/step06.png) no-repeat center / 100%;
}
#services-first .first_flow .flow_list li:nth-child(7)::before {
    background: url(../img/first/step07.png) no-repeat center / 100%;
}
#services-first .first_flow .flow_list li:nth-child(8)::before {
    background: url(../img/first/step08.png) no-repeat center / 100%;
}

#services-first .first_flow .flow_list li:nth-child(2n+1)::after {
    content: '';
    width: 100px;
    height: 1px;
    display: block;
    background: #f28646;
    position: absolute;
    top: 50%;
    left: 100%;
}

#services-first .first_flow .flow_list li:nth-child(2n)::after {
    content: '';
    width: 120px;
    height: 1px;
    display: block;
    background: #f28646;
    position: absolute;
    top: calc(100% + 30px);
    left: -110px;
    transform: rotate(-32deg);
    z-index: 1;
}

#services-first .first_flow .flow_list li:last-child::after {
    display: none;
}

#services-first .first_flow .flow_list li .img {
    position: relative;
    margin-bottom: 33px;
}

#services-first .first_flow .flow_list li .img .ttl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    font-size: 28px;
    padding: 20px;
    line-height: 1;
    font-weight: bold;
}

#services-first .first_flow .flow_list li .time {
    background: #ffefd9;
    color: #f06e08;
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    width: 170px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 19px;
}

#services-first .first_flow .flow_list li .time::before {
    content: '';
    display: inline-block;
    background: url(../img/icon_time.png) no-repeat center / 100%;
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

#services-first .first_flow .flow_list li .desc {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}

#services-first .first_flow .flow_list li .desc a {
    color: #0054a3;
    border-bottom: 1px solid #0054a3;
}

#services-first .first_flow .flow_list li .tel {
    font-size: 18px;
    line-height: 30px;
    color: #ea5404;
    margin-top: 35px;
}

#services-first .first_flow .flow_list li .tel span {
    font-size: 38px;
    margin-top: 5px;
    position: relative;
}

#services-first .first_flow .flow_list li .tel span::before {
    content: '';
    display: inline-block;
    background: url(../img/icon_tel.png) no-repeat center / 100%;
    width: 26px;
    height: 30px;
    margin-right: 3px;
}

#services-first .first_flow .flow_list li .btn.reserve {
    width: 300px;
    margin: 0 auto;
}

#services-first .first_flow .flow_list li .btn.reserve a {
    border-radius: 30px;
    font-size: 20px;
    padding: 21px;
    line-height: 1;
    margin-top: 10px;
}

#services-first .first_flow .flow_list li .btn.reserve a::before {
    width: 0;
}

#services-first .first_flow .flow_list li .btn.reserve a::after {
    width: 9px;
    height: 15px;
}


@media (max-width: 750px) {
    #services-first .kasou_head .inner1400 {
        background: url(../img/first/head_first_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #services-first .intro {
        background: url(../img/first/bg_circle1.png) no-repeat top 5.4vw left 4vw / 13.4vw, url(../img/first/bg_circle2.png) no-repeat bottom right 4vw / 13.7vw;
    }

    #services-first .feature {
        padding-top: 8.4vw;
    }

    #services-first .first_flow {
        padding-top: 0;
    }

    #services-first .first_flow > .txt {
        font-size: 3.2vw;
        line-height: 6.1vw;
        text-align: justify;
        padding: 0 4vw;
    }

    #services-first .first_flow .flow_list {
        margin-top: 0;
        padding: 9.2vw 4vw;
    }

    #services-first .first_flow .flow_list li {
        width: 100%;
        padding: 6.6vw;
        margin-bottom: 9.3vw;
        margin-top: 4.1vw;
    }

    #services-first .first_flow .flow_list li:nth-child(n + 7) {
        margin-bottom: 9.3vw;
    }

    #services-first .first_flow .flow_list li:last-child {
        margin-bottom: 0;
    }

    #services-first .first_flow .flow_list li::before {
        width: 18.6vw;
        height: 18.6vw;
        top: -4vw;
        left: 5.2vw;
    }

    #services-first .first_flow .flow_list li .img {
        margin-bottom: 0;
    }

    #services-first .first_flow .flow_list li .img .ttl {
        font-size: 5.3vw;
        padding: 4.6vw;
    }

    #services-first .first_flow .flow_list li .time + .desc {
        margin-top: 4vw;
    }

    #services-first .first_flow .flow_list li .desc {
        font-size: 3.4vw;
        line-height: 6.1vw;
        margin-top: 5.7vw;
    }

    #services-first .first_flow .flow_list li .tel {
        margin: 4vw 0 0;
        width: 78vw;
    }

    #services-first .first_flow .flow_list li .btn.tel a::before {
        display: none;
    }

    #services-first .first_flow .flow_list li .btn.reserve {
        width: 78vw;
        margin: 0;
    }

    #services-first .first_flow .flow_list li .btn.reserve a {
        width: 100%;
        border-radius: 6px;
        font-size: 4.8vw;
        padding: 6.3vw 12.3vw 5.5vw 16vw;
    }

    #services-first .first_flow .flow_list li .btn.reserve a::before {
        content: '';
        background: url(../img/icon_24h.png) no-repeat center / 100%;
        position: absolute;
        width: 8.6vw;
        height: 8vw;
        top: 3.5vw;
        left: 12.5vw;
    }

    #services-first .first_flow .flow_list li .btn.reserve a::after {
        width: 2.2vw;
        height: 4vw;
        top: 7vw;
        right: 2.6vw;
    }

    #services-first .first_flow .flow_list li:nth-child(2n+1)::after,
    #services-first .first_flow .flow_list li:nth-child(2n)::after {
        width: 1px;
        height: 9.3vw;
        top: 100%;
        left: 50%;
        transform: rotate(0);
    }

    #services-first .first_flow .flow_list li .time {
        font-size: 4vw;
        padding: 2vw 2.6vw;
        width: 30.6vw;
        border-radius: 4.6vw;
        margin-top: 4vw;
        margin-bottom: 0;
    }

    #services-first .first_flow .flow_list li .time::before {
        width: 5.7vw;
        height: 5.6vw;
        margin-right: 1.3vw;
    }
}








#implant .kasou_head .inner1400 {
    background: url(../img/services/head_implant.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;
}

#implant .intro .img img {
    width: 530px;
}

#implant .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#implant .intro .txt .btn {
    text-align: right;
}

#implant .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#implant .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#implant .detail {
    padding: 24px 0 80px;
}

#implant .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#implant .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#implant .detail p {
    font-size: 16px;
    line-height: 30px;
}

#implant .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#implant .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#implant .detail th,
#implant .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#implant .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#implant .detail td {
    text-align: right;
}

#implant .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#implant .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #implant .kasou_head .inner1400 {
        background: url(../img/services/head_implant_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #implant .intro .inner1100 {
        width: 92vw;
    }

    #implant .intro .flex {
        flex-direction: column;
    }

    #implant .intro .img {
        margin-bottom: 6.8vw;
    }

    #implant .intro .img img {
        width: 100%;
    }

    #implant .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #implant .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #implant .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #implant .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #implant .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #implant .detail .inner1100 {
        width: 92vw;
    }

    #implant .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #implant .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #implant .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #implant .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #implant .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #implant .detail table {
        width: 100%;
        border-bottom: none;
    }

    #implant .detail th,
    #implant .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #implant .btn_area .btn a,
    #implant .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}













#general-dentistry-01 .kasou_head .inner1400 {
    background: url(../img/services/head_general-dentistry-01.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#general-dentistry-01 .intro .img img {
    width: 530px;
}

#general-dentistry-01 .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#general-dentistry-01 .intro .txt .btn {
    text-align: right;
}

#general-dentistry-01 .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#general-dentistry-01 .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#general-dentistry-01 .detail {
    padding: 24px 0 80px;
}

#general-dentistry-01 .detail .block:not(:last-child) {
    margin: 0 auto 60px auto;
}

#general-dentistry-01 .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}


#general-dentistry-01 .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#general-dentistry-02 .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#general-dentistry-01 .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#general-dentistry-01 .detail th,
#general-dentistry-01 .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#general-dentistry-01 .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#general-dentistry-01 .detail td {
    text-align: right;
}

#general-dentistry-01 .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#general-dentistry-01 .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #general-dentistry-01 .kasou_head .inner1400 {
        background: url(../img/services/head_general-dentistry-01_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #general-dentistry-01 .intro .inner1100 {
        width: 92vw;
    }

    #general-dentistry-01 .intro .flex {
        flex-direction: column;
    }

    #general-dentistry-01 .intro .img {
        margin-bottom: 6.8vw;
    }

    #general-dentistry-01 .intro .img img {
        width: 100%;
    }

    #general-dentistry-01 .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #general-dentistry-01 .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #general-dentistry-01 .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #general-dentistry-01 .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #general-dentistry-01 .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #general-dentistry-01 .detail .inner1100 {
        width: 92vw;
    }

    #general-dentistry-01 .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #general-dentistry-01 .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #general-dentistry-01 .detail p {
        line-height: 6.1vw;
    }

    #general-dentistry-01 .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #general-dentistry-01 .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #general-dentistry-02 .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #general-dentistry-02 .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #general-dentistry-01 .detail table {
        width: 100%;
        border-bottom: none;
    }

    #general-dentistry-01 .detail th,
    #general-dentistry-01 .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #general-dentistry-01 .btn_area .btn a,
    #general-dentistry-01 .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}










#periodontics-dentistry-01 .kasou_head .inner1400 {
    background: url(../img/services/head_periodontics-dentistry-01.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#periodontics-dentistry-01 .intro .img img {
    width: 530px;
}

#periodontics-dentistry-01 .intro .txt{
    width: 51%;
}

#periodontics-dentistry-01 .intro .txt2{
    width: 100%;
}

#periodontics-dentistry-01 .intro .txt p {
    margin-left: 4%;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    width: auto;
}

#periodontics-dentistry-01 .intro .txt2 p {
    margin-left: 4%;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    width: auto;
}


#periodontics-dentistry-01 .intro .txt .btn {
    text-align: right;
}

#periodontics-dentistry-01 .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#periodontics-dentistry-01 .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#periodontics-dentistry-01 .intro .txt2 .btn {
    text-align: right;
}

#periodontics-dentistry-01 .intro .txt2 .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#periodontics-dentistry-01 .intro .txt2 .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#periodontics-dentistry-01 .detail {
    padding: 24px 0 80px;
}

#periodontics-dentistry-01 .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#periodontics-dentistry-01 .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#periodontics-dentistry-01 .detail p {
    font-size: 16px;
    line-height: 30px;
}

#periodontics-dentistry-01 .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#periodontics-dentistry-01 .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#periodontics-dentistry-01 .detail th,
#periodontics-dentistry-01 .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#periodontics-dentistry-01 .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#periodontics-dentistry-01 .detail td {
    text-align: right;
}

#periodontics-dentistry-01 .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#periodontics-dentistry-01 .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #periodontics-dentistry-01 .kasou_head .inner1400 {
        background: url(../img/services/head_periodontics-dentistry-01_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #periodontics-dentistry-01 .intro .inner1100 {
        width: 92vw;
    }

    #periodontics-dentistry-01 .intro .flex {
        flex-direction: column;
    }

    #periodontics-dentistry-01 .intro .img {
        margin-bottom: 6.8vw;
    }

    #periodontics-dentistry-01 .intro .img img {
        width: 100%;
    }
    #periodontics-dentistry-01 .intro .txt{
    width: 92vw;
}
    #periodontics-dentistry-01 .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
        
    }

    #periodontics-dentistry-01 .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #periodontics-dentistry-01 .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #periodontics-dentistry-01 .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #periodontics-dentistry-01 .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #periodontics-dentistry-01 .detail .inner1100 {
        width: 92vw;
    }

    #periodontics-dentistry-01 .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #periodontics-dentistry-01 .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #periodontics-dentistry-01 .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #periodontics-dentistry-01 .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #periodontics-dentistry-01 .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #periodontics-dentistry-01 .detail table {
        width: 100%;
        border-bottom: none;
    }

    #periodontics-dentistry-01 .detail th,
    #periodontics-dentistry-01 .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #periodontics-dentistry-01 .btn_area .btn a,
    #periodontics-dentistry-01 .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}









#pediatric-dentistry .kasou_head .inner1400 {
    background: url(../img/services/head_pediatric-dentistry.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;
}

#pediatric-dentistry .intro .img img {
    width: 530px;
}

#pediatric-dentistry .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#pediatric-dentistry .intro .txt .btn {
    text-align: right;
}

#pediatric-dentistry .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#pediatric-dentistry .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#pediatric-dentistry .detail {
    padding: 24px 0 80px;
}

#pediatric-dentistry .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#pediatric-dentistry .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#pediatric-dentistry .detail p {
    font-size: 16px;
    line-height: 30px;
}

#pediatric-dentistry .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#pediatric-dentistry .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#pediatric-dentistry .detail th,
#pediatric-dentistry .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#pediatric-dentistry .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#pediatric-dentistry .detail td {
    text-align: right;
}

#pediatric-dentistry .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#pediatric-dentistry .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #pediatric-dentistry .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #pediatric-dentistry .intro .inner1100 {
        width: 92vw;
    }

    #pediatric-dentistry .intro .flex {
        flex-direction: column;
    }

    #pediatric-dentistry .intro .img {
        margin-bottom: 6.8vw;
    }

    #pediatric-dentistry .intro .img img {
        width: 100%;
    }

    #pediatric-dentistry .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #pediatric-dentistry .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #pediatric-dentistry .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #pediatric-dentistry .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #pediatric-dentistry .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #pediatric-dentistry .detail .inner1100 {
        width: 92vw;
    }

    #pediatric-dentistry .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #pediatric-dentistry .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #pediatric-dentistry .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #pediatric-dentistry .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #pediatric-dentistry .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #pediatric-dentistry .detail table {
        width: 100%;
        border-bottom: none;
    }

    #pediatric-dentistry .detail th,
    #pediatric-dentistry .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #pediatric-dentistry .btn_area .btn a,
    #pediatric-dentistry .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}







#cosmetic-dentistry .kasou_head .inner1400 {
    background: url(../img/services/head_cosmetic-dentistry.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;
}

#cosmetic-dentistry .intro .img img {
    width: 530px;
}

#cosmetic-dentistry .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#cosmetic-dentistry .intro .txt .btn {
    text-align: right;
}

#cosmetic-dentistry .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#cosmetic-dentistry .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#cosmetic-dentistry .detail {
    padding: 24px 0 80px;
}

#cosmetic-dentistry .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#cosmetic-dentistry .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#cosmetic-dentistry .detail p {
    font-size: 16px;
    line-height: 30px;
}

#cosmetic-dentistry .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#cosmetic-dentistry .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#cosmetic-dentistry .detail th,
#cosmetic-dentistry .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#cosmetic-dentistry .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#cosmetic-dentistry .detail td {
    text-align: right;
}

#cosmetic-dentistry .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#cosmetic-dentistry .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #cosmetic-dentistry .kasou_head .inner1400 {
        background: url(../img/services/head_cosmetic-dentistry_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #cosmetic-dentistry .intro .inner1100 {
        width: 92vw;
    }

    #cosmetic-dentistry .intro .flex {
        flex-direction: column;
    }

    #cosmetic-dentistry .intro .img {
        margin-bottom: 6.8vw;
    }

    #cosmetic-dentistry .intro .img img {
        width: 100%;
    }

    #cosmetic-dentistry .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #cosmetic-dentistry .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #cosmetic-dentistry .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #cosmetic-dentistry .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #cosmetic-dentistry .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #cosmetic-dentistry .detail .inner1100 {
        width: 92vw;
    }

    #cosmetic-dentistry .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #cosmetic-dentistry .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #cosmetic-dentistry .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #cosmetic-dentistry .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #cosmetic-dentistry .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #cosmetic-dentistry .detail table {
        width: 100%;
        border-bottom: none;
    }

    #cosmetic-dentistry .detail th,
    #cosmetic-dentistry .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #cosmetic-dentistry .btn_area .btn a,
    #cosmetic-dentistry .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}








#correction .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#correction .intro .img img {
    width: 530px;
}

#correction .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#correction .intro .txt .btn {
    text-align: right;
}

#correction .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#correction .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#correction .detail {
    padding: 24px 0 80px;
}

#correction .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#correction .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#correction .detail p {
    font-size: 16px;
    line-height: 30px;
}

#correction .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#correction .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#correction .detail th,
#correction .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#correction .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#correction .detail td {
    text-align: right;
}

#correction .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#correction .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #correction .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #correction .intro .inner1100 {
        width: 92vw;
    }

    #correction .intro .flex {
        flex-direction: column;
    }

    #correction .intro .img {
        margin-bottom: 6.8vw;
    }

    #correction .intro .img img {
        width: 100%;
    }

    #correction .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #correction .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #correction .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }



    #correction .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #correction .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #correction .detail .inner1100 {
        width: 92vw;
    }

    #correction .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #correction .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #correction .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #correction .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #correction .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #correction .detail table {
        width: 100%;
        border-bottom: none;
    }

    #correction .detail th,
    #correction .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #correction .btn_area .btn a,
    #correction .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}









#mouthpiece .kasou_head .inner1400 {
    background: url(../img/services/head_mouthpiece.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;
}

#mouthpiece .intro .img img {
    width: 530px;
}

#mouthpiece .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#mouthpiece .intro .txt .btn {
    text-align: right;
}

#mouthpiece .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#mouthpiece .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#mouthpiece .detail {
    padding: 24px 0 80px;
}

#mouthpiece .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#mouthpiece .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#mouthpiece .detail p {
    font-size: 16px;
    line-height: 30px;
}

#mouthpiece .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#mouthpiece .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 80%;
    margin: 0 auto;
}

#mouthpiece .detail th,
#mouthpiece .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#mouthpiece .detail th {
    text-align: left;
    width: 50%;
    background: #f6f3ee;
    font-weight: normal;
}

#mouthpiece .detail td {
    text-align: right;
}

#mouthpiece .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#mouthpiece .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #mouthpiece .kasou_head .inner1400 {
        background: url(../img/services/head_mouthpiece_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #mouthpiece .intro .inner1100 {
        width: 92vw;
    }

    #mouthpiece .intro .flex {
        flex-direction: column;
    }

    #mouthpiece .intro .img {
        margin-bottom: 6.8vw;
    }

    #mouthpiece .intro .img img {
        width: 100%;
    }

    #mouthpiece .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #mouthpiece .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #mouthpiece .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #mouthpiece .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #mouthpiece .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #mouthpiece .detail .inner1100 {
        width: 92vw;
    }

    #mouthpiece .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #mouthpiece .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #mouthpiece .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #mouthpiece .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #mouthpiece .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #mouthpiece .detail table {
        width: 100%;
        border-bottom: none;
    }

    #mouthpiece .detail th,
    #mouthpiece .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #mouthpiece .btn_area .btn a,
    #mouthpiece .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}








#index-dentist .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#index-dentist .intro .img img {
    width: 530px;
}

#index-dentist .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#index-dentist .intro .txt .btn {
    text-align: right;
}

#index-dentist .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#index-dentist .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#index-dentist .detail {
    padding: 24px 0 80px;
}

#index-dentist .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#index-dentist .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#index-dentist .detail p {
    font-size: 16px;
    line-height: 30px;
}

#index-dentist .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#index-dentist .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#index-dentist .detail th,
#index-dentist .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#index-dentist .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#index-dentist .detail td {
    text-align: right;
}

#index-dentist .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#index-dentist .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #index-dentist .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #index-dentist .intro .inner1100 {
        width: 92vw;
    }

    #index-dentist .intro .flex {
        flex-direction: column;
    }

    #index-dentist .intro .img {
        margin-bottom: 6.8vw;
    }

    #index-dentist .intro .img img {
        width: 100%;
    }

    #index-dentist .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #index-dentist .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #index-dentist .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #index-dentist .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #index-dentist .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #index-dentist .detail .inner1100 {
        width: 92vw;
    }

    #index-dentist .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #index-dentist .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #index-dentist .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #index-dentist .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #index-dentist .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #index-dentist .detail table {
        width: 100%;
        border-bottom: none;
    }

    #index-dentist .detail th,
    #index-dentist .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #index-dentist .btn_area .btn a,
    #index-dentist .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}








#itero .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#itero .intro .img img {
    width: 530px;
}

#itero .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#itero .intro .txt .btn {
    text-align: right;
}

#itero .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#itero .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#itero .detail {
    padding: 24px 0 80px;
}

#itero .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#itero .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#itero .detail p {
    font-size: 16px;
    line-height: 30px;
}

#itero .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#itero .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#itero .detail th,
#itero .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#itero .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#itero .detail td {
    text-align: right;
}

#itero .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#itero .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #itero .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #itero .intro .inner1100 {
        width: 92vw;
    }

    #itero .intro .flex {
        flex-direction: column;
    }

    #itero .intro .img {
        margin-bottom: 6.8vw;
    }

    #itero .intro .img img {
        width: 100%;
    }

    #itero .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #itero .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #itero .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #itero .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #itero .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #itero .detail .inner1100 {
        width: 92vw;
    }

    #itero .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #itero .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #itero .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #itero .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #itero .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #itero .detail table {
        width: 100%;
        border-bottom: none;
    }

    #itero .detail th,
    #itero .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #itero .btn_area .btn a,
    #itero .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}


#ct .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#ct .intro .img img {
    width: 530px;
}

#ct .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}




#ct .intro .txt .btn {
    text-align: right;
}

#ct .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#ct .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#ct .detail {
    padding: 24px 0 80px;
}

#ct .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#ct .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#ct .detail p {
    font-size: 16px;
    line-height: 30px;
}

#ct .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#ct .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#ct .detail th,
#ct .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#ct .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#ct .detail td {
    text-align: right;
}

#ct .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#ct .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #ct .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #ct .intro .inner1100 {
        width: 92vw;
    }

    #ct .intro .flex {
        flex-direction: column;
    }

    #ct .intro .img {
        margin-bottom: 6.8vw;
    }

    #ct .intro .img img {
        width: 100%;
    }

    #ct .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #ct .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #ct .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #ct .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #ct .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #ct .detail .inner1100 {
        width: 92vw;
    }

    #ct .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #ct .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #ct .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #ct .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #ct .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #ct .detail table {
        width: 100%;
        border-bottom: none;
    }

    #ct .detail th,
    #ct .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #ct .btn_area .btn a,
    #ct .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}





@charset "UTF-8";

#periodontics-dentistry-02 .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#periodontics-dentistry-02 .intro .img img {
    width: 530px;
}

#periodontics-dentistry-02 .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#periodontics-dentistry-02 .intro .txt .btn {
    text-align: right;
}

#periodontics-dentistry-02 .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#periodontics-dentistry-02 .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#periodontics-dentistry-02 .detail {
    padding: 24px 0 80px;
}

#periodontics-dentistry-02 .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#periodontics-dentistry-02 .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#periodontics-dentistry-02 .detail p {
    font-size: 16px;
    line-height: 30px;
}

#periodontics-dentistry-02 .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#periodontics-dentistry-02 .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#periodontics-dentistry-02 .detail th,
#periodontics-dentistry-02 .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#periodontics-dentistry-02 .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#periodontics-dentistry-02 .detail td {
    text-align: right;
}

#periodontics-dentistry-02 .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#periodontics-dentistry-02 .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #periodontics-dentistry-02 .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #periodontics-dentistry-02 .intro .inner1100 {
        width: 92vw;
    }

    #periodontics-dentistry-02 .intro .flex {
        flex-direction: column;
    }

    #periodontics-dentistry-02 .intro .img {
        margin-bottom: 6.8vw;
    }

    #periodontics-dentistry-02 .intro .img img {
        width: 100%;
    }

    #periodontics-dentistry-02 .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #periodontics-dentistry-02 .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #periodontics-dentistry-02 .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #periodontics-dentistry-02 .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #periodontics-dentistry-02 .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #periodontics-dentistry-02 .detail .inner1100 {
        width: 92vw;
    }

    #periodontics-dentistry-02 .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #periodontics-dentistry-02 .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #periodontics-dentistry-02 .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #periodontics-dentistry-02 .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #periodontics-dentistry-02 .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #periodontics-dentistry-02 .detail table {
        width: 100%;
        border-bottom: none;
    }

    #periodontics-dentistry-02 .detail th,
    #periodontics-dentistry-02 .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #periodontics-dentistry-02 .btn_area .btn a,
    #periodontics-dentistry-02 .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}










@charset "UTF-8";

#implant-dentistry-02 .kasou_head .inner1400 {
    background: url(../img/services/head_implant.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#implant-dentistry-02 .intro .img img {
    width: 530px;
}

#implant-dentistry-02 .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#implant-dentistry-02 .intro .txt .btn {
    text-align: right;
}

#implant-dentistry-02 .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#implant-dentistry-02 .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#implant-dentistry-02 .detail {
    padding: 24px 0 80px;
}

#implant-dentistry-02 .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#implant-dentistry-02 .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#implant-dentistry-02 .detail p {
    font-size: 16px;
    line-height: 30px;
}

#implant-dentistry-02 .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#implant-dentistry-02 .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#implant-dentistry-02 .detail th,
#implant-dentistry-02 .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#implant-dentistry-02 .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#implant-dentistry-02 .detail td {
    text-align: right;
}

#implant-dentistry-02 .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#implant-dentistry-02 .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #implant-dentistry-02 .kasou_head .inner1400 {
        background: url(../img/services/head_implant_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #implant-dentistry-02 .intro .inner1100 {
        width: 92vw;
    }

    #implant-dentistry-02 .intro .flex {
        flex-direction: column;
    }

    #implant-dentistry-02 .intro .img {
        margin-bottom: 6.8vw;
    }

    #implant-dentistry-02 .intro .img img {
        width: 100%;
    }

    #implant-dentistry-02 .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #implant-dentistry-02 .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #implant-dentistry-02 .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #implant-dentistry-02 .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #implant-dentistry-02 .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #implant-dentistry-02 .detail .inner1100 {
        width: 92vw;
    }

    #implant-dentistry-02 .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #implant-dentistry-02 .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #implant-dentistry-02 .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #implant-dentistry-02 .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #implant-dentistry-02 .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #implant-dentistry-02 .detail table {
        width: 100%;
        border-bottom: none;
    }

    #implant-dentistry-02 .detail th,
    #implant-dentistry-02 .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #implant-dentistry-02 .btn_area .btn a,
    #implant-dentistry-02 .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}





@charset "UTF-8";

#preventive .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#preventive .intro .img img {
    width: 530px;
}

#preventive .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#preventive .intro .txt .btn {
    text-align: right;
}

#preventive .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#preventive .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#preventive .detail {
    padding: 24px 0 80px;
}

#preventive .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#preventive .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#preventive .detail p {
    font-size: 16px;
    line-height: 30px;
}

#preventive .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#preventive .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#preventive .detail th,
#preventive .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#preventive .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#preventive .detail td {
    text-align: right;
}

#preventive .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#preventive .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #preventive .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #preventive .intro .inner1100 {
        width: 92vw;
    }

    #preventive .intro .flex {
        flex-direction: column;
    }

    #preventive .intro .img {
        margin-bottom: 6.8vw;
    }

    #preventive .intro .img img {
        width: 100%;
    }

    #preventive .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #preventive .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #preventive .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #preventive .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #preventive .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #preventive .detail .inner1100 {
        width: 92vw;
    }

    #preventive .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #preventive .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #preventive .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #preventive .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #preventive .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #preventive .detail table {
        width: 100%;
        border-bottom: none;
    }

    #preventive .detail th,
    #preventive .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #preventive .btn_area .btn a,
    #preventive .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}













@charset "UTF-8";

#cleaning .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#cleaning .intro .img img {
    width: 530px;
}

#cleaning .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#cleaning .intro .txt .btn {
    text-align: right;
}

#cleaning .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#cleaning .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#cleaning .detail {
    padding: 24px 0 80px;
}

#cleaning .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#cleaning .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#cleaning .detail p {
    font-size: 16px;
    line-height: 30px;
}

#cleaning .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#cleaning .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#cleaning .detail th,
#cleaning .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#cleaning .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#cleaning .detail td {
    text-align: right;
}

#cleaning .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#cleaning .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #cleaning .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #cleaning .intro .inner1100 {
        width: 92vw;
    }

    #cleaning .intro .flex {
        flex-direction: column;
    }

    #cleaning .intro .img {
        margin-bottom: 6.8vw;
    }

    #cleaning .intro .img img {
        width: 100%;
    }

    #cleaning .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #cleaning .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #cleaning .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #cleaning .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #cleaning .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #cleaning .detail .inner1100 {
        width: 92vw;
    }

    #cleaning .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #cleaning .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #cleaning .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #cleaning .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #cleaning .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #cleaning .detail table {
        width: 100%;
        border-bottom: none;
    }

    #cleaning .detail th,
    #cleaning .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #cleaning .btn_area .btn a,
    #cleaning .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}








@charset "UTF-8";

#preventive .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#preventive .intro .img img {
    width: 530px;
}

#preventive .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#preventive .intro .txt .btn {
    text-align: right;
}

#preventive .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#preventive .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#preventive .detail {
    padding: 24px 0 80px;
}

#preventive .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#preventive .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#preventive .detail p {
    font-size: 16px;
    line-height: 30px;

}

#preventive .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#preventive .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#preventive .detail th,
#preventive .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#preventive .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#preventive .detail td {
    text-align: right;
}

#preventive .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#preventive .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #preventive .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #preventive .intro .inner1100 {
        width: 92vw;
    }

    #preventive .intro .flex {
        flex-direction: column;
    }

    #preventive .intro .img {
        margin-bottom: 6.8vw;
    }

    #preventive .intro .img img {
        width: 100%;
    }

    #preventive .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #preventive .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #preventive .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #preventive .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #preventive .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #preventive .detail .inner1100 {
        width: 92vw;
    }

    #preventive .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #preventive .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #preventive .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #preventive .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #preventive .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #preventive .detail table {
        width: 100%;
        border-bottom: none;
    }

    #preventive .detail th,
    #preventive .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #preventive .btn_area .btn a,
    #preventive .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}




















@charset "UTF-8";

#btr .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#btr .intro .img img {
    width: 530px;
}

#btr .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#btr .intro .txt .btn {
    text-align: right;
}

#btr .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#btr .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#btr .detail {
    padding: 24px 0 80px;
}

#btr .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#btr .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#btr .detail p {
    font-size: 16px;
    line-height: 30px;
}

#btr .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#btr .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#btr .detail th,
#btr .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#btr .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#btr .detail td {
    text-align: right;
}

#btr .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#btr .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
    #btr .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

    #btr .intro .inner1100 {
        width: 92vw;
    }

    #btr .intro .flex {
        flex-direction: column;
    }

    #btr .intro .img {
        margin-bottom: 6.8vw;
    }

    #btr .intro .img img {
        width: 100%;
    }

    #btr .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

    #btr .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

    #btr .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

    #btr .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

    #btr .detail {
        padding: 9.2vw 0 13.3vw;
    }

    #btr .detail .inner1100 {
        width: 92vw;
    }

    #btr .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

    #btr .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

    #btr .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

    #btr .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

    #btr .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

    #btr .detail table {
        width: 100%;
        border-bottom: none;
    }

    #btr .detail th,
    #btr .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

    #btr .btn_area .btn a,
    #btr .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}










@charset "UTF-8";

#btr .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#btr .intro .img img {
    width: 530px;
}

#btr .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#btr .intro .txt .btn {
    text-align: right;
}

#btr .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#btr .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#btr .detail {
    padding: 24px 0 80px;
}

#btr .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#btr .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#btr .detail p {
    font-size: 16px;
    line-height: 30px;
}

#btr .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#btr .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#btr .detail th,
#btr .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#btr .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#btr .detail td {
    text-align: right;
}

#btr .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#btr .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
#pediatric-dentistry .kasou_head .inner1400 {
        background: url(../img/services/head_pediatric-dentistry_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

#pediatric-dentistry .intro .inner1100 {
        width: 92vw;
    }

#pediatric-dentistry .intro .flex {
        flex-direction: column;
    }

#pediatric-dentistry .intro .img {
        margin-bottom: 6.8vw;
    }

#pediatric-dentistry .intro .img img {
        width: 100%;
    }

#pediatric-dentistry .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

#pediatric-dentistry .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

#pediatric-dentistry .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

#pediatric-dentistry .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

#pediatric-dentistry .detail {
        padding: 9.2vw 0 13.3vw;
    }

#pediatric-dentistry .detail .inner1100 {
        width: 92vw;
    }

#pediatric-dentistry .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

#pediatric-dentistry .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

#pediatric-dentistry .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

#pediatric-dentistry .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

#pediatric-dentistry .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

#pediatric-dentistry .detail table {
        width: 100%;
        border-bottom: none;
    }

#pediatric-dentistry .detail th,
#pediatric-dentistry .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

#pediatric-dentistry .btn_area .btn a,
#pediatric-dentistry .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}















@charset "UTF-8";

#services-first .kasou_head .inner1400 {
    background: url(../img/services/head_services-first.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;
}

#services-first .intro .img img {
    width: 530px;
}

#services-first .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#services-first .intro .txt .btn {
    text-align: right;
}

#services-first .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#services-first .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#services-first .detail {
    padding: 24px 0 0px;
}

#services-first .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#services-first .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#services-first .detail p {
    font-size: 16px;
    line-height: 30px;
}

#services-first .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#services-first .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#services-first .detail th,
#services-first .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#services-first .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#services-first .detail td {
    text-align: right;
}

#services-first .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#services-first .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
#services-first .kasou_head .inner1400 {
        background: url(../img/services/head_services-first_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

#services-first .intro .inner1100 {
        width: 92vw;
    }

#services-first .intro .flex {
        flex-direction: column;
    }

#services-first .intro .img {
        margin-bottom: 6.8vw;
    }

#services-first .intro .img img {
        width: 100%;
    }

#services-first .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

#services-first .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

#services-first .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

#services-first .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

#services-first .detail {
        padding: 9.2vw 0 0;
    }

#services-first .detail .inner1100 {
        width: 92vw;
    }

#services-first .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

#services-first .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

#services-first .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

#services-first .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

#services-first .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

#services-first .detail table {
        width: 100%;
        border-bottom: none;
    }

#services-first .detail th,
#services-first .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

#services-first .btn_area .btn a,
#services-first .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}





























@charset "UTF-8";

#index-aso .kasou_head .inner1400 {
    background: url(../img/services/head_services.png) no-repeat center / 100%;
    height: 400px;
    background-size: cover;    
}

#index-aso .intro .img img {
    width: 530px;
}

#index-aso .intro .txt p {
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    width: 530px;
    text-align: left;
}

#index-aso .intro .txt .btn {
    text-align: right;
}

#index-aso .intro .txt .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #5d5249;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}

#index-aso .intro .txt .btn a::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../img/arw_r_w.png) no-repeat center / 100%;
    position: absolute;
    top: 18px;
    right: 12px;
}

#index-aso .detail {
    padding: 24px 0 80px;
}

#index-aso .detail .block:not(:last-child) {
    margin-bottom: 60px;
}

#index-aso .detail h3 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#index-aso .detail p {
    font-size: 16px;
    line-height: 30px;
}

#index-aso .detail p.youtube {
    text-align: center;
    margin: 47px 0 109px;
}

#index-aso .detail table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    width: 640px;
    margin: 0 auto;
}

#index-aso .detail th,
#index-aso .detail td {
    border-bottom: 1px solid #d1cfcc;
    padding: 30px;
}

#index-aso .detail th {
    text-align: left;
    width: 290px;
    background: #f6f3ee;
    font-weight: normal;
}

#index-aso .detail td {
    text-align: right;
}

#index-aso .btn_area {
    background: none;
    border-top: 1px solid #d1cfcc;
}

#index-aso .btn_area .btn a:nth-child(2) {
    width: 240px;
}


@media (max-width: 750px) {
#index-aso .kasou_head .inner1400 {
        background: url(../img/services/head_services_sp.png) no-repeat center / 100%;
        height: 77vw;
    }

#index-aso .intro .inner1100 {
        width: 92vw;
    }

#index-aso .intro .flex {
        flex-direction: column;
    }

#index-aso .intro .img {
        margin-bottom: 6.8vw;
    }

#index-aso .intro .img img {
        width: 100%;
    }

#index-aso .intro .txt p {
        width: 100%;
        font-size: 3.4vw;
        line-height: 7.4vw;
        margin: 0;
    }

#index-aso .intro .txt .btn {
        text-align: center;
        margin-top: 7.8vw;
    }

#index-aso .intro .txt .btn a {
        width: 69.3vw;
        font-size: 4.2vw;
        padding: 4.2vw;
        border-radius: 6.6vw;
        margin-top: 0;
    }

#index-aso .intro .txt .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 4.1vw;
    }

#index-aso .detail {
        padding: 9.2vw 0 13.3vw;
    }

#index-aso .detail .inner1100 {
        width: 92vw;
    }

#index-aso .detail h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 4vw;
        line-height: 8vw;
    }

#index-aso .detail .block:not(:last-child) {
        margin-bottom: 13.3vw;
    }

#index-aso .detail p {
        font-size: 3.4vw;
        line-height: 6.1vw;
    }

#index-aso .detail p.youtube {
        margin: 10.4vw 0 14.5vw;
    }

#index-aso .detail p.youtube iframe {
        width: 100%;
        height: 51.7vw;
    }

#index-aso .detail table {
        width: 100%;
        border-bottom: none;
    }

#index-aso .detail th,
#index-aso .detail td {
        display: block;
        width: 100%;
        font-size: 4.2vw;
        padding: 5.3vw;
        text-align: center;
    }

#index-aso .btn_area .btn a,
#index-aso .btn_area .btn a:nth-child(2) {
        width: 60.6vw;
    }
}