img {
    display: block;
    max-width: 100%;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.only_pc {
    display: block !important;
}

.only_sp {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
    .only_pc {
        display: none !important;
    }
    .only_sp {
        display: block !important;
    }
}

/* blog_section */

.blog_section {
    padding: 100px 0;
}

.blog_section.top {
    background-color: #d8d8d8;
}

body .blog_section.top.gray {
    background-color: #F8F8F8;
}

.blog_section_main.sekou {
    background-color: #f4f1ef;
    padding: 60px;
    border-radius: 60px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}

.blog_section.top .container {
    max-width: 1100px;
    width: 100%;
}

.blog_section.top .blog_section_main {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fce9ca73;
    border-radius: 60px;
    padding: 40px 80px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}

.blog_section_main_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    text-align: center;
    z-index: 0;
    color: #fff;
    display: table;
    padding: 15px 40px;
    background-color: #7d9039;
    margin: 0 auto;
}

.content h2.blog_section_main_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    text-align: center;
    z-index: 0;
    color: #fff;
    display: table;
    padding: 15px 40px;
    background-color: #7d9039;
    margin: 0 auto;
}

.blog_section_main_title+.content_main {
    margin-top: 40px;
    display: block;
}

.sub_main_blog_main_archive_lists {
    border-top: 1px #707070 solid;
}

.sub_main_blog_main_archive_lists_item {
    align-items: center;
    border-bottom: 1px #707070 solid;
    display: flex;
    padding: 20px 0;
}

.sub_main_blog_main_archive_lists_img {
    display: block;
    flex-shrink: 0;
    width: 200px;
}

.sub_main_blog_main_archive_lists_img img {
    width: 100%;
    height: auto;
}

.sub_main_blog_main_archive_lists_item_text {
    margin-left: 20px;
    display: block;
}

.sub_main_blog_main_archive_lists_item_text_title {
    display: table;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 5px;
}

.sub_main_blog_main_archive_lists_item_text_desc {
    display: table;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 10px;
}

.sub_main_blog_main_archive_lists_item .sub_main_blog_main_top_top_cat_item {
    margin-bottom: 5px;
}

.treatment_cta {
    background-color: #f4f1ef;
}

.content_main_text {
    font-size: 20px;
    text-align: center;
    line-height: 2;
    font-weight: 700;
    display: table;
    margin: 40px auto 0;
    position: relative;
    z-index: 0;
}

.content_main_text.to_big {
    font-size: 37px;
    font-weight: 700;
    color: #ff7f00;
    display: table;
    margin: 40px auto 0;
    background-color: #fff;
    padding: 0 20px;
}

.content_main_text span.big {
    font-size: 32px;
    font-weight: 700;
    background-color: #ff7f00;
    color: #fff;
    display: table;
    padding: 0 20px;
    margin: 0 auto;
}

.content_main_text span.under_line {
    font-size: 1.2em;
    font-weight: 700;
    background-color: inherit;
    color: #ff7f00;
    display: inline;
    padding: 0 10px;
    margin: 0 auto;
    background: linear-gradient(transparent 60%, #ffe54c 60%);
}

.content_main_text span.red {
    color: #ff0000;
    font-size: 70px;
    line-height: 1.5;
}

.content_main_text span.batsu {
    position: relative;
    z-index: 0;
}

.content_main_text.end {
    text-shadow: 0 0 20px rgba(249, 36, 150, 73), 0 0 20px rgba(249, 36, 150, 73), 0 0 20px rgba(249, 36, 150, 73);
    font-size: 50px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    position: relative;
    color: #fff;
}

.content_main_text span.batsu::before {
    position: absolute;
    z-index: 0;
    top: -5px;
    left: -5px;
    content: "／";
    font-size: 60px;
    color: #ff0000;
    line-height: 1;
    font-weight: 700;
}

.content_main_text a {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .blog_section {
        padding: 60px 0;
    }
    .blog_section.top .container {
        width: auto;
        margin: 0 20px;
    }
    .blog_section.top .blog_section_main {
        border-radius: 20px;
        padding: 40px 15px;
    }
    .blog_section_main.sekou {
        border-radius: 20px;
        padding: 40px 7px;
    }
    .blog_section_main_title {
        font-size: 24px;
        line-height: 1.3;
        padding: 10px 20px;
    }
    .content h2.blog_section_main_title {
        font-size: 24px;
        line-height: 1.3;
        padding: 10px 20px;
    }
    .blog_section_main_title .gold {
        font-size: 40px;
    }
    .content_main {
        padding: 0;
    }
    .content_main_text.to_big {
        font-size: 24px;
        margin: 20px auto 0;
        padding: 0 20px;
    }
    .content_main_text.to_big .arrow {
        font-size: 24px;
    }
    .content_main_text.end {
        font-size: 39px;
    }
    .content_main_text span.batsu::before {
        font-size: 40px;
    }
    .content_main_text {
        font-size: 16px;
        margin: 20px auto 0;
    }
    .content_main_text a {
        text-decoration: underline;
    }
    .content_main_text span.red {
        font-size: 45px;
    }
    .blog_section_main_title+.content_main {
        margin-top: 20px;
    }
    .sub_main_blog_main_archive_lists_item {
        align-items: center;
        border-bottom: 1px #707070 solid;
        display: flex;
        padding: 20px 0;
    }
    .sub_main_blog_main_archive_lists_img {
        display: block;
        flex-shrink: 0;
        width: 200px;
    }
    .sub_main_blog_main_archive_lists_img img {
        width: 100%;
        height: auto;
    }
    .sub_main_blog_main_archive_lists_item_text {
        margin-left: 20px;
        display: block;
    }
    .sub_main_blog_main_archive_lists_item_text_title {
        display: table;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 5px;
    }
    .sub_main_blog_main_archive_lists_item_text_desc {
        display: table;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.7;
        margin-top: 10px;
    }
    .sub_main_blog_main_archive_lists_item .sub_main_blog_main_top_top_cat_item {
        margin-bottom: 5px;
    }
    .treatment_cta {
        background-color: #f4f1ef;
    }
}

/* content_main_top */

.content_main_top {
    border-bottom: 2px solid #2a2a2a;
    margin-bottom: 40px;
}

.content_main_top_top {
    display: flex;
    align-items: stretch;
}

.content_main_top_top .news_main_side_item_lists_item_new_top_date {
    margin: 0;
    line-height: 1.3;
    padding-right: 10px;
    border-right: 1px #707070 solid;
}

.content_main_top_top .news_main_side_item_lists_item_new_top_cat {
    margin-left: 10px;
}

.content_main_top_top .news_main_side_item_lists_item_new_top_cat_item {
    margin-bottom: 4px;
}

.content_main_top .content_main_top_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
    padding-bottom: 4px;
}

.content_main_top {
    border-bottom: 2px solid #2a2a2a;
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
    .content_main_top_top {
        display: flex;
    }
    .content_main_top_top .news_main_side_item_lists_item_new_top_date {
        margin: 0;
        line-height: 1.3;
        padding-right: 10px;
        border-right: 1px #707070 solid;
    }
    .content_main_top_top .news_main_side_item_lists_item_new_top_cat {
        margin-left: 10px;
    }
    .content_main_top_top .news_main_side_item_lists_item_new_top_cat_item {
        margin-bottom: 4px;
    }
    .content_main_top .content_main_top_title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
    }
    .content_main .post_content h2 {
        text-align: left;
    }
    .content_main .form__row {
        margin-top: 20px;
    }
    .content_main .wpcf7 p.form__label {
        margin-bottom: 0;
    }
    .single-treatment .content_main .author_profile {
        margin: 40px 0 0;
    }
}

/* ------------------------------------------
  news_main_side
------------------------------------------ */

.news_main_side_item_title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: left;
    color: #7d9039;
    padding: 24px 0 15px 15px;
    border-bottom: 2px solid #2a2a2a;
    position: relative;
}

.news_main_side_item_title::before {
    background-color: #7d9039;
    content: '';
    height: calc(100% - 30px);
    left: 0;
    position: absolute;
    top: 18px;
    width: 4px;
}

.news_main_side_item_lists_item {
    border-bottom: 1px dotted #2a2a2a;
}

.news_main_side_item_lists_item_normal {
    padding: 10px 12px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: left;
    color: #252525;
}

.news_main_side_item+.news_main_side_item {
    margin-top: 30px;
}

.news_main_side_item_lists_item_new {
    display: block;
    padding: 10px 12px;
}

.news_main_side_item_lists_item_new_top {
    display: flex;
    align-items: center;
}

.news_main_side_item_lists_item_new_top_date {
    font-family: "Noto Sans";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 20px;
    color: #2a2a2a;
}

.news_main_side_item_lists_item_new_top_cat {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    padding: 0;
}

.news_main_side_item_lists_item_new_top_cat_item {
    list-style: none;
    margin-right: 4px;
}

.news_main_side_item_lists_item_new_top_cat_item span {
    display: table;
    line-height: 20px;
    padding: 0 4px;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.04em;
    background: #707070;
    text-align: center;
    color: #fff!important;
    transition: .3s;
}

.news_main_side_item_lists_item_new_top_cat_item a {
    display: table;
    line-height: 20px;
    padding: 0 4px;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.04em;
    background: #707070;
    text-align: center;
    color: #fff!important;
    transition: .3s;
}

.news_main_side_item_lists_item_new_top_cat_item a:hover {
    opacity: .7;
    text-decoration: none;
}

.news_main_side_item_lists_item_new_top_cat_item.area a {
    background: #937960;
}

.news_main_side_item_lists_item_new_top_cat_item.area span {
    background: #937960;
}

.news_main_side_item_lists_item_new_title {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: left;
    margin-top: 5px;
    color: #252525;
}

@media screen and (max-width: 800px) {
    /* .news_main_side_item_title {
      font-size: 16px;
      padding: 20px 0 10px 20px;
    }
    .news_main_side_item_lists_item_normal {
      padding: 10px 20px;
      font-size: 13px;
    }
    .news_main_side_item+.news_main_side_item {
      margin-top: 30px;
    }
    .news_main_side_item_lists_item_new {
      padding: 10px 20px;
    }
    .news_main_side_item_lists_item_new_top_date {
      font-size: 13px;
      line-height: 18px;
    }
    .news_main_side_item_lists_item_new_top_cat {
      margin-left: 5px;
    }
    .news_main_side_item_lists_item_new_top_cat_item {
      line-height: 14px;
      padding: 0 4px;
      font-size: 10px;
      margin-right: 4px;
    }
    .news_main_side_item_lists_item_new_title {
      font-size: 13px;
      margin-top: 5px;
    } */
}

/* ------------------------------------------
    sub_mv
  ------------------------------------------ */

.sub_mv {
    background-image: url(../img/sub/top_mv_back.png);
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 0;
}

.sub_mv::before {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.sub_mv_title {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: .03em;
    text-align: left;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .sub_mv {
        padding: 40px 0;
    }
    .sub_page .container {
        padding: 0 20px;
    }
    .sub_mv_title {
        font-size: 22px;
        letter-spacing: 0;
    }
}

/* ------------------------------------------
      sub_breadcrumb
    ------------------------------------------ */

.sub_breadcrumb {
    padding: 10px 0;
}

.sub_breadcrumb_lists {
    display: flex;
    flex-wrap: wrap;
}

.sub_breadcrumb_lists_item {
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    text-align: left;
    color: #2a2a2a;
}

.sub_breadcrumb_lists_item a {
    display: block;
    text-decoration: underline;
}

.sub_breadcrumb_lists_item:first-child a {
    position: relative;
    top: 4px;
    width: 19px;
    height: 17px;
    display: block;
    background-image: url(../img/sub/sub_breadcrumb_lists_item_home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sub_breadcrumb_lists_item+.sub_breadcrumb_lists_item {
    position: relative;
    z-index: 0;
    padding-left: 40px;
}

.sub_breadcrumb_lists_item+.sub_breadcrumb_lists_item::before {
    position: absolute;
    z-index: 0;
    left: 10px;
    content: "";
    top: 50%;
    height: 1px;
    width: 20px;
    background-color: #707070;
}

.sub_breadcrumb_lists_item:last-child {
    color: #343434;
}

/* ------------------------------------------
  common_link
------------------------------------------ */

.common_link {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff !important;
    background-color: #7d9039;
    font-weight: bold;
    background-image: url(../img/common/cta_arrow.png);
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 2px #7d9039 solid;
    width: 300px;
    border-radius: 50px;
    transition: .3s;
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
    margin: 40px auto 0;
}

/* ------------------------------------------
  cta_tuiju
------------------------------------------ */

.cta_tuiju {
    position: fixed;
    width: 300px;
    bottom: 20px;
    right: 40px;
    transition: initial;
    z-index: 99;
}

.cta_tuiju.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .cta_tuiju {
        width: 100%;
        bottom: 0;
        right: 0;
        transition: initial;
    }
    .cta_tuiju.sp {
        display: block;
    }
    .cta_tuiju.pc {
        display: none;
    }
}

.blog_section_main_video {
    margin-top: 40px;
    padding: calc(315 / 560* 100%) 0 0;
    position: relative;
    width: 100%;
}

.blog_section_main_video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top_intro_main_content_main_content_desc_img {
    width: 500px;
    margin: 40px auto 0;
}

.top_intro_main_content_main_content_desc_img img {
    display: block;
    max-width: 100%;
}

.menu_example_main_lists_item_content_desc {
    line-height: 2;
}

.lp .menu_example_main_text {
    font-size: 20px;
    line-height: 2;
    margin-top: 70px;
    font-weight: 700;
    text-align: center;
}

.menu_example.paint .menu_example_main_lists_item_title {
    font-size: 22px;
    line-height: 41px;
}

.menu_example.paint .menu_example_main_lists {
    margin: 60px 0 0;
}