@charset "UTF-8";
.summary-voice-card.v2 .result_schools {
  margin-bottom: 20px;
  font-size: 16px;
}
.summary-voice-card.v2 .result_schools .title {
  text-align: center;
  font-size: 16px;
}
.summary-voice-card.v2 .result_schools .title span {
  margin: auto;
  padding: 10px 20px;
  display: inline-block;
  width: 180px;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #007440;
}
.summary-voice-card.v2 .result_schools dl dt:before {
  content: "・";
}
.summary-voice-card.v2 .result_schools dl dt, .summary-voice-card.v2 .result_schools dl dd {
  display: inline-block;
}
.summary-voice-card.v2 .img-wrap {
  position: relative;
}
.summary-voice-card.v2 .img-wrap:after {
  display: inline-block;
  content: '';
  width: calc(90 / 16 * 1em);
  height: calc(90 / 16 * 1em);
  position: absolute;
  top: calc(20 / 16 * -1em);
  right: calc(10 / 16 * -1em);
  z-index: 15;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  background: url(https://www.k-wam.jp/wp/wp-content/themes/k-wam_2022/assets/img/common/ic_medal_pass01_img01.svg) no-repeat 50% 50%;
  background-size: contain;
}
.summary-voice-card.v2 .info {
  display: flex;
  margin-top: 20px;
  font-size: 13px;
}
.summary-voice-card.v2 .info .face-img {
  width: 80px;
  flex-shrink: 0;
  margin-right: 20px;
}
.summary-voice-card.v2 .info .face-img img {
  border-radius: 50%;
}
.summary-voice-card.v2 .info .detail {
  width: 100%;
}
.summary-voice-card.v2 .info .detail .box-tinymce {
  height: auto;
  max-height: none;
  overflow: visible;
}
.summary-voice-card.v2 .info ul li:nth-child(2):before {
  margin-left: 5px;
  margin-right: 10px;
  content: "|";
}
.summary-voice-card.v2 .info ul li {
  display: inline-block;
}
.summary-voice-card.v2[data-cat*="high"] {
  border-color: #27AE60;
}
.summary-voice-card.v2[data-cat*="high"] .result_schools .title span {
  background: #27AE60;
}
.summary-voice-card.v2[data-cat*="elementary"] {
  border-color: #FB5C65;
}
.summary-voice-card.v2[data-cat*="elementary"] .result_schools .title span {
  background: #FB5C65;
}
.summary-voice-card.v2[data-cat*="junior-high"] {
  border-color: #2D98DA;
}
.summary-voice-card.v2[data-cat*="junior-high"] .result_schools .title span {
  background: #FB5C65;
}

.article-price .box-plan-examples {
  display: flex;
  justify-content: space-around;
}
.article-price .box-plan-examples > * {
  width: 30.33%;
}
@media screen and (max-width: 800px) {
  .article-price .box-plan-examples > * {
    width: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .article-price .box-plan-examples {
    display: block;
  }
}
.article-price .box-plan-example {
  border: 2px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.article-price .box-plan-example .title {
  background: #fb5c65;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  padding: 10px 0;
  border-radius: 10px;
  margin-bottom: 10px;
}
.article-price .box-plan-example.box-plan-example--junior .title {
  background: #3498da;
}
.article-price .box-plan-example.box-plan-example--high .title {
  background: #01A56F;
}
.article-price .box-plan-example .txt02 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
.article-price .box-plan-example .txt02 small {
  font-size: 0.6em;
  font-weight: normal;
}
.article-price .box-plan-example .txt04 {
  font-size: 20px;
  color: #ccc;
  line-height: 1.4;
  min-height: 2.8em;
}
.article-price .box-plan-example .txt04 .em {
  font-weight: bold;
  font-size: 26px;
  color: #fb5c65;
  line-height: 2.6;
}
.article-price .box-plan-example.box-plan-example--junior .txt04 .em {
  color: #3498da;
}
.article-price .box-plan-example.box-plan-example--high .txt04 .em {
  color: #01A56F;
}
.article-price .box-plan-example .marker {
  font-weight: bold;
  display: inline;
  background-size: 100%;
  background-image: -moz-linear-gradient(top, transparent 70%, #FFE646 70%);
  background-image: -webkit-linear-gradient(top, transparent 70%, #FFE646 70%);
  background-image: linear-gradient(top, transparent 70%, #FFE646 70%);
}
.article-price .box-plan-example .txt06 {
  text-align: left;
  display: inline-block;
}
.article-price .box-plan-example .txt06 .label {
  display: inline-block;
  padding: 0 10px;
  background: #007440;
  color: #fff;
  border-radius: 5px;
}
.article-price .box-plan-example .arrow {
  font-size: 30px;
  opacity: .4;
  margin: 10px 0;
}

.article-price.section-cashback .item-reason {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  font-size: 18px;
  padding: 60px 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .article-price.section-cashback .item-reason {
    padding: 0 10px 10px;
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 40px;
  }
}
.article-price.section-cashback .item-reason .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  color: #007240;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .article-price.section-cashback .item-reason .title {
    margin: 0;
    margin-bottom: 5px;
  }
}
.article-price.section-cashback .item-reason .title .txt {
  display: block;
}
@media screen and (max-width: 767px) {
  .article-price.section-cashback .item-reason .title {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}
.article-price.section-cashback .item-reason .subtitle {
  font-weight: bold;
  font-size: 32px;
  color: #D30000;
}
@media screen and (max-width: 767px) {
  .article-price.section-cashback .item-reason .subtitle {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
body[data-cat="elementary"] .article-price.section-cashback .item-reason .subtitle {
  color: #2b9b0f;
}
.article-price.section-cashback .item-reason .txt-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .article-price.section-cashback .item-reason .txt-img {
    display: block;
  }
}
.article-price.section-cashback .item-reason .txt-img .txt {
  width: 100%;
  line-height: 2.2;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .article-price.section-cashback .item-reason .txt-img .txt {
    width: auto;
    padding: 0;
    line-height: 1.6;
  }
}
.article-price.section-cashback .item-reason .txt-img .img {
  width: 380px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .article-price.section-cashback .item-reason .txt-img .img {
    width: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .article-price.section-cashback .item-reason .img {
    text-align: center;
  }
  .article-price.section-cashback .item-reason .img img {
    width: 65%;
  }
}

.temp-course .tpc-point-box {
  margin-bottom: 4rem;
}
.temp-course .tpc-point-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.temp-course .tpc-point-box .item {
  width: calc(100% / 3.1);
  position: relative;
  padding: 2rem;
  border: 4px solid #FED104;
}
@media screen and (max-width: 767px) {
  .temp-course .tpc-point-box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.temp-course .tpc-point-box .item .icon {
  position: absolute;
}
.temp-course .tpc-point-box .item .ttl {
  color: #007440;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.temp-course .tpc-point-box .item .ttl small {
  display: block;
}
.temp-course .tpc-point-box .item .ttl-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.temp-course .tpc-point-box .item .ttl-wrap img {
  display: block;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .article-price.section-payment .col3 {
    flex-wrap: nowrap;
    gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .article-price.section-payment .col3 .cell {
    width: 30%;
  }
}
.article-price.section-payment .col3 .cell .icon {
  margin-bottom: 15px;
  text-align: center;
}
.article-price.section-payment .col3 .cell .icon img {
  max-width: 250px;
}
.article-price.section-payment .col3 .cell p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article-price.section-payment .col3 .cell p {
    font-size: 14px;
  }
}

.article-elementary .section-grade-plans-sm .list-plans-sm li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .article-elementary .section-grade-plans-sm .list-plans-sm li {
    width: 50%;
  }
}

.article-elementary .reason-areaBox .reason-area-box-pct img {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .article-elementary .reason-areaBox .reason-area-box-pct img {
    height: auto;
  }
}

.archive-instructor .subject-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.archive-instructor .subject-list li a {
  font-size: 18px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #007440;
  border-radius: 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.archive-instructor .subject-list li a:hover {
  background: #007440;
  color: #fff;
}

.tpc-instructor h2 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #01A56F;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tpc-instructor h2 {
    font-size: 18px;
  }
}
.tpc-price h2 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #01A56F;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tpc-price h2 {
    font-size: 18px;
  }
}
.tpc-cashback h2 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #01A56F;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tpc-cashback h2 {
    font-size: 18px;
  }
}
.tpc-cashback .col2 {
  justify-content: center;
  gap: 20px;
}

.tpc-cashback .cell {
  max-width: 48%;
  width: 250px;
}

.tpc-cashback .cell p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.tpc-cashback .cell .caution {
  font-size: 12px;
  font-weight: normal;
}

.tpc-support h2 {
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #01A56F;
}

@media screen and (max-width: 767px) {
  .tpc-support h2 {
    font-size: 18px;
  }
}
.is_junior-high .tpc-instructor h2 {
  color: #3498da;
}

.is_junior-high .tpc-price h2 {
  color: #3498da;
}

.is_junior-high .tpc-cashback h2 {
  color: #3498da;
}

.is_junior-high .tpc-support h2 {
  background: #3498da;
}

.is_elementary .tpc-instructor h2 {
  color: #fb5c65;
}

.is_elementary .tpc-price h2 {
  color: #fb5c65;
}

.is_elementary .tpc-cashback h2 {
  color: #fb5c65;
}

.is_elementary .tpc-support h2 {
  background: #fb5c65;
}

.is_elementary-e .tpc-instructor h2 {
  color: #d63031;
}

.is_elementary-e .tpc-price h2 {
  color: #d63031;
}

.is_elementary-e .tpc-cashback h2 {
  color: #d63031;
}

.is_elementary-e .tpc-support h2 {
  background: #fb5c65;
}

.temp-course .tpc-point-box {
  margin-bottom: 4rem;
}

.temp-course .tpc-point-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.temp-course .tpc-point-box .item {
  width: calc(100% / 3.1);
  position: relative;
  padding: 2rem;
  border: 4px solid #FED104;
}

@media screen and (max-width: 767px) {
  .temp-course .tpc-point-box .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.temp-course .tpc-point-box .item .icon {
  position: absolute;
}

.temp-course .tpc-point-box .item .ttl {
  color: #007440;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.temp-course .tpc-point-box .item .ttl small {
  display: block;
}

.temp-course .tpc-point-box .item .ttl-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.temp-course .tpc-point-box .item .ttl-wrap img {
  display: block;
  margin-left: 1rem;
}

.elementary-e-FVMain {
  width: 63%;
  align-items: inherit;
}

.pages-follow-subject .worries-list {
  display: flex;
  gap: 15px;
}
.pages-follow-subject .worries-list li {
  width: 25%;
  border: 1px solid #007440;
  border-radius: 15px;
  overflow: hidden;
}
.pages-follow-subject .worries-list li a {
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pages-follow-subject .worries-list li a:hover {
  opacity: 0.7;
}
.pages-follow-subject .worries-list li a .txt01 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.pages-follow-subject .worries-list li a .txt02 {
  display: block;
  font-size: 14px;
  text-align: center;
}
.pages-follow-subject .point-card {
  margin-bottom: 20px;
}
.pages-follow-subject .point-card dt {
  font-size: 18px;
  font-weight: bold;
}
.pages-follow-subject .point-card dd {
  margin-bottom: 1em;
}
.pages-follow-subject .point-card dd:last-child {
  margin-bottom: 0;
}
.pages-follow-subject .point-card.elementary-e-color dt {
  color: #d63031;
}
.pages-follow-subject .subject-link-list {
  display: flex;
  gap: 15px;
}
.pages-follow-subject .subject-link-list li {
  width: 25%;
  border: 1px solid #007440;
  border-radius: 15px;
  overflow: hidden;
}
.pages-follow-subject .subject-link-list li a, .pages-follow-subject .subject-link-list li span {
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pages-follow-subject .subject-link-list li a:hover, .pages-follow-subject .subject-link-list li span:hover {
  opacity: 0.7;
}
.pages-follow-subject .subject-link-list li a .txt01, .pages-follow-subject .subject-link-list li span .txt01 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.pages-follow-subject .subject-link-list li a .txt02, .pages-follow-subject .subject-link-list li span .txt02 {
  display: block;
  font-size: 14px;
  text-align: center;
}
.pages-follow-subject .subject-link-list li span {
  background: #f0f0f0;
}
