@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
-----------------------------------------------------------*/
.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: .25em;
}

.btn.ma {
margin: auto;
}

@keyframes fadeupcustom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeupcustom {
  -webkit-animation-name: fadeupcustom;
  animation-name: fadeupcustom;
}

@keyframes fadeInUp1 {
    from {
        opacity: 0;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp1 {
    animation-name: fadeInUp1
}

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

.home #content {
  padding: 0;
}

/*--------------------------------------
	title holder
--------------------------------------*/
.title-holder {
  display: table;
  width: 100%;
  height: 275px;
  background: url("../img/top/h1-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center 30%;
}

.title-holder .title-holder__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 70px 20px 0;
}

.title-holder .container h1,
.title-holder .container h2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.271em;
  line-height: 1.2;
  color: #FFFFFF;
  line-height: 100px;
  padding-bottom: 5px;
  margin: 0 50px;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
text-transform: uppercase;
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
  .title-holder .container h1,
  .title-holder .container h2 {
    font-size: 35px;
    line-height: 80px;
	margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .title-holder {
    height: 200px;
  }
  .title-holder .container h1,
  .title-holder .container h2 {
    font-size: 26px;
    line-height: 34px;
    padding: 15px 0;
margin: 0 10px;
  }
}

/*--------------------------------------
	bread
--------------------------------------*/
#bread {
  max-width: 1306px;
  width: 100%;
  padding: 0 30px;
  margin: 16px auto 0;
  text-align: left;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
}

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

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

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

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

@media screen and (max-width: 767px) {
  #bread {
    padding: 0 20px;
    display: none;
  }
}

/*--------------------------------------
	titles
--------------------------------------*/
/* h2 */
h2.elementor-heading-title {
  font-style: normal;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 42px !important;
  color: #515151;
  padding: 20px 0px 15px 30px !important;
  position: relative;
  background: url(../img/common/line_h2.png) repeat-x bottom center;
  background-size: auto 3px;
  margin-bottom: 35px;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
  font-style: normal;
}

h2.elementor-heading-title:before {
  content: '';
  border: 5px solid #F0F077;
  height: 50px;
  position: absolute;
  left: 0;
  top: 15px;
}

/* h3 */
.s-link a {
  width: 100%;
  display: block;
  /* font-family: "游明朝", YuMincho, serif; */
  position: relative;
  padding: 0 0 0 25px;
  font-size: 18px;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  line-height: 1.167;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0844AB;
  line-height: 60px;
  max-width: 360px;
  transition: all 0.3s ease;
}

.s-link a:hover {
  opacity: 0.75;
}

.s-link a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  display: block;
  background-image: url("../img/common/arrq.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.qa-style h2.elementor-heading-title {
  font-style: normal;
  text-align: left;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 42px !important;
  color: #515151;
  padding: 20px 0px 25px 75px !important;
  position: relative;
  background: url(../img/common/i_q.png) no-repeat 0 10px, url(../img/common/line_h2.png) repeat-x bottom center;
  background-size: 56px auto, auto 3px;
  margin-bottom: 25px;
}

.qa-style h2.elementor-heading-title:before {
  display: none;
}

.qa-style p {
  background: url(../img/common/i_a.png) no-repeat 0 5px;
  background-size: 56px auto;
  line-height: 34px;
  padding: 2px 0 35px 75px;
}

.qa-list {
  margin-bottom: 60px;
}

.qa-list ul {
  margin-left: 75px;
  margin-top: -30px;
}

.qa-list ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.qa-list ul li::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F3EA64;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
}

@media screen and (max-width: 767px) {
  .s-link a {
    width: 100%;
    display: block;
    /* font-family: "游明朝", YuMincho, serif; */
    position: relative;
    padding: 0 0 0 25px;
    font-size: 16px;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    line-height: 1.167;
    letter-spacing: 0.1em;
    color: #fff;
    background: #0844AB;
    line-height: 54px;
    max-width: 360px;
    transition: all 0.3s ease;
  }
  .s-link a:hover {
    opacity: 0.75;
  }
  .s-link a::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    display: block;
    background-image: url("../img/common/arrq.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .qa-style h2.elementor-heading-title {
    font-style: normal;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 38px !important;
    color: #515151;
    padding: 15px 0px 20px 60px !important;
    position: relative;
    background: url(../img/common/i_q.png) no-repeat 0 10px, url(../img/common/line_h2.png) repeat-x bottom center;
    background-size: 46px auto, auto 2px;
    margin-bottom: 20px;
  }
  .qa-style h2.elementor-heading-title:before {
    display: none;
  }
  .qa-style p {
    background: url(../img/common/i_a.png) no-repeat 0 5px;
    background-size: 46px auto;
    line-height: 30px;
    padding: 2px 0 30px 60px;
  }
  .qa-list {
    margin-bottom: 50px;
  }
  .qa-list ul {
    margin-left: 60px;
    margin-top: -20px;
  }
  .qa-list ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
  }
  .qa-list ul li::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F3EA64;
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
  }
}

h3.elementor-heading-title {
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4 !important;
  letter-spacing: 0.12em;
  position: relative;
  padding: 2px 0 2px 40px !important;
  color: #0844AB;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
  font-style: normal;
  background: url(../img/common/icon_h3.png) no-repeat 0 3px;
  background-size: 30px;
}

h4.elementor-heading-title {
  font-size: 18px;
  line-height: 1.2 !important;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
  color: #0844AB;
  font-weight: bold;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  background: url(../img/common/line_h2.png) repeat-x bottom center;
  background-size: auto 2px;
}

.color_red, .color-red {
  color: red;
}

.photo-text .elementor-col-66 {
  box-sizing: border-box;
  padding-right: 5%;
}

.photo-text .elementor-col-66 h3,
.photo-text h3 {
  font-size: 21px;
}

.photo-text .elementor-image {
  margin-bottom: 10px;
}

.disease_box ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.disease_box ul li::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F3EA64;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
}

.link_content a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .photo-text .elementor-col-66 h3,
.photo-text h3 {
    font-size: 18px;
  }
  .photo-text .elementor-col-66 {
    box-sizing: border-box;
    padding-right: 0%;
    padding-bottom: 8%;
  }
  .disease_box ul {
    margin-bottom: 35px;
  }

.page-id-2638 .photo-text .elementor-col-66 {
  order: 1;
    margin-top: 25px;
}

}

@media screen and (max-width: 767px) {
  h2.elementor-heading-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  h2.elementor-heading-title:before {
    height: 40px;
    top: 22px;
  }
  h3.elementor-heading-title {
    font-size: 22px;
    background-size: 26px auto;
  }
  h4.elementor-heading-title {
    font-size: 20px;
    padding-left: 0px;
    line-height: 1.4 !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  h2.elementor-heading-title {
    padding: 38px 30px 26px 40px !important;
  }
  h3.elementor-heading-title {
    padding: 0px 0 10px 0px !important;
  }
  h4.elementor-heading-title::before {
    top: -1px;
  }
}

/*--------------------------------------
	btn
--------------------------------------*/
.btn {
  max-width: 360px;
  width: 100%;
}

.btn a {
  width: 100%;
  display: block;
  /* font-family: "游明朝", YuMincho, serif; */
  position: relative;
  padding: 0 0 0 25px;
  font-size: 18px;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  line-height: 1.167;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0844AB;
  line-height: 60px;
}

.btn a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  display: block;
  background-image: url("../img/common/arrq.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .btn a {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 15px 20px 16px 15px;
  }
  .btn a::after {
    right: 10px;
  }
}

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

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

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

.flowList > li span {
  width: 105px;
  display: block;
  position: absolute;
  left: -140px;
  top: -30px;
}

.flowList > li span i {
  width: 65px;
  height: 65px;
  background: #52836C;
  position: absolute;
  right: -65px;
  bottom: 17px;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  line-height: 65px;
  color: #FFF;
  font-weight: 500;
}

.col_4 {
  display: flex;
  flex-wrap: wrap;
}

.col_4 li {
  width: 25%;
}

.flowList > li:after {
  /* position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	content: '\e904';
	color: #52836C;
	font-size: 14px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-right: 3px solid #52836C;
  border-bottom: 3px solid #52836C;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

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

.flowList p.photo {
  float: right;
  width: 30%;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 20px 20px !important;
}

.flowList .flow_title {
  font-size: 26px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 15px;
  color: #502C24;
  overflow: hidden;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.flowList .flow_title span {
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  font-style: normal;
  vertical-align: top;
  background: #905A34;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  margin-right: 10px;
  letter-spacing: 0;
  margin-top: 0;
  box-sizing: border-box;
  padding-top: 2px;
}

.flowList.is-flow > li {
  background: #FAF7F0;
  position: relative;
  margin-bottom: 70px;
  padding: 40px 30px 40px 55px;
  margin-left: 50px;
}

.flowList.is-flow > li span {
  width: 105px;
  display: block;
  position: absolute;
  left: -75px;
  top: 85px;
}

.flowList > li span i {
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .flowList p.photo {
    float: none;
    width: 100%;
    margin: 0 0 20px 0px !important;
  }
  .flowList .img_box {
    position: relative;
    top: initial;
    right: initial;
    padding-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .flowList > li {
    padding: 105px 20px 30px;
    margin: 0;
    margin-bottom: 90px;
  }
  .flowList.is-flow > li {
    background: #FAF7F0;
    position: relative;
    margin-bottom: 70px;
    padding: 50px 20px 40px 20px;
    margin-left: 0;
    text-align: center;
  }
  .flowList > li span {
    width: 70px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: -50px;
  }
  .flowList.is-flow > li span {
    width: 50px;
    display: block;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -15px;
  }
  .flowList > li span i {
    width: 50px;
    height: 50px;
    background: #52836C;
    position: absolute;
    right: 10px;
    bottom: -50px;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-weight: 500;
  }
  .col_4 li {
    width: 100%;
  }
}

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

/*--------------------------------------
2Ã¥Ë†â€”Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«
--------------------------------------*/
.column2_table th,
.column2_table td {
  line-height: 1.6;
  vertical-align: top;
  border-bottom: 1px solid #52836C;
}

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

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

/*--------------------------------------
	box
--------------------------------------*/
.bg_box {
  background: #F7F1E9;
  padding: 35px 35px 15px 35px;
}

/*--------------------------------------
文章・画像
--------------------------------------*/
.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;
}

.info-list-box {
  position: relative;
}

.info-list-box ul li {
  list-style: none;
  padding: 12px 0;
  border-bottom: 1px dashed #707070;
}

@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%;
  }
}

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

.timetable thead {
  background: #0844AB;
  color: #fff;
}

.timetable thead th {
  width: 160px;
  font-size: 18px;
  letter-spacing: 0.15em;
  
  padding-left: 25px;
}

.timetable tbody th {
  font-size: 16px;
  padding-left: 25px;
}

.timetable tbody tr:last-child th {
  border-radius: 0 0 0 5px;
}

.timetable tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.timetable td {
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
}

.timetable tbody tr th,
.timetable tbody tr td {
  border-bottom: 1px solid rgba(86, 81, 81, 0.44);
}

@media screen and (max-width: 1023px) {
  .timetable thead th {
    width: 130px;
    font-size: 15px;
  }
  .timetable tbody th {
    font-size: 13px;
    padding-left: 15px;
  }
  .timetable td {
    font-size: 12px;
  }
  .time-box p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  table.timetable {
    font-size: 10px;
  }
  .timetable td {
    padding: 10px 0;
  }
  .timetable thead th,
  .timetable tbody th {
    width: 100px;
    padding-left: 10px;
    font-size: 13px;
    letter-spacing: 0.025em;
  }
  .timetable.td-text thead th,
  .timetable.td-text tbody th {
    width: 75px;
  }
  .timetable.td-text tbody tr th span, .timetable.td-text tbody tr td span {
    display: inline-block;
    width: 20px;
    margin: auto;
    line-height: 18px;
  }
.timetable.td-text tbody tr th span i, .timetable.td-text tbody tr td span i {
    display: block;
    transform: rotate(30deg);
    line-height: 10px;
  }
  .timetable tbody th {
    letter-spacing: 0;
  }
.img-small-add .elementor-widget-wrap {
max-width: 330px;
    margin: auto;
}
}

/*--------------------------------------
	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: 767px) {
  .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;
}

/*--------------------------------------
リスト
--------------------------------------*/
.circle_list.box {
  padding: 40px;
  border-radius: 5px;
  border: 2px solid #52836C;
}

.circle_list li {
  position: relative;
  padding: 0px 0 0px 25px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  list-style-type: none;
  text-decoration: none;
}

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

.circle_list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 16px;
  height: 16px;
  z-index: 1;
  background-color: #8CC6E6;
  border-radius: 50%;
}

.table_list {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.table_list th,
.table_list td {
  padding: 7px 0 10px;
  vertical-align: top;
}

.table_list th {
  width: 27%;
  border-bottom: 1px solid #D9BD89;
}

.table_list td {
  border-bottom: 1px solid #CBCAC9;
}

@media (max-width: 980px) {
  .circle_list.box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .circle_list.box {
    padding: 20px;
  }
  .table_list th {
    width: 90px;
  }
}

table.table_info {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #AE9A3F;
  width: 100%;
}

table.table_info th {
  width: 170px;
  padding: 15px 0;
}

table.table_info td {
  text-align: center;
  padding: 15px 0;
}

table.table_info thead td {
  font-size: 16px;
}

table.table_info tr {
  border-bottom: 1px solid;
}

table.table_info tbody td {
  font-size: 16px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

@media screen and (max-width: 767px) {
  table.table_info {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  table.table_info th {
    width: 100px;
  }
  table.table_info tbody th,
  table.table_info tbody td {
    font-size: 14px;
  }
}

@media screen and (max-width: 370px) {
  table.table_info th {
    width: 90px;
  }
}

.ggmap iframe {
  width: 100%;
  height: 360px;
  border: none;
}

@media screen and (max-width: 767px) {
  .ggmap iframe {
    height: 210px;
  }
}

/*--------------------------------------
	Q&A
--------------------------------------*/
.qa__block {
  border-bottom: 1px solid #CBCAC9;
  padding-bottom: 45px;
  margin-bottom: 40px;
}

.qa__block dt:before,
.qa__block dd:before {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: -8px;
}

.qa__block dt {
  color: #52836C;
  font-size: 24px;
  line-height: 40px;
  /* font-family: "游明朝", YuMincho, serif; */
  padding-left: 77px;
  position: relative;
  margin-bottom: 37px;
}

.qa__block dt:before {
  content: 'Q';
  color: #52836C;
  border: 2px solid #52836C;
}

.qa__block dd {
  position: relative;
  padding-left: 77px;
}

.qa__block dd:before {
  content: 'A';
  color: #BCD4E3;
  border: 2px solid #E3F4FF;
}

@media screen and (max-width: 767px) {
  .qa__block {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .qa__block dt:before, .qa__block dd:before {
    width: 46px;
    height: 46px;
    font-size: 22px;
    line-height: 43px;
    top: -5px;
  }
  .qa__block dt {
    padding-left: 60px;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .qa__block dd {
    padding-left: 60px;
  }
}

/*--------------------------------------
* qa
--------------------------------------*/
.list_qa dl {
  margin-bottom: 30px;
}

.list_qa dt, .list_qa dd {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  padding-left: 50px;
}

.list_qa dt, h5, h6 {
  font-size: 20px;
  font-weight: bold;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}

.list_qa .num, h5 span, h6 span {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}

h5 span, h6 span {
  padding: 0;
  text-align: center;
}

.list_qa dt .num span, h5 span, h6 span {
  display: block;
  font-size: 21px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #FE772E;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}

.list_qa dd .num span {
  display: block;
  font-size: 21px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #F7F1E9;
  border-radius: 50%;
  text-align: center;
  color: #FE772E;
  letter-spacing: 0;
}

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

.list_qa dt .txt {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #5bcbff;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}

.col_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col_2 li {
  display: flex;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .col_2 li {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*--------------------------------------
	flow
--------------------------------------*/
.flow > li {
  position: relative;
  margin-bottom: 70px;
}

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

.flow > li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #874C93 transparent transparent transparent;
}

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

.flow .flow__title {
  /* font-family: "游明朝", YuMincho, serif; */
  position: relative;
  overflow: hidden;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #22201E;
  background: #ECECEC;
  padding: 22px 20px 20px 34px;
}

.flow .flow__title span {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  background: #874C93;
  border-radius: 50%;
  padding-left: 2px;
}

.flow .btn {
  max-width: 420px;
  width: 100%;
}

.flow .btn a {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .flow .flow__title {
    padding: 15px 10px 15px 15px;
  }
}

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

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

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

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

.frame_e > li {
  border: 2px solid #52836C;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 36px;
}

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

.frame_e .frame__title {
  /* font-family: "游明朝", YuMincho, serif; */
  position: relative;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #52836C;
  padding-left: 30px;
}

.frame_e .frame__title:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8CC6E6;
  position: absolute;
  left: 0;
  top: 6px;
}

.frame_e span {
  display: block;
}

.frame_e span img {
  width: 30% !important;
  float: right;
  margin: 0 0 5px 20px;
}

@media screen and (max-width: 980px) {
  .frame_e li {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .frame_e li {
    padding: 30px 20px;
  }
  .frame_e span img {
    width: 100% !important;
    float: none;
    margin: 0 0 20px 0;
  }
}

.frame_f li {
  background: #F9F7F3;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 36px;
}

.frame_f .frame_title {
  font-size: 20px;
  letter-spacing: 0.06em;
  /* font-family: "游明朝", YuMincho, serif; */
  border-bottom: 1px solid #52836C;
  padding: 0 0 10px 30px;
  margin-bottom: 20px;
  position: relative;
}

.frame_f .frame_title:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #52836C;
  position: absolute;
  left: 0;
  top: 7px;
}

.frame_f span {
  display: block;
}

.frame_f span img {
  width: 30% !important;
  float: right;
  margin: 0 0 5px 20px;
}

@media screen and (max-width: 980px) {
  .frame_f li {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .frame_f li {
    padding: 30px 20px;
  }
  .frame_f span img {
    width: 100% !important;
    float: none;
    margin: 0 0 20px 0;
  }
}

.list_c > li {
  border: 2px solid #52836C;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 36px;
}

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

.list_c .list__title {
  /* font-family: "游明朝", YuMincho, serif; */
  position: relative;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 25px;
  padding-left: 30px;
}

.list_c .list__title:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8CC6E6;
  position: absolute;
  left: 0;
  top: 6px;
}

.list_c .circle_list li:before {
  width: 11px;
  height: 11px;
  top: 11px;
}

@media screen and (max-width: 980px) {
  .list_c > li {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .list_c > li {
    padding: 30px 20px;
  }
}

.photo_k {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.photo_k .col {
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.photo_k .photo_ttl {
  color: #52836C;
  font-size: 24px;
  letter-spacing: 0.1em;
  /* font-family: "游明朝", YuMincho, serif; */
  margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  .photo_k {
    margin: 0;
  }
  .photo_k .col {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .photo_k img {
    width: 100% !important;
  }
  .photo_k .photo_ttl {
    font-size: 20px;
    margin: 15px 0 5px;
    text-align: center;
  }
}

.number_p li {
  box-sizing: border-box;
  background: #F9F7F3;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 36px;
}

.number_p.flow li:after {
  border: none;
  width: 12px;
  height: 7px;
  background-image: url("../img/icons/icon-blue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -22px;
}

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

.number_p .number_ttl {
  font-size: 20px;
  letter-spacing: 0.06em;
  /* font-family: "游明朝", YuMincho, serif; */
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}

.number_p .number_ttl span {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #52836C;
  color: #fff;
  text-align: center;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 33px;
  position: absolute;
  left: 0;
  top: -1px;
}

.number_p span {
  display: block;
}

.number_p span img {
  width: 30% !important;
  float: right;
  margin: -60px 0 5px 20px;
}

@media screen and (max-width: 980px) {
  .number_p li {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .number_p li {
    padding: 30px 20px;
  }
  .number_p .number_ttl {
    margin-bottom: 20px;
  }
  .number_p span img {
    width: 100% !important;
    float: none;
    margin: 0 0 20px 0;
  }
}

.flow_h li {
  box-sizing: border-box;
  background: #F9F7F3;
  border-radius: 5px;
  padding: 40px 40px 40px 85px;
  margin-bottom: 36px;
  position: relative;
}

.flow_h.flow li:after {
  border: none;
  width: 12px;
  height: 7px;
  background-image: url("../img/icons/icon-blue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -22px;
}

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

.flow_h span {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #52836C;
  color: #fff;
  text-align: center;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 33px;
  position: absolute;
  left: 40px;
  top: 39px;
}

@media screen and (max-width: 980px) {
  .flow_h li {
    padding: 30px 30px 30px 75px;
  }
  .flow_h span {
    top: 29px;
    left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .flow_h li {
    padding: 20px 20px 20px 55px;
  }
  .flow_h span {
    top: 19px;
    left: 15px;
  }
}

/*--------------------------------------
	check list
--------------------------------------*/
.check-list {
  line-height: 32px;
  letter-spacing: 0.05em;
}

.check-list li {
  position: relative;
  padding-left: 35px;
}

.check-list li:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/check-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

/*--------------------------------------
	anchor link list
--------------------------------------*/
.anchor-links {
  padding: 25px 35px;
  list-style: none;
  display: flex;
  justify-content: center;
  /* font-family: "游明朝", YuMincho, serif; */
}

.anchor-links li {
  margin: 0 15px;
  padding: 5px 30px;
  border: 1px solid;
}

.anchor-links li a {
  text-decoration: none !important;
  color: #52836C;
  font-weight: 500;
  padding-right: 25px;
  position: relative;
}

.anchor-links li a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #52836C;
  border-bottom: 3px solid #52836C;
  position: absolute;
  right: 0;
  bottom: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

.anchor-links li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .anchor-links {
    padding: 0;
  }
  .anchor-links li {
    display: block;
    width: 29%;
    margin: 0 1.5%;
    text-align: center;
    padding: 5px 0px;
  }
  .anchor-links li a {
    padding-right: 20px;
    font-size: 13px;
  }
  .anchor-links li a:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
  }
}

/* -------------------------------------
番号リスト
------------------------------------- */
.num_list {
  counter-reset: li;
}

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

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

.num_list > li:before {
  color: #000;
  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;
}

.num_list > li span {
  margin-left: -14px;
  margin-right: 8px;
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
  list-style: none;
  justify-content: flex-start;
  padding-bottom: 20px;
}

.anchorlinks.f_start {
  justify-content: flex-start;
}

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

.anchorlinks li a {
  font-size: 16px;
  text-decoration: none !important;
}

.anchorlinks li a:before {
  color: #F4722C;
  font-size: 14px;
  margin-right: 5px;
  line-height: 1;
  content: "\e910";
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
}

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

.anchorlinks.link_target li a:hover {
  color: #F4722C;
}

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

.anchorlinks.link_target li {
  width: 100%;
}

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

.anchorlinks.full li {
  width: 100%;
}

.txt-link {
  text-decoration: underline !important;
}

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

.anchorlinks1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-id-2795 .anchorlinks1 {
  align-items: center;
}

.anchorlinks1 li {
  box-sizing: border-box;
  width: 24%;
  margin: 0 0.5%;
  margin-bottom: 20px;
}

.anchorlinks1 li a {
  display: block;
  padding: 15px 30px 15px 15px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none !important;
  position: relative;
  background: #fff;
}

.anchorlinks1 li a:hover {
  background: #ffd6bf;
}

.anchorlinks1 li a:after {
  color: #FF7023;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  margin-right: 0px;
  line-height: 1;
  content: "\e910";
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
}

@media screen and (max-width: 767px) {
  .anchorlinks {
    padding-bottom: 0;
  }
  .anchorlinks li {
    width: 100%;
    display: block;
    margin: 5px 0;
    padding-left: 0;
  }
  .anchorlinks1 li {
    width: 100%;
  }
  .anchorlinks1 li a {
    width: 100%;
  }
  .bg_box {
    padding: 15px 20px;
  }
  .check-list li {
    padding-left: 30px;
  }
}

/*--------------------------------------
	post box
--------------------------------------*/
.post-box {
  margin: 0px auto;
  background: #FFF;
}

.post-box__header {
  position: relative;
  text-align: center;
  font-size: 12px;
}

.post-box__summary-link {
  text-decoration: underline !important;
}

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

.post-box__content {
  height: 151px;
  overflow-y: scroll;
}

.post-box dl {
  padding: 5px 0 10px;
  margin-bottom: 17px;
  border-bottom: 1px dotted #CBCAC9;
}

.post-box dl dt {
  line-height: 1;
  margin-bottom: 4px;
  font-size: 12px;
}

.post-box dl dt .new-label {
  display: inline-block;
  width: 35px;
  height: 15px;
  padding: 0;
  margin: -4px 0 0 10px;
  vertical-align: middle;
  line-height: 15px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0;
  text-align: center;
  color: #fff;
  background: #52836C;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  border-radius: 7px;
}

.post-box dl dd {
  font-size: 14px;
  line-height: 32px;
}

.post-box dl dd.box_ct {
  font-size: 14px;
  line-height: 22px;
  margin-top: 7px;
}

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

/* -------------------------------------
table d
------------------------------------- */
.table_d {
  border: 1px solid #CFCCC9;
}

.table_d.ext td {
  white-space: normal;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .table_d.ext_3 th {
    width: 30%;
  }
}

.table_d thead th {
  background-color: #F7F1E9;
}

.table_d td, .table_d th {
  border-bottom: 1px solid #CFCCC9;
  border-right: 1px solid #CFCCC9;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #fff;
}

.table_d th {
  background-color: #F8F4EB;
  width: 30%;
  border-bottom: 1px solid #CFCCC9;
}

@media screen and (min-width: 767px) {
  .table_d {
    table-layout: fixed;
  }
}

@media screen and (max-width: 767px) {
  .table_d td, .table_d th {
    padding: 10px;
  }
  .table_d.w_50 th {
    white-space: normal;
    width: auto;
  }
}

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

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

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

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

/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/
/*--------------------------------------
	post
--------------------------------------*/
#posts {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

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

#blogList .post {
  font-size: 15px;
  line-height: 2;
  display: flex;
  align-items: center;
}

.posts__list li {
  position: relative;
  width: 100%;
  padding: 30px 0 30px;
  border-bottom: 1px dashed #707070;
}

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

.post .post__category a,
.posts__list .post__category a {
  /* font-family: "游明朝", YuMincho, serif; */
  display: inline-block;
  min-width: 65px;
  height: 18px;
  /* font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004"; */
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
  color: #0844AB;
  border: 1px solid;
  text-align: center;
}

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

.post .post__category a:before,
.posts__list .post__category a:before {
  vertical-align: baseline;
  font-size: 10px;
  display: none !important;
}

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

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

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

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

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

.posts__list h3 {
  letter-spacing: 0;
  width: calc(100% - 210px);
  box-sizing: border-box;
  padding-left: 35px;
}

.posts__list h3 a:hover {
  color: #0844AB;
}

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

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

@media screen and (max-width: 480px) {
  #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 {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 42px !important;
  color: #515151;
  padding: 20px 0px 15px 30px !important;
  position: relative;
  background: url(../img/common/line_h2.png) repeat-x bottom center;
  background-size: auto 3px;
  margin-bottom: 35px;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
  font-style: normal;
}

#blogDetail .post__header h1::before {
  content: '';
  border: 5px solid #F0F077;
  height: 50px;
  position: absolute;
  left: 0;
  top: 15px;
}

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

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

.post__content p {
  margin-bottom: 30px;
}

.post__content ul {
  margin-bottom: 30px;
}

.post__content ul li {
  padding-left: 30px;
  position: relative;
}

.post__content ul li::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F3EA64;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
}

@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: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 120px;
}

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

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

.post .post__date span a,
.posts__list .post__date span a {
  vertical-align: baseline;
}

.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 20px;
  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: #52836C;
}

.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;
  border-top: 1px dashed #707070;
  padding: 50px 10% 0;
}

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

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

.navigation .b-news {
  width: 100px;
  margin: auto;
}

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

.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: #FFF;
  background: #0844AB;
}

.navigation a:hover {
  opacity: 0.75;
}

.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: 5px;
    padding: 50px 0 0;
  }
  .navigation ul {
    padding-top: 20px;
    clear: both;
  }
}

/*--------------------------------------
	pagination
--------------------------------------*/
.pagination {
  position: relative;
  padding-top: 52px;
  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: #0844AB;
  color: #FFF;
}

.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: #FFF;
  background: #0844AB;
}

.pagination ul li .prev {
  position: absolute;
  left: 0;
  top: 52px;
  display: block;
  width: 100px;
  padding-left: 8px;
  font-size: 14px;
  color: #FFF;
  background: #0844AB;
}

.pagination ul li .prev:hover {
  opacity: 0.75;
}

.pagination ul li .next {
  position: absolute;
  right: 0;
  top: 52px;
  display: block;
  width: 100px;
  padding-right: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  background: #0844AB;
}

.pagination ul li .next:hover {
  opacity: 0.75;
}

.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 {
  /* font-family: "游明朝", YuMincho, serif; */
  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;
  /* font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004"; */
}

.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;
  }
  .navigation .prev, .navigation .next, .navigation .b-news {
    width: 90px;
  }
}

/*--------------------------------------
	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: #52836C;
}

.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-family: "游明朝", YuMincho, serif; */
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #373431;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /* font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004"; */
}

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

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

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

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

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

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

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

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

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

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

.recent-box li h3 a:hover {
  color: #52836C;
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .pagination ul li .prev, .pagination ul li .next {
    width: 85px;
  }
  #blogDetail .post__header h1 {
    font-size: 26px;
  }
  #blogList .post {
    flex-wrap: wrap;
  }
  .posts__list h3 {
    width: 100%;
    padding: 5px 0 0 0;
  }
  .posts__list li {
    margin: 0;
  }
}

/*--------------------------------------
	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 {
  color: #52836C;
}

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

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

.archive-box ul li a:active {
  color: #52836C;
}

.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_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: #0844AB;
  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: #0844AB;
}

/*-----------------------------------------------------------
 ■ 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 {
  /* font-family: "游明朝", YuMincho, serif; */
  
  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: 56px;
  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: #0844AB;
}

.step_list li span.current:after {
  background: #0844AB;
}

.inquiryForm_message .step_catch {
  margin-bottom: 44px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #0844AB;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}

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

.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 #AE9A3F;
  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: 21px;
  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;
  /* font-family: "游明朝", YuMincho, serif; */
}

.inquiryFormTable .btBox input[type="submit"] {
  display: block;
  width: 100%;
  padding: 30px 40px 27px 40px;
  border: none;
  margin: 0 auto;
  border-radius: 0 !important;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background: #0844AB url(../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: 30px 40px 27px 40px;
  opacity: 1 !important;
  color: #BFBEBD;
  background: #72706E url(../img/icons/ico_arrow01.png) no-repeat 95% center !important;
  background-size: 6px 10px;
  pointer-events: none;
  cursor: default;
}

.inquiryFormTable .btBox input[type="submit"].abled {
  padding: 30px 40px 27px 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(../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: #AE9A3F;
}

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

.fl_jst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fl_jst li {
  width: 33%;
  margin-bottom: 20px;
}

.dialog-widget {
  display: none !important;
}

.youtube li {
  height: 300px;
  position: relative;
}

.youtube li iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  border: none;
}

.abc_list {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.abc_list dt {
  display: table-cell;
  width: 30px;
  font-size: 18px;
}

.abc_list dd {
  display: table-cell;
}

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

@media screen and (max-width: 767px) {
  .elementor-element-90b7e7e .elementor-column-wrap {
    display: block !important;
  }
  .tb-scroll {
    overflow: scroll;
  }
  .youtube li {
    height: 0;
    padding-top: 56%;
  }
  .fl_jst li {
    width: 50%;
  }
  .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;
  }
}

.category-blog #bread li:nth-child(2),
.category-news #bread li:nth-child(2) {
  display: none;
}

.menu-tabs {
  display: flex;
  justify-content: space-between;
}

.menu-tabs .tabs-nav {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: left;
}

.menu-tabs .tabs-nav img {
  width: 44px !important;
  margin-right: 19px;
  position: relative;
  top: 8px;
}

.menu-tabs .tabs-nav li + li {
  margin-top: 19px;
}

.menu-tabs .tabs-nav a {
  display: block;
}

.menu-tabs .tabs-nav a:hover {
  color: #52836C;
}

.menu-tabs .tabs-nav a:hover img {
  opacity: 1;
}

.menu-tabs .tabs-container {
  width: 502px;
  position: relative;
}

.menu-tabs .tabs-container div {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

.menu-tabs .tabs-container .tab-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1080px) {
  .menu-tabs .tabs-nav {
    width: 50%;
    letter-spacing: 0.03em;
  }
  .menu-tabs .tabs-nav img {
    margin-right: 10px;
  }
  .menu-tabs .tabs-container {
    width: 50%;
  }
}

@media screen and (max-width: 980px) {
  .menu-tabs .tabs-nav {
    font-size: 16px;
  }
  .menu-tabs .tabs-nav img {
    width: 35px !important;
    top: 4px;
    margin-right: 8px;
  }
  .menu-tabs .tabs-nav li + li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .menu-tabs {
    display: block;
    padding: 0 0px 0 30px;
  }
  .menu-tabs .tabs-nav {
    width: 100%;
  }
  .menu-tabs .tabs-container {
    display: none;
  }
}

@media screen and (max-width: 413px) {
  .menu-tabs {
    padding-left: 15px;
  }
}

@media screen and (max-width: 370px) {
  .menu-tabs {
    padding-left: 10px;
  }
  .menu-tabs .tabs-nav {
    font-size: 15px;
    letter-spacing: 0;
    font-size: 14px;
  }
  .menu-tabs .tabs-nav img {
    width: 32px !important;
    top: 3px;
    margin-right: 6px;
  }
}
