@charset "utf-8";

/* 
Theme Name: Genova Template
File: content.css
Theme Author: Genova Design
Author URL: https://genova.co.jp/
Template: genova_tpl
Description: This file is reserved for under pages (not top-page) and other elements
Version: 1.2
*/


/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/


/*--------------------------------------
general
--------------------------------------*/

#content {
    min-height: 600px;
    padding: 63px 0 100px;
}

.home #content {
    padding: 0;
}


/*--------------------------------------
title holder
--------------------------------------*/

.under_mainimage,
.title-holder {
    display: table;
    width: 100%;
    height: 293px;
    text-align: center;
    background: url(../img/under_h2bg.jpg) no-repeat top center;
}

.under_mainimage .inner,
.title-holder .title-holder__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 0;
}

.title-holder .container h1,
.title-holder .container h2,
.under_mainimage .container h1 {
    color: #717171;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.2em;
    background: #EDF2F3;
    padding: 7px 5px 8px;
}

@media screen and (max-width: 767px) {
    .under_mainimage,
    .title-holder {
        height: 230px;
    }
    .under_mainimage .container h1,
    .title-holder .container h1,
    .title-holder .container h2 {
        font-size: 26px;
        letter-spacing: 0.1em;
    }
}


/*--------------------------------------
bread
--------------------------------------*/

#bread {
    max-width: 1080px;
    width: 100%;
    padding: 0 30px;
    margin: 16px auto 0;
    text-align: center;
    line-height: 1.3;
}

#bread li {
    display: inline;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #77716C;
}

#bread li+li::before {
    content: ">";
    padding-right: .3em;
}

#bread li a {
    vertical-align: baseline;
    text-decoration: underline;
}

#bread li a:hover {
    text-decoration: none;
}


/*--------------------------------------
titles
--------------------------------------*/


/* h2 */

.under-title__h2 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.under-title__h2 h2 {
    position: relative;
    font-weight: bold;
    color: #473019;
}

.under-title__h2 h2::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-bottom: 3px;
    margin-right: 10px;
    border-radius: 7.5px;
    background-color: #94C789;
}


/* h3 */

.under-title__h3 {
    padding: 10px 0 0px 0;
    border-top: 3px solid #94C789;
}

.under-title__h3 h3 {
    position: relative;
    color: #473019;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.4 !important;
}


/* h4 */

.under-title__h4 h4 {
    position: relative;
    padding-left: 20px !important;
    color: #473019;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 1.6 !important;
}

.under-title__h4 h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 6px;
    height: 50%;
    background: #FFAB00;
}

.under-title__h4 h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 6px;
    height: 50%;
    background: #94C789;
}


/* h5 */

.under-title__h5 {
    padding: 8px 10px;
    border-left: 3px solid #94C789;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.under-title__h5 h5 {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1.6 !important;
}


/*--------------------------------------
btn
--------------------------------------*/

.btn a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 30px 10px 34px 10px;
    margin: 0 auto;
    border-radius: 6px;
    font-family: "秀英明朝 L", "Shuei Mincho L";
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: #45c0e5;
}

.btn a::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
}

.btn a:hover {
    opacity: 0.7;
}


.btn_link {
    color: #fff;
    background: #64D1F2;
    max-width: 300px;
    width: 100%;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 62px;
    transition: all 0.3s;
    font-weight: 500;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    padding-left: 22px;
}

.btn_link:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #fff transparent;
}

.btn_link:hover {
    opacity: 0.7;
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .btn_link {
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .btn a {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .btn_link {
        font-size: 16px;
        line-height: 50px;
    }
}


/*-----------------------------------------------------------
■ 2 Blocks
-----------------------------------------------------------*/


/*--------------------------------------
google calendar
--------------------------------------*/

.google-calendar {
    position: relative;
    height: 0;
    padding-top: 500px;
    overflow: hidden;
}

.google-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767px) {
    .google-calendar {
        padding-top: 400px;
    }
}


/*--------------------------------------
map
--------------------------------------*/

.map {
    position: relative;
    width: 100%;
    padding-top: 300px;
}

.map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}


/*--------------------------------------
treatment 診療科目
--------------------------------------*/

.treatment-block {
    padding: 55px;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #535353;
    background: #F0F5EF;
}

.treatment-block h2 {
    font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
    font-weight: bold;
    font-size: 33px;
    letter-spacing: 3.96px;
    color: #94C789;
}

.treatment-block .elementor-button {
    position: relative;
    width: 100%;
    font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
    font-weight: bold;
    text-align: left;
    line-height: 1;
    color: #FFFFFF;
    background: #94C789;
}

.treatment-block .elementor-button.elementor-size-sm {
    max-width: 250px;
    padding: 18px 25px;
    font-size: 18px;
    letter-spacing: 2px;
}

.treatment-block .elementor-button.elementor-size-md {
    max-width: 350px;
    padding: 20px 30px;
    font-size: 20px;
    letter-spacing: 2.4px;
}

.treatment-block .elementor-button.elementor-size-lg {
    max-width: 450px;
    padding: 22px 30px;
    font-size: 22px;
    letter-spacing: 3.5px;
}

.treatment-block .elementor-button::after {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 4.5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .treatment-block {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .treatment-block {
        padding: 30px 15px;
    }
    .treatment-block .elementor-button-wrapper {
        text-align: center;
    }
}


/*--------------------------------------
timetable
--------------------------------------*/

table.timetable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.timetable th,
.timetable td {
    padding: 4px 0 5px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    line-height: 1;
}

/*.timetable thead th {
    padding: 0 0 10px;
    border-bottom: 1px solid #EBE9E7;
    font-weight: normal;
}*/

.timetable thead th:first-child {
    width: 20%;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.15em;
    background: #BFECF9;
}

.timetable tbody tr td:first-child {
    padding-top: 17px;
    text-align: left;
    word-break: keep-all;
    white-space: nowrap;
    letter-spacing: 0.1em;
}

.timetable tbody tr:last-child td {
    padding-bottom: 17px;
}

@media screen and (max-width: 767px) {
    .timetable thead th:first-child {
        width: 28%;
    }
    .timetable tbody th {
        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 480px) {
    .timetable th,
    .timetable td {
        font-size: 70%;
        letter-spacing: 0;
    }
    .timetable thead th:first-child {
        width: 32%;
        font-size: 16px;
    }
}


/*--------------------------------------
image wrap
--------------------------------------*/

.image-wrap__left img {
    float: left;
    margin: 0 15px 15px 0;
}

.image-wrap__right img {
    float: right;
    margin: 0 0 15px 15px;
}

@media (max-width: 768px) {
    .image-wrap__left img,
    .image-wrap__right img {
        display: block;
        float: none;
        width: auto;
        margin: 0 auto;
    }
}


/*--------------------------------------
border box
--------------------------------------*/

.frame-box {
    padding: 40px;
    border: 3px solid #9f9f9f;
}

.frame-box h3 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.15em;
    color: #686868;
}

.frame-box h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #2a81f3;
}


/*--------------------------------------
Q&A
--------------------------------------*/

.qa .qa__block+.qa__block {
    margin-top: 40px;
}

.qa__block dt,
.qa__block dd {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.qa__block .qa__num {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
}

.qa__block dt .qa__num span,
.qa__block dd .qa__num span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0;
    line-height: 40px;
    color: #fff;
    background: #94C789;
}

.qa__block dd .qa__num span {
    color: #94C789;
    background: #eff9e5;
}

.qa__block .qa__text {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.qa_list dt .qa__text {
    font-size: 18px;
}


/*--------------------------------------
flow
--------------------------------------*/

.flow>li {
    position: relative;
    padding: 30px;
    margin-bottom: 70px;
    background: #F5FBF0;
}

.flow>li:last-child {
    margin-bottom: 0;
}

.flow>li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    display: block;
    width: 22px;
    height: 22px;
    border-right: 3px solid #94C789;
    border-bottom: 3px solid #94C789;
    margin-left: -11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flow>li:last-child::after {
    display: none;
}

.flow .flow__title {
    position: relative;
    overflow: hidden;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #94C789;
}

.flow .flow__title span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: top;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    background: #94C789;
}


/*--------------------------------------
num list
--------------------------------------*/

.num-list {
    counter-reset: li;
}

.num-list .elementor-icon-list-items li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.num-list .elementor-icon-list-items li:last-child {
    margin-bottom: 0;
}

.num-list .elementor-icon-list-items li::before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    background: #94C789;
}


/*--------------------------------------
check list
--------------------------------------*/

#main .check-list .elementor-icon-list-items li {
    position: relative;
    padding: 2px 0 2px 30px;
}

#main .check-list .elementor-icon-list-items li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    height: 19px;
    width: 19px;
    border: 2px solid #94C789;
}

#main .check-list .elementor-icon-list-items li::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 11px;
    display: block;
    width: 5px;
    height: 11px;
    border: solid #94C789;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*--------------------------------------
anchor link list
--------------------------------------*/

.anchor-links {
    padding: 25px 35px;
    background: #f2fbeb;
    list-style: none;
}

.anchor-links .elementor-icon-list-items li {
    position: relative;
    display: inline-block;
    width: auto;
    padding-left: 16px;
    margin: 5px 30px 5px 0;
    line-height: 1.6;
}

.anchor-links .elementor-icon-list-items li a {
    text-decoration: underline;
}

.anchor-links .elementor-icon-list-items li a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #94C789;
    -webkit-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.anchor-links .elementor-icon-list-items li a:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.anchor-links .elementor-icon-list-items li a:hover {
    text-decoration: none;
    color: #94C789;
}

@media screen and (max-width:767px) {
    .anchor-links .elementor-icon-list-items li {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
}


/*--------------------------------------
post box
--------------------------------------*/

.post-box {
    margin: 30px auto 0 auto;
}

.post-box__header {
    position: relative;
    padding: 0 0 28px;
    border-bottom: 1px solid #EBE9E7;
}

/*.post-box__header h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1;
    color: #000000;
}*/

.post-box__summary-link {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    text-decoration: underline;
    color: #473019;
}

.post-box__summary-link:hover {
    text-decoration: none;
}

.post-box dl {
    padding: 15px 0 20px;
    background-size: 20px 1px;
}

.post-box dl dt {
    margin-bottom: 10px;
    font-size: 12px;
    color: #72706E;
}

.post-box dl dt .new-label {
    display: inline-block;
    width: 35px;
    height: 14px;
    border-radius: 10px;
    line-height: 14px;
    background: #FEA6CC;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0.1em;
    padding: 0;
    text-indent: 0;
    text-align: center;
    margin: -3px 0 0 20px;
    vertical-align: middle;
    font-weight: normal;
}

.post-box dl dd a:hover {
    text-decoration: underline;
}


/*--------------------------------------
two columns table
--------------------------------------*/

.two-columns-table th,
.two-columns-table td {
    border-bottom: 1px solid #94C789;
    vertical-align: top;
    line-height: 1.6;
}

.two-columns-table tr:first-child th,
.two-columns-table tr:first-child td {
    border-top: 1px solid #94C789;
}

.two-columns-table th {
    width: 30%;
    padding: 13px 0px 10px 14px;
}

.two-columns-table td {
    padding: 13px 14px 10px;
}


/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/


/*--------------------------------------
post
--------------------------------------*/

#posts {
    float: left;
    width: 65%;
}

#blogDetail,
#blogList {
    min-height: 850px;
    margin-top: 40px;
    margin-bottom: 103px;
}

#blogList .post {
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 2;
}

.posts__list li {
    position: relative;
    float: left;
    width: 45%;
    margin-left: 10%;
    margin-bottom: 75px;
}

.posts__list li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

.posts__list li .post__category {
    left: 0;
    top: 0;
    line-height: 1;
    z-index: 10;
}

.post .post__category a,
.posts__list .post__category a {
    display: inline-block;
    min-width: 107px;
    height: 25px;
    padding: 2px 8px;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    background: #45C0E5;
}

.post .post__category a:hover,
.posts__list .post__category a:hover {
    background: #8cc856;
}

.post .post__category a.news,
.posts__list .post__category a.news {
    background: #45C0E5;
}

.post .post__category a.news:hover,
.posts__list .post__category a.news:hover {
    background: #64D1F2;
}

.post .post__category a:before,
.posts__list .post__category a:before {
    margin-right: 7px;
    vertical-align: baseline;
    font-size: 10px;
}

.posts__list li .post__image {
    position: relative;
    overflow: hidden;
    min-height: 26px;
    margin-bottom: 20px;
}

.posts__list li .post__image a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 54%;
}

.posts__list li .post__image a span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.posts__list li .post__image a:hover span {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.posts__list li .post__image span.noimage {
    overflow: hidden;
    line-height: 0;
    text-indent: 100%;
}

.posts__list h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
}

.posts__list h3 a:hover {
    color: #FEA6CC;
}

.posts__list .post__excerpt {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #72706E;
}

@media screen and (max-width: 1000px) {
    .posts__list li {
        width: 48%;
        margin-left: 4%;
    }
    .posts__list li:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    #posts {
        float: none;
        width: 100%;
    }
    .posts__list li {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    .posts__list li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    #blogDetail .post__header h2 {
        font-size: 22px;
        line-height: 1.4;
    }
    #blogDetail .post__content h3 {
        padding: 26px 5px 26px 20px;
        margin: 35px 0 30px;
        font-size: 20px;
        line-height: 1.4;
    }
    #blogDetail .post__content h4 {
        font-size: 19px;
    }
}


/*--------------------------------------
blog detail
--------------------------------------*/

#blogDetail .post {
    padding-bottom: 35px;
    font-size: 14px;
    line-height: 1.7;
    color: #0F0E0E;
}

#blogDetail .post__header {
    padding: 0px;
    margin-bottom: 25px;
}

#blogDetail .post__header h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

#blogDetail .post__header .post__meta {
    margin-bottom: 45px;
}

#blogDetail .post__header .post__meta .post__date {
    margin-top: 22px;
}

@media screen and (max-width: 767px) {
    #blogDetail .post__header .post__category,
    #blogDetail .post__header .post__meta .post__date {
        float: none;
    }
}


/*--------------------------------------
post date
--------------------------------------*/

.post .post__date,
.posts__list .post__date {
    font-size: 10px;
    letter-spacing: 0;
    color: #45C0E5;
}

.post .post__date span,
.posts__list .post__date span {
    margin-left: 10px;
}

.post .post__date span::before,
.posts__list .post__date span::before {
    margin-right: 5px;
    font-size: 9px;
}

.post .post__date span a,
.posts__list .post__date span a {
    vertical-align: baseline;
    color: #94C789;
}

.post .post__date span a:hover,
.posts__list .post__date span a:hover {
    text-decoration: underline;
}

.post__content {
    overflow: hidden;
    letter-spacing: 0;
    line-height: 2.3;
}

.post__content a {
    color: #0000ee;
    text-decoration: underline;
}

.post__content h2 {
    font-size: 1.5em;
}

.post__content h3 {
    font-size: 1.4em;
}

.post__content h4 {
    font-size: 1.3em;
}

.post__content h5 {
    font-size: 1.2em;
}

div#blogDetail .post__content img {
    width: auto;
    height: auto;
    max-width: 100%;
}


/*--------------------------------------
bloginfo box
--------------------------------------*/

.blog-info-box {
    display: table;
    width: 100%;
    margin-top: 60px;
    background: #E6EEF1;
}

.blog-info-box .blog-info-box__name {
    display: table-cell;
    width: 50%;
    padding: 29px 30px;
    border-right: 1px solid #BFBEBD;
    vertical-align: middle;
}

.blog-info-box .blog-info-box__name .icon-blog {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #373431;
}

.blog-info-box .blog-info-box__name .icon-blog::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -8px;
    font-size: 15px;
    color: #45C0E5;
}

.blog-info-box .blog-info-box__share {
    display: table-cell;
    width: 50%;
    padding: 30px 10px;
    vertical-align: middle;
    text-align: center;
}

.blog-info-box .blog-info-box__share li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.blog-info-box .blog-info-box__share li a {
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
    line-height: 1;
}

.blog-info-box .blog-info-box__share li a::before {
    color: #fff;
}

.blog-info-box .blog-info-box__share .icon-facebook {
    background: #4967A3;
}

.blog-info-box .blog-info-box__share .icon-facebook:hover {
    background: #587cc1;
}

.blog-info-box .blog-info-box__share .icon-facebook::before {
    margin-top: 12px;
    font-size: 26px;
}

.blog-info-box .blog-info-box__share .icon-line {
    background: #18BC01;
}

.blog-info-box .blog-info-box__share .icon-line:hover {
    background: #1cde00;
}

.blog-info-box .blog-info-box__share .icon-line::before {
    font-size: 29px;
    margin-top: 11px;
}

.blog-info-box .blog-info-box__share .icon-twitter {
    background: #11BBEF;
}

.blog-info-box .blog-info-box__share .icon-twitter:hover {
    background: #13C7FE;
}

.blog-info-box .blog-info-box__share .icon-twitter::before {
    margin-top: 14px;
    font-size: 24px;
}

.blog-info-box .blog-info-box__share .icon-google {
    background: #E05C4F;
}

.blog-info-box .blog-info-box__share .icon-google:hover {
    background: #fb7468;
}

.blog-info-box .blog-info-box__share .icon-google::before {
    margin-top: 15px;
    font-size: 20px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .blog-info-box .blog-info-box__share li {
        margin: 0 3px;
    }
    .blog-info-box .blog-info-box__share li a {
        width: 40px;
        height: 40px;
    }
    .blog-info-box .blog-info-box__share .icon-facebook::before {
        margin-top: 9px;
        font-size: 22px;
    }
    .blog-info-box .blog-info-box__share .icon-line::before {
        margin-top: 8px;
        font-size: 25px;
    }
    .blog-info-box .blog-info-box__share .icon-twitter::before {
        margin-top: 11px;
        font-size: 20px;
    }
    .blog-info-box .blog-info-box__share .icon-google::before {
        margin-top: 12px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .blog-info-box {
        display: block;
    }
    .blog-info-box .blog-info-box__name {
        display: block;
        width: 100%;
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #BFBEBD;
        text-align: center;
    }
    .blog-info-box .blog-info-box__name .icon-blog {
        display: inline-block;
        text-align: left;
    }
    .blog-info-box .blog-info-box__share {
        display: block;
        width: 100%;
        padding: 20px 10px;
    }
}


/*--------------------------------------
navigation
--------------------------------------*/

.navigation {
    margin-top: 52px;
    overflow: hidden;
}

.navigation::after {
    content: "";
    display: table;
    clear: both;
}

.navigation .prev {
    float: left;
    width: 100px;
}

.navigation .next {
    float: right;
    width: 100px;
}

.navigation a {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.1em;
    color: #373431;
    background: #BFBEBD;
}

.navigation a:hover {
    background: #FEA6CC;
}

.navigation .prev a span {
    padding-left: 8px;
}

.navigation .next a span {
    padding-right: 8px;
}

.navigation .prev a span::before {
    position: absolute;
    left: 8px;
    top: 50%;
    display: block;
    margin-top: -5px;
    font-size: 10px;
}

.navigation .next a span::before {
    position: absolute;
    right: 8px;
    top: 50%;
    display: block;
    margin-top: -5px;
    font-size: 10px;
}

.navigation ul {
    display: -webkit-flex;
    display: flex;
    max-width: 200px;
    margin: 0 auto;
}

.navigation li {
    display: -webkit-flex;
    display: flex;
    margin: 0 1px 0 2px;
    width: 30px;
}

@media screen and (max-width: 767px) {
    .navigation {
        margin-top: 35px;
    }
    .navigation ul {
        padding-top: 20px;
        clear: both;
    }
}


/*--------------------------------------
pagination
--------------------------------------*/

.pagination {
    position: relative;
    padding-top: 52px;
    border-top: 1px solid #72706E;
    overflow: hidden;
}

.pagination ul {
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    width: 30px;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

.pagination ul li a,
.pagination ul li span.dots {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    color: #373431;
    background: #BFBEBD;
}

.pagination ul li span.dots {
    background: none;
}

.pagination ul li a:hover {
    background: #94c789;
}

.pagination ul li span.current {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    color: #373431;
    background: #94c789;
}

.pagination ul li .prev {
    position: absolute;
    left: 0;
    top: 52px;
    display: block;
    width: 100px;
    padding-left: 8px;
}

.pagination ul li .next {
    position: absolute;
    right: 0;
    top: 52px;
    display: block;
    width: 100px;
    padding-right: 8px;
    font-weight: bold;
}

.pagination ul li .prev span::before {
    position: absolute;
    left: 8px;
    top: 50%;
    display: block;
    margin-top: -5px;
    font-size: 10px;
}

.pagination ul li .next span::before {
    position: absolute;
    right: 8px;
    top: 50%;
    display: block;
    margin-top: -5px;
    font-size: 10px;
}


/*-----------------------------------------------------------
■ 2 Side
-----------------------------------------------------------*/


/*--------------------------------------
general
--------------------------------------*/

.blogside {
    float: right;
    width: 28%;
}

.blogside h2.widgettitle {
    display: none;
}

.blogside h2 {
    padding-bottom: 9px;
    margin-bottom: 24px;
    border-bottom: 2px solid #373431;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #373431;
}

.blogside h2 span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0;
    color: #72706E;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .blogside {
        float: right;
        width: 30%;
    }
    .blogside h2 {
        font-size: 14px;
        letter-spacing: 0;
    }
    .blogside h2 span {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .blogside {
        float: none;
        width: 100%;
        padding: 46px 0 0;
        border-top: 1px solid #5D5555;
        margin-top: 35px;
    }
}


/*--------------------------------------
search box
--------------------------------------*/

.blogside .search-box {
    margin-bottom: 40px;
}

.blogside .search-box label {
    display: none;
}

.blogside .search-box #searchform {
    position: relative;
}

.blogside .search-box #s {
    height: 55px;
    width: 100%;
    padding: 0 40px 0 14px;
    border: none;
    font-size: 13px;
    color: #72706E;
    background: #E6EEF1;
}

.blogside .search-box .icon-search::before {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    color: #45C0E5;
}

.blogside .search-box #searchsubmit {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 15px;
    height: 15px;
    border: none;
    margin-top: -8px;
    font-size: 0;
    background: none;
    cursor: pointer;
}


/*--------------------------------------
category box
--------------------------------------*/

.blogside .category-box {
    margin-bottom: 50px;
}

.blogside .category-box ul li {
    padding-bottom: 16px;
    border-bottom: 1px solid #b8c2c1;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #000;
}

.blogside .category-box ul li:last-child {
    margin-bottom: 0;
}

.blogside .category-box ul li a {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #373431;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blogside .category-box ul li a span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    color: #373431;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blogside .category-box ul li a:hover,
.blogside .category-box ul li a:hover span {
    color: #45C0E5;
}


/*--------------------------------------
recent box
--------------------------------------*/

.recent-box {
    margin-bottom: 50px;
}

.recent-box li {
    padding-bottom: 13px;
    border-bottom: 1px solid #BFBEBD;
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.3;
}

.recent-box li:last-child {
    margin-bottom: 0;
}

.recent-box li .recent-box__thumbnail {
    position: relative;
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 12px;
    overflow: hidden;
}

.recent-box li .recent-box__thumbnail a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 1;
}

.recent-box li .recent-box__thumbnail a span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.recent-box li .recent-box__thumbnail a:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.recent-box li h3 a {
    color: #373431;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.recent-box li h3 a:hover {
    color: #45C0E5;
}

.recent-box__date {
    margin-top: 5px;
    font-size: 10px;
    color: #72706E;
}

.recent-box li .recent-box__date {
    margin-top: 15px;
}


/*--------------------------------------
tag box
--------------------------------------*/

.blogside .tag-box {
    margin-bottom: 40px;
}

.blogside .tag-box h2 {
    margin-bottom: 12px;
}

.blogside .tag-box .tagcloud a {
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #72706E;
    margin-bottom: 9px;
    border-radius: 3px;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 1;
    color: #373431;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blogside .tag-box .tagcloud a:hover {
    color: #fff;
    background: #72706E;
}


/*--------------------------------------
archive box
--------------------------------------*/

.archive-box {
    font-size: 14px;
    line-height: 1.4;
}

.archive-box>ul>li {
    margin-top: 20px;
}

.archive-box>ul>li:first-child {
    margin: 0;
}

.archive-box ul li p {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    margin: 0;
    cursor: pointer;
}

.archive-box ul li p:visited {
    color: #373431;
}

.archive-box ul li p:hover {
    font-weight: bold;
    color: #94C789;
}

.archive-box ul li p.acv_open {
    font-weight: bold;
    color: #45C0E5;
}

.archive-box ul li p::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #45C0E5;
    border-bottom: 1px solid #45C0E5;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.archive-box ul li p.acv_open::before {
    top: 1px;
    left: 2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.archive-box ul li a {
    color: #373431;
}

.archive-box ul li a:link {
    text-decoration: underline;
}

.archive-box ul li a:visited {
    color: #45C0E5;
}

.archive-box ul li a:hover {
    color: #45C0E5;
}

.archive-box ul li a:active {
    color: #45C0E5;
}

.archive-box ul li ul {
    margin-left: 44px;
}

.archive-box ul li li {
    margin-top: 10px;
}

.archive-box ul li ul.hide {
    display: none;
}


/*-----------------------------------------------------------
■ 4 Special under pages
-----------------------------------------------------------*/


/*--------------------------------------
sitemap
--------------------------------------*/

.sitemap>ul {
    margin: 0 auto;
    background: none;
}

.sitemap>ul>li {
    position: relative;
    border-bottom: 1px dashed #ccc;
    margin: 0;
    line-height: 1.4;
}

.sitemap>ul>li:first-child {
    border-top: 1px dashed #ccc;
}

.sitemap>ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94C789;
}

.sitemap>ul>li a {
    position: relative;
    display: block;
    padding: 19px 40px 15px 20px;
    background: none;
}

.sitemap>ul>li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    margin-top: -5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sitemap>ul>li a:hover {
    color: #94C789;
}


/*-----------------------------------------------------------
■ 5 Contact
-----------------------------------------------------------*/

.wrap_contact {
    max-width: 800px;
    margin: 0 auto;
}

.inquiryForm_message {
    text-align: center;
}


/* step list */

.step_list {
    width: 467px;
    margin: 0 auto 90px;
}

.step_list li {
    position: relative;
    float: left;
    width: 100px;
    margin-left: 83px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #BFBEBD;
}

.step_list li:first-child {
    margin: 0;
}

.step_list li span {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto 12px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 58px;
    color: #fff;
    background: #BFBEBD;
}

.step_list li span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 54px;
    display: block;
    width: 130px;
    height: 1px;
    background: #bfbebd;
}

.step_list li:last-child span::after {
    display: none;
}

.step_list li.current {
    color: #373431;
}

.step_list li.current span {
    background: #45C0E5 !important;
}

.step_list li span.current:after {
    background: #94C789;
}

.inquiryForm_message .step_catch {
    margin-bottom: 44px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #373431;
}

.inquiryFormTable {
    padding-top: 22px;
    border-top: 1px solid #707070;
    font-size: 16px;
}

.inquiryFormTable dl {
    display: table;
    width: 100%;
}

.inquiryFormTable dt,
.inquiryFormTable dd {
    display: table-cell;
    padding: 20px 0 24px;
    vertical-align: top;
    text-align: left;
}

.inquiryFormTable dt {
    position: relative;
    width: 29%;
    padding-top: 31px;
    border-right: none;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #2C2F30;
}

.inquiryFormTable dd {
    position: relative;
    padding-right: 40px;
}

.inquiryFormTable .wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 13px;
}

.wpcf7-list-item-label {
    position: relative;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    display: none;
}

.wpcf7-form-control-wrap {
    display: block;
}

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
    display: block;
    width: 100%;
    padding: 13px 14px 14px;
    border: 1px solid #BFBEBD;
    border-radius: 5px;
    color: #333;
    background: #EBE9E7;
}

.inquiryFormTable textarea {
    resize: vertical;
}

.inquiryFormTable select {
    position: relative;
    background: #ECECEC url(/wp-content/themes/genova_tpl/img/icons/ico_select.svg) no-repeat 96% center;
    background-size: 12px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.inquiryFormTable select::-ms-expand {
    display: none;
}

.inquiryFormTable input:focus,
.inquiryFormTable textarea:focus,
.inquiryFormTable select:focus {
    box-shadow: 0 0 3px 1px #80cbc4;
}


/* checkbox and radio*/

.inquiryFormTable input[type="checkbox"],
.inquiryFormTable input[type="radio"] {
    -moz-opacity: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.inquiryFormTable input[type="radio"]+span::before,
.inquiryFormTable input[type="checkbox"]+span::before {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inquiryFormTable input[type="checkbox"]+span::before {
    content: "\ea53";
    border-radius: 2px;
}

.inquiryFormTable input[type="checkbox"]:checked+span::before {
    content: "\ea52";
    color: #354fa8;
}

.inquiryFormTable input[type="checkbox"]:focus+span::before {
    box-shadow: 0px 0px 2px 2px #80cbc4;
}

.inquiryFormTable input[type="radio"]+span::before {
    content: "\ea56";
    border-radius: 50%;
}

.inquiryFormTable input[type="radio"]:checked+span::before {
    content: "\ea54";
    color: #354fa8;
}

.inquiryFormTable input[type="radio"]:focus+span::before {
    box-shadow: 0px 0px 2px 2px #80cbc4;
}


/* checkbox and radio confimation screen */

.confirm_table input[type="checkbox"]:not(:checked)+span,
.confirm_table input[type="radio"]:not(:checked)+span {
    display: none;
}

.inquiryFormTable .wpcf7-checkbox>span:first-child,
.inquiryFormTable .wpcf7-radio>span {
    padding-top: 10px;
}

.inquiryFormTable .wpcf7-radio {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.inquiryFormTable .wpcf7-radio>.wpcf7-list-item {
    width: auto;
    margin-right: 20px;
}

.inquiryFormTable .wpcf7-radio>.wpcf7-list-item:last-child {
    margin-right: 0;
}

.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
    border: 1px solid #94C789;
    background: #fff;
    box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}

.inquiryFormTable input.wpcf7-not-valid {
    border: 1px solid #D93636 !important;
    background: #FDD2D2 !important;
}

.inquiryFormTable .comment {
    display: block;
    margin-top: 0.4em;
    font-size: 13px;
    letter-spacing: 0;
    color: #63696A;
}


/* required and optional */

.inquiryFormTable .required {
    position: absolute;
    top: 36px;
    right: 28px;
    display: inline-block;
    padding-left: 0;
    width: 46px;
    height: 22px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    background: #D93636;
}

.inquiryFormTable .optional {
    position: absolute;
    top: 36px;
    right: 28px;
    display: inline-block;
    width: 46px;
    height: 22px;
    padding-left: 0;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    background: #63696A;
}

.inquiryFormTable .btBox {
    text-align: center;
    margin: 103px 0 80px;
}

.inquiryFormTable .btBox input[type="submit"] {
    display: block;
    width: 100%;
    padding: 29px 32px 28px 30px;
    border: none;
    margin: 0 auto;
    border-radius: 0 !important;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
    background: #FEA6CC url(/wp-content/themes/genova_tpl/img/icons/ico_arrow02.png) no-repeat 95% center !important;
    background-size: 6px 10px;
    cursor: pointer;
    outline: 0px;
    -webkit-appearance: none;
}

.inquiryFormTable .btBox input[type="submit"].disabled {
    padding: 29px 40px 28px 40px;
    opacity: 1 !important;
    color: #BFBEBD;
    background: #72706E url(/wp-content/themes/genova_tpl/img/icons/ico_arrow01.png) no-repeat 96% center !important;
    background-size: 6px 10px;
    pointer-events: none;
    cursor: default;
}

.inquiryFormTable .btBox input[type="submit"].abled {
    padding: 29px 40px 28px 40px;
    background-position: 96% center !important;
}

.inquiryFormTable .wpcf7-back {
    float: left;
    width: 37.5% !important;
    padding: 29px 30px 28px;
    border: none;
    margin: 0 auto;
    border-radius: 0 !important;
    outline: 0px;
    text-align: left;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
    background: #72706E url(/wp-content/themes/genova_tpl/img/icons/ico_arrow02.png) no-repeat 92% center !important;
    background-size: 6px 10px;
    cursor: pointer;
    -webkit-appearance: none;
}

.inquiryFormTable .wpcf7-submit {
    float: right;
    width: 58.5% !important;
    text-align: left;
}

.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
    opacity: 0.8;
}

span.verify_icon {
    position: absolute;
    top: 13px;
    right: -42px;
    display: none;
    width: 25px;
    height: 25px;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
    display: block;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon::before {
    vertical-align: top;
    font-size: 25px;
    color: #94C789;
}

.inquiryFormTable .wpcf7-not-valid-tip {
    color: #DE5050;
    font-weight: normal;
    display: block;
    font-size: 12px;
}

.file_btn {
    position: relative;
    display: block;
    width: 123px;
    height: 30px;
    margin-top: 13px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #807B7B;
    cursor: pointer;
}

.file_btn .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}

div.wpcf7 input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 30px;
    padding: 0;
    border: 0;
}

.failed .confirm_table input[type="text"],
.failed .confirm_table input[type="tel"],
.failed .confirm_table input[type="email"],
.failed .confirm_table input[type="date"],
.failed .confirm_table textarea,
.failed .confirm_table select,
.failed .confirm_table input[type="checkbox"] {
    display: none;
}

.failed .confirm_table .required,
.failed .confirm_table .optional {
    display: none;
}

.failed .confirm_table .wpcf7-list-item-label {
    display: none;
}

.failed .confirm_table span.comment {
    display: none;
}

.failed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
    display: none;
}

.result_txt {
    display: block;
    word-break: break-all;
    white-space: pre-wrap;
}

.failed .confirm_table .wpcf7-list-item {
    padding-left: 0;
}

.failed .confirm_table dt,
.failed .confirm_table dd {
    padding: 12px 0 10px;
}

.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
    display: none!important;
}

@media screen and (max-width: 1060px) {
    .inquiryFormTable dt {
        width: 35%;
    }
}

@media screen and (max-width: 767px) {
    .step_list {
        width: 400px;
        margin: 0 auto 60px;
    }
    .step_list li {
        margin-left: 50px;
    }
    .inquiryFormTable dl {
        display: block;
    }
    .inquiryFormTable dt,
    .inquiryFormTable dd {
        display: block;
        width: 100%;
        padding: 0;
    }
    .inquiryFormTable dd {
        padding: 10px 40px 30px 0;
    }
    .inquiryFormTable .required,
    .inquiryFormTable .optional {
        position: static;
        display: inline-block;
        margin-left: 20px;
        margin-top: -2px;
        vertical-align: middle;
    }
    .inquiryFormTable .btBox {
        margin: 50px 0;
    }
    .inquiryFormTable .btBox input[type="submit"],
    .inquiryFormTable .wpcf7-back {
        text-align: center;
        float: none;
        width: 100% !important;
        padding: 29px 20px 28px 20px;
        font-size: 20px;
        background-position: 96% center !important;
    }
    .inquiryFormTable .btBox input[type="submit"].disabled,
    .inquiryFormTable .btBox input[type="submit"].abled {
        padding: 29px 20px 28px 20px;
    }
    .inquiryFormTable .wpcf7-back {
        margin-bottom: 15px;
    }
    .file_btn {
        margin-top: 0;
    }
    .failed .confirm_table dt,
    .failed .confirm_table dd {
        padding: 5px 0;
    }
}

@media screen and (max-width: 480px) {
    .step_list {
        width: 270px;
    }
    .step_list li {
        width: 70px;
        margin-left: 30px;
        font-size: 16px;
    }
    .step_list li span:after {
        width: 60px;
    }
    .inquiryForm_message .step_catch {
        font-size: 12px;
        letter-spacing: 0;
    }
    .inquiryFormTable .btBox input[type="submit"],
    .inquiryFormTable .wpcf7-back {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
}


/* =====================================
■UNDER
===================================== */


/*--------------------------------------
elementor
--------------------------------------*/


/*
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1060px;
padding: 0 30px;
}
*/

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

.elementor img {
    width: auto !important;
}

.home .elementor img {
    width: 100% !important;
}

.elementor-image-box-wrapper {
    display: block !important;
}

.elementor-widget-image-box .elementor-image-box-content {
    text-align: left !important;
}

.elementor-image-box-title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #fff;
    overflow: hidden;
    background: #3dc2b7;
    padding: 10px 20px;
}

.elementor-image-box-img {
    width: 30% !important;
    float: right;
    display: block !important;
    margin: 0 0 20px 20px !important;
    text-align: center;
    text-align: right;
}

.img_l .elementor-image-box-img {
    float: left;
    margin: 0 20px 20px 0 !important;
}

.auto_width .elementor-image-box-img {
    width: auto !important;
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
    display: inline-block !important;
}

.elementor-widget-image .elementor-image>a:hover img,
.elementor-widget-image .elementor-image figure>a:hover img {
    opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
    /*
.elementor-section.elementor-section-boxed > .elementor-container {
padding: 0 20px;
}
*/
    .elementor-image-box-img,
    .img_l .elementor-image-box-img {
        width: 100% !important;
        float: none;
        margin: 0 auto 20px !important;
        text-align: center;
    }
}


/*--------------------------------------
TITLE
--------------------------------------*/

h2.elementor-heading-title {
    border-left: 14px solid #BFECF9;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.7em !important;
    padding: 17px 20px 16px 20px !important;
    letter-spacing: 0.12em;
    position: relative;
    z-index: 0;
    margin-bottom: 40px !important;
    color: #22201E;
}

h2.elementor-heading-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    background: #FEA6CC;
    width: 14px;
    height: 50%;
    z-index: -1;
}

h3.elementor-heading-title,
h3.elementor-image-box-title {
    color: #22201E;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 1.7em !important;
    border-bottom: 4px solid #bfecf9;
    padding: 9px 0 13px!important;
    position: relative;
    background: none;
    margin-bottom: 30px !important;
}

h3.elementor-heading-title:before,
h3.elementor-image-box-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #fea6cc;
    pointer-events: none;
    width: 97px;
    height: 4px;
    overflow: hidden;
}

h4.elementor-heading-title {
    color: #22201E;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.7em !important;
    padding-left: 45px !important;
    margin-bottom: 25px;
}

h4.elementor-heading-title:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background: #bfecf9;
    pointer-events: none;
    width: 23px;
    height: 23px;
    overflow: hidden;
    transform: rotate(45deg);
}

h5.elementor-heading-title {
    font-size: 26px;
    color: #5888B1;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-weight: 500;
    line-height: 1.7em !important;
}

.under_title_h2 h2 {
    color: #fff!important;
    font-size: 34px;
    line-height: 1.2 !important;
    font-weight: normal !important;
    letter-spacing: 0.1em;
    padding: 19px 0 21px 25px!important;
    background: #cadb75;
    border-radius: 10px;
}

.under_title_h3 h3 {
    color: #333333 !important;
    font-size: 30px;
    line-height: 1.2 !important;
    letter-spacing: 0.15em;
    padding: 0 0 14px 45px !important;
    position: relative;
    border-bottom: 1px solid #cccccc;
}

.under_title_h3 h3:before {
    position: absolute;
    content: "";
    background: url(../img/h4_icon.png) no-repeat top center;
    width: 31px;
    height: 31px;
    left: 0;
    top: 3px;
}

.under_title_h4 h4 {
    color: #5c5c5c !important;
    font-size: 20px;
    line-height: 1.2 !important;
    font-weight: bold !important;
    letter-spacing: 0.1em;
    text-align: left;
    padding-left: 20px !important;
    position: relative;
}

.under_title_h4 h4:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 32px;
    top: 2px;
    left: 0;
}

.gnv_tmp_h5_bg h5 {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-left: 25px;
    line-height: 1.3;
    position: relative;
}

.gnv_tmp_h5_bg h5:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.doctor_style {
    font-size: 20px;
    line-height: 1.2 !important;
    font-weight: normal !important;
    letter-spacing: 2px;
    display: block;
    text-align: right;
}

.gnv_tmp_tlt {
    font-weight: normal !important;
    letter-spacing: 0.1em;
    color: #86C4C9 !important;
    font-size: 17px;
    border-bottom: 1px solid #86C4C9;
    text-align: left;
    padding: 0 0 9px 0!important;
    line-height: 1.2;
    position: relative;
}

.gnv_tmp_title {
    font-weight: normal !important;
    letter-spacing: 0.05em;
    color: #86C4C9 !important;
    font-size: 20px;
    text-align: center;
    line-height: 1.2 !important;
}

.gnv_tmp_title01 {
    font-weight: normal !important;
    letter-spacing: 0.05em;
    font-size: 20px;
    text-align: left;
    line-height: 1.5 !important;
}

.bg_box_tlt {
    background: #94d8f8;
    padding: 21px 35px 18px;
}

.bg_box_tlt p {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .gnv_tmp_title01 {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 767px) {
    h2.elementor-heading-title {
        padding: 8px 0px 8px 15px !important;
        font-size: 24px;
        border-width: 10px;
    }
    h2.elementor-heading-title:before {
        width: 10px;
        left: -10px;
    }
    h3.elementor-heading-title {
        padding: 0 0 8px 0!important;
        font-size: 22px;
    }
    h4.elementor-heading-title {
        font-size: 20px;
        padding-left: 30px !important;
    }
    h4.elementor-heading-title:before {
        top: 8px;
        width: 17px;
        height: 17px;
    }
    .under_title_h2 h2 {
        padding: 19px 0 21px 15px!important;
    }
    .under_title_h2 h2 {
        font-size: 26px;
    }
    .under_title_h3 h3 {
        font-size: 24px;
        letter-spacing: 0.05em;
        padding: 0 0 13px 42px !important;
    }
    .under_title_h3 h3:before {
        top: -2px;
    }
    .bg_box_tlt {
        padding: 21px 20px 18px;
    }
}

@media screen and (max-width: 480px) {
    .under_title_h2 h2 {
        padding: 19px 0 21px 10px!important;
        font-size: 24px;
        letter-spacing: 0.05em
    }
    .under_title_h3 h3 {
        font-size: 22px;
        letter-spacing: 0.05em
    }
    .under_title_h4 h4 {
        letter-spacing: 0.02em;
        padding-left: 14px !important;
    }
    .gnv_tmp_tlt,
    .gnv_tmp_tlt01 {
        letter-spacing: 0.05em;
    }
    .gnv_tmp_title01 {
        letter-spacing: 0;
        font-size: 16px;
    }
    .under_title_h4 h4 {
        letter-spacing: 0.02em;
    }
    .doctor_style {
        font-size: 18px;
    }
}


/* -------------------------------------
margin_base
------------------------------------- */

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mt20 {
    margin-top: 20px !important;
}


/* -------------------------------------
地図
------------------------------------- */

.map {
    position: relative;
    width: 100%;
    padding-top: 444px;
}

.map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

.map_box {
    background: #f5f3ee;
    padding: 21px 0 20px;
}

.map_box ul {
    max-width: 666px;
    margin: 0 auto;
}

.map_box ul li {
    float: left;
    color: #545149;
    font-size: 15px;
    letter-spacing: 0.29em;
}

.map_box ul li:last-child {
    float: right;
    font-weight: bold;
    letter-spacing: 0.14em;
}

.map_box ul li a {
    color: #52c3ec;
    text-decoration: underline;
    vertical-align: top;
}

.map_box ul li a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .map_box ul li {
        float: none !important;
    }
}

@media screen and (max-width: 480px) {
    .map_box ul li {
        font-size: 12px;
        letter-spacing: 0;
    }
    .contact_section .txt {
        font-size: 15px;
        letter-spacing: 0;
    }
    .map {
        padding-top: 250px;
    }
}


/* -------------------------------------
診療時間表
------------------------------------- */

table.timetable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 14px !important;
    margin-top: 29px;
}

.timetable th,
.timetable td {
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    padding: 7px 0 22px;
    font-size: 15px;
    color: #22201E;
}

.timetable thead th {
    font-weight: normal;
    /*border-bottom: 1px solid #EBE9E7;*/
    padding: 12px 0 13px;
    color: #fff;
    background: #BFECF9 !important;
}

.timetable thead th:first-child {
    width: 30%;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    letter-spacing: 0.15em;
}

.timetable tbody th {
    word-break: keep-all;
    white-space: nowrap;
    text-align: left;
    letter-spacing: 0.1em;
    padding-left: 20px !important;
}

.timetable tbody tr:first-child th,
.timetable tbody tr:first-child td {
    padding: 23px 0 5px;
}

.table_style {
    font-size: 15px;
    line-height: 1.74;
    letter-spacing: 0.09em;
    color: #696969;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .timetable thead th:first-child {
        padding-left: 5px;
        width: 28%;
    }
    .timetable tbody th {
        padding-left: 5px !important;
    }
    .timetable thead th {
        padding: 12px 0 11px;
    }
    .timetable tbody tr:first-child th,
    .timetable tbody tr:first-child td {
        padding: 17px 0 9px;
    }
    .timetable th,
    .timetable td {
        font-size: 12px !important;
        letter-spacing: 0 !important;
        padding: 8px 0 17px;
    }
    .table_style {
        font-size: 13px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 767px) {
    .timetable thead th:first-child {
        width: 31%;
    }
    .timetable tbody th {
        letter-spacing: 0em;
    }
    .timetable thead th:first-child {
        padding-left: 10px;
    }
    .timetable tbody th {
        padding-left: 10px !important;
    }
    .timetable th,
    .timetable td {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .timetable th,
    .timetable td {
        font-size: 13px !important;
        letter-spacing: 0;
    }
    .timetable thead th:first-child {
        width: 32%;
        font-size: 13px;
        letter-spacing: 0.01em;
    }
    .timetable thead th.last{
        letter-spacing: -0.2em;
        padding-right: 10px;
        width: 50px;
    }
    .timetable tbody th {
        padding-left: 0 !important;
    }
}


/* -------------------------------------
番号リスト
------------------------------------- */

.num_list {
    counter-reset: li;
}

.num_list>li {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.num_list>li:last-child {
    margin-bottom: 0;
}

.num_list>li:before {
    color: #fff;
    content: counter(li, decimal);
    counter-increment: li;
    display: block;
    font-size: 16px;
    width: 24px;
    height: 24px;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: -3px;
    letter-spacing: 0;
}


/*--------------------------------------
2列テーブル
--------------------------------------*/

.column2_table th,
.column2_table td {
    line-height: 1.6;
    vertical-align: top;
    border-bottom: 1px solid #BFECF9;
}

.column2_table th {
    width: 30%;
    padding: 13px 0px 10px 14px;
    box-sizing: border-box;
}

.column2_table td {
    padding: 13px 14px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #CBCAC9;
}


/*--------------------------------------
* colorテーブル
--------------------------------------*/

.style_table th,
.style_table td {
    line-height: 1.8;
    padding: 15px 5px 10px 17px;
    border: 1px solid #ccc;
    word-break: break-all;
}

.style_table tbody th {
    width: 30%;
    background: #E6EEF1 !important;
}

.style_table tbody td {
    text-align: left;
    background: #fff;
}

.page-id-304 .style_table tbody th {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .style_table th,
    .style_table td {
        font-size: 14px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 480px) {
    .style_table th,
    .style_table td {
        font-size: 12px;
        letter-spacing: 0;
    }
    .page-id-304 .style_table tbody th {
        width: 60%;
    }
}


/*--------------------------------------
リスト
--------------------------------------*/

.circle_list li {
    position: relative;
    padding: 2px 0 2px 23px;
}

.circle_list li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #BFECF9 !important;
}

.check_list li {
    position: relative;
    padding: 2px 0 2px 30px;
}

.check_list li:before {
    content: "";
    display: block;
    border: 2px solid #1F5AA5;
    height: 19px;
    width: 19px;
    position: absolute;
    left: 0;
    top: 8px;
    box-sizing: border-box;
}

.check_list li:after {
    content: "";
    display: block;
    width: 5px;
    height: 11px;
    border: solid #1F5AA5;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}

.column2_list li {
    display: inline-block;
    width: 48.5%;
    box-sizing: border-box;
    padding-right: 10px;
    vertical-align: top;
}

.column3_list li {
    display: inline-block;
    width: 31.5%;
    box-sizing: border-box;
    padding-right: 10px;
    vertical-align: top;
}

.column_list li {
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    padding-right: 30px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .column2_list li,
    .column3_list li,
    .column_list li {
        display: block;
        width: 100%;
        padding-right: 0;
    }
}


/*--------------------------------------
文章・画像
--------------------------------------*/

.context_area .img_box img {
    float: right;
    width: 30% !important;
    margin: 0 0 0 20px;
    display: block;
}

.context_area.img_l .img_box img {
    float: left;
    margin: 0 20px 20px 0;
}

.context_area .auto_img img {
    width: auto !important;
    display: block;
}

.text_box {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .context_area .img_box img {
        float: none !important;
        width: 100% !important;
        margin: 0 auto 20px !important;
    }
    .context_area .auto_img img {
        width: auto !important;
    }
    .context_area.img_l .text_area {
        float: none;
        width: 100%;
    }
}


/*--------------------------------------
フォントcolor
--------------------------------------*/

.txt_link {
    text-decoration: underline !important;
    font-weight: bold;
    vertical-align: top;
}

.txt_link:hover {
    text-decoration: none !important;
}

.catch_title {
    font-size: 22px;
    color: #FFAEA2;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: center;
}


/*--------------------------------------
* 流れ
--------------------------------------*/

.flowList>li {
    position: relative;
    margin-bottom: 28px;
    padding: 0 0 35px;
}

.flowList>li:last-child {
    margin-bottom: 0;
}

.flowList>li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #bfecf9 transparent transparent transparent;
}

.flowList>li:last-child:after {
    display: none;
}

.flowList .flow_title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    margin-bottom: 22px;
    background-color: #BFECF9;
    padding: 27px 22px 22px 34px;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    color: #22201E !important;
}

.flowList .flow_title span {
    vertical-align: top;
    color: #fff;
    background: #fea6cc !important;
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
    margin-right: 12px;
    letter-spacing: 0;
    border-radius: 50%;
    margin-top: -4px;
}

@media screen and (max-width:767px) {
    .flowList .flow_title {
        padding: 18px 15px 14px 17px;
    }
    .flowList .img_box {
        position: relative;
        top: initial;
        right: initial;
        padding-left: 0;
        text-align: center;
        margin-bottom: 15px;
    }
}


/*--------------------------------------
ボックス
--------------------------------------*/

.bg_box {
    background: #EAF4FC;
    padding: 35px;
}

.bg_box01 {
    background: #f0faff;
    padding: 35px;
}

.border_box {
    border: 2px solid #1F5AA5;
    padding: 40px;
}

.bg_top {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.18);
    border-top: 3px solid #1F5AA5;
}

.bg_shadow {
    box-shadow: 3px 3px 0 0 #ece4c8;
}

.box_title {
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px dotted #1F5AA5;
}

.box_list>li {
    margin-top: 40px;
}

.box_list>li:first-child {
    margin: 0;
}

.bus_box {
    text-align: center;
}

.bus_box a {
    display: inline-block;
}

.bus_box img {
    max-width: 544px !important;
    margin: 0 auto;
    display: block;
    width: 100% !important;
}

@media screen and (max-width:767px) {
    .bg_box,
    .bg_box01,
    .bg_box02,
    .border_box {
        padding: 25px;
    }
}


/*--------------------------------------
style_box
--------------------------------------*/

.style_box {
    border: 10px solid #1F5AA5;
}

.style_box .style_title {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    padding: 20px 20px 24px;
    margin: 0 !important;
    border-bottom: 4px solid #1F5AA5;
    color: #524b39;
}

.style_box .inner {
    padding: 30px 40px;
}

.style_box .inner .title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px !important;
    padding-left: 20px;
    position: relative;
}

.style_box .inner .title:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 10px;
}

@media screen and (max-width:767px) {
    .style_box .inner {
        padding: 25px;
    }
}


/*--------------------------------------
before after
--------------------------------------*/

.before_after li {
    float: left;
    width: 46%;
    position: relative;
    text-align: center;
}

.before_after li:first-child:after {
    display: block;
    content: "";
    border-left: 15px solid #1F5AA5;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
    bottom: 50%;
    right: -11%;
    margin-bottom: -20px;
}

.before_after li:last-child {
    float: right;
}

@media screen and (max-width:767px) {
    .before_after li {
        float: none;
        width: 100%;
    }
    .before_after li:first-child:after {
        border-left: 20px solid transparent;
        border-top: 15px solid #ea9041;
        border-right: 20px solid transparent;
        border-bottom: none;
        bottom: -34px;
        right: 50%;
        margin-bottom: 0;
        margin-right: -20px;
    }
    .before_after li:last-child {
        float: none;
        margin-top: 50px;
    }
}


/*--------------------------------------
* anchorlinks
--------------------------------------*/

.anchorlinks {
    background: #edfbff;
    padding: 25px 35px !important;
    list-style: none;
    margin-left: 0 !important;
}

.anchorlinks li {
    position: relative;
    width: auto;
    display: inline-block;
    padding-left: 16px;
    margin: 5px 30px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
}

.anchorlinks li a {
    color: #333333;
}

.anchorlinks li a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #1F5AA5;
    -webkit-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
}

.anchorlinks li a:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.anchorlinks li a:hover {
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .anchorlinks li {
        width: 100%;
        display: block;
        margin: 5px 0;
    }
}


/*--------------------------------------
* qa
--------------------------------------*/

.qa_list dt,
.qa_list dd {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.qa_list .num {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
}

.qa_list dt .num span {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
}

.qa_list dd .num span {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e6af87;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
}

.qa_list .txt {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.qa_list dt .txt {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #333;
}


/* =====================================
■ブログ
===================================== */


/*--------------------------------------
POSTS
--------------------------------------*/

#posts {
    float: left;
    width: 65%;
}

#blogDetail,
#blogList {
    margin-top: 40px;
    margin-bottom: 103px;
    min-height: 850px;
}


/*　blogList　*/

#blogList .post {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 35px;
}

.posts_list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #CDCDCE;
}

.posts_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.post .category a,
.posts_list .category a {
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
    display: inline-block;
    min-width: 107px;
    height: 25px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
    line-height: 23px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.post .category a:before,
.posts_list .category a:before {
    font-size: 10px;
    margin-right: 7px;
    vertical-align: baseline;
}

.post .category a.blog:hover,
.posts_list .category a.blog:hover {
    background: #8cc856;
}

.posts_list li .post-image {
    position: relative;
    overflow: hidden;
    padding-top: 57%;
    margin-bottom: 20px;
}

.posts_list li .post-image .images {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.posts_list li .post-image a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.posts_list li .post-image a:hover {
    opacity: 0.8;
}

.posts_list li .post-image a span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.posts_list li .post-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.posts_list h3 {
    font-weight: 600;
    color: #4E4944;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.posts_list .excerpt {
    color: #72706E;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    letter-spacing: 0;
}


/*　blogDetail　*/

#blogDetail .post {
    color: #0F0E0E;
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 35px;
}

#blogDetail .post-header {
    padding: 0px;
    margin-bottom: 25px;
}

#blogDetail .post-header h2 {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

#blogDetail .post-header .post-meta {
    margin-bottom: 45px;
}

#blogDetail .post-header .post-meta li.date {
    margin-top: 22px;
}

.post .date,
.posts_list .date {
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
    font-size: 10px;
    letter-spacing: 0;
}

.post .date span,
.posts_list .date span {
    margin-left: 10px;
}

.post .date span:before,
.posts_list .date span:before {
    font-size: 9px;
    margin-right: 5px;
}

.post .date span a,
.posts_list .date span a {
    vertical-align: baseline;
}

.post .date span a:hover,
.posts_list .date span a:hover {
    text-decoration: underline;
}

.post-content {
    overflow: hidden;
    line-height: 2.3;
    letter-spacing: 0;
}

div#blogDetail .post-content img {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}

#blogDetail .post-content h2 {
    font-size: 22px;
    letter-spacing: 0;
    background: #e8e8e8;
    padding: 30px 10px 30px 28px;
    line-height: 1.5;
    border-top: 5px solid #f5c6b6;
    margin: 40px 0 30px;
}

#blogDetail .post-content h3 {
    font-size: 20px;
    letter-spacing: 0;
    border-bottom: 5px solid #f5c6b6;
    padding: 10px 0 12px 0;
    line-height: 1.5;
    margin: 30px 0 25px 0;
}

.bloginfo_box {
    display: table;
    width: 100%;
    background: #EBE9E7;
    margin-top: 60px;
}

.bloginfo_box .blog_name {
    display: table-cell;
    width: 50%;
    border-right: 1px solid #BFBEBD;
    box-sizing: border-box;
    padding: 29px 30px;
    vertical-align: middle;
}

.bloginfo_box .blog_name .icon-blog {
    display: block;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #373431;
    line-height: 1.6;
}

.bloginfo_box .blog_name .icon-blog:before {
    display: block;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.bloginfo_box .share_btn {
    display: table-cell;
    width: 50%;
    padding: 30px 10px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.bloginfo_box .share_btn li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.bloginfo_box .share_btn li:last-child {
    display: none;
}

.bloginfo_box .share_btn li a {
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
    line-height: 1;
}

.bloginfo_box .share_btn li a:before {
    color: #fff;
}

.bloginfo_box .share_btn .icon-facebook {
    background: #4967A3;
}

.bloginfo_box .share_btn .icon-facebook:hover {
    background: #587cc1;
}

.bloginfo_box .share_btn .icon-facebook:before {
    font-size: 26px;
    margin-top: 12px;
}

.bloginfo_box .share_btn .icon-line {
    background: #18BC01;
}

.bloginfo_box .share_btn .icon-line:hover {
    background: #1cde00;
}

.bloginfo_box .share_btn .icon-line:before {
    font-size: 29px;
    margin-top: 11px;
}

.bloginfo_box .share_btn .icon-twitter {
    background: #11BBEF;
}

.bloginfo_box .share_btn .icon-twitter:hover {
    background: #13C7FE;
}

.bloginfo_box .share_btn .icon-twitter:before {
    font-size: 24px;
    margin-top: 14px;
}

.bloginfo_box .share_btn .icon-google {
    background: #E05C4F;
}

.bloginfo_box .share_btn .icon-google:hover {
    background: #fb7468;
}

.bloginfo_box .share_btn .icon-google:before {
    font-size: 20px;
    margin-top: 15px;
}


/* navigation */

.navigation {
    overflow: hidden;
    margin-top: 52px;
}

.navigation:after {
    content: "";
    display: table;
    clear: both;
}

.navigation .prev {
    float: left;
    width: 100px;
}

.navigation .next {
    float: right;
    width: 100px;
}

.navigation a {
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: #BFBEBD;
    color: #373431;
    line-height: 40px;
    letter-spacing: 0.1em;
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.navigation a:hover {
    color: #fff;
}

.navigation .prev a span {
    padding-left: 8px;
}

.navigation .next a span {
    padding-right: 8px;
}

.navigation .prev a span:before {
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}

.navigation .next a span:before {
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}

.navigation ul {
    display: flex;
    max-width: 200px;
    margin: 0 auto;
}

.navigation li {
    display: flex;
    margin: 0 1px 0 2px;
    width: 30px;
}


/* pagination */

.pagination {
    overflow: hidden;
    position: relative;
    padding-top: 52px;
    border-top: 1px solid #72706E;
}

.pagination ul {
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    width: 30px;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

.pagination ul li a,
.pagination ul li span.dots {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: #BFBEBD;
    color: #373431;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.pagination ul li span.dots {
    background: none;
}

.pagination ul li a:hover {
    color: #fff;
}

.pagination ul li span.current {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.pagination ul li .prev {
    display: block;
    width: 100px;
    position: absolute;
    left: 0;
    top: 52px;
    padding-left: 8px;
    box-sizing: border-box;
}

.pagination ul li .next {
    display: block;
    width: 100px;
    position: absolute;
    right: 0;
    top: 52px;
    padding-right: 8px;
    box-sizing: border-box;
    font-weight: bold;
}

.pagination ul li .prev span:before {
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}

.pagination ul li .next span:before {
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}

@media screen and (max-width: 1000px) {
    .posts_list li {
        width: 48%;
        margin-left: 4%;
    }
    .posts_list li:nth-child(2n+1) {
        margin-left: 0;
    }
    .posts_list h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .bloginfo_box .share_btn li {
        margin: 0 3px;
    }
    .bloginfo_box .share_btn li a {
        width: 40px;
        height: 40px;
    }
    .bloginfo_box .share_btn .icon-facebook:before {
        font-size: 22px;
        margin-top: 9px;
    }
    .bloginfo_box .share_btn .icon-line:before {
        font-size: 25px;
        margin-top: 8px;
    }
    .bloginfo_box .share_btn .icon-twitter:before {
        font-size: 20px;
        margin-top: 11px;
    }
    .bloginfo_box .share_btn .icon-google:before {
        font-size: 16px;
        margin-top: 12px;
    }
    .posts_list h3 {
        font-size: 13px;
    }
    .recentBox li h3 a {
        font-size: 11px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 767px) {
    #posts {
        float: none;
        width: 100%;
    }
    .posts_list li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    #blogDetail .post-header {
        margin-bottom: 20px;
    }
    #blogDetail .post-header h2 {
        font-size: 22px;
    }
    #blogDetail .post-header li.category,
    #blogDetail .post-header .post-meta li.date {
        float: none;
    }
    div#blogDetail .post-content img {
        padding: 25px 0;
    }
    .bloginfo_box {
        display: block;
    }
    .bloginfo_box .blog_name {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #BFBEBD;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
    }
    .bloginfo_box .blog_name .icon-blog {
        display: inline-block;
        text-align: left;
    }
    .bloginfo_box .share_btn {
        display: block;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
    }
    .navigation {
        margin-top: 35px;
    }
    .navigation ul {
        clear: both;
        padding-top: 20px;
    }
    .pagination {
        padding-top: 95px;
    }
    .pagination ul li .prev,
    .pagination ul li .next {
        top: 30px;
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    #blogDetail .post-header h2 {
        font-size: 16px;
        line-height: 1.4;
    }
    div#blogDetail .post-content img {
        padding: 15px 0;
    }
    #blogDetail .post-content h2 {
        font-size: 20px;
        padding: 26px 5px 26px 20px;
        line-height: 1.4;
        margin: 35px 0 30px;
    }
    #blogDetail .post-content h3 {
        font-size: 19px;
    }
    .posts_list h3 {
        font-size: 14px;
    }
}


/* =====================================
■  新着情報
===================================== */

.category #newsList,
.single #newsDetail {
    background: #fff;
    padding: 60px 0 80px;
    min-height: 600px;
}

.news_section .elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.news_section .h2Wrap h2 {
    display: none;
}

.titleBg h2 {
    font-size: 24px;
    text-align: left;
    background: #cadb75;
    color: #fff;
    letter-spacing: 0.38em;
    line-height: 1.2 !important;
    padding: 24px 20px 25px 32px!important;
    border-bottom: 2px solid #fff;
    margin-bottom: 0 !important;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.titleBg h2:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 77px;
    right: 108px;
    top: 0;
}

#newsList,
#newsDetail {
    min-height: auto;
    max-width: 1040px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    background: #fff;
    margin-top: 45px;
    border-bottom: 1px solid #707070;
}

.elementor-element.elementor-element-3939ae2f.titleBg.mb01.elementor-widget.elementor-widget-heading {
    margin-bottom: 0 !important;
    position: relative;
}

.news_more {
    position: absolute !important;
    content: "";
    top: 29px;
    right: 27px;
    z-index: 1;
}

.news_more a {
    text-decoration: underline !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0.15em;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

.news_more a:hover {
    text-decoration: none !important;
}

.news_section .tar a {
    display: none;
}


/*--------------------------------------
新着情報一覧
--------------------------------------*/

#newsList dl {
    padding: 0 26px 35px 0;
}

#newsList dl dt {
    line-height: 28px;
    letter-spacing: 0em;
    font-size: 12px;
    margin-right: 34px;
}

/*#newsList dl dt:after {
    content: "NEW";
    color: #fff;
    background: #FF8383;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 2px 5px 2px 7px;
    margin-left: 30px;
    position: relative;
    top: -2px;
}*/

#newsList dl dd {
    line-height: 1.6;
}

#newsList dl dd a {
    letter-spacing: 0.15em;
    font-size: 14px;
}

#newsList dl dd a:hover {
    text-decoration: underline;
}


#newsList dl dt .newsLabel {
    display: inline-block;
    width: 35px;
    height: 14px;
    border-radius: 10px;
    line-height: 14px;
    background: #FEA6CC;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0.1em;
    padding: 0;
    text-indent: 0;
    text-align: center;
    margin: -3px 0 0 20px;
    vertical-align: middle;
    font-weight: normal;
}

.news_link {
    position: absolute;
    top: -44px;
    right: 46px;
}

@media screen and (max-width: 1000px) {
    .titleBg h2 {
        padding: 24px 20px 25px 20px!important;
        letter-spacing: 0.2em;
    }
}

@media screen and (max-width: 767px) {
    #newsList,
    #newsDetail {
        max-width: 580px;
    }
    #newsList dl {
        display: block;
    }
    #newsList dl:after {
        max-width: none;
    }
    .newsList dl dd a {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 480px) {
    .titleBg h2 {
        padding: 24px 10px 25px 10px!important;
        letter-spacing: 0.2em;
    }
    #newsList dl {
        padding: 18px 10px 18px;
    }
    .titleBg h2:after {
        right: 71px;
    }
    .news_more {
        right: 14px;
        top: 32px;
    }
    .news_more a {
        font-size: 13px !important;
        letter-spacing: 0.05em;
    }
}


/*--------------------------------------
詳細記事
--------------------------------------*/

#newsDetail h3 {
    font-size: 24px;
    color: #574f4f;
    letter-spacing: 0.18em;
    line-height: 1.4;
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 20px;
}

#newsDetail h3:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 14px solid #6f87a3;
    border-left: 14px solid transparent;
    position: absolute;
    left: 2px;
    top: 10px;
}

#newsDetail h3:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid #96a8bf;
    border-right: 14px solid transparent;
    position: absolute;
    left: 2px;
    top: 10px;
}


/* =====================================
■サイトマップ
===================================== */

#menu-sitemap {
    list-style: none;
}

#sitemap_list,
#menu-sitemap {
    margin: 0 auto !important;
    background: none !important;
}

#sitemap_list li,
.sitemap_list li,
#menu-sitemap li {
    border-bottom: 1px dashed #ccc;
    line-height: 1.4 !important;
    position: relative;
    margin: -1px 0 0 !important;
}

.sitemap_list li:first-child,
#menu-sitemap li {
    border-top: 1px dashed #ccc;
}

#sitemap_list li:before,
.sitemap_list li:before,
#menu-sitemap li:before {
    position: absolute;
    content: '';
    display: block;
    background: #37bcec;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 25px;
}

#sitemap_list li a,
.sitemap_list li a,
#menu-sitemap li a {
    display: block;
    padding: 19px 40px 15px 20px !important;
    position: relative;
    box-sizing: border-box;
    background: none !important;
}

#sitemap_list li a:after,
.sitemap_list li a:after,
#menu-sitemap li a:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -5px;
}

#sitemap_list li a:hover,
.sitemap_list li a:hover,
#menu-sitemap li a:hover {
    color: #64D1F2;
}

@media screen and (max-width: 480px) {
    .step_list {
        width: 270px;
    }
    .step_list li {
        width: 70px;
        margin-left: 30px;
        font-size: 16px;
    }
    .step_list li span:after {
        width: 60px;
    }
    .inquiryForm_message .step_catch {
        font-size: 12px;
        letter-spacing: 0;
    }
    .inquiryFormTable .btBox input[type="submit"],
    .inquiryFormTable .wpcf7-back {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
}

.txt_link,
.txt_color {
    color: #fd548e!important;
}

.mt30 {
    margin-top: 30px;
}

.img-left .elementor-image-box-img {
    float: left;
    margin: 0 20px 20px 0 !important;
}

.column2 .elementor-row {
    justify-content: space-between;
}

.column2 .elementor-row .elementor-column.elementor-col-50 {
    width: 49%
}

@media screen and (max-width: 767px) {
    .img-left .elementor-image-box-img {
        width: 100% !important;
        float: none;
        margin: 0 auto 20px !important;
    }
    .column2 .elementor-row .elementor-column.elementor-col-50+.elementor-column.elementor-col-50 {
        margin-top: 20px;
    }
    .column2 .elementor-row .elementor-column.elementor-col-50 {
        width: 100%;
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    h2.elementor-heading-title {
        padding: 19px 30px 5px 24px !important;
    }
    h3.elementor-heading-title,
    h3.elementor-image-box-title {
        padding: 9px 0 9px !important;
    }
    h4.elementor-heading-title {
        margin-bottom: 20px;
    }
    h4.elementor-heading-title::before {
        top: 4px;
    }
    .flowList .flow_title span {
        line-height: 45px;
        margin-top: -9px;
    }
    .flowList .flow_title {
        padding: 33px 22px 18px 34px;
    }
    .title-holder .container h1,
    .title-holder .container h2,
    .under_mainimage .container h1{
        padding: 18px 5px 0px;
    }
}