@charset "utf-8";
.flex--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tw-button {
  font-size: 22px;
  font-weight: bold;
  background: #1da1f2;
  color: #fff;
  display: block;
  width: 48%;
  margin: 45px auto 0;
  text-align: center;
  border-radius: 100em;
  padding: 9px 0;
  box-shadow: 0 4px 0 rgb(28 131 195);
  position: relative;
}
h1.title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  border-bottom: 2px solid #7c5850;
  margin-bottom: 20px;
  padding: 50px 0 12px;
  color: #7c5850;
  text-align: center;
}
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  background: #e8e8e8;
  padding: 14px 0 9px;
}
.mvArea {
  padding-bottom: 24px;
}
.terms {
  margin: 70px auto 90px;
  position: relative;
}
.leadText {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  padding: 26px 30px 0;
}
.leadText span {
  font-weight: bold;
}
h3.caption {
  font-size: 18px;
  font-weight: bold;
}
.li--detail {
  font-size: 17px;
  font-weight: 500;
}
.li--detail li {
  display: table;
  line-height: 2;
  table-layout: auto;
}
.li--detail li .pre {
  display: table-cell;
  padding: 0rem 0.5rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
}
.li--detail .link {
  text-decoration: underline;
  color: #358fdc;
}
.flexBox {
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.flexBox h3 {
  width: 30%;
}
.flexBox .li--detail {
  width: 70%;
}
.caution {
  font-size: 13px;
  margin-top: 51px;
  line-height: 1.8;
}
.lp_banner img {
  display: block;
  padding: 75px 0 32px;
}
.lp_banner .lp-button {
  display: block;
  background: #540701;
  text-align: center;
  width: 48%;
  margin: 0 auto;
  padding: 14px 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 100em;
}
@media screen and (min-width: 1024px) {
  .spOnly {
    display: none
  }
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  #main-wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .pcOnly {
    display: none
  }
  .caution {
    font-size: 3.2vw;
    margin-top: 8vw;
    line-height: 5vw;
  }
  h1.title {
    font-size: 5vw;
    line-height: 6.3vw;
    margin-bottom: 4vw;
    padding: 5vw 0 3vw;
  }
  .mainWrap {
    padding: 0 5.3vw;
  }
  .terms {
    margin: 7vw auto 12vw;
  }
  h2 {
    font-size: 4vw;
    padding: 3vw 0 3vw;
  }
  .flexBox {
    padding: 5vw 0;
    flex-wrap: wrap;
  }
  h3.caption {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 2vw;
  }
  .flexBox h3 {
    width: 100%;
  }
  .flexBox .li--detail {
    width: 100%;
  }
  #section--3 h3.caption {
    font-size: 4.3vw;
    font-weight: bold;
    border-left: 5px solid #5a2f05;
    padding: 0 0 0 3vw;
    margin-bottom: 5vw;
    margin-top: 10vw;
  }
  .li--detail {
    font-size: 3.73vw;
  }
  .li--detail li {
    display: table;
    line-height: 7vw;
    table-layout: auto;
  }
  .leadText {
    font-size: 3.73vw;
    line-height: 6.3vw;
    font-weight: 500;
    padding: 6vw 0 0;
    text-align: left;
  }
  .mvArea {
    padding-bottom: 1vw;
  }
  .tw-button {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    margin: 4vw auto 0;
    text-align: center;
    border-radius: 100em;
    padding: 3vw 0;
    box-shadow: 0 4px 0 rgb(28 131 195);
    position: relative;
  }
  .lp_banner img {
    display: block;
    padding: 9vw 0 5vw;
  }
  .lp_banner .lp-button {
    display: block;
    background: #540701;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 3vw 0;
    color: #fff;
    font-weight: bold;
    font-size: 4vw;
    border-radius: 100em;
    margin-bottom: 10vw;
  }
}