@charset "utf-8";

section {
    max-width: 500px;
    margin: 0 auto;
    padding: 1em 0;
}

.mt30 {
    margin-top: 30px !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;
}

h2.h2_h:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://fit.clinic/img/link_btn/diet/circle_icon_diet.svg) no-repeat left center !important;
}

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;
}

.merit_box_cover {
    background: #f2fafc;
    padding: 30px 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.merit_box {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    width: 47%;
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: column;
}

.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;
}

.merit_box_h_cover {
    width: 100%;
    position: relative;
    height: 40px;
    background: #84d0d7;
    border-radius: 10px 10px 0 0;
}

.merit_box_h {
    background: #84d0d7;
    width: 80px;
    text-align: center;
    color: #fff;
    position: absolute;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.merit_box_h_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.merit_box_h span {
    display: block;
    font-size: 30px;
}

.merit_box p {
    padding: 20px;
    background: #fff;
    width: 100%;
    font-size: 20px;
    border: 5px solid #84d0d7;
    font-weight: 600;
    flex-grow: 1;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

/* 効果実績 */
.med_ed_table6 {
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%;
    table-layout: fixed;
}

.med_ed_table6 th,
.med_ed_table6 td {
    border: 1px solid #ADB2C1;
    padding: 1em 0.4em;
    box-sizing: border-box;
    line-height: 1.4;
    vertical-align: middle;
    text-align: center;
}

.med_ed_table6 th {
    background: #F6F7F9;
    vertical-align: middle;
}

.med_ed_table6 thead th {
    padding: 1em 0.4em;
    border: 1px solid #ADB2C1;
    background: #ffa500;
    color: #fff;
}

/* 商品ラインナップ */
.price_list {
    cursor: pointer;
    width: 250px;
    margin: 2em auto;
    border-radius: 20px;
    border: 2px solid #ffa500;
    color: #ffa500;
    padding: 15px 20px;
    box-sizing: border-box;
    font-weight: 600;
    background: #fef7ea;
}

.price-table {
    display: none;
}

.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;
}

/* Q＆A */
.accordion_area {}

.accordion_area .accordion_one .ac_header {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 16px 32px 16px 16px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #fff7e8;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #F6F7F9;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #fff7e8;
}

.accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 3px solid #005EAD;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 3px solid #005EAD;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
}

.accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 16px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .accordion_area .accordion_one .ac_header {
        padding: 1.5rem 2rem 1.5rem 1.0rem;
    }

    .accordion_area .accordion_one .ac_header .i_box {
        right: 0.8rem;
        width: 15px;
        height: 15px;
        margin-top: -7px;
    }

    .accordion_area .accordion_one .ac_header .i_box:before {
        width: 15px;
    }

    .accordion_area .accordion_one .ac_header .i_box:after {
        height: 15px;
        right: 7px;
    }

    .accordion_area .accordion_one .ac_inner {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }
}

/* 注意事項 */
.precautions_table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 3em;
    font-size: 15px;
    line-height: 1.8;
}

.precautions_table th {
    background: #ffa500;
    color: #fff;
    border: 1px solid #ADB2C1;
    padding: 1em 0.5em;
    line-height: 1.8;
    vertical-align: middle;
    width: 150px;
}

.precautions_table td {
    border: 1px solid #ADB2C1;
    padding: 1em;
    line-height: 1.4;
    vertical-align: middle;
}

.precautions_table_link {
    margin-top: 15px;
}

.precautions_table_link a:after {
    content: '\f35d';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 5px;
}
.no_scrlTbl table {
    width: 100%;
    border: 2px solid #e2e2e2;
}

.no_scrlTbl table th {
    background: #f4f3f3;
    font-weight: 500;
}
.no_scrlTbl table th, .no_scrlTbl table td {
    padding: 18px 1%;
    text-align: center;
    font-size: 15px;
    line-height: 1.4em;
    letter-spacing: 0.025em;
    vertical-align: middle;
    border-bottom: 2px solid #e2e2e2;
    border-right: 2px solid #e2e2e2;
}

.color_red {
    color: #dd2525 !important;
}
.cap {
    font-size: 13px !important;
}
.bg_orange {
    background-color: #ffa500 !important;
}
.price_list {
    text-align: center;
}

.table_title{
    text-align: center;
}

.blank_box{
    border-top:1px dashed #dbdbdb;
    padding:15px 5px 0;
    margin-top:15px;
}
.sankou{
    background-color:#717d85;
    color:#fff;
    font-weight:bold;
    font-size:.9em;
    padding:5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom:5px;
}

.tbTitle{
    font-weight:bold;
    text-align: center;
    display: block;
    border-bottom:dashed 2px #ADB2C1;
    padding-bottom:10px;
    margin-bottom:10px;
    background-color: #ccc;
}

.wid30 {
    width: 30% !important;
}

.attention .no_scrlTbl table th,.attention .no_scrlTbl table td {
    font-size: 14px !important;
}

/*=========
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;
}

@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;
    }

    .precautions_table th {
        width: 100px;
    }
}
.button.buttonTotop {
    bottom: 160px;
}

@media screen and (max-width: 767px) {
    .button.buttonTotop {
        bottom: 150px;
    }
}