@charset "UTF-8";
p,
span {
  font-weight: inherit;
}

html {background-color: inherit;}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.all-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.all-wrapper summary {
  display: block;
  list-style: none;
}
.all-wrapper summary::-webkit-details-marker {
  display: none;
}
.all-wrapper input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    padding: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-db {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-tac {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

.u-wbk {
  word-break: keep-all;
}

* {
  box-sizing: border-box;
}

.ctaLink {
  position: relative;
  padding: 17px 20px;
  display: block;
  border-radius: 12px;
  background: #f8811e;
  box-shadow: 0px 4px 0px 0px #c35800;
  color: #fff !important;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  top: 0;
}
.ctaLink::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url("../_images/cta_arrow_forward.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 767px) {
  .ctaLink:hover {
    opacity: 1;
    top: 4px;
    box-shadow: 0 0 #4c0f13;
    text-decoration: none;
  }
}

.mvWrap {
  background: #043491;
}

.mvMaint {
  padding: 24px 0 0;
  background: #043491;
}
.mvMaint__inner {
  margin: auto;
  width: min(375px, 100%);
}
@media screen and (min-width: 767px) {
  .mvMaint__inner {
    width: auto;
  }
}
.mvMaint__img {
  display: block;
}
@media screen and (min-width: 767px) {
  .mvMaint__img {
    margin: auto;
    width: 1200px;
    height: inherit !important;
  }
}

.maintNavWrap {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
@media screen and (min-width: 767px) {
  .maintNavWrap {
    margin-top: 0;
  }
}

.maintNav {
  margin: auto;
}
@media screen and (min-width: 767px) {
  .maintNav {
    max-width: 1240px;
  }
}
.maintNav__list {
  border-radius: 16px 16px 0 0;
  border: 2px solid #043491;
  background: #f8811e;
}
@media screen and (min-width: 767px) {
  .maintNav__list {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .maintNav__item {
    width: 33.333%;
  }
}
.maintNav__item:not(:first-of-type) {
  border-top: 2px solid #043491;
}
@media screen and (min-width: 767px) {
  .maintNav__item:not(:first-of-type) {
    border-top: none;
    border-left: 2px solid #043491;
  }
}
.maintNav__link {
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 4px;
  padding: 12px;
  color: #043491;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
}
@media screen and (min-width: 767px) {
  .maintNav__link {
    gap: 10px;
    font-size: 20px;
  }
}
.maintNav__link:hover, .maintNav__link:active {
  opacity: 0.6;
  color: #043491;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .maintNav__linkIco {
    width: 24px;
    height: 24px;
  }
}

.maintPack {
  padding: 40px 16px;
  padding: 40px 24px;
  background: #043491;
}
.maintPack__linkWrap {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 767px) {
  .maintPack {
    padding: 40px 24px;
  }
  .maintPack__linkWrap {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .maintPack__link {
    width: 276px;
  }
  .maintPack__link.-login {
    width: 356px;
  }
}

@media screen and (min-width: 767px) {
  .maintBox {
    margin: auto;
    width: 800px;
  }
}
@media screen and (min-width: 767px) {
  .maintBox.-w1100 {
    /* width: 1100px; */
    max-width: 1100px;
    width: 100%;
  }
}
.maintBox__title {
  border-radius: 10px 10px 0 0;
  border: 2px solid #043491;
  padding: 20px 15px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #fff;
  color: #043491;
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .maintBox__title {
    padding: 11px 0;
    font-size: 32px;
  }
}
.maintBox__title.-w1100 {
  padding: 18px 17px;
}
.maintBox__title-img {
  margin: auto;
  display: block;
}
@media screen and (min-width: 767px) {
  .maintBox__title-img.-maintBox {
    width: 643px;
    height: 38px;
  }
}
.maintBox__content {
  padding: 20px;
  border: 2px solid #043491;
  /* border-radius: 0 0 10px 10px; */
  background: #fff;
}
.maintBox .maintBox__content:last-child {
  border-radius: 0 0 10px 10px;
}

@media screen and (min-width: 767px) {
  .maintBox__content {
    padding: 40px;
  }
}
.maintBox__content.-padding {
  /* padding: 20px 0 0; */
  padding: 0 0 20px 0;
}
@media screen and (min-width: 767px) {
  .maintBox__content.-padding {
    /* padding: 40px; */
    padding: 0 0 40px 0;
  }
}

.examMainpack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.examMainpack__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
}
.examMainpack__caseText {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .examMainpack__caseText {
    font-size: 24px;
    line-height: 1.75;
    text-align: center;
  }
}
.examMainpack__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 767px) {
  .examMainpack__wrap {
    /* margin-top: 16px; */
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
.examMainpack__priceExam {
  /* padding: 20px 12px; */
  padding: 15px 12px 8px;
  /* background: #d5e7f2; */
}
@media screen and (min-width: 767px) {
  .examMainpack__priceExam {
    /* width: 490px; */
    width: 530px;
    padding: 20px;
    border-radius: 20px;
  }
}
.examMainpack__bold {
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .examMainpack__bold {
    font-size: 18px;
  }
}
.examMainpack__fukidashi {
  margin: 10px auto;
  position: relative;
  border-radius: 999px;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fffde5;
  color: #e40000;
  font-weight: bold;
  width: min(222px, 100%);
}
.examMainpack__fukidashi::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0 10px;
  border-color: #fffde5 transparent transparent transparent;
}
.examMainpack__fukidashi .stripe {
  display: flex;
  align-items: center;
  justify-content: center;
}
.examMainpack__fukidashi .stripe::before, .examMainpack__fukidashi .stripe::after {
  display: inline-block;
  background-color: #e40000;
  content: "";
  height: 1px;
  width: 14px;
}
.examMainpack__fukidashi .stripe::before {
  transform: rotate(40deg);
}
.examMainpack__fukidashi .stripe::after {
  transform: rotate(-40deg);
}
.examMainpack__img {
  margin-top: 12px;
}
@media screen and (min-width: 767px) {
  .examMainpack__img {
    width: 490px;
    margin-top: 10px;
  }
}

.fukidashi {
  margin: 14px auto 10px;
  position: relative;
  border-radius: 999px;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fffde5;
  color: #e40000;
  width: min(264px, 100%);
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .fukidashi {
    width: auto;
  }
}
.fukidashi::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0 10px;
  border-color: #fffde5 transparent transparent transparent;
}
@media screen and (min-width: 767px) {
  .fukidashi.-maint {
    width: 226px;
  }
}
.fukidashi.-abcars {
  background: #043491;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.fukidashi.-abcars::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0 10px;
  border-color: #043491 transparent transparent transparent;
}
.fukidashi .stripe {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fukidashi .stripe::before, .fukidashi .stripe::after {
  display: inline-block;
  background-color: #e40000;
  content: "";
  height: 1px;
  width: 14px;
}
@media screen and (min-width: 767px) {
  .fukidashi .stripe::before, .fukidashi .stripe::after {
    width: 16px;
  }
}
.fukidashi .stripe::before {
  transform: rotate(40deg);
}
.fukidashi .stripe::after {
  transform: rotate(-40deg);
}

.cta {
  padding: 40px 24px;
  background: #043491;
  color: #fff;
  text-align: center;
}
.cta__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cta__title {
    font-size: 32px;
  }
}
.cta__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cta__link {
  margin: auto;
  width: min(300px, 100%);
}
@media screen and (min-width: 767px) {
  .cta__link {
    width: 320px;
  }
}

.link {
  position: relative;
  display: flex;
  padding: 10px 24px 10px 10px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #005eff;
  background: #e8f7ff;
  color: #005eff !important;
  transition: 0.2s;
}
@media screen and (min-width: 767px) {
  .link {
    padding: 10px 30px 10px 20px;
  }
}
.link::after {
  position: absolute;
  right: 10px;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../_images/arrow_forward.svg") no-repeat;
  background-size: contain;
}
.link:visited, .link:link {
  color: #005eff !important;
}
.link:hover, .link:active {
  opacity: 0.6;
  text-decoration: none;
}

.priceTable {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.priceTable__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #ccc;
  /* padding: 5px; */
  padding: 5px 10px;
  width: 50%;
}
@media screen and (min-width: 767px) {
  .priceTable__title {
    padding: 12px 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }
}
.priceTable__title:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.priceTable__detail {
  /* padding: 5px; */
  padding: 5px 10px;
  width: 50%;
}
@media screen and (min-width: 767px) {
  .priceTable__detail {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.priceTable__detail:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.priceTable__price {
  font-size: 24px;
  font-weight: bold;
  color: #e40000;
}
@media screen and (min-width: 767px) {
  .priceTable__price {
    word-break: keep-all;
  }
}
.priceTable__price .yen {
  font-size: 18px;
}
.priceTable__priceValue {
  padding: 5px 0;
  background: #fffde5;
  color: #e40000;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .priceTable__priceValue {
    width: 120px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.about-pack {
  padding: 80px 0;
}
@media screen and (min-width: 767px) {
  .about-pack {
    padding: 120px 0;
  }
}
.about-pack__inner {
  padding: 0 24px;
}
.about-pack__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .about-pack__title {
    margin-bottom: 55px;
  }
}
.about-pack__title:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (min-width: 767px) {
  .about-pack__title:not(:first-of-type) {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 767px) {
  .about-pack__title-img {
    width: 576px;
    height: 101px;
  }
}
.about-pack__course {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (min-width: 767px) {
  .about-pack__course {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
.about-pack__img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .about-pack__img {
    width: 400px;
  }
}
.about-pack__img.-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .about-pack__img.-type {
    margin-bottom: 0;
    width: 470px;
  }
}
@media screen and (min-width: 767px) {
  .about-pack__rankBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.about-pack__link {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .about-pack__link {
    margin-top: 0;
    width: 356px;
  }
}
@media screen and (min-width: 767px) {
  .about-pack__pcWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
  }
}
.about-pack__rankWrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .about-pack__rankWrap {
    margin-top: 0;
    flex-direction: row;
    text-align: left;
  }
}

.about-price {
  background: #d5e7f2;
  padding: 80px 0;
}
@media screen and (min-width: 767px) {
  .about-price {
    padding: 120px 0;
  }
}
.about-price__inner {
  padding: 0 24px;
}
.about-price__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .about-price__title {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 767px) {
  .about-price__title-img {
    width: 392px;
    height: 53px;
  }
}
.about-price__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.target-vehicle {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.target-vehicle__wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.target-vehicle__label {
  display: inline-block;
  padding: 7px;
  flex-shrink: 0;
  background: #043491;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .target-vehicle__label {
    padding: 6px 10px;
    width: 92px;
    font-size: 24px;
    text-align: center;
  }
}
.target-vehicle__label.-gray {
  background: #eee;
  color: #000;
  font-weight: normal;
  width: min(160px, 100%);
  flex-shrink: 0;
  font-size: 14px;
}
.target-vehicle__textBold {
  font-weight: bold;
  color: #043491;
}

.price__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .price__inner {
    flex-direction: row;
    justify-content: center;
  }
}
.price__content {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 767px) {
  .price__content {
    width: 340px;
  }
}
.price__img {
  display: block;
  width: 100px;
  flex-basis: 100px;
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .price__img {
    min-width: 120px;
    min-height: 120px;
  }
  .price__img > img {
    display: block;
    width: 120px;
  }
}
.price__link {
  width: 100%;
}
.price__linkWrap {
  width: 100%;
  display: grid;
  gap: 15px;
}
.price__note {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .price__note {
    text-align: center;
  }
}

.course {
  border-radius: 8px;
  border: 2px solid #043491;
}
@media screen and (min-width: 767px) {
  .course {
    width: 435px;
  }
}
.course__title {
  border-radius: 6px 6px 0 0;
  padding: 5px 20px 5px 10px;
  justify-content: center;
  position: relative;
  background: #043491;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .course__title {
    font-size: 32px;
  }
}
.course__title-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.course__title-inner::before {
  margin-top: -10px;
  content: "";
  display: inline-block;
  background: url("../_images/ico_oil_course.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 767px) {
  .course__title-inner::before {
    margin-top: -55px;
    width: 100px;
    height: 100px;
  }
}
.course__title-inner.-oil12::before {
  background: url("../_images/ico_oil12_course.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 767px) {
  .course__title-inner.-oil12::before {
    width: 100px;
    height: 100px;
  }
}
.course__content {
  border-radius: 0 0 6px 6px;
  padding: 20px;
}
@media screen and (min-width: 767px) {
  .course__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 326px;
  }
}
.course__content.-bg {
  background: #fffde5;
  gap: 55px;
}
.course__textBold {
  font-size: 16px;
  font-weight: bold;
  color: #043491;
}
@media screen and (min-width: 767px) {
  .course__textBold {
    font-size: 20px;
  }
}
.course__title-radius {
  margin: 6px 0 8px;
  padding: 4px;
  border-radius: 99px;
  background: #043491;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .course__title-radius {
    margin: 0 0 8px;
  }
}
.course__separator {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  .course__text {
    font-size: 14px;
  }
}
.course__list {
  line-height: 1.75;
}
.course__item {
  color: #043491;
  font-weight: bold;
}

.lead-abcars {
  padding: 80px 0 0;
}
.lead-abcars__inner {
  padding: 0 24px;
}
.lead-abcars__img {
  display: block;
  margin: 0 auto 40px;
}
@media screen and (min-width: 767px) {
  .lead-abcars__img {
    width: 515px;
    height: 151px;
  }
}
.lead-abcars__linkWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 767px) {
  .lead-abcars__linkWrap {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}

.js-details .icon {
  transform: rotate(180deg);
}

.js-details.is-opened .icon {
  transform: rotate(0);
}

.faq__inner {
  padding: 80px 0;
}
.faq__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .faq__title-img {
    width: 291px;
    height: 38px;
  }
}
.faq__question {
  position: relative;
  padding: 12px 56px 13px 24px;
  font-weight: 400;
  text-align: left;
  color: #000;
  background: #d5e7f2;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
}
.faq__question::before {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #043491;
}
.faq__question::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #043491;
}
@media screen and (min-width: 767px) {
  .faq__question {
    padding: 20px 18px;
    align-items: flex-start;
  }
}
.faq__questionInner {
  position: relative;
  flex-shrink: 0;
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
}
.faq__questionText {
  font-weight: bold;
  font-size: 14px;
}
.faq__answer {
  padding: 12px 24px;
  font-weight: 400;
  text-align: left;
  color: #000;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .faq__answer {
    padding: 20px 18px;
  }
}
.faq__details {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  .faq__details {
    margin: auto;
    width: 800px;
  }
}
.faq .faq-icon {
  margin-right: 12px;
}
@media screen and (min-width: 767px) {
  .faq .faq-icon {
    margin-top: -5px;
    width: 30px;
    height: 30px;
  }
}
.faq__para:not(:first-child) {
  margin-top: 16px;
}
.faq__note {
  margin-top: 16px;
  font-size: 12px;
}
.faq__button {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .faq__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

details[open] .js-arrow::after {
  width: 0;
}
/*# sourceMappingURL=maint.css.map */


/* AB追記 2025-03-17 */
.examMainpack__heading {
  padding: 15px 0;
  background: #D5E7F2;
  font-weight: bolder;
  text-align: center;

  position: relative;
}
/* 吹き出し部 */
.examMainpack__heading::after {
  content: "";
  width: 24px;
  height: 8px;
  background: #D5E7F2;
  position: absolute;
  bottom: 0;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, 96%);
}
@media screen and (min-width: 767px) {
  .examMainpack__heading::after {
    width: 48px;
    height: 16px;
  }
}

.examMainpack__heading--blue {
  color: #043491;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bolder;
}
.examMainpack__heading--blue span {
  font-size: 18px;
}
.examMainpack__heading--black span {
  font-size: 18px;
}

@media screen and (min-width: 767px) {
  .examMainpack__heading--blue {
    font-size: 32px;
    margin-bottom: 0;
  }
  .examMainpack__heading--blue span {
    font-size: 20px;
  }
  .examMainpack__heading--black {
    font-size: 20px;
  }
  .examMainpack__heading--black span {
    font-size: 24px;
  }
}

.p-small, .asterisk-sm {
  font-size: 12px;
}
.p-small__course {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .p-small, .asterisk-sm {
    font-size: 14px;
  }
  .p-small__course {
    text-align: center;
  }
}