@charset "UTF-8";

.message-area {
  background-color: #fafafa;
  padding: 60px 0 80px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .message-area {
    padding: 40px 0;
  }
}

.message-area__content {
  margin: 50px auto 0px;
  max-width: 740px;
  width: 90%;
  text-align: left;
}

/*============================================================
  .schedule
  ※日程・概要テーブルのクラス
============================================================*/

.schedule {
  width: 100%;
  font-size: 1.7rem;
}

@media screen and (max-width: 480px) {
  .schedule {
    font-size: 1.5rem;
  }
}

.schedule__container {
  background: #fff;
  padding: 32px;
  border-bottom: 1px solid #d5dde4;
  border-left: 1px solid #d5dde4;
  border-right: 1px solid #d5dde4;
}

@media screen and (max-width: 768px) {
  .schedule__container {
    padding: 0;
    border: none;
  }
}

.schedule__title {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  background: #111111;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .schedule__title {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 2rem;
  }
}

.schedule__container {
  background: #fff;
  padding: 32px;
  border: 1px solid #d9d9d9;
}

@media screen and (max-width: 768px) {
  .schedule__container {
    padding: 0;
    border: none;
  }
}

.schedule__body {
  border: 1px solid #d9d9d9;
}

.schedule__tr {
  border-bottom: 1px solid #d9d9d9;
}

.schedule__th {
  width: 180px;
  background: #f6f6f6;
  padding: 24px;
  vertical-align: top;
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  .schedule__th {
    display: block;
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
  }
}

.schedule__td {
  padding: 24px;
}

@media screen and (max-width: 768px) {
  .schedule__td {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.schedule__course-block {
  margin-bottom: 16px;
  padding: 24px;
  background: #fbfaef;
}

@media screen and (max-width: 480px) {
  .schedule__course-block {
    padding: 16px;
  }
}

.schedule__course-block:last-child {
  margin-bottom: 0;
}

.schedule__course-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 480px) {
  .schedule__course-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.schedule__course-container:after {
  content: none;
}

.schedule__course-title-container {
  padding-right: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 480px) {
  .schedule__course-title-container {
    margin-bottom: 16px;
    padding-right: 0;
  }
}

.schedule__course-status-container {
  width: 128px;
}

.schedule__course-status-container:after {
  content: none;
}

@media screen and (max-width: 480px) {
  .schedule__course-status-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.schedule__course-status-inner-container {
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .schedule__course-status-inner-container {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.schedule__course-title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #999;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.65;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .schedule__course-title {
    font-size: 2rem;
  }
}

.schedule__course-status {
  display: block;
  width: 128px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 5px;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.schedule__course-place {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.schedule__discount-body,
.schedule__price-body {
  padding-top: 32px;
  padding-bottom: 32px;
  /* padding-top: 48px;
    padding-bottom: 48px; */
  padding-left: 32px;
  padding-right: 32px;
  background: #faf6ef;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .schedule__discount-body,
  .schedule__price-body {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 10px;
  }
}

.schedule__discount-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .schedule__discount-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: auto;
    -ms-flex-align: auto;
    align-items: auto;
    font-size: 1.5rem;
  }
}

.schedule__discount-normal {
  display: inline;
}

.schedule__discount-normal .large {
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -2px;
}

@media screen and (max-width: 480px) {
  .schedule__discount-normal .large {
    font-size: 1.8rem;
  }
}

.schedule__discount-early .large {
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -2px;
  color: #cc0000;
}

@media screen and (max-width: 480px) {
  .schedule__discount-early .large {
    font-size: 1.8rem;
  }
}

.schedule__discount-button {
  display: inline-block;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  background: #cc0000;
  font-weight: 700;
  color: #fff;
}

.schedule__addition {
  margin-top: 16px;
  font-size: 1.5rem;
  color: #808080;
}

@media screen and (max-width: 480px) {
  .schedule__addition {
    font-size: 1.3rem;
  }
}

.schedule__addition div {
  margin-bottom: 8px;
}

.schedule__addition div:last-child {
  margin-bottom: 0;
}

.schedule__notes {
  font-size: 1.5rem;
  color: #808080;
}

@media screen and (max-width: 480px) {
  .schedule__notes {
    font-size: 1.3rem;
  }
}

.schedule__notes div {
  margin-bottom: 8px;
}

.schedule__notes div:last-child {
  margin-bottom: 0;
}

.schedule__discount-price-title {
  display: block;
  margin-bottom: 16px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.35;
}

@media screen and (max-width: 480px) {
  .schedule__discount-price-title {
    font-size: 1.8rem;
  }
}

.small {
  font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
  .small {
    font-size: 1.6rem;
  }
}

.red-large {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -2px;
  color: #cc0000;
  font-weight: bold;
  margin-bottom: 0.5em !important;
}

@media screen and (max-width: 480px) {
  .red-large {
    font-size: 1.8rem;
  }
}

/*足達フォース１
------------------------------------------------------------*/

/*メインイメージ*/

.a-force .main-img-limit {
  margin: 0 auto;
  background: url(../images/next_main_img_bg.png);
  background-repeat: repeat;
  text-align: center;
}

.a-force .title-img .mainimg50 {
  width: 100%;
  max-width: 1000px;
}

/*足達フォース１
------------------------------------------------------------*/

/*メインイメージ*/

.a-force .main-img {
  margin: 0 auto;
  background: url(..//images/next_main_img_bg.png) no-repeat;
  text-align: center;
}

.a-force .title-img .mainimg50 {
  width: 100%;
  max-width: 1000px;
}

/*出だし*/

.a-force .opening {
  margin: 0;
  padding: 50px 0 0 0;
}

.a-force .chapter01-voice {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 40px;
}

.a-force ul.chapter01-voice-list {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.a-force ul.chapter01-voice-list li {
  margin: 0 0 15px 0;
  padding-left: 1.5em;
  text-indent: -0.6em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
}

.a-force ul.chapter01-voice-list li i.color-red {
  color: #bf0419;
}

.a-force ul.chapter01-voice-list li:last-child {
  margin: 0;
}

.a-force .opening .start {
  margin: 50px auto 0 auto;
  padding: 0 0 70px 0;
  max-width: 740px;
  width: 90%;
  text-align: left;
}

p.a-force-notice {
  padding: 20px;
  border: 1px dotted #cc0000;
}

ul.force-follow-voicelist {
  margin: 0 0 30px 35px;
  list-style-type: disc;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .a-force .opening .start {
    margin: 30px auto 0 auto;
    padding: 0 0 20px 0;
  }
  ul.force-follow-voicelist {
    margin: 0 0 30px 20px;
    list-style-type: disc;
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: bold;
  }
  ul.force-follow-voicelist li {
    margin: 0 0 10px 0;
  }
}

/*理論背景*/

.a-force .a-force-theory {
  padding: 60px 0;
  background: #fafdff;
}

.a-force .detail .a-force-background {
  margin: 50px auto 0 auto;
  padding: 0 0 30px 0;
  max-width: 800px;
  width: 90%;
  text-align: left;
}

.a-force .detail .a-force-bglist {
  margin: 0px auto 0px;
  padding: 35px 0;
  max-width: 820px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #eee;
  box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
}

.a-force .detail .a-force-bglist ul {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
}

.a-force .detail .a-force-bglist ul li {
  float: left;
  width: 45%;
  margin: 0px 0px 0px 30px;
  padding: 5px 25px 5px 25px;
  background: url(https://www.nlpjapan.co.jp/images/icon_en_blue.gif) 0 18px no-repeat;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
  color: #006699;
}

.a-force .detail .a-force-bglist ul li span {
  font-size: 15px;
}

.a-force .detail .a-force-bglist ul li:nth-last-child(-n + 2) {
  width: 100%;
  box-sizing: border-box;
  margin: 0px 0px 0px 30px;
  padding: 5px 25px;
  background: url(https://www.nlpjapan.co.jp/images/icon_en_blue.gif) 0 18px no-repeat;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
  color: #006699;
}

@media screen and (max-width: 480px) {
  .a-force .detail .a-force-background {
    margin: 0px auto;
    padding: 0 0 30px 0;
    max-width: 800px;
    width: 90%;
    text-align: left;
  }
  .a-force .a-force-theory {
    margin: 0 0 50px 0;
    padding: 30px 0;
    background: #fafdff;
  }
  .a-force .detail .a-force-bglist {
    margin: 0px auto 0px;
    padding: 20px 0 15px 0;
    max-width: 800px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #eee;
    box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  }
  .a-force .detail .a-force-bglist ul li {
    float: none;
    width: 100%;
    margin: 0px 0px 0px 5px;
    padding: 5px 0 5px 15px;
    background: url(https://www.nlpjapan.co.jp/images/icon_en_blue.gif) 0 14px no-repeat;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
    color: #006699;
  }
  .a-force .detail .a-force-bglist ul li:nth-last-child(-n + 2) {
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0px 5px 5px;
    padding: 5px 0 5px 15px;
    background: url(https://www.nlpjapan.co.jp/images/icon_en_blue.gif) 0 11px no-repeat;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    color: #006699;
  }
  .a-force .detail .a-force-bglist ul li span {
    font-size: 14px;
  }
}

/*期待できる効果*/

.a-force .theme-area {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
  background: #ffffff;
}

.a-force .theme-area .theme {
  margin: 0px auto 30px;
  padding: 50px;
  max-width: 820px;
  width: 94%;
  background: #ffffff url(../images/bg_dots.gif) 0 0;
  border: 1px solid #eee;
  box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
}

.a-force .theme-area .theme-box {
  margin: 0 auto 30px;
  padding: 30px 35px;
  max-width: 800px;
  width: 100%;
  text-align: left;
  background: #fff;
  border: #ccc 5px solid;
}

.a-force .theme-area .theme ul {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  list-style: none;
  text-align: left;
}

.a-force .theme-area .theme-box ul li {
  margin: 10px 0 20px 0;
  padding: 0 20px 0 25px;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/icon_en_blue.gif) 5px 10px no-repeat;
}

.a-force .theme-area .theme-box ul li:last-child {
  margin: 10px 0;
  padding: 0 20px 0 25px;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/icon_en_blue.gif) 5px 12px no-repeat;
}

.a-force .a-force-closing {
  margin: 0;
  padding: 80px 0 30px 0;
  background: #f8f8f8;
}

.a-force .closing {
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  width: 94%;
  text-align: left;
}

.closing-list {
  max-width: 800px;
  width: 100%;
  padding: 35px 30px 20px 30px;
  margin: 0 auto 100px 0;
  border: #afc7d7 1px dotted;
  background: #f9fcff;
}

.closing-list > ul {
  margin: 0 0 0 0;
  color: #006699;
  list-style: circle inside;
}

.closing-list > ul li {
  float: left;
  width: 50%;
  margin: 0 0 15px 0;
  line-height: 1.4;
  font-weight: bold;
}

.closing-list > ul li span {
  font-size: 16px;
}

.a-force-info {
  margin: 50px auto;
  padding: 20px 20px 5px 20px;
  max-width: 800px;
  width: 100%;
  text-align: left;
  border: 1px dotted #cccccc;
  background: #fff;
}

.a-force-info h4.a-force-infottl {
  width: 100%;
  margin: 0 auto 30px;
  padding: 4px 0;
  line-height: 1.5;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  background: #03326c;
  border-radius: 3px;
}

.a-force-info > ul {
  margin: 0 0 0 40px;
  list-style: square inside;
  font-weight: bold;
}

.a-force-info > ul li {
  list-style: square inside;
  font-weight: bold;
}

.a-force-info p.a-force-info-alcho {
  margin: 15px 0 20px 35px;
  font-size: 1.7rem;
}

.a-force-closing-end {
  margin: 0 0 130px 0;
  text-align: center;
  line-height: 5.5;
  font-size: 30px;
  font-weight: bold;
}

.sign img {
  width: 32%;
}

.a-force .trainer {
  margin: 0 0 50px;
  padding: 20px 0 5px 0;
  background: #fefcec url(https://www.nlpjapan.co.jp/images/nlppresen_main_bg_trainer.png) center top repeat-x;
  background-size: auto;
  background-size: 1800px;
}

.a-force .trainer-area {
  margin: 0 auto 60px;
  padding: 20px 0;
  max-width: 900px;
  width: 94%;
  text-align: left;
}

.a-force .trainer .title-area {
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;
  border-left: none;
  border-right: none;
}

.a-force .trainer .title-area h2 {
  font-size: 3rem;
  border: none;
}

.a-force .trainer-area .pic-ashidachi {
  background-color: #fff;
  background-image: url(../images/photo_yamato.png);
  background-position: top 20px right 35px;
  background-repeat: no-repeat;
  background-size: 230px 309px;
}

.a-force .trainer-area .pic-ashidachi2 {
  background-color: #fff;
  background-image: url(..//images/yamato-host2.png);
  background-position: top 20px right 20px;
  background-repeat: no-repeat;
  background-size: 260px 347px;
}

.a-force .trainer-area .trainer-box h3 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 5px 0 15px 0;
}

.a-force .trainer-area .trainer-box h3 span {
  font-size: 14px;
}

.a-force .trainer-area .trainer-box {
  margin: 20px auto 0;
  padding: 20px 310px 20px 25px;
  text-align: left;
  height: 347px;
  background-color: #fff;
  overflow: hidden;
}

.a-force .trainer-area p {
  font-size: 16.5px;
  text-align: left;
}

.a-force .trainer-area p.a-force-trainerpic {
  display: none;
}

.a-force .a-force-lastword {
  font-size: 2.4rem;
  font-weight: bold;
  color: #cc0000 !important;
}

@media screen and (max-width: 480px) {
  .a-force .detail {
    margin: 0 0 50px 0;
  }
  .a-force .theme-area {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
  }
  .a-force .theme-area .theme-box {
    margin: 0 auto 30px;
    padding: 10px 15px;
    max-width: 800px;
    width: 100%;
    text-align: left;
    background: #fff;
    border: #ccc 3px solid;
  }
  .a-force .theme-area .theme-box ul li {
    margin: 10px 0 20px 0;
    padding: 0 0 0 20px;
    font-size: 17px;
    font-weight: bold;
    background: url(../images/icon_en_blue.gif) 5px 9px no-repeat;
  }
  .a-force .theme-area .theme-box ul li:last-child {
    margin: 10px 0;
    padding: 0 0 0 20px;
    font-size: 17px;
    font-weight: bold;
    background: url(../images/icon_en_blue.gif) 5px 9px no-repeat;
  }
  .a-force .closing {
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
    width: 100%;
    text-align: left;
  }
  .closing-list {
    max-width: 800px;
    width: 100%;
    padding: 20px 20px 5px 20px;
    margin: 0 auto 50px 0;
    border: #afc7d7 1px dotted;
    background: #f9fcff;
  }
  .closing-list > ul li {
    float: none;
    width: 100%;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    font-size: 17px;
    font-weight: bold;
  }
  .closing-list > ul li span {
    font-size: 14px;
  }
  .a-force-info {
    margin: auto;
    padding: 0;
    max-width: 800px;
    width: 100%;
    text-align: left;
    border: 1px dotted #cccccc;
    background: #fff;
  }
  .a-force-info h4.a-force-infottl {
    margin: 15px auto;
    padding: 4px 0;
    line-height: 1.5;
    font-size: 2rem;
    text-align: center;
    color: #ffffff;
    background: #03326c;
    border-radius: 3px;
    width: 92%;
  }
  .a-force-info > ul {
    margin: 0 10px;
    padding: 0 15px;
    list-style: square inside;
    font-weight: bold;
  }
  .a-force-info > ul li {
    margin: 0 0 8px 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .a-force-info p.a-force-info-alcho {
    margin: 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.6rem;
  }
  .a-force-closing-end {
    margin: 0 0 100px 0;
    text-align: center;
    line-height: 4;
    font-size: 30px;
    font-weight: bold;
  }
  .a-force .a-force-lastword {
    font-size: 2.2rem;
    font-weight: bold;
    color: #cc0000 !important;
  }
  .sign img {
    width: 50% !important;
  }
  .a-force .trainer {
    margin: 0;
    padding: 0 0 0 0;
    background-size: cover;
  }
  .a-force .onecol .main .title-area {
    margin: 10px auto 30px;
    padding: 10px 0 0 0;
  }
  .a-force .onecol .main .title-area h2 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .a-force .trainer-area .trainer-box {
    margin: 20px auto 0;
    padding: 40px 20px 0 20px;
    text-align: left;
    height: auto;
    background-color: #fff;
    overflow: hidden;
  }
  .a-force .trainer-area p.a-force-trainerpic {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
  }
  .a-force .trainer-area p.a-force-trainerpic img {
    width: 80%;
  }
  .a-force .trainer-area .pic-ashidachi {
    background-image: none;
  }
  .a-force .trainer-area .pic-ashidachi2 {
    background-image: none;
  }
  .a-force .trainer-area .trainer-box h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 5px auto 15px auto;
    text-align: center;
  }
}

.a-force p.period {
  float: left;
  width: 12%;
  margin: 0 1% 0 0;
  padding: 3px 15px 2px 15px;
  border: 1px solid #4175c1;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #1252b1;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .a-force p.period {
    float: none;
    width: 30%;
    margin: 0 1% 3% 0;
    padding: 3px 15px 2px 15px;
  }
}

/*レジェンド*/

/*============================================================
  paragraph settings
============================================================*/

p:last-child {
  margin-bottom: 0;
}

/*============================================================
  margin settings
============================================================*/
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
/* margin */
.m-half {
  margin: 16px !important;
}
.m-1 {
  margin: 32px !important;
}
@media screen and (max-width: 480px) {
  .m-1 {
    margin: 16px !important;
  }
}
.m-1-half {
  margin: 48px !important;
}
@media screen and (max-width: 480px) {
  .m-1-half {
    margin: 32px !important;
  }
}
.m-2 {
  margin: 64px !important;
}
@media screen and (max-width: 480px) {
  .m-2 {
    margin: 48px !important;
  }
}

/* margin-bottom */
.mb-half {
  margin-bottom: 16px !important;
}
.mb-1 {
  margin-bottom: 32px !important;
}
.mb-1-half {
  margin-bottom: 48px !important;
}
@media screen and (max-width: 480px) {
  .mb-1-half {
    margin-bottom: 32px !important;
  }
}
.mb-2 {
  margin-bottom: 64px !important;
}
@media screen and (max-width: 480px) {
  .mb-2 {
    margin-bottom: 48px !important;
  }
}
.mb-2-half {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 480px) {
  .mb-2-half {
    margin-bottom: 64px !important;
  }
}
.mb-3 {
  margin-bottom: 96px !important;
}
@media screen and (max-width: 480px) {
  .mb-3 {
    margin-bottom: 64px !important;
  }
}
.mb-3-half {
  margin-bottom: 112px !important;
}
@media screen and (max-width: 480px) {
  .mb-3-half {
    margin-bottom: 96px !important;
  }
}
.mb-none {
  margin-bottom: 0 !important;
}

/* margin-top */
.mt-half {
  margin-top: 16px !important;
}
@media screen and (max-width: 480px) {
  .mt-half {
    margin-top: 8px !important;
  }
}
.mt-1 {
  margin-top: 32px !important;
}
@media screen and (max-width: 480px) {
  .mt-1 {
    margin-top: 16px !important;
  }
}
.mt-1-half {
  margin-top: 48px !important;
}
@media screen and (max-width: 480px) {
  .mt-1-half {
    margin-top: 32px !important;
  }
}
.mt-2 {
  margin-top: 64px !important;
}
@media screen and (max-width: 480px) {
  .mt-2 {
    margin-top: 48px !important;
  }
}
.mt-2-half {
  margin-top: 80px !important;
}
@media screen and (max-width: 480px) {
  .mt-2-half {
    margin-top: 64px !important;
  }
}
.mt-3 {
  margin-top: 96px !important;
}
@media screen and (max-width: 480px) {
  .mt-3 {
    margin-top: 64px !important;
  }
}
.mt-none {
  margin-top: 0 !important;
}

/* margin-bottom-minus */
.mb-m-half {
  margin-bottom: -16px !important;
}
.mb-m-1 {
  margin-bottom: -32px !important;
}
.mb-m-1-half {
  margin-bottom: -48px !important;
}
@media screen and (max-width: 480px) {
  .mb-m-1-half {
    margin-bottom: -32px !important;
  }
}
.mb-m-2 {
  margin-bottom: -64px !important;
}
@media screen and (max-width: 480px) {
  .mb-m-2 {
    margin-bottom: -48px !important;
  }
}
.mb-m-2-half {
  margin-bottom: -80px !important;
}
@media screen and (max-width: 480px) {
  .mb-m-2-half {
    margin-bottom: -64px !important;
  }
}
.mb-m-3 {
  margin-bottom: -96px !important;
}
@media screen and (max-width: 480px) {
  .mb-m-3 {
    margin-bottom: -64px !important;
  }
}
.mb-m-3-half {
  margin-bottom: -112px !important;
}
@media screen and (max-width: 480px) {
  .mb-m-3-half {
    margin-bottom: -96px !important;
  }
}

/* margin-top-minus */
.mt-m-half {
  margin-top: -16px !important;
}
.mt-m-1 {
  margin-top: -32px !important;
}
.mt-m-1-half {
  margin-top: -48px !important;
}
@media screen and (max-width: 480px) {
  .mt-m-1-half {
    margin-top: -32px !important;
  }
}
.mt-m-2 {
  margin-top: -64px !important;
}
@media screen and (max-width: 480px) {
  .mt-m-2 {
    margin-top: -48px !important;
  }
}
.mt-m-2-half {
  margin-top: -80px !important;
}
@media screen and (max-width: 480px) {
  .mt-m-2-half {
    margin-top: -64px !important;
  }
}
.mt-m-3 {
  margin-top: -96px !important;
}
@media screen and (max-width: 480px) {
  .mt-m-3 {
    margin-top: -64px !important;
  }
}
.mt-m-3-half {
  margin-top: -112px !important;
}
@media screen and (max-width: 480px) {
  .mt-m-3-half {
    margin-top: -96px !important;
  }
}

/*============================================================
  padding settings
============================================================*/

/* padding-bottom */
.pb-half {
  padding-bottom: 16px !important;
}
.pb-1 {
  padding-bottom: 32px !important;
}
.pb-1-half {
  padding-bottom: 48px !important;
}
@media screen and (max-width: 480px) {
  .pb-1-half {
    padding-bottom: 32px !important;
  }
}
.pb-2 {
  padding-bottom: 64px !important;
}
@media screen and (max-width: 480px) {
  .pb-2 {
    padding-bottom: 48px !important;
  }
}
.pb-2-half {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 480px) {
  .pb-2-half {
    padding-bottom: 64px !important;
  }
}
.pb-3 {
  padding-bottom: 96px !important;
}
@media screen and (max-width: 480px) {
  .pb-3 {
    padding-bottom: 64px !important;
  }
}
.pb-3-half {
  padding-bottom: 112px !important;
}
@media screen and (max-width: 480px) {
  .pb-3-half {
    padding-bottom: 96px !important;
  }
}
.pb-none {
  padding-bottom: 0 !important;
}

/* padding-top */
.pt-half {
  padding-top: 16px !important;
}
@media screen and (max-width: 480px) {
  .pt-half {
    padding-top: 8px !important;
  }
}
.pt-1 {
  padding-top: 32px !important;
}
@media screen and (max-width: 480px) {
  .pt-1 {
    padding-top: 16px !important;
  }
}
.pt-1-half {
  padding-top: 48px !important;
}
@media screen and (max-width: 480px) {
  .pt-1-half {
    padding-top: 32px !important;
  }
}
.pt-2 {
  padding-top: 64px !important;
}
@media screen and (max-width: 480px) {
  .pt-2 {
    padding-top: 48px !important;
  }
}
.pt-2-half {
  padding-top: 80px !important;
}
@media screen and (max-width: 480px) {
  .pt-2-half {
    padding-top: 64px !important;
  }
}
.pt-3 {
  padding-top: 96px !important;
}
@media screen and (max-width: 480px) {
  .pt-3 {
    padding-top: 64px !important;
  }
}
.pt-none {
  padding-top: 0 !important;
}

/* padding-bottom-minus */
.pb-m-half {
  padding-bottom: -16px !important;
}
.pb-m-1 {
  padding-bottom: -32px !important;
}
.pb-m-1-half {
  padding-bottom: -48px !important;
}
@media screen and (max-width: 480px) {
  .pb-m-1-half {
    padding-bottom: -32px !important;
  }
}
.pb-m-2 {
  padding-bottom: -64px !important;
}
@media screen and (max-width: 480px) {
  .pb-m-2 {
    padding-bottom: -48px !important;
  }
}
.pb-m-2-half {
  padding-bottom: -80px !important;
}
@media screen and (max-width: 480px) {
  .pb-m-2-half {
    padding-bottom: -64px !important;
  }
}
.pb-m-3 {
  padding-bottom: -96px !important;
}
@media screen and (max-width: 480px) {
  .pb-m-3 {
    padding-bottom: -64px !important;
  }
}
.pb-m-3-half {
  padding-bottom: -112px !important;
}
@media screen and (max-width: 480px) {
  .pb-m-3-half {
    padding-bottom: -96px !important;
  }
}

/* padding-top-minus */
.pt-m-half {
  padding-top: -16px !important;
}
@media screen and (max-width: 480px) {
  .pt-m-half {
    padding-top: -8px !important;
  }
}
.pt-m-1 {
  padding-top: -32px !important;
}
@media screen and (max-width: 480px) {
  .pt-m-1 {
    padding-top: -16px !important;
  }
}
.pt-m-1-half {
  padding-top: -48px !important;
}
@media screen and (max-width: 480px) {
  .pt-m-1-half {
    padding-top: -32px !important;
  }
}
.pt-m-2 {
  padding-top: -64px !important;
}
@media screen and (max-width: 480px) {
  .pt-m-2 {
    padding-top: -48px !important;
  }
}
.pt-m-2-half {
  padding-top: -80px !important;
}
@media screen and (max-width: 480px) {
  .pt-m-2-half {
    padding-top: -64px !important;
  }
}
.pt-m-3 {
  padding-top: -96px !important;
}
@media screen and (max-width: 480px) {
  .pt-m-3 {
    padding-top: -64px !important;
  }
}

/*============================================================
 iframe settings
============================================================*/

.iframe-container {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.iframe {
  position: relative;
  width: 100%;
  /* 以下タテヨコ比（アスペクト比） */
  /* padding-top: 75%;/* 4:3 */
  /* padding-top: 66%;/* 3:2 */
  padding-top: 56.25%; /* 16:9 */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/*============================================================
  display settings
============================================================*/

.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
.block {
  display: block !important;
}

/*============================================================
  align settings
============================================================*/

.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}

/*============================================================
  font style settings
============================================================*/

.strong {
  font-weight: bold !important;
}
.txtUnderline {
  text-decoration: underline !important;
}
.line-through {
  text-decoration: line-through !important;
}

/*============================================================
  indent settings
============================================================*/

.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-large {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.rice-indent {
  padding-left: 1em;
  position: relative;
}
.rice-indent:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.square-indent {
  padding-left: 1em;
  position: relative;
}
.square-indent:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}
.triangle-indent {
  padding-left: 1em;
  position: relative;
}
.triangle-indent:before {
  content: "▼";
  position: absolute;
  left: 0;
  top: 0;
}
.parentheses-indent {
  padding-left: 1em;
  position: relative;
}
.parentheses-indent:before {
  content: "（";
  position: absolute;
  left: 0;
  top: 0;
}
.dot-indent {
  padding-left: 1em;
  position: relative;
}
.dot-indent:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.bracket-indent {
  padding-left: 1.2em;
  position: relative;
}
.bracket-indent:before {
  content: "「";
  position: absolute;
  left: 0;
  top: 0;
}
.bracket-wide-indent {
  padding-left: 1.2em;
  position: relative;
}
.bracket-wide-indent:before {
  content: "『";
  position: absolute;
  left: 0;
  top: 0;
}
.bracket-bold-indent {
  padding-left: 1.2em;
  position: relative;
}
.bracket-bold-indent:before {
  content: "【";
  position: absolute;
  left: 0;
  top: 0;
}
.circle-indent {
  padding-left: 1.2em;
  position: relative;
}
.circle-indent:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.circle-line-indent {
  padding-left: 1.2em;
  position: relative;
}
.circle-line-indent:before {
  content: "○";
  position: absolute;
  left: 0;
  top: 0;
}
.blank-indent {
  padding-left: 1.2em;
  position: relative;
}
.blank-indent:before {
  content: "　";
  position: absolute;
  left: 0;
  top: 0;
}

/*============================================================
  text-box-indent settings
============================================================*/

.text-box-indent-1 {
  margin-left: 1em !important;
}
.text-box-indent-1-1 {
  margin-left: 1.1em !important;
}
.text-box-indent-1-2 {
  margin-left: 1.2em !important;
}
.text-box-indent-1-3 {
  margin-left: 1.3em !important;
}
.text-box-indent-1-4 {
  margin-left: 1.4em !important;
}
.text-box-indent-1-5 {
  margin-left: 1.5em !important;
}
.text-box-indent-1-6 {
  margin-left: 1.6em !important;
}
.text-box-indent-1-7 {
  margin-left: 1.7em !important;
}
.text-box-indent-1-8 {
  margin-left: 1.8em !important;
}
.text-box-indent-1-9 {
  margin-left: 1.9em !important;
}
.text-box-indent-2 {
  margin-left: 2em !important;
}

/*============================================================
  font-size settings
============================================================*/

.font-xx-small {
  font-size: 1.3rem !important;
}
@media screen and (max-width: 480px) {
  .font-xx-small {
    font-size: 1.1rem !important;
  }
}
.font-x-small {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 480px) {
  .font-x-small {
    font-size: 1.3rem !important;
  }
}
.font-small {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 480px) {
  .font-small {
    font-size: 1.5rem !important;
  }
}
.font-normal {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 480px) {
  .font-normal {
    font-size: 1.6rem !important;
  }
}
.font-medium {
  font-size: 2rem !important;
}
@media screen and (max-width: 480px) {
  .font-medium {
    font-size: 1.8rem !important;
  }
}
.font-large {
  font-size: 2.3rem !important;
}
@media screen and (max-width: 480px) {
  .font-large {
    font-size: 2rem !important;
  }
}
.font-x-large {
  font-size: 2.6rem !important;
}
@media screen and (max-width: 480px) {
  .font-x-large {
    font-size: 2rem !important;
  }
}
.font-xx-large {
  font-size: 2.9rem !important;
}
@media screen and (max-width: 480px) {
  .font-xx-large {
    font-size: 2.3rem !important;
  }
}
.font-xxx-large {
  font-size: 3.2rem !important;
}
@media screen and (max-width: 480px) {
  .font-xxx-large {
    font-size: 2.3rem !important;
  }
}

/*============================================================
  font-feature-settings
============================================================*/

.palt {
  font-feature-settings: "palt";
}

/*============================================================
  line-height
============================================================*/

.line-height {
  line-height: 1.8;
}
.line-height-medium {
  line-height: 1.65;
}
.line-height-medium-small {
  line-height: 1.5;
}
.line-height-small {
  line-height: 1.35;
}

/*============================================================
  shedule status settings
============================================================*/

.lg-prepare {
  background: #bbbbbb !important;
}
.lg-last {
  /*lastとfullは色が同じなので、残席わずかのときは.fullを使用してください*/
  /*.lastクラスを作るとグローバルナビのプルダウンに使われてる.lastとデザイン衝突が起きるため*/
}
.lg-full {
  background: #c90909 !important;
}
.lg-accept {
  background: #f74608 !important;
}
.lg-start {
  background: #49b700 !important;
}

/*============================================================
  https://www.modularscale.com/?18&px&1.125
  font-sizeは基本的に下記のサイズの中から使用する

  52px = 5.2rem
  46px = 4.6rem
  41px = 4.1rem
  36px = 3.6rem
  32px = 3.2rem
  29px = 2.9rem
  26px = 2.6rem
  23px = 2.3rem
  20px = 2rem
  18px = 1.8rem
  16px = 1.6rem
  14px = 1.4rem
  13px = 1.3rem

============================================================*/
/*============================================================
  core settings
============================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.35;
}

img {
  max-width: 100%;
}

svg {
  position: relative;
  display: block;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

button {
  border: none;
}

.red {
  color: #cc0000 !important;
}

.main {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}
.main > div::after {
  content: none;
}

.container {
  width: 94%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.container--small {
  max-width: 700px;
}
.container--medium {
  max-width: 960px;
}
.container--large {
  max-width: 1024px;
}
.container--x-large {
  max-width: 1100px;
}
.container--xx-large {
  max-width: 1200px;
}
.container--xxx-large {
  max-width: 1300px;
}

@media screen and (max-width: 768px) {
  .container--inner {
    width: 89%;
  }
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.section--pt-none {
  padding-top: 0;
}
.section--pb-none {
  padding-bottom: 0;
}
.section--p-none {
  padding: 0;
}
.section--p-small {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .section--p-small {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.section--pt-small {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .section--pt-small {
    padding-top: 32px;
  }
}
.section--pb-small {
  padding-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .section--pb-small {
    padding-bottom: 32px;
  }
}
.section--p-large {
  padding-top: 192px;
  padding-bottom: 192px;
}
@media screen and (max-width: 768px) {
  .section--p-large {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 480px) {
  .section--p-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section--pt-large {
  padding-top: 192px;
}
@media screen and (max-width: 768px) {
  .section--pt-large {
    padding-top: 112px;
  }
}
@media screen and (max-width: 480px) {
  .section--pt-large {
    padding-top: 80px;
  }
}
.section--pb-large {
  padding-bottom: 192px;
}
@media screen and (max-width: 768px) {
  .section--pb-large {
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 480px) {
  .section--pb-large {
    padding-bottom: 80px;
  }
}
.section--bg-black {
  background-color: #111;
}
.section--bg-color {
  background-color: #f6f6f6;
}
.section--bg-color-dark {
  background-color: #222222;
}
.section--phone {
  background-image: url("../images/phone_background.jpg");
  background-size: cover;
  background-position: top center;
}

.a-legend .masthead {
  background-color: #111;
}
.a-legend .masthead--white {
  background-color: #fff;
  border-bottom: 1px solid #111;
}
.a-legend .masthead__container {
  width: 100%;
  max-width: 1250px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.a-legend .masthead__container--border-white {
  border-bottom: 2px solid #fff;
}
.a-legend .sabthead__container {
  margin: 40px auto;
  width: 80%;
  max-width: 860px;
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 480px) {
  .a-legend .sabthead__container {
    margin: 20px auto -10px;
    width: 96%;
  }
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -16px;
  margin-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .heading {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .heading {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.heading--white .heading__title-english {
  color: #fff;
}
.heading--white .heading__title-english::before,
.heading--white .heading__title-english::after {
  background: #fff;
}
.heading--white .heading__title {
  color: #fff;
}
.heading__title-english {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  color: #9d9d9d;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .heading__title-english {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title-english {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}
.heading__title-english::before,
.heading__title-english::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  margin-left: 16px;
  margin-right: 16px;
  background: #9d9d9d;
}
@media screen and (max-width: 480px) {
  .heading__title-english::before,
  .heading__title-english::after {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.heading__title {
  font-size: 4.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title {
    font-size: 2.6rem;
  }
}
.heading__title--small {
  font-size: 4.1rem;
}
@media screen and (max-width: 768px) {
  .heading__title--small {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title--small {
    font-size: 2.3rem;
  }
}

.a-legend .author-block {
  display: flex;
}
@media screen and (max-width: 480px) {
  .a-legend .author-block {
    flex-direction: column;
  }
}
.a-legend .author-block__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 256px;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .a-legend .author-block__profile {
    width: 100%;
    margin-right: auto;
    margin-top: 20px;
  }
}
.a-legend .author-block__image {
  width: 256px;
  margin-bottom: 8px;
}
.a-legend .author-block__name {
  font-size: 2.3rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.5;
}
.a-legend .author-block__jp-name {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.a-legend .author-block__role {
  font-size: 1.3rem;
  font-weight: 700;
}
.a-legend .author-block__body {
  flex: 1;
  margin-bottom: 16px;
}
.a-legend .author-block__body ol {
  counter-reset: count 0;
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.13);
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .a-legend .author-block__body ol {
    padding: 15px;
  }
}
.a-legend .author-block__body li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5em;
}
.a-legend .author-block__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  content: url(../images/checkbox.png);
  display: inline-block;
  width: 5px;
  height: 5px;
}
.a-legend .author-block__body li:last-of-type {
  margin-bottom: 0rem;
}
.a-legend .author-block--white p {
  color: #fff;
}
.a-legend .author-block__textlast {
  font-size: 2.4rem;
  margin-left: auto;
  text-align: right;
  width: 300px;
}
@media screen and (max-width: 480px) {
  .a-legend .author-block__textlast {
    font-size: 1.8rem;
    margin-right: 0px;
    width: 200px;
  }
}
.a-legend .author-block__textlast span {
  font-size: 1.8rem;
}
.a-legend .author-block__check-icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.list-block--large .list-block__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 16px;
}
@media screen and (max-width: 480px) {
  .list-block--large .list-block__icon {
    margin-right: 8px;
  }
}
.list-block--large .list-block__icon span {
  position: relative;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1;
  color: #222222;
}
@media screen and (max-width: 480px) {
  .list-block--large .list-block__icon span {
    top: 1px;
    font-size: 2.3rem;
  }
}
.list-block--large .list-block__paragraph {
  flex: 1;
  font-size: 2.6rem;
  line-height: 1.65;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .list-block--large .list-block__paragraph {
    font-size: 1.6rem;
  }
}
.list-block--large .list-block__paragraph span {
  font-weight: 700;
}
.list-block--large .list-block__paragraph .line {
  border-bottom: 2px solid #222222;
}
.list-block--large .list-block__paragraph .dotted {
  border-bottom: 2px dotted #222222;
}
.list-block__item {
  display: flex;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .list-block__item {
    margin-bottom: 16px;
  }
}
.list-block__item:last-child {
  margin-bottom: 0;
}
.list-block__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 16px;
}
@media screen and (max-width: 480px) {
  .list-block__icon {
    margin-right: 8px;
  }
}
.list-block__icon span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  line-height: 1;
  color: #222222;
}
@media screen and (max-width: 480px) {
  .list-block__icon span {
    top: 1px;
    font-size: 2.3rem;
  }
}
.list-block__paragraph {
  flex: 1;
  font-size: 2rem;
  line-height: 1.65;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .list-block__paragraph {
    font-size: 1.6rem;
  }
}
.list-block__paragraph span {
  font-weight: 700;
}
.list-block__paragraph .line {
  border-bottom: 2px solid #222222;
}
.list-block__paragraph .dotted {
  border-bottom: 2px dotted #222222;
}

.testimonial__bubble {
  position: relative;
  margin-bottom: 16px;
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.65;
  border-radius: 6px;
}
@media screen and (max-width: 480px) {
  .testimonial__bubble {
    font-size: 1.6rem;
  }
}
.testimonial__bubble::after,
.testimonial__bubble::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 64px;
}
.testimonial__bubble::after {
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -14px;
  border-top-color: #fff;
}
.testimonial__bubble::before {
  border-color: rgba(74, 255, 109, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  margin-top: 1px;
}
.testimonial__bubble-inner {
  position: relative;
  padding: 32px;
}
@media screen and (max-width: 480px) {
  .testimonial__bubble-inner {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.testimonial__bubble-inner::before,
.testimonial__bubble-inner::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  line-height: 1;
  color: #c4c4c4;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .testimonial__bubble-inner::before,
  .testimonial__bubble-inner::after {
    font-size: 2.2rem;
  }
}
.testimonial__bubble-inner::before {
  content: "\f10d";
  top: -8px;
  left: -8px;
}
.testimonial__name {
  margin-left: 1em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.testimonial p {
  margin-bottom: 16px !important;
}
.testimonial p:last-child {
  margin-bottom: 0 !important;
}

.curriculum-block__title {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 40px;
  padding-left: 40px;
  background: #222222;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .curriculum-block__title {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 1.8rem;
  }
}
.curriculum-block__body {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 40px;
  padding-left: 40px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .curriculum-block__body {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 16px;
    padding-left: 4px;
  }
}
.curriculum-block__item {
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .curriculum-block__item {
    margin-bottom: 8px;
  }
}
.curriculum-block__item:last-child {
  margin-bottom: 0;
}
.curriculum-block__icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  .curriculum-block__icon {
    margin-right: 4px;
  }
}
.curriculum-block__icon span {
  position: relative;
  top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .curriculum-block__icon span {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .curriculum-block__icon span {
    top: -3px;
    font-size: 1.6rem;
  }
}
.curriculum-block p {
  flex: 1;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .curriculum-block p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .curriculum-block p {
    font-size: 1.6rem;
  }
}

.a-legend .schedule {
  width: 100%;
  font-size: 1.7rem;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule {
    font-size: 1.5rem;
  }
}
.a-legend .schedule__title {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  background: #222222;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__title {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 2rem;
  }
}
.a-legend .schedule__container {
  background: #fff;
  padding: 32px;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  .a-legend .schedule__container {
    padding: 0;
    border: none;
  }
}
.a-legend .schedule__body {
  min-width: 100%;
  border: 1px solid #dfdfdf;
}
.a-legend .schedule__tr {
  border-bottom: 1px solid #dfdfdf;
}
.a-legend .schedule__th {
  width: 180px;
  background: #f6f6f6;
  padding: 24px;
  vertical-align: top;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .a-legend .schedule__th {
    display: block;
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
  }
}
.a-legend .schedule__td {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .a-legend .schedule__td {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.a-legend .schedule__course-block {
  margin-bottom: 16px;
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__course-block {
    padding: 16px;
  }
}
.a-legend .schedule__course-block:last-child {
  margin-bottom: 0;
}
.a-legend .schedule__course-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.a-legend .schedule__course-container--border {
  border-bottom: 1px dotted #999;
}

.a-legend .schedule__term {
  /* border: 1px solid #666; */
  background-color: #333;
  color: white;
  padding: 0px 15px;
  margin-bottom: 10px;
  width: fit-content;
}

@media screen and (max-width: 480px) {
  .a-legend .schedule__course-container {
    flex-direction: column;
    align-items: center;
  }
}
.a-legend .schedule__course-container:after {
  content: none;
}
.a-legend .schedule__course-title-container {
  padding-right: 32px;
  flex: 1;
}

@media screen and (max-width: 480px) {
  .a-legend .schedule__course-title-container {
    margin-bottom: 16px;
    padding-right: 0;
    flex: auto;
    width: 100%;
  }
}
.a-legend .schedule__course-status-container {
  width: 128px;
}
.a-legend .schedule__course-status-container:after {
  content: none;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__course-status-container {
    display: flex;
    justify-content: center;
  }
}
.a-legend .schedule__course-status-inner-container {
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__course-status-inner-container {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.a-legend .schedule__course-title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #999;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .a-legend .schedule__course-title {
    font-size: 2rem;
  }
}
.a-legend .schedule__course-status {
  display: block;
  width: 128px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 5px;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.a-legend .schedule__course-place {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.a-legend .schedule__price-title-container {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__price-title-container {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.a-legend .schedule__price-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__price-title {
    font-size: 1.8rem;
  }
}
.a-legend .schedule__price-sub-title {
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__price-sub-title {
    font-size: 1.4rem;
  }
}
.a-legend .schedule__discount-title {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  background: #9d9d9d;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__discount-title {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.6rem;
  }
}
.a-legend .schedule__discount-body,
.a-legend .schedule__price-body {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  background: #fcfaf5;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__discount-body,
  .a-legend .schedule__price-body {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.a-legend .schedule__discount-box {
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.a-legend .schedule__discount-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.a-legend .schedule__discount-box-title {
  margin-bottom: 8px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__discount-box-title {
    font-size: 2rem;
  }
}
.a-legend .schedule__discount-limited {
  margin-bottom: 24px;
  font-size: 2.6rem;
  font-weight: 700;
  color: red;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__discount-limited {
    font-size: 2rem;
  }
}
.a-legend .schedule__discount-inner-container {
  margin-bottom: 32px;
  padding-bottom: 40px;
}
.a-legend .schedule__discount-inner-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__discount-inner-container {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
}
.a-legend .schedule__discount-price-title {
  display: block;
  margin-bottom: 16px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__discount-price-title {
    font-size: 1.8rem;
  }
}
.a-legend .schedule__discount-price {
  display: flex;
  align-items: flex-end;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .a-legend .schedule__discount-price {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.5rem;
  }
}
.a-legend .schedule__discount-normal {
  display: inline;
}
.a-legend .schedule__discount-normal .large {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  .a-legend .schedule__discount-normal .large {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__discount-normal .large {
    font-size: 2rem;
  }
}
.a-legend .schedule__discount-early .large {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  .a-legend .schedule__discount-early .large {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__discount-early .large {
    font-size: 2rem;
  }
}
.a-legend .schedule__discount-button {
  display: inline-block;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  background: #cc0000;
  font-weight: 700;
  color: #fff;
}
.a-legend .schedule__addition {
  font-size: 1.5rem;
  line-height: 1.65;
  color: #505050;
}
@media screen and (max-width: 480px) {
  .a-legend .schedule__addition {
    font-size: 1.3rem;
  }
}
.a-legend .schedule__addition div {
  margin-bottom: 16px;
}
.a-legend .schedule__addition div:last-child {
  margin-bottom: 0;
}
.a-legend .schedule__limited-edition {
  background: #cc0000;
  color: #fff;
  padding: 15px 20px 15px 25px;
}

.a-legend .entry-block {
  background: #fff;
  padding: -10px 0 30px;
}
.a-legend .entry-block:last-child {
  margin-bottom: auto;
}
.a-legend .entry-block__image-container {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .a-legend .entry-block__image-container {
    margin-bottom: 24px;
  }
}
.a-legend .entry-block__agreement {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.65;
}

.phone-block {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .phone-block {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.phone-block__title {
  margin-bottom: 8px;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .phone-block__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .phone-block__title {
    font-size: 1.6rem;
  }
}
.phone-block__business-hours {
  margin-bottom: 16px;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .phone-block__business-hours {
    font-size: 1.3rem;
  }
}
.phone-block__phone-number {
  display: inline-block;
  background: #9d9d9d;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  border: 3px solid #9d9d9d;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 100px;
  color: #fff;
  transition: all 0.2s;
}
.phone-block__phone-number:hover,
.phone-block__phone-number:visited,
.phone-block__phone-number:focus {
  text-decoration: none;
}
.phone-block__phone-number:hover,
.phone-block__phone-number:visited {
  background: none;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .phone-block__phone-number {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 2rem;
  }
}
.phone-block__phone-number i {
  position: relative;
  top: -2px;
  margin-right: 4px;
  font-size: 2.6rem;
}
@media screen and (max-width: 480px) {
  .phone-block__phone-number i {
    top: 1px;
    font-size: 2.3rem;
  }
}

.qanda__block {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .qanda__block {
    margin-bottom: 16px;
  }
}
.qanda__container {
  display: flex;
}
.qanda__container--answer .qanda__mark {
  align-items: flex-start;
  background: none;
  padding-top: 16px;
}
.qanda__container--answer .qanda__body {
  background: none;
  font-weight: 400;
}
.qanda__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-height: 64px;
  background: #9d9d9d;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.qanda__body {
  flex: 1;
  padding: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
  background: #fff;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .qanda__body {
    padding-left: 16px;
  }
}

.hybrid-block {
  padding: 16px;
  background: #fcebf0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #cc0000;
}
@media screen and (max-width: 480px) {
  .hybrid-block {
    font-size: 1.4rem;
  }
}

.button {
  display: block;
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  background: #cc0000;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: all linear 0.15s;
  text-align: center;
}
.button:hover,
.button:focus,
.button:visited {
  color: #fff;
  text-decoration: none;
}
.button:hover {
  background: #e00000;
}
@media screen and (max-width: 768px) {
  .button {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .button {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 80%;
    font-size: 1.6rem;
  }
}
.button .early-price {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .button .early-price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .button .early-price {
    font-size: 1.8rem;
  }
}
.button .cancel {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .button .cancel {
    margin-top: 12px;
    font-size: 1rem;
  }
}
.button--close {
  background: #8a8a8a;
}
.button--close:hover,
.button--close:focus,
.button--close:visited {
  color: #fff;
  text-decoration: none;
}
.button--close:hover {
  background: #8a8a8a;
}

.signature {
  margin-top: 64px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .signature {
    margin-top: 32px;
  }
}
.signature__box {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .signature img {
    width: 200px;
  }
}
.signature__name {
  font-weight: 700;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

.a-legend .entry-block__cancel {
  text-align: center;
  width: 98%;
  max-width: 800px;
  margin: 20px auto;
  padding: 25px 15px;
  color: #cc0000;
  line-height: 1.4;
  display: block;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #cc0000;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .a-legend .entry-block__cancel {
    padding: 15px;
    font-size: 14px;
    text-align: left;
  }
}

/*レジェンド*/


.schedule__price-box{
  display:flex;
  align-items: center;
}

.schedule__price-box .large {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -1px;
}
.schedule__price-early{
  font-weight: bold;
}
.schedule__price-discount{
  margin-bottom: 2.5rem;
  background: #fff;
  display: inline-block;
  font-weight: bold;
}
.schedule__price-discount span{
  padding: .5em 1.5em;
  border: 2px solid #cc0000;
  font-size:1.4rem;
}
.schedule__price-discount .schedule__price-coupon{
  background: #cc0000;
  color: #fff;
}
.schedule__price-discount .schedule__price-days{
  background: #fff;
  color: #cc0000;
}
@media screen and (max-width: 480px) {
  .schedule__price-box{
  display:block;
  }
  .schedule__price-discount span{
  padding: .3em .8em;
  border: 2px solid #cc0000;
  font-size:1.4rem;
  }
}