/* --------------------------------------------------- */
/* 共通設定 */
/* --------------------------------------------------- */

html {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}

* {
    /* font-family: 'Noto Sans JP', sans-serif !important; */
    font-family: 'Kosugi Maru', sans-serif !important;
    transition: 0.2s;
    line-height: 1.5;
}

.center {
    max-width: 1000px;
    margin: auto;
}

:root {
    --shadow-color:0 2px 2px rgba(0,0,0,0.2);
}

.page-template-onecolumn_page #wrapper, .page-template-onecolumn_page #content .post {
    width: 100%;
    padding: 0;
}

.page-template-onecolumn_page .pankuzu {
    max-width: 1000px;
    margin: auto;
}

.page-template-default #wrapper {
    padding-bottom: 40px;
}

.post-template-default #content {
    width: 730px;
}

.home .pankuzu, .home h1 {
    display: none;
}

#content p {
    color: #464646;
    margin: 1em 0;
    font-size: 16px;
    line-height: 1.5;
}

#content .show_post p {
    margin: 0;
}

#content p:empty {
    display: none;
}

#breadcrumb {
    margin: 0;
    padding: 10px 0;
}

.main-img img {
    margin: auto;
}

.padding-block {
    padding: 70px 0;
    overflow: hidden;
}

#content h1 {
    border: none;
    background: none;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    color: #464646;
    border-top: 2px solid #f38029;
    border-bottom: 2px solid #f38029;
    padding: 15px;
    margin-bottom: 1em;
    position: relative;
}

#content h1::before {
    content: " ";
    display: inline-block;
    border: 20px solid transparent;
    border-top-color: #f38029;
    border-left-color: #f38029;
    position: absolute;
    left: 0;
    top: 0;
}

#content h1::after {
    content: " ";
    display: inline-block;
    border: 20px solid transparent;
    border-bottom-color: #f38029;
    border-right-color: #f38029;
    position: absolute;
    right: 0;
    bottom: 0;
}

#content h2 {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    font-weight: normal;
    font-size: 28px;
    color: #464646;
    padding: 10px 15px;
    border-bottom: 2px solid #e0d142;
    margin-bottom: 1em;
    background-image: url(images/h2back.jpg.webp);
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
}

#content h3 {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    font-weight: normal;
    font-size: 24px;
    padding: 10px 0;
    padding-left: 25px;
    border-bottom: 1px solid #f38029;
    color: #464646;
    margin-bottom: 1em;
    position: relative;
}

#content h3::before {
    content: " ";
    display: block;
    width: 10px;
    height: 60%;
    border-radius: 20px;
    background-color: #f38029;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#content h4 {
    border: none;
    padding: 5px 10px 5px 15px;
    margin-bottom: 1em;
    background-color: #f38029;
    color: white;
    font-size: 18px;
    border-radius: 50px;
}

table {
    width: 100%;
    overflow: hidden;
    border-spacing: 2px;
    border-collapse: separate;
    margin: 1em 0;
}

table th {
    padding: 15px;
    text-align: center;
    background-color: #f38029;
    color: white;
    border-radius: 5px;
    font-size: 21px;
}

table td {
    padding: 15px;
    background-color: #fff9e8;
    color: #464646;
    border-radius: 5px;
    font-size: 21px;
}

/* --------------------------------------------------- */
/* ホーム */
/* --------------------------------------------------- */

.main-img {
    background-image: url(images/main-back.jpg);
    background-size: cover;
}

.main-img {
    padding-top: 20%;
    padding-bottom: 2%;
    padding-left: 2%;
    background-position: top center;
}

.main-img img {
    margin: 0 auto;
}

.in-list {
    background-color: #f38029;
    padding: 20px 0;
}

.in-list img {
    margin: auto;
}

.top-text {
    background-image: url(images/top-text-back.jpg.webp);
    background-size: 100%;
    background-position: center center;
}

.top-text-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #f38029;
}

.top-text2 {
    background-color: whitesmoke;
}

a.link-botan {
    display: block;
    width: 50%;
    padding: 15px 35px;
    text-align: center;
    color: white;
    background-color: #f38029;
    margin: auto;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    border-radius: 50px;
}

a.link-botan::after {
    content: " ";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 4px solid white;
    border-right: 4px solid white;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

a.link-botan:hover {
    background-color: #e0d142;
}

.top-text2-float-in {
    background-image: url(images/top-img1.jpg.webp);
    background-position: left center;
    background-size: auto 100%;
    padding-left: 20%;
}

#content .top-text2-float-in p {
    margin: 0;
    background-color: whitesmoke;
    display: block;
    padding: 80px 0;
    padding-left: 80px;
    font-size: 200%;
    color: #f38029;
    font-weight: bold;
}

/* --------------------------------------------------- */
/* ヘッダー */
/* --------------------------------------------------- */

.header {
    border-top: 4px solid #f38029;
}

.header-in {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.logo {
    width: 35%;
    float: left;
    padding: 20px 0;
}

.header-menu {
    width: 60%;
    float: right;
}

/* --------------------------------------------------- */
/* グローバルナビ */
/* --------------------------------------------------- */

.header-menu ul {
    width: 100%;
    display: flex;
}

.header-menu ul li {
    width: 25%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.header-menu ul li::after {
    content: " ";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background-color: #f38029;
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s;
    z-index: -1;
}

.header-menu ul li:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
}

.header-menu ul li a {
    display: block;
    color: #464646;
    text-decoration: none;
    padding: 25px 0;
    text-align: center;
    transition: 0.2s;
    width: 100%;
}

.header-menu ul li:hover a {
    color: white;
}

.header-menu ul li:last-of-type a {
    background-color: #f38029;
    color: white;
    background-image: url(images/in-icon.png.webp);
    background-repeat: no-repeat;
    background-size: 25px;
    padding-top: 55px;
    background-position: center 25px;
}

.header-menu ul li:last-of-type a:hover {
    background-color: #ec6007;
}

.top-menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-menu ul li {
    width: 24%;
    margin-bottom: 20px;
}

.top-menu ul li a {
    display: block;
    /* border: 1px solid #f38029; */
    padding: 0;
    text-decoration: none;
}

.top-menu ul li a:hover {
    transform: scale(0.9);
    opacity: 0.5;
}

.top-menu ul li span {
    background-color: #e4a41a;
    padding: 15px;
    color: white;
    text-align: center;
    display: block;
    position: relative;
}

.top-menu ul li span::after {
    content: " ";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 4px solid white;
    border-right: 4px solid white;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.daihyou-storong {
    font-size: 24px;
    display: block;
    font-weight: bold;
    color: #f38029;
    /* background: linear-gradient(white, #fff9c1); */
    border-bottom: 2px dotted #e4a41a;
    padding: 10px;
}

.daihyou-aisatu img {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.top-point {
    background-color: #f38029;
}

.top-point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.top-point ul li {
    width: 49%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    padding: 25px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
    flex-direction: column;
}

.top-point ul li span.top-point-title {
    color: #464646;
    font-weight: bold;
    font-size: 24px;
    display: block;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f38029;
}

.top-point ul li span.top-point-text {
    font-size: 14px;
    color: #464646;
}

.top-point ul li img {
    position: absolute;
    left: 0;
    top: 0;
}

.daihyou-aisatu {
    background-image: url(images/top-aisatu-back.png.webp);
    background-position: center center;
    background-size: 100%;
}

/* お知らせ系 */

.top-news-out {
    padding: 5px 20px;
    background-color: #fff;
    border: 4px solid #f38029;
    margin-bottom: 2em
}

#content .top-news-out h4 {
    margin-top: .5em;
    margin-bottom: .5em;
    background: unset;
    color: #f38029;
}

.top-news-block .posts-list .post-list:last-of-type,.topics-block .post-list .post-list:last-of-type {
    border-bottom: none
}

.news-block .post-list,.topics-block .post-list {
    border-bottom: 2px dashed #ccc
}

.news-block .post-list a {
    display: block;
    text-decoration: none;
    color: #464646;
    font-size: 18px;
    padding: 25px 0
}

.news-block .post-list a:hover,.topics-block .post-list a:hover {
    opacity: .5
}

.news-block .post-list .reed-data,.news-block .post-list .img-data,.topics-block .post-list .reed-data,.news-block .post-list .img-data,.home .img-data {
    display: none
}

.news-block .post-list .time-data {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 70%;
    padding: 10px;
    border-radius: 5px;
    background-color: #e4a41a;
    width: 15%;
    text-align: center
}

.topics-block .topics {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px
}

.topicsBox {
    width: 49%
}

#content .topicsBox h3 {
    margin-bottom: 5px;
    padding: 7px 0;
    padding-left: 15px;
    font-size: 20px;
}

#content .topicsBox h3:before {
    width: 5px;
    height: 50%;
    margin-bottom: 5px;
    font-size: 18px
}

.topics-block .post-list a {
    display: block;
    text-decoration: none;
    color: #464646;
    font-size: 15px;
    padding: 6px
}

.topics-block .post-list .time-data {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    padding: 0;
    border-radius: 5px;
    width: fit-content
}

/* --------------------------------------------------- */
/* フッター */
/* --------------------------------------------------- */

.footer-in {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.footer-logo {
    width: 30%;
    float: left;
    padding: 60px 0;
}

.footer-menu {
    width: 50%;
    float: right;
}

.footer-menu ul {
    width: 100%;
    overflow: hidden;
}

.footer-menu ul li {
    width: 50%;
    float: left;
    padding: 5px 10px;
}

.footer-menu ul li a {
    display: block;
    text-decoration: none;
    color: #464646;
    position: relative;
    padding: 10px 0;
    border-bottom: 2px dotted #ccc;
}

.footer-menu ul li a::after {
    content: " ";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-top: 2px solid #f38029;
    border-right: 2px solid #f38029;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

#copyright {
    background-color: #f38029;
}

#copyright a {
    text-decoration: none;
    color: white;
}

/* --------------------------------------------------- */
/* サイドバー */
/* --------------------------------------------------- */

#sidebar #widget-area .widget-container h3 {
    border: none;
    padding: 15px;
    background-color: #f38029;
    color: white;
    text-align: center;
    font-weight: normal;
    margin-bottom: 1em;
    border-radius: 50px;
    font-size: 18px;
}

#sidebar #widget-area .widget-container ul {
    padding: 0 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
}

#sidebar #widget-area .widget-container ul li {
    background: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px dotted #ccc;
}

#sidebar #widget-area .widget-container ul li:last-of-type {
    border-bottom: none;
}

#sidebar #widget-area .widget-container ul li a {
    font-weight: normal;
    color: #464646;
    font-size: 16px;
    display: block;
    padding: 15px 0;
}

#sidebar #widget-area .widget-container ul li a::before {
    content: " ";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #e4a41a;
    margin-right: 5px;
}

#sidebar .posts-list {
    padding: 0 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
}

#sidebar .post-list {
    border-bottom: 2px dotted #ccc;
}

#sidebar .posts-list .post-list:last-of-type {
    border-bottom: none;
}

#sidebar .post-list a {
    color: #464646;
    text-decoration: none;
    display: block;
    padding: 15px 0;
}

#sidebar .post-list a .img-data, #sidebar .post-list a .reed-data {
    display: none;
}

#sidebar .post-list a .time-data {
    display: block;
    font-size: 80%;
    color: gray;
}

/* --------------------------------------------------- */
/* その他 */
/* --------------------------------------------------- */

.list-text ul li {
    padding: 10px 0;
    border-bottom: 2px dotted #ccc;
    font-size: 18px;
}

.list-text ul li span {
    color: #f38029;
    font-weight: bold;
}

.list-text ul li span::after {
    content: "/";
    display: inline-block;
    margin: 0 5px;
}

.plan-block {
    border: 2px solid #f38029;
    margin: 1em 0;
    border-radius: 10px;
    overflow: hidden;
}

.plan-block label {
    font-size: 1.5vw;
    color: white;
    background-color: #f38029;
    display: block;
    padding: 15px;
    position: relative;
}

.plan-block label::after {
    content: " ";
    width: 10px;
    height: 10px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.2s;
}

.plan-in {
    padding: 0px 15px;
    overflow: hidden;
    max-height: 0;
}

input:checked + .plan-block label::after {
    transform: translateY(-50%) rotate(-135deg);
}

input#plan1:checked + .plan-block .plan-in {
    padding: 15px;
    max-height: 4000px;
}

input#plan2:checked + .plan-block .plan-in {
    padding: 15px;
    max-height: 4000px;
}

input#plan3:checked + .plan-block .plan-in {
    padding: 15px;
    max-height: 4000px;
}

input#plan4:checked + .plan-block .plan-in {
    padding: 15px;
    max-height: 4000px;
}

input#plan5:checked + .plan-block .plan-in {
    padding: 15px;
    max-height: 4000px;
}

input#plan6:checked + .plan-block .plan-in {
    padding: 15px;
    max-height: 4000px;
}

input#plan7:checked + .plan-block .plan-in {
    padding: 15px;
    max-height: 4000px;
}

input#plan8:checked + .plan-block .plan-in {
    padding: 15px;
    max-height: 4000px;
}

.kouka {
    overflow: hidden;
    padding: 10px;
    background-color: #fff9c1;
}

.kouka ul {
    width: 100%;
    overflow: hidden;
}

.kouka ul li {
    display: inline-block;
    padding: 10px 15px;
    color: white;
    border-radius: 50px;
    background-color: #e4a41a;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}

.list-check ul {
    margin: 1em 0;
}

.list-check ul li {
    width: 100%;
    background-image: url(images/check-box.png.webp);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 0;
    padding-left: 45px;
    border-bottom: 2px solid #ccc;
    font-size: 18px;
    color: #464646;
}

.list-voice ul {
    margin: 1em 0;
}

.list-voice ul li {
    width: 100%;
    background-image: url(images/voice-icon.png.webp);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 0;
    padding-left: 45px;
    border-bottom: 2px dashed #ccc;
    font-size: 18px;
    color: #464646;
}

#content .strong-text p {
    font-size: 90%;
    color: #e61717;
    font-weight: bold;
}

ul.in-list-block {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

ul.in-list-block li {
    width: 49%;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    display: flex;
    background-image: url(images/in-img.jpg.webp);
    background-position: left center;
    background-size: auto 100%;
}

ul.in-list-block li.list-2 {
    background-image: url(images/in-img2.jpg.webp);
}

ul.in-list-block li.list-3 {
    background-image: url(images/in-img3.jpg.webp);
}

ul.in-list-block li.list-4 {
    background-image: url(images/in-img4.jpg.webp);
}

ul.in-list-block li.list-5 {
    background-image: url(images/in-img5.jpg.webp);
}

ul.in-list-block li.list-6 {
    background-image: url(images/in-img6.jpg.webp);
}

ul.in-list-block li.list-7 {
    background-image: url(images/in-img7.jpg.webp);
}

ul.in-list-block li.list-8 {
    background-image: url(images/in-img8.jpg.webp);
}

ul.in-list-block li.list-9 {
    background-image: url(images/in-img9.jpg.webp);
}

ul.in-list-block li.list-10 {
    background-image: url(images/in-img10.jpg.webp);
}

ul.in-list-block li.list-11 {
    background-image: url(images/in-img11.jpg.webp);
}

ul.in-list-block li.list-12 {
    background-image: url(images/in-img12.jpg.webp);
}

ul.in-list-block li.list-13 {
    background-image: url(images/in-img13.jpg);
}

ul.in-list-block li.list-14 {
    background-image: url(images/in-img14.jpg);
}

ul.in-list-block li a {
    text-decoration: none;
    overflow: hidden;
    padding-left: 40%;
    display: flex;
    flex-grow: 1;
}

ul.in-list-block li:hover {
    transform: scale(0.9);
    opacity: 0.5;
}

.in-list-main {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right bottom, #a0bd1e, #f38029);
    padding: 40px 15px;
    flex-grow: 1;
}

.in-title {
    font-size: 21px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted white;
    display: block;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.in-info {
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}

.in-info span {
    display: block;
    font-size: 80%;
    margin-bottom: 5px;
}

.botan-tag {
    display: block;
    margin-top: auto;
    text-align: center;
    background-color: white;
    border-radius: 50px;
    color: #f38029;
    padding: 15px;
    font-weight: bold;
}

.plan-main > p span {
    display: table;
    font-weight: bold;
    background-color: #f38029;
    color: white;
    padding: 2px 4px;
    border-radius: 5px;
    margin-bottom: 5px;
}


#content h2 {
    background: none;
    background-color: #ffffff70;
    background-image: url(./images/favicon.png.webp);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 55px;
border-top: 2px solid #f38029;
border-bottom: 2px solid #f38029;
}
.top-menu ul li span {
    background-color: #f38029;
    background-image: url(./images/saitmenu-back);
    /* background-size: 80px; */
}
.menu-float {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-float a {
    display: block;
    width: 49%;
}

.in-list {
    padding-top: 70px;
}

.in-list .center {
    position: relative;
}

.in-list .center p:first-of-type > img {
    position: absolute;
    left: 50%;
    top: -125px;
    transform: translateX(-50%);
}

#content h2 {
    background: none;
    background-color: #ffffff70;
    background-image: url(./images/favicon.png.webp);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 55px;
border-top: 2px solid #f38029;
border-bottom: 2px solid #f38029;
}
.top-menu ul li span {
    background-color: #f38029;
    background-image: url(./images/saitmenu-back);
    /* background-size: 80px; */
}
.menu-float {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-float a {
    display: block;
    width: 49%;
}
.header-in {
    max-width: 100%;
}
.logo {
    width: 15%;
    padding: 10px 0;
    padding-left: 20px;
}
.header-menu {
    width: 50%;
}
.header-menu ul li a::after {
    font-size: 13px;
    color: #f38029;
    display: block;
    text-align: center;
}
.header-menu ul li a:hover::after {
    color: white;
}
.header-menu ul li#menu-item-23 a::after {
    content: "Home";
}
.header-menu ul li#menu-item-22 a::after {
    content: "Beginner";
}
.header-menu ul li#menu-item-20 a::after {
    content: "Cases";
}
.header-menu ul li#menu-item-21 a::after {
    content: "Guidance";
}
.header-menu ul li#menu-item-1733 a::after {
    content: "Access";
}
.header-menu ul li#menu-item-1687 a::after {
    content: "Contact";
    color: #fff;
}
.header-menu ul li::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #ccc;
}
.header-menu ul li:hover:before {
    background-color: #f38029;
}
.header-menu ul li:hover + li:before {
    background-color: white;
}
.header-menu ul li:last-of-type:before {
    content: none;
}
.header-menu ul li a {
    padding: 15px 0;
    font-size: 14px;
}
.header-menu ul li:last-of-type a {
    padding-top: 46px;
	padding-bottom: 30px;
    background-position: center 20px;
    background-size: 20px;
}
.footer {
    background-color: #ffffff;
}
.footer-in {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 70px 0;
}
.footer-logo {
    margin-top: 40px;
    width: 100%;
    float: none;
    padding: 10px 0;
    border-top: 1px solid #f3802970;
    border-bottom: 1px solid #f3802970;
    overflow: hidden;
    order: 2;
}
.footer-logo img {
    max-width: 320px;
    width: 100%;
    margin: 0;
    /* filter: drop-shadow(0 2px 0 0 white); */
}
.footer-menu {
    width: 100%;
    float: none;
}
.footer-menu ul {
    display: table;
    table-layout: fixed;
}
.footer-menu ul li {
    width: auto;
    float: none;
    display: table-cell;
    border-right: 1px solid #f38029;
    padding: 0;
}
.footer-menu ul li:last-of-type {
    border-right: none;
}
/* .footer-menu ul li a::before {
    content: "│";
    font-size: 14px;
    color: gray;
    float: left;
    display: inline-block;
}
.footer-menu ul li:first-of-type a::before {
    content: none;
} */
.footer-menu ul li a {
    border-bottom: none;
    font-size: 14px;
    color: #f38029;
    text-align: center;
    overflow: hidden;
    padding: 0;
}
.footer-menu ul li a:hover {
    opacity: 0.5;
}
.footer-menu ul li a::after {
    content: none;
}
.footer#normal {
    display: none;
}
.footer#new {
    display: block !important;
}
.footer-menu {
    order: 1;
}
.footer .footer-logo a {
    display: block;
    width: 50%;
    float: left;
    padding: 10px;
    text-decoration: none;
}
.footer .footer-logo a span {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #f38029;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #f38029;
    box-shadow: 0 4px 0 0 #f38029;
    position: relative;
}
.footer .footer-logo a span::after {
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-top: 4px solid #ddd197;
    border-right: 4px solid #ddd197;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

a.a-link {
    display: table;
    padding: 5px;
    background-color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    color: #f38029;
    margin: auto;
    max-width: 320px;
    width: 100%;
}

a.a-link:hover {
    opacity: 0.5;
    transform: scale(0.9);
}

a.a-link span {
    display: block;
    padding: 15px 35px;
    border: 1px solid #f38029;
    position: relative;
    text-align: center;
}

a.a-link span::before {
    content: ">";
    color: #f38029;
    position: absolute;
    left: 15px;
    top: 50%;
    font-weight: bold;
    transform: translateY(-50%);
}

#content h2.onecolumn-h2 {
    border-top: none;
    border-bottom: none;
    background: none;
    color: #f38029;
    font-size: 32px;
    text-align: center;
    position: relative;
    padding: 0;
}

#content h2.onecolumn-h2 span {
    display: block;
    font-size: 70%;
    text-align: center;
}

#content h2.onecolumn-h2::before {
    content: " ";
    display: block;
    width: 20%;
    height: 2px;
    border-bottom: 2px dashed #e4a41a;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}

.top-block {
    background-image: url(images/section02-bac02.png.webp);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.top-block2 {
    background-image: url(images/section02-bac01.png.webp);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.top-block-left {
    width: 55%;
    float: left;
    overflow: hidden;
}

.top-block-left a {
    float: left;
    margin-top: 2em;
}

.top-block-right {
    width: 45%;
    float: right;
    overflow: hidden;
}

.top-block-right a {
    float: right;
    margin-top: 2em;
}

.top-block-text {
    font-size: 28px;
    color: #f38029;
}

.top-block3 {
    background-color: #fbf6ee;
}

ul.top-menu {
    width: 100%;
    overflow: hidden;
}

ul.top-menu li {
    width: calc(100%/ 3);
    float: left;
    padding: 10px;
}

ul.top-menu li a:hover img {
    opacity: 0.5;
}

.top-block-float {
    width: 100%;
    overflow: hidden;
}

.top-staff {
    width: 35%;
    float: left;
}

.top-staff-text {
    width: 60%;
    float: right;
    padding-top: 60px;
}

.botan-float {
    width: 100%;
    overflow: hidden;
}

.botan-float br {
    display: none;
}

.botan-float a {
    width: 48%;
    float: left;
}

.botan-float a:last-of-type {
    float: right;
}

.top-block4 {
    background-image: url(images/section05-bac.png.webp);
    background-size: cover;
    background-position: center center;
}

.top-block4 img {
    margin-bottom: 2em;
}

.under-title-box {
    background-image: url(images/page-title-back.jpg.webp);
    background-size: cover;
    padding: 80px 0;
}

.under-title-box img {
    margin: auto;
}

.under-navi {
    padding: 40px 0;
}

.under-navi ul {
    width: 100%;
    overflow: hidden;
}

.under-navi ul li {
    width: calc(100% / 2);
    float: left;
    padding: 10px 0;
}

.under-navi ul li a {
    display: block;
    text-decoration: none;
    color: #464646;
    font-size: 18px;
}

.under-navi ul li a:hover {
    opacity: 0.5;
}

.under-navi ul li a::before {
    content: ">";
    font-weight: bold;
    color: #f38029;
    display: inline-block;
    margin-right: 10px;
    font-size: 120%;
}

.under-page-onecolumn {
    background-image: url(images/underlayer-section03-back.png.webp);
    /* background-size: cover; */
    padding: 40px 0;
}

.under-page-onecolumn.noback {
    background: none;
    padding: 0;
}

.under-page-onecolumn .padding-block {
    padding: 40px 0;
}

.under-page-onecolumn.noback .padding-block {
    padding: 80px 0;
}

.under-block {
    border: 2px solid #f38029;
    background-color: white;
    padding: 40px 80px;
}

.under-block_bottom {
    padding-bottom: 60px;
}

#first-price img {
    margin: auto;
}

#concept {
    background-color: #fffbe7;
}

.concept-title, .greeting-title {
    font-size: 24px;
    color: #f38029;
    padding-bottom: 5px;
    display: table;
    border-bottom: 2px solid #e4a41a;
}

.sub-block label {
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    background-color: #a0bd1e;
    border: 1px solid #77B131;
    color: white;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.concept-sub {
    margin-top: 1em;
}

.sub-block label span {
    font-size: 24px;
    display: inline-block;
    padding: 10px 0;
}

.sub-block label img {
    float: right;
}

.sub-main {
    overflow: hidden;
    height: 0;
}

input:checked + .sub-block .sub-main {
    height: auto;
    margin-top: 1em;
}

input:checked + .sub-block label img {
    transform: rotate(180deg);
}

ul.point-ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul.point-ul li {
    width: 50%;
    padding: 10px;
}

.nb ul.point-ul li {
    width: 100%;
    padding: 10px;
}

.point-in {
    border: 4px solid #ccc;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    height: 80%;
}

.point-in .point-in-block:first-of-type {
    width: 35%;
    border-right: 1px solid #ccc;
}

.point-in .point-in-block:last-of-type {
    width: 60%;
}

.point-title {
    font-size: 1vw;
    color: #f38029;
}

/*症例Pの選ばれる理由*/
.case_area ul.point-ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.case_area ul.point-ul li {
    width: 100%;
    padding: 10px;
}

.case_area .nb ul.point-ul li {
    width: 100%;
    padding: 10px;
}
.case_area .point-in {
    border: 4px solid #ccc;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    height: 80%;
}

.case_area .point-in .point-in-block:first-of-type {
    width: 25%;
    border-right: 1px solid #ccc;
}

.case_area .point-in .point-in-block:last-of-type {
    width: 70%;
}

.case_area .point-title {
    font-size: 1vw;
    color: #f38029;
}


#greeting {
    background-image: url(images/underlayer-section03-back.png.webp);
}

.greeting-float {
    width: 100%;
    overflow: hidden;
}

.greeting-float-img {
    width: 35%;
    float: right;
}

.greeting-float-text {
    width: 60%;
    float: left;
}

.flexmoto {
    width: 100%;
    overflow: hidden;
}

.flexmigi {
    width: 30%;
    float: right;
    margin-left: 1em;
}

body.category #content p {
    margin: 0;
}

.in-list {
    background-color: white;
    padding-top: 70px;
    padding-bottom: 40px;
}

.in-list a img {
    margin-top: 15px;
}

.page-id-17 .in-list {
    display: none;
}

/* .footer {
    background: none;
    display: flex;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.footer-logo {
    border-top: none;
    border-bottom: none;
    background-color: #fffbe7;
    width: 30%;
    order: 0;
    padding: 40px;
    padding-left: 20%;
    overflow: hidden;
    margin: 0;
}

.footer .footer-logo a {
    width: auto;
    float: none;
    padding: 0;
}

.footer-main {
    width: 70%;
    padding: 40px;
    padding-right: 20%;
    overflow: hidden;
    background-color: #f38029;
    display: flex;
    align-items: center;
}

.footer-logo img {
    max-width: 140px;
    width: auto;
    float: right;
}

.footer-main-in {
    width: 100%;
} */

/* .footer-navi {
    border-bottom: 1px solid white;
} */

/* .footer-navi ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.footer-navi ul li {
    display: table-cell;
}

.footer-navi ul li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-align: center;
}

.footer-navi ul li a::before {
    content: ">";
    display: inline-block;
    margin-right: 10px;
}

.footer-navi ul li a:hover {
    transform: scale(0.9);
    color: #f38029;
    background-color: white;
    padding: 15px;
}

.footer-subbotan {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.footer-subbotan a.a-link {
    float: right;
    background-color: white;
    color: #f38029;
}

.footer-subbotan a.a-link span {
    border-color: #f38029;
} */

.footer {
    padding: 35px 0 35px;
    overflow: hidden;
}

.footer-block-out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-block {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-block p {
    margin-top: 15px;
}

.footer-block p span {
    font-size: 1.5em;
}

.footer-block-out .footer-block:last-of-type {
    align-items: flex-end;
}

.footer-navi ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 40px;
}

.footer-navi ul li {
    display: table-cell;
    border-right: 1px solid #ccc;
}

.footer-navi ul li:last-of-type {
    border-right: none;
}

.footer-navi ul li a {
    display: block;
    text-align: center;
    color: #464646;
    text-decoration: none;
}

.page-template-default .in-list {
    filter: drop-shadow(0px -6px 6px #f3802940);
    margin-top: 40px;
}

.footer-block-in {
    width: 100%;
}

.footer-group-title {
    color: #f38029;
    font-size: 24px;
    border-bottom: 1px solid #f38029;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.footer-block-in ul {
    width: 100%;
    overflow: hidden;
}

.footer-block-in ul li {
    width: calc(100% / 3);
    float: left;
}

.footer-block-in ul li a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #464646;
    padding: 10px 0;
}

.footer-block-in ul li a::before {
    content: " ";
    border: 5px solid transparent;
    border-left-color: #f38029;
    display: inline-block;
}

/*2022/05/09|追記*/
.nursing {
    padding: 55px 0 80px;
    overflow: hidden;
    background-size: 90%;
}
.nursing_center {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.nursing_center .nursing_left {
    float: left;
    width: 50%;
}
.nursing_center .nursing_left img {
    margin: auto;
}
.nursing_center .nursing_right {
    float: right;
    width: 48%;
}
.nursing_center .nursing_right div {
    font-size: 28px;
    color: #428967;
}
.nursing_center .nursing_right h2 span {
    font-size: 16px;
    padding-right: 0.5em;
}
#content .nursing_center .nursing_right .nursing_balloon {
    margin: 0px 0px 20px;
    text-align: right;
}
.nursing_center .nursing_right .nursing_balloon span {
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 0.7em 1.5em;
    border-radius: 12px;
    background: #fff;
    line-height: 1;
    color: #27724c;
}
.nursing_center .nursing_right .nursing_balloon span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: block;
    width: 0px;
    height: 0px;
    margin-left: -6px;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}
#content .nursing_center .nursing_right h2 {
    margin-bottom: 1em;
    padding: 0.4em 1.4em;
    font-size: 38px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    background: #428967;
    text-shadow: none;
    border: none;
}
.nursing_center .nursing_button {
    margin-top: 1.4em;
}
.nursing_center .nursing_button a {
    text-decoration: none;
}
.nursing_center .nursing_button a:hover {
    opacity: .5;
    transform: scale(.9);
}
.nursing_center .nursing_button span {
    font-size: 16px;
    color: #fff;
    background-color: #428967;
    padding: 15px 50px;
    border-radius: 50px;
    position: relative;
    float: left;
}
.nursing_center .nursing_button span:before {
    content: ">";
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 50%;
    font-weight: 700;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px){
    .top-block4 img {
        margin: auto;
    }
    .nursing {
        padding: 50px 0;
        background-size: auto;
    }
    .nursing_center {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    #content .nursing_center .nursing_right .nursing_balloon {
        margin: 20px 0 20px;
        text-align: center;
    }
    .nursing_center .nursing_button span {
        float: none;
        text-align: center;
    }
    .nursing_center .nursing_right div {
        font-size: 17px;
        text-align: center;
    }
    #content .nursing_center .nursing_right h2 {
        margin-bottom: 0.6em;
        padding: 0.7em 0.4em;
        font-size: 22px;
        line-height: 1.4;
        text-align: center;
    }
    .nursing_center .nursing_left {
        width: 90%;
    }
    .nursing_center .nursing_right {
        width: 90%;
    }
}

/*男性向け骨盤矯正*/
.problem_list {
    display: flex;
    justify-content: space-between;
}
.problem_list ul li {
    background-image: url(images/pelvis_check.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px;
    padding: 10px 0 10px 36px;
    letter-spacing: 3px;
    font-size: 17px;
}
.problem_list .problem_img {
    width: 36%;
}
.flow_out ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flow_in ul li {
    width: 48%;
}
.flow_in ul li img.lazyloaded {
    width: 100%;
}

.ns_side {
    margin-bottom: 20px;
}


/* 追加 */
.main-img {
    background-image: unset;
    padding-bottom: 22%;
}
.top-block {
    background-image: url('./images/block-bg01.jpg');
    background-size: cover;
    background-position: top;
}
.top-block2 {
    background-image: url('./images/block-bg02.jpg');
    background-size: cover;
    background-position: top;
    overflow: hidden;
}
.top-staff {
    width: 30%;
}

.under-title-box {
    background-image: url(https://www.yaoshiki.karada-no-mikata.com/wp-content/uploads/2023/06/24833959_m-e1685737875581.jpg);
    background-size: cover;
    padding: 80px 0;
}



/* ここから追加事項 */
/* ul.in-list-block li {
    background-image: url(/wp-content/uploads/2023/06/24240722_m-1-e1685773905204.jpg);
} */
ul.in-list-block li {
	background-image: initial;
}
.in-list-main {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right bottom,#a0bd1e,#f38029);
    padding: 40px 15px;
    flex-grow: 1;
	width: 55%;
}
.in-list-img {
    background-image: url(https://www.yaoshiki.karada-no-mikata.com/wp-content/uploads/2023/06/24240722_m-1-e1685773905204.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 40%;
}

ul.in-list-block li a {
    text-decoration: none;
    overflow: hidden;
    padding-left: 0%;
    flex-grow: initial;
    background-image: initial;
	width: 100%;
}
.top-text {
    background-size: cover;
    background-repeat: no-repeat;
}

.nursing {

    background-image: initial; 
    background-size: 90%;
    background-color: #daeae0;
}
#content h2 {
    background-image: url(images/title-logo.png);
}



/*SPポップアップ*/
.bottomLink {
    width: 100%;
    margin: 20px auto 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}
.bottomLink a img {
    width: 30px;
    right: 14px;
} 
.bottomLink ul li:nth-child(1) a, .bottomLink ul li:nth-child(2) a {
    border-right: 0;
} 
.bottomLink ul li a {
    font-size: 13px;
    padding: 6px 0;
    text-align: center;
} 
.bottomLink ul li a img {
    display: block;
   /* width: 40px;
    height: 30px;*/
    margin: auto;
    margin-bottom: 6px;
}
.bottomLink ul li a {
    width: calc(33.3333%);
    background: #ffffff;
    color: #f38029;
    border: 3px solid #ffae71;
    display: block;
    float: left;
    padding: 13px 0;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
}
.clear:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
label.telline {
    text-align: center;
} 
.contact-pp {
	margin-bottom: 100px;
}
.site-footer {
	padding-bottom: 74px;
}
.contact-pp__inner {
	height: 185px;
	overflow: auto;
	border: 1px solid #c3c3c3;
	background-color: #ffffff;
	padding: 0.5em 1em;
	font-size: 0.75rem;
}
.contact-pp__body:not(:last-child) {
	margin-bottom: 1.5em;
}
.contact-tel {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 960px;
}
.contact-tel__headline {
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid #3e3a39;
}
@media screen and (max-width: 767px) {
.contact-tel__headline {
	font-size: 1.25rem;
	line-height: 1.5;
}
.sp {
    display: block;
}
}
.contact-tel__num {
	font-size: 42px;
	color: #562500;
	display: block;
	line-height: 1;
}
.contact-tel__num::before {
	content: '\f10b';
	font-family: fontawesome;
	display: inline-block;
	margin-right: 0.25em;
	/* vertical-align: middle; */
	font-size: 50px;
}
label.error {
	font-size: 0.75rem;
	color: #ff0000;
	display: block;
	margin-bottom: 0;
}
.contact-thanks {
	margin-bottom: 2rem;
	padding: 2.5rem 1rem;
	text-align: center;
}
.contact-thanks__headline {
	margin-bottom: 1em;
	font-size: 25px;
}
.contact-page__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5em;
}
.contact-page__line-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
p.contact-page__line-body {
	font-size: 14px;
	color: #2cab13;
}
a.contact-reserve {
	font-size: 18px;
	color: #fff;
	background-color: #138e67;
	max-width: 670px;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	margin-bottom: 50px;
}
a.contact-reserve:hover {
	opacity: 0.6;
}


/*popup*/
div#popup-contact_wrap,
div#popuptel_wrap{
  position:fixed;
  top:0;
  left:0;
  opacity:0;
  overflow:hidden;
  height:0;
}
input#sp-popup:checked+#popuptel_wrap, input#sp-popup-contact:checked+#popup-contact_wrap {
  display:flex;
  justify-content:center;
  align-items:center;
  width:100vw;
  opacity:1;
  transition:all 0.3s ease;
  height:100vh;
  z-index:99999999999999999999999999;
  box-shadow:0 0 0 #555;
}
input#sp-popup:checked+#popuptel_wrap::before, input#sp-popup-contact:checked+#popup-contact_wrap::before {
  background:#fffdf4;
  opacity:0.85;
  content:'';
  width:100vw;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  display:block;
  z-index:-10;
}
div#popup-contact_wrap div.popup-contact_inner,
div#popuptel_wrap div.popuptel_inner{
  background-color:#fff;
  border-radius:8px;
  display:block;
margin: auto;	
	max-width: 500px;
  width:75%;
  height:auto;
  padding:15px 0;
  z-index:0;
  box-shadow:0 0 10px 0px #c6cdce;
}
div#popup-contact_wrap div.popup-contact_inner>p,
div#popuptel_wrap div.popuptel_inner>p{
  font-size:4.5vw;
  line-height:1.35em;
  font-weight:500;
  text-align:center;
  display:block;
  color:#333;
  max-width: 80%;
  margin: 0 auto;
}
div#popup-contact_wrap div.popup-contact_inner>p img,
div#popuptel_wrap div.popuptel_inner>p img{
  max-width: 90%;
  margin: 0 auto;
}
div#popup-contact_wrap div.popup-contact_inner ul,
div#popuptel_wrap div.popuptel_inner ul{
  width:100%;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
  padding:3.5vw 5vw;
  background:#ffecc9;
  margin:3.5vw 0 4vw;
}
div#popup-contact_wrap div.popup-contact_inner ul li,
div#popuptel_wrap div.popuptel_inner ul li{
  width:45%;
  margin:0 auto;
  border-radius:1.5vw;
  padding-bottom:3vw;
}
div#popup-contact_wrap div.popup-contact_inner ul li:nth-child(1),
div#popuptel_wrap div.popuptel_inner ul li:nth-child(1){
  background-color:#80f4c3;
  background-image:-moz-linear-gradient(150deg, #ffb23e 0%,#fd791c 100%);
  background-image:-webkit-linear-gradient(150deg, #ffb23e 0%,#fd791c 100%);
  background-image:linear-gradient(150deg, #ffb23e 0%,#fd791c 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f4c3', endColorstr='#0cb6e3',GradientType=1 );
}
div#popup-contact_wrap div.popup-contact_inner ul li:nth-child(2),
div#popuptel_wrap div.popuptel_inner ul li:nth-child(2){
  background-color:#e8f57c;
  background-image:-moz-linear-gradient(150deg, #ffa35d 0%,#f9650c 99%);
  background-image:-webkit-linear-gradient(150deg, #ffa35d 0%,#f9650c 99%);
  background-image:linear-gradient(150deg, #ffa35d 0%,#f9650c 99%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#32d4f4', endColorstr='#1986af',GradientType=1 );
}
div#popup-contact_wrap div.popup-contact_inner ul li a,
div#popuptel_wrap div.popuptel_inner ul li a{
  display:block;
  text-decoration:none;
  color:#fff;
  font-size:3.75vw;
}
div#popup-contact_wrap div.popup-contact_inner ul li span,
div#popuptel_wrap div.popuptel_inner ul li span{
  width:9vw;
  background-color:#fff;
  height:9vw;
  border-radius:800px;
  text-align:center;
  display:flex;
  align-items:center;
  margin:3vw auto;
  background-position:center;
  background-size:70% auto;
  background-repeat:no-repeat;
}
div#popup-contact_wrap div.popup-contact_inner ul li span i,
div#popuptel_wrap div.popuptel_inner ul li span i{
  margin:0 auto;
  font-size:4.2vw;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) span{
  background-image: url('images/popup_tel01.png');
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) span{
  background-image: url('images/popup_tel01.png');
}
div#popup-contact_wrap div.popup-contact_inner ul li:nth-child(1) span{
  background-image: url('images/popup_line01.png');
}
div#popup-contact_wrap div.popup-contact_inner ul li:nth-child(2) span{
  background-image: url('images/popup_tel01.png');
}
div#popup-contact_wrap div.popup-contact_inner ul li b,
div#popuptel_wrap div.popuptel_inner ul li b{
  text-align:center;
  display:block;
  letter-spacing:1px;
  font-weight:500;
  color:#fff;
  text-shadow:0 0 1px #4f4f4f;
}
div#popup-contact_wrap div.popup-contact_inner label,
div#popuptel_wrap div.popuptel_inner label{
  background-color:#77B131;
  width:80%;
  border-radius:5000px;
  text-align:center;
  display:block;
  padding:1.25vw;
  position:relative;
  color:#fff;
  max-width:280px;
  padding:8px 0;
  margin:0vw auto 0;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
}
div#popup-contact_wrap div.popup-contact_inner label::before,
div#popuptel_wrap div.popuptel_inner label::before{
  border-left:2px solid;
  border-top:2px solid;
  border-color:#fff;
  content:"";
  height:6px;
  position:absolute;
  right:15px;
  -moz-transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  transform:rotate(135deg);
  width:6px;
}
div#popup-contact_wrap div.popup-contact_inner label span,
div#popuptel_wrap div.popuptel_inner label span{
  letter-spacing:1px;
  color:#fff;
  font-weight:600;
  text-shadow:0 0 1px #4f4f4f;
}

/*お客様の声*/
#top_content_voice {
    margin: 60px 0;
}

#top_content_voice .wrap {
  max-width: 1400px;
  margin: 0 auto;
}

#top_content_voice .voice_box {
    /* max-width: calc( 500px + 6% ); */
    width: 100%;
    margin: 0 auto 0 0;
    /* padding: 0 0 0 3%; */
    background-color: #fff;
  }
  #top_content_voice .voice_box img{
margin: auto;
  }
#top_content_voice .voice_box h2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 2px;
    border: none;
    background-color: #fff;
    background-image: none;
    padding-left: 0;
}
#top_content_voice .voice_box h2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 2px;
    border: none;
    background-color: #fff;
    background-image: none;
    padding-left: 0;
}
#top_content_voice .voice_box h2 span {
  color: #f38029;
  font-size: 1.3em;
}
.voice_box p {
  margin-bottom: 35px;
  font-size: 1rem;
}
.btn {
  margin-left: 0;
}
.btn{
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
  text-align:center;
  max-width:250px;
  width:100%;
  height: auto;
  padding: 0;
  background: none;
}
.btn a{
  letter-spacing:1.5px;
  width:100%;
  height:60px;
  color: #fff;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  border-radius:8px;
  align-items:center;
  position:relative;
  background-color:#f79850;
  font-weight:500;
  font-size:18px;
  color:#fff;
}
.btn a span{
  font-weight:500;
  font-size:1em;
  color:#fff;
}
.btn a::before{
  border-left:3px solid;
  border-top:3px solid;
  border-color:#ffffff;
  content:"";
  height:9px;
  position:absolute;
  right:15px;
  -moz-transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  transform:rotate(135deg);
  width:9px;
}
.btn a:hover{
  opacity:0.7;
}

div#top_content_voice.content_img {
    width: 20%;
    padding-left: 20px;
}


.wrap {
    width: 100%;
}


/*動画で見る*/
#movie_area{
    padding: 60px 0 60px;
    background: #fffcf6;
}
.movie_c {
    max-width: 780px;
    margin: auto;
}

.contact-title span{
	margin-right: 10px;
    padding: 2px 6px;
    color: #fff;
    border-radius: 8px;
    background-color: #f38029;
}

.recommendation {
    padding: 50px 0;
}

.recommendation .t_cnt04_box {
    margin-top: 40px;
}

.recommendation img {
    margin: auto;
}
.border_list{
	border: 5px solid #ffb379;
    padding: 15px 30px;
    margin: 0 0 50px 0;
}
.border_list li {
    padding: 10px 0;
    font-weight: bold;
}
.faq_box{
	background-color: #ffffff;
    padding: 0 20px 0 20px;
    /*border: solid 1px #f38029;*/
}
.faq_box dl dt:first-child{
	border: none;
}
.faq_box dl dt{
	padding: 25px 0 15px 0;
    font-size: 16px;
    font-weight: bold;
	line-height: 1.9;
    letter-spacing: 0.085em;
    position: relative;
    padding-left: 45px;
	border-top: 1px dotted #a3a3a3;
    
}
.faq_box dl dt:before {
    content: 'Q.';
    color: #ec8029;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 0;
}
.faq_box dl dd{
        font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.085em;
    position: relative;
    padding-left: 45px;
    padding-bottom: 30px;
}
.faq_box dl dd:last-child{
	padding-bottom: 0;
}
.faq_box dl dd:before {
    content: 'A.';
    color: #0b9989;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 0;
}

/*症例ブレッド*/
.worries_list{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 0;
}

#content .worries_list p{
    width: 30%;
    margin: 0;
}

.worries_list p img{
}

.worries_list ul{
	width: 100%;
}


.worries_list figure + ul{
	width: 65%;
}

.worries_list ul li{
    border-bottom: 1px dotted #999999;
    padding: 7px 0 7px 40px;
    background-image:url(images/check_0.png);
    background-repeat:no-repeat;
    background-position: center left 7px;
    font-size: 16px;
}

#content p.catch_text {
    font-size: 24px;
    line-height: 1.3;
    margin: 20px 0;
    text-align: center;
}

.catch_text span {
    font-size: 30px;
}

.catch_text span strong {
    color: #FF4D00;
    font-size: 30px;
}

@media screen and ( max-width:768px ) {
  .worries_list {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .worries_list p{
    max-width: fit-content;
    width: 50%;
    margin: 0 auto;
  }
  
  .worries_list p img{
    margin: 0;
  }
  
  .worries_list ul{
  	width: 100%;
  }

  #content p.catch_text {
    font-size: 4.0vw;
    margin: 0 0 30px 0
  }

  .catch_text span {
    font-size: 4.4vw
  }

  .catch_text span strong {
    color: #FF4D00;
    font-size: 5vw
  }
}
@media screen and (min-width: 769px){
    input#sp-popup:checked+#popuptel_wrap {
        display: none;
    }
}

/*2024/03/28|追記*/
.plan-in .syokai_bnr {
    padding: 0;
}
.plan-in .syokai_bnr img.ls-is-cached.lazyloaded {
    padding: 0;
    margin: 0 auto 1em;
}

/* 年末年始休暇日 */
.new-year-box {
    margin: 3rem auto;
}
.new-year-box img {
    text-align: center;
    margin: auto;
    max-width: 830px;
}

@media screen and ( max-width:768px ) {
    .new-year-box {
        padding: 0 20px;
    }
    .new-year-box img {
        width: 100%;
    }
}