.transaction__mv {
  position: relative;
  background-image: url(https://file001.shop-pro.jp/PA01327/351/assets/images/transaction/transaction_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 230px 0;
}
@media only screen and (max-width: 896px) {
  .transaction__mv {
    background-image: url(https://file001.shop-pro.jp/PA01327/351/assets/images/method/method_mv_sp.jpg);
    padding: 120px 0;
  }
}
.transaction__mv::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 100px;
  width: 100%;
  height: 580px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20120%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C0%20v50%20q10%2C10%2020%2C0%20t20%2C0%20t20%2C0%20t20%2C0%20t20%2C0%20t20%2C0%20v-50%20Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") repeat-x center top 180px;
  background-size: auto 240px;
  pointer-events: none;
}
@media only screen and (max-width: 896px) {
  .transaction__mv::after {
    left: 50%;
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 850px;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2040%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22scale(1%200.35)%22%3E%3Cpath%20d%3D%22m0%200v50q10%2010%2020%200t20%200%2020%200%2020%200v-50z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x center top;
    background-size: 60px auto;
    pointer-events: none;
  }
}
.transaction__mv--title {
  text-align: center;
  position: absolute;
  content: "";
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 20px #000;
  letter-spacing: 0.2rem;
}
.transaction__mv--title span {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2rem;
  display: block;
  margin-top: -5px;
}
@media only screen and (max-width: 896px) {
  .transaction__mv--title {
    font-size: 2.8rem;
  }
  .transaction__mv--title span {
    font-size: 1.4rem;
  }
}
.container_section {
  max-width: 1064px;
  padding-top: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 896px) {
  .container_section {
    max-width: inherit;
    width: calc(100% - 40px);
    padding-top: 0;
  }
}
.container_section .ttl_h2 {
  position: relative;
  margin-bottom: 45px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.1;
}
@media only screen and (max-width: 896px) {
  .container_section .ttl_h2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.container_section .ttl_h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 22px;
  background-image: radial-gradient(#6dc6d4 35%, transparent 35%);
  background-size: 10px 10px;
  background-repeat: repeat;
}
.container_section .ttl_h2 span {
  position: relative;
  top: -2px;
  padding: 0 25px;
  background: #fff;
}
@media only screen and (max-width: 896px) {
  .container_section .ttl_h2 span {
    padding: 0 10px;
  }
}
.container_section .def_lst_dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
.container_section .def_lst_dd {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  line-height: 1.75;
  margin-bottom: 50px;
}
@media only screen and (max-width: 896px) {
  .container_section .def_lst_dd {
    margin-bottom: 30px;
  }
}