@charset "utf-8";

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
}
p {
    line-height: 1.8;
    margin: 0;
}
.single p {
    margin-bottom: 1.2em;
}
.gMenu > li .gMenu_name,
.headerRight a,
.navbar-brand a {
    transition-property: all;
    transition: 0.3s linear;
}

a:hover,
.subSection li > a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.color,
.color:hover {
    color: #555;
}

.siteHeader {
    border-bottom: none;
    box-shadow: none;
    padding: 0;
}

.siteHeader_logo {
    float: none;
}

.siteHeader_logo .copy,
.siteHeader_logo .address {
    font-size: 16px;
}

.siteHeader.navbar {
    border-top: solid 3px #fec414;
}
.green_bk_s {
    background: #69b028;
    color: #ffffff;
    font-size: 13px;
    height: 26px;
    display: inline-block;
    width: 74px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
}
.headerRight {
    color: #333;
    font-size: 14px;
    width: 350px;
}
.header_time_table {
    border: none;
    margin-bottom: 10px;
}
.header_time_table th {
    padding: 0;
    border: none;
    vertical-align: top;
}
.header_time_table td {
    border: none;
    padding: 2px 0 5px;
}
.headerRight ul li {
    white-space: pre;
}

.headerRight .telHead {
    background: #d7a369;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    padding: 4px 4px 2px;
}

.headerRight ul li span.head {
    color: #333;
    font-weight: bold;
    display: inline-block;
    min-width: 90px;
}

.headerRight ul li:first-child span.head:before {
    content: "";
    display: inline-block;
    background: url(../images/ico-time@2x.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin: 0 3px 0 0;
}

.headerRight ul li:last-child span.head:before {
    content: "";
    display: inline-block;
    background: url(../images/ico-calendar@2x.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin: 0 3px 0 0;
}

.navbar-brand a:hover {
    color: #777;
}

.nav-container,
#gMenu_outer {
    background: #fec414;
}

.gMenu_outer,
.gMenu {
    float: none;
}

.gMenu {
    display: flex;
}

.gMenu li {
    width: 20%;
    text-align: center;
    border-left: solid 1px #ffffff;
}
.gMenu > li:last-child {
    border-right: solid 1px #ffffff;
}
.gMenu li a,
.gMenu li a:hover {
    color: #ffffff;
    font-weight: bold;
}

.gMenu > li .gMenu_name {
    font-size: 18px;
    display: inline-block;
}

.header_scrolled .gMenu > li .gMenu_name {
    padding: 20px 0;
}

.gMenu a:active,
.gMenu a:focus,
.gMenu a:hover {
    opacity: 0.8;
}

.header_scrolled .gMenu > li {
    border-left: none;
    width: 20%;
}

.gMenu > li:before,
.gMenu > li.menu-item-has-children::after {
    border-bottom: none;
}
.gMenu_outer {
    min-height: auto;
}
.header_scrolled .gMenu > li:last-child {
    border-right: none;
}

h1.bg-head, h2.bg-head {
    background: #f6f6f6;
    background-size: auto 5px;
    background-position: bottom left;
    border: none;
    font-weight: bold;
    font-size: 2.2em;
    padding: 1em;
    letter-spacing: 1px;
}

h3.simple-head {
    background: #777;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0.7em 1em 0.5em;
    font-size: 1.5em;
}

h3.simple-head:after {
    content: none;
}

.footer_before {
    background: #f4f0db;
    color: #444;
}

.footer_before p {
    font-size: 13px;
}

.siteFooter {
    border-top: solid 3px #fec414;
    background: #fff;
    padding: 20px 0 0 0;
}

.siteFooter a {
    text-decoration: none;
}

.siteFooter .container {
    overflow: hidden;
}

.footerMenu .container {
    border-top: none;
}

.footerMenu ul {
    overflow: hidden;
}
.footerMenu {
    margin-top: 20px;
}

.footerMenu ul li {
    margin-bottom: 10px;
}

.footerMenu li:first-child a {
    border-left: none;
    padding-left: 0;
}

.footerMenu li:last-child a {
    border-right: none;
}

.footerMenu li a {
    color: #444;
    font-size: 90%;
}

.sectionBox {
    background: #fec414;
    font-size: 13px;
    color: #fff;
}
.sidebar-head {
    border-left: solid 5px #ffa42f;
    background: #fec414;
    border-right: solid 5px #ffa42f;
    text-align: center;
}

.sidebar-head h4 {
    font-size: 1.2em;
    line-height: 1em;
    padding-left: 0.5em;
    color: #ffffff;
}

.news-list li p {
    font-size: 14px;
    line-height: 1.4em;
}

.news-list li a {
    color: #333;
}

.news-list li {
    border-bottom: dashed 1px #dedede;
}
.sidebar-menu li {
    border-bottom: dashed 1px #333333;
    padding: 0.7em 0em;
}

.sidebar-menu li a {
    padding: 1em 0;
    display: block;
    position: relative;
}
.subSection .side_menu_arrow {
    font-weight: 600;
}
.subSection .side_menu_arrow::before {
    content: url(../images/orange_arrow.png);
    display: inline-block;
    margin-right: 5px;
    transform: scale(0.8);
}
.news-list li:last-child,
.sidebar-menu li:last-child {
    border-bottom: none;
}
.office_info_s_text {
    font-size: 14px;
    padding: 0.7em 0em !important;
}
.sidebarblock {
    border: none;
    background: #fffcf0;
}
.sidebar-container {
    padding: 0 15px;
}
.news-list li,
.sidebar-menu li {
    margin: 0;
    padding: 0.7em 1em;
}

.sidebar-menu.nav-menu li {
    padding: 0;
}

.sidebar-menu li a {
    color: #333;
}

.sidebar-menu li .tel,
.yoyaku-tel,
.yoyaku-tel:hover {
    color: #333333;
    font-weight: bold;
    font-size: 2em;
    white-space: pre;
    padding: 0;
}
.yoyaku-btn,
.yoyaku-btn:hover {
    background: #bfeae7;
    padding: 0.8em 1.2em;
    border-radius: 5px;
    color: #777;
    font-weight: bold;
    margin: 0 5px;
    text-decoration: none;
}
h4.simple-head {
    font-size: 1.8em;
}

.drawer-hamburger:active:focus {
    outline: none;
}

.drawer--left .drawer-hamburger {
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    padding: 5px 0.75rem 15px;
    display: flex;
    margin: 6px auto 0;
}

.drawer-nav {
    width: 20rem;
    max-width: 80%;
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 21rem;
}

.drawer--left .drawer-nav {
    left: -20rem;
}

.drawer--top.drawer-open .drawer-nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav {
    padding: 10px;
    overflow-x: hidden;
    z-index: 999999;
}

.menu-block b {
    line-height: 1.4em;
    display: block;
    font-size: 0.85em;
}

.sp-navbar-header {
    background: #fff;
    display: block;
    position: fixed;
    top: 0;
    z-index: 99999;
}

.header_scrolled .sp-navbar-header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 99999;
}

.sp-navbar-header ul li {
    width: 20%;
    border-right: solid 1px rgba(255, 255, 255, 0.7);
    background: #fec414;
}

.sp-navbar-header ul li:last-child {
    border-right: none;
}

.sp-navbar-header ul li p {
    font-size: 13px;
    color: #fff;
}

.sp-navbar-header ul li img {
    height: 24px;
    display: inline-block;
    margin-bottom: 3px;
}

.sp-navbar-header ul li a {
    color: #fff;
    display: block;
    padding: 15px 0 10px;
    background: #fec414;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #fffb;
}

.drawer--left.drawer-open .drawer-hamburger {
    background: #fff;
    border-radius: 5px;
    border: solid 1px #333;
    padding: 9px 8px 19px;
    margin: 10px 0 0 0;
}

.drawer--left.drawer-open .drawer-hamburger-icon:after,
.drawer--left.drawer-open .drawer-hamburger-icon:before {
    background-color: #333;
}

.page-header {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.entry-footer {
    display: none;
}

.date.border-head {
    font-size: 1em;
    border-left: solid 3px #69b028;
    padding: 2px 0 4px 0.4em;
}
.device-pc .gMenu > li > a {
    padding: 0;
    height: 4.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vk-mobile-nav-menu-btn {
    display: none !important;
}

.blog-breadcrumb {
    border-bottom: dotted 1px #ccc;
    margin-top: 10px;
}

.archive .article__item a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.archive .article__item .category a,
.entry-meta_items_term a {
    background: #fec414 !important;
    color: #fff;
    line-height: 1em;
    display: inline-block;
    padding: 0.5em 0.5em 0.3em;
    text-align: center;
    border-radius: 0;
    margin: 0 0 0 3px;
}

.sidebarblock .category-list a {
    display: block;
    color: #333;
    padding: 0.7em 1em;
    border-bottom: dashed 1px #dedede;
}

.sidebarblock .category-list a:last-child {
    border-bottom: none;
}

.sidebarblock .category-list a:hover {
    color: #333;
}

.sidebarblock .monthly-archive-list li {
    margin-bottom: 0;
}

.fa_v5_css .entry-meta_items.published {
    border-left: solid 3px #69b028;
    padding: 2px 0 4px 0.4em;
}

.fa_v5_css .entry-meta_items.published::before {
    content: none;
}

.single .entry-header {
    border-bottom: none;
}

.pagenation ul {
    padding: 0;
    margin-top: 50px;
}

.pagenation ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 80%;
}

.pagenation ul li a,
.pagenation ul li a:hover {
    color: #777;
    display: block;
    border: solid 1px;
    padding: 0.5em 0.7em;
    line-height: 1em;
    text-decoration: none;
}

.pagenation ul li.active {
    background: #777;
    color: #fff;
    border: solid 1px #777;
    padding: 0.5em 0.7em;
    line-height: 1em;
}

.fixed-button {
    display: none;
}

/*****************************************

全ページ共通

******************************************/
.br_none_pc {
    display: block;
}
.br_none_sp {
    display: none;
}
.junbi {
    text-align: center;
    margin: 20px 0;
    padding: 30px;
    border-radius: 10px;
    background: #fffcf0;
    color: #d7a369;
    font-size: 18px;
    font-weight: bold;
}
section {
    margin: 60px 0px;
}
h3 {
    border-bottom: none;
}
h3:after {
    display: none;
}
.page_header_title_wrap {
    padding: 5px 0;
    border-top: solid 5px #ffa42f;
    border-bottom: solid 5px #ffa42f;
}
.page_header_title_wrap .inner {
    border-top: 1px solid #ffa42f;
    display: table;
    width: 100%;
    border-bottom: 1px solid #ffa42f;
}
.page_header_title {
    font-size: 1.75rem;
    line-height: 1.2;
    margin: 0 0 1.2em;
    font-weight: 500;
    border-bottom: none;
    text-align: center;
    display: table-cell;
    padding: 40px 0px;
    color: #3d3d3d;
    border-top: none;
}
h1.page_m_title, h3.page_m_title {
    border-bottom: solid 2px #69b028;
    color: #69b028;
    line-height: 1.6;
}
h3.page_l_title {
    text-align: center;
    color: #fec414;
    font-size: 40px;
    border-bottom: solid 2px #fec414;
}
h4.brown_bk_tit {
    margin: 0px 0px 0px;
    background: #d7a369;
    color: #ffffff;
    padding: 10px;
    font-size: 21px;
}
h5.archive_title {
    color: #69b028;
}
.duble_line_title {
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    padding: 10px 0px;
    line-height: 2;
    font-weight: bold;
}
.text_weight_b {
    font-weight: 600;
}
.text_align_center {
    text-align: center;
}
.text_align_right {
    text-align: right;
}
.text_align_left {
    text-align: left;
}
.text_m30 {
    margin: 30px 0px;
}
.text_mb20 {
    margin: 0px 0px 20px 0px;
}
.b_text {
    font-size: 32px;
}
.m_text {
    font-size: 26px;
}
.bk_yellow_line {
    background: #ffeb0d;
    padding: 0 0 3px;
}
.sp_beside_line_box {
    display: flex;
    justify-content: space-between;
}
.sp_beside_line_box .image {
    width: 49%;
}
.attention_text {
    background: #dd565a;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 10px;
    margin-right: 15px;
}
.bottom_line {
    border-bottom: solid 1px #333333;
    display: inline-block;
}
.image_box {
    margin: 30px 0px;
    text-align: center;
}
.flexbox {
    display: flex;
    justify-content: space-between;
}
h4.brown_title {
    background: #d7a369;
    text-align: center;
    border-bottom: none;
    color: #ffffff;
    border-radius: 50px;
    display: block;
    padding: 10px 10px;
}
h4.brown_title:after {
    display: none;
}
.table01 {
    margin-bottom: 40px;
    background: #f9f7eb;
}
.table01 .title01 {
    background: #dd565a;
    color: #ffffff;
    font-size: 18px;
    width: 31%;
    border: solid 3px #dd565a;
}
.table01 .title02 {
    background: #dddddd;
}
.table01 thead th {
    width: 23%;
    text-align: center;
}
.table01 th {
    border: solid 1px #cccccc;
    padding: 5px;
}
.table01 td {
    padding: 0;
    border: solid 1px #cccccc;
}
.table01 .circle {
    font-size: 38px;
    text-align: center;
}
.table01 td.himawari {
    background: #fff8f8;
    border-left: solid 3px #dd565a;
    border-right: solid 3px #dd565a;
}
.table01 td.himawari .circle {
    font-size: 38px;
    text-align: center;
    color: #fec414;
}
.table01 td.himawari_bottom {
    border-bottom: solid 3px #dd565a;
}
.special_day_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 2px;
    text-align: center;
    /* border-bottom: none; */
    /* color: #ffffff; */
    border-top: solid 2px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.special_day_wrap .special_day {
    color: #dd565a;
    font-size: 30px;
}
.special_day_wrap p {
    font-size: 24px;
    font-weight: bold;
}
.special_price_wrap .last_number_wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 20px 0px;
}
.special_price_wrap .last_number_wrap p {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.special_price_wrap .last_number_wrap p.last_number {
    font-weight: bold;
    font-size: 68px;
    color: #69b028;
    line-height: 1;
    margin: 0 5px;
}
.special_price_wrap .bottom_text_area {
    /* background: #f5f5f5; */
    /* padding: 20px; */
    margin: 40px 0;
}
.special_price_wrap .bottom_text_area .title {
    margin-bottom: 30px;
}
.check_list_all_wrap h3 {
    margin-bottom: 10px;
}
.check_list_wrap {
    background: #ffeeba;
    border-radius: 10px;
    padding: 15px;
}
.check_list_wrap .check_list {
    list-style: none;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 20px 10px;
    margin: 0;
}
.check_list_wrap .check_list li {
    position: relative;
    display: flex;
    font-size: 21px;
    margin: 0;
    padding: 5px 0px;
}
.check_list_wrap .check_list li::before {
    content: url(../images/check_icon.png);
    display: flex;
    margin-right: 10px;
    transform: scale(0.9);
    align-items: center;
    margin-top: -3px;
}
.check_list_wrap .title02 {
    color: #468626;
    text-align: center;
    line-height: 2;
    font-size: 26px;
    font-weight: bold;
}
.check_list_wrap.maru_list {
    background: #ffffff;
    border: 2px solid #dd565a;
    margin: 20px 0px;
    padding: 0px 10px 10px;
}
.check_list_wrap.maru_list .check_list li {
    align-items: center;
}
.check_list_wrap.maru_list .check_list li::before {
    display: none;
}
.check_list_wrap.maru_list .check_list li img {
    width: 40px;
    margin-right: 10px;
}
.check_list_wrap.batu_list {
    background: #ffffff;
    border: 2px solid #1185a7;
    margin: 20px 0px;
    padding: 0px 10px 10px;
}
.check_list_wrap.batu_list .check_list li {
    align-items: center;
}
.check_list_wrap.batu_list .check_list li::before {
    display: none;
}
.check_list_wrap.batu_list .check_list li img {
    width: 40px;
    margin-right: 10px;
}
.check_list_all_wrap .checklist_text01 {
    font-size: 21px;
}
.btn01_wrap {
    margin-bottom: 1.5em;
}
.btn01 {
    background: #468626;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
}
.btn01:hover {
    opacity: 0.8;
    color: #ffffff !important;
}

/****************************

TOP

******************************/
.teaser {
    text-align: center;
}
.home_top_onayami {
    background: #ffeeba;
    border-radius: 20px;
    padding: 60px 0px 10px;
}
.home_top_onayami .image_title {
    text-align: center;
    margin-bottom: 20px;
}
.home_top_onayami ul li {
    font-weight: bold;
}
.home_top_onayami .list_red_text {
    color: #dd565a;
    font-weight: bold;
}
.home_top_onayami .check_list_wrap .check_list li {
    font-size: 25px;
    padding: 15px 0px;
}
.home_top_onayami .check_list_wrap .check_list li::before {
    margin-top: 2px;
}
.home_shikumi .flexbox {
    background: #f9f7eb;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.home_shikumi .flexbox .imagebox {
    width: 50%;
}
.home_shikumi .flexbox .textbox {
    width: 50%;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    display: table;
}
.home_shikumi .flexbox .textbox p {
    display: table-cell;
    vertical-align: middle;
}
.home_yugami {
    background: #f9f7eb;
    padding: 20px;
    border-radius: 10px;
}
.home_yugami .flexbox {
    display: flex;
    align-items: center;
}
.home_yugami .flexbox .imagebox {
    width: 62%;
}
.home_yugami .flexbox .textbox {
    width: 38%;
    padding-left: 40px;
}
.home_yugami h4 {
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
}
.home_three_point h4.flexbox {
    align-items: center;
    justify-content: flex-start;
}
.hikaku_table_wrap {
    margin: 20px 0px 30px;
}
.home_three_point .point_box .flexbox {
    background: #f9f7eb;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.home_three_point .point_box {
    margin-bottom: 30px;
}
.home_three_point .point_box .flexbox .point {
    width: 30%;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.home_three_point .point_box .flexbox .point .number {
    background: #d7a369;
    border-radius: 30px;
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
}
.home_three_point .point_box .flexbox .arrow {
    display: table;
}
.home_three_point .point_box .flexbox .arrow p {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}
.five_point_wrap .reason_number_box {
    background: #ffeeba;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
}
.five_point_wrap .reason_number_box .whitebox {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
}
.five_point_wrap .reason_number_box .whitebox h4 {
    display: flex;
    border-bottom: solid 3px #428137;
    padding: 10px 0px;
    align-items: center;
}
.five_point_wrap .reason_number_box .whitebox h4 .number {
    background: url(../images/reason_icon.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    margin-right: 15px;
    color: #ffffff;
    line-height: 100px;
    text-align: center;
    min-width: 100px;
}
.five_point_wrap .reason_number_box .whitebox h4 .title {
    line-height: 1.6;
    color: #428137;
}
.five_point_wrap .reason_number_box .whitebox h5 {
    font-size: 23px;
    text-align: center;
    line-height: 2;
    margin-top: 10px;
    width: 100%;
}
.five_point_wrap .reason_number_box .whitebox .flexbox .imagebox {
    width: 43%;
}
.five_point_wrap .reason_number_box .whitebox .flexbox .textbox {
    width: 55%;
}
.six_merit_wrap .merit_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.six_merit_wrap .merit_item .itembox {
    width: 48%;
    background: #f9f7eb;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: solid 2px #d7a369;
}
.six_merit_wrap .merit_item .itembox h4 {
    color: #ffa42f;
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.six_merit_wrap .merit_item .itembox .stext {
    text-align: center;
    line-height: 1.6;
}
.six_merit_wrap .merit_item .itembox .iconbox {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}
.six_merit_wrap .merit_item .itembox .iconbox02 {
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
}

/****************************

下層ページ

******************************/
.text_link {
    color: #dd565a;
}
.table02 {
    margin-bottom: 30px;
}
.table02 th {
    font-weight: bold;
    font-size: 16px;
    background: #fffcf0;
    border: solid 1px #cccccc;
}
.table02 td {
    border: solid 1px #cccccc;
}
.page_main_image_box {
    margin: 20px 0px;
}
.flexbox_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexbox_img .imagebox {
    width: 48%;
    margin-bottom: 20px;
}
.faq_item {
    margin: 20px 0px 40px;
}
.faq_item .faq_title {
    margin-bottom: 10px;
    border-bottom: solid 3px #69b028;
    color: #69b028;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 24px;
}
.faq_item .faq_title .q_icon {
    background: #69b028;
    color: #ffffff;
    width: 46px;
    display: flex;
    justify-content: center;
    height: 46px;
    margin-right: 10px;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
}
.ic_card_wrap {
    text-align: center;
    margin-top: 20px;
}
.first_cont01 .flexbox .textbox {
    padding-left: 20px;
}
.first_cont01 .check_list_wrap {
    margin-bottom: 30px;
}
.flow_wrap .flow_item_wrap .flow_item .flexbox {
    display: flex;
    justify-content: space-between;
}
.flow_wrap .flow_item_wrap .flow_item .flexbox .imagebox {
    width: 42%;
}
.flow_wrap .flow_item_wrap .flow_item .flexbox .textbox {
    width: 56%;
}
.flow_wrap .flow_item_wrap .arrow_box {
    text-align: center;
    margin: 20px 0px;
}
.flow_wrap .flow_item_wrap .arrow_box img {
    width: 52px;
}
.flow_wrap .flow_item_wrap .flow_item .title {
    color: #69b028;
    margin-bottom: 20px;
    border-bottom: solid 1px;
    padding: 10px 0px;
    border-top: solid 1px;
}
.kodawari_box {
    border: solid 1px #ffa42f;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.kodawari_box h4 {
    display: flex;
    align-items: center;
    line-height: 1.6;
    border-bottom: solid 3px #ffa42f;
    padding-bottom: 10px;
}
.kodawari_box h4 .number_box {
    background: url(../images/kodawari_icon.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    margin-right: 15px;
    padding-top: 18px;
    line-height: 1;
    min-width: 100px;
}
.kodawari_box h4 .number_box .text {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.kodawari_box h4 .number_box .number {
    text-align: center;
    display: block;
    font-size: 36px;
    color: #ffffff;
}
.kodawari_box .flexbox {
    display: flex;
    justify-content: space-between;
}
.kodawari_box .flexbox .image {
    width: 48%;
}
.kodawari_box .flexbox .imagebox {
    width: 42%;
}
.kodawari_box .flexbox .textbox {
    width: 56%;
}
.directions_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.directions_wrap .image {
    width: 48%;
    background: #f9f7eb;
    padding: 10px 15px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.directions_wrap .image .titlewrap {
    display: flex;
    align-items: inherit;
}
.directions_wrap .image .car_icon {
    margin-right: 10px;
    width: 40px;
}
.directions_wrap .image .text {
    font-size: 21px;
    color: #ffa42f;
    font-weight: bold;
}
.staff_intro {
    text-align: center;
    margin: 40px 0px 60px 0px;
}
.staff_info_box .flexbox {
    display: flex;
    justify-content: space-between;
}
.staff_info_box .flexbox .imagebox {
    width: 42%;
}
.staff_info_box .flexbox .textbox {
    width: 56%;
}
.staff_info_box .shikaku .shikaku_title {
    text-align: center;
    font-size: 25px;
    border-bottom: solid 1px;
    padding: 15px;
    border-top: solid 1px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.staff_info_box .flexbox_align_item {
    margin: 30px 0px;
    align-items: center;
}
.staff_info_box .shikaku_name {
    display: block;
    text-align: center;
    font-weight: bold;
}
.price_page_m_title {
    text-align: center;
    border-bottom: solid 2px #69b028;
    color: #69b028;
    line-height: 1.6;
}
.price_cont01 .arrow_box {
    text-align: center;
}
.price_cont01 .flexbox {
    margin-bottom: 20px;
}
.post-name-price .flexbox .image {
    width: 32%;
}
.price_cont01 .flexbox .center_box {
    font-size: 40px;
    color: #d7a369;
    font-weight: bold;
    line-height: 300px;
}
.price_bottom_text {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #ffa42f;
    margin-bottom: 20px;
}
.price_cont02 .price_page_m_title {
    margin-bottom: 10px;
}
.price_cont02 img {
    margin-bottom: 20px;
}
.price_wrap h3.page_m_title {
    margin-bottom: 15px;
}
.price_wrap .price_table {
    margin: 15px 0 30px 0px;
}
.price_wrap .price_table .tit01 {
    background: #f6f4f2;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.price_wrap .price_table .tit02 {
    background: #fffcf0;
    text-align: center;
    font-weight: bold;
}
.price_wrap .price_table th {
    padding: 20px;
    font-size: 16px;
    border: 1px solid #cccccc;
}
.price_wrap .price_table td {
    padding: 20px;
    font-size: 16px;
    border: 1px solid #cccccc;
    text-align: right;
}
.price_wrap .price_table .s_text {
    display: block;
    font-size: 14px;
    color: #d7a369;
}
.price_wrap .intro_text {
    margin: 15px 0px 20px;
}
.price_cont03 .flexbox .textbox {
    padding-left: 20px;
}
.price_cont03 .last_text {
    margin-top: 20px;
}

/********************
下層_症状
********************/
.symptom_contents .textbox {
    margin: 20px 0px;
}
.symptom_contents .contents_box {
    margin: 40px 0px;
}
.symptom_contents h4.flexbox {
    align-items: center;
    justify-content: flex-start;
}
.point_box_wrap h3 {
    background: #fec414;
    border-bottom: solid 5px #ffa42f;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    line-height: 1.8;
}
.point_box {
    border: solid 1px #69b028;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.point_box h4 {
    display: flex;
    align-items: center;
    line-height: 1.6;
    border-bottom: solid 3px #69b028;
    padding-bottom: 10px;
}
.point_box h4 .point_icon {
    background: url(../images/point_icon.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    margin-right: 15px;
    padding-top: 22px;
    line-height: 1.4;
    color: #ffffff;
    min-width: 100px;
    text-align: center;
    font-size: 21px;
}
.point_box h4 .point_icon .number {
    font-size: 30px;
}
.point_box h4.no_icon_title {
    display: flex;
    align-items: center;
    line-height: 1.6;
    border-bottom: solid 3px #69b028;
    padding-bottom: 10px;
    justify-content: center;
}
.point_box h5.s_title {
    text-align: center;
    border-bottom: solid 2px #69b028;
    color: #69b028;
    line-height: 1.8;
    padding: 10px;
    font-size: 21px;
}
.point_box .flexbox .imagebox {
    width: 42%;
}
.point_box .flexbox .textbox {
    width: 56%;
}
.difference_box_wrap h3 {
    background: #fec414;
    border-bottom: solid 5px #ffa42f;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    line-height: 1.8;
}
.difference_box_wrap h4.m_title {
    text-align: center;
    border-bottom: solid 2px #69b028;
    color: #69b028;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 26px;
}
.difference_box_wrap .flexbox .imagebox {
    width: 42%;
}
.difference_box_wrap .flexbox .textbox {
    width: 56%;
}
.feature_box h3 {
    background: #fec414;
    border-bottom: solid 5px #ffa42f;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    line-height: 1.8;
}
.feature_box .flexbox {
    display: flex;
    align-items: center;
}
.feature_box .flexbox .textbox {
    width: 56%;
}
.feature_box .flexbox .imagebox {
    width: 42%;
}
.feature_box .flexbox .textbox {
    width: 56%;
}
.feature_box h4.m_title {
    display: flex;
    align-items: center;
    line-height: 1.6;
    border-bottom: solid 3px #69b028;
    padding-bottom: 10px;
    justify-content: center;
}
.feature_box h5.s_title {
    text-align: center;
    border-bottom: solid 2px #69b028;
    color: #69b028;
    line-height: 1.8;
    padding: 10px;
    font-size: 21px;
}
.feature_box .number_box ul {
    background: #f9f7eb;
    padding: 20px 40px 10px 60px;
    border-radius: 10px;
    margin-bottom: 40px;
    list-style: auto;
    font-weight: bold;
}
.feature_box .number_box ul li {
    font-size: 18px;
}
.post-name-cold_sensitivity .point_box .flexbox .textbox {
    margin: 0;
}
.info_green_wrap h3 {
    background: #fec414;
    border-bottom: solid 5px #ffa42f;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    line-height: 1.8;
}
.info_green_wrap h4 {
    text-align: center;
}
.info_green_wrap h4 span {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 10px;
    display: inline-block;
}
.info_green_wrap .inner_box {
    background: #f9f7eb;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.info_green_wrap .inner_box .list_box {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
}
.info_green_wrap .inner_box .flexbox {
    display: flex;
    justify-content: space-between;
}
.info_green_wrap .inner_box .flexbox ul {
    padding-inline-start: 30px;
}
.info_green_wrap .inner_box .leftbox {
    background: #ffffff;
    width: 48%;
    padding: 10px;
    border-radius: 10px;
}
.info_green_wrap .inner_box .leftbox h5 {
    background: #e4a2b3;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.info_green_wrap .inner_box .rightbox {
    background: #ffffff;
    width: 48%;
    padding: 10px;
    border-radius: 10px;
}
.info_green_wrap .inner_box .rightbox h5 {
    background: #488aa4;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.info_green_wrap .inner_box .flexbox02 {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
}
.info_green_wrap .inner_box .flexbox02 .imagebox {
    width: 42%;
}
.info_green_wrap .inner_box .flexbox02 .textbox {
    width: 56%;
}
.demerit_item li {
    font-weight: bold;
    font-size: 18px;
}
.demerit_item li .bk_yellow_line {
    background: #ffeb0d;
    padding: 0px 3px 2px;
}
.difference_box_wrap .faq_item .faq_title {
    background: none;
}

/*****フッター*****/
.footerMenu ul {
    margin: 12px -15px 10px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_contents_wrap {
    display: flex;
    justify-content: space-between;
}
.footer_contents_wrap .footer_leftbox {
    width: 50%;
    padding-right: 30px;
}
.footer_contents_wrap .footer_leftbox .footer_map {
    margin-top: 30px;
}
.footer_contents_wrap .footer_rightbox {
    width: 50%;
    padding-left: 30px;
}
.footer_contents_wrap .footer_rightbox .title01 {
    background: #d7a369;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    padding: 6px 4px 6px;
    text-align: center;
    margin-bottom: 15px;
}
.footer_contents_wrap .footer_rightbox .footer_Line {
    margin-top: 30px;
}
.footer_contents_wrap .footer_rightbox .footer_Line a {
    display: block;
}
.footer_contents_wrap .footer_rightbox .footer_timetable {
    margin-top: 20px;
}
.youtube_wrap {
    height: 400px;
}
.blog_item_after_area {
    border: solid 1px #468626;
    padding: 20px;
}
.blog_item_after_area .title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #468626;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}
.blog_item_after_area .flexbox .imagebox {
    width: 140px;
}
.blog_item_after_area .flexbox .textbox {
    width: calc(100% - 160px);
}
.blog_item_after_area .bottombox {
    display: flex;
    margin-top: 20px;
}
.blog_item_after_area .bottombox .image {
    margin-bottom: 0px;
}
.blog_item_after_area .bottombox .image span {
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.food_nutrients_wrap .item_box {
    margin-bottom: 30px;
}
.food_nutrients_wrap .item_box h4 {
    font-weight: bold;
    color: #00307f;
    font-size: 18px;
    padding: 0px;
    margin-bottom: 10px;
    border-bottom: solid 2px;
    padding-bottom: 10px;
}
.food_nutrients_wrap a .pdf_icon {
    width: 24px;
    margin-right: 5px;
}
.ifmc_logo_link {
    display: block;
    width: 220px;
    border: solid 2px #f39a00;
    padding: 10px 20px;
}
.post-name-sango .ttl-ptn5 h2 {
    color: #f39a00;
    margin: 0;
    border-bottom: none;
    border-top: none;
}

.post-name-sango .ttl-ptn5 {
    border-top: double 8px #f39a00;
    border-bottom: double 8px #f39a00;
    padding: 1em;
    position: relative;
    margin-bottom: 20px;
}

.post-name-sango .ttl-ptn5 .subttl {
    background: #f39a00;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    min-width: 120px;
    max-width: 100%;
    border-radius: 4px;
    position: absolute;
    top: -30px;
    text-align: center;
}

.ttl-ptn5 .subttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 8px solid #f39a00;
}

.post-name-sango .ttl-ptn5 .subttl:before {
    border-top: 8px solid #f39a00;
}

/* 投稿のタイトルを h3 から h1 にした（2026-09-21）。もとは h3 に効いていた
   文字の大きさと余白を写して、見た目を変えない。余白は em なので
   スマホで文字が 21px になれば余白も同じ比で縮む。 */
h1.page_m_title {
    font-size: 28px !important;
    line-height: 1.6 !important;
    margin: 1.5em 0 1.2em !important;
    padding-bottom: 8px !important;
    font-weight: 500 !important;
}
