@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 650px;
}

.l-mv-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向に中央寄せ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/index/mv_img01.jpg) no-repeat top center;
  background-size: cover;
  height: inherit;
  position: relative;
  overflow: hidden;
}

.l-mv-catch-wrap {
  position: absolute;
  left: 20px;
  bottom: 15%;
}
@media screen and (min-width: 768px) {
  .l-mv-catch-wrap {
    left: 50px;
  }
}
.l-mv-catch {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-mv-catch {
    font-size: 10rem;
  }
}
.l-mv-catch-txt {
  max-width: 300px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-mv-catch-txt {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.l-mv-scroll-guide {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-mv-scroll-guide::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -55px;
  left: 50%;
}

/* -----------------------------------------------------------------------------
   l-index-about
   -------------------------------------------------------------------------- */
.l-index-about {
  background-color: #222222;
}

.l-index-about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .l-index-about-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-index-about-img-box {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-index-about-img-box {
    width: 50%;
  }
}

.l-index-about-txt-box {
  width: 100%;
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  .l-index-about-txt-box {
    width: 90%;
    padding: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-txt-box {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-about-txt-box {
    width: 50%;
  }
}

.l-index-about-ttl {
  color: #fff;
  margin-bottom: 30px;
}

.l-index-about-desc {
  color: #fff;
}

/* -----------------------------------------------------------------------------
   l-index-features
   -------------------------------------------------------------------------- */
.l-index-features {
  padding: 50px 30px;
  background-color: #222222;
}
@media screen and (min-width: 768px) {
  .l-index-features {
    padding: 100px 30px 110px;
  }
}
.l-index-features-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-index-features-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-index-features-ttl {
  margin-bottom: 30px;
  color: #fff;
}

.l-index-features-subttl {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-features-subttl {
    font-size: 2.4rem;
  }
}
.l-index-features-desc {
  max-width: 500px;
  color: #fff;
  margin-bottom: 30px;
}

.l-index-features-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .l-index-features-items {
    gap: 40px 4%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-features-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 3%;
  }
}
.l-index-features-items li {
  position: relative;
  width: 48%;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .l-index-features-items li {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-features-items li {
    width: 23%;
  }
}
.l-index-features-items li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #4559E3;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-index-features-items li::before {
    font-size: 5rem;
  }
}
.l-index-features-item-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin: 15px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-index-features-item-ttl {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
}
.l-index-features-item-desc {
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-index-features-item-desc {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------------------------
   l-index-products
   -------------------------------------------------------------------------- */
.l-index-products {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .l-index-products {
    padding: 90px 0 100px;
  }
}
.l-index-products-ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-products-ttl {
    margin-bottom: 50px;
  }
}
.l-index-products-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .l-index-products-items {
    gap: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-products-items {
    gap: 100px;
    padding: 0;
  }
}
.l-index-products-items li {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-products-items li {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-products-items li {
    width: 50%;
    margin-right: 50%;
    padding: 3% 7% 0 7%;
  }
}
.l-index-products-item-name {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .l-index-products-item-name {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-products-item-name {
    font-size: 8rem;
  }
}

.l-index-products-item-subhead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  color: #4559E3;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-products-item-subhead {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-products-item-subhead {
    font-size: 2.6rem;
  }
}
.l-index-products-item-figure-box {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  right: auto;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-index-products-item-figure-box {
    margin: 0 auto 30px;
    aspect-ratio: none;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-products-item-figure-box {
    height: 105%;
    position: absolute;
    top: 0;
    right: -100%;
    margin: 0 auto;
  }
}
.l-index-products-items li:nth-of-type(1) .l-index-products-item-figure-box {
  background-image: url(../img/index/index_img07.jpg);
}

.l-index-products-items li:nth-of-type(2) .l-index-products-item-figure-box {
  background-image: url(../img/index/index_img09.jpg);
}

.l-index-products-items li:nth-of-type(3) .l-index-products-item-figure-box {
  background-image: url(../img/index/index_img11.jpg);
}

.l-index-products-items li:nth-of-type(4) .l-index-products-item-figure-box {
  background-image: url(../img/index/index_img13.jpg);
}

.l-index-products-item-desc {
  margin-bottom: 30px;
}

.l-index-products-items li > img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-index-products-items li > img {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-products-items li > img {
    width: 100%;
  }
}
.l-index-products-smartmodule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  gap: 50px;
  padding: 0 30px;
}
@media screen and (min-width: 1000px) {
  .l-index-products-smartmodule {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 0;
  }
}
.l-index-products-smartmodule-txt-box {
  width: 100%;
  padding: 3% 7% 0 7%;
}
@media screen and (min-width: 768px) {
  .l-index-products-smartmodule-txt-box {
    width: 70%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-products-smartmodule-txt-box {
    width: 50%;
  }
}
.l-index-products-smartmodule-img-box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-products-smartmodule-img-box {
    width: 70%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-products-smartmodule-img-box {
    width: 50%;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* 任意の画像を設定（画像は自分の用意したものに） */
.swiper-button-prev {
  left: 15%;
  background-image: url("../img/common/cmn_ico_swiper_arrow.png");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1000px) {
  .swiper-button-prev {
    left: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-button-prev {
    left: 35%;
  }
}

.swiper-button-next {
  right: 15%;
  background-image: url("../img/common/cmn_ico_swiper_arrow.png");
}
@media screen and (min-width: 1000px) {
  .swiper-button-next {
    right: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-button-next {
    right: 35%;
  }
}

.swiper-pagination-bullets {
  bottom: 15px !important;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-controls {
  height: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 20px;
}

/* -----------------------------------------------------------------------------
   l-index-works
   -------------------------------------------------------------------------- */
.l-index-works {
  padding: 50px 0;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .l-index-works {
    padding: 80px 0 100px;
  }
}
.l-index-works-about {
  display: none;
  padding: 0 30px;
  margin-bottom: 50px;
}

.l-index-works-about-inner {
  max-width: 830px;
  margin: 0 auto;
}

.l-index-works-about-logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .l-index-works-about-logo-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-index-works-about-logo01 {
  max-width: 405px;
  margin-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-works-about-logo01 {
    margin-right: 15px;
  }
}
.l-index-works-about-logo02 {
  max-width: 30px;
  margin-right: -20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-index-works-about-logo02 {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.l-index-works-about-logo03 {
  max-width: 250px;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .l-index-works-about-logo03 {
    max-width: 340px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-about-logo03 {
    margin-bottom: 0;
  }
}
.l-index-works-about-desc {
  max-width: 500px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

.l-index-works-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-index-works-point {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-works-point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.l-index-works-point-img-box {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-index-works-point-img-box {
    width: 50%;
  }
}

.l-index-works-point-txt-box {
  width: 100%;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .l-index-works-point-txt-box {
    width: 70%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-point-txt-box {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-works-point-txt-box {
    width: 50%;
  }
}

.l-index-works-ttl {
  margin-bottom: 30px;
}

.l-index-works-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  counter-reset: number 0;
}

.l-index-works-items li {
  position: relative;
  padding-left: 40px;
  text-indent: -40px;
}

.l-index-works-items li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  background-color: #4559E3;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 5px 2px 5px 7px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
}

/* -----------------------------------------------------------------------------
   l-index-works-case
   -------------------------------------------------------------------------- */
.l-index-works-case {
  padding: 0 30px;
}

.l-index-works-case-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-index-works-case-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.l-index-works-case-desc {
  max-width: 500px;
  margin: 0 auto 40px;
}

.l-index-works-case-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2%;
}
@media screen and (min-width: 1000px) {
  .l-index-works-case-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2%;
  }
}
.l-index-works-case-items li {
  width: 49%;
}
@media screen and (min-width: 1000px) {
  .l-index-works-case-items li {
    width: 24%;
  }
}
.l-index-works-case-item-name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-works-case-item-name {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
/* -----------------------------------------------------------------------------
   l-index-contact
   -------------------------------------------------------------------------- */
.l-index-contact {
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  .l-index-contact {
    padding: 100px 30px;
  }
}
.l-index-contact-inner {
  max-width: 600px;
  margin: 0 auto;
}

.l-index-contact-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.l-index-contact-tel {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-index-contact-tel {
    margin-bottom: 80px;
  }
}
.l-index-contact-tel a {
  font-family: "Roboto Condensed", sans-serif;
  color: #4559E3;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-index-contact-tel a {
    font-size: 8rem;
  }
}
.l-contact-dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-contact-dl div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-contact-dl dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dt {
    width: 200px;
    margin-bottom: 0;
  }
}
.m-required {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  padding: 2px 5px;
  margin-left: 10px;
  border-radius: 2px;
  background-color: #4559E3;
}

.l-contact-dl dd {
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  margin-left: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd {
    width: calc(100% - 200px);
  }
}
.l-contact-dl dd input[type=text],
.l-contact-dl dd input[type=email],
.l-contact-dl dd input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
}

.l-contact-dl dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 300px;
  padding: 10px 10px 0;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  resize: none;
}

.l-contact-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.l-contact-button-box input[type=submit],
.l-contact-button-box button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.15em;
  text-decoration: none;
  padding: 7px 33px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  border-radius: 4px;
  background-color: #4559E3;
}
::-webkit-input-placeholder {
  color: #AAAAAA;
  font-size: 1.6rem;
  font-weight: 400;
}
::-moz-placeholder {
  color: #AAAAAA;
  font-size: 1.6rem;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #AAAAAA;
  font-size: 1.6rem;
  font-weight: 400;
}
::-ms-input-placeholder {
  color: #AAAAAA;
  font-size: 1.6rem;
  font-weight: 400;
}
::placeholder {
  color: #AAAAAA;
  font-size: 1.6rem;
  font-weight: 400;
}

.wpcf7-list-item {
  display: block !important;
  margin-left: 5px !important;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.3rem !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.3rem !important;
}

.wpcf7-spinner {
  display: none !important;
}

.l-contact-agree-btn {
  margin-bottom: 30px;
  text-align: center;
}

.l-contact-agree-btn a {
  color: #000;
  text-decoration: underline;
  margin-left: 5px;
}

.l-lower-contact-zipcode {
  position: relative;
  width: 140px !important;
}

.l-lower-contact-zipcode::before {
  content: "〒";
  display: inline-block;
  width: 15px;
  height: 15px;
}