@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #000;
  background: #fff;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body.fixed {
    position: fixed;
    right: 0;
    left: 0;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.flex {
  display: flex;
}

.itemsCenter {
  align-items: center;
}

.tenmincho {
  font-family: "ten-mincho", serif;
  font-feature-settings: "ss02";
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

.left-text {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }

  .sp-left{
    width: 90%;
    margin: 0 auto 0 auto;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }

  .m-16 {
    margin: 16px;
  }
}

@media print, screen and (min-width: 1001px) {
  .br1000 {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .allLink:not(.allLinkNone):not(.fadeinUnder) {
    cursor: pointer;
    transition: 0.2s ease-in-out all;
  }
  .allLink:not(.allLinkNone):not(.fadeinUnder):hover {
    opacity: 0.6;
  }
  .allLink:not(.allLinkNone):not(.fadeinUnder) a:hover {
    opacity: 1;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.displayNone {
  display: none;
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: 50px;
}
@media all and (-ms-high-contrast: none) {
  .breadcrumb li:not(:first-child) a {
    line-height: 1;
  }
}
.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
.breadcrumb li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: 1px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.textLink01 {
  text-decoration: underline;
  color: #3f76bd;
}

.attentionArea01 li:not(:last-child) {
  margin-bottom: 15px;
}

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

input[type=submit] {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transition: 0.3s ease-in-out all;
}
input[type=submit]:hover {
  opacity: 0.8;
}
input[type=text], input[type=email], input[type=search], input[type=password], input[type=date] {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  width: 100%;
  height: 42px;
  padding: 4px 0 0 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  font-size: 16px;
  width: 100%;
  height: 220px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
}

.checkbox {
  padding-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.checkbox:before, .checkbox:after {
  content: "";
  position: absolute;
}
.checkbox:before {
  width: 13px;
  height: 13px;
  border: 1px solid #c1c1c1;
  z-index: 3;
  top: 2px;
  left: 0;
}
@media all and (-ms-high-contrast: none) {
  .checkbox:before {
    top: 0;
  }
}
.checkbox:after {
  width: 7px;
  height: 15px;
  margin-top: -6px;
  border-right: 2px solid #113a78;
  border-bottom: 2px solid #113a78;
  transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 2px;
  left: 3px;
}
@media all and (-ms-high-contrast: none) {
  .checkbox:after {
    top: 0;
  }
}
.checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0px #fff;
  -webkit-appearance: none;
          appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -44px;
}
.checkbox input[type=checkbox]:checked {
  box-shadow: none;
}
.checkbox.checked:after {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .checkbox.checked:after {
    top: -1px;
    left: 3px;
  }
}
.checkbox.checked input[type=checkbox] {
  opacity: 0;
}

.radio {
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.radio:before, .radio:after {
  content: "";
  position: absolute;
}
.radio:before {
  width: 12px;
  height: 12px;
  margin: auto 0;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
}
.radio:after {
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-radius: 100%;
  background: #113a78;
  top: 0;
  bottom: 0;
  left: 3px;
}
.radio input[type=radio] {
  width: 20px;
  height: 20px;
  margin: auto 0;
  box-shadow: 20px -1px #fff;
  appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
}
.radio input[type=radio]:checked {
  box-shadow: none;
}
.radio input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}

.selectBox01 {
  border: 1px solid #ccc;
  position: relative;
}
.selectBox01:after {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto 0;
  border: 4px solid transparent;
  border-top: 4px solid #333;
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  right: 15px;
}
.selectBox01 select {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  width: 100%;
  height: 40px;
  background: none;
  padding-left: 15px;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
}
@media all and (-ms-high-contrast: none) {
  .selectBox01 select {
    width: 100% !important;
  }
}
.selectBox01 select:not(:target) {
  width: 130% \9 ;
}
.selectBox01 select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
  .datepicker01 {
    position: relative;
    height: 42px;
  }
}

@media print, screen and (min-width: 769px) {
  .placeholder {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .placeholder {
    font-size: 16px;
    height: 21px;
    margin: auto 0;
    color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
  }
}

.header .container,
.footer .container {
  max-width: 1400px;
}
@media print, screen and (min-width: 901px) {
  .header .container,
.footer .container {
    width: 98%;
  }
}

@media screen and (max-width: 900px) {
  .headerTop {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 360px) {
  .headerTop {
    margin-top: -54px;
    padding-top: 54px;
  }
}

@media screen and (max-width: 1000px) {
  .mainContent {
    margin-top: 64px;
  }
}

.localNav01 {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.mypageArea01 {
  padding: 40px 0 60px;
  background: #fff;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .mypageArea01 {
    padding: 25px 0 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .mypageArea01 .container {
    display: flex;
    justify-content: space-between;
  }
}

.mypageContent01 {
  width: 750px;
}
@media print, screen and (min-width: 768px) {
  .mypageContent01 {
    order: 2;
  }
}
@media screen and (max-width: 1100px) {
  .mypageContent01 {
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  .mypageContent01 {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .mypageContent01 {
    width: 100%;
  }
}
.mypageContent01 h2 {
  font-size: 26px;
  color: #113a78;
  margin-bottom: 40px;
  padding: 6px 0 5px 15px;
  background: #f8f6ed;
  border-left: 3px solid #113a78;
}
@media screen and (max-width: 767px) {
  .mypageContent01 h2 {
    font-size: 24px;
    margin-bottom: 25px;
    padding-left: 10px;
  }
}

.mainLogo01 {
  width: 230px;
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .mainLogo01 {
    width: 194px;
    height: 40px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1150px) {
  .mainLogo01 {
    width: 160px;
    height: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .mainLogo01 {
    width: 140px;
    height: 30px;
  }
}
@media screen and (max-width: 360px) {
  .mainLogo01 {
    width: 130px;
    height: 26px;
  }
}

.btn01 {
  font-size: 16px;
  margin: 65px auto 0;
}
@media screen and (max-width: 767px) {
  .btn01 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 500px) {
  .btn01 {
    font-size: 14px;
    margin-top: 50px;
  }
}
.btn01 a,
.btn01 input {
  font-weight: bold;
  color: #fff;
  background: url("../images/ico_common03.svg") no-repeat 92% 50%, #113a78;
  background-size: 25px 8px;
  border-radius: 2px;
}
.btn01 a {
  padding: 12px 18px 11px 0;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .btn01 a {
    padding: 14px 18px 9px 0;
  }
}
@media screen and (max-width: 420px) {
  .btn01 a {
    padding: 10px 10px 8px 0;
  }
}
.btn01 input {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  width: 100%;
  height: 47px;
}
@media screen and (max-width: 767px) {
  .btn01 input {
    height: 45px;
    padding-right: 15px;
  }
}

.lessonBtn01 {
  font-size: 17px;
  font-weight: bold;
  width: 342px;
}
@media screen and (max-width: 767px) {
  .lessonBtn01 {
    font-size: 15px;
    width: 276px;
  }
}
@media screen and (max-width: 420px) {
  .lessonBtn01 {
    font-size: 14px;
    width: 250px;
  }
}
.lessonBtn01 a,
.lessonBtn01 span {
  display: block;
}
.lessonBtn01 a {
  color: #fff;
  padding: 10px 0 9px;
  background: url("../images/bg_common01.svg") no-repeat 100% 100%;
  background-size: 332px 48px;
}
@media screen and (max-width: 767px) {
  .lessonBtn01 a {
    padding: 9px 0 8px;
    background-size: 270px 40px;
  }
}
@media screen and (max-width: 420px) {
  .lessonBtn01 a {
    background-size: 235px 38px;
  }
}
.lessonBtn01 span {
  width: 330px;
  padding: 12px 0 10px 25px;
  background: url("../images/ico_common01.svg") no-repeat 94% 50%, #bc111d;
  background-size: 48px 6px;
  border-radius: 2px;
}
@media all and (-ms-high-contrast: none) {
  .lessonBtn01 span {
    padding: 14px 0 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .lessonBtn01 span {
    width: 268px;
    padding: 10px 0 8px 18px;
    background-size: 30px 5px;
  }
}
@media screen and (max-width: 420px) {
  .lessonBtn01 span {
    width: 244px;
    padding: 12px 15px;
    background-size: 32px 4px;
    background-position: 96% 50%;
  }
}

.scrollArea01 {
  overflow-y: auto;
  scrollbar-color: #d4dae0 #fff;
  scrollbar-width: thin;
  scrollbar-base-color: #d4dae0;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #f4f4f4;
  scrollbar-shadow-color: #d4dae0;
}
.scrollArea01::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scrollArea01::-webkit-scrollbar-track {
  background: #f4f4f4;
}
.scrollArea01::-webkit-scrollbar-thumb {
  background: #d4dae0;
}

.modalOpen,
.modalClose {
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
.modalOpen:hover,
.modalClose:hover {
  opacity: 0.8;
}

.modalOverlay {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modalClose:not(.btn01) {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -35px;
  right: 0;
}
@media screen and (max-width: 500px) {
  .modalClose:not(.btn01) {
    width: 20px;
    height: 20px;
    top: -30px;
  }
}

.modalArea01 {
  margin: auto;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modalArea01 {
    width: 80%;
  }
}
.modalArea01 img {
  max-width: 710px;
  max-height: 600px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .modalArea01 img {
    max-width: 100%;
    max-height: 340px;
  }
}

.verticalTop {
  vertical-align: top;
}

.verticalMiddle {
  vertical-align: middle;
}

.fadeinUnder {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1200ms;
}

.fadeinRight {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1200ms;
}

.fadeinLeft {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1200ms;
}

.fadeinUnder.scrollin,
.fadeinRight.scrollin,
.fadeinLeft.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.newsArea01 .newsListArea01 {
  padding: 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .newsArea01 .newsListArea01 {
    padding: 10px 10px 15px;
  }
}
.newsArea01 .newsList01 {
  height: 180px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .newsArea01 .newsList01 {
    padding-right: 10px;
  }
}
.newsArea01 .newsList01 li {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .newsArea01 .newsList01 li {
    padding: 10px 5px;
  }
}
.newsArea01 .newsList01 li:not(:last-child) {
  border-bottom: 1px dashed #113a78;
}
.newsArea01 .newsList01 span {
  width: calc(100% - 98px);
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}

.starArea01 {
  font-size: 0;
  text-indent: 100%;
  width: 76px;
  height: 14px;
  margin-right: 5px;
  background: url("../images/ico_star01.svg") repeat-x 0 0/15px 34px;
  line-height: 0;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.starArea01 .starList01 {
  height: 14px;
  background: url("../images/ico_star01.svg") repeat-x 0 100%/15px 34px;
  display: inline-block;
  float: left;
}
.starArea01 input {
  width: 15px;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-appearance: none;
          appearance: none;
  display: inline-block;
  position: relative;
}
.starArea01 input:hover + i, .starArea01 input:checked + i {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .starArea01 input {
    width: 24px;
  }
}
.starArea01 i {
  width: 15px;
  height: 100%;
  background: url("../../../common/images/ico_star01.svg") repeat-x 0 100%/15px 34px;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .starArea01 i {
    background-position: 0 102%;
    background-size: 24px 50px;
    width: 24px;
  }
}
.starArea01 i ~ i {
  width: 40%;
}
.starArea01 i ~ i ~ i {
  width: 60%;
}
.starArea01 i ~ i ~ i ~ i {
  width: 80%;
}
.starArea01 i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.reviewCount01 {
  font-size: 14px;
  font-weight: bold;
  color: #484f61;
}

.subpageArea01 {
  padding: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .subpageArea01 {
    padding: 25px 0 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .subpageArea01 .container {
    display: flex;
    justify-content: space-between;
  }
}

.subpageTitle01 {
  font-size: 37px;
  color: #fff;
  margin-bottom: 40px;
  padding: 76px 0 73px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .subpageTitle01 {
    font-size: 24px;
    margin-bottom: 25px;
    padding: 55px 0 54px;
  }
}
@media screen and (max-width: 500px) {
  .subpageTitle01 {
    padding: 30px 0;
  }
}
.subpageTitle01 span {
  margin: -10px auto 0;
  display: block;
}
@media screen and (max-width: 500px) {
  .subpageTitle01 span {
    margin-top: -4px;
  }
}

.subPageContent {
  width: 750px;
}
@media print, screen and (min-width: 768px) {
  .subPageContent {
    order: 2;
  }
}
@media screen and (max-width: 1100px) {
  .subPageContent {
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  .subPageContent {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .subPageContent {
    width: 100%;
  }
}

.subPageTitle02 {
  font-size: 18px;
  font-weight: bold;
  color: #113a78;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #113a78;
}
@media screen and (max-width: 767px) {
  .subPageTitle02 {
    margin-bottom: 20px;
  }
}

.selectBox01 {
  height: 28px;
  border-color: #7c7c7c;
}
@media screen and (max-width: 767px) {
  .selectBox01 {
    width: 100%;
    height: 35px;
    margin: 5px 0;
  }
}
.selectBox01:after {
  border-top-color: #7c7c7c;
  top: 12px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .selectBox01:after {
    top: 15px;
  }
}
.selectBox01 select {
  font-size: 12px;
  color: #7c7c7c;
  height: 100%;
  padding-left: 10px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .selectBox01 select {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .selectBox01 select {
    font-size: 16px;
    padding-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .selectBox01 select {
    padding-top: 3px;
  }
}

.pager {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pager {
    margin-top: 30px;
  }
}
.pager li {
  margin: 0 8px;
}
.pager li:not(.prev):not(.next) {
  text-align: center;
  width: 30px;
  margin: 0 3px;
}
.pager li:not(.prev):not(.next) a {
  border: 1px solid #dcdcdc;
}
.pager li:not(.prev):not(.next) a:hover {
  background: #dcdcdc;
  opacity: 0.9;
}
.pager li:not(.prev):not(.next) a,
.pager li:not(.prev):not(.next) span {
  padding: 6px 0 5px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .pager li:not(.prev):not(.next) a,
.pager li:not(.prev):not(.next) span {
    padding: 8px 0 3px;
  }
}
.pager li.current {
  color: #fff;
  background: #113a78;
}
@media all and (-ms-high-contrast: none) {
  .pager li a {
    display: block;
  }
}
.pager .next,
.pager .prev {
  position: relative;
}
.pager .next span,
.pager .prev span {
  width: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.oneColumnArea01 {
  padding: 164px 0;
  background: url("../images/bg_common08.jpg") no-repeat 50% 0/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .oneColumnArea01 {
    padding: 40px 0;
  }
}
.oneColumnArea01 .formArea01 {
  width: 420px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 500px) {
  .oneColumnArea01 .formArea01 {
    width: 300px;
    padding: 25px;
  }
}
.oneColumnArea01 ul {
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .oneColumnArea01 ul {
    margin-bottom: 20px;
  }
}
.oneColumnArea01 li {
  display: block;
  position: relative;
}
.oneColumnArea01 li:not(:last-child) {
  margin-bottom: 15px;
}
.oneColumnArea01 li:after {
  color: #b3b3b3;
  height: 15px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
.oneColumnArea01 li.mailBox01:after {
  content: "";
}
.oneColumnArea01 li.passBox01:after {
  content: "";
}
.oneColumnArea01 li input {
  border-radius: 2px;
}
.oneColumnArea01 .btn01 {
  max-width: 320px;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .oneColumnArea01 .btn01 {
    margin-top: 15px;
  }
}
.oneColumnArea01 .btn01 a,
.oneColumnArea01 .btn01 input {
  font-size: 16px;
  background-color: #122b4f;
}
.oneColumnArea01 .btn01 input {
  padding-top: 5px;
}

.table01 {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.table01 tr {
  background: #fff;
}
.table01 tr:nth-child(odd) {
  background: #f3f3f3;
}

.horizonTable01 {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.horizonTable01 tr {
  background: #fff;
}
.horizonTable01 tr:nth-child(odd) {
  background: #f3f3f3;
}
.horizonTable01 th,
.horizonTable01 td {
  padding: 15px 15px 13px;
}
@media all and (-ms-high-contrast: none) {
  .horizonTable01 th,
.horizonTable01 td {
    padding: 17px 15px 11px;
  }
}
.horizonTable01 th {
  font-weight: bold;
  text-align: left;
  width: 220px;
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .horizonTable01 th {
    width: 115px;
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .verticalTable {
    font-size: 13px;
  }
}
.verticalTable th,
.verticalTable td {
  padding: 15px 0 13px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .verticalTable th,
.verticalTable td {
    padding: 17px 0 11px;
  }
}
@media screen and (max-width: 500px) {
  .verticalTable th,
.verticalTable td {
    padding: 12px 0;
  }
}
.verticalTable th:not(:last-child),
.verticalTable td:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.verticalTable th {
  font-weight: bold;
}
.verticalTable td {
  text-align: center;
}

.formTable01 {
  width: 100%;
  background: #fff;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
@media print, screen and (min-width: 769px) {
  .formTable01 > tbody > tr > th, .formTable01 > tbody > tr > td {
    height: 60px;
    padding: 0;
  }
}
.formTable01 > tbody > tr > th {
  width: 230px;
  padding-left: 15px;
}
@media screen and (max-width: 1100px) {
  .formTable01 > tbody > tr > th {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .formTable01 > tbody > tr > th {
    width: 100%;
    padding: 10px;
    background: #f4f4f4;
  }
}
@media print, screen and (min-width: 769px) {
  .formTable01 > tbody > tr > td {
    width: auto;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .formTable01 > tbody > tr > td {
    width: 100%;
    padding: 20px 10px;
  }
}
.formTable01 > tbody > tr:not(:last-child) {
  border-bottom: 1px solid #c6c6c6;
}
.formTable01 table {
  width: 100%;
}
.formTable01 th,
.formTable01 td {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .formTable01 th,
.formTable01 td {
    padding: 0 10px;
    display: block;
  }
}
.formTable01 th {
  font-weight: bold;
  text-align: left;
  width: 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .formTable01 th {
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .formTable01 td {
    width: calc(100% - 110px);
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .formTable01 td {
    width: 100%;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .formTable01 td tr:not(:last-child) td {
    padding-bottom: 15px;
  }
}
.formTable01 .reqired {
  font-size: 10px;
  font-weight: bold;
  text-indent: 0;
  color: #fff;
  height: 16px;
  margin-top: 2px;
  padding: 1px 5px 0;
  background: #bc111d;
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .formTable01 input[type=text], .formTable01 input[type=email], .formTable01 input[type=password] {
    width: 345px;
    height: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .formTable01 input[type=text], .formTable01 input[type=email], .formTable01 input[type=password] {
    width: 100%;
  }
}
.formTable01 input.yearTextbox {
  width: 116px;
}
@media screen and (max-width: 900px) and (min-width: 769px) {
  .formTable01 input.yearTextbox {
    width: 70px;
  }
}
@media screen and (max-width: 500px) {
  .formTable01 input.yearTextbox {
    width: 75px;
  }
}
.formTable01 input.birthdayTextbox {
  width: 64px;
}
@media screen and (max-width: 900px) and (min-width: 769px) {
  .formTable01 input.birthdayTextbox {
    width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .formTable01 input.birthdayTextbox {
    width: 55px;
  }
}
.formTable01 .birthdayText01 {
  margin-left: 5px;
}
.formTable01 .birthdayText01:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 900px) and (min-width: 769px) {
  .formTable01 .birthdayText01:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .formTable01 .birthdayText01:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 360px) {
  .formTable01 .birthdayText01:not(:last-child) {
    margin-right: 10px;
  }
}
.formTable01 ul {
  display: flex;
}
@media screen and (max-width: 500px) {
  .formTable01 ul {
    display: block;
  }
}
.formTable01 li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  .formTable01 li:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .formTable01 li:first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 501px) {
  .formTable01 .radioArea01 {
    line-height: 1;
  }
}
.formTable01 .radioArea01 .radio:before {
  top: 0;
}
@media screen and (max-width: 500px) {
  .formTable01 .radioArea01 .radio:before {
    top: 3px;
  }
}
@media screen and (max-width: 500px) {
  .formTable01 .radioArea01 .radio:after {
    top: -1px;
  }
}
.formTable01 .checkboxArea01 li {
  height: 18px;
}
@media screen and (max-width: 500px) {
  .formTable01 .checkboxArea01 .checkbox:before {
    top: 3px;
  }
}
.formTable01 .checkboxArea01 .checkbox.checked:after {
  top: 1px;
  left: 5px;
}
@media screen and (max-width: 500px) {
  .formTable01 .checkboxArea01 .checkbox.checked:after {
    top: 2px;
  }
}
@media screen and (max-width: 500px) {
  .formTable01 .checkboxArea01 .checkbox input[type=checkbox] {
    top: -5px;
  }
}
@media screen and (max-width: 500px) {
  .formTable01 .selectBoxArea01:not(:last-child) {
    margin-right: 15px;
  }
}
.formTable01 .selectBox01 {
  width: 345px;
  height: 36px;
  border: 1px solid #c6c6c6;
}
@media print, screen and (min-width: 769px) {
  .formTable01 .selectBox01 {
    width: 345px;
  }
}
@media screen and (max-width: 1100px) {
  .formTable01 .selectBox01 {
    width: 100%;
  }
}
.formTable01 .selectBox01 select {
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .formTable01 .selectBox01 select {
    font-size: 16px;
    padding-top: 0;
  }
}
.formTable01 .selectBox01:after {
  border-top-color: #000;
  top: 15px;
}
.formTable01 .selectBox01.yearTextbox {
  width: 116px;
  display: inline-block;
}
@media screen and (max-width: 900px) and (min-width: 769px) {
  .formTable01 .selectBox01.yearTextbox {
    width: 70px;
  }
}
@media screen and (max-width: 500px) {
  .formTable01 .selectBox01.yearTextbox {
    width: 75px;
  }
}
.formTable01 .selectBox01.birthdayTextbox {
  width: 64px;
  display: inline-block;
}
@media screen and (max-width: 900px) and (min-width: 769px) {
  .formTable01 .selectBox01.birthdayTextbox {
    width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .formTable01 .selectBox01.birthdayTextbox {
    width: 55px;
  }
}

.tabArea01 {
  border-bottom: 1px solid #113a78;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tabArea01 li {
  font-size: 16px;
  font-weight: bold;
  color: #113a78;
  width: 50%;
  height: 40px;
  padding: 14px 0 8px;
  background: #f9f7ef;
  border-radius: 3px 3px 0 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .tabArea01 li {
    padding: 16px 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .tabArea01 li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tabArea01 li.lessonStyle01 {
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .tabArea01 li.lessonStyle01.active {
    padding: 11px 0;
  }
}
.tabArea01 li.active {
  font-size: 18px;
  color: #fff;
  height: 52px;
  padding: 17px 0 15px;
  background: #113a78;
}
@media all and (-ms-high-contrast: none) {
  .tabArea01 li.active {
    padding: 22px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .tabArea01 li.active {
    font-size: 16px;
    padding: 20px 0;
  }
}
.tabArea01 li.active a {
  color: #fff;
}
.tabArea01 li.active a span {
  height: 18px;
}
.tabArea01 li:not(:last-child) {
  margin-right: 0.2%;
}
.tabArea01 a {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tabArea01 a span {
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.objectFit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.show1250 {
  display: none;
}
@media screen and (max-width: 1250px) {
  .show1250 {
    display: block;
  }
}

.chat-message li .chat-message-body .header {
  display: none;
}

.err-sec {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  line-height: 1.8;
  margin-bottom: 5px;
}

.header {
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  .header {
    background: #fff;
    padding: 12px 0 6px;
    z-index: 9998;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .header {
    padding: 10px 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header .pcOnly {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header .spOnly {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .header h1 {
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 360px) {
  .header h1 {
    margin-top: 3px;
  }
}
.header .dropArea01 {
  margin-top: -5px;
}
@media screen and (max-width: 1300px) {
  .header .dropArea01 {
    margin-top: -2px;
  }
}
@media screen and (max-width: 1200px) {
  .header .dropArea01 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .header .dropArea01 {
    width: 100%;
    margin: 10px auto 0;
  }
}
.header .dropList01 {
  height: 38px;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .header .dropList01 {
    height: 35px;
  }
}
@media screen and (max-width: 1300px) {
  .header .dropList01 {
    height: 32px;
    margin: 0 8px 0 2px;
  }
}
@media screen and (max-width: 1150px) {
  .header .dropList01 {
    margin: 0 3px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .header .dropList01 {
    width: 50%;
    margin: 0;
  }
}
.header .dropList01 li {
  margin: 0;
}
.header .dropList01:last-child {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .header .dropList01:last-child {
    width: 60%;
  }
}
.header .headToggleBtn01 {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .header .headToggleBtn01 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .header .headToggleBtn01 {
    font-size: 13px;
  }
}
.header .headToggleBtn01 .headToggle01 {
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .header .headToggleBtn01 .headToggle01 {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .header .headToggleBtn01 .headToggle01 {
    padding-right: 12px;
  }
}
@media screen and (max-width: 1150px) {
  .header .headToggleBtn01 .headToggle01 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .header .headToggleBtn01 .headToggle01 {
    padding-right: 15px;
  }
}
.header .headToggleBtn01 .headToggle01:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0 auto 5px;
  border: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 0;
  bottom: 5px;
}
@media screen and (max-width: 1300px) {
  .header .headToggleBtn01 .headToggle01:after {
    border-width: 4px;
    bottom: 2px;
  }
}
.header .headToggleBtn01.active .headToggle01:after {
  border: 5px solid transparent;
  border-bottom: 5px solid #000;
  bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .header .headToggleBtn01.active .headToggle01:after {
    border-width: 4px;
    bottom: 7px;
  }
}
.header .pointBtn01 {
  width: 190px;
  border-right: 1px solid #cdcccd;
  border-left: 1px solid #cdcccd;
}
@media all and (-ms-high-contrast: none) {
  .header .pointBtn01 {
    height: 32px;
  }
}
@media screen and (max-width: 1300px) {
  .header .pointBtn01 {
    width: 155px;
  }
}
@media screen and (max-width: 1300px) {
  .header .pointBtn01 {
    width: 140px;
  }
}
@media screen and (max-width: 1150px) {
  .header .pointBtn01 {
    width: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .header .pointBtn01 {
    width: 100%;
    border-left: 0;
  }
}
.header .pointBtn01 .headPoint01 {
  font-size: 28px;
  margin-right: 3px;
}
@media screen and (max-width: 1300px) {
  .header .pointBtn01 .headPoint01 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1300px) {
  .header .pointBtn01 .headPoint01 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1150px) {
  .header .pointBtn01 .headPoint01 {
    font-size: 18px;
  }
}
.header .profileBtn01 {
  min-width: 160px;
  padding-top: 12px;
}
@media screen and (max-width: 1300px) {
  .header .profileBtn01 {
    min-width: 130px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .header .profileBtn01 {
    min-width: 120px;
  }
}
@media screen and (max-width: 1150px) {
  .header .profileBtn01 {
    padding-top: 5px;
    min-width: 110px;
  }
}
@media screen and (max-width: 1000px) {
  .header .profileBtn01 {
    min-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .header .profileBtn01 {
    padding-top: 2px;
  }
}
@media screen and (max-width: 400px) {
  .header .profileBtn01 {
    padding-top: 0;
  }
}
.header .profileBtn01 .headProfileImage01 {
  width: 38px;
  height: 38px;
  margin-right: 8px;
  background: #edf2f4;
  border-radius: 50%;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .header .profileBtn01 .headProfileImage01 {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1150px) {
  .header .profileBtn01 .headProfileImage01 {
    width: 27px;
    height: 27px;
    margin-right: 2px;
  }
}
.header .profileBtn01 span {
  vertical-align: middle;
  display: inline-block;
}
.header .profileBtn01 span:not(.headToggle01):not(.headProfileImage01) {
  max-width: 150px;
}
.header .profileBtn01 img {
  width: 32px;
  height: 32px;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .header .profileBtn01 img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1150px) {
  .header .profileBtn01 img {
    width: 21px;
    height: 21px;
  }
}
.header .headToggleArea01 {
  width: 170px;
  background: #fff;
  border: 1px solid #dcdcdc;
  z-index: 100;
  display: none;
  position: absolute;
  top: 62px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .header .headToggleArea01 {
    font-size: 13px;
    width: 140px;
    top: 59px;
  }
}
@media screen and (max-width: 1200px) {
  .header .headToggleArea01 {
    width: 130px;
    top: 55px;
  }
}
@media screen and (max-width: 1150px) {
  .header .headToggleArea01 {
    font-size: 11px;
    width: 120px;
    top: 51px;
  }
}
@media screen and (max-width: 1000px) {
  .header .headToggleArea01 {
    font-size: 14px;
    width: 99%;
    margin: 0 auto;
    top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .header .headToggleArea01 {
    border: 0;
  }
}
@media screen and (max-width: 360px) {
  .header .headToggleArea01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header .headToggleArea01 li {
    border: 1px solid #dcdcdc;
    border-top: 0;
  }
}
.header .headToggleArea01 li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.header .headToggleArea01 a {
  color: #113a78;
  padding: 20px 0 19px 20px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .header .headToggleArea01 a {
    padding: 23px 0 16px 15px;
  }
}
@media screen and (max-width: 1300px) {
  .header .headToggleArea01 a {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1150px) {
  .header .headToggleArea01 a {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .header .headToggleArea01 a {
    padding: 15px 0 15px 12px;
  }
}
@media screen and (max-width: 360px) {
  .header .headToggleArea01 a {
    padding-left: 10px;
  }
}
.header .headToggleArea01 a:after {
  display: none;
}
.header .headToggleArea01 span {
  padding: 6px 0 5px 30px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media all and (-ms-high-contrast: none) {
  .header .headToggleArea01 span {
    background-position: 0 40%;
  }
}
@media screen and (max-width: 1300px) {
  .header .headToggleArea01 span {
    padding-left: 22px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1300px) {
  .header .headToggleArea01 span {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header .creditAdd01 {
    border-top: 1px solid #dcdcdc !important;
  }
}
.header .creditAdd01 span {
  background-image: url("../images/ico_header01.svg");
  background-size: 19px 16px;
}
@media screen and (max-width: 1300px) {
  .header .creditAdd01 span {
    background-size: 16px 14px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .header .creditAdd01 span {
    background-size: 14px 12px;
  }
}
.header .creditHistory01 span {
  background-image: url("../images/ico_header02.svg");
  background-size: 14px 20px;
}
@media screen and (max-width: 1300px) {
  .header .creditHistory01 span {
    background-size: 12px 18px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .header .creditHistory01 span {
    background-size: 10px 14px;
  }
}
.header .profileEdit01 span {
  background-image: url("../images/ico_header03.svg");
  background-size: 15px 15px;
}
@media screen and (max-width: 1300px) {
  .header .profileEdit01 span {
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .header .profileEdit01 span {
    background-size: 12px 12px;
  }
}
.header .lesson01 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #113a78;
  border-color: #113a78;
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .header .lesson01 {
    font-size: 14px;
  }
}
.header .lesson01 a {
  color: #fff;
  padding-left: 0;
}
.header .lesson01 span {
  padding-left: 0;
}
.header .mypage01 span {
  background-image: url("../images/ico_header05.png");
  background-size: 15px 15px;
}
@media screen and (max-width: 1300px) {
  .header .mypage01 span {
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .header .mypage01 span {
    background-size: 12px 12px;
  }
}
.header .teacher01 span {
  background-image: url("../images/ico_sidebar03.svg");
  background-size: 14px 14px;
}

.disabled-link {
  pointer-events: none; /* Prevents clicking */
  color: gray;          /* Changes text color */
  text-decoration: none; /* Removes underline */
  cursor: not-allowed;  /* Changes cursor to 'not-allowed' */
  opacity: 0.6;         /* Makes it appear lighter */
}

.disabled-link:hover {
  text-decoration: none; /* Ensure no hover effect */
}

.header .credit01 span {
  background-image: url("../images/ico_header01.svg");
  background-size: 14px 14px;
}
.header .course01 span {
  background-image: url("../images/ico_header02.svg");
  background-size: 14px 14px;
}
.header .history01 span {
  background-image: url("../images/ico_header06.png");
  background-size: 15px 15px;
}
@media screen and (max-width: 1300px) {
  .header .history01 span {
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .header .history01 span {
    background-size: 12px 12px;
  }
}
.header .logoutBtn01 span {
  background-image: url("../images/ico_header04.svg");
  background-size: 16px 19px;
}
@media screen and (max-width: 1300px) {
  .header .logoutBtn01 span {
    background-size: 14px 17px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .header .logoutBtn01 span {
    background-size: 12px 15px;
  }
}

@media print, screen and (min-width: 1001px) {
  .spBtn01 {
    display: none !important;
  }
}
.spBtn01 p {
  width: 20px;
  height: 17px;
  transition: all 0.4s;
  z-index: 9999;
  position: fixed;
  top: 20px;
  right: 10px;
}
.spBtn01 p.active span:first-child {
  transform: translateY(8px) rotate(-45deg);
}
.spBtn01 p.active span:nth-child(2) {
  opacity: 0;
}
.spBtn01 p.active span:last-child {
  transform: translateY(-8px) rotate(45deg);
}
.spBtn01 span {
  width: 20px;
  height: 1px;
  margin: 0 auto;
  background: #000;
  transition: all 0.4s;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.spBtn01 span:first-child {
  top: 0;
}
.spBtn01 span:nth-child(2) {
  top: 8px;
}
.spBtn01 span:nth-child(3) {
  bottom: 0;
}
.spBtn01.active {
  width: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 1001px) {
  .globalMenuArea01 {
    margin-top: 8px;
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .globalMenuArea01 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .globalMenuArea01 {
    font-size: 13px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) {
  .globalMenuArea01 {
    margin-top: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .globalMenuArea01 {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01.spRight {
    float: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .globalMenuArea01 ul {
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 ul:not(.spMenu01):not(.headToggleArea01) {
    align-items: center;
    display: flex;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 ul:not(.spMenu01):not(.headToggleArea01):not(.dropArea01) {
    margin: 2px 28px 0 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .globalMenuArea01 .spMenu01 {
    display: flex !important;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 .spMenu01 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 55px;
    padding-bottom: 54px;
    background: url("../images/bg_common02.jpg");
    border: 0;
    z-index: 9998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 900px) {
  .globalMenuArea01 .spMenu01 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 360px) {
  .globalMenuArea01 .spMenu01 {
    margin-top: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 .spMenu01 li {
    text-align: center;
    border-top: 1px solid #93771c;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 .spMenu01 li:last-child {
    border-bottom: 1px solid #93771c;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 .spMenu01 span {
    padding: 0 42px 5px;
    background: url("../images/bg_common03_01.svg") no-repeat 0 50%/38px 18px, url("../images/bg_common03_02.svg") no-repeat 100% 50%/38px 18px;
  }
}
@media print, screen and (min-width: 1001px) {
  .globalMenuArea01 li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .globalMenuArea01 li {
    margin: 0 8px;
  }
}
.globalMenuArea01 .videoLink {
  font-weight: 700;
}
.globalMenuArea01 .videoLink a {
  color: #bc111d;
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 a {
    color: #93771c;
    padding: 15px 0;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 a:after {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
  }
}
.globalMenuArea01 .reserveBtn01,
.globalMenuArea01 .loginBtn01 {
  font-weight: normal;
  width: 162px;
  margin-right: 0;
}
@media all and (-ms-high-contrast: none) {
  .globalMenuArea01 .reserveBtn01,
.globalMenuArea01 .loginBtn01 {
    margin-top: -5px;
  }
}
@media screen and (max-width: 1250px) {
  .globalMenuArea01 .reserveBtn01,
.globalMenuArea01 .loginBtn01 {
    width: 130px;
  }
}
@media screen and (max-width: 1150px) {
  .globalMenuArea01 .reserveBtn01,
.globalMenuArea01 .loginBtn01 {
    width: 110px;
  }
}
@media screen and (max-width: 1100px) {
  .globalMenuArea01 .reserveBtn01,
.globalMenuArea01 .loginBtn01 {
    width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 .reserveBtn01,
.globalMenuArea01 .loginBtn01 {
    font-size: 10px;
    width: 80px;
    display: inline-block;
  }
}
@media screen and (max-width: 1250px) {
  .globalMenuArea01 .reserveBtn01,
.globalMenuArea01 .loginBtn01 {
    height: 52px;
  }
}
@media screen and (max-width: 900px) {
  .globalMenuArea01 .reserveBtn01,
.globalMenuArea01 .loginBtn01 {
    height: 42px;
  }
}
@media screen and (max-width: 360px) {
  .globalMenuArea01 .reserveBtn01,
.globalMenuArea01 .loginBtn01 {
    width: 70px;
  }
}
.globalMenuArea01 .reserveBtn01 a,
.globalMenuArea01 .loginBtn01 a {
  color: #fff;
  padding: 8px 0 6px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .globalMenuArea01 .reserveBtn01 a,
.globalMenuArea01 .loginBtn01 a {
    padding: 10px 0 4px;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 .reserveBtn01 a,
.globalMenuArea01 .loginBtn01 a {
    padding: 7px 0 5px;
  }
}
.globalMenuArea01 .reserveBtn01 a:after,
.globalMenuArea01 .loginBtn01 a:after {
  display: none;
}
.globalMenuArea01 .reserveBtn01 {
  background: #bc111d;
  border-radius: 2px;
}
@media screen and (max-width: 1100px) {
  .globalMenuArea01 .reserveBtn01 {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 .reserveBtn01 {
    margin-left: 1%;
  }
}
.globalMenuArea01 .loginBtn01 {
  margin-left: 2px;
  background: #122b4f;
  border-radius: 2px;
}
@media screen and (max-width: 1000px) {
  .globalMenuArea01 .loginBtn01 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 1250px) {
  .globalMenuArea01 .loginBtn01 a {
    padding: 18px 0 5px;
  }
}
@media screen and (max-width: 900px) {
  .globalMenuArea01 .loginBtn01 a {
    padding: 14px 0 0;
  }
}

/*---------------------2020/08　追加--------------------------*/
/*----メニュー----*/
@media print, screen and (min-width: 1001px) {
  .globalMenuArea01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1300px) {
  .mainLogo01 {
    width: 194px;
    height: 40px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .mainLogo01 {
    width: 160px;
    height: 36px;
  }
}
@media screen and (max-width: 1010px) {
  .mainLogo01 {
    width: 140px;
    height: 30px;
  }
}
.sidebar {
  width: 220px;
}
@media print, screen and (min-width: 768px) {
  .sidebar {
    order: 1;
  }
}
@media screen and (max-width: 1100px) {
  .sidebar {
    width: 22%;
  }
}
@media screen and (max-width: 900px) {
  .sidebar {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-top: 40px;
  }
}
.sidebar .bannerArea01 li {
  line-height: 0;
}
.sidebar .bannerArea01 li:not(:last-child) {
  margin-bottom: 5px;
}
.sidebar .sideMenuArea01 {
  margin-top: 10px;
}
.sidebar .sideMenuArea01 li {
  background: #edf2f4;
}
.sidebar .sideMenuArea01 li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.sidebar .sideMenuArea01 a {
  color: #113a78;
  padding: 23px 10px 20px;
  display: block;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .sidebar .sideMenuArea01 a {
    padding: 25px 10px 18px;
  }
}
@media screen and (max-width: 1100px) {
  .sidebar .sideMenuArea01 a {
    padding-right: 25px;
  }
}
.sidebar .sideMenuArea01 a:after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #113a78;
  border-right: 2px solid #113a78;
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.mypageSidebar01 h2 {
  font-weight: bold;
  color: #fff;
  background: url("../images/bg_sidebar02.svg") no-repeat 100% 0/68px 33px, url("../images/bg_sidebar01.png") 0 0, #113a78;
}
.mypageSidebar01 h2 .titleName01 {
  border-bottom: 1px solid #fff;
}
.mypageSidebar01 h2 .titleName02 {
  font-size: 18px;
}
.mypageSidebar01 h2 a {
  color: #fff;
  padding: 15px 0;
  display: block;
}
.mypageSidebar01 .sideContent01 {
  padding: 20px 10px 10px;
  background: #edf2f4;
}
.mypageSidebar01 .sideDetail01:not(:last-child) {
  margin-bottom: 15px;
}
.mypageSidebar01 h3 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  padding: 2px 0 1px;
  background: #93771c;
}
@media all and (-ms-high-contrast: none) {
  .mypageSidebar01 h3 {
    padding: 5px 0 0px;
  }
}
.mypageSidebar01 .pointArea01 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #113a78;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .mypageSidebar01 .pointArea01 {
    margin-bottom: 15px;
  }
}
.mypageSidebar01 .pointArea01 span {
  font-size: 35px;
  display: block;
}
.mypageSidebar01 .statusArea01 {
  font-weight: bold;
}
@media print, screen and (min-width: 1001px) {
  .mypageSidebar01 .statusArea01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .mypageSidebar01 .statusArea01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.mypageSidebar01 .statusArea01 dt,
.mypageSidebar01 .statusArea01 dd {
  margin: 3px 0;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .mypageSidebar01 .statusArea01 dt,
.mypageSidebar01 .statusArea01 dd {
    margin: 5px 0;
  }
}
.mypageSidebar01 .statusArea01 dt {
  color: #113a78;
  padding: 3px 6px 2px;
  background: #fff;
}
@media all and (-ms-high-contrast: none) {
  .mypageSidebar01 .statusArea01 dt {
    padding: 5px 6px 0;
  }
}
.mypageSidebar01 .statusArea01 dt:not(.nextLesson01) {
  padding-right: 0;
}
@media print, screen and (min-width: 1001px) {
  .mypageSidebar01 .statusArea01 dt:not(.nextLesson01) {
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .mypageSidebar01 .statusArea01 dt:not(.nextLesson01) {
    width: 90px;
  }
}
.mypageSidebar01 .statusArea01 .nextLesson01 {
  color: #cc000b;
}
@media print, screen and (min-width: 1001px) {
  .mypageSidebar01 .statusArea01 dd {
    width: calc(100% - 98px);
    margin-left: 10px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .mypageSidebar01 .statusArea01 dd {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mypageSidebar01 .statusArea01 dd {
    width: calc(100% - 120px);
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 1001px) {
  .mypageSidebar01 .statusArea01 dd:last-child {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 767px) {
  .mypageSidebar01 .statusArea01 dd:last-child {
    width: calc(100% - 135px);
  }
}
.mypageSidebar01 .courseArea01 {
  margin-bottom: 15px;
}
.mypageSidebar01 .courseArea01 span {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-size: 21px;
  display: block;
}
.mypageSidebar01 .btn01 {
  font-size: 16px;
  text-align: left;
  margin-top: 0;
}
.mypageSidebar01 .btn01 a {
  padding: 26px 0 25px 20px;
  background-size: 22px 5px;
}
@media all and (-ms-high-contrast: none) {
  .mypageSidebar01 .btn01 a {
    padding: 28px 0 23px 20px;
  }
}
.mypageSidebar01 .mypageLink01 {
  margin-top: 10px;
  padding: 5px;
  background: #fff;
}
.mypageSidebar01 .mypageLink01 li {
  background-repeat: no-repeat;
  background-position: 12px 50%;
  border: 1px solid #d6e3e8;
  transition: 0.2s ease-in-out all;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .mypageSidebar01 .mypageLink01 li {
    background-position: 8px 50%;
  }
}
.mypageSidebar01 .mypageLink01 li:hover {
  opacity: 0.6;
}
.mypageSidebar01 .mypageLink01 li:hover a {
  opacity: 1;
}
.mypageSidebar01 .mypageLink01 li:not(:last-child) {
  margin-bottom: 5px;
}
.mypageSidebar01 .mypageLink01 a {
  color: #113a78;
  background: url("../images/bg_sidebar03.svg") no-repeat 100% 0/54px 26px;
  padding: 19px 0 15px 40px;
  display: block;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .mypageSidebar01 .mypageLink01 a {
    padding: 20px 0 14px 40px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .mypageSidebar01 .mypageLink01 a {
    padding-left: 30px;
  }
}
.mypageSidebar01 .mypageLink01 a:after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #113a78;
  border-right: 2px solid #113a78;
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .mypageSidebar01 .mypageLink01 a:after {
    right: 10px;
  }
}
.mypageSidebar01 .mypageLink01 .link01 {
  background-image: url("../images/ico_sidebar01.svg");
  background-size: 14px 16px;
}
.mypageSidebar01 .mypageLink01 .link02 {
  background-image: url("../../../common/images/ico_header01.svg");
  background-size: 19px 16px;
}
.mypageSidebar01 .mypageLink01 .link03 {
  background-image: url("../images/ico_sidebar02.svg");
  background-size: 11px 16px;
  background-position: 14px 50%;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .mypageSidebar01 .mypageLink01 .link03 {
    background-position: 10px 50%;
  }
}
.mypageSidebar01 .mypageLink01 .link04 {
  background-image: url("../images/ico_sidebar03.svg");
  background-size: 14px 14px;
}
.mypageSidebar01 .mypageLink01 .link05 {
  background-image: url("../images/ico_sidebar04.svg");
  background-size: 15px 15px;
}
.mypageSidebar01 .mypageLink01 .link06 {
  background-image: url("../../../common/images/ico_header02.svg");
  background-size: 15px 20px;
}
.mypageSidebar01 .mypageLink01 .link07 {
  background-image: url("../../../common/images/ico_header03.svg");
  background-size: 15px 15px;
}

.sidemyvideoArea01 {
  padding: 15px 10px 0;
  background: #edf2f4;
}

.sidemyvideoBtn01 {
  font-size: 16px;
  font-weight: 700;
  background: #9d1f15;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .sidemyvideoBtn01 {
    text-align: center;
    transition: 0.3s ease-in-out all;
  }
}
.sidemyvideoBtn01 a {
  color: #fff;
  width: 100%;
  height: 68px;
  padding: 0 16px 0 20px;
}
@media screen and (max-width: 767px) {
  .sidemyvideoBtn01 a {
    height: 60px;
    padding-right: 18px;
  }
}
.sidemyvideoBtn01 span {
  width: 100%;
  padding: 0 20px;
  background: url("../../../common/images/ico_common03.svg") no-repeat 100% 50%/22px 5px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .sidemyvideoBtn01 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sidemyvideoBtn01 span {
    padding-right: 0;
    padding-left: 30px;
    font-size: 16px;
  }
}
.sidemyvideoBtn01 span:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 40px;
  }
}
.footer .container {
  padding: 22px 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer .container {
    z-index: inherit !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .container nav ul:first-child li:first-child {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .footer .mainLogo01 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer .mainLogo01 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 460px) {
  .footer .mainLogo01 {
    margin: 15px auto 0;
  }
}
.footer nav {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer nav {
    display: flex;
    align-items: center;
    order: 2;
  }
}
.footer ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .footer ul {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footer ul:first-child {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer ul:last-child {
    margin-top: 20px;
    position: absolute;
    align-items: center;
    right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 460px) {
  .footer ul:last-child {
    position: relative;
    justify-content: center;
  }
}
.footer li:not(.snsBtn01) {
  margin: 0 20px;
}
@media screen and (max-width: 1100px) {
  .footer li:not(.snsBtn01) {
    margin: 0 10px;
  }
}
@media screen and (max-width: 850px) {
  .footer li:not(.snsBtn01) {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer li:not(.snsBtn01) {
    width: 50%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer li:not(.snsBtn01) a {
    color: #113a78;
  }
}
.footer .snsBtn01 {
  width: 30px;
  height: 30px;
}
.footer .snsBtn01:first-child {
  margin: 0 5px 0 20px;
}
@media screen and (max-width: 1100px) {
  .footer .snsBtn01:first-child {
    margin-left: 10px;
  }
}
.footer .snsBtn01:nth-last-child(2) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 380px) {
  .footer .snsBtn01:nth-last-child(2) {
    margin-right: 5px;
  }
}
.footer .snsBtn01:nth-last-child(3) {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 380px) {
  .footer .snsBtn01:nth-last-child(3) {
    margin-right: 5px;
  }
}
.footer .snsBtn01:last-child {
  width: 110px;
  margin-top: -20px;
}
.footer .snsBtn01:last-child img {
  width: 100%;
}
.footer .snsBtn01:not(:last-child) {
  margin-right: 5px;
}

.footerLessonArea01 {
  padding: 70px 0;
  background: url("../images/bg_footer01.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 1440px) {
  .footerLessonArea01 {
    padding: 86px 0;
  }
}
@media screen and (max-width: 900px) {
  .footerLessonArea01 {
    padding: 65px 0;
  }
}
@media screen and (max-width: 767px) {
  .footerLessonArea01 {
    padding: 50px 0;
    background-position: 60% 0;
  }
}
@media screen and (max-width: 500px) {
  .footerLessonArea01 {
    padding: 50px 0;
    background-position: 65% 0;
  }
}
.footerLessonArea01 h3 {
  font-size: 43px;
  color: #113a78;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .footerLessonArea01 h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .footerLessonArea01 h3 {
    font-size: 28px;
  }
}
.footerLessonArea01 h3 span {
  display: block;
}
.footerLessonArea01 h3 img {
  width: 100px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .footerLessonArea01 h3 img {
    width: 75px;
    height: 18px;
  }
}
.footerLessonArea01 p:not(.lessonBtn01) {
  font-size: 18px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .footerLessonArea01 p:not(.lessonBtn01) {
    font-size: 16px;
    margin: 15px 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .footerLessonArea01 p:not(.lessonBtn01) {
    font-size: 14px;
    margin: 10px 0 8px;
  }
}
.footerLessonArea01 .lessonBtn01 {
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  ul.tabArea01 li a span {
    font-size: 12px;
  }
  .tabArea01 li:nth-child(2) {
    width: 69%;
  }
  ul.tabArea01 li.active a span {
    font-size: 13px;
    line-height: 1.5em;
  }
}

.horizonTable01  .reqired {
  font-size: 10px;
  font-weight: bold;
  /* text-indent: 0; */
  color: #fff;
  height: 16px;
  margin-top: 2px;
  padding: 1px 5px 0;
  background: #bc111d;
  /* position: absolute; */
  /* display: block; */
  top: 50%;
  right: 10px;
  /* transform: translateY(-50%); */
}