@charset "UTF-8";
/* ======================================================
 * PC
====================================================== */
/* ------------------------------------------------------
 * Fonts
------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
#manabi_top {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #232b35;
  font-size: 16px;
  line-height: 1.75;
}
#manabi_top *::before,
#manabi_top *::after {
  box-sizing: border-box;
}
#manabi_top img {
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
#manabi_top a {
  transition: all .2s ease-out 0s;
}
#manabi_top a:link    {color:#232b35;text-decoration:none;}
#manabi_top a:visited {color:#232b35;text-decoration:none;}
#manabi_top a:hover   {color:#232b35;text-decoration:underline;}
#manabi_top a:active  {color:#232b35;text-decoration:underline;}

#manabi_top .pcOnly {display: block;}
#manabi_top .spOnly {display: none;}

.footer {
  margin-top: 0;
}

/* ------------------------------------------------------
  * main
------------------------------------------------------ */
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 40px;
}
.main-ttl {
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
}

/* ------------------------------------------------------
  * login
------------------------------------------------------ */
.login {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.login-transition {
  text-align: right;
}
#manabi_top a.login-btn {
  display: inline-block;
  position: relative;
  padding: 3px 35px 3px 45px;
  color: #fff;
  font-size: 14px;
  background-color: #ef0e23;
  border-radius: 20px;
}
#manabi_top a.login-btn:visited {
  color: #fff;
}
#manabi_top a.login-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.login-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 20px;
  width: 18px;
  height: 18px;
  background: url(../images/login_ic_001.png) no-repeat 0 0 / 100% auto;
}
a.login-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.login-btn_small {
  font-size: 13px;
}

/* ------------------------------------------------------
  * mainvisual
------------------------------------------------------ */
.mainvisual {
  width: 100%;
  min-height: 346px;
  margin-top: 10px;
  overflow: hidden;
}
.mainvisual-inner {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}
.mainvisual .slick-list {
  overflow: visible;
}
.mainvisual-list {
  opacity: 0;
}
.mainvisual-list.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mainvisual-list.slick-initialized {
  opacity: 1;
}
.mainvisual-item {
  margin-left: 10px;
}
.mainvisual-item a {
  display: block;
}
.mainvisual-caption {
  display: none;
}
.mainvisual .slick-arrow {
  position: absolute;
  z-index: 2;
}
.mainvisual .slick-arrow.slick-next,
.mainvisual .slick-arrow.slick-prev {
  top: calc(50% - (45px / 2));
  width: 45px;
  height: 45px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.mainvisual .slick-arrow.slick-next::before,
.mainvisual .slick-arrow.slick-prev::before {
  content: none;
}
.mainvisual .slick-arrow.slick-next::after,
.mainvisual .slick-arrow.slick-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #737375;
  border-right: 2px solid #737375;
}
.mainvisual .slick-arrow.slick-next::after {
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}
.mainvisual .slick-arrow.slick-prev::after {
  right: 15px;
  transform: translateY(-50%) rotate(-135deg);
}
.mainvisual .slick-dots {
  position: static;
  margin-top: 8px;
  font-size: 0;
  line-height: 1;
}
.mainvisual .slick-dots li {
  width: calc((100% - (8px * 5) ) / 5);
  height: auto;
  margin: 4px;
  padding: 7px 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.mainvisual .slick-dots li.slick-active {
  color: #fff;
  background-color: #084aab;
}

/* ------------------------------------------------------
  * about
------------------------------------------------------ */
.about .main-section {
  padding: 40px 50px 25px;
}
.about-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-cont {
  margin-right: 40px;
  letter-spacing: 1px;
}
.about-lead {
  font-size: 18px;
}
.about-lead_blue {
  color: #084aab;
  font-weight: bold;
  font-size: 22px;
}
.about-lead_red {
  color: #ef0e23;
  font-weight: bold;
}
.about-lead_em {
  font-weight: bold;
}
.about-txt {
  margin-top: 20px;
}
.about-thumb {
  flex-shrink: 0;
  max-width: 472px;
}

/* ------------------------------------------------------
  * course
------------------------------------------------------ */
.course {
  background-color: #f7f7f7;
}
.course-label {
  margin-top: 5px;
  text-align: center;
  line-height: 1;
}
.course-label span {
  display: inline-block;
  padding: 5px 30px;
  font-size: 18px;
  line-height: 1.2;
  background-color: #fff27d;
}
.course-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -8px 0;
}
.course-item {
  width: 278px;
  margin: 30px 8px 0;
}
#manabi_top a.course-link {
  display: block;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 0 #d6d6d6;
  outline: 3px transparent solid;
}
#manabi_top a.course-link:hover {
  text-decoration: none;
  outline-color: #084aab;
}
.course-thumb {
  position: relative;
}
.course-image {
  border-radius: 18px 18px 0 0;
  overflow: hidden;
}
.course-caption {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  padding: 12px 15px 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  background: rgb(69,115,182);
  background: linear-gradient(0deg, rgba(69,115,182,1) 75%, rgba(69,115,182,0) 100%);
}
.course-cont {
  position: relative;
  padding: 15px 20px 20px;
  text-align: center;
  line-height: 1.4;
}
.course-cont.type-recommend::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -20px;
  width: 50px;
  height: 50px;
  background: url(../images/course_ic_001.png) no-repeat 100% / 100% auto;
}
.course-head {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  font-weight: bold;
  font-size: 15px;
}
.course-name_main {
  font-size: 22px;
}
.course-price {
  margin-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.course-price_item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 36px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e6e6e6;
  color: #4e4f51;
}
.type-new .course-price_item {
  position: relative;
  padding-left: 40px;
}
.course-price_label {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 5px;
  color: #fff;
  font-size: 13px;
  background-color: #ef0e23;
}
.course-price_txt {
  margin-right: 5px;
  font-size: 15px;
}
.course-price_main {
  font-weight: bold;
  font-size: 13px;
}
.course-price_num {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}
.course-price_note {
  color: #898a8b;
  font-size: 13px;
}
.course-btn {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding: 6px 30px 7px;
  border: 1px solid #084aab;
  color: #084aab;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  transition: all .2s ease-out 0s;
}
.course-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #084aab;
  border-right: 2px solid #084aab;
  transform: translateY(-50%) rotate(45deg);
}
.course-link:hover .course-btn {
  color: #fff;
  background-color: #084aab;
}
.course-link:hover .course-btn::after {
  border-color: #fff;
}

/* ------------------------------------------------------
  * recommend
------------------------------------------------------ */
.recommend {
  background-color: #e9eff3;
}
.recommend .main-section {
  padding: 30px 20px;
}
.recommend-list {
  display: flex;
  justify-content: center;
}
.recommend-item {
  margin: 0 7px;
}
#manabi_top a.recommend-link {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 0 #d6d6d6;
  overflow: hidden;
  outline: 3px transparent solid;
}
#manabi_top a.recommend-link:hover {
  text-decoration: none;
  outline-color: #084aab;
}
.recommend-thumb {
  flex-shrink: 0;
}
.recommend-cont {
  min-width: 300px;
  padding: 0 35px 0 22px;
  text-align: center;
}
.recommend-lead {
  font-weight: bold;
  font-size: 18px;
}
.recommend-btn {
  display: block;
  position: relative;
  margin-top: 10px;
  width: 100%;
  padding: 0 30px 3px;
  border: 1px solid #084aab;
  color: #084aab;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  transition: all .2s ease-out 0s;
}
.recommend-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #084aab;
  border-right: 2px solid #084aab;
  transform: translateY(-50%) rotate(45deg);
}
.recommend-link:hover .recommend-btn {
  color: #fff;
  background-color: #084aab;
}
.recommend-link:hover .recommend-btn::after {
  border-color: #fff;
}

/* ------------------------------------------------------
  * reason
------------------------------------------------------ */
.reason-listwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.reason-box {
  width: calc((100% - 35px) / 2);
  margin-top: 50px;
  padding: 0 30px;
}
.reason-box.type-first {
  width: 100%;
  margin: 0;
  padding: 35px 50px 35px;
  background-color: #fff3db;
}
.reason-subttl {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
}
.reason-subttl_accent {
  color: #ef0e23;
}
.reason-lead {
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
}
.reason-lead_accent {
  color: #ef0e23;
}
.reason-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.reason-item {
  width: calc((100% - 40px) / 3);
  padding: 15px 30px 25px;
  background-color: #fff;
}
.reason-name {
  display: flex;
  align-items: center;
  color: #401c0c;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.reason-name_icon {
  flex-shrink: 0;
  margin-right: 6px;
}
.reason-thumb {
  flex-shrink: 0;
  text-align: center;
}
.type-first .reason-thumb {
  margin-top: 12px;
}
.reason-txt {
  line-height: 1.5;
  letter-spacing: 1px;
}
.type-first .reason-txt {
  margin-top: 25px;
}
.reason-txt_em {
  font-weight: bold;
}
.reason-txt_accent {
  color: #ef0e23;
}
.reason-course {
  margin-top: 25px;
}
.reason-course_ttl {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  font-size: 22px;
}
.reason-course_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #333;
}
.reason-course_list {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 30px 0;
}
.reason-course_item {
  width: 100%;
  max-width: 310px;
  margin: 5px 15px 0 0;
}
.reason-course_item:nth-child(2n) {
  max-width: 345px;
}
#manabi_top a.reason-course_btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 30px 2px;
  border: 1px solid #084aab;
  color: #084aab;
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  border-radius: 20px;
}
#manabi_top a.reason-course_btn:visited {
  color: #084aab;
}
#manabi_top a.reason-course_btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #084aab;
}
a.reason-course_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #084aab;
  border-right: 2px solid #084aab;
  transform: translateY(-50%) rotate(45deg);
}
a.reason-course_btn:hover::after {
  border-color: #fff;
}
#manabi_top a.reason-course_btn.type-small {
  padding: 3px 30px 6px;
  font-size: 16px;
}
.reason-course_note {
  margin: 15px 30px 0;
  padding-left: 1em;
  color: #555;
  text-indent: -1em;
  line-height: 1.3;
}
.reason-column {
  display: flex;
  margin-top: 25px;
}
.reason-cont {
  margin-left: 20px;
}

/* ------------------------------------------------------
  * faq
------------------------------------------------------ */
.faq-item {
  position: relative;
  margin-top: 45px;
  overflow: hidden;
}
.faq-question {
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 50px 15px 90px;
  border: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
  background-color: #f6f6f6;
  transition: 0.3s all;
  cursor: pointer;
}
button.faq-question:focus {
  box-shadow: none;
}
.faq-question::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  background-color: #0c3e87;
}
.faq-question::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #333 transparent transparent transparent;
  transform: translateY(-50%);
}
.faq-item.is-AcorShow .faq-question::after {
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(-180deg);
}
.faq-answer {
  position: relative;
  top: 20px;
  padding: 0 50px 0 90px;
}
.faq-answer::before {
  content: "A";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  background-color: #f82f42;
}
.faq-cont {
  min-height: 80px;
  padding-bottom: 20px;
}
.faq-transition {
  margin-top: 45px;
  text-align: right;
}

/* ------------------------------------------------------
  * notice
------------------------------------------------------ */
.notice {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.notice-list {
  margin-top: 30px;
}
.notice-item {
  display: flex;
  color: #ef0e23;
}
.notice-item:not(:first-child) {
  margin-top: 15px;
}
#manabi_top .notice-item a {
  color: #ef0e23;
  text-decoration: underline;
}
#manabi_top .notice-item a:visited {
  color: #ef0e23;
}
.notice-date {
  position: relative;
  flex-shrink: 0;
  width: 150px;
  margin-right: 20px;
  padding-left: 30px;
}
.notice-date::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../images/notice_ic_001.png) no-repeat 0 0 / 100% auto;
}

/* ------------------------------------------------------
  * footermenu
------------------------------------------------------ */
.footermenu {
  margin-top: 50px;
  border-top: 2px solid #084aab;
}
.footermenu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.footermenu-list {
  display: flex;
  justify-content: center;
}
.footermenu-item {
  margin: 0 20px;
  font-size: 13px;
}
#manabi_top a.footermenu-link {
  position: relative;
}
#manabi_top a.footermenu-link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #084aab;
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  #manabi_top {
    font-size: 16px;
    line-height: 1.75;
  }
  #manabi_top .pcOnly {display: none;}
  #manabi_top .spOnly {display: block;}
  /* ------------------------------------------------------
    * main
  ------------------------------------------------------ */
  .main-section {
    padding: 35px 10px 30px;
  }
  .main-ttl {
    font-size: 19px;
  }
  /* ------------------------------------------------------
    * login
  ------------------------------------------------------ */
  .login {
    margin-top: 10px;
    padding: 0 10px;
  }
  #manabi_top a.login-btn {
    padding: 6px 25px 8px 45px;
    font-size: 12px;
    line-height: 1.2;
  }
  a.login-btn::before {
    top: 5px;
  }
  a.login-btn::after {
    right: 12px;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
  .login-btn_small {
    font-size: 11px;
  }
  /* ------------------------------------------------------
    * mainvisual
  ------------------------------------------------------ */
  .mainvisual {
    min-height: 354px;
  }
  .mainvisual-inner {
    width: 100%;
  }
  .mainvisual-item {
    margin-left: 8px;
  }
  .mainvisual-item a img {
    width: 295px;
  }
  .mainvisual .slick-arrow.slick-next,
  .mainvisual .slick-arrow.slick-prev {
    top: calc(50% - (23px / 2));
  }
  .mainvisual .slick-arrow.slick-next {
    right: 12px;
  }
  .mainvisual .slick-arrow.slick-prev {
    left: 12px;
  }
  .mainvisual .slick-dots {
    margin-top: 4px;
  }
  .mainvisual .slick-dots li {
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    font-size: 0;
    background-color: #9ca8b5;
    border-radius: 50%;
  }
  .mainvisual .slick-dots li.slick-active {
    background-color: #cc0000;
  }
  /* ------------------------------------------------------
    * about
  ------------------------------------------------------ */
  .about .main-section {
    padding: 40px 10px 30px;
  }
  .about-column {
    display: block;
  }
  .about-cont {
    margin-right: 0;
  }
  .about-lead {
    font-size: 12px;
  }
  .about-lead_blue {
    font-size: 15px;
  }
  .about-lead_red,.about-lead_em {
    font-size: 13px;
  }
  .about-txt {
    margin-top: 10px;
    font-size: 12px;
  }
  .about-thumb {
    max-width: 313px;
    margin: 25px auto 0;
    text-align: center;
  }
  /* ------------------------------------------------------
    * course
  ------------------------------------------------------ */
  .course-label span {
    padding: 3px 10px 4px;
    font-size: 11px;
  }
  .course-list {
    justify-content: space-between;
    max-width: 480px;
    margin: 0 auto;
  }
  .course-item {
    width: calc((100% - 10px) / 2);
    margin: 18px 0 0;
  }
  #manabi_top a.course-link {
    height: 100%;
    box-shadow: 0 4px 0 #d6d6d6;
  }
  .course-thumb {
    max-height: 107px;
    overflow: hidden;
  }
  .course-image {
    border-radius: 10px 10px 0 0;
  }
  .course-caption {
    height: 45px;
    padding: 6px 10px 0;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .course-cont {
    padding: 8px 10px 12px;
  }
  .course-cont.type-recommend::before {
    left: -10px;
    width: 37px;
    height: 37px;
  }
  .course-head {
    min-height: 45px;
    margin: 0 -10px;
    font-size: 9px;
  }
  .course-name_main {
    font-size: 13px;
  }
  .course-price {
    margin-top: 8px;
  }
  .course-price_item {
    min-height: 23px;
    padding-bottom: 4px;
  }
  .type-new .course-price_item {
    padding-left: 25px;
  }
  .course-price_label {
    top: 5px;
    padding: 0 3px;
    font-size: 8px;
  }
  .course-price_txt {
    margin-right: 3px;
    font-size: 9px;
    white-space: nowrap;
  }
  .course-price_main {
    font-size: 10px;
    white-space: nowrap;
  }
  .course-price_num {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .course-price_note {
    font-size: 8px;
    line-height: 1.2;
  }
  .course-transition {
    margin-top: 10px;
  }
  .course-btn {
    margin-top: 10px;
    padding: 4px 18px 6px ;
    font-size: 11px;
    line-height: 1.2;
  }
  .course-btn::after {
    right: 12px;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
  /* ------------------------------------------------------
    * recommend
  ------------------------------------------------------ */
  .recommend .main-section {
    padding: 20px 10px;
  }
  .recommend-list {
    display: block;
    max-width: 566px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .recommend-item {
    margin: 0;
  }
  #manabi_top a.recommend-link {
    border-radius: 10px;
    box-shadow: 0 3px 0 #d6d6d6;
  }
  .recommend-item:not(:first-child) {
    margin-top: 15px;
  }
  .recommend-thumb {
    max-width: 100px;
  }
  .recommend-cont {
    width: 100%;
    min-width: auto;
    padding: 5px 15px;
  }
  .recommend-lead {
    font-size: 11px;
  }
  .recommend-btn {
    margin-top: 5px;
    padding: 4px 15px 6px;
    font-size: 10px;
    line-height: 1.2;
  }
  .recommend-btn::after {
    right: 12px;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
  /* ------------------------------------------------------
    * reason
  ------------------------------------------------------ */
  .reason-listwrap {
    display: block;
    margin-top: 25px;
  }
  .reason-box {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .reason-box.type-first {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 20px 10px;
  }
  .reason-subttl {
    font-size: 15px;
  }
  .reason-lead {
    margin-top: 10px;
    font-size: 11px;
  }
  .reason-list {
    flex-wrap: wrap;
    max-width: 500px;
    margin: 15px auto 0;
  }
  .reason-item {
    width: calc((100% - 10px) / 2);
    padding: 8px 10px 12px;
  }
  .reason-item:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
  .reason-name {
    font-size: 11px;
    line-height: 1.2;
  }
  .reason-name_icon.type-repair {
    width: 34px;
  }
  .reason-name_icon.type-discount {
    width: 36px;
  }
  .reason-name_icon.type-fukumaro {
    width: 26px;
  }
  .type-first .reason-thumb {
    max-width: 278px;
    margin: 8px auto 0;
  }
  .reason-txt {
    font-size: 11px;
  }
  .type-first .reason-txt {
    margin-top: 10px;
  }
  .reason-course_ttl {
    padding-left: 15px;
    font-size: 12px;
  }
  .reason-course_ttl::before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
  .reason-course_list {
    justify-content: space-between;
    margin: 5px 0 0;
  }
  .reason-course_item {
    width: calc((100% - 10px) / 2);
    max-width: 100%;
    margin: 5px 0 0;
  }
  .reason-course_item:nth-child(2n) {
    max-width: 100%;
  }
  #manabi_top a.reason-course_btn {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 30px;
    padding: 0 18px;
    font-size: 11px;
    line-height: 1.2;
  }
  a.reason-course_btn::after {
    right: 12px;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
  #manabi_top a.reason-course_btn.type-small {
    padding: 2px 18px;
    font-size: 10px;
  }
  .reason-course_note {
    margin: 5px 0 0;
    font-size: 9px;
  }
  .reason-column {
    margin-top: 10px;
  }
  .reason-thumb {
    max-width: 105px;
  }
  .reason-cont {
    margin-left: 10px;
  }
  /* ------------------------------------------------------
    * faq
  ------------------------------------------------------ */
  .faq-item {
    margin-top: 25px;
  }
  .faq-question {
    min-height: 45px;
    padding: 6px 35px 6px 60px;
    font-size: 12px;
    line-height: 1.4;
  }
  .faq-question::before {
    width: 45px;
    height: 45px;
    padding: 6px 0;
    font-size: 20px;
  }
  .faq-question::after {
    top: calc(50% + 1px);
    right: 15px;
    border-width: 10px 6px 0 6px;
  }
  .faq-item.is-AcorShow .faq-question::after {
    top: calc(50% - 2px);
  }
  .faq-answer {
    top: 10px;
    padding: 0 35px 0 60px;
    font-size: 12px;
  }
  .faq-answer::before {
    width: 45px;
    height: 45px;
    padding: 6px 0;
    font-size: 20px;
  }
  .faq-cont {
    min-height: 55px;
    padding-bottom: 10px;
  }
  .faq-transition {
    margin-top: 25px;
    font-size: 11px;
  }
  /* ------------------------------------------------------
    * notice
  ------------------------------------------------------ */
  .notice-list {
    margin-top: 25px;
    font-size: 11px;
  }
  .notice-date {
    width: 100px;
    margin-right: 10px;
    padding-left: 15px;
  }
  .notice-date::before {
    top: 4px;
    width: 10px;
    height: 10px;
  }
  /* ------------------------------------------------------
    * footermenu
  ------------------------------------------------------ */
  .footermenu-inner {
    padding: 20px 10px;
  }
  .footermenu-list {
    display: block;
  }
  .footermenu-item {
    margin: 10px 0 0;
    font-size: 11px;
  }
  .footermenu-item:first-child {
    margin-top: 0;
  }
}