@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;
  background: url('../img/top/s1_bg.jpg') repeat-y center top;
  background-size: contain;
}
.home #content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #content {
    background-size: 482px;
  }
}

/*--------------------------------------
	titles
--------------------------------------*/
h2.elementor-heading-title {
  background: var(--blue);
  color: #fff;
  padding: 20px 32px 20px 50px;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0;
  border-radius: 4px;
}

h2.elementor-heading-title:before {
  content: '';
  display: block;
  background: #fff;
  width: 2px;
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 32px;
}

h3.elementor-heading-title {
  padding-bottom: 16px;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0;
  border-bottom: 1px solid #e6eef0;
  color: var(--blue);
  position: relative;
}

h3.elementor-heading-title:before {
  content: '';
  background: var(--pink);
  width: 40px;
  height: 1px;
  bottom: -1px;
  left: 0;
  position: absolute;
}

h4.elementor-heading-title {
  color: var(--pink);
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  h2.elementor-heading-title {
    padding: 10px 20px 10px 22px;
    font-size: 18px;
  }

  h2.elementor-heading-title:before {
    height: calc(100% - 26px);
    top: 13px;
    left: 12px;
  }

  h3.elementor-heading-title {
    padding-bottom: 9px;
    font-size: 18px;
  }

  h3.elementor-heading-title:before {
    width: 24px;
  }

  h4.elementor-heading-title {
    font-size: 16px;
  }
}

/*--------------------------------------
  text2
--------------------------------------*/
.text2 .elementor-text-editor p {
  margin-bottom: 0;
}
.elementor-text-editor p {
  margin-bottom: 1em;
}
/*--------------------------------------
	btn
--------------------------------------*/

/*--------------------------------------
  list1
--------------------------------------*/
.list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 7px;
}
.list li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  background: var(--blue);
  border-radius: 50%;
  margin: 11px 8px 0 4px;
}
@media screen and (max-width: 767px) {
  .list li:before {
    margin-top: 9px;
  }
}
/*--------------------------------------
  flow1
--------------------------------------*/
.flow1_item {
  position: relative;
  padding-left: 88px;
  margin-bottom: 16px;
  padding-bottom: 32px;
}
.flow1_item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fafbfb;
  border: 1px solid #e6eef0;
  color: var(--blue);
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  z-index: 1;
}
.flow1_item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 38px;
  border-left: 1px dotted var(--blue);
  width: 1px;
  height: 100%;
}
.flow1_item.last-item:after {
  display: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.flow1_item .elementor-image-box-wrapper {
  border-bottom: 1px solid #d4e4e8;
  padding-bottom: 48px;
}
.flow1_item .elementor-image-box-wrapper:after {
  content: '.' !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.flow1_item .elementor-image-box-title {
  background: none;
  padding: 0;
  font-size: 24px;
  color: var(--pink);
  line-height: 1.5;
  margin-bottom: 16px;
}
.flow1_item .elementor-image-box-img {
  margin-left: 80px !important;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .flow1_item .elementor-image-box-img {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .flow1_item {
    padding-left: 64px;
    margin-bottom: 8px;
    padding-bottom: 10px;
  }
  .flow1_item:before {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .flow1_item:after {
    left: 24px;
  }
  .flow1_item .elementor-image-box-wrapper {
    padding-bottom: 25px;
    display: flex !important;
    flex-wrap: wrap;
  }
  .flow1_item .elementor-image-box-title {
    font-size: 16px;
  }
  .flow1_item .elementor-image-box-img {
    margin: 20px 0 0 0 !important;
    width: 100%;
    order: 2;
  }
  .flow1_item .elementor-image-box-content {
    width: 100%;
  }
}

/*--------------------------------------
  flow02
--------------------------------------*/
.flow02 .item {
  background: #fafbfb;
  position: relative;
  margin-bottom: 44px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 4px;
  align-items: center;
}
.flow02 .item:last-child {
  margin-bottom: 0;
}
.flow02 .item:last-child:before {
  display: none;
}
.flow02 .item:before {
  content: '';
  position: absolute;
  top: calc(100% + 16px);
  left: calc(50% - 12px);
  background: url('../img/icons/flow_arrow.svg') no-repeat center top;
  width: 24px;
  height: 12px;
  background-size: contain;
}
.flow02 .item .num {
  background: var(--blue);
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  min-width: 80px;
}
.flow02 .item .title {
  color: var(--blue);
  font-size: 20px;
  margin-left: 32px;
  width: 320px;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .flow02 .item {
    flex-wrap: wrap;
  }
  .flow02 .item .num {
    width: 45px;
    height: 45px;
    font-size: 19px;
    min-width: 45px;
    line-height: 45px;
    padding: 0;
  }
  .flow02 .item .title {
    width: calc(100% - 45px);
    margin-left: 0;
    font-size: 17px;
    padding-left: 20px;
    min-width: unset;
  }
  .flow02 .item p {
    width: 100%;
    padding: 20px 14px;
  }
}
/*--------------------------------------
	border box
--------------------------------------*/
.frame1 {
  background: #fafbfb;
  border-radius: 8px;
  padding: 24px 32px 32px;
}
.frame1 .frame1-ttl {
  color: var(--blue);
  font-size: 20px;
  line-height: 1.8;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--blue);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .frame1 {
    padding: 18px 16px;
  }
  .frame1 .frame1-ttl {
    font-size: 14px;
    padding-bottom: 9px;
    margin-bottom: 16px;
  }
}

.frame_3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 40px;
}
.frame_3 .item {
  border: 1px solid #d4e4e8;
  width: 50%;
  border-radius: 8px;
  --main: var(--blue);
}
.frame_3 .item:nth-child(1) {
  --main: #f67295;
  border-color: var(--main);
}
.frame_3 .title {
  text-align: center;
  color: var(--main);
  font-size: 20px;
  border-bottom: 1px solid #d4e4e8;
  padding: 24px 0 12px;
}
.frame_3 ul {
  margin: 17px 32px;
}
@media screen and (max-width: 767px) {
  .frame_3 {
    flex-direction: column;
    gap: 25px;
  }
  .frame_3 .item {
    width: 100%;
  }
  .frame_3 .item .title {
    font-size: 18px;
  }
  .frame_3 ul {
    margin: 20px 15px 30px;
    font-size: 13px;
  }
}

/*--------------------------------------
  table01
--------------------------------------*/
.table01 {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
}
.table01 .row:nth-child(2n + 1) {
  background: #fafbfb;
}
.table01 p {
  padding: 16px 24px 20px;
  border-right: 1px solid;
  width: 50%;
}
.table01 .head {
  background: var(--blue) !important;
  color: #fff;
}
.table01 .head p {
  font-size: 16px;
}
.table01 .head p:last-child {
  border-color: #fff;
}
.table01 p:last-child {
  border: none;
}
.table01.sm p {
  width: 70%;
}
.table01.sm p:first-child {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .table01 .row {
    flex-direction: row;
  }
  .table01 p {
    width: 40%;
    padding: 15px 10px;
  }
  .table01 p:last-child {
    width: 60%;
  }
}
/*--------------------------------------
	Q&A
--------------------------------------*/

.qa span {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--blue);
  color: #fff;
  font-family: 'Montserrat';
  text-align: center;
  line-height: 40px;
  margin-right: 12px;
  position: absolute;
  left: -52px;
  top: 13px;
  border-radius: 50%;
  font-size: 20px;
}
.qa span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('../img/icons/question_arr.svg') no-repeat center top;
  background-size: contain;
  width: 11px;
  height: 11px;
}
.qa dl {
  margin-bottom: 32px;
}
.qa dl:last-child {
  margin-bottom: 0;
}
.qa dt,
.qa dd {
  position: relative;
  margin-left: 52px;
  padding: 20px 24px;
  background: #fafbfb;
  border-radius: 4px;
}
.qa dd span {
  background: var(--pink);
}
.qa dd span::after {
  background: url('../img/icons/answer_arr.svg') no-repeat center top;
  background-size: contain;
}
.qa dd {
  margin-top: 32px;
  background: rgba(246, 114, 149, 0.08);
}
/*--------------------------------------
  pickup
--------------------------------------*/
/* .post-ttl,
.pickup-post {
  opacity: 0;
  visibility: hidden;
  display: none;
} */
.post-ttl h3.elementor-heading-title {
  margin-top: 10px;
  font-size: 32px;
  padding-bottom: 0;
  line-height: 1.5;
}
.post-ttl h3.elementor-heading-title:before {
  width: 23px;
}
.pickup-post .btn-cus {
  display: none;
}
.pickup-post {
  margin-top: 28px;
}
.pickup-post .post-box__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
}
.pickup-post .post-box__content dl {
  width: calc((100% / 3));
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(53, 61, 61, 0.1);
  padding-top: 0;
}
.pickup-post .post-box__content dl dt {
  font-size: 16px;
  font-family: 'Montserrat';
}
.pickup-post .post-box__content dl dt time {
  font-weight: 400;
  margin: 15px 0 0 16px;
  display: block;
}
.pickup-post .post-box__content dl dd {
  margin: 5px 16px 25px;
  text-align: justify;
}
.pickup-post .post-box__content dl dd span {
  display: none;
}
.pickup-post .post-box__content dl dd a:hover {
  text-decoration: underline;
}
.pickup-post .post-img {
  background: #d9d9d9;
  width: 100%;
  height: auto;
  aspect-ratio: 360 / 203;
  transition: all 0.3s ease;
}
.pickup-post .post-img:hover {
  opacity: 0.8;
}
.pickup-post .post-img a,
.pickup-post .post-img span {
  display: block;
  height: 100%;
}
.pickup-post .post-img span {
  background-size: cover;
  background-position: center;
}
.new-label {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pickup-post .post-box__content {
    flex-direction: column;
  }
  .pickup-post .post-box__content dl {
    width: 100%;
  }
}
/*--------------------------------------
  
--------------------------------------*/
.row1:before {
  content: '1';
}

.row2:before {
  content: '2';
}

.row3:before {
  content: '3';
}

.row4:before {
  content: '4';
}

.row5:before {
  content: '5';
}

.row6:before {
  content: '6';
}

.row7:before {
  content: '7';
}

.row8:before {
  content: '8';
}

.row9:before {
  content: '9';
}

.row10:before {
  content: '10';
}

.menu_style {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .menu_style {
    justify-content: space-between;
  }
}

.menu_item {
  line-height: 1.8;
  margin-bottom: 40px;
  width: calc((100% - 40px) / 3);
  margin-left: 20px;
}
.menu_item:nth-child(3n + 1) {
  margin-left: 0;
}
.menu_item a {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}
.menu_item a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../img/menu_arrow.png') no-repeat center/100% auto;
  width: 40px;
  height: 40px;
}
.menu_item .menu-img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/ 240;
}
.menu_item .menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu_item .menu-ttl {
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 24px;
  right: 24px;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 12px;
}
.menu_item .menu-ttl:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background: var(--blue);
  height: 1px;
  width: 24px;
}
.menu_item .menu-ttl span {
  display: block;
  font-size: 16px;
  font-family: 'Baskervville';
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .menu_item {
    width: calc(50% - 5px);
    margin-bottom: 24px;
    margin-left: 0 !important;
  }
  .menu_item a {
    margin-bottom: 8px;
  }
  .menu_item a:after {
    width: 16px;
    height: 16px;
  }
  .menu_item .menu-ttl {
    top: 12px;
    left: 8px;
    right: 8px;
    font-size: 12px;
    padding-bottom: 6px;
  }
  .menu_item .menu-ttl span {
    display: none;
  }
}

/*--------------------------------------
	check list
--------------------------------------*/

#main .check-list .elementor-icon-list-items li {
  position: relative;
  padding: 2px 0 2px 30px;
}

#main .check-list .elementor-icon-list-items li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  height: 19px;
  width: 19px;
  border: 2px solid var(--blue);
}

#main .check-list .elementor-icon-list-items li::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 11px;
  display: block;
  width: 5px;
  height: 11px;
  border: solid var(--blue);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------
	anchor link list
--------------------------------------*/
.anchor-links {
  background: none;
  padding: 0;
}
.anchor-links .elementor-icon-list-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.anchor-links .elementor-icon-list-items li {
  padding: 0;
  margin: 0 0 32px 20px;
  display: block;
  width: calc((100% - 40px) / 3);
  border: 1px solid var(--blue);
  border-radius: 100px;
}
.anchor-links .elementor-icon-list-items li:nth-child(3n + 1) {
  margin-left: 0;
}
.anchor-links .elementor-icon-list-items li a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  padding: 15px;
}
.anchor-links .elementor-icon-list-items li a:hover {
  opacity: 0.8;
}
.anchor-links .elementor-icon-list-items li a:before {
  display: none;
}
.anchor-links .elementor-icon-list-items li a:after {
  content: '';
  background: url(/wp-content/themes/genova_tpl/img/ancho_link.png) no-repeat center/100% auto;
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .anchor-links .elementor-icon-list-items {
    justify-content: space-between;
  }
  .anchor-links .elementor-icon-list-items li {
    margin: 0 0 16px !important;
    width: calc(50% - 4px);
  }
  .anchor-links .elementor-icon-list-items li a {
    font-size: 12px;
    padding: 9px 10px;
  }
  .anchor-links .elementor-icon-list-items li a:after {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin-left: 4px;
  }
  .anchor-links .elementor-icon-list-items li a span {
    display: block;
    max-width: calc(100% - 16px);
  }
}

/*--------------------------------------
two columns table
--------------------------------------*/

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

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

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

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

/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/

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

#posts {
  float: left;
  width: 65%;
}

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

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

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

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

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

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

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

.post .post__category a.news,
.posts__list .post__category a.news {
  background: #354fa8;
}

.post .post__category a.news:hover,
.posts__list .post__category a.news:hover {
  background: #4560bd;
}

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

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

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

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

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

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

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

.posts__list h3 a:hover {
  color: #ffaea2;
}

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

@media screen and (max-width: 1000px) {
  .posts__list li {
    width: 48%;
    margin-left: 4%;
  }

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

@media screen and (max-width: 767px) {
  #posts {
    float: none;
    width: 100%;
  }

  .posts__list li {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .posts__list li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  #blogDetail .post__header h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  #blogDetail .post__content h3 {
    padding: 26px 5px 26px 20px;
    margin: 35px 0 30px;
    font-size: 20px;
    line-height: 1.4;
  }

  #blogDetail .post__content h4 {
    font-size: 19px;
  }
}

/*--------------------------------------
	blog detail
--------------------------------------*/

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

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

#blogDetail .post__header h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

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

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

@media screen and (max-width: 767px) {
  #blogDetail .post__header .post__category,
  #blogDetail .post__header .post__meta .post__date {
    float: none;
  }
}

/*--------------------------------------
	post date
--------------------------------------*/

.post .post__date,
.posts__list .post__date {
  font-size: 10px;
  letter-spacing: 0;
  color: var(--blue);
}

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

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

.post .post__date span a,
.posts__list .post__date span a {
  vertical-align: baseline;
  color: var(--blue);
}

.post .post__date span a:hover,
.posts__list .post__date span a:hover {
  text-decoration: underline;
}

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

.post__content a {
  color: #0000ee;
  text-decoration: underline;
}

.post__content h2 {
  font-size: 1.5em;
}

.post__content h3 {
  font-size: 1.4em;
}

.post__content h4 {
  font-size: 1.3em;
}

.post__content h5 {
  font-size: 1.2em;
}

div#blogDetail .post__content img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*--------------------------------------
	bloginfo box
--------------------------------------*/

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

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

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

.blog-info-box .blog-info-box__name .icon-blog::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -8px;
  font-size: 15px;
  color: var(--blue);
}

.blog-info-box .blog-info-box__share {
  display: table-cell;
  width: 50%;
  padding: 30px 10px;
  vertical-align: middle;
  text-align: center;
}

.blog-info-box .blog-info-box__share li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

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

.blog-info-box .blog-info-box__share li a::before {
  color: #fff;
}

.blog-info-box .blog-info-box__share .icon-facebook {
  background: #4967a3;
}

.blog-info-box .blog-info-box__share .icon-facebook:hover {
  background: #587cc1;
}

.blog-info-box .blog-info-box__share .icon-facebook::before {
  margin-top: 12px;
  font-size: 26px;
}

.blog-info-box .blog-info-box__share .icon-line {
  background: #18bc01;
}

.blog-info-box .blog-info-box__share .icon-line:hover {
  background: #1cde00;
}

.blog-info-box .blog-info-box__share .icon-line::before {
  font-size: 29px;
  margin-top: 11px;
}

.blog-info-box .blog-info-box__share .icon-twitter {
  background: #11bbef;
}

.blog-info-box .blog-info-box__share .icon-twitter:hover {
  background: #13c7fe;
}

.blog-info-box .blog-info-box__share .icon-twitter::before {
  margin-top: 14px;
  font-size: 24px;
}

.blog-info-box .blog-info-box__share .icon-google {
  background: #e05c4f;
}

.blog-info-box .blog-info-box__share .icon-google:hover {
  background: #fb7468;
}

.blog-info-box .blog-info-box__share .icon-google::before {
  margin-top: 15px;
  font-size: 20px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blog-info-box .blog-info-box__share li {
    margin: 0 3px;
  }

  .blog-info-box .blog-info-box__share li a {
    width: 40px;
    height: 40px;
  }

  .blog-info-box .blog-info-box__share .icon-facebook::before {
    margin-top: 9px;
    font-size: 22px;
  }

  .blog-info-box .blog-info-box__share .icon-line::before {
    margin-top: 8px;
    font-size: 25px;
  }

  .blog-info-box .blog-info-box__share .icon-twitter::before {
    margin-top: 11px;
    font-size: 20px;
  }

  .blog-info-box .blog-info-box__share .icon-google::before {
    margin-top: 12px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .blog-info-box {
    display: block;
  }

  .blog-info-box .blog-info-box__name {
    display: block;
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #bfbebd;
    text-align: center;
  }

  .blog-info-box .blog-info-box__name .icon-blog {
    display: inline-block;
    text-align: left;
  }

  .blog-info-box .blog-info-box__share {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

/*--------------------------------------
	navigation
--------------------------------------*/

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

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

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

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

.navigation a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #373431;
  background: #bfbebd;
}

.navigation a:hover {
  background: var(--blue);
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .navigation {
    margin-top: 35px;
  }

  .navigation ul {
    padding-top: 20px;
    clear: both;
  }
}

/*--------------------------------------
	pagination
--------------------------------------*/

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

.pagination ul {
  text-align: center;
}

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

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

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

.pagination ul li a:hover {
  background: var(--blue);
}

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

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

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

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

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

/*-----------------------------------------------------------
■ 2 Side
-----------------------------------------------------------*/

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

.blogside {
  float: right;
  width: 28%;
}

.blogside h2.widgettitle,
.blogside .btn-cus {
  display: none;
}

.blogside h2 {
  padding-bottom: 9px;
  margin-bottom: 24px;
  border-bottom: 2px solid #373431;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #373431;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------
	category box
--------------------------------------*/

.blogside .category-box {
  margin-bottom: 50px;
}

.blogside .category-box ul li {
  padding-bottom: 16px;
  border-bottom: 1px solid #b8c2c1;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #000;
}

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

.blogside .category-box ul li a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #373431;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

/*--------------------------------------
	recent box
--------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------
	tag box
--------------------------------------*/

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

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

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

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

/*--------------------------------------
	archive box
--------------------------------------*/

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

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

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

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

.archive-box ul li p:visited {
  color: #373431;
}

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

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

.archive-box ul li p::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.archive-box ul li a {
  color: #373431;
}

.archive-box ul li a:link {
  text-decoration: underline;
}

.archive-box ul li a:visited {
  color: #373431;
}

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

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

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

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

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

/*-----------------------------------------------------------
 ■ 4 Special under pages
-----------------------------------------------------------*/

/*--------------------------------------
	sitemap
--------------------------------------*/

#menu-sitemap {
  margin: 0 auto;
  background: none;
}

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

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

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

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

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

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

/*-----------------------------------------------------------
 ■ 5 Contact
-----------------------------------------------------------*/

.wrap_contact {
  max-width: 800px;
  margin: 0 auto;
}

.inquiryForm_message {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inquiryFormTable textarea {
  resize: vertical;
}

.inquiryFormTable select {
  position: relative;
  background: #ececec url(/wp-content/themes/genova_tpl/img/icons/ico_select.svg) no-repeat 96% center;
  background-size: 12px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

.inquiryFormTable input:focus,
.inquiryFormTable textarea:focus,
.inquiryFormTable select:focus {
  box-shadow: 0 0 3px 1px #80cbc4;
}

/* checkbox and radio*/
.inquiryFormTable input[type='checkbox'],
.inquiryFormTable input[type='radio'] {
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.inquiryFormTable input[type='radio'] + span::before,
.inquiryFormTable input[type='checkbox'] + span::before {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 10px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inquiryFormTable input[type='checkbox'] + span::before {
  content: '\ea53';
  border-radius: 2px;
}

.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 var(--blue);
  background: #fff;
  box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}

.inquiryFormTable input.wpcf7-not-valid {
  border: 1px solid #d93636 !important;
  background: #fdd2d2 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon {
  display: block;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon::before {
  vertical-align: top;
  font-size: 25px;
  color: var(--blue);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .step_list {
    width: 400px;
    margin: 0 auto 60px;
  }
  .step_list li {
    margin-left: 50px;
  }
  .inquiryFormTable dl {
    display: block;
  }
  .inquiryFormTable dt,
  .inquiryFormTable dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  .inquiryFormTable dd {
    padding: 10px 40px 30px 0;
  }
  .inquiryFormTable .required,
  .inquiryFormTable .optional {
    position: static;
    display: inline-block;
    margin-left: 20px;
    margin-top: -2px;
    vertical-align: middle;
  }
  .inquiryFormTable .btBox {
    margin: 50px 0;
  }
  .inquiryFormTable .btBox input[type='submit'],
  .inquiryFormTable .wpcf7-back {
    text-align: center;
    float: none;
    width: 100% !important;
    padding: 29px 20px 28px 20px;
    font-size: 20px;
    background-position: 96% center !important;
  }
  .inquiryFormTable .btBox input[type='submit'].disabled,
  .inquiryFormTable .btBox input[type='submit'].abled {
    padding: 29px 20px 28px 20px;
  }
  .inquiryFormTable .wpcf7-back {
    margin-bottom: 15px;
  }
  .file_btn {
    margin-top: 0;
  }
  .custom-wpcf7c-confirmed .confirm_table dt,
  .custom-wpcf7c-confirmed .confirm_table dd {
    padding: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .step_list {
    width: 270px;
  }
  .step_list li {
    width: 70px;
    margin-left: 30px;
    font-size: 16px;
  }
  .step_list li span:after {
    width: 60px;
  }
  .inquiryForm_message .step_catch {
    font-size: 12px;
    letter-spacing: 0;
  }
  .inquiryFormTable .btBox input[type='submit'],
  .inquiryFormTable .wpcf7-back {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
