@charset "UTF-8";
/***************************************
 コース案内
***************************************/
.container-implementation_school > .flex-container > ul.flex-item.flex-container > .flex-item a {
  font-size: 12px;
}

/***************************************
 合格実績
***************************************/
#performance2023 .container-schoolMenu > .flex-container dd > .flex-container > .flex-item {
  min-width: 24%;
  max-width: 24%;
  width: 24%;
}
@media screen and (max-width: 991px) {
  #performance2023 .container-schoolMenu > .flex-container dd > .flex-container > .flex-item {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

#performance2024 .container-schoolMenu > .flex-container dd > .flex-container > .flex-item {
  min-width: 24%;
  max-width: 24%;
  width: 24%;
}
@media screen and (max-width: 991px) {
  #performance2024 .container-schoolMenu > .flex-container dd > .flex-container > .flex-item {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 769px) {
  header .full-width.upper .clearfix .left.kohgakusha-group .flex-container.upper {
    padding-left: 10px;
  }
}
/***************************************
 合格実績
***************************************/
.mw_wp_form .error {
  box-sizing: border-box;
  border: 1px solid #b70000;
  color: #b70000;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 10px;
  text-indent: -30px;
}

.mw_wp_form .error::before {
  content: "";
  background-image: url(../common/imgs/form/warning_red.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-top: -3px;
}

.mw_wp_form .request_brand {
  margin-bottom: 0.5rem;
}

/***************************************
無料体験・学力テスト申込フォーム e-contact
***************************************/
.e-contact-info .e-contact-info-title {
  font-size: 34px;
  color: #0b519b;
}
@media screen and (max-width: 767px) {
  .e-contact-info .e-contact-info-title {
    font-size: 24px;
  }
}
.e-contact-info .e-contact-info-list > ul {
  margin: 2rem 0;
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .e-contact-info .e-contact-info-list > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 2rem;
  }
}
.e-contact-info .e-contact-info-list > ul p {
  margin-top: 1.5rem;
  line-height: 1.4;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .e-contact-info .e-contact-info-list > ul p {
    margin-top: 1.1rem;
    font-size: 14px;
  }
}
.e-contact-info .e-contact-info-list small {
  line-height: 1.4;
  font-size: 86%;
  line-height: 1.3;
}
/***************************************
記事用バナー
***************************************/
html body .clearfix.main-contents.post-individual main section .post_bnr_wrapper {
  text-align: center;
}
html body .clearfix.main-contents.post-individual main section .post_bnr_wrapper a {
  display: inline-block;
}
html body .clearfix.main-contents.post-individual main section .post_bnr_wrapper a img {
  width: 100%;
}
html body .clearfix.main-contents.post-individual main section .post_bnr_wrapper a img.bnr_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  html body .clearfix.main-contents.post-individual main section .post_bnr_wrapper a img.bnr_pc {
    display: none;
  }
}
html body .clearfix.main-contents.post-individual main section .post_bnr_wrapper a img.bnr_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .clearfix.main-contents.post-individual main section .post_bnr_wrapper a img.bnr_sp {
    display: block;
  }
}

/***************************************
監修者情報
***************************************/
html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper {
  padding: 20px 25px 25px;
  background: #f6f6f6;
}
html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper .post_supervisor_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper .post_supervisor_inner .post_supervisor_image {
  width: 120px;
}
@media screen and (max-width: 767px) {
  html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper .post_supervisor_inner .post_supervisor_image {
    width: 100%;
    text-align: center;
  }
}
html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper .post_supervisor_inner .post_supervisor_image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper .post_supervisor_inner .post_supervisor_image img {
    width: 120px;
  }
}
html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper .post_supervisor_inner .post_supervisor_text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper .post_supervisor_inner .post_supervisor_text {
    width: 100%;
  }
}
html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper .post_supervisor_inner .post_supervisor_text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper .post_supervisor_inner .post_supervisor_text p {
  font-size: 12px;
}
html body .clearfix.main-contents.post-individual main section .post_supervisor_wrapper .post_supervisor_inner .post_supervisor_text a {
  display: inline-block;
  margin-top: 10px;
  color: #2d87ff;
  text-decoration: underline;
}

/*# sourceMappingURL=add.css.map */
