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

*/
/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/
/* zen-old-mincho-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../libs/zen-old-mincho-v13-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 500;
  src: url('../libs/zen-old-mincho-v13-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 700;
  src: url('../libs/zen-old-mincho-v13-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-900 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 900;
  src: url('../libs/zen-old-mincho-v13-japanese_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* corinthia-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Corinthia';
  font-style: normal;
  font-weight: 400;
  src: url('../libs/corinthia-v13-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: 16px;
  line-height: 32px;
  color: #4c453a;
  --main: #1f1f1f;
}

.home {
  font-size: 16px;
  color: #000;
}

/*--------------------------------------
	general
--------------------------------------*/
#content {
  min-height: 600px;
  padding: 63px 0 80px;
  overflow: hidden;
}

#content > .container {
  max-width: 1260px;
}

.home #content {
  padding: 0;
}

/*--------------------------------------
	title holder
--------------------------------------*/
.title-holder {
  display: table;
  width: 100%;
  background: #f0f0f0;
}

.title-holder .en-title {
  font-family: 'Corinthia';
  font-weight: 400;
  font-size: 42px;
  line-height: 60px;
  text-transform: capitalize;
  padding: 9px 0 0 91px;
  letter-spacing: 0.25em;
  color: #000;
}

.title-holder h1,
.title-holder h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 20px 0 28px 92px;
  display: flex;
  align-items: end;
  color: #fff;
  background: url('../img/sub/h1_bg.jpg') no-repeat center;
  background-size: cover;
  height: 230px;
  font-family: 'Zen Old Mincho';
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 30px;
  }
  .title-holder {
    margin-top: 60px;
  }
  .title-holder h1,
  .title-holder h2 {
    font-size: 26px;
    height: 140px;
    padding-left: 20px;
  }
  .title-holder .en-title {
    padding-left: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
/*--------------------------------------
	bread
--------------------------------------*/
#bread {
  max-width: 1080px;
  width: 100%;
  padding: 0 30px;
  margin: 16px auto 0;
  text-align: center;
  line-height: 1.3;
}

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

#bread li + li::before {
  content: '>';
  padding-right: 0.3em;
}

#bread li a {
  vertical-align: baseline;
  text-decoration: underline;
  color: var(--main);
}

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

/*--------------------------------------
	titles
--------------------------------------*/
/* h2 */
h2.elementor-heading-title {
  font-size: 26px;
  letter-spacing: 0;
  position: relative;
  color: #fff;
  z-index: 0;
  padding: 2px 0 9px 45px;
  line-height: 1.5;
  font-family: 'Zen Old Mincho';
  font-weight: 500;
  background: url('../img/sub/h2_bg.jpg') no-repeat left;
  background-size: cover;
  margin-bottom: 30px;
}

h2.elementor-heading-title:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

h2.elementor-heading-title:after {
  content: '';
  position: absolute;
  top: 0;
  background: url('../img/sub/h2_deco.png') no-repeat center;
  background-size: contain;
  width: 12px;
  height: 100%;
  left: 16px;
}

/* h3 */
h3.elementor-heading-title {
  position: relative;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 2px solid #d4d4d4;
  color: #584d41;
  font-family: 'Zen Old Mincho';
  font-weight: 500;
  padding: 3px 0 14px 45px;
  margin-bottom: 25px;
}

h3.elementor-heading-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 5px;
  height: 50%;
  background: #3b3b3b;
}

h3.elementor-heading-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  display: block;
  width: 5px;
  height: calc(50% - 6px);
  background: #000;
}

/* h4 */
h4.elementor-heading-title {
  position: relative;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 2px solid #d4d4d4;
  color: #584d41;
  font-family: 'Zen Old Mincho';
  font-weight: 500;
  padding: 0px 0 12px 45px;
  margin-bottom: 20px;
}

h4.elementor-heading-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 12px;
  height: 50%;
  background: #cccccc;
}

h4.elementor-heading-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  display: block;
  width: 12px;
  height: calc(50% - 6px);
  background: #0e1a35;
}

/* h5 */
h5.elementor-heading-title {
  padding: 8px 10px 8px 0;
  margin-bottom: 10px;
  color: var(--main);
  font-weight: bold;
}

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

.row-slide .slider-fade2 {
  width: 70%;
  position: relative;
}

.row-slide .thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  width: 29%;
}

.row-slide .thumbnail .slick-slide {
  position: relative;
  width: 42% !important;
  margin: 0 0 0 2%;
  background-color: #fff;
  display: inline-block;
  float: inherit !important;
}

.row-slide .thumbnail img {
  border: 4px solid #e0e0e0;
}

.row-slide .slick-slide img {
  width: 100% !important;
  height: auto;
}

.row-slide .thumbnail .slick-slide img {
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
}

.row-slide .thumbnail .slick-slide.slick-current img {
  opacity: 1;
}

.row-slide {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.row-slide .slider-fade2 h3 {
  position: absolute;
  bottom: 35px;
  left: 22px;
  padding: 3px 15px;
  display: inline-block;
  z-index: 1;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/*--------------------------------------
	list_photo
--------------------------------------*/
.list_photo .elementor-row > div {
  width: 30%;
  margin-right: 5%;
}

.list_photo .elementor-row > div:last-of-type {
  margin-right: 0;
}

.list_photo .elementor-row {
  justify-content: flex-start;
}

.list_photo .elementor-row > div dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #6d6660;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.list_photo .elementor-row > div dl dt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 9px;
  height: 100%;
  background: var(--main);
}

.list_photo .elementor-row .elementor-image {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .list_photo .elementor-row > div {
    width: 100%;
    margin: 0 auto 30px;
  }
  .list_photo .elementor-row {
    flex-direction: column;
  }
  .row-slide .slider-fade2 {
    width: 100%;
  }
  .row-slide .thumbnail {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  .row-slide .thumbnail .slick-slide {
    width: 23% !important;
    margin: 0 1%;
  }
  .row-slide .thumbnail .slick-track {
    width: 100% !important;
  }
  .row-slide .slider-fade2 h3 {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 15px 0 20px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: transparent;
    font-size: 20px;
  }
}
/*--------------------------------------
	btn
--------------------------------------*/
.btn a {
  position: relative;
  display: block;
  width: 236px;
  max-width: 100%;
  padding: 10px 10px 10px 10px;
  margin: 0 auto;
  border-radius: 6px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  border: 2px solid var(--main);
  color: var(--main);
  font-size: 18px;
  font-weight: bold;
}

.btn a::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  display: block;
  width: 8px;
  height: 10px;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
}

.btn a:hover {
  color: #fff;
  background: var(--main);
}

.btn a:hover:after {
  background: url(../img/arrow_on.png) no-repeat;
}

.btn_style1 a {
  position: relative;
  display: block;
  width: 328px;
  max-width: 100%;
  padding: 14px 10px 14px 20px;
  border-radius: 6px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  background: #7e6e53;
  color: #fff;
  margin: 0;
}

.btn_style1 a::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  display: block;
  width: 7px;
  height: 9px;
  background: url(../img/arrow_on.png) no-repeat;
}

.btn_style1 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .btn a {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 13px 10px 10px 10px;
  }
  h2.elementor-heading-title {
    font-size: 22px;
    padding-left: 36px;
    padding-top: 5px;
  }
  h3.elementor-heading-title {
    font-size: 20px;
    padding-left: 23px;
  }
  h4.elementor-heading-title {
    font-size: 17px;
    padding-left: 25px;
  }
  h5.elementor-heading-title {
    font-size: 16px;
  }
}
/*-----------------------------------------------------------
■ 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: var(--main);
}

.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: var(--main);
}

.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;
  }
}
/*--------------------------------------
	image wrap
--------------------------------------*/
.image-wrap__left img {
  float: left;
  margin: 0 15px 15px 0;
}

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

@media (max-width: 768px) {
  .image-wrap__left img,
  .image-wrap__right img {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto;
  }
}
/*--------------------------------------
	border box
--------------------------------------*/
.frame-box {
  padding: 40px;
  border: 3px solid #9f9f9f;
}

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

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

/*--------------------------------------
	Q&A
--------------------------------------*/
.qa .qa__block + .qa__block {
  margin-top: 40px;
}

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

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

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

.qa__block dd .qa__num span {
  color: var(--main);
  background: #eff9e5;
}

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

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

/*--------------------------------------
	flow
--------------------------------------*/
.flow {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 98px 0;
}
.flow:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  height: 100%;
  background: #1f1f1f;
  z-index: -1;
}
.flow .title {
  text-align: center;
  font-family: 'Corinthia';
  font-size: 25px;
  line-height: 43.2px;
  letter-spacing: 0em;
  border-bottom: 1px solid;
  padding-bottom: 21px;
  margin-bottom: 16px;
}
.flow .title span {
  font-size: 400%;
}
.flow .ttl {
  font-family: 'Zen Old Mincho';
  font-weight: 400;
  line-height: 1.82;
  font-size: 26px;
  text-align: center;
}
.flow .flow-row {
  margin-top: 62px;
  max-width: unset;
  width: 100% !important;
}
.flow .flow-row .elementor-row {
  flex-wrap: wrap;
  gap: 60px;
}
.flow .flow-row .elementor-row > .elementor-column {
  width: calc(33.3333333333% - 40px);
  background: #fff;
  color: #000;
}
.flow .flow-row .elementor-row .elementor-widget-container {
  padding-top: 192px;
  position: relative;
  padding-bottom: 48px;
}
.flow .flow-row .elementor-row .elementor-image-box-img {
  float: none !important;
  margin: 0 auto !important;
  border-radius: 0px;
  width: 100% !important;
  max-width: 240px;
}
.flow .flow-row .elementor-row .elementor-image-box-title {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 30px;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  font-family: 'Zen Old Mincho';
  font-weight: bold;
  font-size: 26px;
  color: #000;
  letter-spacing: 0em;
}
.flow .flow-row .elementor-row .elementor-image-box-title span {
  width: 50px;
  color: #fff;
  height: 50px;
  display: block;
  background: #000;
  margin: 0 auto 18px;
  font-size: 24px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.flow .flow-row .elementor-row .elementor-image-box-description {
  width: 100% !important;
  max-width: 302px;
  margin: 20px auto 0;
  font-weight: 500;
}

.flow.style2 .flow-row .elementor-row {
  display: block !important;
}
.flow.style2 .flow-row .elementor-row .elementor-column {
  width: 100% !important;
}
.flow.style2 .flow-row .elementor-row .elementor-column + .elementor-column {
  margin-top: 32px;
}
.flow.style2 .flow-row .elementor-row .elementor-widget-container {
  padding: 42px 30px 22px;
}
.flow.style2 .flow-row .elementor-row .elementor-image-box-title {
  position: static;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}
.flow.style2 .flow-row .elementor-image-box-wrapper {
  display: flex !important;
  flex-direction: row-reverse;
}
.flow.style2 .flow-row .elementor-row .elementor-image-box-title {
  text-align: left;
}
.flow.style2 .flow-row .elementor-row .elementor-image-box-title span {
  margin: 0;
}
.flow.style2 .flow-row .elementor-row .elementor-image-box-description {
  max-width: unset;
  margin-left: 70px;
  margin-right: 10px;
  width: auto !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .flow .flow-row .elementor-row {
    gap: 40px;
  }
  .flow .flow-row .elementor-row > .elementor-column {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .flow .title {
    font-size: 5vw;
  }
  .flow .ttl {
    font-size: 22px;
  }
  .flow .flow-row {
    margin-top: 40px;
  }
  .flow .flow-row .elementor-row {
    gap: 40px;
  }
  .flow .flow-row .elementor-row > .elementor-column {
    width: 100%;
  }
  .flow .flow-row .elementor-row .elementor-widget-container {
    padding-top: calc(93px + 12vw);
  }
  .flow .flow-row .elementor-row .elementor-image-box-title {
    font-size: 5.3vw;
  }
  .flow.style2 .flow-row .elementor-row .elementor-image-box-img {
    max-width: unset;
  }
  .flow.style2 .flow-row .elementor-row .elementor-widget-container {
    padding: 30px 20px 40px;
  }
  .flow.style2 .flow-row .elementor-image-box-wrapper {
    flex-direction: column;
  }
  .flow.style2 .flow-row .elementor-row .elementor-image-box-title {
    margin-top: 20px;
  }
  .flow.style2 .flow-row .elementor-row .elementor-image-box-title span {
    width: 43px;
    height: 43px;
    min-width: 43px;
    font-size: 22px;
    line-height: 40px;
  }
  .flow.style2 .flow-row .elementor-row .elementor-image-box-description {
    margin-left: 0;
    margin-right: 0;
  }
}

.flow2 {
  padding: 51px 64px;
  border: 2px solid #ccc;
}
.flow2 .elementor-image-box-img {
  display: none !important;
}
.flow2 .elementor-image-box-wrapper {
  --left-w: 159px;
  background: #dddddd;
  margin-bottom: 40px;
  position: relative;
  padding: 53px 0;
  padding-left: calc(var(--left-w) + 64px);
  padding-right: 20px;
}
.flow2 .elementor-image-box-wrapper::after {
  content: '';
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 100%;
  height: 11px;
  background: url('../img/sub/arrow.svg') no-repeat center;
  background-size: contain;
}
.flow2 .elementor-widget-wrap > .elementor-element:last-child .elementor-image-box-wrapper::after {
  display: none;
}
.flow2 .elementor-image-box-title {
  font-family: 'Zen Old Mincho';
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.05em;
  background: transparent;
  padding: 0;
  color: #000;
  margin-bottom: 16px;
}
.flow2 .elementor-image-box-title span {
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: var(--left-w);
  border-right: 2px solid;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .flow2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .flow2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flow2 .elementor-image-box-wrapper {
    padding: 0 20px 40px;
    --left-w: 80px;
    padding-top: calc(var(--left-w) + 30px);
  }
  .flow2 .elementor-image-box-title {
    font-size: 20px;
  }
  .flow2 .elementor-image-box-title span {
    border: none;
    border-bottom: 2px solid;
    width: 100%;
    height: var(--left-w);
    top: 0;
    font-size: 26px;
  }
}

/*--------------------------------------
	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: var(--main);
}

/*--------------------------------------
  c-list
--------------------------------------*/
.c-list li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #353537;
  margin-bottom: 14px;
}

.c-list li::before {
  content: '●';
  font-size: 11px;
  margin-right: 14px;
  margin-top: -1px;
}

/*--------------------------------------
  list-section
--------------------------------------*/
.list-section {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 21px 72px;
  background: #e6e9f2;
}
.list-section .title {
  font-size: 21px;
  line-height: 26px;
  font-family: 'Zen Old Mincho';
  font-weight: 900;
  color: #353537;
  margin-bottom: 44px;
}
.list-section .c-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 20px;
}
.list-section.style2 {
  background: #f9dbe0;
  margin-top: 12px;
}
@media screen and (max-width: 1000px) {
  .list-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .list-section .c-list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .list-section .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------
	anchor link list
--------------------------------------*/
.anchor-links {
  padding: 25px 31px;
  background: #f0f5ef;
  list-style: none;
  margin-bottom: 45px;
}

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

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

.anchor-links .elementor-icon-list-items li a:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

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

.anchor-links .elementor-icon-list-items li a:hover {
  text-decoration: none;
  color: var(--main);
}

@media screen and (max-width: 767px) {
  .anchor-links .elementor-icon-list-items li {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}
/*--------------------------------------
  table-box
--------------------------------------*/
.table-box {
  background: #fff;
  font-family: 'Zen Old Mincho';
  font-weight: 900;
  color: #2c2924;
  width: 100%;
  font-size: 14px;
}
.table-box th,
.table-box td {
  font-weight: inherit;
  font-family: inherit;
  padding: 16px 18px;
}
.table-box thead {
  background: #000;
  color: #fff;
}
.table-box thead th,
.table-box thead td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-box th {
  width: 35%;
}

.table-box td:first-of-type {
  width: 19%;
  min-width: 140px;
}
.table-box tbody tr:nth-child(2n) {
  background: #cccccc;
}
.table-box tbody tr td:last-child {
  font-weight: 500;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .table-box th,
  .table-box td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*--------------------------------------
	post box
--------------------------------------*/
.post-box {
  margin: -50px auto 0 auto;
}

.post-box__header {
  position: relative;
  padding: 0 0 28px;
}

.post-box__header h2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 20px;
  font-size: 27px;
}

.post-box__header h2 span {
  color: #fff;
  font-size: 10px;
}

.post-box__summary-link {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: underline;
  color: #473019;
  width: 153px;
  display: block;
  margin: auto;
  text-align: center;
  padding: 10px 0;
}

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

.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;
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 15px;
  color: #fff;
  text-transform: uppercase;
  background: var(--main);
  vertical-align: bottom;
}

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

/*--------------------------------------
two columns table
--------------------------------------*/
.two-columns-table th,
.two-columns-table td {
  border-bottom: 1px solid var(--main);
  vertical-align: top;
  line-height: 1.6;
}

.two-columns-table tr:first-child th,
.two-columns-table tr:first-child td {
  border-top: 1px solid var(--main);
}

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

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

/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/
/*--------------------------------------
	post
--------------------------------------*/
#posts {
  float: left;
  width: 65%;
}

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

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

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

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

.posts__list li .post__category {
  position: relative;
  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-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  background: var(--main);
}

.post .post__category a:hover,
.posts__list .post__category a:hover {
  opacity: 0.8;
}

.post .post__category a.news,
.posts__list .post__category a.news {
  background: #000;
  margin-bottom: 10px;
}

.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 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 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.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;
  color: #6d6660;
}

.posts__list h3 a {
  color: #6d6660;
}

.posts__list h3 a:hover {
  color: #354fa8;
}

.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;
  }
  .post-box__header h2 {
    text-align: left;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 21px;
  }
  .post-box__header h2 span {
    letter-spacing: 2px;
  }
  .post-box__summary-link {
    width: 52%;
    margin: 0;
    padding: 5px 0 4px;
    font-size: 13px;
    align-self: center;
  }
}
@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: var(--main);
}

.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: var(--main);
}

.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: var(--main);
}

.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: var(--main);
}

.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: var(--main);
}

.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: var(--main);
}

.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: var(--main);
}

.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;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #6d6660;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blogside .category-box ul li a:hover,
.blogside .category-box ul li a:hover span {
  color: var(--main);
}

/*--------------------------------------
	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 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-box li h3 a:hover {
  color: var(--main);
}

.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 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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: var(--main);
}

.archive-box ul li p.acv_open {
  font-weight: bold;
  color: var(--main);
}

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

.archive-box ul li a:hover {
  color: var(--main);
  font-weight: bold;
}

.archive-box ul li a:active {
  color: var(--main);
}

.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
--------------------------------------*/
#menu-sitemap {
  margin: 0 auto;
  background: none;
}

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

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

#menu-sitemap > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--main);
}

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

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

#menu-sitemap > li a:hover {
  color: var(--main);
}

/*-----------------------------------------------------------
 ■ 5 Contact
-----------------------------------------------------------*/
.wrap_contact {
  max-width: 800px;
  margin: 0 auto;
}

.inquiryForm_message {
  text-align: center;
}

/* step list */
.step_list {
  width: 467px;
  margin: 0 auto 90px;
}

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

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

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

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

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

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

.step_list li.current span {
  background: var(--main);
}

.step_list li span.current:after {
  background: var(--main);
}

.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 input[type='checkbox'] + span::before {
  content: '\ea53';
  border-radius: 2px;
  display: none;
}

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

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

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

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

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

/* checkbox and radio confimation screen */
.confirm_table input[type='checkbox']:not(:checked) + span,
.confirm_table input[type='radio']:not(:checked) + span {
  display: none;
}

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

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

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

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

.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
  border: 1px solid var(--main);
  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: var(--main);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1060px) {
  .inquiryFormTable dt {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .step_list {
    width: 400px;
    margin: 0 auto 60px;
  }
  .step_list li {
    margin-left: 50px;
  }
  .inquiryFormTable dl {
    display: block;
  }
  .inquiryFormTable dt,
  .inquiryFormTable dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  .inquiryFormTable dd {
    padding: 10px 40px 30px 0;
  }
  .inquiryFormTable .required,
  .inquiryFormTable .optional {
    position: static;
    display: inline-block;
    margin-left: 20px;
    margin-top: -2px;
    vertical-align: middle;
  }
  .inquiryFormTable .btBox {
    margin: 50px 0;
  }
  .inquiryFormTable .btBox input[type='submit'],
  .inquiryFormTable .wpcf7-back {
    text-align: center;
    float: none;
    width: 100% !important;
    padding: 29px 20px 28px 20px;
    font-size: 20px;
    background-position: 96% center !important;
  }
  .inquiryFormTable .btBox input[type='submit'].disabled,
  .inquiryFormTable .btBox input[type='submit'].abled {
    padding: 29px 20px 28px 20px;
  }
  .inquiryFormTable .wpcf7-back {
    margin-bottom: 15px;
  }
  .file_btn {
    margin-top: 0;
  }
  .failed .confirm_table dt,
  .failed .confirm_table dd {
    padding: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .step_list {
    width: 270px;
  }
  .step_list li {
    width: 70px;
    margin-left: 30px;
    font-size: 16px;
  }
  .step_list li span:after {
    width: 60px;
  }
  .inquiryForm_message .step_catch {
    font-size: 12px;
    letter-spacing: 0;
  }
  .inquiryFormTable .btBox input[type='submit'],
  .inquiryFormTable .wpcf7-back {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
/* -------------------------------------
map
------------------------------------- */
.map {
  position: relative;
  width: 100%;
  padding-top: 444px;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .map_box ul li {
    float: none !important;
  }
}
@media screen and (max-width: 480px) {
  .map_box ul li {
    font-size: 12px;
    letter-spacing: 0;
  }
  .contact_section .txt {
    font-size: 15px;
    letter-spacing: 0;
  }
  .map {
    padding-top: 250px;
  }
}
/*--------------------------------------
  clinic-table
--------------------------------------*/
.clinic-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #000;
}

.clinic-table th,
.clinic-table td {
  border: 1px solid #333;
  padding: 10px;
  vertical-align: top;
}

.clinic-table th {
  width: 180px;
  background: #f5f5f5;
  text-align: left;
  font-family: 'Zen Old Mincho';
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .clinic-table th {
    width: 100px;
  }
}
/* -------------------------------------
table.timetable
------------------------------------- */
.timetable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  color: #353537;
  margin-bottom: 7px !important;
}

.timetable th,
.timetable td {
  border: 1px solid #333;
  padding: 10px 14px;
}

.timetable th {
  width: 19%;
  background: #e9e9e9;
  font-family: 'Zen Old Mincho';
  font-weight: bold;
  min-width: 180px;
}

@media screen and (max-width: 767px) {
  .timetable {
    max-width: 100%;
  }
  .timetable th {
    min-width: 64px;
    font-size: 10px;
  }
  .timetable th,
  .timetable td {
    padding: 6px 8px;
  }
}
/* -------------------------------------
num_list
------------------------------------- */
.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: #3ab34b;
  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;
}

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

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

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

/*--------------------------------------
style_table
--------------------------------------*/
.style_table th,
.style_table td {
  line-height: 1.8;
  padding: 15px 5px 10px 10px;
  word-break: break-all;
}

.style_table thead th {
  background: #3ab34b;
  color: #000000;
}

.style_table tbody th {
  width: 30%;
  color: #6d6660;
  border-bottom: 1px solid var(--main);
}

.style_table.style4 tbody th {
  width: 14%;
}

.style_table tbody td {
  text-align: left;
  border-bottom: 1px solid #cbcac9;
  font-family: 'Meiryo', 'メイリオ', Verdana, '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.style_table.sty2 tbody th {
  border: 1px solid #cbcac9;
  background: #fff6d4;
}

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

.style_table.sty2 {
  font-family: 'Meiryo', 'メイリオ', Verdana, '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.style_table.sty2 thead th {
  background: #feea9a;
  color: #22201e;
  border: 1px solid #cbcac9;
  padding: 15px 20px 10px 20px;
  text-align: center;
}

.style_table.sty2 td {
  background: #fff;
  color: #22201e;
  border: 1px solid #cbcac9;
}

.style_table.sty2 th:first-child {
  width: auto;
  min-width: 85px;
}

.style_table td ul li {
  position: relative;
}

.style_table td ul li:before {
  content: '・';
}

.style_top.sty2.style_table thead th {
  background: #e8f0ff;
  font-size: 18px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: bold;
  text-align: center;
}

.style_top.sty2.style_table td span {
  min-width: 30px;
  display: inline-block;
  text-align: center;
}

.style_top.sty2.style_table td:first-child {
  font-weight: bold;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.style_table.sty2.style_top thead th,
.style_table.sty2.style_top thead td {
  color: #22201e;
  border: 1px solid #e8f0ff;
}

.table_note {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.table_note li {
  margin-right: 20px;
}

.table_note li:last-of-type {
  margin-right: 0;
}

.blue1 {
  color: #00b0d0;
}

.blue2 {
  color: #2470ff;
}

.sty2.style_table.style3 thead th {
  background: #a7c5fd;
  font-weight: bold;
  text-align: center;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.style3.sty2.style_table tbody th,
.style3.sty2.style_table tbody td:first-child {
  font-weight: bold;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.sty2.style_table.style3 td {
  border: 1px solid #a7c5fd;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.table_left.style_table.sty2 td {
  text-align: left;
}

.w50 thead th {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .style_table th,
  .style_table td {
    font-size: 14px;
    letter-spacing: 0;
  }
  .table_scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table_scroll table {
    width: 1000px;
  }
  .table_note {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .style_table th,
  .style_table td {
    font-size: 13px;
    letter-spacing: 0;
  }
  .page-id-304 .style_table tbody th {
    width: 60%;
  }
}
/*--------------------------------------
circle_list
--------------------------------------*/
.circle_list li {
  position: relative;
  padding: 2px 0 2px 23px;
}

.circle_list li:before {
  content: '';
  position: absolute;
  background: var(--main);
  top: 9px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

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

.circle_list2 li:before {
  content: '';
  position: absolute;
  background: var(--main);
  top: 12px;
  left: 0;
  height: 15px;
  width: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

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

.check_list li:before {
  content: '';
  display: block;
  border: 2px solid #e8c9c4;
  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 #e8c9c4;
  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;
  }
  .circle_list2 li:before {
    top: 9px;
  }
  .circle_list li:before {
    top: 9px;
  }
}
/*--------------------------------------
context_area
--------------------------------------*/
.context_area .img_box img {
  float: right;
  width: 30% !important;
  margin: 0 0 0 20px;
  display: block;
}

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

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

.text_box {
  overflow: hidden;
}

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

.txt_link {
  color: #2f6bbc !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
--------------------------------------*/
.flowList {
  position: relative;
  z-index: 0;
  margin: 60px auto;
}

.flowList:after {
  content: '';
  position: absolute;
  left: -1000px;
  right: -1000px;
  bottom: -40px;
  top: -40px;
  background: #ebe9e7;
  z-index: -1;
}

.flowList > li {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
}

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

.flowList > li:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-right: 0 solid transparent;
  border-bottom: 21px solid var(--main);
  position: absolute;
  left: 50%;
  bottom: -11px;
  margin-left: -11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
  border-left: 21px solid transparent;
}

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

.flowList .flow_title {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 15px;
  color: #22201e;
  overflow: hidden;
  padding-bottom: 8px;
  font-weight: bold;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.flowList .flow_title span {
  vertical-align: top;
  background: var(--main);
  color: #fff;
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  margin-right: 10px;
  letter-spacing: 0;
  margin-top: 0;
  border-radius: 50%;
}

.flowList.style2:after {
  display: none;
}

.flowList.style2 li {
  background: #f0f5ef;
  margin-bottom: 40px;
}

.flowList.style2 .flow_title span {
  background: #2470ff;
}

.flowList.style2 > li:after {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
  border-left: 0;
  bottom: -22px;
}

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

.flowList.style2 .flow_title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .flowList .img_box {
    position: relative;
    top: initial;
    right: initial;
    padding-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .flowList > li {
    padding: 30px 20px;
  }
}
/*--------------------------------------
bg_box
--------------------------------------*/
.bg_box {
  background: #fcf4df;
  padding: 35px;
  border-radius: 15px;
  overflow: hidden;
}

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

.frame_j h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.frame_j h4:before {
  content: '';
  position: absolute;
  background: #fff;
  top: 9px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 3px solid #e9cd9e;
}

.frame_k {
  background: #edf3df;
}

.frame_k h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.frame_k h4:before {
  content: '';
  position: absolute;
  background: #fff;
  top: 9px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 3px solid #c2dc81;
}

.frame_l {
  background: none;
  border: 3px solid #cbcac9;
}

.frame_l h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.frame_l h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 9px;
  height: 50%;
  background: #a3c258;
}

.frame_l h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 9px;
  height: calc(50% - 2px);
  background: var(--main);
}

.box_styleA h4,
.box_styleA h3 {
  position: relative;
  padding-left: 22px;
}

.box_styleA h4:before,
.box_styleA h3:before {
  background: #b3b3b3;
  width: 15px;
  height: 15px;
  border-radius: 0;
  top: 11px;
  content: '';
  position: absolute;
  left: 0;
}

.box_styleA .circle_list li:before {
  background: #2470ff;
  border-radius: 0;
  width: 11px;
  height: 11px;
  top: 15px;
}

.box_styleA dl dt {
  margin-right: 20px;
  min-width: 56px;
}

.border_box {
  border: 2px solid #2470ff;
  padding: 40px;
}

.border_box h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8f0ff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.border_box.border02 h4 {
  text-align: left;
  position: relative;
  padding-left: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.border_box.border02 h4:before {
  content: '';
  position: absolute;
  background: var(--main);
  top: 6px;
  left: 0;
  height: 15px;
  width: 15px;
}

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

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

.box_title {
  font-size: 27px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  letter-spacing: 0.1em;
  color: #222222;
  padding-bottom: 10px;
}

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

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

.bus_box {
  text-align: center;
}

.bus_box a {
  display: inline-block;
}

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

.elementor-text-editor p {
  margin-bottom: 0px !important;
}

.non-dot h4 {
  padding-left: 0;
}

.non-dot h4:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .bg_box,
  .bg_box01,
  .bg_box02,
  .border_box {
    padding: 20px;
  }
  .box_styleA .circle_list li:before {
    top: 12px;
  }
  .box_styleA h4:before,
  .box_styleA h3:before {
    top: 7px;
  }
  .circle_list li {
    padding-left: 18px;
  }
  .frame_j h4 {
    font-size: 20px;
  }
  .frame_k h4 {
    font-size: 20px;
  }
  .frame_l h4 {
    font-size: 20px;
  }
}
/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
  border: 10px solid #f5c645;
}

.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 #f5c645;
  color: #524b39;
}

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

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

.style_box .inner .title:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #f5c645;
  position: absolute;
  left: 0;
  top: 14px;
}

@media screen and (max-width: 767px) {
  .style_box .inner {
    padding: 25px;
  }
}
/*--------------------------------------
before after
--------------------------------------*/
.before_after li {
  float: left;
  width: 46%;
  position: relative;
  text-align: center;
}

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

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

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

.qa_list {
  padding-bottom: 30px;
}

.qa_list dd:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-right: 0 solid transparent;
  border-bottom: 21px solid #f8e9cc;
  position: absolute;
  left: 50%;
  bottom: 47px;
  margin-left: -11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
  border-left: 21px solid transparent;
  transition: none;
  z-index: -1;
}

.qa_list.active dd:after {
  transform: rotate(-135deg);
}

.qa_list dt {
  line-height: 1.8;
  font-size: 23px;
  color: var(--main);
  font-weight: bold;
  border-left: 4px solid var(--main);
}

.qa_list dd {
  border-left: 4px solid #7e6e53;
  height: 39px;
  overflow: hidden;
  padding-bottom: 20px;
}

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

.toggle.active dd {
  height: auto;
  overflow: visible;
}

.qa_list dt .num span {
  display: block;
  font-size: 31px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--main);
  letter-spacing: 0;
}

.qa_list dd .num span {
  display: block;
  font-size: 31px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #7e6e53;
  letter-spacing: 0;
  font-weight: bold;
}

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

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

/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
  float: left;
  width: 65%;
}

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

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

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

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

.posts_list li .category {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  line-height: 1;
  z-index: 10;
  margin-bottom: 10px;
}

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

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

.post .category a.blog,
.posts_list .category a.blog {
  background: #3ab34b;
}

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

.post .category a.news,
.posts_list .category a.news {
  background: #3ab34b;
}

.post .category a.news:hover,
.posts_list .category a.news:hover {
  background: #3ab34b;
}

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

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

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

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

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

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

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

.posts_list h3 a:hover {
  color: #3ab34b;
}

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

/*ã€€blogDetailã€€*/
#blogDetail .post {
  color: #0f0e0e;
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 35px;
}

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

#blogDetail .post-header h2 {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

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

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

.post .date,
.posts_list .date {
  color: #3ab34b;
  font-size: 10px;
  letter-spacing: 0;
}

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

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

.post .date span a,
.posts_list .date span a {
  color: #3ab34b;
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation a:hover {
  background: #3ab34b;
}

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

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

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

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

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

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

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

.pagination ul {
  text-align: center;
}

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

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

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

.pagination ul li a:hover {
  background: #3ab34b;
}

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

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

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

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

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

@media screen and (max-width: 1000px) {
  .posts_list li {
    width: 48%;
    margin-left: 4%;
  }
  .posts_list li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .posts_list h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .bloginfo_box .share_btn li {
    margin: 0 3px;
  }
  .bloginfo_box .share_btn li a {
    width: 40px;
    height: 40px;
  }
  .bloginfo_box .share_btn .icon-facebook:before {
    font-size: 22px;
    margin-top: 9px;
  }
  .bloginfo_box .share_btn .icon-line:before {
    font-size: 25px;
    margin-top: 8px;
  }
  .bloginfo_box .share_btn .icon-twitter:before {
    font-size: 20px;
    margin-top: 11px;
  }
  .bloginfo_box .share_btn .icon-google:before {
    font-size: 16px;
    margin-top: 12px;
  }
  .posts_list h3 {
    font-size: 13px;
  }
  .recentBox li h3 a {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .qa_list dd {
    height: 35px;
  }
  #posts {
    float: none;
    width: 100%;
  }
  .posts_list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #blogDetail .post-header {
    margin-bottom: 20px;
  }
  #blogDetail .post-header h2 {
    font-size: 22px;
  }
  #blogDetail .post-header li.category,
  #blogDetail .post-header .post-meta li.date {
    float: none;
  }
  div#blogDetail .post-content img {
    padding: 25px 0;
  }
  .bloginfo_box {
    display: block;
  }
  .bloginfo_box .blog_name {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #bfbebd;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
  }
  .bloginfo_box .blog_name .icon-blog {
    display: inline-block;
    text-align: left;
  }
  .bloginfo_box .share_btn {
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .navigation {
    margin-top: 35px;
  }
  .navigation ul {
    clear: both;
    padding-top: 20px;
  }
  .pagination {
    padding-top: 95px;
  }
  .pagination ul li .prev,
  .pagination ul li .next {
    top: 30px;
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #blogDetail .post-header h2 {
    font-size: 16px;
    line-height: 1.4;
  }
  div#blogDetail .post-content img {
    padding: 15px 0;
  }
  #blogDetail .post-content h2 {
    font-size: 20px;
    padding: 26px 5px 26px 20px;
    line-height: 1.4;
    margin: 35px 0 30px;
  }
  #blogDetail .post-content h3 {
    font-size: 19px;
  }
  .posts_list h3 {
    font-size: 14px;
  }
}
/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
  float: right;
  width: 28%;
}

.blogside h2.widgettitle {
  display: none;
}

.blogside h2 {
  /* font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004"; */
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 9px;
  margin-bottom: 24px;
  color: var(--main);
  border-bottom: 2px solid var(--main);
}

.blogside h2 span {
  font-size: 14px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--main);
  display: inline-block;
  margin-left: 14px;
  margin-bottom: 0px;
}

.blogside .searchBox {
  margin-bottom: 40px;
}

.blogside .searchBox label {
  display: none;
}

.blogside .searchBox #searchform {
  position: relative;
}

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

.blogside .searchBox .icon-search:before {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  color: #3ab34b;
}

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

.blogside .categoryBox {
  margin-bottom: 50px;
}

.blogside .categoryBox ul li {
  border-bottom: 1px solid #b8c2c1;
  padding-bottom: 16px;
  margin-bottom: 18px;
  color: #000;
}

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

.blogside .categoryBox ul li a {
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #373431;
}

.blogside .categoryBox ul li a span {
  display: block;
  font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ W3 JIS2004', 'Hiragino Kaku Gothic W3 JIS2004';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  color: #373431;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
  color: #3ab34b;
}

.recentBox {
  margin-bottom: 50px;
}

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

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

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

.recentBox li .recent_thumbnail a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.recentBox li .recent_thumbnail a span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.recentBox li .recent_thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.recentBox li .recent_thumbnail img:hover {
  opacity: 1;
}

.recentBox li .recent_thumbnail a:after,
.recentBox li .recent_thumbnail a:before,
.recentBox li .recent_thumbnail a span:after,
.recentBox li .recent_thumbnail a span:before {
  background: #3ab34b;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.recentBox li .recent_thumbnail a:after {
  width: 0px;
  height: 1px;
  left: 0;
  top: 0;
}

.recentBox li .recent_thumbnail a:before {
  width: 0px;
  height: 1px;
  bottom: 0;
  right: 0;
}

.recentBox li .recent_thumbnail a span:after {
  width: 1px;
  height: 0px;
  bottom: 0;
  left: 0;
}

.recentBox li .recent_thumbnail a span:before {
  width: 1px;
  height: 0px;
  right: 0;
  top: 0;
}

.recentBox li .recent_thumbnail a:hover:after,
.recentBox li .recent_thumbnail a:hover:before {
  width: 100%;
  width: calc(100% + 1px);
}

.recentBox li .recent_thumbnail a:hover span:after,
.recentBox li .recent_thumbnail a:hover span:before {
  height: 100%;
  height: calc(100% + 1px);
}

.recentBox li h3 a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #373431;
}

.recentBox li h3 a:hover {
  color: #3ab34b;
}

.recent_date {
  font-size: 10px;
  margin-top: 5px;
  color: #72706e;
}

.recentBox li .recent_date {
  margin-top: 15px;
}

.blogside .tagBox {
  margin-bottom: 40px;
}

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

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

.blogside .tagBox .tagcloud a:hover {
  color: #fff;
  background: #72706e;
}

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

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

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

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

.archiveBox ul li p:visited {
  color: #373431;
}

.archiveBox ul li p:hover {
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Kaku Gothic W6 JIS2004';
  color: #3ab34b;
}

.archiveBox ul li p.acv_open {
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Kaku Gothic W6 JIS2004';
  color: #3ab34b;
}

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

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

.archiveBox ul li a {
  color: #373431;
}

.archiveBox ul li a:link {
  /*color: #FFAEA2;*/
  text-decoration: underline;
}

.archiveBox ul li a:visited {
  color: #373431;
}

.archiveBox ul li a:hover {
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Kaku Gothic W6 JIS2004';
  color: #3ab34b;
}

.archiveBox ul li a:active {
  color: #3ab34b;
}

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

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

.archiveBox ul li ul.hide {
  display: none;
}

@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;
  }
  #mainimage .main_catch {
    width: 50.8%;
    left: 7%;
  }
}
@media screen and (max-width: 767px) {
  .blogside {
    float: none;
    width: 100%;
    border-top: 1px solid #5d5555;
    padding: 46px 0 0;
    box-sizing: border-box;
    margin-top: 35px;
  }
}
/* =====================================
■  新着情報
===================================== */
.category #newsList,
.single #newsDetail {
  background: #fff;
  padding: 60px 0 80px;
  min-height: 600px;
}

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

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

.news_section .h2Wrap h2 {
  display: none;
}

.titleBg h2 {
  font-family: '秀英丸ゴシック B', 'Shuei MaruGo B';
  font-size: 24px;
  text-align: left;
  background: #cadb75;
  color: #fff;
  letter-spacing: 0.38em;
  line-height: 1.2 !important;
  padding: 24px 20px 25px 32px !important;
  border-bottom: 2px solid #fff;
  margin-bottom: 0 !important;
  border-radius: 10px 10px 0 0;
  position: relative;
}

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

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

.page-id-43 #newsList,
.page-id-43 #newsDetail {
  min-height: auto;
  margin: 0 auto;
}

.page-id-43 #newsList {
  max-width: none;
  padding: 0;
  overflow-y: scroll;
  height: 262px;
  background: #f9f7f3;
  border-bottom: none;
}

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

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

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

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

.news_section .tar a {
  display: none;
}

/*--------------------------------------
新着情報一覧
--------------------------------------*/
#newsList dl {
  padding: 18px 26px 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #cbc8bf;
}

#newsList dl dt {
  color: #b4c949;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: bold;
}

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

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

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

#newsList dl dt .newsLabel {
  display: inline-block;
  width: 38px;
  height: 19px;
  line-height: 20px;
  background: #77c9e6;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
  padding: 0;
  text-indent: 0;
  text-align: center;
  box-sizing: border-box;
  margin: -3px 0 0 14px;
  vertical-align: middle;
  font-weight: normal;
}

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

@media screen and (max-width: 1300px) {
  .page-id-43 #newsList {
    height: 276px;
  }
}
@media screen and (max-width: 1000px) {
  #newsList dl dd a {
    letter-spacing: 0;
  }
  .page-id-43 #newsList {
    height: 249px;
  }
  .titleBg h2 {
    padding: 24px 20px 25px 20px !important;
    letter-spacing: 0.2em;
  }
  #newsList dl {
    padding: 18px 20px 18px;
  }
}
@media screen and (max-width: 767px) {
  #newsList,
  #newsDetail {
    max-width: 580px;
  }
  .page-id-43 #newsList {
    height: 300px;
  }
  #newsList dl:after {
    max-width: none;
  }
  .newsList dl dd a {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .titleBg h2 {
    padding: 24px 10px 25px 10px !important;
    letter-spacing: 0.2em;
  }
  #newsList dl {
    padding: 18px 10px 18px;
  }
  #newsList dl dt {
    letter-spacing: 0.05em;
    font-size: 12px;
  }
  #newsList dl dd a {
    letter-spacing: 0;
    font-size: 13px;
  }
  .titleBg h2:after {
    right: 71px;
  }
  .news_more {
    right: 14px;
    top: 32px;
  }
  .news_more a {
    font-size: 13px !important;
    letter-spacing: 0.05em;
  }
}
/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
  font-family: '秀英丸ゴシック B', 'Shuei MaruGo B';
  font-size: 24px;
  color: #574f4f;
  letter-spacing: 0.18em;
  line-height: 1.4;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

#sitemap_list li a:hover,
.sitemap_list li a:hover {
  color: #37bcec;
}

/* =====================================
■お問い合わせ
===================================== */
.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: 58px;
  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: #6d6660;
}

.step_list li.current span {
  background: var(--main);
}

.step_list li span.current:after {
  background: rgba(21, 70, 150, 0.8);
}

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

.elementor-image-box-content .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.inquiryFormTable {
  border-top: 1px solid #707070;
  font-size: 16px;
  padding-top: 22px;
}
.wpcf7-form.sent .inquiryFormTable {
  display: none;
}

.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;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Kaku Gothic W6 JIS2004';
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

.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 14px 14px;
  border: 1px solid #bfbebd;
  background: #ebe9e7;
  color: #333;
  border-radius: 5px;
}

.inquiryFormTable select {
  position: relative;
  background: #ececec url(../img/ico_select.png) no-repeat right center;
  background-size: contain;
  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;
}

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

label.icon-check {
  position: relative;
  padding-left: 35px;
}

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

.wpcf7-form-control-wrap.program .wpcf7-radio .wpcf7-list-item {
  margin-bottom: 0;
  padding-right: 0;
}

.wpcf7-form-control-wrap.program .wpcf7-radio .wpcf7-list-item label.icon-check {
  padding-left: 0;
}

.mail-note {
  text-align: left;
}

.inquiryFormTable input[type='checkbox'] + span label.icon-check:before {
  content: '\e902';
  font-size: 25px;
  color: #bfbebd;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -3px;
}

.inquiryFormTable input[type='checkbox']:checked + span label.icon-check:before {
  content: '\e903';
  color: #3ab34b;
}

.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
  border: 1px solid #3ab34b;
  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;
  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: var(--main) 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_arrow02.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: #3ab34b;
  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;
}

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

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

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

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

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

.result_txt {
  white-space: pre-wrap;
}

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

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

.failed .confirm_table dt {
  font-weight: bold;
}

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

.confirm_table dd input,
.confirm_table dd textarea,
.confirm_table dd select,
.confirm_table .comment,
.confirm_table .your-email_confirm {
  display: none;
}

.confirm_table dt {
  padding-top: 21px;
}

.confirm_table .required,
.confirm_table .optional {
  top: 26px;
}

.symptom {
  border: 1px solid #0070ac;
  padding: 20px;
  background-color: #f1f9ff;
  border-radius: 5px;
}

.symptom h3 {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  font-size: 30px;
}

.symptom,
.symptom svg {
  width: 100%;
  padding: 20px;
}

.symptom a:not([class]) {
  color: #002e46;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.symptom svg {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

.symptom svg .cls-3 {
  font-weight: 700;
}

.symptom svg .cls-3 {
  fill: #f00 !important;
  font-size: 12px;
}

.symptom svg .cls-4 {
  font-size: 7.5px;
}

.symptom svg a text {
  fill: #0070ac;
  text-decoration: underline;
}

.symptom svg a:hover text {
  text-decoration: none;
  fill: #f00;
  cursor: pointer;
}

text.cls-6 {
  fill: #f00 !important;
  font-size: 12px;
}

.d-center {
  justify-content: center;
}

.wpcf7c-conf {
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 1060px) {
  .inquiryFormTable dt {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .symptom h3 {
    font-size: 26px;
    line-height: 37px;
  }
  .symptom svg {
    height: 52vw;
    padding: 0;
  }
  .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 0px 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;
  }
  .failed .confirm_table dt,
  .failed .confirm_table dd {
    padding: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .step_list {
    width: 270px;
  }
  .step_list li {
    width: 70px;
    margin-left: 30px;
    font-size: 16px;
  }
  .step_list li span:after {
    width: 60px;
  }
  .inquiryForm_message .step_catch {
    font-size: 12px;
    letter-spacing: 0;
  }
  .inquiryFormTable .btBox input[type='submit'],
  .inquiryFormTable .wpcf7-back {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
/* 患者さんの権利・お願いページテキスト修正 */
.kanjatext {
  position: relative;
  padding: 2px 0 2px 23px;
  margin: 0;
}

.txt-red {
  color: red;
}

.txt-link,
.txt-link2 {
  position: relative;
}

.txt-link:before,
.txt-link2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--main);
}

.txt-link:hover:before {
  display: none;
}

.txt-link2 {
  color: var(--main);
}

.txt-link2:before {
  display: none;
}

.txt-link2:hover:before {
  display: block;
}

.f-bnr2 {
  justify-content: space-between;
  margin-bottom: 38px;
}

.f-bnr2 li {
  width: 24%;
  height: 80px;
  margin: 0;
}

.f-bnr2 li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  background: var(--main);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
}

.f-bnr2 li a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .f-bnr2 li {
    height: 60px;
    margin: 0 0;
  }
  .f-bnr2 li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .f-bnr2 li a {
    font-size: 12px;
  }
  .f-bnr2 li a i {
    right: 5px;
    width: 17px;
  }
}
@media screen and (max-width: 767px) {
  .f-bnr2 {
    display: none;
    margin: 0 auto 38px;
    width: 72.5%;
  }
  .f-bnr2 li {
    width: 100%;
    margin: 0 0 20px 0;
    height: auto;
  }
  .f-bnr2 li a {
    line-height: 4.5;
    font-weight: 400;
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .f-bnr2 {
    width: 80%;
  }
}
.dis-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.inquiryFormTable .hopedateline {
  align-items: center;
}

.inquiryFormTable .hopedate .wpcf7-form-control-wrap {
  display: inline-block;
  width: 50%;
  margin: 0 30px 0 0;
}

.inquiryFormTable .hopedate .wpcf7-form-control-wrap:last-of-type {
  margin-right: 0;
}

.inquiryFormTable .hopedateline select {
  text-align: center;
}

.inquiryFormTable .hopedateline input,
.inquiryFormTable .your-type input {
  background: #ececec url(../img/icons/ico_select.svg) no-repeat right center;
  background-size: auto 100%;
}

.confirm_table .hopedate .wpcf7-form-control-wrap {
  width: auto;
  margin-right: 20px;
}

.confirm_table dd .program .wpcf7-list-item-label,
.confirm_table dd .program .verify_icon {
  display: none !important;
}

.confirm_table .wpcf7-checkbox > span:first-child,
.confirm_table .wpcf7-radio > span {
  padding-top: 0;
  margin-bottom: 0;
}

.date_padding dt,
.date_padding dd {
  padding-top: 5px;
  padding-bottom: 5px;
}

.date_padding dt .required {
  top: 9px;
}

.confirm_table .mail-note {
  display: none;
}

.sec_new .elementor-image img {
  width: 100% !important;
  height: auto;
}

.dis-flex-pc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.col-item {
  width: calc(50% - 10px);
  border: 1px solid #ccc;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: none;
  box-sizing: border-box;
  padding: 10px 20px 20px;
}

.col-item p {
  margin-bottom: 0;
}

.txt-pink {
  color: #ff9999;
}

.txt-blue {
  color: #4472c4;
}

.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .col-item {
    padding: 10px 10px 20px;
  }
}

/*# sourceMappingURL=content.css.map */

.treatment-shared .ttl-shared {
  font-weight: 400;
}
.treatment-shared .ttl-shared span {
  font-size: 100px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 21px;
  margin-bottom: 20px;
}
.treatment-shared .ttl-shared small {
  font-size: 21px;
  letter-spacing: 2px;
}

.treatment-shared {
  padding: 70px 0 110px;
  position: relative;
  margin: 0 calc(50% - 50vw);
  color: #000;
}
.treatment-shared::after {
  content: '';
  background: #ededed;
  background: linear-gradient(180deg, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0.23) 17%, rgba(237, 237, 237, 1) 100%);
  position: absolute;
  top: 600px;
  left: 0;
  right: 0;
  bottom: 0;
}

.treatment-shared .container {
  max-width: 1440px;
  position: relative;
}
.treatment-shared .line1 {
  position: absolute;
  left: 84px;
  top: 590px;
  background: #8d8d8d;
  width: 1px;
  bottom: -30px;
}
.treatment-shared .line2 {
  position: absolute;
  right: 84px;
  top: 590px;
  background: #8d8d8d;
  width: 1px;
  bottom: -30px;
}
.treatment-shared .set1 {
  margin-bottom: 120px;
}
.treatment-shared .set1 .catch {
  position: absolute;
  left: calc(50% + 65px);
  top: 140px;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 4px;
}
.treatment-shared .set1 .list-photo {
  display: flex;
  justify-content: space-between;
}
.treatment-shared .set1 .list-photo .photo1 {
  margin-right: -207px;
  width: 339px;
  position: relative;
  z-index: 4;
  margin-top: 236px;
  margin-left: -27px;
}
.treatment-shared .set1 .list-photo .photo2 {
  width: 518px;
  margin-bottom: 20px;
  margin-left: -60px;
}
.treatment-shared .set1 .list-photo .photo3 {
  width: 261px;
  margin-top: 333px;
  margin-left: -244px;
}
.treatment-shared .set1 .list-photo .photo4 {
  width: 383px;
  margin-top: 93px;
  margin-right: -30px;
  margin-left: 40px;
}
.treatment-shared .set2 .ttl-shared {
  text-align: center;
  margin-bottom: 74px;
}
.treatment-shared .set2 .ttl-shared span {
  border: none;
  letter-spacing: 7px;
  margin-bottom: 13px;
}
.treatment-shared .set2 .ttl-shared small {
  letter-spacing: 4px;
  font-size: 26px;
}
.treatment-shared .set2 .ttl {
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 58px;
  font-weight: bold;
}
.treatment-shared .set2 .row {
  display: flex;
}
.treatment-shared .set2 .row .photo {
  width: 683px;
  margin-left: -30px;
  margin-bottom: 0;
}
.treatment-shared .set2 .row .col {
  padding: 43px 40px;
  width: 627px;
  background: rgba(255, 255, 255, 0.8);
  align-self: flex-start;
  margin-left: -82px;
  font-weight: 500;
  position: relative;
  margin-top: 71px;
  min-height: 324px;
}
.treatment-shared .set2 .row .col h3 {
  letter-spacing: 4px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
}
.treatment-shared .set2 .row .col .txt {
  letter-spacing: 0;
  margin-bottom: 8px;
  line-height: 180%;
  margin-bottom: 7px;
  max-width: 504px;
}
.treatment-shared .set2 .row .col .list-check li {
  padding-left: 23px;
  position: relative;
  margin-bottom: -7px;
  letter-spacing: 0;
}
.treatment-shared .set2 .row .col .list-check li::before {
  content: '';
  background: url(../img/top/icon_check.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: -1px;
}
.treatment-shared .set2 .row .col .btn-link {
  position: absolute;
  bottom: 3px;
  right: 0;
}
.treatment-shared .set2 .row .col .btn-link a {
  font-size: 14px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.5s ease;
}
.treatment-shared .set2 .row .col .btn-link a:hover {
  background: #fff;
  color: #000;
  transition: all 0.5s ease;
}
.treatment-shared .set2 .row.row-reverse {
  flex-direction: row-reverse;
}
.treatment-shared .set2 .row.row-reverse .col {
  margin-left: 0;
  margin-right: -90px;
  padding: 58px 41px 48px 80px;
  width: 640px;
  min-height: 322px;
  margin-top: 57px;
}
.treatment-shared .set2 .row.row-reverse .col h3 {
  margin-bottom: 17px;
}
.treatment-shared .set2 .row.row-reverse .col .btn-link {
  left: 88px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .treatment-shared::before {
    right: 22%;
  }
  .treatment-shared .line1 {
    left: 30px;
  }
  .treatment-shared .line2 {
    right: 30px;
  }
  .treatment-shared .set1 .catch {
    left: 42%;
    top: 31vw;
    font-size: 30px;
  }
  .treatment-shared .set1 .list-photo .photo1 {
    width: 38%;
    margin-top: 175px;
  }
  .treatment-shared .set1 .list-photo .photo2 {
    width: 60%;
    margin-left: 60px;
  }
  .treatment-shared .set1 .list-photo .photo3 {
    width: 38%;
    margin-left: -120px;
  }
  .treatment-shared .set1 .list-photo .photo4 {
    width: 45%;
    margin-top: 80px;
  }
  .treatment-shared .set2 .row {
    margin-bottom: 50px;
  }
  .treatment-shared .set2 .row .col {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .treatment-shared {
    padding-top: 0;
    padding-bottom: 70px;
  }
  #treatment .set2 .ttl-shared span {
    margin-bottom: 6px;
  }
  .treatment-shared .ttl-shared span {
    font-size: 72px;
    margin: 0 auto;
    text-align: center;
  }
  #treatment .set2 .ttl-shared span {
    margin-bottom: 6px;
  }
  .treatment-shared::before {
    right: 10px;
    top: 14vw;
    height: 102vw;
  }
  .treatment-shared .line1 {
    left: 20px;
    top: 649px;
    bottom: -40px;
  }
  .treatment-shared .line2 {
    right: 20px;
    top: 649px;
    bottom: -40px;
  }
  .treatment-shared .set1 {
    position: relative;
    margin-bottom: 49px;
  }
  .treatment-shared .set1 .catch {
    font-size: 26px;
    left: 17%;
    top: 70vw;
    z-index: 6;
  }
  .treatment-shared .set1 .list-photo {
    flex-direction: column;
    justify-content: flex-start;
  }
  .treatment-shared .set1 .list-photo .photo1 {
    order: 2;
    width: 53%;
    margin-left: -10px;
    margin-top: -113px;
    margin-bottom: -10px;
  }
  .treatment-shared .set1 .list-photo .photo2 {
    width: 85%;
    order: 1;
    margin-left: auto;
    margin-right: -10px;
  }
  .treatment-shared .set1 .list-photo .photo3 {
    order: 4;
    margin-top: -38px;
    margin-left: 16px;
    width: 49%;
  }
  .treatment-shared .set1 .list-photo .photo4 {
    order: 3;
    width: 88%;
    margin-left: auto;
    margin-right: -70px;
  }
  .treatment-shared .set2 .ttl-shared {
    margin-bottom: 42px;
  }
  .treatment-shared .set2 .ttl-shared span {
    margin-bottom: 6px;
  }
  .treatment-shared .set2 .ttl-shared small {
    font-size: 18px;
  }
  .treatment-shared .set2 .ttl {
    font-size: 21px;
    margin-bottom: 68px;
  }
  .treatment-shared .set2 .row {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .treatment-shared .set2 .row .photo {
    width: 84%;
    margin: 0 auto 20px;
  }
  .treatment-shared .set2 .row .col {
    width: 100%;
    margin: 0 auto;
    padding: 47px 47px 64px;
  }
  .treatment-shared .set2 .row .col .list-check li::before {
    top: 8px;
  }
  .treatment-shared .set2 .row .col .btn-link {
    right: 30px;
  }
  .treatment-shared .set2 .row .col .btn-link a {
    padding: 9px 25px;
  }
  .treatment-shared .set2 .row.row-reverse {
    flex-direction: column;
  }
  .treatment-shared .set2 .row.row-reverse .col {
    width: 100%;
    padding: 30px 50px;
    margin-top: 0;
  }
  .treatment-shared .set2 .row.row-reverse .col .btn-link {
    left: 50px;
  }
}

.banner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 57px 0 60px;
}
#menu {
  margin-top: 53px;
}
#menu h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
}
#menu .list-banner {
  justify-content: space-between;
  max-width: 1145px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 10px;
}
#menu .list-banner .banner {
  width: 166px;
  margin: 50px 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #menu .list-banner {
    padding: 0;
  }
  #menu .list-banner .banner {
    max-width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    gap: 20px;
    padding: 0 10px 50px;
  }
  #menu h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #menu .list-banner {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  #menu .list-banner .banner {
    width: 48%;
    margin: 0 auto 4px;
  }
}
