@charset "utf-8";

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

    treatment-whitening.css

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

/* --------------------------------
■共通
-------------------------------- */
.bg_white {
    background: #fff;
}

.c_brown {
    color: #B0885D;
}

.underline {
    text-decoration: underline;
}

.contents h2.title.border {
    margin-bottom: 78px;
}

.contents .title.lv5 {
    color: #36353D;
    margin-bottom: 19px;
    text-align: left;
}
    .contents .title.lv5.text-center {
        text-align: center;
    }
.contents .title.lv5.no_bg,
.contents .title.lv5.attention {
    padding-left: 0;
    background: none;
}
.contents .title.lv5.attention:before {
    content: url(../../images/treatment/implant/attention.svg);
    vertical-align: middle;
    margin-right: 10px;
}

.contents .title.lv6 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 27px;
    margin-bottom: 12px;
    text-align: left;
}

.contents .title.fs24 {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 42px;
    margin-bottom: 17px;
}
.contents .title.fs24.border {
    position: relative;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 17px;
    margin-bottom: 36px;
    text-align: left;
}
    .contents .title.fs24.border::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 106px;
        height: 3px;
        background: #293B80;
    }

.contents .buttonStyle.plainArrow {
    margin-top: 8px;
}
.contents p.buttonStyle.plainArrow a {
    font-size: 1.5rem;
    letter-spacing: 0;
}
.contents p.buttonStyle.plainArrow a span {
    font-size: 1.5rem;
    text-decoration: underline;
    border-bottom: none;
}
    .contents p.buttonStyle.plainArrow a span::before {
        background: url(../../images/treatment/implant/btn.svg) no-repeat left center / contain;
    }
    .contents p.buttonStyle.plainArrow a[target="_blank"]::after {
        content: url(../../images/common/icon/icon_blank.svg);
    }

.contents .itemList li dt {
    font-weight: 600;
}

.contents .flex_box.ex_box {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 0 0 4px 4px;
    gap: 29px
}
.contents .flex_box.ex_box .explain {
    width: auto;
}
.contents .flex_box.ex_box .image {
    flex-shrink: 0;
    width: fit-content;
    margin-bottom: 0;
}

.contents .worries_box {
    border-radius: 8px;
}
.contents .worries_box.border {
    padding: 34px 40px;
    border: 2px solid #DFDFDF;
    margin-top: 42px;
}

.contents ul.asterisk {
    margin-top: 10px;
}
.contents ul.asterisk li {
    margin-bottom: 0;
}

/* タブレット用
-------------------------------------------- */
@media (max-width: 1080px) and (min-width: 768px) {
    .contents .flex_box.ex_box {
        flex-wrap: wrap;
    }
    .contents .flex_box.ex_box .image img {
        width: 100%;
    }
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {
    .contents h2.title.border {
        margin-bottom: 38px;
    }
    .contents .title.lv5.attention:before {
        zoom: 0.7;
    }
    .contents .title.lv6 {
        font-size: 1.8rem;
    }
    .contents .title.fs24 {
        font-size: 2rem;
    }
    .contents .worries_box,
    .contents .worries_box.border {
        padding: 32px 4%;
    }
    .contents .flex_box.col2.sp_col1,
    .contents .flex_box.col3.sp_col1 {
        flex-direction: column;
        gap: 20px
    }
    .contents .flex_box.col2.sp_col1 > *,
    .contents .flex_box.col3.sp_col1 > * {
        width: 100%!important;
    }
    .contents section img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
}

/* --------------------------------
■cvArea
-------------------------------- */
#mainArea .cvArea .buttonStyle {
    max-width: 440px;
    margin: 60px auto 0;
}


/* --------------------------------
■about
-------------------------------- */

/* --------------------------------
■recommend
■worries
-------------------------------- */
#recommend .listcheck,
#worries .listcheck {
    gap: 6px 18px;
}
#recommend .listcheck li,
#worries .listcheck li {
    font-size: 1.8rem;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {
    #recommend .listcheck li,
    #worries .listcheck li {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
}


/* --------------------------------
■point
-------------------------------- */
#point .pointList {
    gap: 24px 2%;
    align-items: stretch;
}
#point .pointList li {
    width: 32%;
    box-sizing: border-box;
    background-color: #F2F7F8;
    border-radius: 8px;
    padding: 38px;
    position: relative;
}
    #point .pointList li.col2 {
        width: 49%;
    }
#point .pointList li .no {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    left: 12px;
    margin: 0;
    width: 42px;
    height: 42px;
    color: #fff;
    font-family: "EB Garamond", system-ui;
    background: #757591;
    font-size: 1.8rem;
    border-radius: 4px;
}
#point .pointList li .image {
    display: flex;
    height: 117px;
    align-items: center;
    justify-content: center;
}
#point .pointList li dt {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 600;
}

/* タブレット用
-------------------------------------------- */
@media (max-width: 1080px) and (min-width: 768px) {

}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {

    #point .pointList {
        gap: 16px 2%;
        flex-wrap: wrap;
    }
    #point .pointList li {
        width: auto;
        padding: 28px;
    }
        #point .pointList li.col2 {
            width: auto;
        }
    #point .pointList li dt {
        font-size: 1.9rem;
        margin-bottom: 20px;
    }
    #point img {
        width: auto !important;
    }
}


/* --------------------------------
■kind
-------------------------------- */
#kind .arrow_triangle {
    height: 26px;
    margin: 30px auto 20px;
}
#kind .text.big {
    font-size: 2.2rem;
    font-weight: 600;
}
#kind .ankerList {
    margin-top: 20px;
}
#kind .ankerList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #293B80;
    border-radius: 8px;
    padding: 32px 18px 64px;
    text-align: center;
    position: relative;
}
    #kind .ankerList li a::after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        height: 33px;
        width: 33px;
        display: inline-block;
        background: url(../../images/treatment/implant/anker.svg) no-repeat top center / contain;
        transition: .3s;
    }
    #kind .ankerList li a:hover::after {
        bottom: 15px;
    }
#kind .ankerList li dt {
    font-size: 2.2rem;
    margin-bottom: 16px;
}
#kind .ankerList li dd {
    font-size: 1.5rem;
}
/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {
    #kind .ankerList {
        gap: 16px;
    }
    #kind .text.big {
        font-size: 2rem;
    }
    #kind .ankerList li dt {
        font-size: 2rem;
        margin-bottom: 8px;
    }
}

/* --------------------------------
■method
-------------------------------- */
#method {
    padding-top: 60px!important;
}
#method h3 {
    margin-bottom: 30px;
}
#method .time {
    margin-bottom: 40px;
}
#method .methodList > li {
    background: #F6F6F6;
    border-radius: 8px;
    padding: 56px;
}
    #method .methodList > li:not(:last-child) {
        margin-bottom: 29px;
    }
#method .methodList > li .inner {
    max-width: 767px;
    margin-inline: auto;
    text-align: center;
}
#method li .ttl_speech {
    font-size: 1.5rem;
    margin-bottom: 21px;
}
#method li .description .txt {
    line-height: 1.8;
}
#method li .wrap {
    margin-bottom: 20px;
}
#method ul.whitebg {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 24px;
}
    #method ul.whitebg li {
        text-align: left;
    }
    #method ul.whitebg li:not(:last-child) {
        margin-bottom: 8px;
    }
#method table.priceStyle {
    background-color: #fff;
    border-top: 1px solid #E2E2E2;
}
    #method table.priceStyle th,
        #method table.priceStyle td {
            padding: 20px;
    }
    #method table.priceStyle th {
        background-color: #757591;
        text-align: center;
        color: #fff;
    }
    #method table.priceStyle td {
        text-align: right;
    }
    
#method .sideImage {
    position: relative;
}
#method .sideImage:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #DEDEDE;
    top: 0;
    left: 20px;
}
#method .sideImage figure {
    flex-direction: row-reverse;
    justify-content: space-between;
}
#method .sideImage figure.noReserve {
    flex-direction:row;
}
#method .sideImage li:last-child {
    position: relative;
}
#method .sideImage li:last-child:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #F6F6F6;
    position: absolute;
    top: 0;
    left: 20px;
}
#method .sideImage li .no {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    color: #fff;
    font-family: "EB Garamond", system-ui;
    border-radius: 22px;
    background: rgb(41, 59, 128);
    background: linear-gradient(180deg, rgba(41, 59, 128, 1) 0%, rgba(21, 30, 64, 1) 100%);
    font-size: 1.8rem;
    z-index: 999;
}
#method .sideImage li dt {
    display: flex;
    align-items: center;
    gap: 0 12px
}
#method .sideImage li dd {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 52px;
}
#method .sideImage li dd.image {
    margin-top: 20px;
}

#method.mouthpiece div {
    margin-bottom: 30px;
}

#method.mouthpiece .methodList div {
    margin-bottom: 0;
}
#method .shadowList {
    margin-top: 34px;
}
#method .shadowList li {
    background: #fff;
    padding: 24px 18px;
    box-shadow: 0px -2px 0px 0px rgba(41, 59, 128, 1);
}
#method .shadowList li dt {
    font-size: 1.8rem;
    margin-bottom: 23px;
}
#method .shadowList li dd {
    font-size: 1.4rem;
    text-align: left;
}

#method li .sub_ttl {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: center;
}


/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {
    #method .methodList > li {
        padding: 32px 4%;
    }
    #method .methodList > li .wrap.grid_box.sp_col1 {
        gap: 12px;
    }
    #method .sideImage li dd.image img {
        width: 100%;
    }
    #method .sideImage:before {
        display: none;
    }
    #method .sideImage li:last-child:before {
        display: none;
    }
    #method .sideImage li dd {
        font-size: 1.5rem;
        padding-left: 0;
    }
    #method table.priceStyle th,
        #method table.priceStyle td {
            padding: 12px;
            display: block;
            width: 100%;
            box-sizing: border-box;
    }
    #method table.priceStyle td {
        text-align: center;
    }
    #method .shadowList li dt {
        margin-bottom: 8px;
    }
    #method li .sub_ttl {
        font-size: 1.6rem;
    }
}


#reason .cseList{
    grid-template-columns: 1.15fr 0.85fr;
}
#reason .cseList:not(:last-child){
    margin-bottom: 10px;
}
#reason .cseList h4{
    font-size: 1.9rem;
    margin-bottom: 12px;
    line-height: 1.7;
}

#reason .cseList h3{
    font-size: 2.0rem;
    margin-bottom: 12px;
    line-height: 1.7;
}

#reason .cseList .example{
    padding: 16px;
}
#reason .cseList .example li{
    list-style: disc;
    margin-left: 1.8em;
}
#reason .cseList .example li:not(:last-child){
    margin-bottom: 8px;
}
#reason .cseList .example .image{
    text-align: center;
    margin-bottom: 0;
}
#reason  .row02.grid_box {
    margin: 24px 0;
}
#reason .compare_treatment {
    background-color: #f2f7f8;
    border-radius: 8px;
    padding: 32px;
}
#reason .compare_treatment .ttl {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 15px;
}



/* タブレット用
-------------------------------------------- */
@media (max-width: 1080px) and (min-width: 768px) {

}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {

    #reason .cseList{
        grid-template-columns: 1fr;
        gap: 8px;
    }
    #reason .row02.grid_box {
        gap: 20px;
    }
    #reason .compare_treatment {
        padding: 28px;
    }
}


/* --------------------------------
■difference
-------------------------------- */
#difference .table-wrap {
    margin-top: 60px;
}
#difference table img {
    margin-top: 15px;
}
#difference table.priceTable {
    table-layout: fixed;
}
#difference table.priceTable th,
#difference table.priceTable td {
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}
#difference table.priceTable th {
    color: #fff;
    background: #293B80;
    font-size: 1.5rem;
    text-align: center;
    width: 10em;
}
#difference table.priceTable td {
    font-size: 1.4rem;
    vertical-align: top;
}
#difference table.priceTable tr:first-child td {
    font-size: 1.8rem;
    text-align: center;
    border-top: 1px solid #E2E2E2;
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 1080px) and (min-width: 768px) {
    #difference table.priceTable th {
        width: 6em;
    }
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {
    #difference .table-wrap {
        overflow-x: scroll;
    }
    #difference .table-wrap table {
        width: 100%;
        min-width: 600px;
    }
    #difference table.priceTable th {
        width: 6em;
    }
}

/* --------------------------------
■flow
-------------------------------- */
#flow .sideImage figure {
    flex-direction: row-reverse;
    justify-content: space-between;
}
#flow .sideImage figure.noReserve {
    flex-direction:row;
}
#flow .sideImage li .no {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    color: #fff;
    font-family: "EB Garamond", system-ui;
    border-radius: 22px;
    background: rgb(41, 59, 128);
    background: linear-gradient(180deg, rgba(41, 59, 128, 1) 0%, rgba(21, 30, 64, 1) 100%);
    font-size: 1.8rem;
    z-index: 999;
}
#flow .sideImage li dt {
    display: flex;
    align-items: center;
    gap: 0 12px
}
#flow .sideImage li dd {
    font-size: 1.6rem;
    text-align: left;
}
#flow .sideImage li dd.image {
    margin-top: 20px;
}
#flow .tel {
    display: flex;
    min-height: 29px;
    align-items: center;
    font-size: 3.6rem;
    background: url("../../images/common/icon/tel.svg") no-repeat center left / contain;
    padding-left: 50px;
    line-height: 1;
    color: #293B80;
    margin: 15px 0;
    transition: .5s;
}
#flow .buttonStyle.icon_arrow a {
    display: flex;
    justify-content: center;
}
#flow .buttonStyle.line {
    max-width: 240px;
    margin-bottom: 0;
}
#flow .buttonStyle.line a {
    background: #72727b;
    display: flex;
    justify-content: center;
    padding: 18px 30px;
}
#flow .row_btn01 {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {
    #flow .methodList > li {
        padding: 32px 4%;
    }
    #flow .methodList > li .wrap.grid_box.sp_col1 {
        gap: 12px;
    }
    #flow .sideImage li dd.image img {
        width: 100%;
    }
    #flow .sideImage:before {
        display: none;
    }
    #flow .sideImage li:last-child:before {
        display: none;
    }
    #flow .sideImage li dd {
        font-size: 1.5rem;
        padding-left: 0;
    }
    #flow table.priceStyle th,
        #flow table.priceStyle td {
            padding: 12px;
            display: block;
            width: 100%;
            box-sizing: border-box;
    }
    #flow table.priceStyle td {
        text-align: center;
    }
    #flow .tel {
        min-height: 16px;
        font-size: 3rem;
        background: url("../../images/common/icon/tel.svg") 0 0 no-repeat;
        background-size: auto 100%;
        padding-left: calc(90 / 750 * 100vw);
        margin-left: 0px;
    }
    #flow .buttonStyle.line a {
        padding: 13px;
    }
}
/* --------------------------------
■merit
-------------------------------- */
#merit .worries_box {
    background: #f8f8f8;
}
#merit .grid_box.col2 {
    grid-template-columns: 1fr;
    gap: 25px 0;
}
#merit ul.listcheck > li {
    border-bottom: 1px solid #d5d5d5;
}
#merit ul.listcheck > li:last-of-type {
    border-bottom: none;
}
#merit ul.listcheck > li .txt {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}


/* --------------------------------
■case
-------------------------------- */
#case {
    padding-bottom: 0!important;
}
#case h3 {
    margin-bottom: 50px;
}
#case .caseList {
    margin-bottom: 40px;
}
#case .caseList .wrap {
    background: linear-gradient(90deg, #F6F6F6 0%, #F6F6F6 50%, #E5EDF8 50%, #E5EDF8 100%);
    padding: 32px;
    border-radius: 8px;
}
#case .caseList .grid_box {
    width: 100%;
    gap: 20px 80px;
    margin-top: -54px;
}
#case .caseList .grid_box dl {
    position: relative;
}
#case .caseList .grid_box dl:first-child::after {
    content: "";
    background: url(../../images/treatment/whitening/case_arrow.svg) 0 0 no-repeat;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: -72px;
    margin: auto 0;
    right: -48px;
}
#case .caseList .wrap dt {
    text-align: center;
    margin-bottom: 24px;
}
#case .caseList .wrap dt span {
    background: #72727B;
    padding: 8px 20px;
    color: #fff;
    font-size: 2.0rem;
    display: inline-block;
}
#case .caseList .wrap .after dt span {
    background: linear-gradient(to right, #151E40, #293B80);
}
#case .caseList .priceTable {
    margin-top: 28px;
}
#case .caseList .priceTable th,
    #case .caseList .priceTable td {
        padding: 20px;
}
#case .caseList .priceTable .lead {
    background-color: #293B80;
    color: #fff;
    text-align: center;
    width: 180px;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {
    #case {
        padding-bottom: 0!important;
    }
    #case h3 {
        margin-bottom: 20px;
    }
    #case .caseList .wrap {
        background: #F2F7F8;
        padding: 24px;
    }
    #case .caseList .grid_box {
        width: 100%;
        gap: 52px 0;
        margin-top: 0;
    }
    #case .caseList .grid_box dl:first-child::after {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto;
        bottom: -40px;
        transform:rotate(90deg);
    }
    #case .caseList .wrap dt {
        margin-bottom: 12px;
        position: relative;
        z-index: 2;
    }
    #case .caseList .wrap dt span {
        padding: 6px 20px;
        font-size: 1.8rem;
    }
    #case .caseList .wrap dd {
        margin-top: -32px;
        position: relative;
        z-index: 1;
    }
    #case .caseList .priceTable {
        margin-top: 20px;
    }
    #case .caseList .priceTable th.lead,
        #case .caseList .priceTable td {
            padding: 12px;
            display: block;
            width: 100%;
            box-sizing: border-box;
    }
}

/* --------------------------------
■faq
-------------------------------- */
#faq {
    padding-bottom: 0!important;
}
#faq dl.faqList {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
#faq dl.faqList dt {
    font-size: 2rem;
    padding: 21px 48px 21px 76px;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #DFDFDF;
}
    #faq dl.faqList dt:first-of-type {
        border-top: none;
    }
    #faq dl.faqList dt::before {
        position: absolute;
        content: "Q";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
        height: 42px;
        color: var(--text-color-white , #fff);
        font-size: 2.1rem;
        font-weight: 700;
        background: #293B80;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #faq dl.faqList dt span::before,
    #faq dl.faqList dt span::after {
        content: "";
        position: absolute;
        display: block;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 2px;
        background: #293B80;
        transition: all .3s ease-in-out;
    }
    #faq dl.faqList dt span::after {
        transform: translateY(-50%) rotate(90deg);
    }
    #faq dl.faqList dt.open span::after {
        transform: translateY(-50%) rotate(0);
    }
#faq dl.faqList dd {
    display: none;
    background: #F8F8F8;
    padding: 21px;
    font-size: 1.6rem;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {
    #faq dl.faqList dt {
        font-size: 1.6rem;
        padding: 20px 24px 20px 40px;
    }
        #faq dl.faqList dt::before {
            width: 32px;
            height: 32px;
            font-size: 1.6rem;
        }
    #faq dl.faqList dd {
        font-size: 1.5rem;
        padding: 20px 4%;
    }
}

/* --------------------------------
■warranty
-------------------------------- */
#warranty p.note {
    font-size: 1.3rem;
    margin: 12px 0 0;
    text-indent: -1em;
    padding-left: 1em;
}
#warranty .worries_box figure {
        align-items: flex-start;
        justify-content: space-between;
    }
    #warranty .worries_box figure .image {
        width: 273px;
        margin-bottom: 0;
        margin-top: 12px;
    }
    #warranty .worries_box figure figcaption {
        width: 530px;
    }
    #warranty .worries_box figure figcaption .caution {
        margin: 20px 0 0;
        font-weight: 600;
    }
#warranty table.priceTable {
    margin-bottom: 26px;
}
#warranty table.priceTable th,
#warranty table.priceTable td {
    border-bottom: 1px solid #DEDEDE;
}
    #warranty table.priceTable tr:last-of-type th,
    #warranty table.priceTable tr:last-of-type td {
        border-bottom: none;
    }
#warranty table.priceTable th {
    width: 15em;
    color: #fff;
    background: #757591;
    text-align: center;
}
#warranty table.priceTable td {
    background: #EFEFEF;
}
#warranty table.priceTable td {
    background: #EFEFEF;
}
#warranty .title.lv5 {
    margin-top: 37px;
}
    #warranty .title.lv5.attention {
        margin-top: 0;
    }
#warranty ul.asterisk {
    margin-top: 20px;
}
#warranty ul.listcheck li {
    font-size: 1.7rem;
    font-weight: 500;
}
    #warranty ul.listcheck li::before {
        width: 28px;
        height: 26px;
    }
#warranty .flex_box.ex_box {
    margin-bottom: 39px;
}
#warranty ul.asterisk + .buttonStyle.plainArrow {
    margin-top: 26px;
}
#warranty ul.warrantyList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#warranty ul.warrantyList li dl {
    background: #fff;
}
#warranty ul.warrantyList li dl dt {
    font-size: 2.2rem;
    padding: 18px 12px;
    background: #293B80;
    color: #fff;
    border-radius: 8px 8px 0 0;
    text-align: center;
    position: relative;
}
    #warranty ul.warrantyList li dl dt::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #293B80;
    }
#warranty ul.warrantyList li dl dt small {
    display: block;
    font-size: 1.8rem;
}
#warranty ul.warrantyList li dl dd {
    font-size: 1.8rem;
    padding: 19px 12px 29px;
    background: #F6F6F6;
    border-radius: 0 0 8px 8px;
    text-align: center;
}
#warranty ul.warrantyList li dl dd span {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
}
#warranty ul.warrantyList li dl dd em {
    font-size: 3.2rem;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {
    #warranty table.priceTable th,
    #warranty table.priceTable td {
        display: block;
        width: auto;
    }
    #warranty ul.listcheck li {
        font-size: 1.5rem;
    }
    #warranty ul.warrantyList li dl dt {
        font-size: 1.8rem;
        padding: 12px;
    }
    #warranty ul.warrantyList li dl dd {
        padding: 25px 12px 16px;
    }
    #warranty ul.warrantyList li dl dt small {
        display: inline-block;
        font-size: 1.4rem;
    }
    #warranty .worries_box figure {
        display: block;
    }
    #warranty .worries_box figure .image {
        width: auto;
        margin-bottom: 20px;
    }
    #warranty .worries_box figure .image img {
        width: 100%;
    }
    #warranty .worries_box figure figcaption {
        width: auto;
    }
}

/* リスク・副作用
------------------------------------------------------------------*/
.risk .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right:50px;
}
.risk{
	margin: 60px 0;
	padding: 40px 45px;
	background: #eee;
}
.risk .box .ttl{
	text-align: center;
	font-size:2rem;
}
.risk .box .txt{
	line-height: 2;
}
.risk .box .txt span{
	font-size:2rem;
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y{
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking{
	opacity: 1!important;
}
.sp_only {
        display: none;
    }

/* タブレット用
-------------------------------------------- */
@media (max-width: 930px) and (min-width: 768px) {
    #flow .buttonStyle.line a {
        padding: 18px 5px;
    }
}
@media (max-width: 840px) and (min-width: 768px) {
    #flow .tel {
        font-size: 2.8rem;
    }
    #flow .buttonStyle.line a span {
        padding-left: 30px;
    }
    #flow .buttonStyle.line a {
        font-size: 1.2rem;
    }
    #flow .buttonStyle.icon_arrow a {
        font-size: 1.2rem;
    }
}


@media only screen and (max-width : 767px) {
    .sp_only {
        display: block;
    }
	.risk{
		padding: calc(40 / 750*100vw) calc(45 / 750*100vw);
		margin: 7vw 0;
	}
	.risk .box {
		padding-right:calc(50 / 750*100vw);
	}
	.risk .box .ttl{
		font-size: 1.8rem;
	}
    .risk .box .txt span{
		font-size: 1.8rem;
	}
}