@charset "UTF-8";


/*-------------------------------------------
Show
-------------------------------------------*/
#show {
  width: 100%;
  border-bottom: solid 1px rgba(102, 102, 102, 0.2);
  padding: 40px 0 75px;
}
#show .inner {
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto;
}
#show .title-line {
  font-size: 28px;
  text-align: left;
}
#show .sec {
  margin-bottom: 80px;
}
#show .sec:last-child {
  margin-bottom: 0;
}
#show .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;
}
#show .sec p {
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;
}
#show .sec p:last-child {
  margin-bottom: 0;
}
#show .sec a {
  color: #3196FF;
  text-decoration: underline;
}
#show .sec .link-line {
  color: #06C755;
}
#show .sec .flex-content {
  display: flex;
  justify-content: space-between;
  gap: 20px 40px;
}
#show .sec .flex-content .item {
  width: calc(50% - 20px);
  max-width: 380px;
}


/*-------------------------------------------
Wisc
-------------------------------------------*/
#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;
}


/*-------------------------------------------
Privacy
-------------------------------------------*/
#privacy {
  width: 100%;
  border-bottom: solid 1px rgba(102, 102, 102, 0.2);
  padding: 40px 0 75px;
}
#privacy .inner {
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto;
}
#privacy .title-line {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: left;
}
#privacy .privacy-content .section-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin: 40px 0 10px;
}
#privacy .privacy-content p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
}
#privacy .privacy-content a {
  font-size: 15px;
  color: #3196FF;
  text-decoration: underline;
}
#privacy .privacy-content .privacy-list {
  margin-left: 20px;
}
#privacy .privacy-content .privacy-list li {
  font-size: 15px;
  list-style: disc;
  line-height: 1.6;
  margin-bottom: 5px;
}


@media screen and (max-width: 768px) {
  #show .sec {
    margin-bottom: 40px;
  }
  #show .sec .section-title {
    font-size: 16px;
  }
  #show .sec p {
    font-size: 15px;
  }
  #show .sec .flex-content {
    flex-direction: column;
  }
  #show .sec .flex-content.reverse {
    flex-direction: column-reverse;
  }
  #show .sec .flex-content .item {
    width: 100%;
  }

  /*-------------------------------------------
  Wisc
  -------------------------------------------*/
  #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%;
  }
}