@charset "UTF-8";

:root {
  --main: #a10000;
  --sub: #e8d949;
  --bg-op: rgba(166, 163, 199, .25);
  --blk: #2f3940;
}

.fa-solid,
.fa-regular {
  padding-right: .5rem;
}

#content {
  color: var(--blk);
  line-height: 1.7;
}

.fa-bars {
  display: none;
}

.course_title h1 {
  display: none;
}

.wrap {
  width: 100%;
}

.wrap_inner {
  padding: 20px 0;
}

.wrap_inner h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--main);
}

.wrap_inner p {
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  color: var(--blk);
}

.intro_upbar {
  border-top: 2px solid var(--main);
  padding-top: .5rem;
}

.intro_zbtn {
  display: inline-block;
  padding: 5px 10px 3px;
  margin-right: 1rem;
  background-color: var(--main);
  color: #fff;
  font-weight: bold;
}

/*-----------------------------------
headline*/
.headline {
  position: relative;
  display: inline-block;
}

.headline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 4px;
  background: var(--main);
  transition: all 0.5s;
}

.headline.isActive:after {
  width: 100%;
}

.headline_feature {
  text-align: center;
  font-weight: bold;
}

/*-----------------------------------
faq*/
.faq_box {
  font-size: 1.6rem;
}

.faq_q {
  margin-bottom: 1rem;
}

.faq_a {
  margin-bottom: 1.5rem;
  background-color: var(--bg-op);
  padding: 1rem;
}

.faq_q .fa-circle-question,
.faq_a .fa-thumbs-up {
  font-size: 2rem;
}

.faq_img img {
  width: 100%;
  height: auto;
}

/*-----------------------------------
notice*/
.notice {
  background: linear-gradient(45deg, #e1e0f1, #f0d0d8);
}

#content .wrap.notice {
  width: 100%;
}

.notice li {
  display: block;
  margin-bottom: 1rem;
}

/*-----------------------------------
price*/
.price_cnt{
  font-weight: bold;
  font-size: 3rem;
  font-style: italic;
  color: var(--main);
}

/*-----------------------------------
shedule*/
.shedule figure {
  width: 80%;
  margin: 0 auto 30px;
}

.step-flow .step-flow-box {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step-flow .step-flow-head {
  box-sizing: border-box;
  background-color: var(--sub);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 8px;
  border-radius: 10px 10px 0 0;
}

.step-flow .step-flow-txt {
  border-top: 2px solid var(--sub);
  padding-top: 1rem;
  margin-bottom: 5px;
}

@media screen and (min-width:769px) {
  .step-flow .step-flow-head {
    width: 25%;
    text-align: center;
  }

  .step-flow .step-flow-txt {
    width: 70%;
    border-top: none;
  }
}

/*-----------------------------------
pltn_cv_btn*/
.pltn_cv_btn {
  width: 300px;
  margin: 2rem auto;
  font-weight: bold;
  margin-bottom: 3rem;
}

.pltn_cv_btn a,
.pltn_cv_btn span {
  display: block;
  box-sizing: border-box;
  border: 2px solid var(--sub);
  padding: 7px 0 2px;
  width: 100%;
  background-color: var(--sub);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.5s 0s ease;
  text-align: center;
  border-radius: 100px;
}

.pltn_cv_btn a:link,
.pltn_cv_btn a:visited {
  color: #fff;
}

.pltn_cv_btn a:hover,
.pltn_cv_btn a:active {
  background-color: #fff;
  color: var(--sub);
  text-decoration: none;
}

.pltn_cv_btn small {
  display: block;
  font-size: 1.2rem;
}

/*-----------------------------------
teacher*/
.teacher ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.teacher li figure,
.teacher li h3 {
  margin-bottom: 15px;
}

.teacher li h3 {
  font-weight: bold;
  font-size: 2rem;
  color: var(--sub);
  text-align: left;
}

.teacher .teacher-flexbox {
  margin-bottom: 25px;
}

.teacher .teacher-head3 {
  background-color: var(--main);
  color: #fff;
  ;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 10px 0 8px 1em;
  border-radius: 0 25px 25px 0;
}

.teacher .teacher-head3 span {
  display: block;
  text-align: right;
  font-weight: normal;
  padding-right: 25px;
}

@media screen and (min-width:769px) {
  .teacher .teacher-flexbox {
    display: flex;
    gap: 10px;
  }

  .teacher .flex-lessoncont {
    width: 63%;
    margin-bottom: 15px;
  }

  .teacher .teacher-comment {
    width: 35%;
  }
}

.teacher .lessoncont-head4 {
  font-weight: bold;
  color: var(--main);
  font-size: 1.8rem;
}

.teacher .comment-head4 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 15px;
  text-align: center;
}

.teacher .lessoncnt-img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.teacher .lessoncnt-img img {
  width: 100%;
  height: auto;
}

.teacher .comment-img {
  text-align: center;
}

.teacher .comment-img img {
  width: 80%;
  height: auto;
}

.teacher .comment-txt {
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #f0d0d8;
  margin: 20px 0;
  font-size: 1.4rem;
  position: relative;
}

.teacher .comment-txt::before {
  content: "▲";
  color: #f0d0d8;
  position: absolute;
  top: -15px;
  left: 48%;
  font-size: 1.6rem;
}

/*-----------------------------------
flow*/
.flow {
  background: linear-gradient(45deg, #e1e0f1, #f0d0d8);
  ;
}

.flow .headline:after {
  background: var(--main);
}

.flow .wrap_inner h2 {
  color: var(--main);
}

.flow ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flow li h3 {
  box-sizing: border-box;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: var(--main);
  margin-bottom: 10px;
}

.flow li {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
}

.flow li figure {
  font-size: 5rem;
  color: var(--sub);
  text-align: center;
  margin-bottom: 20px;
}

.flow li p {
  color: var(--blk);
  width: 85%;
  margin: 0 auto 10px;
}

.flow li+li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 45%;
  left: -35px;
  display: flex;
  align-content: center;
  color: var(--main);
}

@media screen and (min-width:769px) {
  .pcNone {
    display: none;
  }

  .wrap_inner {
    width: 920px;
    margin: 0 auto 30px;
  }

  .tokuten .circle {
    width: 100px;
    height: 100px;
  }

  .renewal_wrap {
    overflow-x: hidden;
  }

  /*-----------------------------------
	faq*/
  .faq_box {
    display: flex;
    justify-content: space-between;
  }

  .faq_img {
    width: 25%
  }

  .faq_txt {
    width: 100%;
    margin: 0 auto;
  }

  .teacher li {
    width: 40%;
    margin-bottom: 30px;
  }

  .teacher li figure img {
    width: 100%;
    height: auto;
  }

  .flow li {
    width: 20%;
  }
}

@media screen and (max-width:768px) {
  #header .nav h1 {
    display: none;
  }

  .wrap_inner {
    margin: 0 auto 30px;
    width: 90%;
  }

  .tokuten .circle {
    width: 75px;
    height: 75px;
  }

  .shedule figure img {
    width: 100%;
    height: auto;
  }

  .teacher li {
    width: 100%;
  }

  .teacher li figure img {
    width: 100%;
    height: auto;
  }

  .flow li {
    width: 100%;
    margin-bottom: 3rem;
  }

  .flow li+li::before {
    transform: rotate(90deg);
    top: -30px;
    left: 46%;
    font-size: 2rem;
  }

  .faq_img {
    width: 90%;
    margin: 0 auto 2rem;
  }
}

/*--------------------------------------------
lesson*/
.inner {
  margin: 20px 50px;
}

#lesson {
  margin-bottom: 30px;
}

.lesson_flex {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 80%;
  margin: 20px auto;
  max-width: 500px;
}

.lesson_flex figure img {
  width: 100%;
}

.txt {
  font-size: 1.6rem;
  width: 90%;
  max-width: 700px;
  margin: 10px auto;
}

b {
  color: #c52211;
}

.lesson_questionnaire {
  width: 210px;
  text-align: center;
  margin-top: 30px;
}

.lesson_que_img img {
  max-width: 100px;
}

#lesson section {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;

}

@media screen and (min-width:481px) {
  .lesson_que_txt {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  }

  .lesson_que_txt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #ffffff;
    translate: -50% -100%;
  }
}

@media screen and (max-width:480px) {
  .wrap_inner {
    margin: 15px;
  }

  .lesson_flex {
    width: 90%;
  }

  .lesson_que_txt {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    padding: 15px;
    border-radius: 12px;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  }

  .lesson_que_txt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 8px 16px 8px 0;
    border-color: transparent #ffffff transparent transparent;
    translate: -100% -50%;
    transform: skew(0, -10deg);
    transform-origin: right;
  }

  .lesson_questionnaire {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .lesson_que_img img {
    width: 10%;
    min-width: 80px;
  }

  .lesson_que_txt {
    width: 90%;
  }
}