@charset "UTF-8";
.price-wrap {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .price-wrap {
    padding: 150px 0;
  }
}
.price-wrap .desc {
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: 500;
  color: #161e2f;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .price-wrap .desc {
    margin-bottom: 110px;
    font-size: 30px;
  }
}
.price-wrap .list-wrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 1024px) {
  .price-wrap .list-wrap {
    gap: 29px;
  }
}
.price-wrap .list-wrap li {
  padding: 20px 15px;
  border: solid 2px #56abe8;
  border-radius: 12px;
  color: #56abe8;
}
@media screen and (min-width: 544px) {
  .price-wrap .list-wrap li {
    display: flex;
    flex-direction: column;
    padding: 30px 24px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .price-wrap .list-wrap li {
    padding: 40px;
  }
}
.price-wrap .list-wrap li:nth-child(odd) {
  background-color: #56abe8;
  color: #fff;
}
.price-wrap .list-wrap li .title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .price-wrap .list-wrap li .title {
    margin-bottom: 38px;
    font-size: 30px;
  }
}
.price-wrap .list-wrap li .desc-wrap {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .price-wrap .list-wrap li .desc-wrap {
    font-size: 24px;
    padding-left: 30px;
  }
}
.price-wrap .list-wrap li .desc-wrap p {
  position: relative;
  padding-left: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .price-wrap .list-wrap li .desc-wrap p {
    padding-left: 20px;
    margin-bottom: 5px;
  }
}
.price-wrap .list-wrap li .desc-wrap p.strong {
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .price-wrap .list-wrap li .desc-wrap p.strong {
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 30px;
  }
}
.price-wrap .list-wrap li .desc-wrap p:not(.strong):before {
  content: "·";
  display: inline-block;
  margin-right: 5px;
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0;
}
.price-wrap .list-wrap li .desc-wrap p span {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .price-wrap .list-wrap li .desc-wrap.st2 {
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }
}
.price-wrap .list-wrap li .desc-wrap.st2 p {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .price-wrap .list-wrap li .desc-wrap.st2 p {
    margin-top: 40px;
  }
}
.price-wrap .list-wrap li .desc-wrap.st2 p:before {
  content: "";
}
.price-wrap .list-wrap li .btn-common {
  margin-left: auto;
  display: flex;
  width: 110px;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .price-wrap .list-wrap li .btn-common {
    width: 155px;
    font-size: 20px;
    padding: 0 10px;
  }
}

#section02 {
  background: url("../../imgs/price/bg_img.png") no-repeat left center/cover;
  padding: 40px 0 80px;
}
@media screen and (min-width: 544px) {
  #section02 {
    background-position: right 20% center;
  }
}
@media screen and (min-width: 1024px) {
  #section02 {
    padding: 160px 0 200px;
  }
}
@media screen and (min-width: 1440px) {
  #section02 {
    background-position: right center;
  }
}
#section02 .title {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  #section02 .title {
    margin-bottom: 90px;
    font-size: 36px;
    line-height: 1.6;
  }
}
#section02 ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  #section02 ul {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  #section02 ul {
    gap: 90px;
  }
}
#section02 ul li a {
  margin-right: 8px;
}
#section02 ul li img {
  height: 50px;
}
@media screen and (min-width: 1024px) {
  #section02 ul li img {
    height: 60px;
  }
}
#section02 .down-title {
  margin-bottom: 14px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  #section02 .down-title {
    margin-bottom: 45px;
    font-size: 22px;
  }
}