@charset "UTF-8";
/*============================================================
  https://www.modularscale.com/?18&px&1.125
  font-sizeは基本的に下記のサイズの中から使用する

  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
  11px = 1.1rem

============================================================*/
/*============================================================
  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: #333;
  -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;
}

.font-x-medium {
  font-size: 2.2rem !important;
}

@media screen and (max-width: 480px) {
  .font-x-medium {
    font-size: 1.8rem !important;
  }
}
.question-indent {
  padding-left: 1.5em;
  position: relative;
}

.question-indent:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
}

.between-indent {
  padding-left: 1em;
  position: relative;
}

.between-indent:before {
  content: "～";
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox-indent {
  padding-left: 1.5em;
  position: relative;
}

.checkbox-indent:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  content: url(../images/checkbox.png);
  display: inline-block;
  width: 5px;
  height: 5px;
}

.container {
  width: 94%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .container {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .container--full-width {
    width: 100%;
  }
}
.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;
}
.container--full {
  max-width: 1920px;
}

/*============================================================
  grid
============================================================*/
.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid::after {
  content: none;
}
.grid--card {
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .grid--card {
    flex-direction: column;
  }
}
.grid--card .grid__column {
  width: calc(33.33333% - 24px);
}
@media screen and (max-width: 768px) {
  .grid--card .grid__column {
    width: calc(50% - 16px);
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .grid--card .grid__column {
    width: 100%;
    margin-bottom: 16px;
  }
  .grid--card .grid__column:last-child {
    margin-bottom: auto;
  }
}
.grid--hybrid-image {
  justify-content: space-between;
}
.grid--hybrid-image .grid__column {
  width: calc(50% - 16px);
}
@media screen and (max-width: 480px) {
  .grid--hybrid-image .grid__column {
    width: calc(50% - 4px);
  }
}

.column {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  column-gap: 0;
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 768px) {
  .column {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.column--count-3 {
  -moz-column-count: 3;
  column-count: 3;
}
@media screen and (max-width: 1024px) {
  .column--count-3 {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  .column--count-3 {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.column--count-4 {
  -moz-column-count: 4;
  column-count: 4;
}
@media screen and (max-width: 1024px) {
  .column--count-4 {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  .column--count-4 {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.column__container {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 480px) {
  .column__container {
    margin-bottom: 16px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}
.flex__container {
  width: calc(50% - 16px);
  margin-bottom: 32px;
}
.flex__container:last-child {
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .flex__container {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.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;
}

.whole {
  background: #f9f9f9;
  position: relative;
  padding-bottom: 50px;
}
.whole__top {
  position: absolute;
  top: -80px;
  left: 0%;
  z-index: 0;
  width: 100vw;
  height: 25vh;
}
.whole__top--bg-black {
  background: #111;
}

.box {
  border: 15px solid whitesmoke;
  background-color: #fff;
  box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.1);
  padding: 0px 80px 0px;
  margin: 80px auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .box {
    padding: 0px 50px 0px;
    border: 10px solid whitesmoke;
  }
}
@media screen and (max-width: 480px) {
  .box {
    padding: 0px 5px 0px;
    border: 5px solid whitesmoke;
    margin: 30px auto 0px;
  }
}

.whole2 {
  padding-top: 80px;
}

.box2 {
  margin: 0px auto 50px;
}

.frame__box {
  padding: 40px;
  border: 5px solid #f0f0f0;
  background: #fff;
  margin: 0px 0px 90px 0px;
}
.frame__box--mb2 {
  margin: 0px 0px 60px 0px;
}
@media screen and (max-width: 768px) {
  .frame__box--mb2 {
    margin: 0px 0px 60px 0px;
  }
}
@media screen and (max-width: 480px) {
  .frame__box--mb2 {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (max-width: 768px) {
  .frame__box {
    padding: 30px;
    margin: 0px 0px 60px 0px;
  }
}
@media screen and (max-width: 480px) {
  .frame__box {
    padding: 15px;
    margin: 0px 0px 30px 0px;
  }
}

.frame__box-2 {
  padding: 40px;
  border: 5px solid #f0f0f0;
  background: #fdfdfd;
  margin: 0px 0px 90px 0px;
}
@media screen and (max-width: 768px) {
  .frame__box-2 {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .frame__box-2 {
    padding: 15px;
  }
}

.headline-title {
  padding-top: 0.5em; /*上下の余白*/
  padding-bottom: 0.5em; /*上下の余白*/
  border-top: solid 2px #111; /*上線*/
  border-bottom: solid 2px #111; /*下線*/
  width: 80%;
}
@media screen and (max-width: 768px) {
  .headline-title {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .headline-title {
    width: 100%;
  }
}

.caution {
  padding-top: 64px;
  padding-bottom: 112px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .caution {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 480px) {
  .caution {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.entry-block__body .caution-block {
  padding: 1em;
  background: #fefafc;
  border: 2px solid #f5a4a4;
  font-size: 0.9em;
  margin: 4em auto 2em;
  width: 70%;
  max-width: 520px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .entry-block__body .caution-block {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-repeat: no-repeat;
}
@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--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-info {
  padding-top: 176px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .section--p-info {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .section--p-info {
    padding-top: 96px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .section--p-info {
    padding-top: 48px;
    padding-bottom: 32px;
    padding-top: 48px;
    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--pt-none {
  padding-top: 0;
}
.section--bg-blue {
  background-color: #666;
}
.section--bg-blue-light {
  background-color: #fafafa;
}

.masthead__container {
  /*メイン画像の幅を調節*/
  width: 100%;
  max-width: 1250px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.masthead__container--small {
  max-width: 1200px;
}

.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--blue .heading__title-english {
  color: #111;
}
.heading--blue .heading__title-english::before,
.heading--blue .heading__title-english::after {
  background: #111;
}
.heading--blue .heading__title {
  color: #111;
}
.heading__title-english {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .heading__title-english {
    font-size: 2.3rem;
  }
}
@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: #333;
}
@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;
  color: #111;
}
@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--large {
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .heading__title--large {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__title--large {
    font-size: 2.7rem;
  }
}
.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;
  }
}
.heading__title--color-dark {
  color: #333;
}
.heading__sub-title {
  margin-top: 16px;
  font-size: 2.6rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading__sub-title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .heading__sub-title {
    font-size: 1.8rem;
  }
}

.schedule {
  width: 100%;
  font-size: 1.7rem;
}
@media screen and (max-width: 480px) {
  .schedule {
    font-size: 1.5rem;
  }
}
.schedule__title {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  background: #021d49;
  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-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .schedule__container {
    padding: 0;
    border: none;
  }
}
.schedule__body {
  border: 1px solid #eee;
}
.schedule__tr {
  border-bottom: 1px solid #eee;
}
.schedule__th {
  width: 180px;
  background: #fafafa;
  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 #eee;
    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: #effaff;
}
@media screen and (max-width: 480px) {
  .schedule__course-block {
    padding: 16px;
  }
}
.schedule__course-block:last-child {
  margin-bottom: 0;
}
.schedule__course-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .schedule__course-container {
    flex-direction: column;
    align-items: center;
  }
}
.schedule__course-container:after {
  content: none;
}
.schedule__course-title-container {
  padding-right: 32px;
  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: flex;
    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-catchcopy {
  background: #cc0000;
  color: #fff;
  padding: 15px 20px 15px 25px;
}
.schedule__course-maintitle {
  font-size: 2.4rem;
  font-weight: 900;
}
.schedule__course-maintitle span {
  font-size: 2.2rem;
}
.schedule__course-title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #999;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@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__price-title-container {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  background: #003b99;
}
@media screen and (max-width: 480px) {
  .schedule__price-title-container {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.schedule__price-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}
@media screen and (max-width: 480px) {
  .schedule__price-title {
    font-size: 1.8rem;
  }
}
.schedule__price-sub-title {
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .schedule__price-sub-title {
    font-size: 1.4rem;
  }
}
.schedule__discount-title {
  padding: 16px;
  background: #e6e6e6;
  font-size: 2rem;
  font-weight: bold;
}
.schedule__discount-body,
.schedule__price-body {
  padding-top: 22.4px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  background: #fcfaf5;
}
@media screen and (max-width: 480px) {
  .schedule__discount-body,
  .schedule__price-body {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.schedule__discount-box {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #003b99;
}
.schedule__discount-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.schedule__discount-box-title {
  margin-bottom: 8px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .schedule__discount-box-title {
    font-size: 2rem;
  }
}
.schedule__discount-limited {
  margin-bottom: 24px;
  font-size: 2.6rem;
  font-weight: 700;
  color: red;
}
@media screen and (max-width: 480px) {
  .schedule__discount-limited {
    font-size: 2rem;
  }
}
.schedule__discount-inner-container {
  margin-bottom: 32px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #f9f9f9;
}
.schedule__discount-inner-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .schedule__discount-inner-container {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
}
.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;
  }
}
.schedule__discount-price {
  display: flex;
  align-items: flex-start;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .schedule__discount-price {
    flex-direction: column;
    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: #666;
}
@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: #666;
}
@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__notes h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 1.7rem;
  color: #333333;
}
.schedule__outline-day {
  margin: 0px 0px 10px 0px;
  padding: 20px 20px 20px 20px;
  background: #fafafa;
}

.sign {
  width: 80%;
  margin-left: auto;
}

.entry-block {
  background: #fff;
}
.entry-block:last-child {
  margin-bottom: auto;
}
.entry-block__title {
  padding: 16px;
  background: #003b99;
  font-size: 2.9rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .entry-block__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .entry-block__title {
    font-size: 2rem;
  }
}
.entry-block__body {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 480px) {
  .entry-block__body {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.entry-block__image-container {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .entry-block__image-container {
    margin-bottom: 24px;
  }
}
.entry-block__button-container {
  margin-bottom: 16px;
  text-align: center;
}
.entry-block__button {
  display: inline-block;
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #cc0000;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.entry-block__button:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .entry-block__button {
    width: 75%;
    font-size: 2rem;
  }
}
.entry-block__agreement {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.65;
}
.entry-block__notice {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  border: 1px dashed #b8b8b8;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .entry-block__notice {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .entry-block__notice {
    max-width: 80%;
    padding: 8px;
  }
}
.entry-block__notice p {
  margin-bottom: 8px;
}
.entry-block__notice p:last-child {
  margin-bottom: 0;
}

.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;
  }
} /*# sourceMappingURL=styles.css.map */

/* ページ上申込数 */
.number-app {
  text-align: right;
}
.number-app .number-app__people {
  background: #cc0000;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  margin-right: -2.5vw;
}

.number-app .number-app__full {
  color: #cc0000;
  display: inline-block;
  padding: 5px 18px;
  margin-right: -1.5vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .number-app .number-app__people {
    margin-right: 0px;
  }

  .number-app .number-app__full {
    margin-right: 15px;
  }
}

/* 価格周り */
.schedule__price-discount {
  margin-bottom: 2.5rem;
  background: #fff;
  display: inline-block;
  font-weight: bold;
}
.schedule__price-discount span {
  padding: 0.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-discount span {
    padding: 0.3em 0.8em;
    border: 2px solid #cc0000;
    font-size: 1.4rem;
  }
}

/* ファーストビュー部分 */
.price-box {
  display: flex;
  justify-content: right;
  margin-left: auto;
  max-width: 250px;
  flex-direction: column;
}
.price-box__bg {
  margin-bottom: 20px;
  line-height: 1.4;
  background: #fff7f7;
  padding: 30px 20px;
}
.price-box--center {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .price-box {
    margin: 0 auto 16px;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .price-box__bg {
    padding: 15px 15px;
  }
  .price-box--fsmall {
    font-size: 1.4rem !important;
  }

  .price-box {
    width: 200px;
    margin: 0 auto 16px;
    flex-direction: column;
  }
}

.price-block img {
  width: 32%;
}

@media screen and (max-width: 480px) {
  .price-block img {
    width: 50%;
  }
}

.notice {
  border: 1px solid #3e3d43;
  margin-top: 0.6em;
  background-size: auto auto;
  background-color: rgba(238, 238, 238, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(230, 230, 230, 1) 2px, rgba(230, 230, 230, 1) 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-align: center;
  line-height: 1.3;
  width: 250px;
  font-size: 0.9em;
}

@media screen and (max-width: 900px) {
  .notice {
    margin: 0.5em auto 0em;
    font-size: 1em;
  }
}

@media screen and (max-width: 480px) {
  .notice {
    padding: 0rem 1rem;
    margin: 0.5em auto 0em;
    font-size: 1.4rem;
    height: 45px;
    width: 200px;
  }
}

.box-btm {
  margin-top: -7em;
}

@media screen and (max-width: 900px) {
  .box-btm {
    margin-top: 0em;
  }
}


.bank-card-border {
  border-bottom: #999 1px dotted;
  padding: 0 0 30px 0;
  margin: 0 0 25px 0;
}