@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");

.point-campaign {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d1e21;
}

.point-campaign * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.point-campaign img {
  max-width: 100%;
  height: auto;
}

.point-campaign a {
  transition: all 0.3s;
}

.point-campaign a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.bg-gray {
  background-color: #f5f3ef;
}

.bg-yellow {
  background-color: #f8f4e9;
}

.btn {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 60px;
  line-height: 60px;
  background-color: #212123;
  color: #fff !important;
  text-align: center;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-image: url(./arrow.png);
}

.btn:hover {
  text-decoration: none;
  box-shadow: none;
}

.hdg {
  font-size: 30px;
  font-weight: bold;
  color: #1d2c6a;
  text-align: center;
}

.fukidashi {
  text-align: center;
  background-color: #1d2c6a;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding: 5px 25px;
  border-radius: 10px;
  position: relative;
  margin: 0 auto 55px;
  width: fit-content;
}

.fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #1d2c6a transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -15px;
}

.red {
  color: #e33500;
  font-weight: bold;
}

.blue {
  color: #1d2c6a;
}

.bold {
  font-weight: bold;
}

.main-v {
  text-align: center;
  margin-bottom: 60px;
}

.point-campaign .about .container {
  max-width: 1030px;
}

.point-campaign .about .desc {
  margin-bottom: 40px;
  font-size: 16px;
  text-align: center;
}

.point-campaign .about .desc .bold,
.point-campaign .about .desc .red {
  font-size: 20px;
  background: linear-gradient(transparent 60%, #feffd7 60%);
}

.point-campaign .about .box {
  padding: 40px 50px 10px;
}

.point-campaign .about .box dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.point-campaign .about .box dl dd {
  margin-bottom: 40px;
  padding: 0 1em;
}

.point-campaign .about .box dl dd.bold {
  font-size: 16px;
}

.point-campaign .about .box dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
  font-size: 15px;
}

.point-campaign .about .box dl dd ul li::before {
  content: "・";
}

.point-campaign .recommend {
  padding: 100px 0 86px;
}

.point-campaign .recommend .bnr-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.point-campaign .recommend .bnr-list .bnr-list__item {
  margin-top: 40px;
}

.point-campaign .campaign {
  padding: 80px 0 140px;
}

.point-campaign .campaign .hdg {
  margin-bottom: 20px;
}

.point-campaign .campaign .item-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}

.point-campaign .campaign .item-list .item-list__item {
  max-width: 250px;
  margin-bottom: 40px;
}

.point-campaign .campaign .item-list .item-list__item a {
  position: relative;
}

.point-campaign .campaign .item-list .item-list__item .label {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: 10px;
}

.item-list .item-list__item .thumb {
  margin-bottom: 10px;
}

.item-list .item-list__item h4 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.item-list .item-list__item p.red {
  margin-bottom: 5px;
}

.price {
  display: flex;
  flex-wrap: wrap;
}

.item-list .item-list__item .price dt {
  width: 90px;
}

.item-list .item-list__item .price dd {
  width: calc(100% - 90px);
  max-width: 130px;
  text-align: right;
}

.point-campaign .course {
  padding-top: 60px;
}

.point-campaign .course .course-list {
  display: flex;
  flex-wrap: wrap;
  gap: 85px 65px;
}

.point-campaign .course .course-list .course-list__item .thumb {
  margin-bottom: 10px;
}

.point-campaign .course .course-list .course-list__item h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.point-campaign .course .course-list .course-list__item .price {
  font-size: 15px;
}

.point-campaign .course .course-list .course-list__item .price dt {
  width: 100px;
}

.point-campaign .course .course-list .course-list__item .price dd {
  width: calc(100% - 100px);
}

.point-campaign .contact-txt {
  margin: 40px 0 20px;
  text-align: center;
  font-size: 16px;
}

.text_login {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .hdg {
    font-size: 20px;
  }

  .fukidashi {
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 35px;
  }

  .fukidashi::before {
    border-width: 15px 10px 0 10px;
    bottom: -14px;
    margin-left: -10px;
  }

  .point-campaign .about .desc {
    text-align: left;
  }

  .point-campaign .about .desc,
  .point-campaign .about .desc .dot {
    font-size: 16px;
  }

  .point-campaign .about .desc .bold,
  .point-campaign .about .desc .red {
    font-size: 18px;
  }

  .point-campaign .about .box {
    padding: 30px 15px 10px;
  }

  .point-campaign .about .box dl dt {
    font-size: 18px;
  }

  .point-campaign .about .box dl dd {
    margin-bottom: 30px;
  }

  .point-campaign .about .box dl dd ul li {
    line-height: 1.4;
  }

  .point-campaign .recommend {
    padding: 60px 0;
  }

  .point-campaign .recommend .bnr-list .bnr-list__item {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }

  .point-campaign .campaign {
    padding-top: 60px;
  }

  .point-campaign .campaign .item-list {
    column-gap: unset;
    justify-content: space-between;
  }

  .point-campaign .campaign .item-list .item-list__item {
    width: 48%;
    margin-bottom: 30px;
  }

  .item-list .item-list__item .price {
    display: block;
    line-height: 1.2;
  }

  .item-list .item-list__item .price dt {
    width: 100%;
  }

  .item-list .item-list__item .price dd {
    width: 100%;
    max-width: 100%;
  }

  .point-campaign .course .course-list {
    display: block;
    gap: unset;
  }

  .point-campaign .course .course-list .course-list__item {
    max-width: 350px;
    margin: 0 auto 30px;
  }

  .point-campaign .course .course-list .course-list__item h3 {
    font-size: 16px;
  }

  .point-campaign .course .course-list .course-list__item .price {
    font-size: 14px;
  }

  .point-campaign .course .course-list .course-list__item .price dt {
    width: 100%;
  }

  .point-campaign .course .course-list .course-list__item .price dd {
    width: 100%;
    text-align: right;
  }

  .point-campaign .campaign .item-list .item-list__item .label {
    width: 70px;
  }
}
