@charset "UTF-8";

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #ff7f4a;
    text-decoration: none;
}

a:hover {
    color: rgba(255, 127, 74, 0.7);
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

p {
    margin-bottom: 0;
    padding-bottom: 0px;
    line-height: 2;
}

/* reCAPTCHAロゴ非表示 */
.grecaptcha-badge {
    visibility: hidden;
}

/* 背景色css　*/


.bk_g {
    background-color: #e9f2ee;
    width: 100%;
    padding: 50px 0px;
}

.bk_o {
    background-color: #fff5f1;
    width: 100%;
    padding: 50px 0px;
}

.bk_g_20 {
    background-color: #e9f2ee;
    width: 100%;
    margin: 5px auto;
    padding: 20px;
    min-height: 283px;
}

.bk_o_20 {
    background-color: #fff5f1;
    width: 100%;
    margin: 5px auto;
    padding: 20px;
    min-height: 378px;
}

/* タイトル・フォントcss　*/
.f300 {
    font-weight: 300;
}

.f400 {
    font-weight: 400;
}

.f500 {
    font-weight: 500;
}

.f700 {
    font-weight: 700;
}

.f900 {
    font-weight: 900;
}

.line_h16 {
    line-height: 1.6em !important;
}

.line_h15 {
    line-height: 1.5em !important;
}

.line_h14 {
    line-height: 1.4em !important;
}

.letters01 {
    letter-spacing: 0.1em !important;
}

.letters02 {
    letter-spacing: 0.2em !important;
}

.text_12 {
    font-size: 12px;
}

.text_14 {
    font-size: 14px;
}

.text_16 {
    font-size: 16px;
}

.text_18 {
    font-size: 18px !important;
}

.text_20 {
    font-size: 20px;
}

.text_22 {
    font-size: 22px !important;
}

.text_24 {
    font-size: 24px;
}

.text_24 {
    font-size: 24px;
}

.text_30 {
    font-size: 30px;
}

.text_36 {
    font-size: 36px;
}

.d_gre {
    color: #0f6a67;
}

.green {
    color: #359937;
}

.orange {
    color: #fa8858;
}

.dark_g {
    color: #0f6a67;
}

.gray {
    color: #6c6c6c;
}

.lead1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8;
}

.lead2 {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.2em !important;
    line-height: 1.6em;
}

h2.green_serif {
    font-family: "Noto Sans JP", serif;
    font-style: normal;
    color: #359937;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.ora_num {
    font-size: 32px;
    color: #ff7f4a;
    font-weight: 300;
}

.gre_num {
    font-size: 32px;
    color: #359937;
    font-weight: 300;
}

.ora_uline {
    text-align: center;
    color: #ff7f4a;
    margin: 0;
    /* デフォルトCSS打ち消し */
    font-size: 24px;
    /* 文字サイズ指定 */
    padding-bottom: 5px;
    /* 余白指定 */
    margin-bottom: 15px;
    /* 周りの余白指定 */
    position: relative;
    /* 位置調整 */
    font-weight: normal;
    /* 文字の太さ調整 */
}

.ora_uline:before {
    content: "";
    /* 空白の要素を作る */
    width: 50px;
    /* 幅指定 */
    height: 2px;
    /* 高さ指定 */
    background-color: #ff7f4a;
    /* 背景色指定 */
    display: block;
    /* ブロック要素にする */
    position: absolute;
    /* 位置調整 */
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    /* 位置調整 */
}

.dg_uline {
    text-align: center;
    color: #0f6a67;
    margin: 0;
    /* デフォルトCSS打ち消し */
    font-size: 24px;
    /* 文字サイズ指定 */
    padding-bottom: 5px;
    /* 余白指定 */
    margin-bottom: 15px;
    /* 周りの余白指定 */
    position: relative;
    /* 位置調整 */
    font-weight: normal;
    /* 文字の太さ調整 */
}

.dg_uline:before {
    content: "";
    /* 空白の要素を作る */
    width: 50px;
    /* 幅指定 */
    height: 2px;
    /* 高さ指定 */
    background-color: #0f6a67;
    /* 背景色指定 */
    display: block;
    /* ブロック要素にする */
    position: absolute;
    /* 位置調整 */
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    /* 位置調整 */
}

.ora_underline {
    color: #333;
    font-size: 20px;
    /* 文字サイズ指定 */
    padding-bottom: 5px;
    /* 余白指定 */
    margin-bottom: 15px;
    border-bottom: 1px solid #ff7f4a;
}

/* マージンcss　*/
.mg-t5 {
    margin-top: 5px;
}

.mg-t10 {
    margin-top: 10px;
}

.mg-t30 {
    margin-top: 30px;
}

.mg-t50 {
    margin-top: 50px;
}

.mg-t100 {
    margin-top: 100px;
}

.mg-b5 {
    margin-bottom: 5px;
}

.mg-b10 {
    margin-bottom: 10px;
}

.mg-b50 {
    margin-bottom: 50px;
}

.mg-b100 {
    margin-bottom: 100px;
}

/* ボタン類css　*/
.or_btn a {
    display: block;
    background-color: rgb(255, 151, 108);
    width: 160px;
    height: 40px;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.or_btn100 a {
    display: block;
    background-color: rgb(255, 151, 108);
    width: 100%;
    padding: 10px 15px;
    border-radius: 999px;
    color: #ffffff;
    text-align: center;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .or_btn100 a {
        font-size: 1.1em;
    }
}

.gre_btn a {
    display: block;
    background-color: #5eb56c;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.gre_btn100 a {
    font-size: 1.1em;
    display: block;
    background-color: #5eb56c;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* サイドにくっつく「ご予約はこちらから」　*/
#side_reserve_box a {
    position: fixed;
    background-color: #fa8858;
    width: 40px;
    height: 230px;
    right: 0px;
    bottom: 100px;
    display: block;
    letter-spacing: 0.2em;
    color: #ffffff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 500;
    text-align: center;
    padding-right: 6px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    z-index: 2 !important;
}

/* トップロゴと予約ボタン　*/
.logo_top a {
    display: block;
    background-image: url("../img/logo_top.svg");
    margin-top: 7px;
    height: 53px;
    width: 335px;
    background-repeat: no-repeat;
}

.inqure_top {
    margin-left: 10px;
}

.online_top a {
    display: block;
    background-image: -moz-linear-gradient(0deg,
            rgb(255, 127, 74) 0%,
            rgb(255, 142, 95) 11%,
            rgb(255, 156, 115) 53%,
            rgb(255, 127, 74) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(255, 127, 74) 0%,
            rgb(255, 142, 95) 11%,
            rgb(255, 156, 115) 53%,
            rgb(255, 127, 74) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(255, 127, 74) 0%,
            rgb(255, 142, 95) 11%,
            rgb(255, 156, 115) 53%,
            rgb(255, 127, 74) 100%);
    width: 160px;
    height: 30px;
    margin-bottom: 2px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.line_top a {
    display: block;
    background-color: rgb(0, 185, 0);
    width: 160px;
    height: 30px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.tel_top {
    margin-right: 10px;
}

/* ナビゲーション　*/
.nav-item a,
.dropdown-item {
    color: #0f6a67;
    font-weight: 500;
}

.nav-item a:hover,
.dropdown-item:hover {
    color: rgba(15, 106, 103, 0.7);
    font-weight: 500;
}

.dropdown-menu {
    border: none;
    border-radius: 0px;
    text-align: center;
    background-color: rgba(15, 106, 103, 0.1);
}

.nav_ora a {
    color: #ffac64 !important;
}

.sp_dropdown_menu {
    border: none;
    border-radius: 0px;
    text-align: center;
    background-color: #ffffff !important;
}

hr.nav-shadow {
    height: 12px;
    border: 0;
    box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.2);
}

.dropdown :focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

/* 下層ページ　タイトル　*/
.page_title_box {
    height: 200px;
    display: table;
    width: 100%;
}

.page_title {
    display: table-cell;
    vertical-align: middle;
}

.title_ora {
    font-size: 30px;
    color: rgb(255, 127, 74);
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.2em;
    font-weight: 400;
}

/* indexページ　整体とパーソナルトレーニング　*/

.index_ser {
    background-image: url("../img/index/23.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newlead1 img {
    max-width: 450px;
}

.green_lead {
    border: 1px solid #419d50;
    color: #419d50;
    padding: 10px 15px;
    font-family: "Noto Sans JP", serif;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

.ora_lead {
    border: 1px solid #f88253;
    color: #f88253;
    font-family: "Noto Sans JP", serif;
    font-size: 22px;
    text-align: center;
    min-height: 50px;
    padding: 10px 15px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
}

.gr_under {
    width: 100%;
    text-align: center;
    color: #0f6a67;
    font-size: 20px;
    font-family: "Noto Sans JP", serif;
    border-bottom: 1px solid #0f6a67;
    padding-bottom: 15px;
    margin-top: 30px;
}

.gr_border_btn a {
    width: 100%;
    display: block;
    border: #419d50;
    color: #419d50;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border: 1px solid #419d50;
    background-color: #fff;
    font-family: "Noto Sans JP", serif;
    font-size: 18px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}

.gr_border_btn a:hover {
    border: 1px solid #419d50;
    color: #fff;
    background-color: #419d50;
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    box-shadow: 0px 0px 0px #333;
}

.ora_border_btn a {
    width: 100%;
    display: block;
    border: rgb(255, 127, 74);
    color: rgb(255, 127, 74);
    text-align: center;
    height: 45px;
    line-height: 45px;
    border: 1px solid rgb(255, 127, 74);
    background-color: #fff;
    font-family: "Noto Sans JP", serif;
    font-size: 18px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}

.ora_border_btn a:hover {
    border: 1px solid rgb(255, 127, 74);
    color: #fff;
    background-color: rgb(255, 127, 74);
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    box-shadow: 0px 0px 0px #333;
}

.gr_fee {
    background-color: #f1f7f4;
}

.ora_fee {
    background-color: #fff6f2;
}

.bottom_btn {
    position: relative;
    cursor: pointer;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.gre_btm {
    background-color: rgb(94, 181, 108);
    width: 100%;
    min-height: 47px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    padding: 5px 10px;
}

.gre_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(94, 181, 108, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.3s ease;
}

.bottom_btn:hover .gre_overlay {
    height: 100%;
    width: 100%;
}

.ora_btm {
    background-color: rgb(255, 127, 74);
    width: 100%;
    min-height: 47px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    padding: 5px 10px;
}

.ora_overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(255, 127, 74, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.3s ease;
}

.bottom_btn:hover .ora_overlay {
    height: 100%;
    width: 100%;
}

.sub_cont {
    line-height: 1.6 !important;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 全ページ　こんな症状でお悩みの方はご相談ください　*/
.green_bk {
    background-color: rgb(241, 247, 244);
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
}

.case_bk {
    background-color: rgb(241, 247, 244);
    width: 100%;
    padding: 50px 0px;
}

.case_box {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #ffffff;
    margin-top: 50px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.case_title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 15px auto;
}

.case_txt p {
    margin: 15px auto;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.7 !important;
    letter-spacing: -0.03em;
}

.case_btn a {
    display: block;
    border-width: 1px;
    border-color: rgb(15, 106, 103);
    border-style: solid;
    width: 100%;
    min-height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #ffffff;
    color: rgb(15, 106, 103);
    margin: 15px auto;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.case_btn a:hover {
    background-color: rgba(15, 106, 103, 0.3);
}

/* 整体院スペック　*/
.yoyaku {
    color: #ff7f4a;
    font-size: 12px;
    border: 1px solid #ff7f4a;
    padding: 3px 5px;
    width: 90px;
    text-align: center;
    background-color: #ffffff;
}

.table thead th {
    border-top: none !important;
}

.address {
    background-color: rgb(241, 247, 244);
    width: 100%;
    padding: 20px;
}

.gmap a {
    float: right;
    display: block;
    border-width: 1px;
    border-color: rgb(15, 106, 103);
    border-style: solid;
    width: 180px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #ffffff;
    color: rgb(15, 106, 103);
    margin: 15px auto;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.gmap a:hover {
    background-color: rgba(15, 106, 103, 0.3);
}

/* ブログアーカイブス　*/

.blog_lead {
    color: rgb(15, 106, 103);
    font-size: 18px;
    font-weight: 500;
}

.blog_lead:after {
    content: url("../img/common/check1.png");
    display: inline-block;
    padding-left: 10px;
    transform: translateY(10px);
}

.blog_date {
    color: rgb(15, 106, 103);
    margin-top: 5px;
}

.blog_cat1 ul {
    list-style-type: none;
    text-align: left;
    padding-inline-start: 0px !important;
    margin-bottom: 0px !important;
}

.blog_cat1 ul li {
    display: inline-block;
    border-width: 1px;
    border-color: rgb(15, 106, 103);
    border-style: solid;
    min-width: 50px;
    text-align: center;
    background-color: #ffffff;
    color: rgb(15, 106, 103);
    font-size: 10px;
    padding: 1px 5px;
    margin: 5px 5px 5px 0px;
}

.blog_cat1 ul li a {
    color: #0f6a67;
    display: block;
}


.servicefee-bk_g {
    background-color: #e9f2ee;
    width: 100%;
    padding: 25px;
}

.servicefee-bk_o {
    background-color: #fff5f1;
    width: 100%;
    padding: 25px;
}

@media (min-width:576px) {

    .servicefee-bk_g,
    .servicefee-bk_o {
        padding: 30px;
    }
}

@media (min-width: 768px) {

    .servicefee-bk_g,
    .servicefee-bk_o {
        padding: 45px 50px 50px;
    }
}

.serviceFee {
    .table-bordered {
        th.ora_fee {
            font-weight: 400;
        }

        td {
            width: 50%;
        }
    }
}

/* トップページ */

.cause-message {
    margin: 50px 0;
}

@media (min-width: 768px) {
    .cause-message {
        margin: 100px 0;
    }
}

.worries-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
    max-width: 1000px;
    padding: 0;
}

.worries-point__li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #F1F7F4;
}

.worries-point__li:nth-of-type(even) {
    background-color: #FFEAE2;
}

.worries-point__text {
    padding: 50px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.worries-point__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62px;
    aspect-ratio: 63/67;
}


.other-cause {
    padding: 20px;
    position: relative;
    background-color: #fff;
    border: 1px solid #369937;
}

.other-cause__ttl {
    position: relative;
}

.other-cause__ttl:hover {
    cursor: pointer;
}

.other-cause__ttl .toggle-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
}

.other-cause__ttl .toggle-line span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    border-bottom: 2px solid #369937;
    transition: all 0.5s ease;
}

.other-cause__ttl .toggle-line span:first-of-type {
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.other-cause__ttl.active .toggle-line span:first-of-type {
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
    opacity: 0;

}

.other-cause__ttl .toggle-line span:last-of-type {
    transform: translateY(-50%) translateX(-50%);
}

.other-cause__ttl p {
    font-weight: 500;
    color: #0E6B68;
}

.other-cause__detail {
    margin-top: 20px;
    padding: 0 20px 10px;
    border-top: 1px solid #369937;
}

@media (min-width: 768px) {
    .other-cause__ttl p {
        padding: 0 20px;
    }

    .other-cause__ttl .toggle-line {
        right: 20px;
        width: 25px;
        height: 25px;
    }

}

/* プライバシーポリシー */
.page-privacy__container h3 {
    margin: 30px 0 15px;
    font-size: 18px;
    font-weight: 500;
}

.page-privacy__container p {
    margin-bottom: 15px;
    line-height: 1.8;
}

/* footer　*/
.footer_bk {
    background-color: rgb(241, 247, 244);
    width: 100%;
    padding: 50px 0px;
}

.footer_online a {
    display: block;
    background-image: -moz-linear-gradient(0deg,
            rgb(255, 127, 74) 0%,
            rgb(255, 142, 95) 11%,
            rgb(255, 156, 115) 53%,
            rgb(255, 127, 74) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(255, 127, 74) 0%,
            rgb(255, 142, 95) 11%,
            rgb(255, 156, 115) 53%,
            rgb(255, 127, 74) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(255, 127, 74) 0%,
            rgb(255, 142, 95) 11%,
            rgb(255, 156, 115) 53%,
            rgb(255, 127, 74) 100%);
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 2px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 20px;
}

.footer_line a {
    display: block;
    background-color: rgb(0, 185, 0);
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 20px;
}

.f_park_box {
    position: relative;
}

.footer_parking {
    font-size: 12px;
    width: 60%;

    float: left;
}

.f_gmap a {
    float: right;
    display: block;
    border-width: 1px;
    border-color: rgb(15, 106, 103);
    border-style: solid;
    width: 40%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #ffffff;
    color: rgb(15, 106, 103);
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.f_gmap a:hover {
    background-color: rgba(15, 106, 103, 0.3);
}

.f_privacy {
    font-size: 12px;
    text-align: right;
}

.f_privacy a {
    color: #333333;
}

.f_privacy a:hover {
    color: #fa8858;
}

/* servicesページ　整体とパーソナルトレーニング　*/
.sbottom_btn {
    position: relative;
    cursor: pointer;
}

.sgre_btm {
    background-color: rgb(94, 181, 108);
    width: 100%;
    min-height: 47px;
    color: #ffffff;
    padding: 10px 15px;
    letter-spacing: 0.1em !important;
}

.sgre_btm p {
    line-height: 1.6em !important;
}

.sgre_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(94, 181, 108, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.3s ease;
}

.sbottom_btn:hover .sgre_overlay {
    height: 100%;
    width: 100%;
}

.sora_btm {
    background-color: rgb(255, 127, 74);
    width: 100%;
    min-height: 47px;
    color: #ffffff;
    padding: 10px 15px;
    letter-spacing: 0.1em !important;
}

.sora_btm p {
    line-height: 1.6em !important;
}

.sora_overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(255, 127, 74, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.3s ease;
}

.sbottom_btn:hover .sora_overlay {
    height: 100%;
    width: 100%;
}

/*初めての方の流れ*/
.dg_title_ul {
    margin-top: 15px;
    border-bottom: #0f6a67 solid 1px;
    padding-bottom: 5px;
    font-size: 18px;
}

/*リストページ*/

.caseList a,
caseList a:link,
caseList a:visited,
caseList a:active,
caseList a:focus {
    color: #333333;
}

.caseList a:hover {
    color: #ff7f4a;
}

/*よくある質問*/

.faqs {
    width: 100%;
    margin: 0 auto;
}

.f-clums {
    position: relative;
    width: 100%;
    margin: 5px auto;
    padding: 10px 20px 10px 5px;
    border-bottom: solid #ddd 1px;
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: pointer;
    display: table;
    min-height: 30px;
}

.f-clums:hover {
    cursor: pointer;
    background-color: rgba(255, 127, 74, 0.1);
}

.q_num {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #ff7f4a;
}

.q_cont {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    font-weight: 500;
}

.q_arrow {
    display: table-cell;
    vertical-align: middle;
    width: 5%;
    text-align: right;
    color: #ff7f4a;
}

.answer {
    width: 100%;
    margin: 10px auto;
    padding: 10px 20px 10px 5px;
    position: relative;
}

.a_txt {
    display: table;
    width: 100%;
}

.a_num {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #359937;
}

.a_cont {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}

.a_arrow {
    width: 5%;
    display: table-cell;
    vertical-align: middle;
}

/*症例個別ページ*/

.nayami_bk {
    background-color: #e9f2ee;
    width: 100%;
    height: auto;
    padding: 30px 0px;
}

ul.nayami_list {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: center;
    height: 100%;
    list-style: none;
    width: 100%;
    padding: 0 20px;
    padding-inline-start: 20px !important;
}

.nayami_list li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}

.nayami_list li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    color: #ff7f4a;
    font-size: 0.9em;
}

.report_bk_o {
    background-color: #fff5f1;
    width: 100%;
    height: auto;
    padding: 40px 30px;
}

.report_bk_g {
    background-color: #e9f2ee;
    width: 100%;
    height: auto;
    padding: 40px 30px;
}

.g_18 {
    font-size: 18px;
    color: #359937;
    margin-bottom: 1rem;
    font-weight: 500;
}

.o_18 {
    font-size: 18px;
    color: #ff7f4a;
    margin-bottom: 1rem;
    font-weight: 500;
}

.o_bdr {
    font-size: 16px;
    color: #ff7f4a;
    border: 1px solid #ff7f4a;
    padding: 3px 15px;
    width: 200px;
    text-align: center;
}

.review {
    /*indexページのreview肩書き*/
    font-size: 10px;
    line-height: 1.4em !important;
    text-align: right;
    margin: 8px 0px 15px;
}

.review_name {
    line-height: 1.4em !important;
}

.review_btn a {
    margin-top: 16px;
    display: block;
    float: right;
    width: 120px;
    background-color: #fff;
    border: 1px solid #ff7200;
    color: #ff7200;
    text-align: center;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
}

.blogside_bk {
    background-color: #e9f2ee;
    padding: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.blogside_title {
    color: #0f6a67;
    font-weight: 500;
    border-bottom: 1px solid #0f6a67;
    margin-bottom: 10px;
}

.blogside_recent {
    margin-bottom: 10px;
}

.blogside_recent a {
    line-height: 1.5em !important;
}

.blogside_recent a {
    color: #333333;
}

.blogside_recent a:hover {
    color: #fa8858;
}

ul.blogside_news {
    margin-bottom: 10px;
    list-style: none;
    padding-inline-start: 0px !important;
}

ul.blogside_news ul {
    list-style: none;
    padding-inline-start: 0px !important;
}

ul.blogside_news li {
    line-height: 1.5em !important;
    list-style: none;
}

.blogside_news li a {
    color: #333333;
}

.blogside_news li a:hover {
    color: #fa8858;
}

.blogside_go a {
    color: #0f6a67;
}

.blog_btn a {
    display: block;
    color: #0f6a67;
    border: 1px solid #0f6a67;
    padding: 5px 15px;
    background-color: #ffffff;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.blog_btn a:hover {
    background-color: rgba(15, 106, 103, 0.3);
}

.blog_h1 {
    color: #0f6a67;
    font-size: 22px;
    font-weight: 500;
}

/*ブログ周り*/
.bk_green {
    background-color: rgb(94, 181, 108);
    min-height: 34px;
    padding: 5px;
    width: 100%;
    color: #ffffff;
}

.blog_conts_top p {
    line-height: 1.3 !important;
    letter-spacing: 0.1em;
    text-align: center;
    color: #ffffff;
}

.blog_a a {
    font-weight: 500;
    color: #333333;
}

.blog_a a:hover {
    color: #fa8858;
}

ul.blog_month {
    color: #333333;
    list-style: none;
    padding-left: 20px !important;
}

ul.blog_month li a {
    color: #333333;
    list-style: none;
    text-decoration: none;
    padding-inline-start: 0px !important;
}

.wp-block-image {
    /*singleページ画像のマージン設定*/
    margin: 20px 0px !important;
}

.haveto {
    font-size: 10px;
    background-color: #ffac64;
    padding: 2px 5px;
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
}

input#formbtn {
    display: block;
    background-color: rgb(255, 151, 108);
    width: 160px;
    height: 40px;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
}

input#formbtn:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

/*ブログ記事css*/
article p {
    margin: 2em 0em;
}

article h2 {
    color: #fa8858;
    font-size: 20px;
    font-weight: 500;
}

article h3 {
    color: #0f6a67;
    font-size: 18px;
    font-weight: 500;
}

article h4 {
    color: #fa8858;
    font-size: 16px;
    font-weight: 500;
}

a.diet_btn {
    display: inline-block;
    width: 33%;
    text-align: center;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    margin: 0px;
    background-color: rgb(255, 127, 74);
    color: #fff;
    letter-spacing: 0.1em;
}

a.diet_btn:hover {
    border: 1px solid rgb(255, 127, 74);
    text-align: center;
    width: 33%;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    margin: 0px;
    background-color: #fff;
    color: rgb(255, 127, 74);
    opacity: 1;
}

p.diet_result {
    display: block;
    border: 1px solid rgba(255, 127, 74, 0.3);
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 127, 74, 0.1);
    margin-bottom: 20px;
    font-weight: bold;
}

/* 吹き出し　No.１ */
.balloon3-right-btm {
    position: relative;
    display: block;
    margin: 0.28em auto;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #359937;
    border-radius: 20px;
    box-sizing: border-box;
    transform: translateX(-80px);
}

.balloon3-right-btm:before {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 50%;
    left: -8px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #359937;
    z-index: 0;
}

.osusume h3 {
    background-color: #5fb46b;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    padding: 2rem;
    min-height: 60px;
    margin-bottom: 0;
}

.osusume ul {
    display: block;
    padding: 2rem;
    background-color: #f1f7f4;
    list-style: none;
    width: 100%;
}

.osusume ul li {
    position: relative;
    margin-left: 30px;
    margin-bottom: 1rem;
}

.osusume ul li:before {
    position: absolute;
    left: -40px;
    top: 5px;
    content: "";
    /*何も入れない*/
    display: inline-block;
    width: 20px;
    /*画像の幅*/
    height: 20px;
    /*画像の高さ*/
    background-image: url(../img/index/osusume.png);
    background-size: contain;
    vertical-align: middle;
}

.not-osusume h3 {
    background-color: #7e7e7e;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    padding: 2rem;
    min-height: 60px;
    margin-bottom: 0;
}

.not-osusume ul {
    display: block;
    padding: 2rem;
    background-color: #f4f4f4;
    list-style: none;
    width: 100%;
}

.not-osusume ul li {
    position: relative;
    margin-left: 30px;
    margin-bottom: 15px;
}

.not-osusume ul li:before {
    position: absolute;
    left: -40px;
    top: 5px;
    content: "";
    /*何も入れない*/
    display: inline-block;
    width: 20px;
    /*画像の幅*/
    height: 20px;
    /*画像の高さ*/
    background-image: url(../img/index/notosusume.png);
    background-size: contain;
    vertical-align: middle;
}

.orange-box {
    background-color: #fcf2ef;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
}

.white-box {
    background-color: #fff;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
}

@media (min-width: 768px) {
    .orange-box {
        padding: 15px 30px;
    }

    .white-box {
        padding: 30px;
    }
}

.underline1 {
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #fff850;
    text-underline-offset: -0.1em;
    text-decoration-skip-ink: none;
}