@charset "UTF-8";
.main_contens {
  padding-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_vs {
  background: url(../img/exam/main_bg_l.png) repeat-x;
  position: relative;
}

#main_vs .innerWrap {
  position: relative;
  height: 529px;
  padding: 0;
}

#main_vs h2 {
  line-height: 1;
  padding-top: 53px;
  margin-bottom: 35px;
  position: relative;
  z-index: 3;
}

#main_vs .h2p {
  position: relative;
  z-index: 3;
}

#main_vs .h2p span {
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 0 5px 0 20px;
}

#main_vs .img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -88px;
  z-index: 2;
}

@media screen and (max-width: 1296px) {
  #main_vs h2 {
    padding-left: 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■course_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#course_area {
  background: #fff;
  padding: 45px 0 93px 0;
}

#course_area .features {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

#course_area .features h3 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  margin-left: 30px;
  line-height: 1;
  font-size: 4rem;
  color: #6bbbb8;
}

#course_area .features h3 span {
  padding: 5px 25px;
  background: #fff;
}

#course_area .features .inner {
  border: 1px solid #6bbbb8;
  border-radius: 20px;
  padding: 40px 55px 30px 55px;
  margin-top: -15px;
}

#course_area .block {
  margin-bottom: 25px;
}

#course_area .block h4 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #12706d;
  line-height: 1;
}

#course_area .block h4 span {
  width: 253px;
  text-align: center;
  display: inline-block;
  border: 1px solid #88b7b6;
  background: rgba(255, 255, 255, 0.5);
  padding: 31px 0;
}

#course_area .block .inner {
  background: #e1f1f1;
  margin: -32px 0 0 32px;
  padding: 0 50px;
}

#course_area .block ul {
  overflow: hidden;
  margin: 0 -20px;
  padding: 45px 0 30px 0;
  position: relative;
}

#course_area .block ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  left: 50%;
  top: 10px;
  border-right: 1px dotted #82c6c3;
}

#course_area .block ul li {
  font-size: 1.8rem;
  line-height: 1.77;
  width: 50%;
  padding: 0 20px;
  text-indent: -1em;
  padding-left: calc(20px + 1em);
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#course_area .block ul li:nth-of-type(2n+1) {
  clear: left;
}

#course_area .block dl {
  padding: 50px 0 10px 0;
}

#course_area .block dl dt, #course_area .block dl dd {
  padding-left: 38px;
}

#course_area .block dl dt {
  background: url(../img/exam/ico.png) no-repeat left top;
  background-size: 31px auto;
  font-size: 1.8rem;
  color: #12706d;
}

#course_area .block dl dt span {
  border-bottom: 1px solid #12706d;
}

#course_area .block dl dd {
  margin-bottom: 27px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■voice_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#voice_area {
  padding-bottom: 85px;
}

#voice_area h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 48px;
  background: url(../img/exam/voice_bg.png) repeat-x center bottom;
}

#voice_area h3 img {
  margin-top: -50px;
}

#voice_area .teacher_wrap {
  margin-top: 50px;
}

#voice_area .block {
  border-bottom: 1px solid #fab17b;
  margin-bottom: 36px;
}

#voice_area .block:last-of-type {
  margin-bottom: 0;
}

#voice_area .block h4 {
  font-size: 1.4rem;
  line-height: 1;
  padding: 7px 25px;
  color: #fff;
  background: #fab17b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#voice_area .block h4 .new {
  margin-left: 5px;
  color: #f3676b;
}

#voice_area .block .name_area {
  border-bottom: 1px solid #fab17b;
  padding: 18px 25px;
}

#voice_area .block .name_area .name {
  font-size: 1.8rem;
  line-height: 1.4;
}

#voice_area .block .name_area .teacher {
  margin-top: 5px;
}

#voice_area .block .name_area .catch {
  font-size: 2rem;
  color: #a8a866;
  line-height: 1.4;
  margin-bottom: 5px;
}

#voice_area .block .inner {
  overflow: hidden;
}

#voice_area .block .txt_area {
  padding: 13px 25px;
}

#voice_area .block .img {
  float: left;
  margin-top: 15px;
}

#voice_area .block .img + .txt_area {
  padding-left: 190px;
  padding-top: 5px;
}

#voice_area .block dt {
  font-size: 1.7rem;
  color: #ee6d2b;
  margin-bottom: 1px;
}

#voice_area .block dd {
  margin-bottom: 30px;
}

#voice_area .block dd:last-of-type {
  margin-bottom: 0;
}

#voice_area .block.teacher_block {
  border-top: 8px solid #d5d588;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: #d5d588;
}

#voice_area .block.teacher_block .name_area {
  border-color: #d5d588;
}

#voice_area .block.teacher_block dt {
  color: #a8a866;
}

#voice_area .block.teacher_block .profile {
  clear: both;
  margin: 13px 0 15px 0;
  background: #f6f6e0;
  padding: 20px 35px;
}

#voice_area .block.teacher_block .profile .ttl {
  font-family: 'Vidaloka', "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 5px;
}

#voice_area .block.teacher_block .profile a {
  color: #6bbbb8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■history_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#history_area {
  background: #fff;
}

#history_area h3 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  background: #6bbbb8;
  padding: 45px 20px;
  margin-bottom: 68px;
}

#history_area .block {
  margin-bottom: 75px;
}

#history_area .block h4 {
  line-height: 1;
  font-weight: 400;
  color: #12706d;
  font-size: 1.8rem;
  padding: 0 10px 11px 5px;
  border-bottom: 1px solid #6bbbb8;
  margin-bottom: 10px;
}

#history_area .block ul {
  padding: 0 5px;
  overflow: hidden;
}

#history_area .block ul li {
  float: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-right: 10px;
  margin-bottom: 5px;
  min-width: 360px;
}

#history_area .bnr {
  text-align: center;
  padding: 85px 0 40px 0;
}

#history_area .bnr img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 840px) {
  #history_area .block ul li {
    min-width: inherit;
    margin-right: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=../../maps/school/css/exam.css.map */
