@charset "UTF-8";
.margin-bottom0 {
  margin-bottom: 0px !important;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-left0 {
  margin-left: 0px !important;
}

.margin-right0 {
  margin-right: 0px !important;
}

.margin-bottom5 {
  margin-bottom: 5px !important;
}

.margin-top5 {
  margin-top: 5px !important;
}

.margin-left5 {
  margin-left: 5px !important;
}

.margin-right5 {
  margin-right: 5px !important;
}

.margin-bottom10 {
  margin-bottom: 10px !important;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-left10 {
  margin-left: 10px !important;
}

.margin-right10 {
  margin-right: 10px !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-left15 {
  margin-left: 15px !important;
}

.margin-right15 {
  margin-right: 15px !important;
}

.margin-bottom20 {
  margin-bottom: 20px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-left20 {
  margin-left: 20px !important;
}

.margin-right20 {
  margin-right: 20px !important;
}

.margin-bottom25 {
  margin-bottom: 25px !important;
}

.margin-top25 {
  margin-top: 25px !important;
}

.margin-left25 {
  margin-left: 25px !important;
}

.margin-right25 {
  margin-right: 25px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

.margin-left30 {
  margin-left: 30px !important;
}

.margin-right30 {
  margin-right: 30px !important;
}

.margin-bottom35 {
  margin-bottom: 35px !important;
}

.margin-top35 {
  margin-top: 35px !important;
}

.margin-left35 {
  margin-left: 35px !important;
}

.margin-right35 {
  margin-right: 35px !important;
}

.margin-bottom40 {
  margin-bottom: 40px !important;
}

.margin-top40 {
  margin-top: 40px !important;
}

.margin-left40 {
  margin-left: 40px !important;
}

.margin-right40 {
  margin-right: 40px !important;
}

.margin-bottom45 {
  margin-bottom: 45px !important;
}

.margin-top45 {
  margin-top: 45px !important;
}

.margin-left45 {
  margin-left: 45px !important;
}

.margin-right45 {
  margin-right: 45px !important;
}

.margin-bottom50 {
  margin-bottom: 50px !important;
}

.margin-top50 {
  margin-top: 50px !important;
}

.margin-left50 {
  margin-left: 50px !important;
}

.margin-right50 {
  margin-right: 50px !important;
}

.margin-bottom55 {
  margin-bottom: 55px !important;
}

.margin-top55 {
  margin-top: 55px !important;
}

.margin-left55 {
  margin-left: 55px !important;
}

.margin-right55 {
  margin-right: 55px !important;
}

.margin-bottom60 {
  margin-bottom: 60px !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-left60 {
  margin-left: 60px !important;
}

.margin-right60 {
  margin-right: 60px !important;
}

.padding_left30 {
  padding-left: 30px !important;
}

.padding_left60 {
  padding-left: 60px !important;
}

.padding_left90 {
  padding-left: 90px !important;
}

.padding_left120 {
  padding-left: 120px !important;
}

.padding_left150 {
  padding-left: 150px !important;
}

/*-----------------
  吹き出し
-----------------*/
.step-green2 {
  margin-bottom: 30px;
}
.step-green2 .step {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #666;
  font-weight: bold;
  padding: 0 1em;
}
.step-green2 .step span {
  display: flex;
  background-color: #139727;
  width: 110px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-right: 1.3em;
  flex: 0 0 110px;
}
.step-green2 .step span::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: -13px;
  border-top: 10px solid transparent;
  border-left: 17.3205080757px solid #139727;
  border-bottom: 10px solid transparent;
}
.step-green2 .step-description {
  font-weight: normal;
  font-size: 16px;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
}

@media print, screen and (min-width: 768px) {
  .step-green2 .step {
    padding: 0 1em;
  }
  .step-green2 .step-description {
    margin-top: -8px;
    margin-left: 153.4px;
    padding-top: 0em;
    padding-right: 1em;
    padding-left: 0em;
  }
}
/*-----------------
  吹き出し
-----------------*/
.step-green {
  color: #666;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}
.step-green .step {
  display: flex;
  background-color: #139727;
  width: 110px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin: 5px 1.2em 5px 1em;
  flex: 0 0 110px;
}
.step-green .step::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 45px;
  border-left: 10px solid transparent;
  border-top: 17.3205080757px solid #139727;
  border-right: 10px solid transparent;
}
.step-green .step-description {
  padding: 0 1em;
  font-weight: normal;
  font-size: 16px;
}
.step-green .step-description span {
  display: flex;
  height: 50px;
  font-size: 20px;
  color: #666;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .step-green {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .step-green .step::after {
    bottom: 15px;
    left: 105px;
    border-top: 10px solid transparent;
    border-left: 17.3205080757px solid #139727;
    border-bottom: 10px solid transparent;
  }
  .step-green .step-description {
    padding: 0;
  }
  .step-green .step-description span {
    justify-content: flex-start;
  }
}
/*-----------------
  ヘッダー
-----------------*/
header {
  height: 85px;
}
header .header-inner {
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 5px;
  align-items: center;
  /*　ヘッドインフォ　*/
}
header .header-inner .logo {
  display: flex;
  padding: 20px 0px 20px 10px;
  width: 100%;
  font-size: 0;
}
header .header-inner .logo > a {
  display: flex;
  align-items: center;
}
header .header-inner .logo > a > img {
  width: 100%;
  max-width: 323px;
}
header .header-inner .head-info {
  display: none;
  min-height: 85px;
}
header .header-inner .head-info .head-description {
  width: 100%;
  font-size: 14px;
}
header .header-inner .head-info .head-tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 70%;
  min-height: 60px;
  font-size: 12px;
}
header .header-inner .head-info .head-mail {
  width: 30%;
}
header .header-inner .head-icons {
  flex: 0 0 150px;
  position: relative;
  /* チェックイン */
  /*　ハンバーガーメニュー　*/
}
header .header-inner .head-icons .head-mail-link {
  position: absolute;
  background: #139727;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  width: 65px;
  height: 60px;
  flex: 0 0 65px;
}
header .header-inner .head-icons .head-mail-link a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 800;
}
header .header-inner .head-icons .head-mail-link img {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 34px;
}
header .header-inner .head-icons .head-mail-link p {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  font-size: 9px;
  color: #fff;
  white-space: nowrap;
}
header .header-inner .head-icons .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  border: solid 1px #333333;
  cursor: pointer;
  z-index: 999;
}
header .header-inner .head-icons .icon span:nth-child(1) {
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #333333;
  top: 10px;
  left: 19px;
  transition: transform 0.3s ease, top 0.3s ease;
}
header .header-inner .head-icons .icon span:nth-child(2) {
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #333333;
  top: 18px;
  left: 19px;
  transition: opacity 0.3s ease;
}
header .header-inner .head-icons .icon span:nth-child(3) {
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #333333;
  top: 26px;
  left: 19px;
  transition: transform 0.3s ease, top 0.3s ease;
}
header .header-inner .head-icons .icon::after {
  content: "開く";
  position: absolute;
  color: #333333;
  top: 30px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
header .header-inner .head-icons .active span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
header .header-inner .head-icons .active span:nth-child(2) {
  opacity: 0;
}
header .header-inner .head-icons .active span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}
header .header-inner .head-icons .active::after {
  content: "閉じる";
}

#global-menu {
  width: 100%;
  background-color: #139727;
}
#global-menu .menu-inner {
  width: 100%;
  height: 100%;
  max-width: 970px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #139727;
  position: relative;
}
#global-menu .menu-inner .menu {
  display: none;
  min-height: 70px;
  width: 100%;
  max-width: 960px;
  list-style: none;
  background-color: #fff;
}
#global-menu .menu-inner .menu li {
  width: 100%;
  height: 70px;
  position: relative;
  background: #139727;
  display: flex;
  justify-content: center;
}
#global-menu .menu-inner .menu li:last-child a {
  border-bottom: none;
}
#global-menu .menu-inner .menu li a {
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
  box-sizing: border-box;
  position: relative;
  width: 95%;
  height: 100%;
  background: #139727;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-bottom: solid 1px #3aa84b;
}
#global-menu .menu-inner .menu .hide {
  display: none;
}

/*-----------------
  コンテンツ
-----------------*/
main {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 5px;
  padding-bottom: 250px;
}
main .pankuzu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  background-color: #ebf8ec;
}
main .pankuzu li {
  padding: 10px 10px;
  margin-right: 1em;
}
main .pankuzu li a {
  position: relative;
  z-index: 1;
}
main .pankuzu li a::after {
  content: ">";
  position: absolute;
  top: -2px;
  text-decoration: none;
  pointer-events: none;
  margin-left: 1em;
  display: inline-block;
  height: 17px;
  color: #333333;
  overflow: hidden;
}
main .content {
  width: 100%;
  font-size: 16px;
}
main .content > p {
  padding: 0 1em;
  margin-bottom: 30px;
}
main .content .function-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 0 1em;
  justify-content: center;
}
main .content .function-box img {
  flex: 0 0 130px;
  max-width: 130px;
  display: block;
}
main .content .function-box .function-content {
  display: flex;
  flex-wrap: wrap;
}
main .content .function-box .function-content .function-head {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0 10px 0;
}
main .content .function-box .function-content .function-description {
  width: 100%;
  padding: 1em;
}
main .content .tel {
  padding: 1em;
  padding-top: 0em;
}
main .info {
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
  border: solid 4px #139727;
  margin: 0 auto;
  margin-bottom: 70px;
}
main .info .info-title {
  width: 100%;
  background-color: #139727;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
}
main .info .info-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0px 10px 10px 10px;
}
main .info .info-content > p {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
main .info .info-content .tel {
  margin-bottom: 10px;
  text-align: center;
}
main .info .info-content .tel img {
  width: 100%;
  max-width: 336px;
}
main .info .info-content .tel p span {
  font-size: 26px;
  font-weight: bold;
  color: #405261;
}
main .info .info-content .mail {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
main .info .info-content .mail a {
  display: block;
  width: 100%;
}
main .info .info-content .mail a img {
  width: 100%;
  max-width: 260px;
}

.line-hi {
  line-height: 2em;
}

/*-----------------
  見出し
-----------------*/
.h1-main {
  width: 100%;
  max-width: 960px;
  color: #139727;
  margin-bottom: 30px;
  border-bottom: solid 3px #139727;
  background-image: url(../img/s-i-1.jpg);
  background-size: 90px 88px;
  background-position: right 50%;
  padding-right: 90px;
}
.h1-main span {
  min-height: 100px;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 40px;
}

.h2-main {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0;
  padding-left: 10px;
  font-size: 26px;
  position: relative;
  font-weight: normal;
  display: inline-block;
  border-left: solid 10px #139727;
  line-height: 1.5em;
}
.h2-main span {
  display: block;
}

.h3-main {
  padding: 10px 1em;
  font-size: 22px;
}

.h3-dig {
  padding: 10px 1em 10px 2.5em;
  font-size: 22px;
  position: relative;
  margin-bottom: 5px;
}
.h3-dig span {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  left: 15px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 8px;
  color: #fff;
  background-color: #139727;
  border: solid 1px #139727;
  border-radius: 20px;
  margin-right: 10px;
  transform: translateY(-2px);
}

.center {
  text-align: center;
}

.h4-main {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.h4-main::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 10px;
  height: 10px;
  background-color: #139727;
}

/*------------------------
    ボタン
------------------------*/
.link-green {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.link-green a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  max-width: 400px;
  height: 62px;
  border: solid 1px #139727;
  padding: 10px 80px 10px 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  background-image: url(../img/arrow.png);
  background-size: 14px;
  background-position: 90% 50%;
  font-size: 18px;
}

/*------------------------
    フッター
------------------------*/
footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 250px;
}
footer .footer-inner {
  width: 100%;
  background-color: #415262;
}
footer .footer-inner .footer-image {
  width: 100%;
  max-width: 960px;
  position: relative;
  margin: 0 auto;
}
footer .footer-inner .footer-image img {
  max-width: 960px;
  line-height: 0;
  font-size: 0;
  display: block;
  margin: 0 auto;
}
footer .footer-inner .footer-image .footer-link {
  position: absolute;
  left: 15px;
  bottom: 30px;
}
footer .footer-inner .footer-image .footer-link a {
  color: #fff;
  text-decoration: none;
}
footer .footer-inner .footer-image .footer-link a:hover {
  color: #d6d6d6;
}
footer .footer-inner .copyright {
  background-color: #fff;
  color: #000;
  text-align: center;
  margin: 0 -200%;
  padding: 0px 200%;
  height: 60px;
  display: block;
}
footer .footer-inner .copyright p {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/*-----------------
  問い合わせフォーム
-----------------*/
input:focus {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.contact-form {
  width: 100%;
  margin-bottom: 60px;
}
.contact-form .form-wrap {
  width: 100%;
  background-color: #f2f3f7;
  padding: 0 1em;
  margin-bottom: 20px;
}
.contact-form .form-wrap .container {
  border-bottom: solid 1px #e6e6e6;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
.contact-form .form-wrap .container > label {
  width: 100%;
  padding: 0 0 5px 0;
  display: inline-block;
  box-sizing: border-box;
}
.contact-form .form-wrap .container > input {
  height: 2.5em;
  padding: 5px 10px;
  width: 100%;
  border: solid 1px #cccccc;
}
.contact-form .form-wrap .container .search {
  width: 100%;
  display: flex;
}
.contact-form .form-wrap .container .search input {
  width: 45%;
  padding: 5px 10px;
  border: solid 1px #cccccc;
}
.contact-form .form-wrap .container .search button {
  flex: 0 0 110px;
}
.contact-form .form-wrap .container .textarea-wrap {
  padding: 10px 0;
  width: 100%;
}
.contact-form .form-wrap .container .textarea-wrap textarea {
  border: solid 1px #cccccc;
  width: 100%;
  padding: 10px;
}
.contact-form .form-wrap .container .parts {
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.contact-form .form-wrap .container .parts p {
  margin-bottom: 0;
  display: flex;
}
.contact-form .form-wrap .container .parts p input {
  display: flex;
  flex: 0 0 1.5em;
  height: 1.5em;
  margin: 5px;
}
.contact-form .form-wrap .container .parts p label {
  display: inline-block;
  width: auto;
  padding: 5px 0;
}
.contact-form .form-wrap .container:last-of-type {
  border-bottom: none;
}
.contact-form .submit-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact-form .submit-wrap .submit-btn {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.contact-form .submit-wrap .submit-btn .show {
  display: inline-block;
}
.contact-form .submit-wrap .submit-btn .loading {
  display: none;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
  width: 1.2em;
  height: 1.2em;
}
.contact-form .submit-wrap .submit-btn .loading img {
  width: 100%;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.req {
  background-color: #c01616;
  color: #fff;
  font-weight: bold;
  padding: 1px 10px;
  margin-left: 1em;
  white-space: nowrap;
}

.button-gray {
  background-color: #999999;
  color: #fff;
  font-weight: bold;
  height: 2.5em;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  margin-left: 20px;
  cursor: pointer;
}
.button-gray:hover {
  opacity: 0.8;
}

.button {
  background-color: #139727;
  color: #fff;
  font-weight: bold;
  padding: 10px 60px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.button:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
  .link-green a {
    font-size: 22px;
  }
  header .header-inner .logo {
    width: 45%;
    flex: 1 1 auto;
  }
  header .header-inner .head-info {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 0 480px;
  }
  header .header-inner .head-icons {
    display: none;
  }
  header .header-inner .icon {
    display: none;
  }
  #global-menu .menu-inner {
    padding: 0 5px;
  }
  #global-menu .menu-inner .menu {
    display: flex;
  }
  #global-menu .menu-inner .menu li {
    width: 25%;
    border-bottom: none;
  }
  #global-menu .menu-inner .menu li:hover {
    opacity: 0.9;
  }
  #global-menu .menu-inner .menu li a {
    width: 100%;
    border-bottom: none;
    background-image: url(../img/line.gif);
    background-position: 0% 50%;
    background-repeat: no-repeat;
  }
  #global-menu .menu-inner .menu li:last-child a {
    background-image: url(../img/line.gif), url(../img/line.gif);
    background-position: 0% 50%, 100% 50%;
    background-repeat: no-repeat, no-repeat;
  }
  main {
    padding-bottom: 250px;
  }
  main .pankuzu {
    background-color: #fff;
  }
  main .content .function-box {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  main .content .function-box .function-content {
    padding-left: 2em;
  }
  main .content .function-box .function-content .function-head {
    text-align: left;
  }
  main .content .function-box .function-content .function-description {
    padding: 0em;
  }
  main .info .info-content .tel {
    margin-bottom: 0;
  }
  footer {
    height: 250px;
  }
  footer .footer-link {
    flex-direction: row;
  }
  footer .footer-link li {
    padding: 0;
  }
  footer .footer-link li a {
    padding: 25px 0px;
    border-bottom: none;
  }
  footer .footer-link li a span {
    border-right: solid 1px #139727;
    padding: 0 20px;
  }
  footer .footer-link li:last-child a span {
    border-right: none;
  }
  .contact-form .form-wrap .container {
    flex-wrap: nowrap;
  }
  .contact-form .form-wrap .container > label {
    width: 30%;
    padding: 30px 0;
    padding-left: 30px;
  }
  .contact-form .form-wrap .container > input {
    width: 40%;
  }
  .contact-form .form-wrap .container .search {
    width: 70%;
  }
  .contact-form .form-wrap .container .search input {
    width: 30%;
  }
  .contact-form .form-wrap .container .parts {
    width: 70%;
  }
  .contact-form .form-wrap .container .textarea-wrap {
    width: 70%;
    padding: 30px 0;
  }
}
.digital-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.digital-wrap .left {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.digital-wrap .left .bal-left {
  position: absolute;
  top: -15px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  color: #139727;
  background-color: #fff;
  border: solid 2px #139727;
  padding: 4px 10px;
  border-radius: 20px;
  text-align: center;
  min-width: 130px;
}
.digital-wrap .left .bal-left::after {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-top: 13.8564064606px solid #fff;
  border-right: 8px solid transparent;
  position: absolute;
  left: 20px;
  bottom: -12px;
}
.digital-wrap .left .bal-left::before {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-top: 13.8564064606px solid #139727;
  border-right: 8px solid transparent;
  position: absolute;
  left: 20px;
  bottom: -16px;
}
.digital-wrap .center {
  width: 100%;
  height: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.digital-wrap .center .arr-center {
  background-color: #139727;
  width: 120px;
  height: 15px;
  position: absolute;
  top: 47.5%;
  left: auto;
  z-index: -1;
  transform: rotate(90deg);
}
.digital-wrap .center .arr-center::before {
  content: "";
  display: block;
  border-top: 15px solid transparent;
  border-left: 25.9807621135px solid #139727;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.digital-wrap .center .arr-left {
  background-color: #139727;
  width: 120px;
  height: 15px;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: -1;
  transform: rotate(90deg);
}
.digital-wrap .center .arr-left::before {
  content: "";
  display: block;
  border-top: 15px solid transparent;
  border-left: 25.9807621135px solid #139727;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.digital-wrap .center .arr-center-r {
  position: absolute;
  background-color: #3a73ce;
  width: 120px;
  height: 15px;
  bottom: 40%;
  right: auto;
  z-index: -1;
  transform: rotate(90deg);
}
.digital-wrap .center .arr-center-r::before {
  content: "";
  display: block;
  border-top: 15px solid transparent;
  border-right: 25.9807621135px solid;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.digital-wrap .center .arr-right {
  position: absolute;
  background-color: #3a73ce;
  width: 120px;
  height: 15px;
  bottom: 40%;
  right: 50%;
  z-index: -1;
  transform: rotate(90deg);
}
.digital-wrap .center .arr-right::before {
  content: "";
  display: block;
  border-top: 15px solid transparent;
  border-right: 25.9807621135px solid;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.digital-wrap .right {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.digital-wrap .right .bal-right {
  position: absolute;
  top: -15px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  color: #3a73ce;
  background-color: #fff;
  border: solid 2px #3a73ce;
  padding: 4px 10px;
  border-radius: 20px;
  min-width: 130px;
  text-align: center;
}
.digital-wrap .right .bal-right::after {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-top: 13.8564064606px solid #fff;
  border-right: 8px solid transparent;
  position: absolute;
  left: 20px;
  bottom: -12px;
}
.digital-wrap .right .bal-right::before {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-top: 13.8564064606px solid #3a73ce;
  border-right: 8px solid transparent;
  position: absolute;
  left: 20px;
  bottom: -16px;
}

@media print, screen and (min-width: 680px) {
  .digital-wrap .left {
    width: 33.3%;
  }
  .digital-wrap .left .bal-left {
    top: 20px;
    left: 75%;
  }
  .digital-wrap .center {
    width: 33.3%;
  }
  .digital-wrap .center .arr-left {
    transform: rotate(0deg);
    width: calc(100% - 20px);
    left: 0;
  }
  .digital-wrap .center .arr-center {
    transform: rotate(0deg);
    width: calc(100% - 20px);
    left: 0;
  }
  .digital-wrap .center .arr-center-r {
    transform: rotate(0deg);
    width: calc(100% - 20px);
    right: 0;
  }
  .digital-wrap .center .arr-right {
    transform: rotate(0deg);
    width: calc(100% - 20px);
    right: 0;
  }
  .digital-wrap .right {
    width: 33.3%;
  }
  .digital-wrap .right .bal-right {
    top: auto;
    bottom: 15px;
    left: 25%;
  }
  .digital-wrap .right .bal-right::after {
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-top: none;
    border-bottom: 13.8564064606px solid #fff;
    border-right: 8px solid transparent;
    position: absolute;
    right: 20px;
    top: -12px;
    left: auto;
    bottom: auto;
  }
  .digital-wrap .right .bal-right::before {
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-top: none;
    border-bottom: 13.8564064606px solid #3a73ce;
    border-right: 8px solid transparent;
    position: absolute;
    right: 20px;
    top: -16px;
    left: auto;
    bottom: auto;
  }
}
.bal-green {
  color: #139727 !important;
  border-color: #139727 !important;
}
.bal-green::before {
  border-top-color: #139727 !important;
  border-bottom-color: #139727 !important;
}

.bal-blue {
  color: #3a73ce !important;
  border-color: #3a73ce !important;
}
.bal-blue::before {
  border-top-color: #3a73ce !important;
  border-bottom-color: #3a73ce !important;
}

.arr-green {
  color: #3a73ce;
  background-color: #139727 !important;
}
.arr-green::before {
  border-left-color: #139727 !important;
  border-right-color: #139727 !important;
}

.arr-blue {
  color: #3a73ce;
  background-color: #3a73ce !important;
}
.arr-blue::before {
  border-left-color: #3a73ce !important;
  border-right-color: #3a73ce !important;
}

.arr-text {
  padding: 0 40px !important;
}
.arr-text span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.arr-text span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #ff8000;
  width: 20px;
  height: 95%;
}
.arr-text span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: -10px;
  transform: scaleY(0.5);
  border-left: 20px solid transparent;
  border-top: 34.6410161514px solid #ff8000;
  border-right: 20px solid transparent;
}

.col2-46 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.col2-46 .left {
  width: 100%;
  margin-bottom: 20px;
}
.col2-46 .left img {
  padding: 0 20px;
}
.col2-46 .right {
  width: 100%;
}
.col2-46 .right img {
  padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
  .col2-46 {
    margin-bottom: 0;
  }
  .col2-46 .left {
    width: 50%;
  }
  .col2-46 .right {
    width: 50%;
  }
}
.col1-left {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.col1-left img {
  width: 100%;
  height: auto;
}

.adjust-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-tip {
  background-color: #effbf0;
  padding: 20px 20px;
  list-style: none;
  margin-bottom: 20px;
  border-radius: 10px;
}
.list-tip li span {
  font-weight: bold;
  color: #139727;
}
.list-tip li .gray {
  color: #666;
}
.list-tip li::before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.list-tip li:not(:last-of-type) {
  margin-bottom: 10px;
}

.p-dig {
  padding: 0 20px;
  margin-bottom: 20px;
}

.col2-qr {
  display: inline-flex;
  background-color: #effbf0;
  border-radius: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.col2-qr .left {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.col2-qr .left p {
  width: 100%;
  margin-bottom: 0 !important;
}
.col2-qr .left p span {
  color: #139727;
}
.col2-qr .right {
  font-size: 0;
  line-height: 0;
  padding-left: 20px;
}

.push-border {
  margin-bottom: 50px;
  padding: 0 40px;
}
.push-border p:first-of-type {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.push-border p:first-of-type span {
  display: inline-block;
  margin-bottom: 10px;
}
.push-border p:first-of-type .push {
  font-size: 36px;
  color: #ff8800;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.push-border p:first-of-type .push::after {
  content: "※";
  position: absolute;
  top: -18px;
  right: 8px;
  color: #000;
  font-size: 11px;
}
.push-border p:nth-of-type(2) {
  margin-bottom: 10px;
}

.review-wrap {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.review-wrap .clip-wrap {
  width: 100%;
  position: relative;
  box-sizing: content-box;
  text-align: center;
  order: 2;
}
.review-wrap .clip-wrap .clip {
  width: 180px;
  height: 180px;
  border-radius: 100px;
  border: solid 1px #aaa;
  overflow: hidden;
  margin: 0 auto;
}
.review-wrap .clip-wrap .clip img {
  width: 100%;
  height: auto;
}

.review {
  padding: 15px 20px;
  background-color: #effbf0;
  border-radius: 8px;
  border: solid 1px #aaa;
  position: relative;
  justify-content: center;
  order: 1;
  margin-bottom: 20px;
}
.review::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 48%;
  display: inline-block;
  border-left: 10px solid transparent;
  border-top: 17.3205080757px solid #aaa;
  border-right: 10px solid transparent;
}
.review::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 48%;
  display: inline-block;
  border-left: 10px solid transparent;
  border-top: 17.3205080757px solid #effbf0;
  border-right: 10px solid transparent;
}
.review .h3-review {
  font-size: 20px;
  color: #139727;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .review-wrap {
    flex-wrap: nowrap;
  }
  .review-wrap .clip-wrap {
    flex: 0 0 180px;
    padding-right: 40px;
    order: 1;
  }
  .review {
    order: 2;
    margin-bottom: 0;
  }
  .review::before {
    content: "";
    position: absolute;
    top: 48%;
    bottom: auto;
    left: -18px;
    display: inline-block;
    border-left: none;
    border-top: 10px solid transparent;
    border-right: 17.3205080757px solid #aaa;
    border-bottom: 10px solid transparent;
  }
  .review::after {
    content: "";
    position: absolute;
    top: 48%;
    bottom: auto;
    left: -16px;
    display: inline-block;
    border-left: none;
    border-top: 10px solid transparent;
    border-right: 17.3205080757px solid #effbf0;
    border-bottom: 10px solid transparent;
  }
}
.section-head {
  background-color: #139727;
  color: #fff;
  padding: 20px 20px !important;
  display: block;
  font-size: 21px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
}
.section-head::after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 4px;
  left: -2px;
  width: 100%;
  height: 2px;
}