@charset "UTF-8";

/*-------------------------------------------
Price
-------------------------------------------*/
#wisc {
  width: 100%;
  border-bottom: solid 1px rgba(102, 102, 102, 0.2);
  padding: 40px 0 75px;
}
#wisc .inner {
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto;
}
#wisc .title-line {
  font-size: 28px;
  text-align: left;
}
#wisc .sec {
  margin-bottom: 40px;
}
#wisc .sec:last-child {
  margin-bottom: 0;
}
#wisc .sec .section-title {
  border-bottom: solid 1px rgba(30, 30, 60, 0.3);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
#wisc .sec p {
  line-height: 2;
  margin-bottom: 20px;
}
#wisc .sec .list {
  margin-left: 20px;
}
#wisc .sec .list li {
  list-style: disc;
  margin-bottom: 5px;
}
#wisc .sec a {
  color: #3196FF;
  text-decoration: underline;
}
#wisc .sec .link-line {
  color: #06C755;
}
#wisc .sec .flex-content {
  display: flex;
  margin-top: 20px;
}
#wisc .sec .flex-content .img {
  width: 25%;
  max-width: 200px;
  margin-right: 5%;
}
#wisc .sec .flex-content .info {
  width: 70%;
}
#wisc .sec .item-title {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 5px;
}

@media screen and (max-width: 768px) {
  #wisc .sec .section-title {
    font-size: 16px;
  }
  #wisc .sec p {
    font-size: 15px;
  }
  #wisc .sec .flex-content {
    flex-direction: column;
  }
  #wisc .sec .flex-content .img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px;
  }
  #wisc .sec .flex-content .info {
    width: 100%;
  }
}