@charset "UTF-8";
/* ============================================ */
/* 変数 css↓ */
/* ============================================ */
/* ↓色変数↓ */
/* フォントサイズ変数 */
/* マージン変数 */
/* ============================================ */
/* color変数 css↑ */
/* ============================================ */
/* ============================================ */
/* mixin css↓ */
/* ============================================ */
/* mixinで定義してるけどcssにコンパイルすると表示されないので、使いたければ_mixin.scssを確認して */
/* ↓header-container.php : ボタン↓ */
/* ↓footer-bottom.php : ボタン↓ */
/* ↓すべてのページ : メインボタン↓ */
/* ↓すべてのページ : 白ボタン↓ */
/* ↓下層ページ : 横幅500pxの長いボタン */
/* ↓下層ページ : 白の横幅500pxの長いボタン */
/* ↓下層ページ : fv */
/* ============================================ */
/* mixin css↑ */
/* ============================================ */
/* ============================================ */
/* ETCカードページ　css↓ */
/* ============================================ */
.fv.etc-card .fv-top-bg-box {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #fe0;
}
.fv.etc-card .fv-top-bg-box .img-box {
  position: relative;
  max-width: 930px;
  padding-top: 24px;
  margin: 0 auto;
}
.fv.etc-card .fv-top-bg-box span {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 25px solid #fe0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.fv.etc-card .fv-bottom-bg-box {
  background-image: url("../img/etc-top-blue.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fv.etc-card .fv-bottom-bg-box .bottom-content-box {
  padding: 40px 0 64px;
}
.fv.etc-card .fv-bottom-bg-box .bottom-content-box .img-box {
  max-width: 930px;
  margin: 0 auto 64px;
}
.fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 23px 0;
  margin: 0 auto;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  background: linear-gradient(-300deg, rgb(255, 145, 66) 0%, rgb(238, 152, 82) 100%);
  border-radius: 50px;
}
.fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn::before {
  position: absolute;
  top: calc(50% - 22.5px);
  left: 5%;
  display: inline-block;
  width: 45px;
  height: 45px;
  content: "";
  background: rgb(255, 255, 255);
  background-image: url("../img/arrow_orange.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border-radius: 50px;
}
.fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn .btn-text {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
}
.fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn .hover-slide {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: #fff;
  border: 1px solid #ff932a;
  border-radius: 50px;
  transition: 0.3s;
}
.fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn .hover-slide::before {
  position: absolute;
  top: calc(50% - 22.5px);
  right: 5%;
  display: inline-block;
  width: 45px;
  height: 45px;
  content: "";
  background-image: url("../img/arrow_orange.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: 1px solid #ff932a;
  border-radius: 50px;
}
@media (min-width: 1150px) {
  .fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn:hover::before {
    content: none;
  }
  .fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn:hover .btn-text {
    padding-right: 10px;
    padding-left: 0;
    color: #ff932a;
  }
  .fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn:hover .hover-slide {
    left: 0;
  }
}
@media (min-width: 600px) and (max-width: 1149px) {
  .fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn {
    max-width: 350px;
    padding: 20px;
  }
  .fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn .btn-text {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn {
    max-width: 350px;
    padding: 20px;
  }
  .fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn .btn-text {
    font-size: 16px;
  }
}

.etc-card-wrapper #section01 .content-box {
  width: 100vw;
  padding: 80px 0;
  margin: 0 calc(50% - 50vw);
  background: #fff;
}
.etc-card-wrapper #section01 .content-box .max-w .img-box {
  width: 100%;
}
.etc-card-wrapper #section02 .content-box {
  width: 100vw;
  padding: 80px 0;
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(-300deg, rgb(255, 145, 66) 0%, rgb(238, 152, 82) 100%);
}
.etc-card-wrapper #section02 .content-box .max-w p {
  margin-bottom: 24px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.etc-card-wrapper #section02 .content-box .max-w .white-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 23px 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 50px;
}
.etc-card-wrapper #section02 .content-box .max-w .white-btn::before {
  position: absolute;
  top: calc(50% - 22.5px);
  left: 5%;
  display: inline-block;
  width: 45px;
  height: 45px;
  content: "";
  background: rgb(255, 255, 255);
  background-image: url("../img/arrow_orange.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: 1px solid #ff932a;
  border-radius: 50px;
}
.etc-card-wrapper #section02 .content-box .max-w .white-btn .btn-text {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ff932a !important;
}
.etc-card-wrapper #section02 .content-box .max-w .white-btn .hover-slide {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: #ff932a;
  border: 2px solid #fff;
  border-radius: 50px;
  transition: 0.3s;
}
.etc-card-wrapper #section02 .content-box .max-w .white-btn .hover-slide::before {
  position: absolute;
  top: calc(50% - 22.5px);
  right: 5%;
  display: inline-block;
  width: 45px;
  height: 45px;
  content: "";
  background: #fff;
  background-image: url("../img/arrow_orange.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media (min-width: 1150px) {
  .etc-card-wrapper #section02 .content-box .max-w .white-btn:hover::before {
    content: none;
  }
  .etc-card-wrapper #section02 .content-box .max-w .white-btn:hover .btn-text {
    padding-right: 10px;
    padding-left: 0;
    color: #fff !important;
  }
  .etc-card-wrapper #section02 .content-box .max-w .white-btn:hover .hover-slide {
    left: 0;
  }
}
@media (min-width: 600px) and (max-width: 1149px) {
  .etc-card-wrapper #section02 .content-box .max-w .white-btn {
    max-width: 350px;
    padding: 20px;
  }
  .etc-card-wrapper #section02 .content-box .max-w .white-btn .btn-text {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .etc-card-wrapper #section02 .content-box .max-w .white-btn {
    max-width: 350px;
    padding: 20px;
  }
  .etc-card-wrapper #section02 .content-box .max-w .white-btn .btn-text {
    font-size: 16px;
  }
}
.etc-card-wrapper #section03 .content-box {
  width: 100vw;
  padding: 80px 0;
  margin: 0 calc(50% - 50vw);
  background: #fff;
}
.etc-card-wrapper #section03 .content-box .max-w .img-box {
  width: 380px;
  margin: 0 auto 32px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section03 .content-box .max-w .content-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.etc-card-wrapper #section03 .content-box .max-w h3 {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 h3 {
  margin-bottom: 8px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .sub-ttl {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .sub-ttl {
    font-size: 14px;
  }
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container {
  margin-bottom: 40px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #193092;
  border-radius: 8px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box h6 {
  padding: 16px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #387dcd;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box ul li {
  display: flex;
  justify-content: space-between;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box ul li:nth-child(2n) {
  background-color: #eaf6ff;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box ul li:last-child span {
  border-bottom: initial;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box ul li span {
  display: block;
  width: 33.3333333333%;
  padding: 16px 0;
  text-align: center;
  border-right: 1px solid #193092;
  border-bottom: 1px solid #193092;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box ul li span:nth-child(3n) {
  border-right: initial;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container p {
  font-size: 14px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #193092;
  border-radius: 8px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box h6 {
  padding: 16px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #387dcd;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box ul li {
  display: flex;
  justify-content: space-between;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box ul li:nth-child(2n) {
  background-color: #eaf6ff;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box ul li:last-child span {
  border-bottom: initial;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 16px 0;
  border-right: 1px solid #193092;
  border-bottom: 1px solid #193092;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box ul li span:nth-child(2n) {
  border-right: initial;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item p {
  font-size: 14px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box {
  padding: 30px;
  margin-bottom: 60px;
  background-color: #eaf6ff;
  border-radius: 8px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box h5 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box .img-box {
  width: 100%;
  max-width: 900px;
  margin-bottom: 16px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box h6 {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box h6 .red {
  color: #f14b4b;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box h6 .red .number {
  font-size: 80px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box p {
  font-size: 14px;
  text-align: right;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item {
  width: 48%;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box {
  overflow: hidden;
  border: 1px solid #90b82e;
  border-radius: 8px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box h5 {
  color: #fff;
  text-align: center;
  background: #90b82e;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content {
  padding: 30px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content h6 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: bold;
  color: #f14b4b;
  text-align: center;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content h6 .vertical {
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content h6 .number {
  font-size: 130px;
  line-height: 0em;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content p {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 12px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content p {
    font-size: 14px;
  }
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content .img-box {
  max-width: 480px;
  margin: 0 0 30px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(1) .table-box {
  height: 860px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(1) .table-box h5 {
  padding: 16px 0;
  font-size: 24px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(2) .table-box:nth-child(1) {
  margin-bottom: 40px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(2) .table-box h5 {
  padding: 12px 0;
  font-size: 20px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box {
  padding: 30px;
  background-color: #eaf6ff;
  border-radius: 8px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box h5 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box ul li p {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box ul li p {
    font-size: 14px;
    line-height: 22px;
  }
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box ul li .li-text {
  font-size: 18px;
  line-height: 30px;
  padding-left: 1em;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box ul li .li-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box ul li .li-text span {
  font-size: 16px;
}
.etc-card-wrapper #section04 {
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section04 {
    margin-bottom: 60px;
  }
}
.etc-card-wrapper #section04 .content-box {
  width: 100vw;
  padding: 80px 0;
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(-300deg, rgb(255, 145, 66) 0%, rgb(238, 152, 82) 100%);
}
.etc-card-wrapper #section04 .content-box .max-w p {
  margin-bottom: 24px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.etc-card-wrapper #section04 .content-box .max-w .white-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 23px 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 50px;
}
.etc-card-wrapper #section04 .content-box .max-w .white-btn::before {
  position: absolute;
  top: calc(50% - 22.5px);
  left: 5%;
  display: inline-block;
  width: 45px;
  height: 45px;
  content: "";
  background: rgb(255, 255, 255);
  background-image: url("../img/arrow_orange.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: 1px solid #ff932a;
  border-radius: 50px;
}
.etc-card-wrapper #section04 .content-box .max-w .white-btn .btn-text {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ff932a !important;
}
.etc-card-wrapper #section04 .content-box .max-w .white-btn .hover-slide {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: #ff932a;
  border: 2px solid #fff;
  border-radius: 50px;
  transition: 0.3s;
}
.etc-card-wrapper #section04 .content-box .max-w .white-btn .hover-slide::before {
  position: absolute;
  top: calc(50% - 22.5px);
  right: 5%;
  display: inline-block;
  width: 45px;
  height: 45px;
  content: "";
  background: #fff;
  background-image: url("../img/arrow_orange.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media (min-width: 1150px) {
  .etc-card-wrapper #section04 .content-box .max-w .white-btn:hover::before {
    content: none;
  }
  .etc-card-wrapper #section04 .content-box .max-w .white-btn:hover .btn-text {
    padding-right: 10px;
    padding-left: 0;
    color: #fff !important;
  }
  .etc-card-wrapper #section04 .content-box .max-w .white-btn:hover .hover-slide {
    left: 0;
  }
}
@media (min-width: 600px) and (max-width: 1149px) {
  .etc-card-wrapper #section04 .content-box .max-w .white-btn {
    max-width: 350px;
    padding: 20px;
  }
  .etc-card-wrapper #section04 .content-box .max-w .white-btn .btn-text {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .etc-card-wrapper #section04 .content-box .max-w .white-btn {
    max-width: 350px;
    padding: 20px;
  }
  .etc-card-wrapper #section04 .content-box .max-w .white-btn .btn-text {
    font-size: 16px;
  }
}
.etc-card-wrapper #section05 {
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section05 {
    margin-bottom: 60px;
  }
}
.etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box {
  padding: 40px;
  margin-bottom: 32px;
  background: #fff;
}
.etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box:nth-of-type(1) .bg-box {
  background-image: url("../img/etc-img9.webp");
}
.etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box:nth-of-type(2) .bg-box {
  background-image: url("../img/etc-img9.webp");
}
.etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box:nth-of-type(3) .bg-box {
  background-image: url("../img/etc-img10.webp");
}
.etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box:last-child {
  margin-bottom: 0;
}
.etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box .bg-box {
  padding-right: 160px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 130px;
}
.etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box .bg-box h6 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #387dcd;
}
.etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box .bg-box p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box .bg-box p {
    font-size: 14px;
    line-height: 22px;
  }
}
.etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box .bg-box p.name {
  margin-bottom: 0;
  font-size: 16px;
  text-align: right;
}
.etc-card-wrapper #section06 {
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section06 {
    margin-bottom: 60px;
  }
}
.etc-card-wrapper #section06 .content-box .content-text {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section06 .content-box .content-text {
    font-size: 14px;
  }
}
.etc-card-wrapper #section06 .content-box .content-item01 .border {
  padding: 40px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #387dcd;
  border-radius: 8px;
}
.etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .left-box {
  width: 35%;
}
.etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .left-box h6 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #387dcd;
}
.etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .left-box h6 span {
  margin-right: 24px;
  font-size: 40px;
}
.etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .right-box {
  width: 60%;
}
.etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .right-box ul li {
  font-size: 18px;
  line-height: normal;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .right-box ul li {
    font-size: 14px;
  }
}
.etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .right-box ul li span {
  display: block;
  padding-left: 2em;
  font-size: 16px;
  text-indent: -1em;
}
.etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .right-box p {
  font-size: 18px;
  line-height: normal;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .right-box p {
    font-size: 14px;
  }
}
.etc-card-wrapper #section06 .content-box .content-item01 .img-box {
  width: 18px;
  margin: 0 auto 16px;
}
.etc-card-wrapper #section07 {
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section07 {
    margin-bottom: 60px;
  }
}
.etc-card-wrapper #section07 .content-box {
  width: 100vw;
  padding: 80px 0;
  margin: 0 calc(50% - 50vw);
  background: #fff;
}
.etc-card-wrapper #section08 {
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .etc-card-wrapper #section08 {
    margin-bottom: 60px;
  }
}
.etc-card-wrapper #section08 .content-box .content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.etc-card-wrapper #section08 .content-box .content-list .content-item {
  width: calc(33.3333333333% - 32px);
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #387dcd;
  border-radius: 4px;
}
.etc-card-wrapper #section08 .content-box .content-list .content-item a {
  display: block;
}
.etc-card-wrapper #section08 .content-box .content-list .content-item .img-box {
  height: 70px;
  margin-bottom: 8px;
  text-align: center;
}
.etc-card-wrapper #section08 .content-box .content-list .content-item .img-box img {
  width: auto;
  height: 100%;
}
.etc-card-wrapper #section08 .content-box .content-list .content-item .center-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.etc-card-wrapper #section08 .content-box .content-list .content-item .center-box .content-ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.etc-card-wrapper #section08 .content-box .content-list .content-item .center-box .content-ttl span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: lighter;
}

@media screen and (min-width: 600px) and (max-width: 1149px) {
  .fv.etc-card .fv-top-bg-box .img-box {
    width: 90%;
    max-width: 800px;
  }
  .fv.etc-card .fv-top-bg-box span {
    left: calc(50% - 12.5px);
  }
  .fv.etc-card .fv-bottom-bg-box .bottom-content-box .img-box {
    width: 90%;
    max-width: 800px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .img-box {
    width: 50%;
    max-width: 380px;
    margin: 0 auto 24px;
  }
  .etc-card-wrapper #section03 .content-box .max-w h3 {
    font-size: 20px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box ul li .text-r {
    text-align: left;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin-bottom: 32px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box ul li .text-r {
    text-align: left;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box h5 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box {
    padding: 20px 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box h6 {
    font-size: 18px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box h6 .red .number {
    font-size: 35px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box {
    display: block;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item {
    width: 100%;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(2) {
    display: flex;
    justify-content: space-between;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(2) .table-box {
    width: 48%;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box h5 {
    padding: 16px 0;
    font-size: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content {
    padding: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content h6 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content .img-box {
    width: 80%;
    margin: 0 0 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content ul li {
    font-size: 14px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(1) .table-box {
    height: initial;
    margin-bottom: 32px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(1) .table-box .table-content h6 .number {
    font-size: 80px;
    line-height: 0em;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(2) .table-box:nth-child(1) {
    margin-bottom: 0;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(2) .table-box .table-content h6 {
    font-size: 24px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(2) .table-box .table-content h6 .number {
    font-size: 64px;
    line-height: 0em;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box h5 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box ul li .li-text {
    font-size: 14px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box ul li .li-text span {
    font-size: 13px;
  }
  .etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box .bg-box {
    padding-top: 96px;
    padding-right: 0;
    background-position: top 0 left 50%;
    background-size: 80px;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box {
    display: block;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .left-box {
    width: 100%;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .left-box h6 {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .left-box h6 span {
    margin-right: 10px;
    font-size: 24px;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .right-box {
    width: 100%;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .right-box ul li span {
    font-size: 16px;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .img-box {
    margin: 0 auto 12px;
  }
  .etc-card-wrapper #section08 .content-box .content-list .content-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .fv.etc-card .fv-top-bg-box .img-box {
    max-width: 320px;
    padding-top: 16px;
  }
  .fv.etc-card .fv-top-bg-box span {
    left: calc(50% - 12.5px);
  }
  .fv.etc-card .fv-bottom-bg-box .bottom-content-box .img-box {
    max-width: 320px;
  }
  .fv.etc-card .fv-bottom-bg-box .bottom-content-box .long-btn {
    width: 330px;
  }
  .etc-card-wrapper #section01 .content-box {
    padding: 60px 0;
  }
  .etc-card-wrapper #section02 .content-box .max-w p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .etc-card-wrapper #section03 .content-box {
    padding: 60px 0;
  }
  .etc-card-wrapper #section03 .content-box .max-w .img-box {
    width: 50%;
    max-width: 380px;
    margin: 0 auto 24px;
  }
  .etc-card-wrapper #section03 .content-box .max-w h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container {
    margin-bottom: 32px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box h6 {
    padding: 16px;
    font-size: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    font-size: 14px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container .table-box ul li .text-r {
    text-align: left;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .table-container p {
    font-size: 13px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin-bottom: 32px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box h6 {
    padding: 16px;
    font-size: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    font-size: 14px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item .table-box ul li .text-r {
    text-align: left;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .flex-box .flex-item p {
    font-size: 13px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box {
    padding: 20px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box {
    padding: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box .img-box {
    width: 100%;
    max-width: 900px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box h6 {
    font-size: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box h6 .red .number {
    font-size: 35px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item01 .blue-box .white-box p {
    font-size: 13px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box {
    display: block;
    margin-bottom: 60px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item {
    width: 100%;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content {
    padding: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content h6 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content h6 .number {
    font-size: 80px;
    line-height: 0em;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content .img-box {
    width: 80%;
    margin: 0 0 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item .table-box .table-content ul li {
    font-size: 14px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(1) .table-box {
    height: initial;
    margin-bottom: 32px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(1) .table-box h5 {
    padding: 16px 0;
    font-size: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(2) .table-box:nth-child(1) {
    margin-bottom: 32px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .flex-box .flex-item:nth-child(2) .table-box h5 {
    padding: 16px 0;
    font-size: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box {
    padding: 20px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box {
    padding: 16px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box ul li .li-text {
    font-size: 14px;
  }
  .etc-card-wrapper #section03 .content-box .max-w .content-item02 .blue-box .white-box ul li .li-text span {
    font-size: 13px;
  }
  .etc-card-wrapper #section04 .content-box .max-w p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box {
    padding: 20px 16px;
  }
  .etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box .bg-box {
    padding-top: 96px;
    padding-right: 0;
    background-position: top 0 left 50%;
    background-size: 80px;
  }
  .etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box .bg-box h6 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box .bg-box p {
    margin-bottom: 12px;
  }
  .etc-card-wrapper #section05 .content-box .white-box-wrapper .white-box .bg-box p.name {
    margin-bottom: 0;
    font-size: 14px;
    text-align: right;
  }
  .etc-card-wrapper #section06 .content-box .content-text {
    margin-bottom: 24px;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 {
    margin-bottom: 60px;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border {
    padding: 20px 16px;
    margin-bottom: 12px;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box {
    display: block;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .left-box {
    width: 100%;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .left-box h6 {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .left-box h6 span {
    margin-right: 10px;
    font-size: 24px;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .right-box {
    width: 100%;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .border .flex-box .right-box ul li span {
    font-size: 14px;
  }
  .etc-card-wrapper #section06 .content-box .content-item01 .img-box {
    margin: 0 auto 12px;
  }
  .etc-card-wrapper #section08 .content-box .content-list .content-item {
    gap: 32px;
    width: 100%;
  }
  .etc-card-wrapper #section08 .content-box .content-list .content-item .img-box {
    height: 60px;
  }
}
/* ============================================ */
/* ETCカードページ　css↑ */
/* ============================================ */