@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 top
-----------------------------------------------------------
----------------------------------------------------------- */
.keni-breadcrumb-list_wrap {
  display: none;
}

/* .article-body {
    font-weight: bolder;
    color: black;
} */
/* .form-kiyaku {
    font-size: 80%;
} */
/*
-----------------------------------------------------------
 title
----------------------------------------------------------- */
.top-title01 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  background-image: url("/wp-content/themes/keni8-child/top-img/h2_back.webp");
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 17px 10px;
  margin-bottom: 40px;
  line-height: 1.3;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .top-title01 {
    font-size: 25px;
  }
}
.top-title01 .sub {
  display: block;
  font-weight: normal;
  font-size: 61%;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}

.top-title02 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: rgb(18, 74, 18);
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  padding: 0 0 9px 8px;
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .top-title02 {
    font-size: 20px;
  }
}
/*
-----------------------------------------------------------
 top-main
----------------------------------------------------------- */
.top-main {
  margin: 0 auto;
  max-width: 960px;
  font-size: 17px;
  width: calc(100% - 30px);
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .top-main {
    font-size: 14px;
  }
}
.top-main .option-img {
  margin-top: 10px;
}

/*
-----------------------------------------------------------
 資料請求フォーム誘導箇所（2021.08.12）
----------------------------------------------------------- */
.download-form-area {
  margin: 80px 0;
  text-align: center;
}

.download-form-area .download-form-h2 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ed4e18;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .download-form-area .download-form-h2 {
    font-size: 22px;
  }
}
.download-form-area .download-form-top {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.download-form-area .download-form-body {
  text-align: left;
  font-size: 14px;
  max-width: 34em;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .download-form-area .download-form-top {
    font-size: 13px;
  }
  .download-form-area .download-form-top:not(.download-form-top02) {
    text-align: left;
  }
  .download-form-area .download-form-body {
    text-align: left;
  }
}
.download-form-area .btn-download-form {
  background: #ed4e18;
  background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  padding: 17px 24px 12px;
  border-radius: 13px;
  color: #fff;
  line-height: 1.3;
  transition: transform 0.2s;
  max-width: 470px;
  width: 100%;
}
.download-form-area .btn-download-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s;
  background: #cd2b00;
  background: -moz-linear-gradient(left, #ff6c00 0%, #cd2b00 100%);
  background: -webkit-linear-gradient(left, #ff6c00 0%, #cd2b00 100%);
  background: linear-gradient(to right, #ff6c00 0%, #cd2b00 100%);
}
.download-form-area .btn-download-form:hover::before {
  opacity: 1;
}

@media (min-width: 768px) {
  .download-form-area .btn-download-form:hover {
    transform: translateY(2px);
  }
}
.download-form-area .btn-download-form .btn-inner {
  position: relative;
  z-index: 10;
}

.download-form-area .btn-download-form .text-wrap01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  font-size: 15px;
}

.download-form-area .btn-download-form .btn-inner .text02 {
  font-size: 120%;
  padding: 0 0.05em;
}

.download-form-area .btn-download-form .btn-inner .text-wrap02 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  display: block;
  font-size: 180%;
}

@media (max-width: 767px) {
  .download-form-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .download-form-area .btn-download-form {
    font-size: 14px;
    padding: 13px 10px;
    border-radius: 8px;
  }
}
#main #mw_wp_form_mw-wp-form-3076 {
  margin-top: -100px;
  padding-top: 100px;
}

#main #mw_wp_form_mw-wp-form-3076 .action-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main #mw_wp_form_mw-wp-form-3076 .action-buttons input {
  margin: 20px auto 0;
  border-radius: 100px;
}

#main #mw_wp_form_mw-wp-form-3076 .action-buttons input[name="submitBack"] {
  order: 2;
  background: none;
  color: #999;
  font-size: 15px;
  font-weight: normal;
  padding: 0 3px 1px;
  border-bottom: 1px solid #999;
  width: auto;
  border-radius: 0;
}

/*
-----------------------------------------------------------
 cta-contact
----------------------------------------------------------- */
@media (min-width: 800px) {
  .cta-contact {
    text-align: center;
    margin: 45px 0 68px;
  }
  .cta-contact .cta-contact-inner {
    border: 6px solid #ed4e18;
    position: relative;
    display: inline-block;
    padding: 20px 25px 15px;
  }
  .cta-contact .cta-contact-inner::before,
  .cta-contact .cta-contact-inner::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    border-width: 0 30px 30px 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cta-contact .cta-contact-inner::before {
    border-color: transparent transparent #ed4e18 transparent;
    bottom: 100%;
    z-index: 0;
  }
  .cta-contact .cta-contact-inner::after {
    border-color: transparent transparent #fff transparent;
    bottom: calc(100% - 8px);
    z-index: 10;
  }
  .cta-contact .cta-contact-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 0 10px;
  }
  .cta-contact .cta-contact-title .text01 {
    background: #ed4e18;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 54px;
    padding: 0 7px 0 12px;
    letter-spacing: 0.1em;
    margin: 0 26px 0 20px;
    font-size: 27px;
  }
  .cta-contact .cta-contact-title .text01::before,
  .cta-contact .cta-contact-title .text01::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 0;
  }
  .cta-contact .cta-contact-title .text01::before {
    border-color: transparent transparent #ed4e18 transparent;
    right: 100%;
    border-width: 0 0 54px 20px;
  }
  .cta-contact .cta-contact-title .text01::after {
    border-color: #ed4e18 transparent transparent transparent;
    left: 100%;
    border-width: 54px 20px 0 0;
  }
  .cta-contact .cta-contact-title .text02 {
    color: #ed4e18;
    font-size: 28px;
  }
  .cta-contact .cta-contact-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    gap: 28px;
  }
  .cta-contact .cta-contact-body .tel-wrap {
    color: #1f685c;
    font-weight: bold;
  }
  .cta-contact .cta-contact-body .tel-wrap .text {
    font-size: 21px;
    line-height: 1.45;
    margin-bottom: 3px;
    padding-left: 14px;
  }
  .cta-contact .cta-contact-body .tel-wrap .tel a {
    transition: opacity 0.2s;
    letter-spacing: 0;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    line-height: 1;
  }
  .cta-contact .cta-contact-body .tel-wrap .tel a:hover {
    opacity: 0.7;
  }
  .cta-contact .cta-contact-body .tel-wrap .tel i {
    font-size: 41px;
  }
  .cta-contact .cta-contact-body .tel-wrap .tel span {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 43px;
  }
  .cta-contact .cta-contact-body .button-wrap a {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    transition: opacity 0.2s;
    background: #1f685c;
    background: -moz-linear-gradient(left, #00856f 0%, #0f5247 100%);
    background: -webkit-linear-gradient(left, #00856f 0%, #0f5247 100%);
    background: linear-gradient(to right, #00856f 0%, #0f5247 100%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
    color: #fff;
    padding: 0 24px;
    gap: 7px;
    border-radius: 8px;
    min-height: 62px;
  }
  .cta-contact .cta-contact-body .button-wrap a:hover {
    opacity: 0.7;
  }
  .cta-contact .cta-contact-body .button-wrap a i {
    font-size: 34px;
  }
  .cta-contact .cta-contact-body .button-wrap a span {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
@media not all and (min-width: 800px) {
  .cta-contact {
    text-align: center;
    margin: 45px 0 55px;
  }
  .cta-contact .cta-contact-inner {
    border: 5px solid #ed4e18;
    position: relative;
    padding: 16px 10px 18px;
    max-width: 400px;
    margin: 0 auto;
  }
  .cta-contact .cta-contact-inner::before,
  .cta-contact .cta-contact-inner::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    border-width: 0 24px 24px 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cta-contact .cta-contact-inner::before {
    border-color: transparent transparent #ed4e18 transparent;
    bottom: 100%;
    z-index: 0;
  }
  .cta-contact .cta-contact-inner::after {
    border-color: transparent transparent #fff transparent;
    bottom: calc(100% - 8px);
    z-index: 10;
  }
  .cta-contact .cta-contact-title {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .cta-contact .cta-contact-title .text01 {
    background: #ed4e18;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 38px;
    padding: 0 5px 0 10px;
    letter-spacing: 0.1em;
    margin: 0 16px 6px;
    font-size: 19px;
  }
  .cta-contact .cta-contact-title .text01::before,
  .cta-contact .cta-contact-title .text01::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 0;
  }
  .cta-contact .cta-contact-title .text01::before {
    border-color: transparent transparent #ed4e18 transparent;
    right: 100%;
    border-width: 0 0 38px 15px;
  }
  .cta-contact .cta-contact-title .text01::after {
    border-color: #ed4e18 transparent transparent transparent;
    left: 100%;
    border-width: 38px 15px 0 0;
  }
  .cta-contact .cta-contact-title .text02 {
    color: #ed4e18;
    font-size: 22px;
  }
  .cta-contact .cta-contact-body {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ccc;
  }
  .cta-contact .cta-contact-body .tel-wrap {
    color: #1f685c;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .cta-contact .cta-contact-body .tel-wrap .text {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 3px;
  }
  .cta-contact .cta-contact-body .tel-wrap .tel a {
    transition: opacity 0.2s;
    letter-spacing: 0;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    line-height: 1;
  }
  .cta-contact .cta-contact-body .tel-wrap .tel a:hover {
    opacity: 0.7;
  }
  .cta-contact .cta-contact-body .tel-wrap .tel i {
    font-size: 31px;
  }
  .cta-contact .cta-contact-body .tel-wrap .tel span {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 35px;
  }
  .cta-contact .cta-contact-body .button-wrap a {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    transition: opacity 0.2s;
    background: #1f685c;
    background: -moz-linear-gradient(left, #00856f 0%, #0f5247 100%);
    background: -webkit-linear-gradient(left, #00856f 0%, #0f5247 100%);
    background: linear-gradient(to right, #00856f 0%, #0f5247 100%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
    color: #fff;
    padding: 0px 22px;
    gap: 7px;
    border-radius: 6px;
    min-height: 54px;
  }
  .cta-contact .cta-contact-body .button-wrap a:hover {
    opacity: 0.7;
  }
  .cta-contact .cta-contact-body .button-wrap a i {
    font-size: 30px;
  }
  .cta-contact .cta-contact-body .button-wrap a span {
    font-size: 19px;
    letter-spacing: 0.05em;
  }
}
/*
-----------------------------------------------------------
 main-visual05
----------------------------------------------------------- */
@media (min-width: 681px) {
  .main-visual05 {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
      "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(18, 74, 18);
    border-top: 5px solid;
    font-weight: bold;
    background: url(/wp-content/themes/keni8-child/images/bg.webp) repeat center;
    margin-bottom: 25px;
    font-size: 2.2vw;
    line-height: 1.3;
    overflow: hidden;
  }
}
@media (min-width: 980px) {
  .main-visual05 {
    font-size: 22px;
  }
}
@media (min-width: 681px) {
  .main-visual05 .inner-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
  }
  .main-visual05 .img-wrap02 {
    position: absolute;
    top: 0;
    height: 100%;
    right: 50%;
    margin-right: -6.6em;
  }
  .main-visual05 .img-wrap02 img {
    max-width: none;
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 100%;
  }
  .main-visual05 .text-wrap {
    position: relative;
    white-space: nowrap;
    z-index: 10;
    padding: 0.8em 0;
    min-width: 50%;
  }
  .main-visual05 .text-area01 {
    text-align: center;
    text-shadow: 3px 4px 2px white;
    font-size: 1.12em;
    display: inline-block;
  }
  .main-visual05 .text-area01 .text01 {
    display: inline-block;
    font-size: 0.85em;
    padding-left: 0.1em;
    letter-spacing: 0.1em;
    border-bottom: 0.05em solid;
    margin-bottom: 0.2em;
    padding-bottom: 0.3em;
  }
  .main-visual05 .text-area01 .text02 {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .main-visual05 .text-area01 .text02-01 {
    line-height: 1.1;
    font-size: 308%;
  }
  .main-visual05 .text-area01 .text02-02 {
    font-size: 203%;
    margin-left: -4%;
  }
  .main-visual05 .text-area01 .text03 {
    font-size: 152%;
  }
  .main-visual05 .text-area02 {
    padding-top: 0.5em;
    padding-left: 2em;
  }
  .main-visual05 .text-area02 li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start;
  }
  .main-visual05 .text-area02 li + li {
    padding-top: 1.5%;
  }
  .main-visual05 .text-area02 li .main {
    background: linear-gradient(transparent 40%, #fff 60%);
    color: rgb(18, 74, 18);
    padding: 0 1.5% 1%;
    font-size: 110%;
    line-height: 1.2;
    margin-right: 1%;
  }
  .main-visual05 .text-area02 li .main .number {
    font-size: 183%;
    padding: 0px 0.1em;
    display: inline-block;
    vertical-align: -10%;
    line-height: 1;
    margin: -2.5% 0;
  }
  .main-visual05 .button-gp2 {
    padding-top: 0.7em;
    padding-left: 2em;
  }
  .main-visual05 .download-form-area04 {
    max-width: 20em;
  }
  .main-visual05 .btn-download-form04 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    color: #fff !important;
    background: #ed4e18;
    background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
    background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
    background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
    gap: 0.6em;
    line-height: 1.2;
    transition: transform 0.2s;
    border-radius: 0.5em;
    padding: 0.6em 1.5em 0.5em;
  }
  .main-visual05 .btn-download-form04::before {
    content: "";
    display: block;
    background-image: url("https://robot-letter.com/wp-content/themes/keni8-child/images/icon-document.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1.4em;
  }
  .main-visual05 .btn-download-form04::after {
    background: #cd2b00;
    background: -moz-linear-gradient(left, #ff6c00 0%, #cd2b00 100%);
    background: -webkit-linear-gradient(left, #ff6c00 0%, #cd2b00 100%);
    background: linear-gradient(to right, #ff6c00 0%, #cd2b00 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .main-visual05 .btn-download-form04:hover {
    transform: translateY(2px);
  }
  .main-visual05 .btn-download-form04:hover::after {
    opacity: 1;
  }
  .main-visual05 .btn-download-form04 .text-wrap01 {
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.6em;
    margin-bottom: 0.1em;
    align-items: baseline;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体",
      "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-weight: normal;
    justify-content: center;
    flex-direction: row;
  }
  .main-visual05 .btn-download-form04.add-inner .btn-inner .text-wrap02 {
    display: block;
    font-size: 130%;
  }
}
@media (max-width: 680px) {
  .main-visual05 {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
      "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(18, 74, 18);
    border-top: 5px solid;
    font-weight: bold;
    background: url(/wp-content/themes/keni8-child/images/bg.webp) repeat center;
    margin-bottom: 35px;
    font-size: 4.2vw;
    line-height: 1.3;
    overflow: hidden;
    /* padding: 6vw 0 0; */
  }
  .main-visual05 .inner-wrap {
    display: flex;
    flex-direction: column;
  }
  .main-visual05 .img-wrap02 {
    order: 1;
    margin-bottom: 22px;
  }
  .main-visual05 .text-wrap {
    order: 2;
    position: relative;
    white-space: nowrap;
    z-index: 10;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding: 0 10px;
    margin-bottom: 22px;
  }
  .main-visual05 .text-area01 {
    text-align: center;
    text-shadow: 3px 4px 2px white;
    font-size: 112%;
  }
  .main-visual05 .text-area01 .text01 {
    padding-bottom: 2px;
    font-size: 111%;
    padding-left: 0.1em;
    letter-spacing: 0.1em;
    border-bottom: 2px solid;
    margin-bottom: 19px;
    display: inline-block;
  }
  .main-visual05 .text-area01 .text02 {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .main-visual05 .text-area01 .text02-01 {
    line-height: 1.1;
    font-size: 308%;
  }
  .main-visual05 .text-area01 .text02-02 {
    font-size: 203%;
    margin-left: -4%;
  }
  .main-visual05 .text-area01 .text03 {
    font-size: 152%;
  }
  .main-visual05 .text-area02 {
    padding-top: 20px;
    text-align: center;
  }
  .main-visual05 .text-area02 ul {
    display: inline-block;
  }
  .main-visual05 .text-area02 li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start;
  }
  .main-visual05 .text-area02 li + li {
    padding-top: 8px;
  }
  .main-visual05 .text-area02 li .main {
    background: linear-gradient(transparent 40%, #fff 60%);
    color: rgb(18, 74, 18);
    padding: 0 1.5% 1%;
    font-size: 110%;
    line-height: 1.2;
    margin-right: 1%;
  }
  .main-visual05 .text-area02 li .main .number {
    font-size: 183%;
    padding: 0px 0.1em;
    display: inline-block;
    vertical-align: -10%;
    line-height: 1;
    margin: -2.5% 0;
  }
  .main-visual05 .button-gp2 {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .main-visual05 .btn-download-form04 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    color: #fff !important;
    background: #ed4e18;
    background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
    background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
    background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
    gap: 0.6em;
    line-height: 1.2;
    transition: transform 0.2s;
    border-radius: 0.5em;
    padding: 0.6em 1.5em 0.5em;
  }
  .main-visual05 .btn-download-form04::before {
    content: "";
    display: block;
    background-image: url("https://robot-letter.com/wp-content/themes/keni8-child/images/icon-document.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1.4em;
  }
  .main-visual05 .btn-download-form04 .text-wrap01 {
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.6em;
    margin-bottom: 0.1em;
    align-items: baseline;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体",
      "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-weight: normal;
    justify-content: center;
    flex-direction: row;
  }
  .main-visual05 .btn-download-form04.add-inner .btn-inner .text-wrap02 {
    display: block;
    font-size: 130%;
  }
}
/*
-----------------------------------------------------------
feature-block
----------------------------------------------------------- */
.feature-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 50px;
  gap: 20px 30px;
}

.feature-block img {
  width: calc((100% - 70px) / 3);
  min-width: 150px;
}

/*
-----------------------------------------------------------
 feature-block02
----------------------------------------------------------- */
.feature-block02 {
  margin-bottom: 50px;
}

.feature-block02 ul {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
  gap: 1em;
  font-size: 3.36vw;
  line-height: 1.2;
  color: #1a1a1a;
}

@media (min-width: 565px) {
  .feature-block02 ul {
    font-size: 19px;
  }
}
.feature-block02 li {
  text-align: center;
  background: url(/wp-content/themes/keni8-child/images/top/decoration-leaf.svg)
    no-repeat center bottom;
  background-size: contain;
  width: calc((100% - 60px) / 3);
  max-width: 290px;
}

@media (max-width: 820px) {
  .feature-block02 li {
    width: calc((100% - 30px) / 2);
  }
  .feature-block02 li.item03 {
    width: 55%;
  }
}
.feature-block02 .inner {
  padding-bottom: 8%;
}

.feature-block02 img {
  display: block;
  margin: 0 auto;
}

.feature-block02 img.crown {
  width: 15%;
  padding-bottom: 3%;
}

.feature-block02 img.star {
  width: 21.6%;
  padding-top: 2.5%;
}

.feature-block02 .block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  padding-top: 1.5%;
}

.feature-block02 .number-wrap + span {
  padding-top: 0;
}

.feature-block02 .text02 {
  font-size: 190%;
}

.feature-block02 .number-wrap {
  position: relative;
  align-items: end;
  letter-spacing: 0;
  gap: 0.1em;
  padding-top: 0;
}

.feature-block02 .number-wrap .number {
  font-family: "Times New Roman", "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  color: #ff391e;
  font-size: 350%;
  line-height: 1;
  letter-spacing: -0.02em;
}

.feature-block02 .number-wrap .normal-text {
  color: #ff391e;
}

.feature-block02 .number-wrap .normal-text,
.feature-block02 .number-wrap .sub {
  padding-bottom: 4%;
}

.feature-block02 .number-wrap .normal-text {
  font-size: 129%;
  vertical-align: 5px;
}

.feature-block02 .number-wrap .sub {
  font-size: 105%;
}

.feature-block02 .number-wrap .tax {
  position: absolute;
  top: 17%;
  right: 50%;
  font-size: 63%;
  font-weight: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-right: -7.4em;
}

.feature-block02 .text04 {
  font-size: 160%;
}

.feature-block02 .text04 .sub {
  font-size: 67%;
}

.feature-block02 .text05 {
  font-size: 130%;
  letter-spacing: 0;
  padding-left: 0.2em;
}

.feature-block02 .feature-block02-text {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 15px;
}

.feature-block02 .feature-block02-text span {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  display: block;
  margin-bottom: 11px;
}

@media (max-width: 820px) {
  .feature-block02 .feature-block02-text span {
    font-size: 140%;
  }
}
/*  2024/07/30   変更  */
.feature-block02-text3 {
  max-width: 687px;
  margin: 0 auto;
}

/* 
  -----------------------------------------------------------
  .feature-block03 2024/06/11
  -----------------------------------------------------------*/
.feature-block02 .feature-block02-title2 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 2rem;
  line-height: 1.4;
  font-weight: bold;
  font-size: 180%;
  color: rgb(18, 74, 18);
}

@media (min-width: 767px) {
  .feature-block02 .feature-block02-title2 {
    text-align: center;
  }
}
/* @media (min-width: 960px) {
	.feature-block02 .feature-block02-box {
	  display: flex;
	  justify-content: space-between;
	  gap: 2rem;
	}
  } */
.feature-block02 .feature-block02-text2 {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 95%;
  display: block;
}

/* 
  @media (min-width: 960px) {
	.feature-block02 .feature-block02-text2 {
	  flex: 1;
	}
  }

  .feature-block02 .feature-block02-youtube {
	margin-bottom: 1em;
  }

  @media (min-width: 960px) {
	.feature-block02 .feature-block02-youtube {
	  width: 55%;
	}
  }

  .feature-block02-youtube-box {
	height: 0;
	padding-bottom: 56.3%;
	margin: 0 auto;
	position: relative;
  }

  .feature-block02 .feature-block02-youtube-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
  } */
/*
-----------------------------------------------------------
 hurry-section
----------------------------------------------------------- */
.hurry-section {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 670px;
  font-size: 20px;
  background: #f9efc7;
  background: -moz-linear-gradient(top, #f9efc7 0%, #ffffff 52%, #f9efc7 100%);
  background: -webkit-linear-gradient(
    top,
    #f9efc7 0%,
    #ffffff 52%,
    #f9efc7 100%
  );
  background: linear-gradient(
    to bottom,
    #fff3c2 0%,
    #fefcf6 55%,
    #fefcf6 78%,
    #fbf3d5 100%
  );
  color: #333;
}

@media (max-width: 515px) {
  .hurry-section {
    font-size: 4.4vw;
  }
}
.hurry-section .section-title {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: rgb(18, 74, 18);
  font-size: 140%;
  letter-spacing: 0;
  color: #fff;
  padding: 14px 5px 12px;
  line-height: 1.2;
  border-radius: 10px 10px 0 0;
}

.hurry-section .section-body {
  border: 4px solid rgb(18, 74, 18);
  padding: 12px 12px 16px;
  line-height: 1.3;
  background-image: linear-gradient(#fff 50%, transparent 50%);
  background-size: 6px 3px;
  background-repeat: repeat;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

.hurry-section .text01 {
  display: inline-block;
  font-size: 160%;
  color: #ff391e;
  position: relative;
  z-index: 0;
  margin-bottom: 12px;
  border-bottom: 2px solid;
  padding: 0 5px 0;
}

.hurry-section .text01 .number {
  font-family: "Times New Roman", "Noto Serif JP", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 200%;
  line-height: 1;
  padding: 0 5px;
  vertical-align: -6px;
}

.hurry-section .button {
  margin-top: 13px;
}

.hurry-section .button a {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 120%;
  border-radius: 8px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
  padding: 14px 14px 12px;
  background: #d3a519;
}

/*
-----------------------------------------------------------
 media-section
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .media-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0px);
    gap: 5%;
    background: url(/wp-content/themes/keni8-child/images/bg.webp) repeat center;
  }
  .media-section .left-wrap {
    width: 366px;
    margin-left: 2.5%;
  }
  .media-section .right-wrap {
    width: 312px;
  }
  .media-section .right-wrap img {
    border: 1px solid #ddd;
  }
  .media-section .right-wrap img + img {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .media-section {
    border: 4px solid rgb(18, 74, 18);
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .media-section .title {
    padding: 0 14px;
  }
  .media-section .right-wrap {
    margin-top: 20px;
  }
  .media-section .right-wrap img {
    border: 1px solid #ddd;
  }
  .media-section .right-wrap img + img {
    margin-top: 10px;
  }
}
/* media-section-title
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .media-section .media-section-title {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
      "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(18, 74, 18);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.45;
    gap: 0 0.2em;
    text-shadow: 3px 4px 2px white;
  }
  .media-section .media-section-title .text01 {
    font-size: 124%;
  }
  .media-section .media-section-title .text02 {
    font-size: 200%;
  }
}
@media (max-width: 767px) {
  .media-section .media-section-title {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
      "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(18, 74, 18);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.45;
    gap: 0 0.2em;
    text-shadow: 3px 4px 2px white;
  }
  .media-section .media-section-title .text01 {
    font-size: 124%;
  }
  .media-section .media-section-title .text02 {
    font-size: 200%;
  }
}
/* media-logo
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .media-section .media-logo {
    width: 350px;
    margin: 16px auto 0;
  }
  .media-section .media-logo-title {
    line-height: 1.45;
    text-align: center;
  }
  .media-section .media-logo-title span {
    display: inline-block;
    position: relative;
  }
  .media-section .media-logo-title span::before,
  .media-section .media-logo-title span::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #999;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .media-section .media-logo-title span::before {
    right: calc(100% + 8px);
  }
  .media-section .media-logo-title span::after {
    left: calc(100% + 8px);
  }
  .media-section .media-logo02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    margin: 16px auto 0;
    gap: 20px 0;
  }
  .media-section .media-logo02 .logo-yahoo {
    width: 180px;
  }
  .media-section .media-logo02 .logo-prtimes {
    width: 135px;
  }
  .media-section .media-logo02 .logo-hokkoku {
    width: 211px;
  }
  .media-section .media-logo02 .logo-kyoto-newspaper {
    width: 104px;
  }
  .media-section .media-logo02 .logo-kitanippon-shimbun {
    width: 200px;
  }
  .media-section .media-logo02 .logo-fukuishimbun {
    width: 128px;
  }
}
@media (max-width: 767px) {
  .media-section .media-logo {
    margin: 16px auto 0;
  }
  .media-section .media-logo-title span {
    display: inline-block;
    position: relative;
  }
  .media-section .media-logo-title span::before,
  .media-section .media-logo-title span::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background: #999;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .media-section .media-logo-title span::before {
    right: calc(100% + 8px);
  }
  .media-section .media-logo-title span::after {
    left: calc(100% + 8px);
  }
  .media-section .media-logo02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 16px auto 0;
    gap: 20px 0;
  }
  .media-section .media-logo02 .logo-yahoo {
    width: 51.4%;
  }
  .media-section .media-logo02 .logo-prtimes {
    width: 38.5%;
  }
  .media-section .media-logo02 .logo-hokkoku {
    width: 60.2%;
  }
  .media-section .media-logo02 .logo-kyoto-newspaper {
    width: 29.7%;
  }
  .media-section .media-logo02 .logo-kitanippon-shimbun {
    width: 57.1%;
  }
  .media-section .media-logo02 .logo-fukuishimbun {
    width: 36.5%;
  }
}
/*
-----------------------------------------------------------
 section1
----------------------------------------------------------- */
/* .section1 {
    background-image: url("/wp-content/themes/keni8-child/top-img/back-section1.jpg");
    padding: 20px 40px;
}

@media (max-width: 767px) {
    .section1 {
        padding: 10px 20px;
    }
}

.section1 h3 {
    text-align: center;
    color: black;
    border-top: none;
    font-weight: bold;
    border-bottom: solid 2px black;
    font-size: 25px;
    margin-bottom: 24px;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .section1 h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .section1 p {
        font-size: 15px;
    }
} */
/*
-----------------------------------------------------------
 section2
----------------------------------------------------------- */
/* .section2 {
    margin-top: 60px;
} */
.section2 .catch-p {
  text-align: center;
  margin-bottom: 40px;
}

.section2 .service-area {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}

.section2 .service-area .service-area-l {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  width: 30%;
  background-color: #376e5f;
  color: #fff;
  text-align: center;
  padding: 15px;
}

@media (max-width: 767px) {
  .section2 .service-area .service-area-l {
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.section2 .service-area .service-area-l span {
  display: block;
  border-bottom: solid 1px #fff;
  padding-top: 6px;
  margin-bottom: 6px;
}

.section2 .service-area .service-area-l .service-area-text02 {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  line-height: 1.45;
  margin-top: 6px;
  text-indent: -1em;
  margin-left: 1em;
}

.section2 .service-area .service-area-r {
  width: 65%;
  border: 4px solid #387361;
  padding: 20px;
}

@media (max-width: 767px) {
  .section2 .catch-p {
    font-size: 15px;
  }
  .section2 .service-area {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-around;
    padding: 0;
  }
  .section2 .service-area .service-area-r {
    width: 100%;
  }
}
/* flow-figure
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .section2 .flow-figure .figure-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  .section2 .flow-figure .figure-top .figure-illust {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .section2 .flow-figure .figure-top .figure-illust:not(.figure01) {
    position: relative;
    margin-left: 40px;
  }
  .section2 .flow-figure .figure-top .figure-illust:not(.figure01)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 17px;
    border-color: transparent transparent transparent #bcbdbd;
  }
  .section2 .flow-figure .figure-top .figure-illust.figure02 {
    margin-left: 48px;
  }
  .section2 .flow-figure .figure-top .figure-illust.figure02::before {
    left: -40px;
  }
  .section2 .flow-figure .figure-top .figure-illust.figure03 {
    margin-left: 74px;
  }
  .section2 .flow-figure .figure-top .figure-illust.figure03::before {
    left: -45px;
  }
  .section2 .flow-figure .figure-top .figure-illust .figure-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
  }
  .section2 .flow-figure .figure-top .figure-illust .figure-title {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: rgb(18, 74, 18);
    font-size: 118%;
  }
  .section2 .flow-figure .figure-bottom .arrow {
    position: relative;
    padding: 24px 58px 24px 0;
  }
  .section2 .flow-figure .figure-bottom .arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 0 44px 70px;
    border-color: transparent transparent transparent #376e5f;
    right: 0;
  }
  .section2 .flow-figure .figure-bottom .arrow span {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    display: block;
    background: #376e5f;
    color: #fff;
    text-align: center;
    padding: 2px 4px 2px 40px;
    letter-spacing: 0.1em;
    font-size: 21px;
  }
  .section2 .flow-figure .figure-bottom .text {
    text-align: center;
    font-size: 12px;
    margin-top: -15px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .section2 .flow-figure {
    font-size: 19px;
  }
  .section2 .flow-figure .figure-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  .section2 .flow-figure .figure-top .figure-illust {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
  }
  .section2 .flow-figure .figure-top .figure-illust:not(.figure01) {
    position: relative;
  }
  .section2 .flow-figure .figure-top .figure-illust:not(.figure01)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0 1em 0.8em;
    border-color: transparent transparent transparent #bcbdbd;
  }
  .section2 .flow-figure .figure-top .figure-illust.figure02 {
    margin-left: 1.8em;
  }
  .section2 .flow-figure .figure-top .figure-illust.figure02::before {
    left: -1.2em;
  }
  .section2 .flow-figure .figure-top .figure-illust.figure03 {
    margin-left: 2.4em;
  }
  .section2 .flow-figure .figure-top .figure-illust.figure03::before {
    left: -1.6em;
  }
  .section2 .flow-figure .figure-top .figure-illust .figure-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 8.1em;
  }
  .section2 .flow-figure .figure-top .figure-illust .figure-title {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: rgb(18, 74, 18);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    line-height: 1.4;
  }
  .section2 .flow-figure .figure-bottom .arrow {
    position: relative;
    padding: 1.5em 2.6em 1.5em 0;
  }
  .section2 .flow-figure .figure-bottom .arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5em 0 2.5em 3.7em;
    border-color: transparent transparent transparent #376e5f;
    right: -0.5em;
  }
  .section2 .flow-figure .figure-bottom .arrow span {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    display: block;
    background: #376e5f;
    color: #fff;
    text-align: center;
    padding: 0.2em 0 0.2em 0.6em;
    letter-spacing: 0.1em;
    font-size: 1.3em;
    line-height: 1.4;
  }
  .section2 .flow-figure .figure-bottom .text {
    text-align: center;
    font-size: 75%;
  }
}
@media (max-width: 450px) {
  .section2 .flow-figure {
    font-size: 4.2vw;
  }
}
/*
-----------------------------------------------------------
 section3 / 4 / 5
----------------------------------------------------------- */
.section3 .catch-p,
.section4 .catch-p,
.section5 .catch-p {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  color: black;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section3 .catch-p,
  .section4 .catch-p,
  .section5 .catch-p {
    line-height: 30px;
    font-size: 20px;
  }
}
/*
-----------------------------------------------------------
 section3
----------------------------------------------------------- */
.section3 {
  margin-top: 80px;
}

.section3-section + .section3-section {
  margin-top: 80px;
}

.section3-section-note {
  font-size: 85%;
  color: #888;
  line-height: 1.45;
  margin: 20px 0;
  text-indent: -1em;
  padding: 0 10px 0 25px;
}

.section3-section-note::before {
  content: "※";
}

.section3 .section3-p {
  margin-bottom: 10px;
  padding: 0 10px;
}

.section3 .section3-4area {
  border: solid 1px #376e5f;
  max-width: 790px;
  margin: 0 auto;
}

.section3 .section3-4area .under-marker,
.section3 .section3-4area .price-p {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
}

.section3 .section3-4area .under-marker {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}

.section3 .section3-4area .under-marker span {
  background: linear-gradient(transparent 60%, #e2e7e4 60%);
  margin: 8px;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.3;
}

.section3 .section3-4area .price-p {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.section3 .section3-4area .price-p span {
  color: rgb(18, 74, 18);
  font-size: 180%;
  line-height: 1.2;
}

.section3 .section3-4area .sp-br {
  display: none;
}

.section3 .washi-content {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 30px 25px 25px;
  margin-top: 20px;
  position: relative;
  background: rgba(247, 247, 247, 0.51);
}
.section3 .washi-content::before {
  background-image: url("/wp-content/themes/keni8-child/images/top/back-section1.webp");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}

@media (max-width: 767px) {
  .section3 .washi-content {
    padding: 20px 10px;
    font-size: 14px;
  }
}
.section3 .washi-content .washi-title {
  font-weight: bold;
  text-align: center;
  color: #333;
  border-top: none;
  font-size: 29px;
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .section3 .washi-content .washi-title {
    font-size: 20px;
  }
}
.section3 .washi-content .washi-body {
  line-height: 2;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .section3 .section3-4area .under-marker,
  .section3 .section3-4area .price-p {
    font-size: 18px;
  }
  .section3 .section3-4area .under-marker {
    margin-top: 20px;
    line-height: 35px;
  }
  .section3 .section3-4area .price-p span {
    font-size: 28px;
  }
  .section3 .section3-4area .sp-br {
    display: inline;
  }
}
/* hisseki-section
----------------------------------------------------------- */
#hisseki-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 22px 3%;
  margin-top: 20px;
  padding: 0 15px;
}

.hisseki-block02-text2 {
  margin-bottom: 1em;
}

@media (min-width: 960px) {
  .hisseki-block02-box {
    margin: 0 auto;
  }
}
.hisseki-block02-youtube {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .hisseki-block02-youtube {
    width: 55%;
    margin: 0 auto;
  }
}
.hisseki-block02-youtube-box {
  height: 0;
  padding-bottom: 56.3%;
  margin: 0 auto;
  position: relative;
}

.hisseki-block02-youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  #hisseki-top::before {
    content: "";
    width: 100%;
    order: 1;
  }
  #hisseki-top::after {
    content: "";
    width: 100%;
    order: 1;
  }
  #hisseki-top .hisseki-sample {
    width: 31.3%;
  }
  #hisseki-top .hisseki-sample:nth-of-type(n + 3) {
    order: 1;
  }
  #hisseki-top .hisseki-sample:nth-of-type(n + 5) {
    order: 2;
  }
  #hisseki-top .hisseki-sample02 {
    width: 31.33%;
  }
  #hisseki-top .hisseki-sample02:nth-of-type(n + 3) {
    order: 0;
  }
}
@media (max-width: 767px) {
  #hisseki-top .hisseki-sample {
    width: 48.5%;
  }
}
#hisseki-top .hisseki-sample a {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  #hisseki-top .hisseki-sample a:hover {
    opacity: 0.6;
  }
}
#hisseki-top .hisseki-sample-child img {
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 4px 0.5px rgba(0, 0, 0, 0.12);
}

#hisseki-top .hisseki-sample-child p {
  margin-top: 8px;
  font-size: 92%;
  color: #666;
  line-height: 1.45;
}

@media print, screen and (min-width: 768px) {
  .hisseki-section .link-wrap {
    text-align: right;
    margin-top: 60px;
    font-size: 115%;
  }
}
@media (max-width: 767px) {
  .hisseki-section .link-wrap {
    text-align: center;
    margin-top: 40px;
  }
}
.hisseki-section .link-wrap a {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: rgb(18, 74, 18);
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding-left: 14px;
}
.hisseki-section .link-wrap a::before {
  border-color: transparent transparent transparent rgb(18, 74, 18);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-width: 5px 0 5px 6px;
}

#hisseki-top .note-text {
  font-size: 82%;
  color: #888;
  line-height: 1.4;
  text-indent: -1em;
  margin-left: 1em;
}

/* one-stop-figure
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .section3 .one-stop-figure {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    margin: 20px 0 30px;
  }
  .section3 .one-stop-figure .figure01 {
    display: flex;
    align-items: center;
  }
  .section3 .one-stop-figure .figure01 .inner {
    background: #376e5f;
    color: #fff;
    border-radius: 50%;
    line-height: 1.45;
    width: 154px;
    height: 154px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
  }
  .section3 .one-stop-figure ul {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 1.3em;
    margin-bottom: 3px;
    font-size: 118%;
  }
  .section3 .one-stop-figure .figure-illust {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-left: 40px;
  }
  .section3 .one-stop-figure .figure-illust::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 17px;
    border-color: transparent transparent transparent #bcbdbd;
  }
  .section3 .one-stop-figure .figure-illust.figure02::before {
    left: -19px;
  }
  .section3 .one-stop-figure .figure-illust.figure03 {
    margin-left: 48px;
  }
  .section3 .one-stop-figure .figure-illust.figure03::before {
    left: -40px;
  }
  .section3 .one-stop-figure .figure-illust.figure04 {
    margin-left: 74px;
  }
  .section3 .one-stop-figure .figure-illust.figure04::before {
    left: -45px;
  }
  .section3 .one-stop-figure .figure-illust .figure-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
  }
  .section3 .one-stop-figure .figure-illust .figure-title {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: rgb(18, 74, 18);
    font-size: 118%;
  }
}
@media (max-width: 767px) {
  .section3 .one-stop-figure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 20px auto 30px;
    font-size: 19px;
    gap: 2.4em 0;
    max-width: 450px;
  }
  .section3 .one-stop-figure .figure01 {
    display: flex;
    align-items: center;
  }
  .section3 .one-stop-figure .figure01 .inner {
    background: #376e5f;
    color: #fff;
    border-radius: 50%;
    line-height: 1.45;
    width: 10em;
    height: 10em;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 0.6em;
  }
  .section3 .one-stop-figure ul {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 1.3em;
    margin-bottom: 0.3em;
    font-size: 118%;
  }
  .section3 .one-stop-figure .figure-illust {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-left: 3em;
  }
  .section3 .one-stop-figure .figure-illust::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0 1em 1.1em;
    border-color: transparent transparent transparent #bcbdbd;
  }
  .section3 .one-stop-figure .figure-illust.figure02::before {
    left: -1.4em;
  }
  .section3 .one-stop-figure .figure-illust.figure03 {
    margin-left: 2.7em;
  }
  .section3 .one-stop-figure .figure-illust.figure03::before {
    right: -3.3em;
    margin: 0;
    top: -2em;
    transform: rotate(135deg);
  }
  .section3 .one-stop-figure .figure-illust.figure04 {
    margin-left: 4.3em;
  }
  .section3 .one-stop-figure .figure-illust.figure04::before {
    left: -2.5em;
  }
  .section3 .one-stop-figure .figure-illust .figure-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9em;
  }
  .section3 .one-stop-figure .figure-illust.figure02 img {
    width: 5.4em;
  }
  .section3 .one-stop-figure .figure-illust.figure03 img {
    width: 3.8em;
  }
  .section3 .one-stop-figure .figure-illust.figure04 img {
    width: 10em;
  }
  .section3 .one-stop-figure .figure-illust .figure-title {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: rgb(18, 74, 18);
  }
}
@media (max-width: 450px) {
  .section3 .one-stop-figure {
    font-size: 4.2vw;
  }
}
/*
-----------------------------------------------------------
 envelope
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .envelope-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 55px 3.5%;
    padding: 0 15px;
  }
  .envelope-list .envelope-item {
    width: 31%;
  }
  .envelope-list .title {
    color: rgb(18, 74, 18);
    border-left: 2px solid;
    line-height: 1.45;
    padding: 5px 0 5px 7px;
    margin-bottom: 8px;
  }
  .envelope-list .img-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
  }
  .envelope-list .img-list li {
    width: 100%;
  }
  .envelope-list .img-list li:nth-of-type(n + 2) {
    width: calc((100% - 17px) / 3);
  }
  .envelope-list .img-list li a {
    display: block;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  }
  .envelope-list .img-list li a:hover {
    opacity: 0.6;
  }
  .envelope-list .img-list li:nth-of-type(n + 2) a {
    position: relative;
    height: 0;
    padding-bottom: 130%;
  }
  .envelope-list .img-list li a img {
    border: 1px solid #dedede;
    padding: 5px;
  }
  .envelope-list .img-list li:nth-of-type(n + 2) a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  /* 20240105 追加 */
  .env-exp {
    display: flex;
    position: relative;
  }
  .env-exp .env-exp-l {
    width: 75%;
    margin-right: 2%;
  }
  .env-exp .env-exp-l .env-bold {
    font-weight: bold;
  }
  .envelope-list-02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px 1.33%;
    padding: 0;
  }
  .envelope-list-02 .envelope-item {
    width: 24%;
  }
  .envelope-list-02 .env-stockout {
    margin-left: 10px;
    padding: 2px 5px;
    border: 2px solid #888;
    border-radius: 3px;
    font-size: 70%;
    color: #888;
  }
  .envelope-list-02 .env-limited {
    margin-left: 10px;
    padding: 2px 5px;
    border: 2px solid #e62b0f;
    border-radius: 3px;
    font-size: 70%;
    color: #e62b0f;
  }
  .envelope-list-02 .env-image a {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: fit-content;
    background: #fff;
    border: 1px solid #f3f3f3;
    padding: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.04);
  }
  .envelope-list-02 .env-image a::before {
    border: 3px solid rgb(18, 74, 18);
    content: "";
    position: absolute;
    transition: opacity 0.2s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .envelope-list-02 .env-image a:hover:before {
    opacity: 1;
  }
}
@media print, screen and (max-width: 768px) {
  .env-exp {
    display: block;
    position: relative;
  }
  .env-exp .env-exp-l {
    width: 100%;
    margin-bottom: 2%;
  }
  .env-exp .env-exp-l .env-bold {
    font-weight: bold;
  }
  .section3-section .envelope-list-02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 3%;
    margin-top: 0;
    padding: 0;
  }
  .section3-section .envelope-list.envelope-list-02 .envelope-item {
    width: 48.5%;
    margin-top: 20px;
  }
  .envelope-list-02 .env-stockout {
    margin-left: 10px;
    padding: 2px 5px;
    border: 2px solid #888;
    border-radius: 3px;
    font-size: 70%;
    color: #888;
  }
  .envelope-list-02 .env-limited {
    margin-left: 10px;
    padding: 2px 5px;
    border: 2px solid #e62b0f;
    border-radius: 3px;
    font-size: 70%;
    color: #e62b0f;
  }
  .envelope-list-02 .env-image a {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: fit-content;
    background: #fff;
    border: 1px solid #f3f3f3;
    padding: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.04);
  }
  .envelope-list-02 .env-image a:hover {
    opacity: 0.6;
  }
}
/* 20240105 追加ここまで */
@media (max-width: 767px) {
  .envelope-list {
    padding: 0 8px;
  }
  .envelope-list .envelope-item + .envelope-item {
    margin-top: 40px;
  }
  .envelope-list .title {
    color: rgb(18, 74, 18);
    border-left: 2px solid;
    line-height: 1.45;
    padding: 5px 0 5px 7px;
    margin-bottom: 8px;
  }
  .envelope-list .img-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
  }
  .envelope-list .img-list li {
    width: 100%;
  }
  .envelope-list .img-list li:nth-of-type(n + 2) {
    width: calc((100% - 17px) / 3);
  }
  .envelope-list .img-list li a {
    display: block;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  }
  .envelope-list .img-list li a:hover {
    opacity: 0.6;
  }
  .envelope-list .img-list li:nth-of-type(n + 2) a {
    position: relative;
    height: 0;
    padding-bottom: 130%;
  }
  .envelope-list .img-list li a img {
    border: 1px solid #dedede;
    padding: 5px;
  }
  .envelope-list .img-list li:nth-of-type(n + 2) a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
}
/*
-----------------------------------------------------------
 section4
----------------------------------------------------------- */
.section4 {
  margin-top: 80px;
}

.section4 .section4-sub-title {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: rgb(18, 74, 18);
  margin-bottom: 15px;
  font-size: 22px;
  border-left: 2px solid;
  padding-left: 10px;
}

.section4 .example-area {
  background-image: url("/wp-content/themes/keni8-child/top-img/back-section4.webp");
  background-repeat: repeat;
  background-size: cover;
  padding: 20px;
}

@media (max-width: 767px) {
  .section4 .example-area {
    padding: 10px;
  }
}
.section4 .example-area .example-area-child {
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding: 22px;
}

@media (max-width: 767px) {
  .section4 .example-area .example-area-child {
    padding: 15px;
  }
}
.section4 .example-area .example-area-child + .example-area-child {
  margin-top: 20px;
}

.section4 .example-area .example-area-child .example-area-l {
  width: 55%;
}

.section4 .example-area .example-area-child .example-area-r {
  width: 40%;
  text-align: right;
}

.section4 .example-area .example-area-child .example-area-r .case-1_graph_img {
  margin-top: 100px;
}

.section4 .example-area .example-area-child .example-area-l .case-1 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section4 .example-area .example-area-child .example-area-l .case-1 {
    display: block;
    text-align: center;
  }
}
.section4 .example-area .example-area-child .example-area-l .case-1 .case-1-r {
  color: rgb(18, 74, 18);
  margin-left: 10px;
  font-size: 28px;
  line-height: 1.3;
  padding-top: 6px;
}

.section4 .example-area .example-area-child .example-area-l p {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.section4 .example-area .example-area-child .example-area-l .box-p {
  background-color: rgb(55, 114, 96);
  padding: 4px 12px 2px;
  width: fit-content;
  margin-top: 8px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 92%;
  line-height: 1.3;
  letter-spacing: 0;
}

.section4 .example-area .example-area-child .example-area-l .box-p:last-child {
  margin-top: 15px;
}

.section4 .case-detail {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .section4 .example-area .example-area-child {
    flex-flow: column wrap;
    align-items: center;
    gap: 20px;
  }
  .section4 .example-area .example-area-child .example-area-l {
    width: 100%;
  }
  .section4 .example-area .example-area-child .example-area-r {
    width: 70%;
    text-align: center;
  }
  .section4
    .example-area
    .example-area-child
    .example-area-r
    .case-1_graph_img {
    margin-top: 0;
  }
}
/* 20231023 佐々木追加 ここから */
.section4 .example-area .example-area-child-02 {
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 22px;
}

.example-area-child-02 .example-area-t {
  display: flex;
}

.example-area-child-02 .example-area-t .case-1-02 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.example-area-child-02 .example-area-t .case-1-02 .case-1-r {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: rgb(18, 74, 18);
  margin-left: 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}

.example-area-child-02 .example-area-t .case-1-r .tasha {
  font-size: 0.7em;
}

.example-area-child-02 .example-area-l .box-p-02 {
  background-color: rgb(55, 114, 96);
  padding: 4px 12px 2px;
  width: fit-content;
  margin-top: 8px;
  margin-bottom: 7px;
  color: rgb(255, 255, 255);
  font-size: 92%;
  line-height: 1.3;
  letter-spacing: 0;
}

.section4 .example-area .example-area-child-02 .example-area-b {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  gap: 15px;
}

.section4 .example-area .example-area-child-02 .example-area-l {
  display: flex;
}

.section4
  .example-area
  .example-area-child-02
  .example-area-b
  .example-area-l
  .case-detail {
  font-weight: bold;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 3px;
}

.section4
  .example-area
  .example-area-child-02
  .example-area-b
  .example-area-l
  .case-detail-d {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}

.section4
  .example-area
  .example-area-child-02
  .example-area-t
  .case-1-02
  .case-1-l
  img {
  flex-basis: 100%;
  width: 78px;
}

.section4
  .example-area
  .example-area-child-02
  .example-area-b
  .example-area-l
  .case-robot {
  color: rgb(18, 74, 18);
  background-color: rgba(212, 230, 212, 0.5);
  padding: 17px;
  margin-top: 15px;
  margin-bottom: 8px;
}

.section4
  .example-area
  .example-area-child-02
  .example-area-b
  .example-area-l
  .case-other {
  margin-top: 14px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .section4 .example-area .example-area-child-02 {
    display: block;
    text-align: center;
    gap: 10px;
  }
  .section4 .example-area .example-area-child-02 .case-1-02 {
    display: block;
  }
  .section4 .example-area .example-area-child-02 .example-area-t {
    display: block;
  }
  .section4
    .example-area
    .example-area-child-02
    .example-area-t
    .case-1-02
    .case-1-r {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
      "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(18, 74, 18);
    font-size: 22px;
    line-height: 1.3;
    margin-top: 12px;
    margin-left: 0;
  }
  .section4 .example-area .example-area-child-02 .example-area-b {
    display: block;
    text-align: left;
  }
  .section4 .example-area .example-area-child-02 .example-area-b .case-img-mb {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }
}
/* 20231023　佐々木追加ここまで */
/*
-----------------------------------------------------------
 section5
----------------------------------------------------------- */
.section5 {
  margin-top: 100px;
}

.section5 .section5-section + .section5-section {
  margin-top: 80px;
}

.section5 .section5-section .top-text {
  margin-bottom: 20px;
}

.section5 .section5-section .note-text-wrap {
  margin-top: 12px;
}

.section5 .section5-section .note-text {
  font-size: 82%;
  text-indent: -1em;
  margin-left: 1em;
  color: #888;
  line-height: 1.4;
}

.section5 .section5-section .note-text + .note-text {
  margin-top: 4px;
}

.section5 .price-area {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-around;
  padding: 0 15%;
}

.section5 .price-area .price-area-l,
.section5 .price-area .price-area-r {
  border: solid 1px #376e5f;
  text-align: center;
  padding: 20px 40px;
}

.section5 .price-area .price-area-l .under-marker,
.section5 .price-area .price-area-r .under-marker {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  color: black;
}

.section5 .price-area .price-area-l .under-marker span,
.section5 .price-area .price-area-r .under-marker span {
  background: linear-gradient(transparent 60%, #e2e7e4 60%);
  margin: 8px;
  font-size: 25px;
}

.section5 .price-area-plan {
  background-image: url("/wp-content/themes/keni8-child/top-img/back-section5.jpg");
}

.section5 .price-area2 {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 40px 20px;
  margin-top: 40px;
  color: black;
  font-size: 20px;
  text-align: center;
}

.section5 .price-area2 p {
  margin-bottom: 20px;
}

.section5 .price-area2 .price-area2-child {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-evenly;
}

.section5 .price-area2 .price-area2-child img {
  width: 25%;
}

.section5 .price-h3 {
  border-top: none;
  border-bottom: solid 2px #376e5f;
  color: #376e5f;
  margin-top: 24px;
}

.section5 .price-table {
  width: 100%;
  margin: 40px auto 0;
  max-width: 740px;
}

.section5 .price-table th {
  font-weight: normal;
  text-align: center;
  background-color: #729489;
  color: #fff;
  font-size: 18px;
  border: 1px solid #ddd;
}

.section5 .price-table td {
  text-align: center;
  font-size: 18px;
  border: 1px solid #ddd;
}

@media (max-width: 767px) {
  .section5 .price-table td {
    font-size: inherit;
  }
}
.section5 img {
  width: 100%;
}

.section5 .option-list {
  padding: 0 0 0 44px;
}

@media (max-width: 767px) {
  .section5 .option-list {
    padding: 0;
  }
}
.section5 .option-list > li + li {
  margin-top: 45px;
}

.section5 .option-list-title {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: rgb(18, 74, 18);
  font-weight: bold;
  font-size: 23px;
  margin-left: -1.3em;
  line-height: 1.3;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .section5 .option-list-title {
    margin-left: 0;
  }
}
.section5 .option-list-title .mark {
  font-size: 144%;
  background: linear-gradient(transparent 60%, #e2e7e4 60%);
  margin-left: 10px;
}

@media (max-width: 767px) {
  .section5 .option-list-title .mark {
    font-size: inherit;
    margin-left: 20px;
  }
  .section5 .option-list-title .marker-sp {
    display: block;
    margin-top: 15px;
    font-size: 19px;
  }
}
.section5 .option-list .small-list {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: rgb(18, 74, 18);
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.5em;
  margin: 10px 0;
  font-size: 120%;
}

@media (max-width: 767px) {
  .section5 .price-area {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    padding: 0 15%;
  }
  .section5 .price-area .price-area-l,
  .section5 .price-area .price-area-r {
    border: solid 1px #376e5f;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
  }
  .section5 .price-area .price-area-l {
    margin-bottom: 20px;
  }
  .section5 .price-area2 .price-area2-child {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
  }
  .section5 .price-area2 .price-area2-child img {
    width: 55%;
  }
}
.section5 .section5-section .tax {
  margin: 0 15px 0 4px;
}

.section5 .section5-section .text-orange {
  color: #ff6044;
  font-size: 150%;
  margin: 0 3px;
}

.section5 .section5-sectionn .zero-price {
  margin-left: 5px;
}

/* fixed-box-tate
----------------------------------------------------------- */
/*-------価格表（2024.05.14）-------*/
@media (max-width: 767px) {
  .fixed-box-tate {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
  }
}
table.tate {
  width: 100%;
  border: 1px solid #ccc;
}

@media (min-width: 768px) {
  table.tate {
    table-layout: fixed;
  }
}
@media (max-width: 767px) {
  table.tate {
    border-collapse: collapse;
    border-spacing: 0;
    white-space: nowrap;
  }
}
table.tate th,
table.tate td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
  border: 1px solid #ccc;
  line-height: 1.3;
}

@media (max-width: 767px) {
  table.tate th,
  table.tate td {
    padding: 8px 5px;
    height: 45px;
  }
}
table.tate th {
  font-weight: normal;
  background-color: #6e6e6e;
  color: #fff;
}

@media (max-width: 767px) {
  table.tate th {
    font-size: 13px;
  }
}
table.tate thead th + th {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 19px;
}

@media (max-width: 767px) {
  table.tate thead th + th {
    font-size: 17px;
  }
}
table.tate td {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  table.tate td {
    font-size: 14px;
  }
}
table.tate .td-shot {
  background-color: #e4e8e5;
  color: #454545;
  font-size: 14px;
}

table.tate .td-trial {
  background-color: #fff;
}

table.tate .td-ume {
  background-color: #8aa497;
}

table.tate .td-take {
  background-color: #648a7b;
  z-index: -1;
}

table.tate .td-matsu {
  background-color: #387361;
}

table.tate .td-deluxe,
table.tate .td-premium {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #454545;
  font-size: 18px;
}

@media (max-width: 767px) {
  table.tate .td-deluxe,
  table.tate .td-premium {
    font-size: 15px;
  }
}
table.tate .td-deluxe {
  background-image: url(../../images/bg-silver.svg);
}

table.tate .td-premium {
  background-image: url(../../images/bg-gold.svg);
}

table.tate .td-trial {
  background-color: #fff;
  color: inherit;
}

table.tate td li {
  text-align: left;
  font-size: 15px;
}

@media (max-width: 767px) {
  table.tate td li {
    font-size: 10px;
    margin-left: 10px;
  }
}
table.tate td s {
  margin-right: 20px;
}

table.tate th span {
  display: block;
  font-size: 85%;
}

table.tate td span {
  font-size: 70%;
}

@media (max-width: 767px) {
  table.tate td span {
    font-size: 10px;
  }
}
table.tate .text-red {
  font-size: 100%;
  color: #911e10;
}

table.tate ul {
  list-style-type: disc;
  margin: 1em 0 1.5em 1.5em;
  padding-left: 0;
}

table.tate ul > li {
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  table.tate .fixed01 {
    width: 106px;
  }
}
@media (max-width: 767px) {
  table.tate .fixed01 {
    position: sticky;
    left: 0;
  }
  table.tate .fixed01::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
}

/* ふきだし装飾 */
.td-take {
  position: relative;
}

.notice::before,
.notice::after {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background-color: #ff6044;
}

.notice::before {
  margin-right: 9px;
  transform: rotate(-30deg);
}

.notice::after {
  margin-left: 9px;
  transform: rotate(30deg);
}

.notice .plan-name {
  display: inline-block;
  font-size: 80%;
}

@media (max-width: 767px) {
  .tate_wrapper {
    position: relative;
    margin-top: 60px;
  }
  .notice {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #ff6044;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .tate_wrapper {
    position: relative;
    margin-top: 70px;
  }
  .notice {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ff6044;
    z-index: 1;
    position: absolute;
    top: -48px;
    right: -48px;
  }
  .notice::before {
    margin-right: 10px;
  }
  .notice::after {
    margin-left: 10px;
  }
}
@media (min-width: 900px) {
  .notice {
    font-size: 20px;
    position: absolute;
    top: -48px;
    right: -51px;
  }
}
/* sub-section
----------------------------------------------------------- */
.section5 .sub-section + .sub-section {
  margin-top: 45px;
}

.section5 .sub-section-title {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  border-left: 2px solid rgb(18, 74, 18);
  color: #333;
  line-height: 1.45;
  margin-bottom: 12px;
  font-size: 110%;
  padding: 5px 0 5px 8px;
}

/* plan-paper
----------------------------------------------------------- */
.section5 .plan-paper table.tate th {
  background: #729489;
}

/* flow-figure
----------------------------------------------------------- */
.plan-paper .img-box {
  padding: 0 37%;
}

@media (max-width: 767px) {
  .section5 .img-box {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .section5 .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 21px;
  }
  .section5 .flow-figure {
    width: 54%;
  }
  .plan-light .img-box {
    margin-bottom: 20px;
  }
}
/*
-----------------------------------------------------------
 section6
----------------------------------------------------------- */
.section6 {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .section6 {
    padding: 0;
  }
}
/* qa-item
----------------------------------------------------------- */
.section6 .qa-item + .qa-item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.section6 .qa-item dt {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 21px;
  padding: 7px 0 10px 49px;
  font-size: 21px;
  line-height: 1.4;
}
.section6 .qa-item dt::before {
  content: "Q";
  background: #26574a;
}

.section6 .qa-item dt::before,
.section6 .qa-item dd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-right: 1em;
  font-weight: bold;
  font-size: 20px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", serif;
  color: #fff;
  line-height: 40px;
  text-indent: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.section6 .qa-item dd {
  position: relative;
  padding: 8px 0 0 50px;
  min-height: 40px;
}
.section6 .qa-item dd::before {
  content: "A";
  background: #911e10;
}

/* qa-item02
----------------------------------------------------------- */
.section6 .qa-item02 + .qa-item02 {
  border-top: 1px solid #ccc;
}

.section6 .qa-item02 .qa-button::before,
.section6 .qa-item02 dd::before {
  position: absolute;
  font-weight: bold;
  font-family: "Lucida Sans Unicode", "Lucida Grande", serif;
  text-align: center;
  color: #fff;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
}

.section6 .qa-item02 > dd {
  display: none;
  position: relative;
  padding: 7px 0 35px 50px;
  min-height: 40px;
}
.section6 .qa-item02 > dd::before {
  content: "A";
  background: #911e10;
  top: 0;
}

.section6 .qa-item02 .qa-button {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  line-height: 1.45;
  padding: 25px 45px 25px 50px;
  font-size: 19px;
}
.section6 .qa-item02 .qa-button::before {
  content: "Q";
  background: #26574a;
  top: 0;
  bottom: 3px;
  margin: auto 0;
}
.section6 .qa-item02 .qa-button:hover {
  opacity: 0.7;
}

.section6 .qa-item02 .qa-button .icon {
  pointer-events: none;
  position: absolute;
  right: 14px;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.section6 .qa-item02 .qa-button .icon::before,
.section6 .qa-item02 .qa-button .icon::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  transition: 0.3s all;
  background: #26574a;
}
.section6 .qa-item02 .qa-button .icon::before {
  height: 2px;
  width: 100%;
}
.section6 .qa-item02 .qa-button .icon::after {
  height: 100%;
  width: 2px;
}

.section6 .qa-item02 .qa-button.js-active .icon::after {
  height: 0;
}

/* faq-table
----------------------------------------------------------- */
.section6 .faq-table {
  margin-top: 10px;
  text-align: center;
}

/* qa-table
----------------------------------------------------------- */
.section6 .qa-table {
  margin-top: 10px;
  line-height: 1.6;
  text-align: left;
}

.section6 .qa-table th,
.section6 .qa-table td {
  border: 1px solid #ddd;
}

.section6 .qa-table td {
  font-size: 92%;
}

.section6 .qa-table th {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  background-color: #729489;
  color: #fff;
  line-height: 1.5;
  vertical-align: middle;
}

/*
-----------------------------------------------------------
 section7
----------------------------------------------------------- */
.section7 {
  margin-top: 60px;
}

.section7 h3 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  /* font-size: 28px; */
  font-size: 22px;
}

.section7 h3 img {
  height: 40px;
  margin-right: 15px;
}

.section7 .contact-p {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #376e5f;
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 69px;
}

.section7 .contact-p a {
  color: #376e5f;
  font-size: 30px;
  line-height: 40px;
}

.section7 .contact-p span {
  font-size: 17px;
}

@media (max-width: 767px) {
  .section7 h3 {
    font-size: 22px;
  }
  .section7 h3 img {
    height: 40px;
    margin-right: 15px;
  }
  .section7 .contact-p {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #376e5f;
    font-size: 20px;
    margin-top: 30px;
  }
  .section7 .contact-p a {
    color: #376e5f;
    font-size: 30px;
    line-height: 40px;
  }
  .section7 .contact-p span {
    font-size: 17px;
  }
}
/*
-----------------------------------------------------------
section7-download
----------------------------------------------------------- */
.section7-download {
  margin: 60px 0 80px;
}

/* download-from.cssの記述をコピペ */
#main .mw_wp_form_g-standard input[type="submit"],
.mw_wp_form_g-standard input[type="button"],
#main .mw_wp_form_g-standard button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background: #304a28 !important; */
  background: #ed4e18;
  background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
  border: none;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  line-height: inherit;
  width: 90%;
  font-size: 20px;
  margin-top: 20px;
  border-radius: 8px;
  max-width: 320px;
  padding: 13px 10px;
}

#main .mw_wp_form_g-standard input[type="submit"]:hover,
.mw_wp_form_g-standard input[type="button"]:hover,
#main .mw_wp_form_g-standard button:hover {
  opacity: 0.7;
}

.section7-download .top-block .text01 {
  margin-bottom: 40px;
}

.section7-download .top-block .detail-list {
  list-style: disc;
  margin: 1em 0 1.5em 1.5em;
  padding-left: 0;
}

.section7-download .top-block .detail-list li {
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 671px) {
  /* #main.download-form {
         position: relative;
     }

     #main.download-form::before {
         content: '';
         position: absolute;
         top: 50px;
         width: 100vw;
         left: 50%;
         background: #f5efe4;
         height: 100%;
         z-index: -1;
         transform: translate(-50%, 0);
     }

     .keni-section_wrap.article_wrap {
         background: none;
     } */
  .section7-download .top-block {
    margin-bottom: 40px;
  }
  .section7-download .top-block .top-title {
    font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /* color: #a51b09; */
    color: #ed4e18;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: center;
  }
  .section7-download .top-block .text01 {
    text-align: center;
  }
  .section7-download .top-block .detail-wrap {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .section7-download .top-block .detail-text {
    flex: 1;
    margin-left: 3%;
  }
  .section7-download .top-block .detail-title {
    color: #304a28;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .section7-download .top-block .detail-list {
    line-height: 1.4;
  }
  .section7-download .top-block .detail-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 310px;
    padding-top: 25px;
  }
  .section7-download .top-block .detail-img::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: #304a28;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section7-download .top-block .detail-img li {
    width: 50%;
    margin: 0;
    position: relative;
  }
  .section7-download .top-block .detail-img li:first-child {
    margin-top: 90px;
    z-index: 30;
  }
  .section7-download .top-block .detail-img li:nth-of-type(2) {
    margin-top: 45px;
    z-index: 20;
  }
  .section7-download .top-block .detail-img li:nth-of-type(3) {
    z-index: 10;
  }
  .section7-download .top-block .detail-img li + li {
    margin-left: -110px;
  }
  .section7-download .top-block .detail-img li img {
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 670px) {
  /* #main {
         position: relative;
     }

     #main::before {
         content: '';
         position: absolute;
         top: 50px;
         width: 100vw;
         left: 50%;
         background: #f5efe4;
         height: 100%;
         z-index: -1;
         transform: translate(-50%, 0);
     } */
  .section7-download .keni-section_wrap.article_wrap {
    background: none;
  }
  .section7-download .top-block {
    margin-bottom: 40px;
  }
  .section7-download .top-block .top-title {
    font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #a51b09;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: center;
  }
  .section7-download .top-block .text01 {
    text-align: left;
  }
  .section7-download .top-block .detail-text {
    margin-bottom: 20px;
  }
  .section7-download .top-block .detail-title {
    color: #304a28;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .section7-download .top-block .detail-list {
    line-height: 1.4;
  }
  .section7-download .top-block .detail-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 70vw;
    padding-top: 5vw;
  }
  .section7-download .top-block .detail-img::before {
    content: "";
    position: absolute;
    width: 70vw;
    height: 70vw;
    border-radius: 50%;
    background: #304a28;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section7-download .top-block .detail-img li {
    width: 50%;
    margin: 0;
    position: relative;
  }
  .section7-download .top-block .detail-img li:first-child {
    margin-top: 90px;
    z-index: 30;
  }
  .section7-download .top-block .detail-img li:nth-of-type(2) {
    margin-top: 45px;
    z-index: 20;
  }
  .section7-download .top-block .detail-img li:nth-of-type(3) {
    z-index: 10;
  }
  .section7-download .top-block .detail-img li + li {
    margin-left: -50%;
  }
  .section7-download .top-block .detail-img li img {
    border: 1px solid #ccc;
  }
}
/*
-----------------------------------------------------------
 section8
----------------------------------------------------------- */
.section8 {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section8 {
    font-size: 15px;
  }
}
.section8 img {
  width: 240px;
}

.section8 .aboutus {
  text-align: left;
  width: fit-content;
  margin: 22px auto;
}

.section8 .aboutus .link {
  margin-top: 10px;
}

.section8 .map {
  margin-bottom: 40px;
}

.section8 .map iframe {
  width: 100%;
}

@media (max-width: 767px) {
  .section8 img {
    width: 200px;
  }
}
/*
-----------------------------------------------------------
 section9
----------------------------------------------------------- */
.section9 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  overflow: hidden;
  color: #333;
  line-height: 2.1;
  padding: 30px;
  background: rgba(247, 247, 247, 0.51);
  max-width: 780px;
  margin: 0 auto;
  border-radius: 10px;
}
.section9::before {
  content: "";
  background-image: url("/wp-content/themes/keni8-child/images/top/back-section1.webp");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  .section9 {
    padding: 25px 15px 15px;
    font-size: inherit;
    line-height: 1.9;
  }
}
.section9-title {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 13px;
  font-size: 120%;
}

.section9 p {
  margin-bottom: 0;
}

.media-introduction img {
  margin: 60px 0 20px;
}

.media-introduction a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

/*
-----------------------------------------------------------
 section10 (他サービスとの比較)
----------------------------------------------------------- */
.section10 {
  margin-top: 100px;
}

.section10 .head-title {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
  color: #387361;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section10 .catch-p {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}

.section10 table thead th + th {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: normal;
}

.section10 thead th:nth-child(2) {
  background-color: #ed4e18;
  color: #ffffff;
}

.section10 thead th:nth-child(n + 3) {
  background-color: #648a7b;
  color: #ffffff;
}

.section10 table.tate tbody span {
  display: block;
}

.section10 td:nth-child(2) {
  border-bottom: none;
  border-left: 4px solid #ed4e18;
  border-right: 4px solid #ed4e18;
}

.section10 thead th:nth-child(2) {
  border-top: 4px solid #ed4e18;
  border-left: 4px solid #ed4e18;
  border-right: 4px solid #ed4e18;
  border-bottom: none;
}

.section10 tbody tr:last-child td:nth-child(2) {
  border-bottom: 4px solid #ed4e18;
}

.section10 table .service-type {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
}

.section10 table .highlight-orange {
  font-weight: bold;
  color: #ed4e18;
}

.section10 table .highlight-black {
  font-weight: bold;
}

.section10 table .highlight-green {
  color: #124a12;
}

.section10 table .icon-circle,
.section10 table .icon-x,
.section10 table .icon-triangle {
  font-size: 32px;
}

.section10 thead th:nth-child(2) {
  font-size: 21px;
}

.section10 table.tate tbody tr {
  height: 55px;
}

.section10 table.tate tbody td {
  font-weight: normal;
}

.section10 table.tate tbody span {
  display: inline;
}

.section10 table.tate tbody tr:nth-child(2) td .number,
.section10 table.tate tbody tr:nth-child(4) td .number,
.section10 table.tate tbody tr:nth-child(6) td .number {
  font-size: 18px;
  font-weight: bold;
  padding-right: 3px;
}

.section10 table.tate tbody tr:nth-child(2) td:nth-child(4) .number,
.section10 table.tate tbody tr:nth-child(2) td:nth-child(5) .number,
.section10 table.tate tbody tr:nth-child(4) td:nth-child(4) .number,
.section10 table.tate tbody tr:nth-child(4) td:nth-child(5) .number,
.section10 table.tate tbody tr:nth-child(6) td:nth-child(3) .number,
.section10 table.tate tbody tr:nth-child(6) td:nth-child(5) .number {
  font-weight: normal;
}

.section10 tbody tr:nth-child(8) td:nth-child(4) {
  font-size: 15px;
}

.section10 tbody td span {
  font-size: 100%;
}

.section10 table.tate tbody tr.align-top td {
  vertical-align: top;
}

.section10 .box-gp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
  line-height: 1.2;
  margin-bottom: 30px;
}

.section10 .box-gp li:nth-child(1) .text-accent {
  padding-left: 2px;
}

.section10 .box-gp li:nth-child(2) .text-accent {
  padding-right: 1px;
}

.section10 .box-gp li:nth-child(3) .text-accent {
  padding-left: 3px;
}

.section10 .box-gp .box-icon01 {
  background-image: url("https://robot-letter.com/wp-content/themes/keni8-child/images/top/icon-money02.png");
  background-size: 55px 55px;
  background-position: left 63px center;
  background-repeat: no-repeat;
  padding-left: 54px;
}

.section10 .box-gp .box-icon02 {
  background-image: url("https://robot-letter.com/wp-content/themes/keni8-child/images/top/icon-box.png");
  background-size: 60px 60px;
  background-position: left 23px center;
  background-repeat: no-repeat;
  padding-left: 66px;
}

.section10 .box-gp .box-icon03 {
  background-image: url("https://robot-letter.com/wp-content/themes/keni8-child/images/top/icon-truck.png");
  background-size: 60px 60px;
  background-position: left 42px center;
  background-repeat: no-repeat;
  padding-left: 68px;
}

.section10 .box-gp .box {
  position: relative;
  padding: 22px 10px 20px;
  width: 303px;
  border: solid 3px #387361;
  border-radius: 2px;
}

.section10 .box-gp .box .box-title {
  position: absolute;
  display: inline-block;
  top: -6px;
  left: 10px;
  padding: 0px 9px;
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
  color: #387361;
}

.section10 .box-gp .box .box-text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-left: 70px;
}

.section10 .box-gp .box .box-text .text-accent {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 45px;
  color: #ed4e18;
  display: block;
}

.section10 .download-form-area {
  padding: 0;
  margin: 50px 0 0;
}

@media (min-width: 768px) {
  .section10 .head-title {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
      "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    color: #387361;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section10 .head-title:before,
  .section10 .head-title:after {
    content: "";
    border-top: 2px solid #387361;
    flex: 1 0 20px;
    margin: 0 20px 0 0;
  }
  .section10 .head-title:after {
    margin: 0 0 0 20px;
  }
  .section10 table.tate tbody td {
    font-size: 15px;
  }
  .section10 table thead th + th {
    font-size: 17px;
  }
  .section10 th:first-child {
    font-size: 13px;
    white-space: nowrap;
  }
  .section10 tbody tr:nth-child(8) td:nth-child(4),
  .section10 tbody tr:nth-child(8) td:nth-child(6) {
    font-size: 17px;
  }
}
@media (max-width: 571px) {
  .section10 .catch-p {
    text-align: left;
    margin-bottom: 20px;
  }
  .section10 .catch-p .mobile-hide-br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section10 .catch-p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .section10 .box-gp .box-icon01 {
    background-image: url("https://robot-letter.com/wp-content/themes/keni8-child/images/top/icon-money02.png");
    background-size: 55px 55px;
    background-position: left 53px center;
    background-repeat: no-repeat;
    padding-left: 54px;
  }
  .section10 .box-gp .box {
    position: relative;
    padding: 20px 10px;
    width: 270px;
    border: solid 3px #387361;
    border-radius: 2px;
  }
  .section10 .box-gp .box .box-text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 73px;
  }
  .section10 .box-gp .box .box-text .text-accent {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
      "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 35px;
    color: #ed4e18;
    display: block;
  }
  .section10 table.tate td {
    font-size: 14px;
  }
  .section10 thead th:nth-child(2) br {
    display: none;
  }
}
/*
-----------------------------------------------------------
 section11
----------------------------------------------------------- */
.section11 {
  margin-top: 100px;
}

.section11 .voice-more {
  text-align: center;
  margin-top: 28px;
}

.section11 .voice-more-button {
  color: rgb(18, 74, 18);
  position: relative;
  border: 1px solid;
  border-radius: 100px;
  padding: 10px 39px 8px 34px;
  font-size: 16px;
  width: 90%;
  max-width: 290px;
  transition: opacity 0.2s;
}
.section11 .voice-more-button::before {
  border-color: rgb(18, 74, 18) transparent transparent transparent;
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto 0;
}
.section11 .voice-more-button:hover {
  opacity: 0.8;
}

.section11 .voice-highlight {
  color: rgb(18, 74, 18);
  background: linear-gradient(transparent 73%, #ffee00 27%);
  font-size: 108%;
}

.section11 .voice-body .voice-highlight {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

@media (min-width: 768px) {
  .section11 .voice-list {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    width: calc(100vw - 8%);
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1260px;
  }
  .section11 .voice-list .voice-list-item {
    width: calc((100% - 20px) / 2);
  }
  .section11 .voice-list .voice-list-item:nth-of-type(n + 5) {
    display: none;
  }
  .section11 .voice-item-inner {
    display: flex;
    gap: 12px;
    background: #eaf5ea;
    padding: 32px 19px 22px 14px;
    height: 100%;
    border-radius: 12px;
    /* border: 3px solid #cbe7cb; */
  }
  .section11 .voice-icon {
    width: 132px;
  }
  .section11 .voice-text-wrap {
    flex: 1;
  }
  .section11 .voice-title {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
      "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(18, 74, 18);
    font-weight: bold;
    line-height: 1.65;
    font-size: 24px;
    margin-bottom: 14px;
  }
  .section11 .voice-body {
    font-size: 16px;
  }
  .section11 .voice-company {
    color: rgb(18, 74, 18);
    display: inline-block;
    background: #fff;
    margin-top: 10px;
    padding: 5px 10px;
    line-height: 1.4;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section11 .voice-list .voice-list-item + .voice-list-item {
    margin-top: 15px;
  }
  .section11 .voice-list .voice-list-item:nth-of-type(n + 5) {
    display: none;
  }
  .section11 .voice-item-inner {
    background: #eaf5ea;
    padding: 20px 15px 16px;
    border-radius: 12px;
  }
  .section11 .voice-icon {
    text-align: center;
    margin-bottom: 13px;
  }
  .section11 .voice-icon img {
    width: 80px;
  }
  .section11 .voice-title {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
      "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(18, 74, 18);
    font-weight: bold;
    line-height: 1.65;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .section11 .voice-company {
    color: rgb(18, 74, 18);
    display: inline-block;
    background: #fff;
    margin-top: 9px;
    padding: 4px 7px;
    line-height: 1.4;
    font-size: 12px;
  }
}
/*
-----------------------------------------------------------
 お問い合わせフォーム
----------------------------------------------------------- */
.contact-form {
  background: #f2f2f2;
  padding: 35px 20px 10px;
  margin: 30px auto 80px;
  margin-top: 30px;
  max-width: 760px;
}

.contact-form dl {
  margin: 0;
  text-align: left;
}

.contact-form dt {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.contact-form dd ~ dt {
  margin-top: 28px;
}

.contact-form dt span {
  font-size: 1.2rem;
  background: #e62b0f;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  margin: 3px;
  border-radius: 2px;
  line-height: 1.2;
  vertical-align: middle;
}

.contact-form dd {
  padding: 0.1em 0 0.1em 0;
  border-bottom: none;
}

.contact-form .screen-reader-response ul {
  display: none;
}

.contact-form input,
.contact-form textarea {
  font-size: 30px;
  font-size: 1.7rem;
  border: none;
  padding: 10px !important;
  border-radius: 3px;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  .contact-form input,
  .contact-form textarea {
    font-size: 20px;
    font-size: 1.5rem;
  }
}
.contact-form .wpcf7-not-valid-tip {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  display: block;
  color: #e62b0f;
  margin-top: 4px;
}

.contact-form .wpcf7 input[name="your-post"] {
  width: 6em;
}

.contact-form textarea {
  height: 6em;
}

.contact-form .wpcf7 dl {
  margin-bottom: 20px;
}

.contact-form .formBtn {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-top: 50px;
  margin-bottom: 10px;
}

/* .contact-form .formBtn input {
  margin: 0 auto 10px !important;
  padding: 20px 10px !important;
  width: 90% !important;
  font-size: 24px !important;
  display: block;
  border: none;
} */
.contact-form .formBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto;
  padding: 13px 1em 12px 1.5em !important;
  width: 90%;
  font-size: 20px;
  display: block;
  border: none;
  background: #ed4e18;
  background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
  color: #fff;
  letter-spacing: 0.6em;
  border-radius: 8px;
  max-width: 320px;
}

.contact-form .formBtn input[disabled] {
  background: #ccc;
}

/* .contact-form .formBtn input:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
} */
.contact-form .formBtn input:not([disabled]):hover {
  opacity: 0.7;
}

.contact-form .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-global-announcement
-----------------------------------------------------------
----------------------------------------------------------- */
.p-global-announcement {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 20px 0 40px;
}

.p-global-announcement__button {
  border: 0.1rem solid #dcdcdc;
  color: #d11515;
  border-radius: 0.6rem;
  background: #fff;
  width: 100%;
  max-width: 720px;
  padding: 12px;
  font-size: 14px;
}

.p-global-announcement__button-inner {
  display: inline-block;
  text-align: left;
}

.p-global-announcement__button-date {
  display: inline-block;
  color: #888;
  padding-right: 0.8em;
  letter-spacing: 0;
}

.p-global-announcement__button-title {
  display: inline-block;
  text-decoration: underline;
}

.p-global-announcement__button:hover .p-global-announcement__button-title {
  text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 p-global-announcement02
-----------------------------------------------------------
----------------------------------------------------------- */
.p-global-announcement02 {
  position: relative;
  display: block;
  text-decoration: none;
  color: #d11515;
  max-width: 720px;
  background: #fff;
  border-radius: 0.6rem;
  font-size: 15px;
  margin: 5rem auto;
  padding: 10px;
  background: #fff3f3;
}

.p-global-announcement02__button {
  padding: 10px;
  display: inline-block;
  color: inherit !important;
}

.p-global-announcement02__button-inner {
  display: inline-block;
  text-align: left;
}

.p-global-announcement02__button-date {
  display: inline-block;
  color: #888;
  padding-right: 0.8em;
  letter-spacing: 0;
}

.p-global-announcement02__button-title {
  display: inline-block;
  text-decoration: underline;
}

.p-global-announcement02__button:hover .p-global-announcement02__button-title {
  text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 banner
-----------------------------------------------------------
----------------------------------------------------------- */
.banner {
  max-width: 720px;
  margin: 0 auto 40px;
}

.banner .banner-top {
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

.banner .wrapper {
  text-align: center;
}

.banner a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.3s;
}

.banner a:hover {
  opacity: 0.7;
}

.banner a img {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
