@charset "utf-8";

section {
    max-width: 600px;
    margin: 0 auto;
}


        .lp_wrap {
            background-color: #f4f4f1;
            max-width: 600px;
            margin: auto;
        }

        .bm01 {
            max-width: 330px;
            display: block;
            margin: auto;
            width: 80%;
            padding: 0 16px;
            box-sizing: border-box;
        }

        .bm02 {
            position: relative;
        }

        .bm02 a {
            position: absolute;
            left: 50%;
            width: 90%;
            transform: translate(-50%, 0%);
            bottom: 20%;
            padding: 0 16px;
            box-sizing: border-box;
        }

        .bm05 {
            display: block;
            margin: auto;
            margin-top: 50px;
        }

        .bm6 {
            position: relative;
        }

        .bm6 a {
            position: absolute;
            left: 50%;
            width: 90%;
            transform: translate(-50%, 0%);
            bottom: 23%;
            padding: 0 16px;
            box-sizing: border-box;
        }

        .bm17 {
            width: 80%;
        }

        .bm18 {
            position: relative;
        }

        .bm18 a {
            position: absolute;
            left: 50%;
            width: 90%;
            transform: translate(-50%, 0%);
            bottom: 14%;
            padding: 0 16px;
            box-sizing: border-box;
        }

        .bm7,
        .bm8,
        .bm13,
        .bm14,
        .bm17 {
            display: block;
            margin: auto;
        }

        .bm12 {
            max-width: 330px;
            display: block;
            margin: auto;
            width: 80%;
            padding: 0 16px;
            box-sizing: border-box;
        }
        .bm13_title img,
        .bm14_title img {
            max-height: 71px;
            display: block;
            width: auto;
            margin: 100px auto 0px;
        }

.mt30 {
    margin-top: 30px !important;
}
.mt100{
    margin-top: 100px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0;
}

.bg_blue {
    background: #f2fafc;
}

.fadein {
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 1000ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

p {
    line-height: 1.6;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

h2.lp_h2 {
    font-size: 32px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 3rem;
    text-align: center;
}

.txt_C {
    text-align: center;
}

h2.h2_h {
    font-size: 20px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 8px 32px;
    border-bottom: 1px solid #ADB2C1;
    margin-bottom: 20px;
    line-height: 1.4;
}


h3 {
    font-size: 18px;
    padding: 8px 0 8px 24px;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px solid #ADB2C1;
    line-height: 1.4;
    margin-top: 16px;
}

h3::before {
    background-color: #ffa500;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 15px;
    height: 2px;
}

.cta_button {
    margin: 0 auto;
    padding: 2em 0;
}



.cta_footer_button {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.cta_footer_button img {
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    padding: 15px;
}

/* GLP-1 */
#glp {
    background-position: center center;
    background-size: cover;
    background-blend-mode: color-dodge;
    background-image: url(https://fit.clinic/lp/md/004/img/glp_bg.jpg);
}

#glp .glp_inner {
    padding: 4em 2em 2em;
}

#glp h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 1em;
    border-bottom: none;
    padding: 0;
}

#glp h2 span {
    color: #ffa500;
}

#glp h2:before {
    content: none;
}

#glp img {
    padding-bottom: 4em;
}

#glp p {
    font-size: 20px;
    margin-bottom: 2em;
    text-align: center;
    line-height: 2;
}

.text01 {
    font-weight: 600;
    color: #e61673;
}

.text02 {
    font-weight: 600;
    color: #e61673;
}

.text03 {
    background-color: #ffff17;
    font-weight: 600;
}


.animate {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.0s;
}

.animate.show {
    opacity: 1;
    transform: translateY(0);
}

.animate.show:nth-of-type(1) {
    transition-delay: 0s;
}

.animate.show:nth-of-type(2) {
    transition-delay: 0.3s;
}

.animate.show:nth-of-type(3) {
    transition-delay: 0.6s;
}

.animate.show:nth-of-type(4) {
    transition-delay: 0.9s;
}



/* 商品ラインナップ */

.item {
    width: 100%;
}

.item p {
    text-align: left;
    max-width: 96%;
    margin: 0 auto;
}

.item p.table_title {
    text-align: center;
}

.item h2 {
    font-size: 32px;
    margin-top: 3rem;
    margin-bottom: 10px;
    text-align: center;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    padding: 0;
}

p.table_title.mb0.lh1 {
    margin-bottom: 0.75rem !important;
    font-size: 1.25rem !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

table.medicine_comparison3 {
    width: 100%;
    margin-bottom: 32px;
    table-layout: fixed;
    margin-top: 16px;
}

table.medicine_comparison3 thead th {
    background: #ffa500;
    color: #fff;
}

table.medicine_comparison3 th {
    border: 1px solid #ADB2C1;
    padding: 1em 0.5em;
    background: #F6F7F9;
    line-height: 1.4;
    vertical-align: middle;
}

table.medicine_comparison3 td {
    border: 1px solid #ADB2C1;
    padding: 1em 0.5em;
    line-height: 1.4;
    vertical-align: middle;
}

.txt_L {
    text-align: left !important;
}

.bold_red {
    color: #dd2525;
    font-weight: 600;
}

.cap {
    font-size: 0.85rem;
}



/*=========
faq
=========*/

.p-faq__headinner {
    display: block;
    position: relative;
    line-height: 32px;
}

.p-faq__headinner .quest {
    font-size: 16px;
    display: inline-block;
    background: #ffa500;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: top;
}

.ac_inner .ans {
    font-size: 16px;
    display: inline-block;
    background: #454545;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: top;
}

.p-faq__headinner .quest .num,
.ac_inner .ans .num {
    font-size: 0.75em;
}

.p-faq__headinner p.p-faq__q-txt {
    font-size: 20px;
}

@media screen and (max-width: 767px) {

    .p-faq__headinner::before {
        font-size: 14px;
    }

    .p-faq__headinner p.p-faq__q-txt {
        font-size: 14px;
    }
}

.p-faq__bodyinner {
    display: block;
    position: relative;
    line-height: 32px;
}

.p-faq__bodyinner p {
    font-size: 16px;
    display: inline;
}

.p-faq__bodyinner ul {
    list-style-position: inside;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {

    .p-faq__bodyinner p {
        font-size: 14px;
    }
}

/* フロー */
.section-head__title {
    line-height: 1.6;
    letter-spacing: 0.15rem;
    margin-bottom: 2em;
    margin-top: 1em;
    text-align: center;
    font-size: 30px;
}

.flow-item {
    display: flex;
    justify-content: space-between;
}

.flow-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ffa500;
}

.flow-item__text {
    width: calc(100% - 180px);
}

.home-list-item {
    display: flex;
    text-align: left;
    margin-bottom: 1em;
}

.home-list-item__number {
    font-size: 1.6rem;
    display: flex;
    line-height: 28px;
}

.home-list-item__number:after {
    content: "/";
    width: 14px;
    height: 1.8rem;
    margin: 0 0.6rem;
}

.home-list-item__text-head {
    color: #ffa500;
    font-size: 24px;
    line-height: 1.8rem;
    font-weight: bold;
    position: relative;
}

.flow-item__text-text {
    line-height: 1.8;
}

.flow-item__text-text span {
    font-weight: 600;
}

.flow-yazirushi {
    width: 100px;
    margin: 2em auto;
}

.pc_inner {
    max-width: 96%;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .sp_inner {
        max-width: 96%;
        margin: 0 auto;
    }
}

/* スマホ対応 */
@media screen and (max-width:767px) {
    .merit_box p {
        font-size: 17px;
        padding: 15px 10px;
    }

    #glp h2 {
        font-size: 30px;
    }

    #glp h2 span {
        font-size: 36px;
    }

    #glp p {
        font-size: 18px;
    }

    #glp .glp_inner {
        padding: 3em 1.5em 2em;
    }

    #glp img {
        padding-bottom: 2em;
    }

    h2.lp_h2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .section-head__title {
        font-size: 24px;
    }

    .flow-item {
        max-width: 90%;
        margin: 0 auto;

    }

    .flow-item img {
        width: 120px;
        height: 120px;
    }

    .flow-item__text {
        width: calc(100% - 150px);
    }

    .med_ed_table6 thead th,
    .med_ed_table6 th,
    .med_ed_table6 td {
        font-size: 14px;
    }

    table.medicine_comparison3 {
        font-size: 14px;
    }

   
}

.button.buttonTotop {
    /* bottom: 160px; */
}

@media screen and (max-width: 767px) {
    .wrapTotop{
        display: none;
    }
    .button.buttonTotop {
        /* bottom: 150px; */
    }
}