@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.3
*/
/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#content {
    min-height: 600px;
    padding: 63px 0 100px;
}
.home #content {
    padding: 0;
}
/*--------------------------------------
	title holder
--------------------------------------*/
.title-holder {
    display: table;
    width: 100%;
    height: 300px;
    padding-top: 88px;
}
.title-holder .title-holder__inner {
    display: table-cell;
    padding: 120px 0;
    position: relative;
    background: url("../img/mainimage_bg.jpg") no-repeat center;
    background-size: cover;
}
.title-holder .title-holder__inner::before, .title-holder .title-holder__inner::after {
    content: "";
    position: absolute;
    z-index: 2;
    max-width: 557px;
    height: 50%;
    max-height: 123px;
    width: 40%;
}
.title-holder .title-holder__inner::before {
    background: url("../img/mainimage_deco01.png") no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.title-holder .title-holder__inner::after {
    background: url("../img/mainimage_deco02.png") no-repeat center;
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
}
.title-holder .container h1, .title-holder .container h2 {
    font-size: 40px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
        font-weight: 700;
}
.title-holder .container {
    max-width: 1080px;
}
.title-holder .container h1 span {
    line-height: 1.8;
    font-size: 63px;
    text-transform: uppercase;
}
.title-holder .container h1 small {
    font-size: 20px;
    display: block;
    color: #707070;
    padding-left: 5px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
    .title-holder {
        height: 140px;
        background-size: cover;
        padding-top: 60px;
    }
    .title-holder .title-holder__inner {
        padding: 100px 0;
    }
    .title-holder .container h1, .title-holder .container h2 {
        font-size: 6.5vw;
        line-height: 1.6;
    }
    .title-holder .container h1 span {
        font-size: 50px;
    }
    .title-holder .container h1 small {
        font-size: 18px;
    }
    .title-holder .title-holder__inner::before {}
    .title-holder .title-holder__inner::after {}
    .title-holder .title-holder__inner::before, .title-holder .title-holder__inner::after {
    height: 30%;
    max-height: 123px;
    width: 53%;
    }
}
/*--------------------------------------
	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: 14px;
    letter-spacing: 0.1em;
    color: #003F73;
    font-weight: 700;
}
#bread li + li::before {
    content: ">";
    padding-right: .3em;
}
#bread li a {
vertical-align: baseline;
    text-decoration: underline;
    color: #77716C;
    font-weight: 700;
}
#bread li a:hover {
    text-decoration: none;
}

@media screen and (max-width:767px) {
 #bread li {
    font-size: 12px;
} 
}

/*--------------------------------------
	titles
--------------------------------------*/
/* h2 */
h2.elementor-heading-title {
    text-align: left;
    font-size: 28px;
    line-height: 44px !important;
    letter-spacing: 0.12em;
    color: #fff;
    font-weight: 700;
    padding: 40px 40px 40px 70px !important;
    position: relative;
    background-color: #003F73;
    margin-bottom: 30px;
    /*
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
*/
}
h2.elementor-heading-title::after {
    content: "";
    background: #006EB2;
    opacity: .8;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    max-height: 64px;
    -webkit-clip-path: polygon(100% 20%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 20%, 0% 100%, 100% 100%);
    max-width: 347px;
    height: 50%;
}
h2.elementor-heading-title small {
    font-size: 14px;
    display: block;
    line-height: 1.5;
    padding-top: 8px;
    letter-spacing: 0.1em;
}
h2.elementor-heading-title::before {
    /*
	content: '';
    height: 4px;
    background: #9B6A6A;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .7;
	z-index: 2;
*/
}
.under_title_h3 h3,
h3.elementor-heading-title {
    font-size: 28px;
    line-height: 38px !important;
    letter-spacing: 0.12em;
    position: relative;
    padding: 15px 30px 25px 65px !important;
    color: #003F73;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #6DB597;
    /*
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
*/
}
.under_title_h3 h3::before,
h3.elementor-heading-title::before {
    content: "";
    display: block;
    background: url(../img/icon_h3.png) no-repeat;
    background-size: 100% auto;
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 10px;
    left: 0;
}
h3.elementor-heading-title::before, h3.elementor-heading-title::after {
    /*
	content: '';
	position: absolute;
	left: 0px;
	top: 0;
	border-left: 9px solid #69594A;
	bottom: 0px;
*/
}



h3.elementor-heading-title::after {
    border-left: 9px solid #DAC8B7;
    top: auto;
    bottom: 5px;
    display: none;
}

.under_title_h4 h4,
h4.elementor-heading-title {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.2 !important;
    color: #212121;
    padding: 10px 0 20px 50px !important;
    position: relative;
    font-weight: 700;
    /*
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
*/
}
.under_title_h4 h4::before,
h4.elementor-heading-title::before {
    content: '';
    position: absolute;
    top: 13px;
    background: #4DA580;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    left: 0px;
    z-index: 1;
}

.under_title_h5 h5,
h5.elementor-heading-title {
/*
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
*/
    font-weight: 700;
    color: #22201E;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.8;
    letter-spacing: 0;
    padding-left: 35px;
    position: relative;
}
.under_title_h5 h5::before,
h5.elementor-heading-title::before {
    content: '';
    position: absolute;
    top: 10px;
    background: #4DA580;
    width: 16px;
    height: 16px;
    left: 4px;
    z-index: 1;
}
@media screen and (max-width:767px) {
    h2.elementor-heading-title {
        font-size: 24px;
        line-height: 32px !important;
        padding: 35px 20px 35px 20px !important;
        margin-bottom: 25px;
        letter-spacing: 0;
    }
    h2.elementor-heading-title::before {
        height: 4px;
    }
    .under_title_h3 h3,
    h3.elementor-heading-title {
        font-size: 23px;
        line-height: 32px !important;
        padding: 15px 30px 15px 40px !important;
        margin-bottom: 15px;
        letter-spacing: 0;
    }
    .under_title_h3 h3::before,
    .under_title_h3 h3::after,
    h3.elementor-heading-title:before, h3.elementor-heading-title:after {
        bottom: 10px;
        width: 40px;
        height: 40px;
    }
    .under_title_h4 h4,
    h4.elementor-heading-title {
        font-size: 22px;
        padding: 10px 0 10px 30px !important;
    }
    .under_title_h4 h4::before,
    h4.elementor-heading-title::before {
        width: 18px;
        height: 18px;
        left: 0px;
        top: 15px;
    }
    .under_title_h5 h5,
    h5.elementor-heading-title {
        padding-left: 30px;
    }
}
/*--------------------------------------
	btn

--------------------------------------*/
.btn {
    display: inline-block;
}
.btn a {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 55px 12px 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
    background: url(../img/top/bnr_bg01.png) repeat-y top center;
    background-size: 100% auto;
    font-size: 20px;
}
.btn a::after {
    content: "";
    position: absolute;
    background: url(../img/icon_aoutlined.svg) no-repeat center;
    background-size: 100% auto;
    width: 12px;
    height: 24px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.btn a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .btn {
        display: block;
    }
    .btn a {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
}
/* elementor btn */
.btn.elementor-widget-button a.elementor-button {
    display: inline-block;
    width: 100%;
    margin: initial;
}
.btn a.elementor-button.elementor-size-xs {
    max-width: 200px;
}
.btn a.elementor-button.elementor-size-sm {
    font-size: 16px;
    max-width: 250px;
}
.btn a.elementor-button.elementor-size-md {
    font-size: 18px;
    max-width: 300px;
}
.btn a.elementor-button.elementor-size-lg {
    font-size: 21px;
    max-width: 350px;
}
.btn a.elementor-button.elementor-size-xl {
    max-width: initial;
}
@media screen and (max-width: 767px) {
    .btn a {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .btn a.elementor-button.elementor-size-lg {
        font-size: 20px;
        max-width: 300px;
    }
}
/*-----------------------------------------------------------
■ 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%;
    text-align: center;
    color: #363636;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    font-display: swap;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
}
table.timetable thead td, table.timetable thead th {
    background: #06B2DC;
    color: #fff;
    font-weight: 500;
}
table.timetable thead th, table.timetable thead td, table.timetable tbody th {}
table.timetable thead td {
    width: 9%;
}
table.timetable tbody td:last-child, table.timetable thead td:last-child {}
table.timetable th {
    width: 20%;
    /*	border-right: 1px solid #7EB96A;*/
    text-align: left;
    padding-left: 5%;
}
table.timetable th, table.timetable td {
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 500;
}
table.timetable tbody tr th, table.timetable tbody tr td {
    /*	border-top: 1px solid #968851;*/
}
table.timetable tbody tr td {
    color: #06B2DC;
}
table.timetable tbody tr td span {
    font-size: 25px;
}
@media screen and (max-width: 767px) {
    table.timetable thead tr th, table.timetable thead tr td {
        padding: 10px 6px;
        font-size: 13px;
    }
    table.timetable thead tr th {
        padding-left: 5%;
    }
    table.timetable {
        font-size: 16px;
    }
    table.timetable th {}
    table.timetable th, table.timetable td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    table.timetable tbody tr:first-child th, table.timetable tbody tr:first-child td {
        padding-top: 14px;
        padding-bottom: 0;
    }
    table.timetable tbody td:last-child, table.timetable thead td:last-child {}
    table.timetable tbody tr:last-child td {}
    table.timetable tbody tr th, table.timetable tbody tr td {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    table.timetable {
        font-size: 14px;
    }
}
/*--------------------------------------
	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;
    background: #F3FEF9;
    font-weight: 500;
}
.frame-box h3 {
    position: relative;
    padding: 0 0 15px 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.06em;
    color: #22201E;
    border-bottom: 1px solid #FF9AA2;
}
.frame-box h3::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #FF9AA2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.frameH.frame-box {
    border: none;
    background: #F9F8F7;
}
.frameH.frame-box h3 {
    border-bottom: none;
    font-size: 20px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
}
.frameH.frame-box h3::before {
    background: #3A7C9F;
    width: 15px;
    height: 15px;
    border-radius: 0;
    top: 10px;
}
.frameH.frame-box .list_C {
    padding-left: 10px;
}
.frameH.frame-box .list_C li::before {
    background: #94C789;
}
.frameI {
    padding: 0 !important;
    background: none;
}
.frameI.frame-box h3 {
    border-bottom: 1px solid #F09586;
}
.frameI.frame-box h3::before {
    background: #F09586;
}
@media screen and (max-width: 767px) {
    .frame-box {
        padding: 5%;
    }
    .frame-box h3 {
        font-size: 18px;
        line-height: 29px;
        padding: 0 0 10px 25px;
        margin-bottom: 15px;
    }
    .frameH.frame-box h3 {
        font-size: 18px;
    }
    .frame-box h3::before {
        width: 13px;
        height: 13px;
        top: 7px;
    }
    .frameH.frame-box {
        border: none;
    }
}
/*--------------------------------------
	Q&A
--------------------------------------*/
.qa .qa__block {
    border-bottom: 1px solid #CBCAC9;
}
.qa .qa__block + .qa__block {
    margin-top: 15px;
}
.qa__block dt, .qa__block dd {
    position: relative;
}
.qa__block dt {
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
    padding: 30px 60px 18px 75px;
    color: #07438A;
    font-weight: 700;
}
.qa__block dt:before {
    content: 'Q';
    font-size: 31px;
    position: absolute;
    top: 20px;
    left: 0px;
    color: #07438A;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #07438A;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}
.qa__block dt:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 18px 30px 0 30px;
    border-color: #06B2DC transparent transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.qa__block dt.open:after {
    background: url(../img/icon_plus.png) no-repeat bottom center;
    background-size: 100% auto;
}
.qa__block dd {
    padding: 25px 60px 35px 75px;
    position: relative;
    font-weight: 700;
}
.qa__block dd::before {
    content: 'A';
    font-size: 31px;
    position: absolute;
    top: 20px;
    left: 0px;
    color: #4DA580;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #4DA580;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}
.qa__block dd p {}
@media screen and (max-width: 767px) {
    .qa__block dt, .qa__block dd {}
    .qa__block dt {
        font-size: 20px;
        padding: 30px 0px 18px 75px;

    }
    .qa__block dt:before {
        left: 0px;
    }
    .qa__block dd:before, .qa__block dt:before {
        font-size: 25px;
    }
    .qa__block dd:before {
        left: 0px;
        top: 40px;
    }
    .qa__block dd {
        padding: 25px 0px 30px 75px;
    }
}
.melit .box {
    border-radius: 20px;
    padding: 45px 50px;
}
.melit .box .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
    color: #22201E;
}
.melit .box .ttl:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #8DD0CC;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}
.melit .box ul li {
    position: relative;
    line-height: 24px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    padding-left: 30px;
}
.melit .box ul li:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #FFD166;
    position: absolute;
    left: 0;
    top: 8px;
}
.melit .box ul li + li {
    margin-top: 13px;
}
.melit .box1 {
    background: #FDF9F0;
    border-radiust: 20px;
}
.melit .box2 {
    background: #F1F0F7;
}
@media screen and (max-width: 767px) {
    .melit .box {
        padding: 25px;
    }
    .melit .box .ttl {
        font-size: 18px;
        padding-left: 25px;
    }
    .melit .box ul li {
        padding-left: 25px;
    }
}
/*--------------------------------------
	flow
--------------------------------------*/
.flow > li {
    position: relative;
    padding: 30px;
    margin-bottom: 35px;
    background: #FDF9F0;
}
.flow > li:last-child {
    margin-bottom: 0;
}
.flow > li::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 18px 30px 0 30px;
    border-color: #06B2DC transparent transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.flow li:after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}
.flow > li:last-child::before {
    display: none;
}
.flow .flow__title {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 15px;
    color: #22201E;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
}
.flow .flow__title span {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: top;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    background: #06B2DC;
}
.flow p.photo {
    float: right;
    width: 30%;
    overflow: hidden;
    border-radius: 0px;
    margin: 0 0 20px 20px !important;
}
@media screen and (max-width: 767px) {
    .flow p.photo {
        float: none;
        width: 100%;
        border-radius: 5px;
        margin: 0 0 20px 0px !important;
    }
}
/*--------------------------------------
	post box
--------------------------------------*/
.post-box {
    margin: 30px auto 0 auto;
}
.post-box__header {
    position: relative;
    padding: 0 0 28px;
    border-bottom: 1px solid rgb(78, 71, 62);
}
.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 {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 13px;
    color: #72706E;
}
.post-box dl dt .new-label {
    display: inline-block;
    width: 37px;
    height: 13px;
    padding: 0;
    margin: -2px 0 0 10px;
    vertical-align: middle;
    line-height: 13px;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0;
    text-indent: 0;
    text-align: center;
    color: #fff;
    background: #B09DC8;
}
.post-box dl dd a:hover {
    text-decoration: underline;
}
/*--------------------------------------
two columns table
--------------------------------------*/
.table_B th, .table_B td {
    vertical-align: top;
    line-height: 1.6;
    font-weight: 700;
}
.table_B tr:last-child th {
    border-bottom: 1px solid #07438A;
}
.table_B th {
    width: 40%;
    padding: 15px 0px 15px 24px;
    border-bottom: 1px solid #fff;
    background: #07438A;
    color: #fff;
    border-top: 1px solid #07438A;
}
.table_B.color2 th {
    border-color: #06B2DC;
}
.table_B td {
    padding: 15px 24px 15px;
    border: 1px solid #07438A;
    width: 60%;
}
@media screen and (max-width:767px) {
    .table_B td, .table_B th {
        padding: 13px 10px 12px 14px;
    }
}
.square-list li {
    position: relative;
    padding-left: 32px;
}
.square-list li:before {
    content: '';
    width: 21px;
    height: 18px;
    background: #F29801;
/*    background: url(../img/icon_check.png) no-repeat;*/
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 7px;
}
.googlemap {
    position: relative;
    height: 350px;
}
.googlemap iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*--------------------------------------
	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;
    transform: rotate(45deg);
}
/*--------------------------------------
* anchorlinks
--------------------------------------*/
.link_A {
    background: #E0FBFA;
    padding: 40px 20px 40px 60px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: left;
    margin-bottom: 40px;
}
.link_A.link_QA li,
.link_A.link_QA {
    display: block;
}

.link_A li {
    position: relative;
    display: inline-block;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
    margin-right: 27px;
}
.link_A li a {
    color: #212121;
    border-radius: 30px;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    padding: 5px 0;
    font-weight: 700;
    position: relative;
}
.link_A li a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: -18px;
    display: block;
    background: url("../img/anchor_icon.svg") no-repeat center;
    background-size: 100% auto;
    width: 13px;
    height: 18px;
    transition-duration: .6s;
}
.link_A li a:hover:before {
    transform: rotate(90deg);
}
.link_A li a:hover {
    text-decoration: none;
}
@media screen and (max-width:1000px) {
    .link_A li {}
}
@media screen and (max-width:767px) {
    .link_A {
        padding: 20px 10px 20px 40px;
        gap: 10px;
    }
    .link_A li {
        width: 100%;
        display: block;
        min-width: 140px;
        margin-right: 0;
        
    }
    .link_A li a:before {
        margin-top: -8px;
        right: 8px;
        width: 9px;
        height: 14px;
        left: -17px;
    }
}
@media screen and (max-width:450px) {
    .link_A li {
        width: 100%;
        margin-right: 0px;
    }
}
/*--------------------------------------
	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 {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 13px;
    color: #72706E;
}
.post-box dl dt .new-label {
    display: inline-block;
    width: 37px;
    height: 13px;
    padding: 0;
    margin: -2px 0 0 10px;
    vertical-align: middle;
    line-height: 13px;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0;
    text-indent: 0;
    text-align: center;
    color: #fff;
    background: #063B73;
}
.post-box dl dd a:hover {
    text-decoration: underline;
}
/*-----------------------------------------------------------
■ 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 {
    position: absolute;
    left: 0;
    top: 0;
    margin: 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: #05649c;
}
.post .category a:hover,
.posts__list .post__category a:hover {
	opacity: 0.8;
}
.post .category a.news,
.posts_list .category a.news {
	background: #05649c;
}
.post .category a.news:hover,
.posts_list .category a.news:hover {
	opacity: 0.8;
}
/* .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: #354fa8;
}
.post .post__category a.news:hover, .posts__list .post__category a.news:hover {
    background: #4560bd;
} */
.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 .images > span {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 54%;
}
.posts__list li .post__image .images > span span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: ease-in-out .2s;
}
.posts__list li a:hover .post__image .images > span span {
    transform: scale(1.1);
}

.posts__list li .post__image span.noimage {
/*     overflow: hidden;
    line-height: 0;
    text-indent: 100%; */
	background-image: url(/wp-content/uploads/noimage.png);
}
.posts__list h3 {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
}
.posts__list h3 a:hover {
    color: #003F73;
}
.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: #003F73;
}
.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: #003F73;
}
.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: #EBE9E7;
}
.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: #94C789;
}
.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: #94C789;
}
.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: flex;
    max-width: 200px;
    margin: 0 auto;
}
.navigation li {
    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: #aedaff;
}
.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: #aedaff;
}
.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;
    margin-bottom: -6px;
    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: #EBE9E7;
}
.blogside .search-box .icon-search::before {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    color: #94C789;
}
.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;
    transition: all .3s ease;
}
.blogside .category-box ul li a span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    color: #373431;
    transition: all .3s ease;
}
.blogside .category-box ul li a:hover, .blogside .category-box ul li a:hover span {
    color: #003F73;
}
/*--------------------------------------
	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 > span {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 1;
}
.recent-box li .recent-box__thumbnail > span span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
}
.recent-box li a:hover .recent-box__thumbnail > span span {
    transform: scale(1.1);
}
.recent-box li .recent-box__thumbnail span.noimage {
	background-image: url(/wp-content/uploads/noimage.png);
}
.recent-box li h3 a {
    color: #373431;
    transition: all .3s ease;
}
.recent-box li h3 a:hover {
    color: #003F73;
}
.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;
    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: #003F73;
}
.archive-box ul li p::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #003F73;
    border-bottom: 1px solid #003F73;
    transform: rotate(-45deg);
}
.archive-box ul li p.acv_open::before {
    top: 1px;
    left: 2px;
    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: #373431;
}
.archive-box ul li a:hover {
    color: #003F73;
    font-weight: bold;
}
.archive-box ul li a:active {
    color: #003F73;
}
.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 {
    overflow: hidden;
}
.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: #003F73;
}
.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;
    transform: rotate(45deg);
    visibility: visible;
}
.sitemap > ul > li a:hover {
    color: #003F73;
}
/*-----------------------------------------------------------
 ■ 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;
	list-style: none;
}
.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: #94C789;
}
.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;
    speak: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	*/
}

/*
.inquiryFormTable .agreement_p1 input[type="checkbox"],
.inquiryFormTable .agreement_p1 input[type="radio"] {
-moz-opacity: 1;
    opacity: 1;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    position: relative;
    width: 21px;
}

.inquiryFormTable .agreement_p1 label {
	margin-left: 5px;
}
*/

.inquiryFormTable input[type="checkbox"] {
/* 	display: none; */
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
/* 	visibility: hidden;  */
	z-index: 999;
/* 	-webkit-appearance: none;
	background: none; */
	box-sizing: border-box;
}
.agreement_p,.step_catch2 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
/*

.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: flex;
    justify-content: 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;
}
.custom-wpcf7c-confirmed .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: #354FA8 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;
}
.custom-wpcf7c-confirmed .confirm_table input[type="text"], .custom-wpcf7c-confirmed .confirm_table input[type="tel"], .custom-wpcf7c-confirmed .confirm_table input[type="email"], .custom-wpcf7c-confirmed .confirm_table input[type="date"], .custom-wpcf7c-confirmed .confirm_table textarea, .custom-wpcf7c-confirmed .confirm_table select, .custom-wpcf7c-confirmed .confirm_table input[type="checkbox"] {
    display: none;
}
.custom-wpcf7c-confirmed .confirm_table .required, .custom-wpcf7c-confirmed .confirm_table .optional {
    display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label {
    display: none;
}
.custom-wpcf7c-confirmed .confirm_table span.comment {
    display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
    display: none;
}
.result_txt {
    display: block;
    word-break: break-all;
    white-space: pre-wrap;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
    padding-left: 0;
}
.custom-wpcf7c-confirmed .confirm_table dt, .custom-wpcf7c-confirmed .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;
    }
    .custom-wpcf7c-confirmed .confirm_table dt, .custom-wpcf7c-confirmed .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;
    }
}
/*--------------------------------------
リスト
--------------------------------------*/
.list_C li {
    position: relative;
    padding: 8px 0 8px 35px;
    list-style: none;
    font-weight: 700;
}
.circle_list li:before,
.list_C li:before {
    content: '';
    position: absolute;
    top: 14px;
    width: 20px;
    height: 20px;
    background: #4DA580;
    transform: rotate(45deg);
    left: 0px;
    z-index: 1;
}

.circle_list li {
	position: relative;
	padding: 0 0 0 25px;
    font-weight: 700;
}
.circle_list li:before {
    height: 14px;
    width: 14px;
    top: 7px;
}



.link_list .list_C li:before {
    
}

.boxC, .boxB {
    padding: 45px 50px;
}
.boxC .ttl {
    font-size: 20px;
    line-height: 27px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
    
}
.boxC .ttl:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #90E0E0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.boxC ul li {
    position: relative;
    line-height: 24px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    padding-left: 30px;
}
.boxC ul li:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #94C789;
    position: absolute;
    left: 0;
    top: 7px;
}
.boxC ul li + li {
    margin-top: 8px;
}
.boxC {
    border-radius: 20px;
    border: 2px solid #FF9AA2;
}
.boxC .ttl:before {
    background: #FF9AA2;
}
.boxC ul li:before {
    background: #F3A89A;
}
.boxC .photo {
    float: right;
    display: block !important;
    width: 30% !important;
    margin: 0 0 10px 20px !important;
    text-align: right;
}
.boxB {
    padding: 50px;
    border: none;
    background: #F9F8F7;
}
.boxB .list_C li {
    padding: 2px 0 2px 20px;
}
.boxB .list_C li:before {
    position: absolute;
    background: #06B2DC;
    top: 13px;
    left: 0;
    height: 11px;
    width: 11px;
    border-radius: 0;
}
.boxB p {
    margin-bottom: 20px;
}
.boxB p:last-child {
    margin-bottom: 0;
}
.boxB .ttl-s, .boxB .ttl {
    border-bottom: none;
    font-size: 20px;
    line-height: 29px;
    padding: 0 0 10px 25px;
    margin-bottom: 0;
    position: relative;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
}
.boxB .ttl-s::before, .boxB .ttl::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #06B2DC;
    transform: rotate(0deg);
    position: absolute;
    top: 8px;
    left: 0;
}
.boxB .ttl-s {
    font-size: 16px;
    padding-left: 25px;
    border-bottom: none;
    margin-bottom: 5px;
}
.boxB .ttl-s::before {
    transform: rotate(0);
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .boxB, .boxC {
        padding: 5%;
    }
    .boxB .ttl-s, .boxB .ttl, .boxC .ttl {
        font-size: 18px;
        padding-left: 25px;
    }
    .boxC ul li {
        padding-left: 25px;
    }
    .boxC .photo {
        float: none;
        width: 100% !important;
        margin: 0 auto 20px !important;
        text-align: center;
    }
    .boxB {
        border: 1px solid #000;
    }
}
.frame_E::after {
    content: "";
    background: #F3FEF9;
    position: absolute;
    top: -50px;
    left: -50%;
    right: -50%;
    bottom: -50px;
    z-index: -1;
}
.frame_E .frame-box {
    background-color: #FFFFFF;
}
.photo_C {
    border: 2px solid #191919;
    padding: 50px;
}
.photo_C .inside {
    color: #707070;
    font-size: 20px;
}
.photo_C .inside + .inside {
    margin-top: 40px;
}
.photo_C .inside .ttl {
    font-size: 20px;
    position: relative;
    border-bottom: 1px solid #C7C7C7;
    padding: 10px 30px;
    margin-bottom: 10px;
    line-height: 1.78;
}
.photo_C .inside .ttl::before {
    content: '';
    position: absolute;
    top: 19px;
    width: 15px;
    height: 15px;
    background: #BADCA2;
    transform: rotate(45deg);
    left: 0px;
    z-index: 1;
}
.photo_C .inside .elementor-image-box-img {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    width: 35% !important;
    margin-left: 0 !important;
}
.photo_C .btn-style {
    padding-top: 20px;
    text-align: right;
    color: #000;
}
@media screen and (max-width: 767px) {
    .photo_C {
        padding: 5%;
        border: 1px solid #000;
    }
    .photo_C .inside, .photo_C .inside .ttl {
        font-size: 16px;
    }
    .photo_C .inside + .inside {
        margin-top: 20px;
    }
    .photo_C .inside .elementor-image-box-img {
        float: none;
        width: 100% !important;
        margin: 0 auto 20px !important;
        text-align: center;
        padding-left: 0;
    }
    .photo_C .btn-style {
        text-align: center;
    }
}
.btn-style a {
    padding: 5px 30px;
    background: #06B2DC;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 11px;
    position: relative;
    border-radius: 24px;
    transition: all .4s ease;
}
.btn-style a.cl-grey {
    background: #504F4F;
}
.btn-style a:hover {
    opacity: .6;
}
.btn-style a::after {
    content: "";
    background: url(../img/icon_aoutlined.svg) no-repeat center;
    background-size: 100% auto;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
}
.photo_D {
    display: flex;
    justify-content: space-between;
}
.photo_D .elementor-col-33 {
    width: 31%;
    padding: 0;
    border: none;
    box-sizing: border-box;
}
.photo_D .elementor-col-33 p {
    margin-bottom: 0;
}
.photo_D .elementor-image {}
.photo_D .elementor-image img {
    width: 100% !important;
}
.photo_D .btn {
    margin-top: 20px;
}
.photo_D h4.elementor-heading-title {
    margin-bottom: 20px;
    letter-spacing: 0.01em;
}
.photo_D dl {
    padding-top: 20px;
}
.photo_D dl dt {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    color: #06B2DC;
}
.photo_D dl dd {}
.photo_D .photo_D02 {
    margin: 0 3%;
}
.photo_D .photo_D02 p {
    margin-bottom: 0;
}
.photo_D .num-t {
    padding-top: 22px;
    padding-left: 0;
}
.photo_D .num-t span {
    background: #06B2DC;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -22px;
    left: 50%;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    transform: translateX(-50%);
    display: block;
}
.photo_D .ttl {
    text-align: center;
    padding-top: 10px;
}
.photo_T .elementor-image {
    margin: 0 20px;
}
.photo_D01 .elementor-row {
    align-items: end;
}
.photo_D01 .ttl {
    text-align: center;
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
    .photo_D {
        display: block;
    }
    .photo_D dl dt {
        font-size: 20px;
    }
    .photo_D .elementor-col-33 {
        width: 100%;
        display: block;
        padding: 0;
        border: none;
    }
    .photo_D .photo_D02 {
        margin: 40px 0;
    }
    .photo_T .elementor-image {
        margin: 20px 20vw;
    }
}
.box_C {
    border: 2px solid #06B2DC;
    padding: 50px;
}
.box_C .list_C li:before {
    content: "";
    position: absolute;
    background: #06B2DC;
    top: 9px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 0%;
}
.box_C .list_C li li::before {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #06B2DC;
}
.box_C .list_C li li:first-child {
    padding-left: 0;
}
.box_C .list_C li li:first-child::before {
    display: none;
}
.circle_num {
    counter-reset: list-number;
}
.circle_num li {
    position: relative;
    list-style: none;
}
.circle_num li + li {
    margin-top: 10px;
}
.circle_num li:before {
    counter-increment: list-number;
    content: counter(list-number);
    margin-right: 10px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #063D5E;
    border-radius: 50%;
    color: #fff;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
}
.column2_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.column2_list ul {
    width: 48%;
}
.gray-cl li:before {
    background: #D7D7D7;
}
.browns-cl li:before {
    background: #063D5E;
}
@media screen and (max-width: 767px) {
    .box_C {
        border: 1px solid #191919;
        padding: 5%;
    }
    .column2_list {
        display: block;
    }
    .column2_list ul {
        width: 100%;
    }
}
.frame_D {
    border: 2px solid #191919;
    padding: 0 50px;
}
.frame_D h4 {
    border-bottom: 1px solid #191919;
    line-height: 1.8;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #22201E;
    padding-top: 50px;
}
.frame_D p {
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .frame_D {
        border: 1px solid #191919;
        padding: 5%;
    }
    .frame_D h4 {
        font-size: 18px;
        padding-top: 5%;
    }
    .frame_D p {
        padding-bottom: 5%;
    }
}
.frame_F .ttl::before {
    content: "";
    background: #5C5C5C;
    width: 15px;
    height: 15px;
    border-radius: 0;
    top: 8px;
    transform: rotate(0);
}
.frame_F .circle_num {
    margin-bottom: 30px;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 20px;
}
.frame_G {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.frame_G .frame_D {
    width: 49%;
    border-width: 3px;
    background: #CCBFBD;
    border-color: #CCBFBD;
    padding-bottom: 50px;
    padding-top: 50px;
}
.frame_G .frame_D h4 {
    border-color: #5C5C5C;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    padding-top: 0;
}
.frame_G .frame_D:first-child {
    border-color: #5C5C5C;
    background: none;
}
.frame_G .frame_D p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    .frame_G {
        display: block;
    }
    .frame_G .frame_D {
        width: 100%;
        border-width: 2px;
        padding-bottom: 5%;
        padding-top: 5%;
    }
    .frame_G .frame_D:first-child {
        margin-bottom: 30px;
    }
    .frame_G .frame_D h4 {
        padding-top: 0;
    }
}
.img_size img {
    width: auto !important;
    max-width: 100%;
}
.gallery_col4 .elementor-row {
    gap: 20px;
    align-items: center;
}
.slider-nav .slick-slide {
    margin: 5px;
    cursor: pointer;
}
.slider-nav .slick-current {
    opacity: .6;
}
.slider-for .slick-slide img {
    width: 100% !important;
}
.table_c thead {}
.table_c thead th {
    background: #063D5E;
    color: #fff;
    text-align: center;
    width: 50%;
    border-right: none;
    border-bottom: 1px solid #CBCAC9;
}
.table_c thead th:first-child {
    border-right: 1px solid #CBCAC9;
}
.table_c {
    border: 1px solid #CBCAC9;
}
.table_c th, .table_c td {
    font-weight: 500;
    padding: 10px 15px 7px;
}
.table_c th {
    width: 50%;
    background: #063D5E;
    border-right: 1px solid #B2B1B0;
    color: #fff;
}
.table_c tbody th {
    background: #fff;
    color: #22201E;
}
.table_c tr + tr th, .table_c tr + tr td {
    border-top: 1px solid #B2B1B0;
}
.fz-lg {
    font-size: 140%;
}
/*ADD*/
/*--------------------------------------
æ–‡ç« ãƒ»ç”»åƒ
--------------------------------------*/
.context_area .img_box img {
    float: right;
    width: 30% !important;
    margin: 0 0 10px 20px;
    display: block;
}
.context_area.img_l .img_box img {
    float: left;
    margin: 0 20px 10px 0;
}
.context_area .auto_img img {
    width: auto !important;
    display: block;
}
.text_box {
    overflow: hidden;
}
.img_column4 > li:first-child {
    margin-left: 0;
}
.img_column4 > li {
    width: 24%;
    float: left;
    margin-left: 1.3%;
    text-align: center;
}
.link_column2 > li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.link_column2 > li {
    width: 49%;
    float: left;
    margin: 20px 0 0 2%;
}
.link_ttl {
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 20px;
}
.link_ttl:before {
    background: url(../img/page/company/icon-right.gif) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    margin-top: -6px;
}
.link_ttl.last {
    font-size: 16px;
    line-height: 1.2;
}
.link_ttl.last span {
    font-size: 12px;
}
.link_ttl a {
    text-decoration: underline !important;
}
.link_ttl a:hover {
    color: #003F73;
}
.link_list_ttl {
    font-size: 18px;
    line-height: 1.4;
    color: #3b5998;
    margin-bottom: 5px;
}
.link_list2 {
    margin-top: 20px;
}
.link_list:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.link_list {
    width: 49%;
    float: left;
    margin-left: 2%;
}
@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%;
    }
    .link_column2 > li, .link_list {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .link_list:last-child {
        margin-bottom: 0;
    }
    .link_list {
        margin-bottom: 20px;
    }
}
/*--------------------------------------
ãƒ•ã‚©ãƒ³ãƒˆcolor
--------------------------------------*/
.txt_link {
    color: #003F73 !important;
    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;
}
/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
    list-style: none;
}
.anchorlinks li {
    line-height: 1.6;
}
.anchorlinks li a {
    text-decoration: underline;
    position: relative;
    padding-left: 12px;
    display: inline-block;
}
.anchorlinks li a:before {
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-right: 5px;
    text-indent: 0;
    content: "\e910";
    color: #0E376C;
    position: absolute;
    top: 4px;
    left: 0;
}
.anchorlinks li a:hover {
    color: #0E376C;
    text-decoration: underline;
}


/*--------------------------------------
医業支援
--------------------------------------*/
.bg_link_ttl a {
	display: block;
	position: relative;
	background: #F5F5F5;
	padding: 15px;
	font-size: 20px;
	line-height: 1.4;
}
.bg_link_ttl a span {
	position: absolute;
	right: 15px;
	font-size: 15px;
	top: 50%;
	margin-top: -10px;
}
.bg_link_ttl a:hover {
	color: #fff;
	background: #003f73;
}
.bg01 {
	background: url(../img/medical_bgimg01.jpg) no-repeat;
}
.bg02 {
	background: url(../img/medical_bgimg02.jpg) no-repeat;
}
.bg03 {
	background: url(../img/medical_bgimg03.jpg) no-repeat;
}
.bg04 {
	background: url(../img/medical_bgimg04.jpg) no-repeat;
}
.bg05 {
	background: url(../img/medical_bgimg05.jpg) no-repeat;
}
.bg06 {
	background: url(../img/medical_bgimg06.jpg) no-repeat;
}
.bg_link_txt {
	max-width: 570px;
	margin-left: auto;
	width: 100%;
	padding-top: 100px;
}
.bg_link_list2 > li {
	float: left;
}
.bg_link_list2 > li:last-child {
	float: right;
	margin-left: 20px;
}
.bg_link_list2 > li a:hover {
	text-decoration: underline;
}
.txt_link img {
	vertical-align: middle;
	margin-right: 2px;
}

@media screen and (max-width: 767px) {
	.bg_link_ttl a span {
		position: relative;
		margin-top: inherit;
		top: inherit;
		right: inherit;
		display: block;
		text-align: right;
	}
	.bg01, .bg02, .bg03, .bg04, .bg05, .bg06 {
		background: none;
	}
	.bg_link_txt {
		max-width: inherit;
		padding-top: 0;
	}
	.bg_link_list2 > li {
		float: none;
	}
	.bg_link_list2 > li:last-child {
		float: none;
		margin-left: 0;
	}
}


/*--------------------------------------
スタッフ紹介
--------------------------------------*/
.name_list2 {
	display: table;
	width: 100%;
}
.name_list2 > li {
	display: table-cell;
	vertical-align: bottom;
	width: 48%;
}
.name_list2 > li:last-child {
	width: 52%;
	padding-left: 4%;
}
.name_list2 > li .small_sign {
	height: 195px;
}

@media screen and (max-width: 767px) {
	.name_list2 > li .small_sign {
		height: 120px;
	}
}

@media screen and (max-width: 480px) {
	.name_list2 > li .small_sign {
		height: 90px;
	}
}

/*===================
サイン
====================*/
img.sign{
	width:250px!important;
}

.elementor-toggle .elementor-tab-content {
    border-bottom: none!important;
}

.elementor-tab-title {
    display: inline-block;
    border-bottom: none!important;
    padding: 0!important;
}
.elementor-tab-title span.elementor-toggle-icon{
    display: none!important;
}
.elementor-tab-title a {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 55px 12px 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    color: #fff!important;
    background: url(../img/top/bnr_bg01.png) repeat-y top center;
    background-size: 100% auto;
    font-size: 20px;
}
.elementor-tab-title a::after {
    content: "";
    position: absolute;
    background: url(../img/icon_aoutlined.svg) no-repeat center;
    background-size: 100% auto;
    width: 12px;
    height: 24px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    right: 20px;
    top: 15px;
    transition: all .5s ease;
}

.elementor-tab-title.elementor-active a:after {
    transform: rotate(90deg);
}

.elementor-tab-title a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .elementor-tab-title {
        display: block;
    }
    .elementor-tab-title a {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
}



/*--------------------------------------
ボックス
--------------------------------------*/
.bg_box {
	background: #F5F5F5;
	padding: 40px;
	border-radius: 20px;
}
.border_box {
	border: 3px solid #9f9f9f;
	padding: 40px;
}
.box_title {
	font-size: 20px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	color: #000000;
	padding-left: 25px;
}
.box_title:before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #003F73;
	border-radius: 50%;
}
.box_list > li {
	margin-top: 40px;
}
.box_list > li:first-child {
	margin: 0;
}
.elementor-toggle .elementor-tab-content {

}


@media screen and (max-width:767px) {
    .elementor-toggle .elementor-tab-content {

    }
	.bg_box,
	.bg_box02,
	.border_box {
		padding: 25px 20px;
	}
}



/* ====================
mkcontents
==================== */
#mkcontents img {
	vertical-align: middle;
}
#mkcontents a img {
	width: 100% !important;
}
#mkcontents table a img {
	width: auto !important;
}
#mkcontents #a-con table tr {
	line-height: 0;
	height: 0;
}
#mkcontents #a-con table td {
	vertical-align: middle;
	line-height: 1.8;
	text-shadow: 1px 1px 0 #fff;
}
#mkcontents #a-con table .sp-c-nav td:first-child {
	width: 15%;
}
#mkcontents #a-con table .sp-c-nav td a {
	color: #003F73 !important;
	text-decoration: underline !important;
	font-weight: bold;
}
#mkcontents #a-con table .sp-c-nav td a:hover {
	text-decoration: none !important;
}
#mkcontents #a-con table .sp-c-nav td img {
	width: 100% !important;
}

#mkcontents dl.news-top .news-title {
	margin-right: 7px;
}
#mkcontents .medical_news a {
	color: #003F73 !important;
	text-decoration: underline !important;
	font-weight: bold;	
}
#mkcontents .medical_news a:hover {
	text-decoration: none !important;
}

#mkcontents .medical_format #a-con table:last-child {
	margin-top: 20px;
}
#mkcontents .medical_format #a-con table:last-child td {
	vertical-align: top;
}
#mkcontents .medical_format #a-con table:last-child a {
	display: inline-block;
	color: #003F73 !important;
	text-decoration: underline !important;
	font-weight: bold;
	line-height: 1;
}
#mkcontents .medical_format #a-con table:last-child a:hover {
	text-decoration: none !important;
}

#mkcontents .medical_btn #a-con table td img {
	padding: 0 5px;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	#mkcontents #a-con table .sp-c-nav td:first-child {
		width: 18%;
	}
}

@media screen and (max-width: 767px) {
	#mkcontents #a-con table {
		background-size: 100% auto;
	}
	#mkcontents #a-con table .sp-c-nav td:first-child {
		width: 27%!important;
	}
	#mkcontents .medical_format #a-con table:first-child {
		display: list-item;
		list-style: none;
	}
	#mkcontents .medical_format #a-con table:first-child tr,
	#mkcontents .medical_format #a-con table:first-child td,
	#mkcontents .medical_format #a-con table:first-child tbody {
		display: list-item;
		list-style: none;
		width: 100% !important;
		height: auto !important;
		font-size: 14px;
		letter-spacing: 0;
	}
	#mkcontents .medical_format #a-con table:last-child tr:last-child td {
		line-height: 1;
		padding: 10px 0 0;
	}
	#mkcontents .medical_format #a-con table:last-child a {
		display: inline-block;
		max-width: 180px;
		margin: 0 auto;
	}

#mkcontents .medical_format #a-con table:first-child tr a, #mkcontents .medical_format #a-con table:first-child td a {
display: inline-block;
}


.article-content table tbody tr:first-child td img {
    display: block;
    margin-bottom: 20px;
}

}




@media screen and (max-width: 480px) {
	#mkcontents #a-con table td {
		font-size: 14px;
		height: auto !important;
	}
	#mkcontents #a-con table .sp-c-nav td:first-child {
		width: 10%!important;
	}
	#mkcontents .special #a-con table tr:first-child td {
		/*padding-top: 18%;*/
        padding-top: 0;
	}
	#mkcontents .medical_btn #a-con table,
	#mkcontents .medical_btn #a-con table tbody,
	#mkcontents .medical_btn #a-con table tr,
	#mkcontents .medical_btn #a-con table td {
		display: list-item;
		list-style: none;
		width: 100% !important;
		height: auto;
	}
	#mkcontents .medical_btn #a-con table td img {
		padding: 5px 0;
	}

    #mkcontents .medical_format #a-con table:first-child tr a, #mkcontents .medical_format #a-con table:first-child td a {
        font-size: 10px;
        margin: 0 -3px;
		
	}

}
@media screen and (max-width: 371px) {
#mkcontents .medical_format #a-con table:first-child tr a, #mkcontents .medical_format #a-con table:first-child td a {
        font-size: 8.5px;
        margin: 0 -6px;
}
}



.page-id-1317 .elementor-element.elementor-element-3d8e74b .elementor-spacer-inner {
    height: 10px;
}
.page-id-1317 .elementor-element.elementor-element-1ae7e04 .elementor-spacer-inner {
    height: 50px;
}

.elementor-element-6adb001.elementor-widget-image .elementor-image img {
    display: block;
    max-width: 18%;
    margin: 0 auto;
}

.page-id-1317 .elementor-element.elementor-element-e34ec09 > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
}

.page-id-1317 .elementor-element.elementor-element-8f0613d .elementor-spacer-inner {
    height: 50px;
}

/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th,
.style_table td {
	line-height: 1.8;
	padding: 6px 10px 4px;
	border: 1px solid #003F73;
	word-break: break-all;
	text-align: center;
}
.style_table thead th {
	background: #003F73;
	color: #fff;
	text-align: center;
	box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
}
.style_table tbody th {
	background: #F5F5F5;
	width: 30%;
}
.style_table tbody td {
	text-align: center;
}

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


.two__column {
    
}
.two__column .elementor-row {
    justify-content: space-between;
}
.two__column .elementor-row .elementor-col-50 {
    width: 48.5%!important;
}
@media screen and (max-width: 767px) {
    .two__column .elementor-row .elementor-col-50 {
        width: 100%!important;
    }  
    .two__column .elementor-row .elementor-col-50 + .elementor-col-50 {
        margin-top: 30px;
    }
}

.elementor-text-editor a:hover {
    text-decoration: underline;
}


.sitemap > ul > li a {}
.sitemap > ul > li:first-child a {
	visibility: hidden;
}
.sitemap > ul > li:first-child a::before {
    visibility: visible;
    display: block;
    position: absolute;
    left: 20px;
    width: 350%;
}

.sitemap > ul > li:first-child a::before {
	content: "ホーム";
}

.box_script {
    visibility: visible!important;
}



.agreement_p,.step_catch2 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.acceptance-932 input{
    width: 25px !important;
	height: 30px !important;
}
.agreement_p1 {
	font-size:15px;
	font-weight:bold;
	text-align:left;
}
.agreement_p1 span {
	font-size:15px;
	font-weight:bold;
	text-align:left;
	display: flex;
}
.agreement_p1 input{
    width: 21px;
}
.agreement_p1 label{
	font-weight:normal;
    display: block;
    position: relative;
    margin-left: 12px;
}
.agreement_p1 #confirm2,.agreement_p1 #confirm4,.agreement_p1 #confirm6 {
	margin-left:10px;
}
.agreement_p span{
	display:flex;
	justify-content: center;
}
.agreement_p1 .result_txt {
	display: none;
}
.agreement_p .agreement_p_link {
justify-content: left;
    margin-left: 260px;
}
.agreement_p .agreement_p_link a {
      text-decoration: underline;
}

