@charset "UTF-8";
/* color（style.cssと重複）
------------------------------*/
/* media queri（style.cssと重複）
------------------------------*/
/* 新年長さん特集ページ
------------------------------*/
.exam-lesson h3 {
  margin: 60px 0 24px;
  padding: 0;
  text-align: center;
}
.exam-lesson h3.index-title {
  padding-left: 1.5em;
  text-align: left;
}
.exam-lesson h3 .main-copy {
  color: #eb3f66;
  font-size: 24px;
}
@media screen and (max-width: 360px) {
  .exam-lesson h3 .main-copy {
    font-size: 21px;
  }
}
.exam-lesson h3 .main-copy > span {
  display: inline-block;
}
.exam-lesson h3 .intro {
  font-weight: normal;
}
@media screen and (max-width: 360px) {
  .exam-lesson h3 .intro {
    margin-top: 16px;
    font-size: 16px;
  }
}
.exam-lesson h3 .intro > span {
  display: inline-block;
}
.exam-lesson h3::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .exam-lesson .exam-main-contents .pd1 {
    padding: 1em 0;
  }
}
@media screen and (max-width: 360px) {
  .exam-lesson .exam-main-contents .index-list li {
    font-size: 16px;
    line-height: 1.4;
  }
}
.exam-lesson .exam-main-contents .index-list li + li {
  margin-top: 8px;
}
.exam-lesson .kv {
  position: relative;
}
.exam-lesson .kv .bg-image {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.exam-lesson .kv .bg-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.exam-lesson .kv .bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.exam-lesson .kv .text-contents {
  position: relative;
  z-index: 2;
  padding: 40px 16px;
  text-align: center;
}
@media screen and (max-width: 360px) {
  .exam-lesson .kv .text-contents {
    padding: 24px 8px;
  }
}
.exam-lesson .kv .text-contents .main-copy {
  color: #eb3f66;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .exam-lesson .kv .text-contents .main-copy {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 360px) {
  .exam-lesson .kv .text-contents .main-copy {
    font-size: 21px;
  }
}
.exam-lesson .kv .text-contents .main-copy > span {
  display: inline-block;
}
.exam-lesson .kv .text-contents .sub-copy {
  color: #8320e2;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .exam-lesson .kv .text-contents .sub-copy {
    margin-top: 8px;
    font-size: 21px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 360px) {
  .exam-lesson .kv .text-contents .sub-copy {
    font-size: 18px;
  }
}
.exam-lesson .kv .text-contents .sub-copy > span {
  display: inline-block;
}
.exam-lesson .kv .text-contents .catch-copy {
  margin-top: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .exam-lesson .kv .text-contents .catch-copy {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 360px) {
  .exam-lesson .kv .text-contents .catch-copy {
    font-size: 14px;
  }
}
.exam-lesson .kv .text-contents .catch-copy > span {
  display: inline-block;
}
.exam-lesson .kv .text-contents .label-list {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.exam-lesson .kv .text-contents .label-list li {
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background: #ea0372;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .exam-lesson .kv .text-contents .label-list li {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.2;
  }
  .exam-lesson .kv .text-contents .label-list li > span {
    display: inline-block;
  }
}
@media screen and (max-width: 360px) {
  .exam-lesson .kv .text-contents .label-list li {
    font-size: 10px;
  }
}
.exam-lesson .reason-box {
  display: flex;
  gap: 24px;
  padding: 40px 24px;
  background: #fff;
  border-left: solid 4px #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .exam-lesson .reason-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 24px 16px;
  }
}
.exam-lesson .reason-box + .reason-box {
  margin-top: 32px;
}
.exam-lesson .reason-box .num .number-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  font-family: "Arial";
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.exam-lesson .reason-box .contents h4 {
  margin: 8px 0;
  font-size: 21px;
}
@media screen and (max-width: 360px) {
  .exam-lesson .reason-box .contents h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 360px) {
  .exam-lesson .reason-box .contents p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.exam-lesson .reason-box .contents p strong {
  font-weight: bold;
}
.exam-lesson .reason-box.bg-blue {
  background-color: rgba(0, 161, 233, 0.08);
  border-left-color: #00a1e9;
}
.exam-lesson .reason-box.bg-blue .number-icon {
  background-color: #00a1e9;
}
.exam-lesson .reason-box.bg-blue .contents h4 {
  color: #134ad3;
}
.exam-lesson .reason-box.bg-green {
  background-color: rgba(108, 188, 101, 0.08);
  border-left-color: #6cbc65;
}
.exam-lesson .reason-box.bg-green .number-icon {
  background-color: #6cbc65;
}
.exam-lesson .reason-box.bg-green .contents h4 {
  color: #3a893a;
}
.exam-lesson .reason-box.bg-purple {
  background-color: rgba(176, 58, 255, 0.08);
  border-left-color: #b03aff;
}
.exam-lesson .reason-box.bg-purple .number-icon {
  background-color: #b03aff;
}
.exam-lesson .reason-box.bg-purple .contents h4 {
  color: #8320e2;
}
.exam-lesson .reason-box.bg-orange {
  background-color: rgba(255, 107, 67, 0.08);
  border-left-color: #ff6b43;
}
.exam-lesson .reason-box.bg-orange .number-icon {
  background-color: #ff6b43;
}
.exam-lesson .reason-box.bg-orange .contents h4 {
  color: #ff6b43;
}
.exam-lesson .reason-box.bg-pink {
  background-color: rgba(255, 62, 134, 0.08);
  border-left-color: #ff3e86;
}
.exam-lesson .reason-box.bg-pink .number-icon {
  background-color: #ff3e86;
}
.exam-lesson .reason-box.bg-pink .contents h4 {
  color: #eb3f66;
}
.exam-lesson .image-box {
  margin-bottom: 40px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .exam-lesson .image-box {
    display: none;
  }
}
.exam-lesson .image-box picture {
  display: block;
  width: calc((100% - 48px) / 3);
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}
.exam-lesson .image-box picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.exam-lesson .plan-box dt {
  display: flex;
  gap: 16px;
}
.exam-lesson .plan-box dt .exam-icon img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .exam-lesson .plan-box dt .exam-icon img {
    width: 60px;
  }
}
.exam-lesson .plan-box dt .title-box .plan-title {
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .exam-lesson .plan-box dt .title-box .plan-title {
    font-size: 24px;
    text-box-trim: trim-both;
  }
}
@media screen and (max-width: 360px) {
  .exam-lesson .plan-box dt .title-box .plan-title {
    font-size: 21px;
  }
}
.exam-lesson .plan-box dt .title-box .plan-label {
  display: inline-block;
  margin-top: 4px;
  padding: 8px 24px;
  line-height: 1;
  background: rgba(235, 138, 181, 0.5);
  border-radius: 9999px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .exam-lesson .plan-box dt .title-box .plan-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .exam-lesson .plan-box dt .title-box .plan-label {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.exam-lesson .plan-box dd {
  margin-top: 16px;
  margin-left: 0;
}
.exam-lesson .plan-box dd::before {
  content: none;
}
.exam-lesson .plan-box dd + dt {
  margin-top: 32px;
}
@media screen and (max-width: 360px) {
  .exam-lesson .plan-box dd p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.exam-lesson .plan-box dd p + p {
  margin-top: 8px;
}
.exam-lesson .plan-box dd p.feature {
  padding: 24px;
  font-weight: bold;
  background: #fdf6f0;
  border-left: solid 4px #eb3f66;
  border-radius: 8px;
}
@media screen and (max-width: 360px) {
  .exam-lesson .plan-box dd p.feature {
    padding: 16px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.exam-lesson .plan-box dd p strong {
  font-weight: bold;
}
.exam-lesson .strategy-image {
  display: block;
  margin: 0 auto 1em;
  max-width: 800px;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 360px) {
  .exam-lesson .strategy-image {
    height: 200px;
  }
}
.exam-lesson .strategy-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
.exam-lesson .strategy .doubt-list {
  margin: 0 auto 24px;
  padding: 24px;
  max-width: 580px;
  background: #fdf6f0;
  border-radius: 8px;
}
@media screen and (max-width: 360px) {
  .exam-lesson .strategy .doubt-list {
    padding: 16px;
  }
}
.exam-lesson .strategy .doubt-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .exam-lesson .strategy .doubt-list li {
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 360px) {
  .exam-lesson .strategy .doubt-list li {
    font-size: 15px;
  }
}
.exam-lesson .strategy .doubt-list li::before {
  content: "";
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url(../lesson/img/exam_elementary/icon-check-circle.svg) no-repeat;
  background-size: contain;
}
.exam-lesson .strategy .doubt-list li + li {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .exam-lesson .strategy .doubt-list li + li {
    margin-top: 16px;
  }
}
.exam-lesson .strategy p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exam-lesson .strategy p {
    text-align: left;
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .exam-lesson .strategy p {
    line-height: 1.8;
  }
  .exam-lesson .strategy p > br {
    display: none;
  }
}
.exam-lesson .strategy p + p {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .exam-lesson .strategy p + p {
    margin-top: 16px;
  }
}
.exam-lesson .voice-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}
.exam-lesson .voice-cards .voice-box {
  padding: 24px;
  width: calc((100% - 24px) / 2);
  min-width: 400px;
  background: #fdf6f0;
  border: solid 4px rgba(235, 138, 181, 0.5);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .exam-lesson .voice-cards .voice-box {
    padding: 24px 16px;
    width: 100%;
    min-width: auto;
    max-width: 600px;
  }
}
.exam-lesson .voice-cards .voice-box .head-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.exam-lesson .voice-cards .voice-box .head-box picture {
  display: block;
}
.exam-lesson .voice-cards .voice-box .head-box picture img {
  width: 80px;
}
.exam-lesson .voice-cards .voice-box .head-box .evaluation {
  color: #eb3f66;
}
.exam-lesson .voice-cards .voice-box .head-box .evaluation p {
  font-size: 14px;
  line-height: 1.1;
}
.exam-lesson .voice-cards .voice-box .head-box .evaluation h4 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .exam-lesson .voice-cards .voice-box .head-box .evaluation h4 {
    line-height: 1.4;
  }
}
.exam-lesson .voice-cards .voice-box .voice-content {
  margin-top: 16px;
}
.exam-lesson .voice-cards .voice-box .voice-content h5 {
  color: rgba(131, 32, 226, 0.6);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .exam-lesson .voice-cards .voice-box .voice-content h5 {
    font-size: 16px;
  }
}
.exam-lesson .voice-cards .voice-box .voice-content h5.voice-title-thanks {
  color: #eb3f66;
}
.exam-lesson .voice-cards .voice-box .voice-content-box {
  padding: 16px;
  font-size: 15px;
  line-height: 1.6;
  text-box-trim: trim-both;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .exam-lesson .voice-cards .voice-box .voice-content-box {
    padding: 16px 8px;
    font-size: 14px;
  }
}
.exam-lesson .voice-cards .voice-box .voice-content-box ul li {
  margin-left: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
}
.exam-lesson .voice-cards .voice-box .voice-content-box ul li::marker {
  color: #ea0372;
}
.exam-lesson .voice-cards .voice-box .voice-content-box.thanks {
  border-left: solid 4px #eb3f66;
}
.exam-lesson .voice-cards .voice-box .voice-content-box + h5 {
  margin-top: 16px;
}/*# sourceMappingURL=style-exam-lesson.css.map */