@charset "UTF-8";

/* =====================================
■COMMON
===================================== */
* {
   box-sizing: border-box;
}

a:hover img {
   opacity: 0.8;
}

img {
   display: inline-block;
   vertical-align: middle;
   width: auto;
   max-width: 100%;
   margin: 0;
   padding: 0;
}

p {
   margin-bottom: 20px;
}

p:last-child {
   margin-bottom: 0;
}

table {
   width: 100%;
}

.half {
   display: inline-block;
}

strong {
   font-weight: bold;
}

@media screen and (max-width: 767px) {
   .auto_height {
      height: auto !important;
   }
}

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

.home #content {
   padding: 0;
}

/* =====================================
■TOP
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
#mainimage img {
   width: 100%;
}

/* =====================================
■UNDER
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
.under_mainimage {
   background: url("../img/under_mainimage-bg.jpg") no-repeat center/cover;
   display: table;
   width: 100%;
   height: 200px;
}

.under_mainimage .inner {
   display: table-cell;
   vertical-align: middle;
   padding: 20px 0;
}

.under_mainimage .container h1,
.under_mainimage .container h2 {
   font-weight: 500;
   font-size: 36px;
   text-align: center;
   color: #fff;
   letter-spacing: 0.1em;
   line-height: 51px;
   text-transform: capitalize;
}

@media screen and (max-width: 767px) {
   .under_mainimage {
      height: 150px;
      padding-bottom: 0;
   }

   .under_mainimage .container h1,
   .under_mainimage .container h2 {
      font-size: 26px;
      line-height: 36px;
   }
}

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

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

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

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

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

/*--------------------------------------
elementor
--------------------------------------*/
.elementor img {
   width: auto;
}

#content .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
   padding: 0;
}

#content .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
   padding: 0;
}

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

/*--------------------------------------
TITLE
--------------------------------------*/
.under_title h2 {
   background-color: #214B74;
   color: #fff;
   font-weight: 500;
   font-size: 24px;
   letter-spacing: 0.1em;
   line-height: 36px;
   border-radius: 0;
   position: relative;
   margin-bottom: 30px;
   padding: 27px 40px;
}

.under_title h2:before {
   content: '';
   width: 0;
   height: 0;
   border-width: 0 0 65px 65px;
   border-color: transparent rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) transparent;
   border-style: solid;
   position: absolute;
   bottom: 0;
   right: 0;
}

.under_title h3 {
   font-weight: 500;
   font-size: 22px;
   letter-spacing: 0.1em;
   line-height: 32px;
   border-bottom: 2px solid #CBCAC9;
   margin-bottom: 30px;
   padding: 15px 0 25px 40px;
   position: relative;
}

.under_title h3:before {
   content: '';
   width: 9px;
   background: linear-gradient(45deg, #DDCEB6 50%, #AD9D84 50%);
   position: absolute;
   top: 0;
   bottom: 10px;
   left: 0;
}

.under_title h4 {
   font-weight: 500;
   font-size: 20px;
   letter-spacing: 0.1em;
   line-height: 30px;
   color: #333;
   position: relative;
   margin-bottom: 30px;
   padding: 0 0 0 36px;
}

.under_title h4:before {
   content: '';
   width: 23px;
   height: 23px;
   background-color: #214B74;
   position: absolute;
   top: 5px;
   left: 0;
   transform: rotate(45deg);
}

.under_title h5 {
   font-weight: 700;
   font-size: 20px;
   letter-spacing: 0.06em;
   line-height: 35px;
   color: #22201E;
   position: relative;
   margin-bottom: 30px;
   padding: 0 0 0 30px;
}

.under_title h5:before {
   content: '';
   width: 15px;
   height: 15px;
   background-color: #9AC95F;
   position: absolute;
   top: 11px;
   left: 0;
}

.under_title h6 {
   font-weight: 700;
   font-size: 18px;
   letter-spacing: 0.06em;
   line-height: 30px;
   color: #22201E;
   position: relative;
   margin-bottom: 30px;
   padding: 0 0 0 30px;
}

.under_title h6:before {
   content: '';
   width: 15px;
   height: 15px;
   background-color: #9AC95F;
   position: absolute;
   top: 7px;
   left: 0;
   border-radius: 50%;
}

@media screen and (max-width: 767px) {
   .under_title h2 {
      padding: 17px 20px;
   }

   .under_title h2:before {
      border-width: 0 0 45px 45px;
   }

   .under_title h3 {
      padding: 5px 0 15px 20px;
   }
}

/* -------------------------------------
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;
}

/*--------------------------------------
ボタン
--------------------------------------*/
.btn {
   font-family: "EB Garamond", serif;
   font-weight: 400;
   font-size: 24px;
   letter-spacing: 0;
   line-height: 34px;
   color: #fff;
}

.btn a {
   display: inline-flex;
   justify-content: center;
   width: 244px;
   text-align: center;
   background-color: #363636;
   color: inherit;
   padding: 17px 0;
}

.btn a:hover {
   background-color: #707070;
}

.btn.white {
   color: #2F2F2F;
}

.btn.white a {
   background-color: #fff;
}

.btn.white a:hover {
   background-color: #2F2F2F;
   color: #fff !important;
}

.btn-more {
   font-family: "EB Garamond", serif;
   font-weight: 400;
   font-size: 24px;
   letter-spacing: 0;
   line-height: 24px;
   color: #868686;
}

.btn-more a {
   display: inline-flex;
   align-items: center;
   gap: 20px;
}

.btn-more a:after {
   content: '';
   width: 31px;
   height: 21px;
   background: url("../img/arrow-right.png") no-repeat center top/cover;
   transition: transform 0.3s;
}

.btn-more a:hover:after {
   transform: translateX(5px);
}


.btn-style-1 .elementor-button {
   min-width: 300px;
   max-width: 100%;
   padding: 13px 10px;
   background: transparent;
   border: 1px solid;
   border-radius: 0;
   color: #224C76;
   font-weight: 700;
   font-size: 16px;
   line-height: 2;
   letter-spacing: 0.05em;
   position: relative;
}

.btn-style-1 .elementor-button:focus,
.btn-style-1 .elementor-button:hover,
.btn-style-1 .elementor-button:visited {
   color: #224C76;
}

.btn-style-1:not(.nolink) .elementor-button:hover {
   opacity: 0.7;
}

.btn-style-1 .elementor-button::before {
   content: "";
   border: 5px solid transparent;
   border-right-color: #224C76;
   border-bottom-color: #224C76;
   position: absolute;
   bottom: 5px;
   right: 5px;
}

.btn-style-1.white .elementor-button,
.btn-style-1.white .elementor-button:focus,
.btn-style-1.white .elementor-button:hover,
.btn-style-1.white .elementor-button:visited {
   color: #fff;
}

.btn-style-1.white .elementor-button::before {
   border-right-color: #fff;
   border-bottom-color: #fff;
}

@media screen and (max-width: 768px) {
   .btn-style-1 .elementor-button {
      min-width: 210px;
      font-size: 14px;
      line-height: 21px;
   }
}

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

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

/* -------------------------------------
診療時間表
------------------------------------- */
.timetable {
   width: 100%;
   table-layout: fixed;
   border-collapse: collapse;
}

.timetable th,
.timetable td {
   text-align: center;
   vertical-align: middle;
}

.timetable thead th {
   border-bottom: 1px solid #CBCAC9;
   font-weight: 400;
   letter-spacing: 0.15em;
   font-size: 16px;
   line-height: 24px;
   padding: 0 0 28px;
}

.timetable thead th:first-child {
   width: 30%;
   text-align-last: left;
   color: #224C76;
   font-size: 18px;
}

.timetable tbody th {
   word-break: keep-all;
   white-space: nowrap;
   text-align: left;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.15em;
}

.timetable tbody td {
   font-weight: 400;
   font-size: 20px;
   line-height: 30px;
   letter-spacing: 0.05em;
}

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

.timetable tbody tr:last-child th,
.timetable tbody tr:last-child td {
   border-bottom: 1px solid #CBCAC9;
   padding: 9px 0 28px;
}

@media screen and (max-width: 767px) {
   .timetable thead th {
      font-size: 13px;
      line-height: 18px;
      padding: 7px 0 9px;
   }

   .timetable thead th:first-child {
      width: 30%;
   }

   .timetable tbody th,
   .timetable tbody td {
      font-size: 13px;
      line-height: 18px;
      padding: 7px 0 9px;
   }

   table.timetable.timetable-b th {
      padding-left: 10px;
   }
}

/* -------------------------------------
番号リスト
------------------------------------- */
.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 {
   background: #6fba2c;
   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: 4px;
   letter-spacing: 0;
}

/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th,
.column2_table td {
   line-height: 28px;
   vertical-align: top;
   border-bottom: 1px solid #CBCAC9;
   padding: 15px 12px 12px;
}

.column2_table tr:first-child th,
.column2_table tr:first-child td {
   padding-top: 0;
}

.column2_table th {
   width: 30%;
   box-sizing: border-box;
   border-bottom-color: #224C76;
}

.column2_table td {
   box-sizing: border-box;
}

.column2_table td a {
   display: inline-block;
   vertical-align: baseline;
   text-decoration: underline;
}

.column2_table td a:hover {
   text-decoration: none;
}

/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th,
.style_table td {
   line-height: 28px;
   padding: 12px 25px;
   border: 1px solid #CBCAC9;
   word-break: break-all;
   text-align: left;
}

.style_table th {
   background: #224C76;
   color: #fff;
   width: 40%;
}

.style_table td {
   background-color: #fff;
}

/*--------------------------------------
リスト
--------------------------------------*/
.circle_list li {
   position: relative;
   padding-left: 25px;
}

.circle_list li+li {
   margin-top: 10px;
}

.circle_list li:before {
   content: '';
   width: 11px;
   height: 11px;
   background-color: #224C76;
   position: absolute;
   top: 9px;
   left: 0;
   transform: rotate(45deg);
}

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

.check_list li:before {
   content: "";
   display: block;
   border: 2px solid #6fba2c;
   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 #6fba2c;
   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 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;
}

@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_color {
   color: #6FBA2C;
}

.txt_link {
   color: #6FBA2C !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;
}

/*--------------------------------------
* 流れ
--------------------------------------*/
.flowList>li {
   background: #F5FBF0;
   position: relative;
   margin-bottom: 70px;
   padding: 30px;
}

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

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

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

.flowList .flow_title {
   font-size: 24px;
   line-height: 1.4;
   position: relative;
   margin-bottom: 15px;
   color: #6fba2c;
   overflow: hidden;
}

.flowList .flow_title span {
   vertical-align: top;
   background: #6fba2c;
   color: #fff;
   display: inline-block;
   width: 30px;
   height: 30px;
   text-align: center;
   line-height: 30px;
   font-size: 22px;
   margin-right: 10px;
   letter-spacing: 0;
   margin-top: 2px;
}

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

/*--------------------------------------
ボックス
--------------------------------------*/
.bg_box {
   background: #F3ECE5;
   padding: 40px;
}

.border_box {
   border: 3px solid #9f9f9f;
   padding: 40px;
}

.box_title {
   font-size: 18px;
   line-height: 1.4;
   position: relative;
   margin-bottom: 15px;
   overflow: hidden;
   letter-spacing: 0.1em;
   font-weight: bold;
}

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

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

@media screen and (max-width: 767px) {

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

/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
   border: 10px solid #c9ecab;
}

.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 #c9ecab;
}

.style_box .inner {
   padding: 30px;
}

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

.style_box .inner .title:before {
   display: block;
   content: "";
   width: 14px;
   height: 14px;
   background: #6fba2c;
   position: absolute;
   left: 0;
   top: 9px;
   border-radius: 50%;
}

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

/*--------------------------------------
before after
--------------------------------------*/
.before_after {
   position: relative;
}

.before_after:before {
   display: block;
   content: "";
   border-left: 14px solid #6fba2c;
   border-bottom: 20px solid transparent;
   border-top: 20px solid transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -20px;
   margin-left: -7px;
}

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

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

@media screen and (max-width: 767px) {
   .before_after:before {
      border-left: 20px solid transparent;
      border-top: 14px solid #6fba2c;
      border-right: 20px solid transparent;
      border-bottom: none;
      margin-top: -6px;
      margin-left: -20px;
   }

   .before_after li {
      float: none;
      width: 100%;
      margin-top: 50px;
      margin-left: 0;
   }
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
   background: #fff;
   padding: 60px 100px;
   list-style: none;
}

.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 {
   text-decoration: underline;
   background: url("../img/arrow-right.png") no-repeat center top/cover;
}

.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 #6fba2c;
   -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 {
   color: #6fba2c;
   text-decoration: none;
}

@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;
   background: #6fba2c;
   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: #eff9e5;
   border-radius: 50%;
   text-align: center;
   color: #6fba2c;
   letter-spacing: 0;
}

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

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

/* =====================================
■ブログ
===================================== */
/*--------------------------------------
   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: #224C76;
}

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

.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: 35px;
   font-size: 18px;
   font-weight: bold;
   line-height: 1.4;
   letter-spacing: 0;
}

.posts__list h3 a:hover {
   color: #224C76;
}

.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: #224C76;
}

.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: #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: #9AC95F;
}

.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: -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;
   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: #224C76;
}

.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: #224C76;
}

/*--------------------------------------
   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: #224C76;
}

.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: #224C76;
}

/*--------------------------------------
   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: #224C76;
}

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

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

.archive-box ul li p::before {
   content: '';
   position: absolute;
   top: 4px;
   left: 0;
   display: block;
   width: 8px;
   height: 8px;
   border-right: 1px solid #224C76;
   border-bottom: 1px solid #224C76;
   -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: #224C76;
}

.archive-box ul li a:hover {
   color: #224C76;
   font-weight: bold;
}

.archive-box ul li a:active {
   color: #224C76;
}

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

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

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

/* =====================================
■サイトマップ
===================================== */
.sitemap {
   margin: 0 auto !important;
   background: none !important;
}

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

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

.sitemap li:before {
   position: absolute;
   content: '';
   display: block;
   background: #224C76;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   left: 0;
   top: 26px;
   transform: rotate(45deg);
}

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

.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 li a:hover {
   color: #224C76;
}

/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
   max-width: 800px;
   margin: 0 auto;
}

.inquiryForm_message {
   text-align: center;
}

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

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

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

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

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

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

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

.step_list li.current span {
   background: #224C76;
}

.step_list li span.current:after {
   background: #224C76;
}

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

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

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

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

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

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

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

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

.inquiryFormTable select {
   position: relative;
   background: #ECECEC url("../img/icons/ico_select.svg") no-repeat right 6px center;
   background-size: 12px auto;
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
}

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

.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;
}

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

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

.inquiryFormTable input[type="checkbox"]+.wpcf7-list-item-label:before {
   content: "\e902";
   font-family: 'icomoon';
   font-size: 25px;
   color: #BFBEBD;
   margin-right: 5px;
   vertical-align: middle;
}

.inquiryFormTable input[type="checkbox"]:checked+.wpcf7-list-item-label:before {
   content: "\e903";
   color: #91de4d;
}

.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
   border: 1px solid #6fba2c;
   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 .select-gr {
   display: flex;
   align-items: center;
   gap: 10px;
}

.inquiryFormTable .select-gr select {
   width: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

.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 {
   color: #6fba2c;
   font-size: 25px;
   vertical-align: top;
}

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

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

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

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

.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 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 .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 .inquiryFormTable .select-gr {
   gap: 0;
}

.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;
      padding: 0;
      width: 100%;
      box-sizing: border-box;
   }

   .inquiryFormTable dd {
      padding: 10px 40px 30px 0;
   }

   .inquiryFormTable .required,
   .inquiryFormTable .optional {
      position: static;
      margin-left: 20px;
      display: inline-block;
      margin-top: -2px;
      vertical-align: middle;
   }

   .inquiryFormTable .btBox {
      margin: 50px 0;
   }

   .inquiryFormTable .btBox input[type="submit"],
   .inquiryFormTable .wpcf7-back {
      width: 100% !important;
      float: none;
      font-size: 20px;
      padding: 29px 20px 28px 20px;
      box-sizing: border-box;
      background-position: 96% center !important;
      text-align: center;
   }

   .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;
   }
}

/*--------------------------------------
loading
--------------------------------------*/
.loader_container {
   visibility: hidden;
   position: fixed;
   top: 0;
   left: 0;
}

.loader_bg {
   position: fixed;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
}

.loader_bg p {
   text-align: center;
   color: #fff;
}

.loader,
.loader:after {
   border-radius: 50%;
   width: 10em;
   height: 10em;
}

.loader {
   margin: 60px auto 20px;
   font-size: 10px;
   position: relative;
   text-indent: -9999em;
   border-top: 1.1em solid rgba(255, 255, 255, 0.2);
   border-right: 1.1em solid rgba(255, 255, 255, 0.2);
   border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
   border-left: 1.1em solid #ffffff;
   -webkit-transform: translateZ(0);
   -ms-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-animation: load8 1.1s infinite linear;
   animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}

@keyframes load8 {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}

/*--------------------------------------
Custom
--------------------------------------*/
body:not(.home) .e-con>.e-con-inner,
body:not(.home) .e-con.e-flex>.e-con-inner {
   gap: 0px;
   padding: 0;
}

body:not(.home) .e-con.elementor-element {
   padding: 0;
   padding-inline: 0;
}

body:not(.home) #content .elementor-image-box-wrapper {
   text-align: left;
   line-height: 28px;
}

body:not(.home) #content .elementor-image-box-wrapper:after {
   content: "." !important;
   clear: both !important;
   display: block !important;
   height: 0 !important;
   visibility: hidden !important;
}

body:not(.home) #content .elementor-image-box-wrapper .elementor-image-box-img {
   width: 35%;
   float: right;
   margin: 0 0 20px 60px;
}

body:not(.home) #content .elementor-image-box-wrapper .elementor-image-box-description {
   word-break: break-all;
   white-space: pre-wrap;
}

#content .img-l .elementor-image-box-wrapper .elementor-image-box-img {
   float: left;
   margin: 0 60px 20px 0;
}

@media screen and (max-width: 767px) {
   body:not(.home) #content .elementor-image-box-wrapper .elementor-image-box-img {
      width: 100%;
      float: none;
      margin: 0 0 20px;
   }
}

/* -- -- */
#content .feature-box+.feature-box {
   margin-top: 50px;
}

#content .feature-box.e-con>.e-con-inner {
   flex-wrap: wrap;
}

#content .feature-box .col {
   width: 620px;
   background-color: rgba(255, 255, 255, 0.9);
   border-radius: 10px;
   margin-top: 70px;
   margin-left: -200px;
   padding: 57px 50px 44px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   position: relative;
}

#content .feature-box .no {
   font-family: "Cormorant", serif;
   font-weight: 400;
   font-size: 150px;
   line-height: 182px;
   letter-spacing: 0;
   color: rgba(34, 76, 118, 0.53);
   position: absolute;
   top: -115px;
   left: 15px;
}

#content .feature-box h3 {
   font-weight: 500;
   font-size: 22px;
   letter-spacing: 0.1em;
   line-height: 32px;
}

#content .feature-box .photo {
   width: 660px;
}

#content .feature-box .photo img {
   border-radius: 10px;
}

#content .feature-box.img-r.e-con>.e-con-inner {
   flex-direction: row-reverse;
}

#content .feature-box.img-r .col {
   margin-right: -200px;
   margin-left: 0;
}

@media screen and (max-width: 1200px) {
   #content .feature-box .photo {
      width: 62%;
   }

   #content .feature-box .col {
      width: 58%;
      margin-left: -20%;
   }

   #content .feature-box.img-r .col {
      margin-right: -20%;
   }
}

@media screen and (max-width: 767px) {
   #content .feature-box .e-con-inner {
      flex-direction: column;
      flex-wrap: nowrap;
   }

   #content .feature-box .photo {
      width: 100%;
   }

   #content .feature-box .col {
      width: 100%;
      margin-left: 0;
      margin-top: 40px;
      padding: 50px 20px 30px;
   }

   #content .feature-box .no {
      font-size: 100px;
      line-height: 1;
      top: -60px;
   }

   #content .feature-box.img-r .col {
      margin-right: 0;
   }
}

/* -- -- */
#content .photo_2.e-con>.e-con-inner {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 74px;
}

#content .photo_2 .e-child {
   width: auto;
   gap: 15px;
}

#content .photo_2 h3 {
   font-weight: 500;
   font-size: 22px;
   letter-spacing: 0.1em;
   line-height: 32px;
   color: #224C76;
}

@media screen and (max-width: 767px) {
   #content .photo_2.e-con>.e-con-inner {
      grid-template-columns: 1fr;
      gap: 40px;
   }

   #content .photo_2 h3 {
      font-size: 20px;
   }
}

/* -- -- */
#content .box-info .time {
   letter-spacing: 0.05em;
   border-bottom: 1px dotted #333333;
   margin-bottom: 0;
   padding: 20px 0;
}

#content .box-info .txt {
   letter-spacing: 0.05em;
   padding-top: 20px;
}

#content .box-info .txt dl {
   display: grid;
   grid-template-columns: 85px 1fr;
}

#content .box-info .txt dl+dl {
   padding-top: 5px;
}

#content .box-info .txt dl dt {
   color: #224C76;
}

@media screen and (max-width: 767px) {
   #content .box-info .txt dl {
      grid-template-columns: 1fr;
   }

   #content .box-info .txt dl+dl {
      padding-top: 15px;
   }
}

/* -- -- */
#content .flow_A {
   counter-reset: my-awesome-counter;
}

#content .flow_A.e-con.e-flex>.e-con-inner {
   gap: 25px;
}

#content .flow_A.e-con.e-flex>.e-con-inner .elementor-element:not(.elementor-widget-image) {
   display: block;
   width: auto;
   max-width: inherit;
}

#content .flow_A .e-child {
   gap: 0;
   padding: 40px 65px;
   background-color: #ECECEA;
   counter-increment: my-awesome-counter;
}

#content .flow_A .e-child:after {
   content: '';
   width: 0;
   height: 0;
   border-width: 25px 25px 0 25px;
   border-color: #214B74 transparent transparent transparent;
   border-style: solid;
   position: absolute;
   top: 100%;
   left: calc(50% - 25px);
}

#content .flow_A .e-child:last-child:after {
   display: none;
}

#content .flow_A .e-child .elementor-widget-image {
   width: 180px;
   float: right;
   margin: 0 0 32px 32px;
}

#content .flow_A .e-child h3 {
   font-weight: 600;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 32px;
   color: #224C76;
   padding-left: 43px;
   position: relative;
}

#content .flow_A .e-child h3:before {
   content: counter(my-awesome-counter);
   display: flex;
   justify-content: center;
   align-items: center;
   background: linear-gradient(to right, #214B74, #1A3B5C);
   width: 32px;
   height: 32px;
   position: absolute;
   top: 0;
   left: 0;
   border-radius: 50%;
   color: #fff;
   line-height: 1;
}

#content .flow_A .e-child .elementor-widget-text-editor {
   font-weight: 500;
   letter-spacing: 0;
   padding-top: 35px;
}

@media screen and (max-width: 767px) {
   #content .flow_A .e-child {
      padding: 30px 20px;
   }

   #content .flow_A .e-child .elementor-widget-image {
      float: none;
      margin: 0 auto;
      padding-bottom: 30px;
   }

   #content .flow_A .e-child .elementor-widget-text-editor {
      padding-top: 20px;
   }
}

/* -- -- */
#content .flow_B.e-con.e-flex>.e-con-inner {
   gap: 25px;
}

#content .flow_B.e-con.e-flex>.e-con-inner>.elementor-element:not(.elementor-widget-image) {
   width: auto;
   max-width: inherit;
}

#content .flow_B>.e-con-inner>.e-child {
   display: grid;
   grid-template-columns: 1fr 180px;
   align-items: center;
   gap: 60px;
   padding: 40px 65px;
   background-color: #ECECEA;
}

#content .flow_B>.e-con-inner>.e-child:after {
   content: '';
   width: 0;
   height: 0;
   border-width: 25px 25px 0 25px;
   border-color: #214B74 transparent transparent transparent;
   border-style: solid;
   position: absolute;
   top: 100%;
   left: calc(50% - 25px);
}

#content .flow_B>.e-con-inner>.e-child:last-child:after {
   display: none;
}

#content .flow_B>.e-con-inner>.e-child .e-con.e-flex {
   gap: 0;
}

#content .flow_B>.e-con-inner>.e-child h3 {
   font-weight: 600;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 32px;
   color: #224C76;
}

#content .flow_B>.e-con-inner>.e-child h4 {
   width: 111px;
   background-color: #224C76;
   font-weight: 600;
   font-size: 16px;
   letter-spacing: 0;
   line-height: 32px;
   color: #fff;
   text-align: center;
   margin-top: 22px;
}

#content .flow_B>.e-con-inner>.e-child .elementor-widget-text-editor {
   font-weight: 500;
   letter-spacing: 0;
   padding-top: 15px;
}

@media screen and (max-width: 767px) {
   #content .flow_B>.e-con-inner>.e-child {
      grid-template-columns: 1fr;
      gap: 30px;
      padding: 30px 20px;
   }

   #content .flow_B>.e-con-inner>.e-child .elementor-widget-image {
      width: 180px;
      margin: 0 auto;
   }
}

/* -- -- */
#content .flow_4 {
   counter-reset: my-awesome-counter;
}

#content .flow_4 .elementor-widget-text-editor {
   counter-increment: my-awesome-counter;
   padding: 12px 0 25px 90px;
   position: relative;
}

#content .flow_4 .elementor-widget-text-editor:before {
   content: counter(my-awesome-counter);
   width: 56px;
   height: 56px;
   border-radius: 50%;
   border: 1px solid #224C76;
   background-color: #fff;
   color: #224C76;
   font-family: "Cormorant", serif;
   font-weight: 400;
   font-size: 40px;
   line-height: 46px;
   letter-spacing: 0;
   text-align: center;
   position: absolute;
   top: 0;
   left: 0;
}

#content .flow_4 .elementor-widget-text-editor:after {
   content: '';
   border-left: 2px solid #224C76;
   position: absolute;
   top: 56px;
   bottom: 0;
   left: 27px;
}

#content .flow_4 .e-con-inner>.e-child:last-child {
   padding-bottom: 0;
}

#content .flow_4 .e-con-inner>.e-child:last-child .elementor-widget-text-editor:after {
   display: none;
}

#content .flow_4 .e-con-inner>.elementor-widget-text-editor:last-child:after {
   display: none;
}

#content .flow_4 h3 {
   font-weight: 500;
   font-size: 24px;
   letter-spacing: 0.15em;
   line-height: 32px;
   color: #224C76;
}

#content .flow_4 p {
   padding-top: 12px;
}

@media screen and (max-width: 767px) {
   #content .flow_4 .elementor-widget-text-editor {
      padding: 5px 0 25px 50px;
      position: relative;
   }

   #content .flow_4 .elementor-widget-text-editor:before {
      content: counter(my-awesome-counter);
      width: 40px;
      height: 40px;
      font-size: 30px;
      line-height: 1;
   }

   #content .flow_4 .elementor-widget-text-editor:after {
      top: 40px;
      left: 19px;
   }

   #content .flow_4 h3 {
      font-size: 20px;
   }

   #content .flow_4 p {
      padding-top: 12px;
   }
}

/* -- -- */
#content .frame_M {
   background-color: #E9E8E4;
}

#content .frame_M.e-con.e-flex>.e-con-inner {
   padding: 50px 50px;
}

#content .frame_M h3 {
   font-weight: 700;
   font-size: 20px;
   letter-spacing: 0.15em;
   line-height: 32px;
   text-align: center;
   color: #224C76;
   border-bottom: 1px solid #224C76;
   padding-bottom: 20px;
}

#content .frame_M .elementor-widget-text-editor {
   margin-top: 25px;
}

@media screen and (max-width: 767px) {
   #content .frame_M.e-con.e-flex>.e-con-inner {
      padding: 20px;
   }
}

/* -- -- */
#content .list_N {
   background-color: #fff;
   border: 2px solid #AD9D84;
}

#content .list_N.e-con.e-flex>.e-con-inner {
   padding: 50px 50px;
}

#content .list_N .elementor-widget-container ul li {
   position: relative;
   padding-left: 25px;
}

#content .list_N .elementor-widget-container ul li:before {
   content: '';
   width: 15px;
   height: 15px;
   background-color: #AD9D84;
   position: absolute;
   top: 10px;
   left: 0;
   transform: rotate(45deg);
}

#content .list_N .elementor-widget-container ul li+li {
   margin-top: 10px;
}

@media screen and (max-width: 767px) {
   #content .list_N.e-con.e-flex>.e-con-inner {
      padding: 30px 20px;
   }
}

/* -- -- */
#content .list_H {
   background-color: #fff;
   border: 2px solid #224C76;
}

#content .list_H.e-con.e-flex>.e-con-inner {
   gap: 20px;
   padding: 50px 50px;
}

#content .list_H h3 {
   color: #224C76;
   font-weight: 600;
   font-size: 20px;
   letter-spacing: 0.15em;
   line-height: 32px;
   position: relative;
   padding-left: 25px;
}

#content .list_H h3:before {
   content: '';
   width: 15px;
   height: 15px;
   background-color: #224C76;
   position: absolute;
   top: 10px;
   left: 0;
   transform: rotate(45deg);
}

#content .list_H .elementor-widget-container ul li {
   position: relative;
   padding-left: 25px;
}

#content .list_H .elementor-widget-container ul li:before {
   content: '';
   width: 11px;
   height: 11px;
   background-color: #224C76;
   position: absolute;
   top: 10px;
   left: 0;
   transform: rotate(45deg);
}

#content .list_H .elementor-widget-container ul li+li {
   margin-top: 10px;
}

#content .list_H.column {
   background-color: transparent;
   border: 0;
   padding: 0;
}

#content .list_H.column.e-con.e-flex>.e-con-inner {
   padding: 0;
}

#content .list_H.column.e-con.e-flex>.e-con-inner>.elementor-element {
   background-color: #fff;
   border: 2px solid #224C76;
   padding: 50px 50px;
}

@media screen and (max-width: 767px) {
   #content .list_H.e-con.e-flex>.e-con-inner {
      flex-direction: column;
      gap: 40px;
      padding: 30px 20px;
   }

   #content .list_H.column.e-con.e-flex>.e-con-inner>.elementor-element {
      padding: 20px;
   }
}

/* -- -- */
#content .list_I.e-con.e-flex>.e-con-inner {
   flex-wrap: nowrap;
   gap: 25px;
}

#content .list_I.e-con.e-flex>.e-con-inner .e-child {
   gap: 30px;
   background-color: #fff;
   border: 1px solid;
   padding: 40px;
}

#content .list_I.e-con.e-flex>.e-con-inner .e-child:nth-child(odd) {
   border-color: #AD9D84;
}

#content .list_I.e-con.e-flex>.e-con-inner .e-child:nth-child(odd) h3 {
   color: #AD9D84;
}

#content .list_I.e-con.e-flex>.e-con-inner .e-child:nth-child(odd) h3:before {
   background-color: #AD9D84;
}

#content .list_I.e-con.e-flex>.e-con-inner .e-child:nth-child(odd) .elementor-widget-container ul li:before {
   background-color: #AD9D84;
}

#content .list_I.e-con.e-flex>.e-con-inner .e-child:nth-child(even) {
   border-color: #676767;
}

#content .list_I.e-con.e-flex>.e-con-inner .e-child:nth-child(even) h3 {
   color: #676767;
}

#content .list_I.e-con.e-flex>.e-con-inner .e-child:nth-child(even) h3:before {
   background-color: #676767;
}

#content .list_I.e-con.e-flex>.e-con-inner .e-child:nth-child(even) .elementor-widget-container ul li:before {
   background-color: #676767;
}

#content .list_I h3 {
   font-weight: 600;
   font-size: 20px;
   letter-spacing: 0.15em;
   line-height: 32px;
   position: relative;
   padding-left: 25px;
}

#content .list_I h3:before {
   content: '';
   width: 15px;
   height: 15px;
   position: absolute;
   top: 10px;
   left: 0;
   transform: rotate(45deg);
}

#content .list_I .elementor-widget-container ul li {
   position: relative;
   padding-left: 25px;
}

#content .list_I .elementor-widget-container ul li:before {
   content: '';
   width: 11px;
   height: 11px;
   position: absolute;
   top: 10px;
   left: 0;
   transform: rotate(45deg);
}

#content .list_I .elementor-widget-container ul li+li {
   margin-top: 10px;
}

@media screen and (max-width: 767px) {
   #content .list_I.e-con.e-flex>.e-con-inner {
      flex-direction: column;
      gap: 40px;
   }

   #content .list_I.e-con.e-flex>.e-con-inner .e-child {
      gap: 20px;
      padding: 30px 20px;
   }
}

/* -- -- */
.table_I {
   width: 100%;
   table-layout: fixed;
}

.table_I th,
.table_I td {
   vertical-align: middle;
   text-align: left;
   padding: 20px 40px;
   border-bottom: 1px solid #fff;
}

.table_I th {
   font-size: 20px;
   letter-spacing: 0.1em;
   background-color: #224C76;
   color: #fff;
}

.table_I td {
   font-size: 16px;
   letter-spacing: 0.1em;
   background-color: #ECECEA;
}

.table_I tr:first-child th {
   border-top-left-radius: 10px;
}

.table_I tr:first-child td {
   border-top-right-radius: 10px;
}

.table_I tr:last-child th,
.table_I tr:last-child td {
   border-bottom: 0;
}

.table_I tr:last-child th {
   border-bottom-left-radius: 10px;
}

.table_I tr:last-child td {
   border-bottom-right-radius: 10px;
}

@media screen and (max-width: 1023px) {
   .table_I th,
   .table_I td {
      padding: 20px;
   }
}

@media screen and (max-width: 767px) {

   .table_I th,
   .table_I td {
      line-height: 24px;
      padding: 10px;
   }

   .table_I th {
      font-size: 16px;
   }

   .table_I td {
      font-size: 14px;
   }
}

/* -- -- */
#content .box-qa .question {
   font-weight: 400;
   font-size: 20px;
   letter-spacing: 0.15em;
   line-height: 32px;
   color: #AD9D84;
   border-left: 4px solid #AD9D84;
   position: relative;
   padding: 10px 0 10px 62px;
}

#content .box-qa .question:before {
   content: '';
   width: 24px;
   height: 28px;
   background: url("../img/icon-Q.png") no-repeat center top/cover;
   position: absolute;
   top: 13px;
   left: 20px;
}

#content .box-qa .question .elementor-heading-title {
   line-height: inherit;
}

#content .box-qa .anwer {
   display: flex;
   flex-direction: row !important;
   gap: 50px;
   border-left: 4px solid #224C76;
   position: relative;
   margin-top: 34px;
   padding-left: 62px;
}

#content .box-qa .anwer:before {
   content: '';
   width: 24px;
   height: 22px;
   background: url("../img/icon-A.png") no-repeat center top/cover;
   position: absolute;
   top: 13px;
   left: 20px;
}

#content .box-qa .anwer .elementor-widget-text-editor {
   max-width: inherit !important;
   flex: 1 0 calc(65% - 25px);
}

#content .box-qa .anwer .elementor-widget-image {
   max-width: inherit !important;
   flex: 1 0 calc(35% - 25px);
}

@media screen and (max-width: 767px) {
   #content .box-qa .anwer {
      flex-direction: column-reverse !important;
      gap: 30px;
   }

   #content .box-qa .anwer .elementor-widget-text-editor {
      flex: inherit;
   }

   #content .box-qa .anwer .elementor-widget-image {
      flex: inherit;
   }
}


/* 250321追加 */
body.elementor-editor-active #content > .post-box,
body.elementor-editor-active #content > .custom_calendar {
	display: none;
}
body.elementor-editor-active .elementor-43 .elementor-element {
	display: inherit;
	margin: 20px 0;
}

@media screen and (max-width: 1024px) {
	#policy .set .gr2 .img2 {
		position: relative;
		bottom: auto;
		right: auto;
	}
}

/*　カスタマイズ カレンダー　*/
.elementor-element .cal_top01,
.elementor-element .cal_top02,
.elementor-element .cal_top04,
.elementor-element .cal_top03 {
	width: 100% !important;
	padding: 0 !important;
	overflow: hidden;
}
.elementor-element .cal_top02,
.elementor-element .cal_top04 {
	display: none;
}
table.custom_calendar {
	background: #fff;
	margin-bottom: -15px;
}
table.custom_calendar caption {
	padding: 0 5px 5px;
}
.custom_calendar caption h5 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.cal_year_num,
.cal_year_name_jp,
.cal_month_name_eng {
	display: none;
}
.fixed_afternoon_rest {
	background: #AD9D84;
	color: #fff !important;
}
.special_rest,
.fixed_rest,
.custom_calendar .holiday {
	background: #224C76;
	color: #fff !important;
}
.holiday_name {
	display: none;
}

table.custom_calendar tbody td:last-child,
.table_google table tbody td:last-child {
	border-right: none;
}
table.custom_calendar tbody td:first-child,
.table_google table tbody td:first-child {
	border-left: none;
}
.ctable tbody td {
	border: 1px solid #a7a7a7;
}
.blue_line {
	display: inline-block;
	position: relative;
	padding-left: 12px;
	line-height: 1;
}
.blue_line:before {
	height: 100%;
	width: 5px;
	content: '';
	display: block;
	position: absolute;
	background: #AD9D84;
	top: 0;
	left: 0;
}
table.custom_calendar th, table.custom_calendar td,
.table_google table th, .table_google table td {
	height: 32px;
	border: 1px solid #b0b0b0 !important;
	text-align: center;
	vertical-align: middle;
	width: 14.285%;
	line-height: 1.05em;
	color: #000;
}
table.custom_calendar caption,
.table_google table caption {
	font-size: 18px;
	color: rgb(43, 43, 43);
	text-align: center;
/* 	border-bottom: 1px solid rgb(167, 167, 167); */
}
table.custom_calendar thead th,
.table_google table thead td {
	background: #ededed !important;
	font-weight: bold;
}
.blue_line.orange_line:before {
	background: #224C76;
}
.blue_line.orange_line {
	margin-right: 15px;
	margin-bottom: 0;
}
table.custom_calendar thead th:first-child,
.table_google table thead td:first-child {
	color: #f64e73;
}
table.custom_calendar thead th:last-child,
.table_google table thead td:last-child {
	color: #0042BC;
}

#slick-arrow-previous-01,
#slick-arrow-previous-02,
#slick-arrow-previous-03,
#slick-arrow-previous-04  {
	font-size: 0;
	color: transparent;
	width: 50px;
	height: 24px;
	line-height: 24px;
	background: none;
	cursor: pointer;
	border: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 5px;
/* 	transform: translateY(calc(-50% + 7px)); */
}
#slick-arrow-previous-01::before,
#slick-arrow-previous-02::before,
#slick-arrow-previous-03::before,
#slick-arrow-previous-04::before {
	content: "";
	border-right: 5px solid #333;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#slick-arrow-previous-01::after,
#slick-arrow-previous-02::after,
#slick-arrow-previous-03::after,
#slick-arrow-previous-04::after {
	content: "";
	width: 50px;
	height: 24px;
	border: 1px solid #b0b0b0;
	background: #f6f6f6;
    border-radius: 4px;
	position: absolute;
	left: 0;
	cursor: pointer;
}
#slick-arrow-next-03,
#slick-arrow-next-04,
#slick-arrow-next-01,
#slick-arrow-next-02 {
	font-size: 0;
	color: transparent;
	width: 50px;
	height: 24px;
	line-height: 24px;
	background: none;
	cursor: pointer;
	border: 0;
	padding: 0;
	position: absolute;
	right: 0;
    top: 5px;
/*     transform: translateY(calc(-50% + 7px)); */
}
#slick-arrow-next-01::before,
#slick-arrow-next-02::before,
#slick-arrow-next-03::before,
#slick-arrow-next-04::before {
    content: "";
	border-left: 5px solid #333;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#slick-arrow-next-01::after,
#slick-arrow-next-02::after,
#slick-arrow-next-03::after,
#slick-arrow-next-04::after {
	content: "";
	width: 50px;
	height: 24px;
	border: 1px solid #b0b0b0;
	background: #f6f6f6;
    border-radius: 4px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

@media screen and (max-width: 767px) {  
	table.custom_calendar th,
	table.custom_calendar td,
	.table_google table th,
	.table_google table td {
		font-size: 14px;
	}
	.blue_line {
		font-size: 14px;
	}
}

