@charset "utf-8";
/* ======================================================
 * PC
====================================================== */
/* ------------------------------------------------------
 * common
------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
.course_mv_area, .apply_area, .g-nav {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #232b35;
  font-size: 16px;
  line-height: 1.75;
}
.bodyarea *,
.bodyarea *::before,
.bodyarea *::after {
  box-sizing: border-box;
}
.bodyarea img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
.bodyarea .pcOnly {
  display: block;
}
.bodyarea .spOnly {
  display: none;
}
.bodyarea a {
  text-decoration: none;
  transition: all .2s ease-out 0s;
}
.bodyarea a:hover   {text-decoration:underline;}
.bodyarea a:active  {text-decoration:underline;}

.flex_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* ------------------------------------------------------
 * モーダルウィンドウ
------------------------------------------------------ */
.mdlOpen img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.overLay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0,0,0,0.7);
  z-index: 1000;
}
.mdlWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.mdlWin {
  position: relative;
  width: 960px;
  height: auto;
  padding: 30px;
}
.mdlCloseBtn {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 48px;
  height: 48px;
  border: 4px solid #209ce9;
  border-radius: 50%;
  background: #f2faff;
  cursor: pointer;
}
.mdlCloseBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 5px;
  margin: -6% 0 0 -43%;
  background: #209ce9;
  transform: rotate(-45deg);
}
.mdlCloseBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 5px;
  margin: -6% 0 0 -43%;
  background: #209ce9;
  transform: rotate(45deg);
}
.mdlArea {
  padding: 0 30px 30px;
  border-top: 30px solid #f2faff;
  text-align: left;
  background: #f2faff;
  border-radius: 15px;
  overflow: auto;
}
.mdlArea > div {
  padding-bottom: 20px;
}
.mdlWin .mdlA,.mdlWin .mdlP {
  display: none;
}
.mdlWin section {
  margin-bottom: 15px;
  padding: 0;
}
.mdlWin h2 {
  margin-bottom: 10px;
  padding: 4px 8px 0;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  background: #209ce9;
  border-radius: 10px;
}
.mdlWin h3 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 8px 0;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  background: #209ce9;
  border-radius: 10px;
}
.mdlWin .whiteBox {
  font-size: 15px;
}
.mdlWin .whiteBox p {
  line-height: 1.6;
}
.mdlWin .whiteBox p {
  line-height: 1.6;
  padding-bottom: 0.25em;
}
.mdlWin .whiteBox ul {
  padding-left: 20px;
  list-style: disc;
}
.mdlWin .whiteBox dl {
  margin-top: 10px;
}
.mdlWin .whiteBox dt {
  font-weight: bold;
}
.mdlWin .whiteBox dt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px 0 0;
  background: #333;
}

/* デキタスモーダル追加（190212）
------------------------------------- */
.mdlWin .firstMdl h2 {
  margin: 0;
  padding: 0;
  background: none;
}
.mdlWin .firstMdl .txtBox {
  margin-top: 15px;
  padding: 15px;
  border: 2px dotted #0a4e79;
  font-size: 1.8rem;
}
.mdlWin .firstMdl .btn a {
  display: inline-block;
  margin-top: 35px;
  padding: 18px 44px 15px 59px;
  border-radius: 4px;
  background-color: #209ce9;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
.mdlWin .firstMdl .btn a::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -1px 23px;
  border: 10px solid transparent;
  border-left: 16px solid #fff;
}
.mdlWin .firstMdl .btn a:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------
 * NEW グローバルナビ
------------------------------------------------------ */
.g-nav_area {
  position: relative;
}
nav.g-nav {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.g-nav_box {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0;
  align-items: center;
}
.g-nav_manabi a {
  display: block;
  font-size: 16px;
  color: #0099ff;
}
.g-nav_course {
  min-width: 400px;
  padding-left: 10px;
  text-align: center;
}
.g-nav_course.type-indep {
  min-width: auto;
}
.g-nav_course a {
  display: block;
  color: #0099ff;
  font-weight: bold;
  font-size: 24px;
}
.g-nav_manabi a:visited,
.g-nav_course a:visited {
  color: #0099ff;
}
.g-nav_manabi a:hover,
.g-nav_course a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.g-nav_course small {
  padding-left: 6px;
}
.g-nav_btn_area {
  width: 320px;
}
.g-nav_btn {
  position: relative;
  margin-left: 10px;
}
.g-nav_btn02::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -10px;
  width: 58px;
  height: 26px;
  z-index: 2;
  background: url("../images/apply_ic02.png") no-repeat center/50%;
}
.g-nav_btn01_fukidashi {
  position: absolute;
  top: -2px;
  left: 50%;
  width: 70px;
  padding: 0px 10px;
  border: 1px solid #cf1906;
  color: #cf1906;
  font-size: 12px;
  background-color: #fff;
  border-radius: 100vh;
  transform: translate(-50%, -50%);
}
.g-nav_btn a {
  display: block;
  position: relative;
  width: 154px;
  height: auto;
  margin: 12px auto 0;
  padding: 7px 22px 7px 36px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #cf1906;
  border-radius: 100vh;
  cursor: pointer;
  transition: all .2s ease-out 0s;
}
.g-nav_btn a:visited {
  color: #fff;
}
.g-nav_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.g-nav_btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 50px;
  height: 48px;
  background: url("../images/apply_ic01_on.png") no-repeat center/40%;
}
.g-nav_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 53%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
/*.oe01用調整*/
.oe01 .g-nav_btn_area {
  width: 224px;
}
.oe01 .g-nav_btn01_fukidashi {
  width: 116px;
}
.oe01 .g-nav_btn a {
  width: 224px;
}
.oe01 .g-nav_btn a::after {
  top: 43%;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #ffffff;
  border-bottom: 0;
  transform: none;
}
/*g-nav SP*/
@media screen and (max-width: 767px) {
  .g-nav_box.flex_box {
    display: flex;
    width: 100%;
    padding: 6px 20px;
  }
  .g-nav_manabi {
    line-height: 1.0;
  }
  .g-nav_manabi strong {
    font-size: 120%;
  }
  .g-nav_manabi .spOnly {
    margin-top: -5px;
  }
  .g-nav_manabi a {
    width: 100%;
    font-size: 14px;
  }
  .g-nav_btn_area.flex_box {
    display: flex;
    width: 130px;
  }
  #course #tp01 .g-nav_btn_area.flex_box {
    width: 130px;
  }
  .g-nav_btn02::before {
    display: none;
  }
  .g-nav_btn01_fukidashi {
    display: none;
  }
  .g-nav_btn a {
    width: 100%;
    margin: 25px auto 0;
    padding: 6px 4px 0 4px;
    color: #cf1906;
    font-size: 14px;
    background: none;
  }
  .g-nav_btn a:visited {
    color: #cf1906;
  }
  .g-nav_btn a::before {
    top: -7px;
    left: 47%;
    transform: translate(-50%, -50%);
    background: url("../images/apply_ic01_off.png") no-repeat center/50%;
  }
  .g-nav_btn a::after {
    display: none;
  }
  /*.oe01用調整*/
  .oe01 .g-nav_btn_area, .oe01 .g-nav_btn a {
    width: 110px;
  }
}
/* ------------------------------------------------------
 * NEW メインビジュアル
------------------------------------------------------ */
.course_mv_area {
  width: 100%;
  min-height: 255px;
  margin: 0 auto;
  background-color: #fafafa;
}
.oe01.fjadv .course_mv_area {
  background: url("../../sv-manabi-oe01/images/oe01_fjadv_fv_bg.png") #f8f4e8;
}
.oe01.fjadv_2 .course_mv_area {
  background: #272727;
}
.course_mv_wrapper {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  z-index: 1;
}
.course_mv_wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 530px;
  height: 255px;
  z-index: -1;
}
.fjadv .course_mv_wrapper::before {
  content: none;
}
.gk02 .course_mv_wrapper::before {
  background: url("../../sv-manabi-gk02/images/gk02-v2_mv_im01.png") no-repeat center;
}
.ls01 .course_mv_wrapper::before {
  background: url("../../sv-manabi-ls01/images/ls01-v2_mv_im01.png") no-repeat center;
}
.np01 .course_mv_wrapper::before {
  background: url("../../sv-manabi-np01/images/np01-v2_mv_im01.png") no-repeat center;
}
.oe01 .course_mv_wrapper::before {
  background: url("../../sv-manabi-oe01/images/oe01-v2_mv_im01.png") no-repeat center;
}
.of01 .course_mv_wrapper::before {
  background: url("../../sv-manabi-of01/images/of01-v2_mv_im01.png") no-repeat center;
}
.pg02 .course_mv_wrapper::before {
  background: url("../../sv-manabi-pg02/images/pg02-v2_mv_im01.png") no-repeat center;
}
.pk02 .course_mv_wrapper::before {
  background: url("../../sv-manabi-pk02/images/pk02-v2_mv_im01.png") no-repeat center;
}
.tp01 .course_mv_wrapper::before {
  background: url("../../sv-manabi-tp01/images/tp01-v2_mv_im01.png") no-repeat center;
}
.course_mv_txtbox {
  margin-left: 50px;
  padding-top: 40px;
  text-align: left;
}
.course_mv_lead {
  color: #f12336;
  font-weight: bold;
  font-size: 20px;
}
.course_mv_ttl {
  margin: 10px auto 15px;
}
.course_mv_ttl span {
  padding: 3px 28px 9px;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 2px;
  background-color: #333;
}
.course_mv_skill {
  margin: 10px 0;
}
.course_mv_skill span {
  padding: 2px 14px 4px;
  border: 1px solid #999;
  color: #555;
  font-size: 15px;
  background-color: #fafafa;
}
/*各コース色分け*/
.gk02 .course_mv_ttl span {
  background-color: #00a0e5;
}
.gk02 .course_mv_skill span {
  color: #00a0e5;
  border: 1px solid #7dcdef;
}
.ls01 .course_mv_ttl span {
  background-color: #27398d;
}
.ls01 .course_mv_skill span {
  color: #27398d;
  border: 1px solid #9099c3;
}
.np01 .course_mv_ttl span {
  background-color: #088dd1;
}
.np01 .course_mv_skill span {
  color: #088dd1;
  border: 1px solid #81c3e5;
}
.oe01 .course_mv_ttl span {
  background-color: #188149;
}
.oe01 .course_mv_skill span {
  color: #188149;
  border: 1px solid #89bda1;
}
.of01 .course_mv_ttl span {
  font-size: 40px;
  background-color: #18237c;
}
.of01 .course_mv_skill span {
  color: #18237c;
  border: 1px solid #898ebb;
}
.pg02 .course_mv_ttl span {
  font-size: 36px;
  background-color: #145dd1;
}
.pg02 .course_mv_skill span {
  color: #145dd1;
  border: 1px solid #87abe5;
}
.pk02 .course_mv_ttl span {
  background-color: #ed3f58;
}
.pk02 .course_mv_skill span {
  color: #ed3f58;
  border: 1px solid #f39ca9;
}
.tp01 .course_mv_ttl span {
  color: #4f4b42;
  background-color: #f4e500;
}
.tp01 .course_mv_skill span {
  color: #4f4b42;
  border: 1px solid #a7a5a0;
}
/* ------------------------------------------------------
 * 申し込みボタンエリア
------------------------------------------------------ */
.apply_area {
  width: 100%;
  padding: 20px 0;
  background-color: #faf3e6;
}
.apply-list_area {
  width: 775px;
  margin: 0 auto;
  padding: 15px 0 25px;
}
ul.apply-list {
  width: 775px;
  margin: 0 auto;
  flex-direction: row-reverse;
}
li.apply-list_box {
  position: relative;
  width: 380px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 0 #ece3d2;
}
li.apply-list_box.new::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 70px;
  width: 58px;
  height: 26px;
  background: url("../images/apply_ic02.png") no-repeat center/100%;
}
li.apply-list_box a {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  outline: 3px transparent solid;
}
li.apply-list_box a:hover {
  text-decoration: none;
  outline-color: #d7210e;
}
.apply-list_ttl {
  padding: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background-color: #352f2f;
  border-radius: 20px 20px 0 0;
}
.apply-list_inner {
  padding: 0 10px 8px;
}
.apply-list_price {
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
  color: #3b3939;
  font-size: 16px;
}
.apply-list_box_annual .apply-list_price {
  padding-left: 45px;
}
.apply-list_price::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -24px;
  left: 0;
  width: 82px;
  height: 79px;
  background: url("../images/apply_fukidashi01.png") no-repeat center/100%;
}
.apply-list_box_annual .apply-list_price::before {
  background: url("../images/apply_fukidashi02.png") no-repeat center/100%;
}
.apply-list_price .txt_strong {
  color: #cf1906;
  font-weight: bold;
  font-size: 32px;
}
.apply-btn01 {
  display: block;
  position: relative;
  width: 244px;
  margin: 5px auto 10px;
  padding: 2px 34px 4px 44px;
  border: 1px solid #d7210e;
  color: #d7210e;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 100vh;
  transition: all .2s ease-out 0s;
}
.apply-btn01::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 17px;
  width: 24px;
  height: 22px;
  background: url("../images/apply_ic01_off.png") no-repeat center/100%;
}
.apply-btn01::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #d7210e;
  border-right: 2px solid #d7210e;
  transform: translateY(-50%) rotate(45deg);
}
.apply-btn01:hover,
li.apply-list_box a:hover .apply-btn01 {
  color: #fff;
  background-color: #d7210e;
}
.apply-btn01:hover::before,
li.apply-list_box a:hover .apply-btn01::before {
  background: url("../images/apply_ic01_on.png") no-repeat center/100%;
}
.apply-btn01:hover::after,
li.apply-list_box a:hover .apply-btn01::after {
  border-color: #fff;
}
/* ------------------------------------------------------
 * 特典紹介エリア
------------------------------------------------------ */
.perks-list_area {
  padding: 15px 0 20px;
}
.perks-list_bg {
  position: relative;
  width: 755px;
  margin: 0 auto;
  background-color: #fdfbf6;
  border-radius: 20px;
  z-index: 1;
}
.perks_label01 {
  position: absolute;
  top: -18px;
  left: -36px;
  z-index: 2;
}
ul.perks-list {
  justify-content: center;
  padding: 10px 5px 10px 50px;
}
ul.perks-list li {
  padding: 0 20px 0 24px;
  text-align: center;
}
ul.perks-list li:nth-of-type(n+2) {
  border-left: 1px dashed #c2b8a6;
}
.perks_fukidashi {
  display: inline-block;
  position: relative;
  padding: 2px 15px 3px;
  color: #362b14;
  font-size: 14px;
  text-align: center;
  background-color: #ffef5b;
  border-radius: 100vh;
}
.perks_fukidashi::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  border-top: 8px solid #ffef5b;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.perks_ttl {
  margin-top: 8px;
}
.perks_ttl span {
  position: relative;
  padding-left: 30px;
  color: #362b14;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 2px;
}
.perks_fukumaro .perks_ttl span {
  padding-left: 24px;
}
.perks_discount .perks_ttl span {
  padding-left: 38px;
}
.perks_ttl span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -18px;
  width: 82px;
  height: 79px;
}
.perks_fukumaro .perks_ttl span::before {
  top: -6px;
  width: 36px;
  height: 34px;
  background: url("../images/perks_fukumaro.png") no-repeat center/80%;
}
.perks_repair .perks_ttl span::before {
  width: 51px;
  height: 40px;
  background: url("../images/perks_repair.png") no-repeat center/80%;
}
.perks_discount .perks_ttl span::before {
  width: 54px;
  height: 35px;
  background: url("../images/perks_discount.png") no-repeat center/80%;
}
#course #question .tabWrap {
  margin-bottom: 30px;
}
/* ------------------------------------------------------
 * 総合パック用調整
------------------------------------------------------ */
.pk02_course-list_area {
  width: 100%;
  padding: 14px 10px 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #9dcff5;
}
.pk02_course-list_inner {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}
.pk02_course-list_label {
  position: absolute;
  top: -5px;
  left: 13px;
  max-width: 108px;
}
ul.pk02_course-list {
  width: 1014px;
  margin: 0 0 0 130px;
}
ul.pk02_course-list li {
  text-align: center;
}
ul.pk02_course-list li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.pk02_course-list_link {
  margin-top: 8px;
}
/*申し込みエリア*/
.pk02 .apply-list_comparison {
  margin-left: 48px;
  color: #555;
  font-size: 13px;
}
.pk02 .apply-list_comparison span {
  color: #352f2f;
  font-weight: bold;
  font-size: 18px;
  text-decoration: line-through;
}
.pk02 .apply-list_price::before {
  top: -20px;
  left: 0;
}
.pk02 .anno {
  margin-top: 16px;
  color: #666;
  font-size: 13px;
  text-align: center;
}
.pk02 .perks-list_bg {
  width: 520px;
}

/* ------------------------------------------------------
 * 見出し
------------------------------------------------------ */
.main-ttl span {
  display: inline-block;
  padding: 5px 15px 4px 14px;
  color: #3e1a09;
  font-weight: bold;
  font-size: 20px;
  background-color: #fff5ab;
}
.main-ttl.type-red span {
  background-color: #ffd4d4;
}

/* ------------------------------------------------------
 * よくあるご質問
------------------------------------------------------ */
.faq {
  margin-top: 40px;
}
.faq-wrap {
  border: 2px solid #15a4fd;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.faq-ttl {
  padding: 15px 0 12px 30px;
  border-bottom: 2px solid #15a4fd;
  font-weight: bold;
  font-size: 20px;
}
.faq-wrapItem {
  position: relative;
  overflow: hidden;
}
.faq-wrapItem:not(:first-child) {
  border-top: 1px solid #15a4fd;
}
.faq-question {
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 80px 15px 30px;
  border: none;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
  background-color: #f7fcff;
  transition: 0.3s all;
  cursor: pointer;
}
button.faq-question:focus {
  box-shadow: none;
}
.faq-question::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 40px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 13px solid #15a4fd;
}
.faq-wrapItem.is-AcorShow .faq-question::after {
  top: calc(50% - 6px);
  border-top: none;
  border-bottom: 13px solid #15a4fd;
}
.faq-number {
  margin-right: 3px;
  font-size: 22px;
}
.faq-answer {
  padding: 11px 30px 10px;
  border-top: 1px dotted #15a4fd;
  font-size: 15px;
}
.faq-answer .type-space {
  margin-top: 10px;
}
.faq-head {
  position: relative;
}
.faq-head::before {
  content: "■";
}
.faq-list {
  padding-left: 1em;
}
.faq-item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.faq-item::before {
  content: "・";
}
.faq-detail .faq-txt {
  padding-left: 1em;
}
.faq-note {
  font-size: 13px;
}
.faq-other {
  margin-top: 10px;
  text-align: right;
}
.faq-other a {
  position: relative;
  padding-right: 30px;
  font-size: 18px;
}
.faq-other a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.4em;
  right: 4px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 9px solid #003399;
}

/* ------------------------------------------------------
 * お問い合わせエリア
------------------------------------------------------ */
.footLink {
  margin-top: 50px;
}
.footLink-wrap {
  border: 2px solid #ff4848;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.footLink-ttl {
  padding: 15px 0 12px 30px;
  border-bottom: 2px solid #ff4848;
  font-weight: bold;
  font-size: 20px;
}
.footLink-inner {
  padding: 20px 30px;
}
.footLink-box {
  display: flex;
}
.footLink-box:not(:first-child) {
  margin-top: 5px;
}
.footLink-main {
  flex-shrink: 0;
  width: 128px;
  font-weight: bold;
  font-size: 13px;
}
.footLink-item {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px solid #999999;
  font-size: 13px;
}
.footLink-item:last-child {
  border-right: none;
}

/* ------------------------------------------------------
 * 法的情報・各種規約類について
------------------------------------------------------ */
.footTerms {
  margin: 30px auto;
  background-color: #f0f9ff;
}
.footTerms-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.footTerms-item {
  width: calc(100% / 4);
}
.footTerms-item a {
  display: block;
  padding: 15px 20px;
  border-right: 4px solid #fff;
  color: #333;
  line-height: 1.4;
  background-color: #c8e2f4;
}
.footTerms-item a:visited {
  color: #333;
}
.footTerms-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ======================================================
 * SP
====================================================== */
@media screen and (max-width: 767px) {
  #course .pcOnly {
    display: none;
  }
  #course .spOnly {
    display: block;
  }
  .flex_box {
    display: block;
  }
  /* ------------------------------------------------------
   * モーダルウィンドウ
  ------------------------------------------------------ */
  .mdlWin {
    width: 100%;
    height: 100%;
    top: 0;
    overflow: auto;
  }
  .mdlArea {
    height: 100%;
  }
  /* ------------------------------------------------------
   * NEW メインビジュアル SP
  ------------------------------------------------------ */
  .course_mv_area {
    width: 100%;
    min-height: inherit;
    margin-top: 10px;
  }
  .course_mv_wrapper {
    min-height: 530px;
  }
  .fjadv .course_mv_wrapper {
    min-height: auto;
  }
  .course_mv_wrapper::before {
    width: 100%;
    top: inherit;
    bottom: 0;
    right: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 51.41%;
    background-size: contain;
    background-position: bottom 0 right 0;
  }
  .gk02 .course_mv_wrapper {
    min-height: 460px;
  }
  .gk02 .course_mv_wrapper::before {
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 48.11%;
  }
  .course_mv_txtbox {
    padding: 20px 20px;
    margin-left: 0;
  }
  .course_mv_lead {
    font-size: 16px;
  }
  .course_mv_ttl span {
    padding: 1px 20px 7px;
    font-size: 30px;
  }
  .of01 .course_mv_ttl span,
  .pg02 .course_mv_ttl span {
    font-size: 28px;
  }
  .course_mv_skill span {
    font-size: 14px;
  }
  /* ------------------------------------------------------
   * 申し込みボタンエリア SP
  ------------------------------------------------------ */
  .apply-list_area {
    width: 100%;
    padding: 36px 20px 40px;
  }
  ul.apply-list {
    width: 100%;
  }
  li.apply-list_box {
    width: 100%;
  }
  li.apply-list_box:nth-of-type(n+2) {
    margin-top: 20px;
  }
  li.apply-list_box.new::before {
    left: 60px;
  }
  .apply-list_price {
    padding-left: 70px;
  }
  .apply-list_price::before {
    left: -5px;
  }
  .apply-list_box_annual .apply-list_price {
    padding-left: 75px;
  }
  /* ------------------------------------------------------
   * 特典紹介エリア SP
  ------------------------------------------------------ */
  .perks-list_area {
    padding: 0 20px 40px;
  }
  .perks_label01 {
    top: -26px;
    left: -35px;
    max-width: 85px;
  }
  .perks-list_bg {
    width: 88%;
  }
  ul.perks-list {
    width: 100%;
    padding: 5px 20px 5px 20px;
  }
  ul.perks-list li {
    padding: 10px 20px 10px 20px;
  }
  ul.perks-list li:nth-of-type(n+2) {
    border-left: none;
    border-top: 1px dashed #c2b8a6;
  }
  .perks_ttl {
    margin-top: 4px;
  }
  .perks_ttl span::before {
    top: -10px;
    left: -18px;
    width: 82px;
    height: 79px;
  }
  /* ------------------------------------------------------
   * 総合パック用調整 SP
  ------------------------------------------------------ */
  .pk02 .course_mv_ttl span {
    font-size: 26px;
  }
  .pk02_course-list_area {
    padding: 14px 10px 14px;
  }
  .pk02_course-list_inner {
    width: 100%;
  }
  .pk02_course-list_label {
    top: -118px;
    left: 0;
    z-index: 100;
  }
  ul.pk02_course-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  ul.pk02_course-list li {
    width: calc((100% / 2) - 5px);
  }
  ul.pk02_course-list li:nth-of-type(2n+1) {
    margin-right: 10px;
  }
  ul.pk02_course-list li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .pk02 .perks_fukidashi {
    padding: 6px 15px 7px;
    line-height: 1.2;
  }
  /*申し込みエリア*/
  .pk02 .perks-list_bg {
    width: 80%;
  }
  /* ------------------------------------------------------
   * よくあるご質問
  ------------------------------------------------------ */
  .faq {
    margin-top: 40px;
    padding: 0 10px;
  }
  .faq-ttl {
    padding: 15px 10px 12px;
  }
  .faq-question {
    padding: 16px 40px 15px 52px;
    font-size: 17px;
  }
  .faq-question::after {
    right: 10px;
  }
  .faq-number {
    position: absolute;
    top: 13px;
    left: 10px;
  }
  .faq-answer {
    padding: 11px 10px 10px;
  }
  .faq-other a {
    padding-right: 22px;
    font-size: 15px;
  }
  .faq-other a::after {
    right: 0;
  }
  /* ------------------------------------------------------
   * お問い合わせエリア
  ------------------------------------------------------ */
  .footLink {
    padding: 0 10px;
  }
  .footLink-ttl {
    padding: 15px 10px 12px;
  }
  .footLink-inner {
    padding: 20px 10px;
  }
  .footLink-box {
    display: block;
  }
  .footLink-box:not(:first-child) {
    margin-top: 10px;
  }
  .footLink-main {
    width: auto;
  }
  /* ------------------------------------------------------
   * 法的情報・各種規約類について
  ------------------------------------------------------ */
  .footTerms-list {
    display: block;
  }
  .footTerms-item {
    width: 100%;
  }
  .footTerms-item:first-child {
    padding: 24px 0;
  }
  .footTerms-item a {
    border-right: 0;
    border-bottom: 2px solid #fff;
  }
}