<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&amp;display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.intro {
  padding-top: 0 !important;
}

.faq {
  padding-top: 0 !important;
}
.faq .area_faq .fukidashi {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 1.5em 0;
  padding: 15px;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 1.8rem;
  background: #0B367A;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  font-weight: bold;
}
.faq .area_faq .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #0B367A;
  z-index: 2;
}
.faq .area_faq .answer {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5em;
}
@media all and (max-width: 480px) {
  .faq .area_faq .answer {
    font-size: 1.8rem;
  }
}
.faq .area_faq .answer span {
  font-size: 150%;
}
.faq .area_faq .sec_faq {
  margin: 30px 0 0 0;
  padding: 30px 180px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 10px solid #A6BDE1;
  position: relative;
}
@media all and (max-width: 480px) {
  .faq .area_faq .sec_faq {
    padding: 20px;
  }
}
.faq .area_faq .sec_faq .point01 {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media all and (max-width: 480px) {
  .faq .area_faq .sec_faq .point01 {
    display: none;
  }
}
.faq .area_faq .sec_faq .point01 img {
  width: 100px;
}
.faq .area_faq .sec_faq .point02 {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media all and (max-width: 480px) {
  .faq .area_faq .sec_faq .point02 {
    display: none;
  }
}
.faq .area_faq .sec_faq .point02 img {
  width: 75px;
}
.faq .area_faq .sec_faq ul li {
  text-indent: -1em;
  margin-left: 1em;
  padding: 3px 0;
  font-weight: bold;
}
.faq .area_faq .sec_faq ul li:before {
  content: "●";
  color: #0B367A;
}
.faq .area_faq .sec_faq .price {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 20px 0 0 0;
}
.faq .area_faq .sec_faq .price .red {
  font-size: 180%;
  color: #E50012;
}
.faq .area_faq .sec_faq .price .line {
  background: linear-gradient(transparent 60%, #FFD500 60%);
}

.course .area_course {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course .area_course .sec_course {
  width: 58%;
  text-align: center;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .course .area_course .sec_course {
    width: 100%;
  }
}
.course .area_course .sec_course .ttl {
  background: #000;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50px;
}
.course .area_course .sec_course .price {
  display: block;
  margin: 20px 0 0 0;
  font-size: 1.8rem;
}
.course .area_course .sec_course .price span {
  font-size: 3rem;
  color: #E50012;
  margin: 0 0 0 10px;
}
@media all and (max-width: 480px) {
  .course .area_course .sec_course .price span {
    display: block;
    line-height: 1.5em;
  }
}
.course .area_course .sec_course .otoku {
  margin: 15px 0 0 0;
}
@media all and (max-width: 480px) {
  .course .area_course .sec_course .otoku {
    margin: 10px 0 0 0;
  }
}
.course .area_course .sec_course .otoku span {
  font-size: 150%;
}
.course .area_course .sec_info {
  width: 40%;
}
@media all and (max-width: 480px) {
  .course .area_course .sec_info {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.course .area_course .sec_info dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
}
.course .area_course .sec_info dl dt {
  width: 90px;
  padding: 5px;
  box-sizing: border-box;
}
.course .area_course .sec_info dl dd {
  width: calc(100% - 90px);
  padding: 5px;
  box-sizing: border-box;
}
.course .area_course .sec_info dl dd .txt_s {
  font-size: 1.3rem;
}
.course .area_other {
  margin: 50px 0 0 0;
}
.course .area_other dl {
  margin: 20px 0 0 0;
}
.course .area_other dl dt {
  font-weight: bold;
  font-size: 1.6rem;
}
.course .area_other dl dt span {
  color: #E50012;
}
.course .area_other dl dd {
  margin: 10px 0 0 0;
}
.course .area_other &gt; ul li {
  text-indent: -1em;
  margin-left: 1em;
  padding: 3px 0;
}
.course .area_other &gt; ul li:before {
  content: "●";
  color: #0B367A;
}

.cv {
  padding: 0 !important;
}
</pre></body></html>