@charset "UTF-8";
.slimming-flow {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1040px) {
    .slimming-flow {
        padding: 0;
    }
}

.slimming-flow .copy {
    font-size: 1.4rem;
    line-height: calc(3 / 2.4);
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Kiwi Maru', serif;
}

.slimming-flow .scroll-arrow::after {
    content: "scroll→";
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
}

@media screen and (min-width:768px) {
    .slimming-flow .scroll-arrow::after {
        content: none;
    }
}

.slimming-flow .steps {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto 60px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*
    overflow-scrolling: touch;
    */
}

.slimming-flow .steps img {
    width: 1000px;
}

.slimming-flow section.section-content {
    background-color: #afeeee;
    padding-top: 40px;
}

.slimming-flow section.section-content.flow>.head {
    font-size: 1.3rem;
    line-height: calc(3.6 / 3);
    text-align: center;
    font-family: 'Kaisei HarunoUmi', serif;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .slimming-flow .copy {
        font-size: 2.4rem;
    }
    .slimming-flow section.section-content.flow>.head {
        font-size: 3rem;
    }
}

.slimming-flow section.section-content.flow>.head span {
    display: inline-block;
    position: relative;
}

.slimming-flow section.section-content.flow>.head span::before,
.slimming-flow section.section-content.flow>.head span::after {
    content: '';
    width: 36px;
    border-top: 2px dotted #222;
    position: absolute;
    top: 50%;
}

.slimming-flow section.section-content.flow>.head span::before {
    left: -40px;
    transform: rotate(45deg);
}

.slimming-flow section.section-content.flow>.head span::after {
    right: -40px;
    transform: rotate(-45deg);
}

.slimming-flow section.section-content.flow .inner {
    width: 100%;
    max-width: 1000px;
    padding: 30px 20px;
    margin: 0 auto;
    background-color: #fff;
}

.slimming-flow section.section-content.flow .inner>.row {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 30px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-bottom: 1px solid #222;
}

.slimming-flow section.section-content.flow .inner>.row>.primary {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .slimming-flow section.section-content.flow .inner>.row>.primary {
        max-width: 210px;
        margin-bottom: 30px;
    }
}

.slimming-flow section.section-content.flow .inner>.row>.primary img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .slimming-flow section.section-content.flow .inner>.row>.primary img {
        width: 210px;
    }
}

.slimming-flow section.section-content.flow .inner>.row>.secondary {
    position: relative;
    width: 100%;
    padding-left: 100px;
}

@media screen and (min-width: 768px) {
    .slimming-flow section.section-content.flow .inner>.row>.secondary {
        max-width: calc(100% - 260px);
        margin-right: auto;
    }
}

.slimming-flow section.section-content.flow .inner>.row>.secondary .num {
    font-family: 'Stick No Bills', sans-serif;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #222;
    font-size: 3.6rem;
    line-height: 80px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.slimming-flow section.section-content.flow .inner>.row>.secondary .head {
    font-size: 1.45rem;
    font-family: 'Shippori Mincho B1', serif;
    margin: 20px 0;
    font-weight: 800;
}

@media screen and (min-width: 768px) {
    .slimming-flow section.section-content.flow .inner>.row>.secondary .head {
        font-size: 2.4rem;
    }
}

.slimming-flow section.section-content.flow .inner>.row>.secondary .text {
    line-height: calc(24 / 14);
    margin-bottom: 30px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: .95rem;
}

@media screen and (min-width: 768px) {
    .slimming-flow section.section-content.flow .inner>.row>.secondary .text {
        font-size: 1.15rem;
    }
}

.slimming-flow section.section-content.flow.primary {
    padding-top: 60px;
}

.slimming-flow section.section-content.flow.primary .inner {
    padding-bottom: 40px;
}

.slimming-flow section.section-content.flow.primary .inner .container {
    max-width: 840px;
    margin-top: 10px;
    padding: 0;
}

.slimming-flow section.section-content.flow.primary .inner .container>.head {
    font-family: 'Shippori Mincho B1', serif;
    padding: 10px;
    font-size: 2.4rem;
    background-color: #57463b;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.slimming-flow section.section-content.flow.primary .inner .container .row {
    margin: 0 -10px;
}

.slimming-flow section.section-content.flow.primary .inner .container .row .col {
    padding: 0 10px;
}

.slimming-flow section.section-content.flow.primary .inner .container .row .col .inner {
    padding: 30px 20px;
    background-color: #e3f2d5;
    margin-bottom: 20px;
}

.slimming-flow section.section-content.flow.primary .inner .container .row .col .inner img {
    width: 100%;
    max-width: 170px;
    display: block;
    margin: 0 auto 20px;
}

.slimming-flow section.section-content.flow.primary .inner .container .row .col .inner .head {
    font-size: 2rem;
    text-align: center;
    line-height: calc(3 / 2);
    margin-bottom: 20px;
}

.slimming-flow section.section-content.flow.primary .inner .container .row .col .inner .text {
    line-height: calc(24 / 14);
}

.slimming-flow section.section-content.flow.secondary .num {
    color: #fff;
    background-color: #57463b;
}

.slimming-flow section.section-content.allow .head {
    text-align: center;
    position: relative;
    padding-bottom: 60px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.slimming-flow section.section-content.allow .head span {
    font-size: 2rem;
    line-height: 4rem;
    color: #57463b;
    font-family: 'Shippori Mincho B1', serif;
}

.slimming-flow section.section-content.allow .head::after {
    left: calc(50% - 80px);
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 80px solid transparent;
    border-top: 40px solid #57463b;
    margin-top: 20px;
}


/* slimming flow contents */

.box_mb100 {
    margin-bottom: 100px;
    display: block;
}

.inbox {
    width: 980px;
    margin: auto;
}

.inbox h2 {
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 45px;
    text-align: center;
    letter-spacing: 5px;
}

.inbox h3 {
    color: #be913c;
    margin-bottom: 18px;
    font-size: 22px;
    padding: 10px 20px 7px 38px;
    border-bottom: 1px dotted #d9bca0;
    font-family: 'Kaisei Decol', serif;
}

.cmn_ttl1,
.cmn_ttl2 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.txt_cen {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.flex {
    display: flex;
}

.flex img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border-radius: 50%;
    max-width: 100%;
    width: 75%;
}

.flow_list ul {
    flex-wrap: wrap;
    list-style: none;
}

.flow_list li::after,
.flow_num::before {
    content: "";
    position: absolute;
}

.flow_list li {
    width: 300px;
    text-align: center;
    position: relative;
    margin: 45px 40px 0px 0px;
}

.flow_list li:nth-child(3n) {
    margin-right: 0px;
}

.flow_list li:nth-child(-n+3) {
    margin-top: 20px;
}

.flow_list li::after {
    width: 55px;
    height: 30px;
    top: 85px;
    right: -44px;
    background: url(../common/images/sliminng/arrow-icon.png) no-repeat center;
}

.flow_list li:nth-child(3n)::after,
.flow_list li:last-child::after {
    background: none;
}

.flow_num {
    color: #fff;
    width: 54px;
    height: 54px;
    font-size: 1.95rem;
    padding-top: 1px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin: 0px 0px -60px 50px;
    background-color: #4169e1;
    font-family: 'Stick No Bills', sans-serif;
}

.flow_num::before {
    width: 44px;
    height: 44px;
    top: 4px;
    left: 4px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
}

.flow_list dt {
    font-family: 'Kaisei Opti', serif;
    color: #e6786e;
    font-size: 2rem;
    margin: 8px 0px;
}

.flow_list dd {
    font-family: 'Kaisei Tokumin', serif;
    font-size: 1.05rem;
    text-align: left;
}

.slimming-body {
    margin-top: 2rem;
}

.slimming1_list ul.flex {
    margin-top: 35px;
    justify-content: center;
}

.slimming1_list ul li {
    padding: 0px 10px;
    text-align: center;
    max-width: 100%;
    width: 100%;
}

.slimming1_list ul li p {
    color: #e6786e;
    margin-top: 15px;
    font-size: 22px;
    font-family: 'Kaisei Decol', serif;
}

.slimming1_list .box-sl-1 {
    font-family: 'Kaisei Tokumin', serif;
    color: #000;
    font-size: 1.1rem;
    text-align: left;
}

.slimming1_list .flex img {
    width: 85%;
}

.slimming-1_img {
    margin-top: 35px;
}

@media screen and (max-width: 640px) {
    .box_mb100 {
        margin-bottom: 80px;
    }
    .inbox {
        padding: 0px 10px;
        width: 100%;
        margin: auto;
    }
    .inbox h2 {
        font-size: 25px;
        padding-top: 40px;
        margin-bottom: 15px;
        text-align: center;
        letter-spacing: 5px;
    }
    .inbox h3 {
        color: #be913c;
        margin-bottom: 18px;
        font-size: 1.2rem;
        padding: 10px 10px 7px 12px;
        border-bottom: 1px dotted #d9bca0;
    }
    .flex {
        display: flex;
    }
    .flex img {
        max-width: 100%;
        height: auto;
        width: 70%;
    }
    .txt_cen {
        text-align: center;
        margin-bottom: 30px;
    }
    .flow_list ul {
        display: block;
        flex-wrap: wrap;
    }
    .flow_list li {
        text-align: center;
        position: relative;
        margin: 45px 0px 0px 0px;
    }
    .flow_list li::after,
    .flow_num::before {
        content: none;
        position: static;
    }
    .flow_list li:nth-child(3n) {
        margin-right: 0px;
    }
    .flow_list li:first-child {
        margin-top: 20px;
    }
    .flow_list li::after {
        width: 55px;
        height: 30px;
        top: 85px;
        right: -44px;
    }
    .flow_list li:nth-child(3n)::after,
    .flow_list li:last-child::after {
        background: none;
    }
    .flow_num {
        color: #fff;
        width: 54px;
        height: 54px;
        font-size: 2rem;
        padding-top: 1px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        box-sizing: border-box;
        margin: 0px 0px -60px 50px;
        background-color: #4169e1;
    }
    .flow_num::before {
        width: 44px;
        height: 44px;
        top: 4px;
        left: 4px;
        margin: auto;
        border: 1px solid #fff;
        border-radius: 50%;
    }
    .flow_list dt {
        color: #e6786e;
        font-size: 22px;
        margin: 8px 0px;
    }
    .flow_list dd {
        font-size: 1.1rem;
    }
    .slimming1_list ul.flex {
        margin-top: 35px;
        display: block;
        justify-content: center;
    }
    .slimming1_list ul li {
        padding: 0px 45px;
        text-align: center;
        margin-bottom: 30px;
    }
    .slimming1_list ul li:last-child {
        margin-bottom: 0px;
    }
    .slimming1_list ul li p {
        color: #e6786e;
        margin-top: 15px;
        font-size: 22px;
    }
    .slimming1_list .flex img {
        width: 75%;
    }
    .slimming-1_img {
        margin-top: 20px;
    }
}