body {
  background-color: #d2e3ee;
  margin: 0px;
  padding: 0px;
  font-family: "Hiragino Sans", "Yu Gothic", "BIZ UDPGothic", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
}

* {
  box-sizing: border-box;
}

.marker {
  display: inline;
  background: linear-gradient(transparent 70%, #ffe066 0%);
}

.small {
  font-size: 9px;
}

.mv {
  width: 100%;
}
.mv img {
  width: 100%;
}

.wrapper {
  max-width: 500px;
  margin: 0px auto;
  background-color: #fff;
  width: 100%;
  padding: 0px;
}

p {
  color: #242424;
  font-size: 16px;
  line-height: 150%;
}

h3 {
  font-size: 21px;
}

p.caution {
  background-color: #FCFCFC;
  color: #E80000;
  border: 1px solid #E0E0E0;
  padding: 10px;
  border-radius: 10px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  margin: 20px auto;
  font-size: 14px;
}

.whatis {
  background-color: #554CD8;
  padding: 26px 20px 5px;
}
.whatis h3 {
  position: relative;
  color: #554CD8;
  font-weight: 600;
  border-radius: 40px;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  margin: 0px;
  line-height: 100%;
  padding-left: 32px;
  font-size: 18px;
}
.whatis h3 b {
  position: relative;
}
.whatis h3 b:before {
  content: "";
  position: absolute;
  background-image: url("../img/whatis-cat.webp");
  background-size: cover;
  width: 94px;
  left: -79px;
  height: 60px;
  bottom: -10px;
  z-index: 4;
}
.whatis h3 img {
  position: absolute;
  width: 93px;
  top: -17px;
  left: 0px;
}
.whatis p {
  color: #fff;
}

.reason {
  background-color: #ECF1FB;
  padding-bottom: 30px;
}
.reason img.reason-title {
  margin: 0px auto;
  width: 90%;
  max-width: 600px;
  text-align: center;
  display: block;
  padding: 24px 0px 23px;
}
.reason .reason-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.reason .reason-box h3 {
  color: #554CD8;
  text-align: center;
}
.reason .reason-box h3.line {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D1CEFF;
}
.reason .reason-box p {
  margin: 20px 10px;
}

.point {
  padding: 20px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.point .point-box {
  border-radius: 10px;
  position: relative;
  background-color: #ECF1FB;
}
.point .point-box h3 {
  color: #fff;
  padding: 10px 0px;
  margin: 0px;
  width: 100%;
  background-color: #554CD8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
.point .point-box h3 img.point-img {
  position: absolute;
  left: -7px;
  top: -30px;
  width: 80px;
}
.point .point-box .point-box-padding {
  padding: 0px 20px 10px;
}
.point .point-box .point-box-padding h4 {
  margin: 0px auto 10px;
  text-align: center;
  font-size: 18px;
  padding-bottom: 4px;
  line-height: 100%;
  padding: 8px 0px;
}
.point .point-box .point-box-padding .option h4 {
  background-color: #564cd8;
  color: #fff;
  border-radius: 30px;
  width: 200px;
}
.point .point-box .point-box-padding p {
  text-align: center;
}
.point .point-box .point-box-padding ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.point .point-box .point-box-padding ul li {
  font-size: 18px;
  border-bottom: 1px dotted #222;
  list-style: none;
  line-height: 140%;
  display: inline-block;
  margin-top: 10px;
}
.point .point-box .bg-white {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 15px auto;
}
.point .point-box:nth-child(2) h4 {
  border-bottom: 1px solid #D1CEFF;
}
.point .point-box:nth-child(3) h4 {
  color: #3F3F3F;
  border-bottom: 2px solid #E6EEFF;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.point .point-box .point04-h4 {
  text-align: center;
  font-size: 16px;
  color: #3F3F3F;
}
.point .point-box .point04-h4 span {
  border: 1px solid #3F3F3F;
  border-radius: 4px;
  padding: 4px 5px;
  font-size: 18px;
  position: relative;
  top: -4px;
  margin-right: 2px;
}
.point .point-box .point04-h4 b {
  font-size: 30px;
  font-weight: 600;
  margin-right: 3px;
  right: -4px;
}
.point .point-box h5 {
  font-size: 40px;
  margin: 0px;
  text-align: center;
  line-height: 100%;
  color: #3F3F3F;
}
.point img.image {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 280px;
}
.point .point04 img.image {
  width: 70%;
}
.point .point04 h6 {
  margin: 0px;
  font-size: 30px;
  color: #3F3F3F;
}
.point .point04 .point04-free {
  display: flex;
  margin: 0 auto;
  max-width: 254px;
  align-items: center;
  gap: 17px;
  width: 90%;
}
.point .point04 .point04-free ul {
  display: flex;
  flex-direction: column;
  width: 120px;
}
.point .point04 .point04-free ul li {
  background-color: #ECF1FB;
  padding: 4px 8px;
  border-radius: 6px;
  border: none;
  color: #656292;
  font-weight: 600;
  font-size: 16px;
}
.point .point04 .point04-free div {
  color: #3F3F3F;
  font-size: 23px;
  font-style: italic;
}
.point .point04 .point04-free div b {
  font-size: 78px;
  font-weight: 600;
  font-style: italic;
}

.btn-wrapper {
  background-color: #554CD8;
  background-image: linear-gradient(#554cd8, #738fff);
  width: 100%;
  padding: 60px 10px 20px;
  position: relative;
}
.btn-wrapper:before {
  content: "";
  position: absolute;
  background-image: url("../img/btn-bg.webp");
  background-size: cover;
  top: 6px;
  left: 0px;
  width: 40px;
  height: 54px;
}
.btn-wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../img/btn-bg.webp");
  background-size: cover;
  bottom: 6px;
  right: 0px;
  width: 40px;
  height: 54px;
}
.btn-wrapper a {
  width: 96%;
  text-align: center;
  margin: 0px auto;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  max-width: 400px;
  z-index: 4;
}
.btn-wrapper a img.btn-cat {
  width: 78px;
  position: absolute;
  left: 12px;
  bottom: -15px;
  z-index: 4;
}
.btn-wrapper a img.btn-pretitle {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  z-index: 3;
}
.btn-wrapper .btn {
  position: relative;
  background-image: linear-gradient(4deg, #e10000, #ff9191);
  background-color: #e10000;
  font-size: 26px;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 10px 0px;
  z-index: 2;
  letter-spacing: 1px;
}
.btn-wrapper .btn img.btn-arrow {
  width: 35px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
.shiny {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.shiny::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

#shake {
  animation: swing 3s infinite;
}

@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  4%, 12% {
    transform: rotate(-4deg);
  }
  8%, 16% {
    transform: rotate(4deg);
  }
  20%, 100% {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 410px) {
  .point .point-box .point-box-padding ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 378px) {
  .point {
    padding: 20px 10px;
  }
  .point .point-box .bg-white {
    padding: 16px;
  }
  .btn-wrapper a img.btn-cat {
    width: 64px;
    left: 0px;
    bottom: 0px;
  }
  .point .point04 .point04-free {
    gap: 0px;
  }
  .point .point04 .point04-free div b {
    font-size: 58px;
  }
  h3 {
    font-size: 18px;
  }
  .point .point-box h3 img.point-img {
    width: 70px;
  }
}
@media screen and (max-width: 350) {
  .point .point-box .point-box-padding {
    padding: 0px 15px 2px;
  }
  .point .point-box .point-box-padding ul li {
    font-size: 14px;
  }
}