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

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

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

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

.home #content {
  padding: 0;
}

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

.title-holder {
  display: table;
  width: 100%;
  height: 260px;
  background: url("../img/page-child/h1_bg.png") no-repeat top left 420px/cover, #fff ;
}

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

.title-holder .container {
  max-width: 100%;
}

.title-holder .container h1 {
  text-align: left;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #ffffff;
  margin-left: 140px;
  position: relative;
}

.title-holder .container h1:after {
  content: "";
  background: #d4d4d4;
  width: 180px;
  height: 1px;
  left: 70px;
  top: 60px;
  position: absolute;
}

.title-holder .container h1 span {
  display: block;
}

.title-holder .container h1 span:first-child {
  color: #584d41;
  margin-bottom: 30px;
}

.title-holder .container h1 span:last-child {
  color: #ff7f00;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
}

.title-holder .container h1 span:last-child::first-letter {
  color: #7de59c;
}

@media screen and (max-width: 991px) {
  .title-holder .container h1 {
    margin-left: 50px;
  }

  .title-holder {
    background: url("../img/page-child/h1_bg.png") no-repeat top left 285px/cover, #fff;
  }
}

@media screen and (max-width: 767px) {
  .title-holder {
    height: 140px;
    background: url("../img/page-child/h1_bg.png") no-repeat center right -335px / cover, #fff;
  }

  .title-holder .container h1,
  .title-holder .container h2 {
    font-size: 26px;
    margin-left: 0;
  }

  .title-holder .container h1:after {
    top: 40px;
  }

  .title-holder .container h1 span:first-child {
    margin-bottom: 20px;
  }
}

/*--------------------------------------
	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: #77716c;
}

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

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

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

/* h2 */
h2.elementor-heading-title {
  color: #4C453A;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 32px;
  line-height: 1.2 !important;
  letter-spacing: 0.15em;
  padding: 20px 10px 20px 0 !important;
  position: relative;
  margin-bottom: 30px;
}

h2.elementor-heading-title:before {
  content: "";
  position: absolute;
  background: url(../img/page-child/h2_deco.jpg) no-repeat 0 0/100%;
  width: 80px;
  height: 3px;
  left: 0;
  bottom: 0;
}

.has-img h2.elementor-heading-title:after {
  content: "";
  background: url(../img/page-child/h2_deco_img.png) no-repeat 0 0/100%;
  width: 57px;
  height: 65px;
  position: absolute;
  right: -35px;
  top: 25px;
}
.has-img img{
    border-radius: 20px!important;
  }
h3.elementor-heading-title {
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4 !important;
  letter-spacing: 0.15em;
  position: relative;
  /*padding: 20px 0 20px 30px !important;*/
  padding: 20px 0 20px 0 !important;
  color: #4C453A;
  /*border-bottom: 2px solid #99df60;*/
  margin-bottom: 30px;
}

/*h3.elementor-heading-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 9px;
  height: calc(100% - 8px);
  z-index: 1;
  background-color: #ff8000;
}

h3.elementor-heading-title:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 9px;
  height: calc(50% - 4px);
  z-index: 1;
  background-color: #7de59c;
  top: 0;
}*/

h4.elementor-heading-title {
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1.2 !important;
  color: #584d41;
  padding: 5px 0 10px 30px !important;
  position: relative;
  margin-bottom: 25px;
}

h4.elementor-heading-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 9px;
  height: calc(100% - 8px);
  z-index: 1;
  background-color: #7de59c;
}

h4.elementor-heading-title:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 9px;
  height: calc(50% - 4px);
  z-index: 1;
  background-color: #ff8000;
  top: 0;
}

h5.elementor-heading-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
}

h5.elementor-heading-title:before {
  content: "";
  background: #FF7F00;
  width: 20px;
  height: 20px;
  border-radius: 50vw;
  top: 5px;
  left: 0;
  position: absolute;
}

h5.elementor-heading-title:after {
  content: "";
  background: #99DF60;
  width: 13px;
  height: 13px;
  border-radius: 50vw;
  top: 15px;
  left: 10px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  h2.elementor-heading-title {
    font-size: 22px;
    padding: 20px 15px 25px 0 !important;
  }

  .has-img h2.elementor-heading-title:after{
    width: 40px;
    right: -25px;
  }

  h3.elementor-heading-title {
    font-size: 23px;
    background-size: 30px;
    padding: 0px 0 10px 34px !important;
    background-size: 23px;
    background-position: 0 8px;
  }

  h4.elementor-heading-title {
    font-size: 22px;
    padding: 0px 0 10px 30px !important;
    line-height: 32px !important;
  }
}

/*--------------------------------------
* 流れ
--------------------------------------*/
.flowList>li {
  background: #eff3fb;
  position: relative;
  margin-bottom: 35px;
  padding: 40px;
  font-family: "Noto Serif JP", serif;
}

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

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

.flowList>li:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 26px 18px 0 18px;
  border-color: #283e67 transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.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: 20px;
  line-height: 30px;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 28px;
  color: #22201e;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.flowList .flow_title span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #24375c;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  font-size: 20px;
  margin-right: 10px;
  letter-spacing: 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .flowList p.photo {
    float: none;
    width: 100%;
    margin: 0 0 20px 0px !important;
  }

  .flowList>li {
    padding: 30px 20px;
  }
}

/*--------------------------------------
2Ã¥Ë†â€”Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«
--------------------------------------*/

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

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

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

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

table.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #a39a67;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #6e6952;
}

table.timetable th {
  width: 107px;
  border-right: 1px solid #a39a67;
  text-align: center;
}

table.timetable thead th,
table.timetable thead td {
  padding: 3px 0 2px;
}

table.timetable td:last-child {
  width: 100px;
  padding-right: 15px;
}

table.timetable thead td:last-child {
  letter-spacing: 0.05em;
}

table.timetable thead {
  color: #fff;
  background: #a39a67;
}

table.timetable tbody tr+tr {
  border-top: 1px solid #a39a67;
}

table.timetable tbody th,
table.timetable tbody td {
  padding: 8px 0px;
}

@media screen and (max-width: 980px) {
  table.timetable td:last-child {
    width: 60px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  table.timetable {
    font-size: 11px;
  }

  table.timetable th {
    width: 70px;
  }

  table.timetable thead th {
    font-size: 12px;
  }

  table.timetable thead th,
  table.timetable thead td {
    padding: 0;
    line-height: 29px;
  }

  table.timetable tbody th,
  table.timetable tbody td {
    padding: 0;
    line-height: 35px;
  }

  table.timetable td:last-child {
    width: auto;
    white-space: nowrap;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------
リスト
--------------------------------------*/
.circle_list li {
  position: relative;
  padding-left: 26px;
  font-family: "Noto Serif JP", serif;
  line-height: 23px;
}

.circle_list li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #f76700;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

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

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

@media screen and (max-width: 767px) {
  .elementor-element-90a25f9 {
    height: auto;
  }

  #news_box {
    position: relative;
    z-index: 0;
  }

  #news_box:before {
    content: "";
    background: #866648;
    position: absolute;
    top: 16px;
    bottom: -16px;
    right: 0px;
    left: 16px;
    z-index: -1;
  }
}

/*--------------------------------------
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 .post__category a,
.posts__list .post__category a,
.posts__list h3,
#blogDetail .post__header h1,
.blogside h2,
.blogside .category-box ul li a {
  /* font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004"; */
  font-weight: bold;
}

.posts__list h3 a:hover,
.post .post__date,
.posts__list .post__date,
.post .post__date span a,
.posts__list .post__date span a,
.blog-info-box .blog-info-box__name .icon-blog::before,
.blogside .search-box .icon-search::before,
.blogside .category-box ul li a:hover,
.blogside .category-box ul li a:hover span,
.recent-box li h3 a:hover,
.archive-box ul li p:hover,
.archive-box ul li p.acv_open,
.archive-box ul li a:hover,
.archive-box ul li a:active,
#sitemap_list li a:hover,
.sitemap_list li a:hover,
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon::before {
  color: #ff7f3b;
}

.post .post__category a,
.posts__list .post__category a,
.post .post__category a.news,
.posts__list .post__category a.news,
.navigation a:hover,
#sitemap_list li:before,
.sitemap_list li:before,
.step_list li.current span,
.step_list li span.current:after,
.inquiryFormTable .btBox input[type="submit"] {
  background-color: #ff7f3b;
}

.archive-box ul li p::before,
.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
  border-color: #ff7f3b;
}

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

/*--------------------------------------
	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;
  width: 100%;
  margin-bottom: 50px;
}

.posts__list li .post__category {
  margin: 0 0 5px;
  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;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
}

.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;
  line-height: 1.4;
}

.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 {
  font-size: 30px;
  line-height: 1.8;
}

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

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

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

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

/*-----------------------------------------------------------
■ 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;
  line-height: 1;
  color: #373431;
}

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

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blogside {
    float: right;
    width: 30%;
  }

  .blogside h2 {
    font-size: 14px;
    letter-spacing: 0;
  }

  .blogside h2 span {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

/*--------------------------------------
	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__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::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -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 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;
  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;
}

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

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

.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
  border: 1px solid;
  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-image: url(../img/icons/ico_arrow02.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  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-color: #72706e;
  background-image: url(../img/icons/ico_arrow01.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  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-color: #72706e;
  background-image: url(../img/icons/ico_arrow02.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  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;
}

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

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

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

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

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

.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table span.comment {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
  display: none;
}

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

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
  padding-left: 0;
}

.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
  padding: 12px 0 10px;
}

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

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

  .custom-wpcf7c-confirmed .confirm_table dt,
  .custom-wpcf7c-confirmed .confirm_table dd {
    padding: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .step_list {
    width: 270px;
  }

  .step_list li {
    width: 70px;
    margin-left: 30px;
    font-size: 16px;
  }

  .step_list li span:after {
    width: 60px;
  }

  .inquiryForm_message .step_catch {
    font-size: 12px;
    letter-spacing: 0;
  }

  .inquiryFormTable .btBox input[type="submit"],
  .inquiryFormTable .wpcf7-back {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.loader_bg {
  padding-bottom: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
}

.list_A {
  border: 1px solid #99DF60;
  border-radius: 40px;
  padding: 25px 0;
  background: #EFFFF4;
  margin-bottom: 30px;
}

.list_A h3 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 75px;
  margin-right: 75px;
}

.list_A ul {
  padding: 0 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_A ul li {
  width: 49%;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.list_A ul li::before {
  content: "";
  background: #99DF60;
  width: 10px;
  height: 10px;
  border-radius: 50vw;
  top: 12px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 991px){
  .list_A h3{
    margin-left: 50px;
    margin-right: 50px;
  }
  .list_A ul{
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
      .list_A h3 {
        margin-left: 25px;
        margin-right: 25px;
        padding-bottom: 15px;
        margin-bottom: 10px;
      }

  .list_A {
    padding: 30px 0;
  }

  .list_A ul {
    display: block;
    padding: 0 20px;
  }

  .list_A ul li {
    width: 100%;
  }
}

.list_A.list_B {
  border: 1px solid #ff9c46;
  background: #F9F1DB;
}

.list_A.list_B ul li::before {
  background: #ff8000;
}
.table-B{
  font-weight: bold;
}
.table-B table tr td {
  padding: 15px 15px;
}
.table-B table thead  tr{
  
}
.table-B table thead  tr th{
  padding: 15px;
  background:#D0C7B5 ;
  font-weight: bold;
}
.table-B table thead  tr th:first-child{
  border-radius: 15px 0 0 0;
}
.table-B table thead  tr th:last-child{
  border-radius: 0 15px 0 0;
}
.table-B table tr td:first-child {
  width: 50%;
}
.table-B table tbody tr td{
  background: #fff;
}
.table-B table tbody tr:nth-child(2n) td{
  background: #F0ECE3;
}
.table-B table tbody tr:last-child td:first-child{
  border-radius: 0 0 0 15px;
}
.table-B table tbody tr:last-child td:last-child{
  border-radius: 0 0 15px 0;
}
.list_C.list_A {
  position: relative;
  background: url(../img/list_C_bg.png) repeat 0 0 / cover;
  margin-bottom: 40px;
  border: none;
}

.list_C.list_A::before {
  content: "";
  background: #fff;
  border-radius: 30px;
  border: 1px solid #ff9c46;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.list_C.list_A h3 {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  margin: 0 auto 30px;
  padding-left: 45px;
  padding-top: 20px;
}

.list_C.list_A ul {
  position: relative;
  z-index: 1;
}

.list_C.list_A ul li::before {
  background: #b5e759;
}

@media screen and (max-width: 767px) {
  .list_C.list_A::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}

.flow {
  background: url(../img/flow_bg.png) no-repeat center center/100% 100%;
  border-radius: 35px;
  padding: 15px;
}
.flow .flow-container{
  background: #fff;
  padding: 40px 40px 10px;
  border-radius: 25px;
}
.flow h2{
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 20px;
  color: #4C453A;
}
.flow h2:after{
  content: '';
  width: 80px;
  height: 3px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #D88444;
}
.flow .box-flow {
  background: #F6F3E8;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 40px 50px;
  position: relative;
}

.flow .box-flow::after {
  content: "";
  background: #D6B49A;
  width: 2px;
  height: 100%;
  left: 120px;
  top: 0;
  position: absolute;
}
.flow .box-flow:before{
  content: '';
  background: url(../img/page-child/flow_arrow.png);
  width: 32px;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  position: absolute;
}
.flow .box-flow:last-child:before{
  display: none;
}
.flow .box-flow .number {
  margin-right: 50px;
  padding-right: 50px;
  font-size: 32px;
  color: #D88444;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.flow .box-flow .flow-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #D88444;
}

@media screen and (max-width: 767px) {
  .flow{
    padding: 10px;
  }
  .flow .flow-container {
    padding: 30px 15px 10px;
  }
  .flow h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .flow .box-flow {
    display: block;
    padding: 30px 20px;
  }
.flow .box-flow:last-child{
  margin-bottom: 20px;
}
  .flow .box-flow::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 80px;
  }

  .flow .box-flow .number {
    margin-bottom: 40px;
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }
}

.small_img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}

.small_img img {
  width: 100% !important;
}

.btn-t1 a {
  display: block;
  width: max-content;
  padding: 3px 15px;
  border-radius: 50vw;
  border: 1px solid #ff8000;
  color: #ff8000;
}

.btn-t1 a:hover {
  opacity: 0.7;
}

.faq dl {
  border-radius: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.faq dl dt {
  padding: 15px 30px;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  background: #EDE0A7;
  color: #D88444;
  font-weight: bold;
  gap: 0 20px;
}

.faq dl dt span:first-child {
  font-size: 18px;
  
}

.faq dl dt span:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  width: calc(100% - 50px);
}

.faq dl dd {
  display: flex;
  gap: 0 30px;
  background: #fff;
  padding: 15px 30px;
  border-radius: 0 0 20px 20px;
}

.faq dl dd span:first-child {
  font-size: 21px;
  color: #43e293;
  background: #f2f6fc;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: none;
}

.faq dl dd span:last-child {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  width: calc(100% - 50px);
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .faq dl {
  }
  .faq dl dt {
    padding: 15px 25px;
  }

  .faq dl dt span:last-child {
    width: 100%;
    line-height: 24px;
  }

  .faq dl dd span:last-child {
    width: 100%;
  }

}

.message_recruit p {
  border: 2px dashed #43e293;
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  font-size: 22px;
}

.anchor_link {
  background: #f9f1db;
  padding: 50px 40px 30px;
  box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 40px;
}

.anchor_link ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}

.anchor_link ul li a {
  display: block;
  font-size: 15px;
  background: #fff;
  border-radius: 50vw;
  padding: 5px 30px;
  position: relative;
}

.anchor_link ul li a::after {
  content: "";
  background: url(../img/shared/link_arrow.png) no-repeat 0 0/100%;
  width: 6px;
  height: 11px;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
  position: absolute;
}

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

@media screen and (max-width: 767px) {
  .anchor_link {
    padding: 35px 25px 20px;
  }
}

.row-agree .wpcf7-radio {
  justify-content: center !important;
}

.agree .wpcf7-list-item {
  display: block;
  width: auto !important;
  position: relative;
  z-index: 1;
}

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

.agree .inquiryFormTable input[type="radio"] {
  cursor: pointer;
}

.confirm_table .row-agree {
  display: none !important;
}

.btn_inner {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.btn_inner a {
  color: #fff;
  background: #ff7f3b;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.3s;
  font-weight: 600;
  box-sizing: border-box;
}

.btn_inner a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  margin-top: -4px;
}

.btn_inner a:hover {
  opacity: 0.7;
}

#menu {
  background: url("../img/top/bg_line.jpg") repeat-x left top/auto 42px;
  padding-top: 170px;
}

#menu img {
  opacity: 1;
}

#menu a {
  color: #4c453a;
}

#menu a:hover {
  opacity: 0.7;
}

#menu .inner {
  position: relative;
  z-index: 3;
  width: calc(100% - 200px);
  margin: -263px 0 0 auto;
}

#menu .list-menu1 li a {
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 40px;
}

#menu .list-menu1 li a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow2.png") no-repeat;
  width: 47px;
  height: 47px;
  background-size: 100%;
  bottom: 12px;
  right: 12px;
  z-index: 1;
}

#menu .list-menu1 li a .photo {
  position: relative;
  width: 35.9%;
}

#menu .list-menu1 li a .photo dt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#menu .list-menu1 li a .photo dd {
  height: 100%;
}

#menu .list-menu1 li a .photo dd img {
  border-radius: 40px 0 0 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#menu .list-menu1 li a .group-txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 30px;
}

#menu .list-menu1 li a .group-txt>* {
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#menu .list-menu1 li a .group-txt h3 {
  color: #4c453a;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}

#menu .list-menu1 li a .group-txt .txt {
  margin-top: 6px;
}

#menu .list-menu1 li+li {
  margin-top: 24px;
}

#menu .list-menu2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-top: 25px;
}

#menu .list-menu2 li {
  width: calc(50% - 12px);
}

#menu .list-menu2 li a {
  position: relative;
  display: flex;
  height: 100%;
  background: #fff;
  border-radius: 40px;
}

#menu .list-menu2 li a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow3.png") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  bottom: 16px;
  right: 16px;
}

#menu .list-menu2 li a .icon {
  position: relative;
  width: 152px;
}

#menu .list-menu2 li a .icon dt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}

#menu .list-menu2 li a .icon dd {
  height: 100%;
}

#menu .list-menu2 li a .icon dd img {
  border-radius: 40px 0 0 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#menu .list-menu2 li a .group-txt {
  flex: 1;
  padding: 23px 30px;
}

#menu .list-menu2 li a .group-txt>* {
  max-width: 243px;
  width: 100%;
}

#menu .list-menu2 li a .group-txt h3 {
  color: #4c453a;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}

#menu .list-menu2 li a .group-txt .txt {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  #menu .title-shared h2 {
    order: 2;
  }

  #menu .title-shared h3 {
    order: 1;
    margin: -55px 0 0 -55px;
    padding: 114px 0 0 98px;
  }

  #menu .title-shared h3::before {
    background-image: url("../img/top/ttl_deco2.png");
    left: 0;
    right: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1340px) {
  #menu .title-shared h3 {
    margin-left: calc(-50vw + 50% + 20px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #menu .list-menu1 li a .photo {
    width: 230px;
  }

  #menu .list-menu1 li a .group-txt h3 {
    font-size: 26px;
  }

  #menu .list-menu1 li a .group-txt .txt {
    font-size: 14px;
    line-height: 2;
  }

  #menu .list-menu2 li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #menu {
    background: url("../img/top/bg_line_sp.jpg") repeat-x left top/auto 24px;
    padding-top: 59px;
  }

  #menu .inner {
    width: auto;
    margin: 22px 0 0;
  }

  #menu .list-menu1 li a {
    display: block;
    border-radius: 20px;
    padding: 24px;
  }

  #menu .list-menu1 li a::before {
    display: none;
  }

  #menu .list-menu1 li a .photo {
    width: auto;
  }

  #menu .list-menu1 li a .photo::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow2.png") no-repeat;
    background-size: 100%;
    width: 47px;
    height: 47px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
  }

  #menu .list-menu1 li a .photo dd {
    height: -moz-fit-content;
    height: fit-content;
  }

  #menu .list-menu1 li a .photo dd img {
    border-radius: 14px;
  }

  #menu .list-menu1 li a .group-txt {
    display: block;
    padding: 3px 0 0;
  }

  #menu .list-menu1 li a .group-txt>* {
    max-width: unset;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  #menu .list-menu1 li a .group-txt .txt {
    margin-top: 2px;
    line-height: 26px;
  }

  #menu .list-menu1 li+li {
    margin-top: 16px;
  }

  #menu .list-menu2 {
    row-gap: 16px;
  }

  #menu .list-menu2 li {
    width: 100%;
  }

  #menu .list-menu2 li a {
    border-radius: 20px;
  }

  #menu .list-menu2 li a::before {
    bottom: 8px;
    right: 8px;
  }

  #menu .list-menu2 li a .icon {
    width: 57px;
  }

  #menu .list-menu2 li a .icon dt {
    width: 32px;
    margin: 0 auto;
  }

  #menu .list-menu2 li a .icon dd {
    height: 100%;
  }

  #menu .list-menu2 li a .icon dd img {
    border-radius: 20px 0 0 20px;
  }

  #menu .list-menu2 li a .group-txt {
    padding: 15px 26px 24px 23px;
  }

  #menu .list-menu2 li a .group-txt>* {
    max-width: unset;
    width: auto;
  }

  #menu .list-menu2 li a .group-txt h3 {
    font-size: 24px;
    line-height: 1.6;
  }

  #menu .list-menu2 li a .group-txt .txt {
    margin-top: 0;
    line-height: 26px;
    letter-spacing: 0;
  }
}

.title-shared {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.title-shared h2 {
  color: #dde264;
  font-size: 57px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.title-shared h3 {
  position: relative;
  margin: -55px -55px 0 0;
  padding: 112px 103px 0 0;
}

.title-shared h3::before {
  content: "";
  position: absolute;
  background: url("../img/top/ttl_deco.png") no-repeat;
  background-size: 100%;
  width: 169px;
  height: 177px;
  top: 0;
  right: 0;
}

.title-shared h3 span {
  display: block;
  font-weight: 500;
  line-height: 1.1;
}

.title-shared h3 span.txt-small {
  color: #8e8473;
  font-size: 18px;
  letter-spacing: 0.11em;
}

.title-shared h3 span.txt-big {
  margin: 0 26px 0 0;
  font-size: 36px;
  letter-spacing: 0.19em;
}

@media screen and (min-width: 768px) {
  .title-shared h3 {
    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;
  }
}

@media screen and (max-width: 767px) {
  .title-shared {
    display: block;
    margin: 0 -30px;
  }

  .title-shared h2 {
    text-align: right;
    margin-right: 29px;
    font-size: 40px;
  }

  .title-shared h3 {
    display: flex;
    flex-direction: column;
    margin: -13px 0 0;
    padding: 80px 0 0 61px;
  }

  .title-shared h3::before {
    background-image: url("../img/top/ttl_deco_sp.png");
    width: 90px;
    height: 107px;
    inset: 0 auto auto 0;
  }

  .title-shared h3 span.txt-small {
    order: 2;
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: 0;
  }

  .title-shared h3 span.txt-big {
    order: 1;
    margin: 0;
    letter-spacing: 0.05em;
  }
}

.box-t1 .elementor-image-box-title {
  background: transparent;
  color: #000;
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: bold;
}

.box-t1 .elementor-image-box-img {
  float: none;
  width: 100% !important;
  margin-top: 50px !important;
}

.box-t1 .elementor-image-box-img img {
  width: 100% !important;
}

.tab-wrapper {
  margin: 80px auto;
}

/* ===== TAB MENU ===== */

.tab-menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.tab-menu li {
  padding: 10px 15px;
  border: 2px solid #7de59c;
  border-bottom: none;
  cursor: pointer;
  background: #fff;
  color: #7de59c;
  margin-right: 10px;
  border-radius: 12px 12px 0 0;
  transition: 0.3s;
}

.tab-menu li:last-child {
  margin-right: 0;
}

.tab-menu li.active {
  background: #7de59c;
  color: #fff;
}

/* ===== TAB CONTENT ===== */

.tab-content {
  display: none;
  background: #fff;
  padding: 40px;
  border: 2px solid #7de59c;
  border-radius: 25px;
}

.tab-content.active {
  display: block;
}

.tab-content h2 {
  color: #7de59c;
  margin-bottom: 30px;
}

/* ===== CASE BLOCK ===== */

.case-block {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  align-items: flex-start;
  position: relative;
}

.case-block::before {
  content: "";
  background: #ccc;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -30px;
  position: absolute;
}

.case-block::after {
  content: "";
  background: url(../img/top/arrow_down.png) no-repeat 0 0/100%;
  width: 32px;
  height: 22px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -46px;
}

.case-block:last-child {
  margin-bottom: 10px;
}

.case-block:last-child:after,
.case-block:last-child::before {
  display: none;
}

.case-block img {
  width: 180px;
  height: auto;
}

.case-block .text h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.case-block .text p {
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 767px) {
  .tab-content {
    padding: 20px;
    border-radius: 10px;
  }

  .case-block {
    display: block;
  }

  .case-block img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* menu page child */
#menu.menu-child {
  background: none;
}

#menu.menu-child .inner {
  width: 100%;
}



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

.pagination ul li a,
.pagination ul li span.dots {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #333;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: bold;
  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: #ff7f3b;
}

.pagination ul li span.current {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #ff7f3b;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: bold;
  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: 767px) {
  .pagination {
    padding-top: 95px;
  }

  .pagination ul li .prev,
  .pagination ul li .next {
    top: 30px;
    width: 48%;
  }
}

.table_F1 {
  background: rgba(218, 241, 191, 0.5294117647);
  padding: 50px 80px;
  border-radius: 50px;
  position: relative;
  margin: 0 5px 30px;
}
.table_F1::before {
  content: "";
  background: #ff8000;
  width: 90%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
}
.table_F1 h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.table_F1 dl {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #353537;
}
.table_F1 dl dt {
  color: #ff8000;
  width: 30%;
  padding-right: 20px;
}
.table_F1 dl dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .table_F1 {
    padding: 40px 20px;
  }
  .table_F1::before {
    width: 80%;
  }
  .table_F1 dl dt {
    width: 120px;
  }
  .table_F1 dl dd {
    width: calc(100% - 120px);
  }
}

.table_F2 {
  background: rgba(218, 241, 191, 0.5294117647);
  padding: 50px 80px;
  border-radius: 50px;
  position: relative;
  margin: 0 5px 30px;
}
.table_F2::before {
  content: "";
  background: #ff8000;
  width: 90%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
}
.table_F2 h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.table_F2 p {
  padding-left: 20px;
  position: relative;
}
.table_F2 p::before {
  content: "";
  background: #ff8000;
  width: 10px;
  height: 10px;
  border-radius: 50vw;
  left: 0;
  top: 12px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .table_F2, .table_F1{
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .table_F2 {
    padding: 40px 20px;
  }
  .table_F2::before {
    width: 80%;
  }
}

@media screen and (min-width: 768px){
  .table_F2{
    min-height: 320px;
  }
  .table_F2.table_F2_height, .table_F1.table_F1_height{
    min-height: 380px;
  }
  .table_F1.table_F1_height.table_F1_height_480{
    min-height: 480px;
  }
  
}
@media screen and (max-width: 767px){
  .table_F1_scroll{
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  .table_F1_scroll .table_F1{
    width: 1000px;
  }
  .table_F1_scroll .table_F1 dl dt{
    width: 30%;
  }
  .table_F1_scroll .table_F1 dl dd{
    width: 70%;
  }
}

.equiment_t1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.equiment_t1 .col {
  width: 32%;
  margin-bottom: 30px;
}
.equiment_t1 .col .photo {
  border-radius: 20px 20px 0 0;
}
.equiment_t1 .col .photo img {
  border-radius: 20px 20px 0 0;
}
.equiment_t1 .col h3 {
  padding: 8px 0;
  text-align: center;
  background: #d88444;
  color: #fff;
  font-size: 20px;
}
.equiment_t1 .col .col-desc {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 15px 25px;
  border-radius: 0 0 20px 20px;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 991px) {
  .equiment_t1 .col {
    width: 49%;
  }
  .equiment_t1 .col .photo img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .equiment_t1 .col {
    width: 100%;
  }
}