@charset "UTF-8";
h3 {
  margin: 0;
}

.ttl_course {
  font-family: "YuGothic", "游ゴシック", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 85px;
  text-align: center;
  color: #1d1d1d;
  border-radius: 16px;
  background: #febe01;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .ttl_course {
    font-size: 24px;
    line-height: 1.8;
    margin: 20px 0 40px;
    border-radius: 8px;
  }
}
.ttl_monthly {
  display: inline-block;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #c10c13;
  border-bottom: 1px solid #c10c13;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl_monthly {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.ttl_examples {
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 85px;
  text-align: center;
  color: #c10c13;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl_examples {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.ttl_read {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  color: #1d1d1d;
}
@media screen and (max-width: 767px) {
  .ttl_read {
    font-size: 14px;
  }
}
.ttl_sumifru {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  color: #1d1d1d;
}
@media screen and (max-width: 767px) {
  .ttl_sumifru {
    font-size: 20px;
    order: 2;
  }
}

.c-grid {
  display: grid;
}
.c-grid.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: start;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .c-grid.col2 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0 auto 60px;
  }
}
.c-grid.col2 dl {
  background: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .c-grid.col2 dl {
    padding: 15px;
  }
}
.c-grid.col2 dl dt {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 85px;
  text-align: center;
  color: #1d1d1d;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #a48d4f;
}
@media screen and (max-width: 767px) {
  .c-grid.col2 dl dt {
    font-size: 24px;
  }
}
.c-grid.col2 dl dd {
  margin: 5px 0;
}
.c-grid.col2 dl dd h2 {
  font-weight: 600;
  font-size: 90px;
  line-height: 1.5;
  text-align: center;
  color: #a48d4f;
}
@media screen and (max-width: 767px) {
  .c-grid.col2 dl dd h2 {
    font-size: 60px;
  }
}
.c-grid.col2 dl dd h2 span {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .c-grid.col2 dl dd h2 span {
    font-size: 34px;
  }
}
.c-grid.col2 dl dd h3 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #c10c13;
  background: #fff9eb;
  padding: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-grid.col2 dl dd h3 {
    font-size: 18px;
  }
}
.c-grid.col2 dl dd p {
  font-family: "YuGothic", "游ゴシック", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  color: #1d1d1d;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-grid.col2 dl dd p {
    font-size: 14px;
  }
}
.c-grid.col2 dl dd a, .c-grid.col2 dl dd input[type=submit] {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 26px;
  line-height: 80px;
  text-align: center;
  color: #1d1d1d;
  border-radius: 16px;
  background: #febe01;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-grid.col2 dl dd a, .c-grid.col2 dl dd input[type=submit] {
    font-size: 18px;
    line-height: 45px;
    border-radius: 8px;
  }
}
.c-grid.col2 dl dd a:hover, .c-grid.col2 dl dd input[type=submit]:hover {
  opacity: 0.7;
}
.c-grid.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: start;
}
.c-grid.col3 dt {
  font-weight: normal;
  font-style: italic;
  font-size: 40px;
  line-height: 1.2;
  color: #a48d4f;
  border-bottom: 1px solid #a48d4f;
  text-align: left;
}
.c-grid.col3 dt span {
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .c-grid.col3 dt {
    font-size: 36px;
  }
}
.c-grid.col3 dd {
  margin: 5px 0;
}
.c-grid.col3 dd img {
  width: 100%;
  margin-bottom: 8px;
}
.c-grid.col3 dd h3 {
  font-weight: 600;
  font-size: 27px;
  text-align: left;
  line-height: 1.5;
  color: #1d1d1d;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid.col3 dd h3 {
    font-size: 18px;
  }
}
.c-grid.col3 dd p {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
  color: #1d1d1d;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid.col3 dd p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid.col3 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.c-grid.sumifru {
  grid-template-columns: 1fr 300px;
  gap: 20px;
  align-items: center;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .c-grid.sumifru {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }
}
.c-grid.sumifru img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-grid.sumifru img {
    width: 70%;
    margin: 10px auto;
    order: 1;
  }
}
.c-grid.footer {
  grid-template-columns: 400px 400px;
  align-items: center;
  justify-content: center;
  gap: 0 100px;
}
.c-grid.footer input, .c-grid.footer img {
  width: 100%;
}
.c-grid.footer input:hover, .c-grid.footer img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-grid.footer {
    grid-template-columns: 45% 45%;
    gap: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp_left {
    text-align: left;
  }
}
#fteiki div.main_box img.text02 {
  left: 50% !important;
  translate: -50% !important;
}

.textlead {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .textlead {
    font-size: 14px;
  }
}/*# sourceMappingURL=fteiki.css.map */