@charset "UTF-8";

/*変数*/
/*変数*/
/*mixin集*/
/*@mixin clearFix*/
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*二重線*/
/*@mixin bdtp*/
/*二重線*/
/*アニメーション動き*/
/*@mixin anime*/
/*アニメーション動き*/
/*白ボタンhover*/
/*@mixin hoverWh*/
/*白ボタンhover*/
/*メディアクエリ*/
/*@mixin mqSP*/
/*@mixin mqPC*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*@mixin mqSPMicro*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*メディアクエリ*/
/*wh一括指定*/
/*@mixin wh($w,$h)*/
/*wh一括指定*/
/*前後景色一括指定*/
/*@mixin colorSet($color,$background)*/
/*前後景色一括指定*/
/*フォントサイズpxとrem一括指定*/
/*@mixin fs($font)*/
/*フォントサイズpxとrem一括指定*/
/*font lineHeight一括指定*/
/*@mixin fontLineHeight($font,$lh)*/
/*font lineHeight一括指定*/
/*mixin集*/
/* CSS Document */
/* c-mainArea */
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  color: #2c2c2c;
  font-weight: 500;
}

.lazyload {
  width: 12px;
  height: 12px;
}

.u-width240 {
  width: 240px !important;
}

@media (min-width: 769px) {
.u-width180-pc {
width: 180px !important;
}
}

@media (max-width: 768px) {
  .u-width240-sp {
    width: 240px !important;
  }
}

.c-mainArea {
  font-family: 'Hiragino Kaku Gothic ProN', 'Arial', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}

#l-headerArea {
  pointer-events: none;
}

#l-headerArea .c-headerArea__logo {
  position: relative;
  top: 13px;
  left: 20px;
}

#l-headerArea .c-headerArea__logo a:first-of-type {
  display: inline-block;
  pointer-events: none;
}

#l-headerArea .c-headerArea__logo img {
  position: initial;
}

#l-headerArea .c-headerArea__login {
  display: none;
}

.p-img-guard {
  display: block;
  position: relative;
  pointer-events: none;
}

.p-img-guard::after {
  content: "";
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0)), to(rgba(255, 255, 0, 0)));
  background-image: linear-gradient(rgba(0, 0, 255, 0), rgba(255, 255, 0, 0));
  line-height: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}

picture img {
  vertical-align: bottom;
}

.offer-text {
  font-size: 13px;
  text-align: left;
  max-width: 816px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .offer-text {
    font-size: 2.67vw;
  }
}

.color__attention-red {
  color: #E3002A;
}

.color__attention-blue {
  color: #006FEB;
}

.p-fsLarger {
  font-size: larger;
}

.p-kv {
  position: relative;
  background-image: url(/english/campaign/ouchi_debut/img/240426/bg.png);
  background-size: contain;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 8vw;
}

@media (min-width: 769px) {
  .p-kv {
    background-image: url(/english/campaign/ouchi_debut/img/240426/bg_pc.png);
    padding-bottom: 40px;
  }
}

.p-kv p {
  line-height: 1.7;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-kv p {
    font-size: 3.73vw;
  }
}

.p-kv p span {
  font-size: 20px;
  color: #E3002A;
}

@media (max-width: 768px) {
  .p-kv p span {
    font-size: 4.8vw;
  }
}

.p-kv__text {
  padding-top: 5.33vw;
}

@media (min-width: 769px) {
  .p-kv__text {
    padding-top: 20px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  }
}

.p-limit {
  padding: 22.67vw 5.33vw 8vw;
}

.p-limit__inner {
  background-color: #EB6D9A;
  border-radius: 10px;
  padding: 4vw 0;
  margin-bottom: 20px;
}

.p-limit__inner h2 {
  margin-top: -18.67vw;
  padding: 0 4vw;
}

@media (min-width: 769px) {
  .p-limit__inner h2 {
    max-width: 290px;
    margin: -48px auto 0;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .p-limit__inner {
    padding: 1px 105px 10px;
  }
}

@media (min-width: 769px) {
  .p-limit {
    padding: 0;
    max-width: 523px;
    margin: 65px auto 50px;
  }
}

.p-intro {
  position: relative;
  max-width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 15px;
  background-color: #FFF7F9;
}

@media (max-width: 768px) {
  .p-intro {
    padding: 0;
    padding-top: 10.67vw;
  }
}

@media (min-width: 769px) {
  .p-intro h2 img {
    max-width: 390px;
    margin: 0 auto;
  }
}

.p-intro h3 {
  margin-top: 3.67vw;
}

@media (min-width: 769px) {
  .p-intro h3 {
    margin-top: 10px;
  }
}

.p-intro__contentWrap {
  margin: 0px auto;
  padding: 0px 0;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-intro__contentWrap {
    width: auto;
    padding: 5.33vw 5.33vw 0;
  }
}

@media (min-width: 769px) { 
  .p-intro__flex {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
}

.p-intro__contentWrap p {
  text-align: left;
}

.p-intro__contentWrap__other {
  max-width: 672px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-intro__contentWrap__other {
    padding: 0;
  }

  .p-intro__contentWrap__other .contents__text {
    margin: 0;
    padding: 0 5.33vw;
  }
}

@media (min-width: 769px) {
  .p-intro__contentWrap__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .p-intro__contentWrap__other .contents__text {
    z-index: 10;
  }

  .p-intro__contentWrap__other img {
    max-width: 50%;
  }
}

.p-intro .contentsColor__attention {
  color: #E3002A;
}

.p-intro__content>p {
  font-size: 14px;
}

.p-intro__content>p.p-intro__offer {
  font-size: 12px;
  color: #717171;
}

@media (min-width: 769px) {
  .p-intro__content {
    margin: 0 auto;
    margin-top: 60px;
    background-image: url(/english/campaign/ouchi_debut/img/240426/star_01_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 660px;
  }

  .p-intro__content .contents__text {
    margin-top: 0;
  }

  .p-intro__content:nth-child(2n) {
    background-image: url(/english/campaign/ouchi_debut/img/240426/star_02_pc.png);
  }
}

@media (max-width: 768px) {
  .p-intro__content {
    margin-top: 10.67vw;
    background-image: url(/english/campaign/ouchi_debut/img/240426/star_01.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .p-intro__content:nth-child(2n) {
    background-image: url(/english/campaign/ouchi_debut/img/240426/star_02.png);
  }

  .p-intro__content:first-of-type {
    margin-top: 2vw;
  }

  .p-intro__content img {
    margin-top: 4vw;
  }
}

.p-intro__content--image {
  margin-top: 4vw;
}

@media (min-width: 769px) {
  .p-intro__content--image {
    margin: 20px auto 0;
    max-width: 430px;
  }
}

.p-intro__content--image--caption {
  font-size: 12px;
  color: #717171;
}

@media (min-width: 769px) {
  .p-intro__content--image--caption {
    margin-top: 10px;
  }
}

.p-intro__content--image--head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}

.p-intro__content--image--head::before {
  position: absolute;
  width: 2px;
  height: 100%;
  left: -10px;
  bottom: 0;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.p-intro__content--image--head::after {
  position: absolute;
  width: 2px;
  height: 100%;
  right: -10px;
  bottom: 0;
  border-left: 2px solid #000;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.p-intro__content .p-intro__head {
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .p-intro__content .p-intro__head {
    font-size: 5.33vw;
    margin-bottom: 4vw;
  }
}

.p-intro__content .p-intro__head--image {
  width: 25%;
}

@media (min-width: 769px) {
  .p-intro__content .p-intro__head--image {
    width: 90px;
  }
}

@media (min-width: 769px) {
  .p-intro__content--right {
    width: 315px;
    float: right;
    text-align: left;
  }
}

@media (min-width: 769px) {
  .p-intro__content--left {
    width: 315px;
    float: left;
    text-align: left;
  }
}

.p-intro__content::after {
  content: "";
  display: block;
  clear: both;
}

.p-intro__content--narrow {
  max-width: 523px;
}

.p-intro__appeal {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-intro__appeal {
    font-size: 5.33vw;
    margin-bottom: 2.73vw;
  }
}

.p-intro__underArrow {
  position: relative;
  padding-bottom: 8vw;
}

@media (min-width: 769px) {
  .p-intro__underArrow {
    padding-bottom: 20px;
  }
}

.p-intro__underArrow::after {
  content: "";
  position: absolute;
  bottom: -25px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  background-image: url(/english/adlp/01/img/230906/arrow.svg);
  background-size: contain;
  background-repeat: space;
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .p-intro__underArrow::after {
    bottom: 0;
    width: 8vw;
    height: 8vw;
  }
}

.p-intro__head {
  font-size: 5.3vw;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media (min-width: 769px) {
  .p-intro__head {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.p-intro__head::before {
  content: "";
  position: absolute;
  width: 5vw;
  height: 10vw;
  left: 7vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/english/campaign/ouchi_debut/img/240426/deco04.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.red .p-intro__head::before {
  background-image: url(/english/campaign/ouchi_debut/img/240426/deco02.png);
}

.p-intro__content--narrow .p-intro__head::before {
  left: 0;
}

@media (min-width: 769px) {
  .p-intro__head::before {
    width: 30px;
    height: 50px;
    left: 140px;
    top: 50%;
  }

  .p-intro__content--narrow .p-intro__head::before {
    left: 70px;
  }
}

.p-intro__head::after {
  position: absolute;
  content: "";
  width: 5vw;
  height: 10vw;
  right: 7vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/english/campaign/ouchi_debut/img/240426/deco03.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.red .p-intro__head::after {
  background-image: url(/english/campaign/ouchi_debut/img/240426/deco01.png);
}

.p-intro__content--narrow .p-intro__head::after {
  right: 0;
}

@media (min-width: 769px) {
  .p-intro__head::after {
    width: 30px;
    height: 50px;
    right: 140px;
    top: 50%;
  }

  .p-intro__content--narrow .p-intro__head::after {
    right: 70px;
  }
}

.p-intro__title {
  text-align: center;
}

.p-intro__title+.p-intro__lead {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .p-intro__title+.p-intro__lead {
    margin-top: 4vw;
  }
}

.p-intro__lead {
  color: #222;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .p-intro__lead {
    font-size: 4.27vw;
    margin: 1.33vw 4vw;
    font-weight: normal;
    text-align: left;
  }
}

.p-intro__lead span {
  color: #E60012;
}

.p-intro__lead-emp {
  font-size: 26px;
}

@media (max-width: 768px) {
  .p-intro__lead-emp {
    font-size: 4.8vw;
  }
}

.p-intro__No1Area {
  background-color: #E60012;
  color: #fff;
  padding: 8vw 3.2vw;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .p-intro__No1Area {
    width: 816px;
    margin: 0 auto;
    padding: 40px 60px;
  }
}

.p-intro__No1Area-lead {
  line-height: 1.4;
  margin-top: 10.2vw;
}

@media (min-width: 769px) {
  .p-intro__No1Area-lead {
    margin-top: 60px;
  }
}

.p-intro__No1Area img {
  width: 222px;
  height: 222px;
  margin-left: 60px !important;
  margin-right: 65px !important;
  float: left;
}

@media (max-width: 768px) {
  .p-intro__No1Area img {
    width: 33.07vw;
    height: 33.07vw;
    margin-left: 0 !important;
    margin-right: 3.2vw !important;
    margin-bottom: 8vw !important;
  }
}

.p-intro__No1Area h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-intro__No1Area h3 span {
  font-size: 28px;
  color: #FBF100;
}

@media (max-width: 768px) {
  .p-intro__No1Area h3 {
    clear: both;
    font-size: 5vw;
    margin-bottom: 8.53vw;
  }

  .p-intro__No1Area h3 span {
    font-size: 8vw;
  }
}

.p-intro__exp {
  margin-bottom: 10.67vw;
  line-height: 1.4;
}

.p-intro__exp img {
  margin: 3.2vw 0;
}

@media (min-width: 769px) {
  .p-intro__exp {
    max-width: 966px;
    margin: 0 auto 40px;
    font-size: 20px;
  }

  .p-intro__exp--right {
    float: right;
    width: 48%;
    margin-top: 70px;
  }

  .p-intro__exp--right .balloon {
    margin-bottom: 1em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .p-intro__exp--right .balloon {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .p-intro__exp--left {
    float: left;
    width: 48%;
  }

  .p-intro__exp::after {
    content: "";
    display: block;
    clear: both;
  }

  .p-intro__exp img {
    margin: 12px 0;
  }
}

.p-intro__offer {
  margin: 4vw 0;
  line-height: 1.2;
  font-size: 12px;
}

@media (min-width: 769px) {
  .p-intro__offer {
    margin: 10px 0;
  }
}

.p-intro__contents {
  position: relative;
  margin-top: 10.67vw;
  padding: 4.53vw 4.27vw;
  background-color: #FFE200;
  border-radius: 8px;
  line-height: 1.5;
  text-align: left;
}

@media (min-width: 769px) {
  .p-intro__contents {
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
    padding: 48px 64px;
    line-height: 1.8;
  }
}

@media (max-width: 768px) {
  .p-intro__contents__overflowImage {
    margin-top: 33.25vw;
  }

  .p-intro__contents__overflowImage img {
    margin-top: -28.19vw;
    margin-bottom: 6.67vw;
    border-radius: 8px;
  }
}

@media (min-width: 769px) {
  .p-intro__contents__overflowImage {
    padding-left: 50%;
  }

  .p-intro__contents__overflowImage img {
    max-width: 300px;
    width: 50%;
    left: 0;
    top: -5%;
    position: absolute;
  }
}

@media (min-width: 769px) {
  .p-intro__contents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-intro__contents__inner * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-intro__contents__inner .p-intro__contents__text {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media (min-width: 769px) {
  .p-intro__contents .border-fuki {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
  }
}

.slick-slide {
  width: 100%;
}

.slick-contents {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .slick-contents {
    margin-bottom: 10vw;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .slick-3line {
    max-width: 800px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .slick-3line .slick-slide {
    width: 672px;
  }
}

.slick-3line .slick-slide {
  margin-left: 0;
  margin-right: 0;
}

.slick-3line .slick-slide .c-courseNav__list__txtArea__courseName__img {
  width: 50px;
  margin: 0;
  margin-right: 10px;
}

.slick-3line .slick-slide h3 {
  margin-bottom: 4vw;
}

@media (min-width: 769px) {
  .slick-3line .slick-slide h3 {
    margin-bottom: 20px;
  }
}

.slick-3line .slick-slide p {
  font-size: 14px;
}

@media (min-width: 769px) {
  .slick-3line .slick-slide {
    width: 360px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.slick-3line .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -10px;
}

.slick-3line .slick-dots li {
  width: 8px;
  height: 8px;
}

.slick-3line .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.slick-3line .slick-dots li button:before {
  font-size: 8px;
  line-height: 8px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  font-weight: bold;
  color: #CECECE;
}

.slick-3line .slick-dots li.slick-active button:before {
  color: #00A2A8;
}

.slick-3line .slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-3line .slick-next {
  right: -2%;
  width: 30px;
  height: 30px;
  opacity: 1;
}

.slick-3line .slick-next:before {
  background: url(/english/campaign/ouchi_debut/img/250426/btn_next.png);
  background-size: contain;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  background-repeat: no-repeat;
  border: none;
}

.slick-3line .slick-prev {
  left: -2%;
  width: 30px;
  height: 30px;
  opacity: 1;
}

.slick-3line .slick-prev:before {
  background: url(/english/campaign/ouchi_debut/img/250426/btn_prev.png);
  background-size: contain;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  background-repeat: no-repeat;
  border: none;
}

@media (min-width: 769px) {
  .slick-3line--bold .slick-slide {
    width: 260px;
  }
}

.carousel__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 60px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel__title-text {
  font-weight: bold;
}

.carousel__title-text * {
  display: block;
}

.carousel__cont {
  background-color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding: 4vw 5.33vw;
  border-radius: 10px;
}

@media (min-width: 769px) {
  .carousel__cont {
    margin: 0px auto;
    max-width: 700px;
  }
}

.carousel__cont-head {
  font-size: 5.33vw;
  font-weight: bold;
}

@media (min-width: 769px) {
  .carousel__cont-head {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .carousel__cont p {
    padding: 0 3vw;
  }
}

.carousel__cont>img {
  margin-bottom: 3.2vw;
  max-width: 100%;
}

@media (min-width: 769px) {
  .carousel__cont>img {
    margin-bottom: 10px;
  }
}

.carousel__fuki {
  position: absolute;
  right: 55px;
  top: 40%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 10px;
  text-align: center;
  background-color: #00AC97;
  border-radius: 5px;
  padding: 1.5px 5px;
  color: #fff;
}

.c-courseNav__list__txtArea__courseName {
  width: 100%;
  font-size: 15px;
}

@media (max-width: 768px) {
  .c-courseNav__list__txtArea__courseName {
    font-size: 12px;
  }
}

/* .c-cvBtn--nyukai {
  background-color: #fff;
  -webkit-box-shadow: #F4F4EC;
          box-shadow: #F4F4EC;
  color: #E60012;
} */

/* .c-cvBtn__link {
  background-image: url(/english/_common/img/arrRightPetit.png);
} */

.p-limit .c-cvArea {
  width: 100%;
}

.p-limit .c-cvArea__cvBtn {
  width: 100%;
  padding: 10px 0 14px;
}

@media (max-width: 768px) {
  .cost-area__base {
    margin: 2vw 0 0;
  }
}

.c-cvBtn--shiryo {
  display: none;
}

.c-cost_system__points {
  margin: 0 auto;
  width: 100%;
  margin-top: 2vw;
}

@media (min-width: 769px) {
  .c-cost_system__points {
    width: 523px;
  }
}

.c-cost_system__points__inner {
  width: 90%;
}

.c-cvArea--sp {
  margin: 0;
}

img.c-courseNav__list__txtArea__courseName__img--2 {
  width: 54px;
}

.c-notice {
  text-align: left;
  font-size: 12px;
}

.twoLine {
  position: relative;
}

.twoLine .c-courseNav__list__txtArea__courseName__img--2 {
  position: absolute;
  right: 0px;
  top: auto;
  bottom: 0;
}

.p-cvBtn {
  background-color: #d20010;
  display: block;
  line-height: 60px;
  margin-top: 10px;
  position: relative;
}

.p-cvBtn::after {
  content: "";
  position: absolute;
  background-image: url(/english/_common/img/arrRight.png);
  width: 10px;
  height: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 30px;
}

.c-cost_system__points__point {
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .c-cost_system__points__point__img {
    width: 80px;
  }
}

.c-cost_system__points__point .c-cost_system__points__point__txt {
  text-align: center;
}
/* 
.c-accTitle:before {
  background-color: #2c2c2c;
  width: 12px;
  height: 12px;
  line-height: 12px;
  top: 0;
} */

.c-cost_system__points__point {
  border: none;
}

.c-cost_system__points__point__txt {
  height: 65px;
  width: 90%;
  font-size: 14px;
}

@media (max-width: 768px) {
  .c-cost_system__points__point__txt {
    height: 16vw;
    width: 75%;
  }
}

.c-cost_system__points__inner-acc__txt {
  font-size: 14px;
}

.c-cost_system__points__point__img {
  width: 32px;
}

@media (max-width: 768px) {
  .c-cost_system__points__point__img {
    width: 8vw;
  }
}

.js-accordion:before,
.js-accordion:after {
  background-color: #2c2c2c;
  width: 10px;
  height: 2px;
}

.c-accBody .c-notice__text {
  color: #2c2c2c;
  font-weight: 500;
}

.c-accTitle {
  color: #2c2c2c;
  font-weight: 500;
}

.c-cvArea .cost-area__base {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;

}

.c-courseNav__list__txtArea__courseName, .c-courseNav__list__txtArea__txt {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
}

.c-mainArea {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
}
/*# sourceMappingURL=index_250426.css.map */