html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@keyframes loop {
  0% {
    transform: translateY(-100%);
  }
  6% {
    transform: translateY(0);
  }
  94% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

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

a {
  color: #00c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a div {
  color: black;
}

.hover_fade {
  opacity: 1;
  transition: 0.3s;
}

.hover_fade:hover {
  opacity: 0.6;
  text-decoration: none;
}

.fa, .fas {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.indent {
  text-indent: 1em;
  margin-left: -1em;
}

.unindent {
  text-indent: -1em;
  margin-left: 2em !important;
}

.lmargin {
  margin-left: 1em;
}

.txt_umargin2 {
  margin-bottom: 2em !important;
}

.txt_umargin4 {
  margin-bottom: 4em !important;
}

.txt_umargin6 {
  margin-bottom: 6em !important;
}

.txt_umargin10 {
  margin-bottom: 10px !important;
}

.txt_umargin15 {
  margin-bottom: 15px !important;
}

.txt_umargin20 {
  margin-bottom: 20px !important;
}

.txt_umargin30 {
  margin-bottom: 30px !important;
}

.txt_umargin40 {
  margin-bottom: 40px !important;
}

.txt_umargin60 {
  margin-bottom: 60px !important;
}

.txt_umargin80 {
  margin-bottom: 80px !important;
}

.txt_umargin100 {
  margin-bottom: 100px !important;
}

.mark_yellow {
  background: linear-gradient(0deg, rgba(255, 255, 0, 0.7) 0%, rgba(255, 255, 0, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.mark_orange {
  background: linear-gradient(0deg, rgba(255, 165, 0, 0.7) 0%, rgba(255, 165, 0, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.mark_blue {
  background: linear-gradient(0deg, rgba(102, 255, 255, 0.7) 0%, rgba(102, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.red {
  color: #e50001;
}

.blue {
  color: #0b66ad;
}

.black {
  color: black;
}

.gray6 {
  color: #555555;
}

.gray9 {
  color: gray;
}

.pink {
  color: #e62e8b;
}

.blueviolet {
  color: #7878b4;
}

.strong {
  font-weight: bold;
}

.center {
  text-align: center;
}

.size10 {
  font-size: 1.0rem !important;
}

.size12 {
  font-size: 1.2rem !important;
}

.size14 {
  font-size: 1.4rem !important;
}

.size16 {
  font-size: 1.6rem !important;
}

.size18 {
  font-size: 1.8rem !important;
}

.size20 {
  font-size: 2.0rem !important;
}

.size2.2 {
  font-size: 2.2rem !important;
}

.loop {
  overflow: hidden;
}

.loop img {
  width: 100%;
  height: 100%;
  animation: loop 8s linear infinite;
}

.inview {
  opacity: 0;
}

.inview.animated {
  opacity: 1;
}

body {
  background: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body header .header_top_pamph img {
  width: 100%;
  height: auto;
}

body header .header_top_h1 h1 {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 559px) {
  body header .header_top_h1 h1 {
    text-align: left;
    padding-left: 10px;
  }
  body header .header_top_h1 h1 img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 560px) {
  body header .header_top_h1 h1 img {
    width: 100%;
    height: auto;
  }
}

body header .header_top_form img {
  width: 100%;
  height: auto;
}

body header .header_bottom a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
  box-sizing: border-box;
  background-position: 0 100%;
  background-size: auto 200%;
}

body header .header_bottom a.header_bottom_link_a {
  background-image: linear-gradient(to bottom, rgba(35, 24, 21, 0) 50%, #231815 50%);
  border: #231815 1px solid;
}

body header .header_bottom a:hover, body header .header_bottom a:active {
  color: #221815;
  background-position: 0 0;
}

body header .header_bottom a li {
  font-weight: bold;
  text-align: center;
}

body .main_wrap .circle {
  font-size: 2.0rem;
  font-weight: bold;
  color: white;
  background-color: #1d2088;
  border-radius: 16px;
}

body .main_wrap .dig1 {
  padding: 4px 9px;
}

body .main_wrap .dig2 {
  padding: 4px;
}

body .main_wrap .one:before {
  background-position: 27px 0;
}

body .main_wrap .two:before {
  background-position: 54px 0;
}

body .main_wrap .three:before {
  background-position: 81px 0;
}

body .main_wrap .four:before {
  background-position: 108px 0;
}

body .main_wrap .five:before {
  background-position: 135px 0;
}

body .main_wrap .six:before {
  background-position: 162px 0;
}

body .main_wrap .seven:before {
  background-position: 189px 0;
}

body .main_wrap .eight:before {
  background-position: 216px 0;
}

body .main_wrap .nine:before {
  background-position: 243px 0;
}

body .main_wrap .ten:before {
  background-position: 270px 0;
}

body .main_wrap .eleven:before {
  background-position: 297px 0;
}

body .main_wrap .twelve:before {
  background-position: 324px 0;
}

body footer {
  background-color: #494342;
  color: white;
  font-size: 1.4rem;
}

body footer a {
  color: white;
  transition: 0.3s;
}

body footer a:hover, body footer a:active {
  color: #d0d0d0;
}

body footer #footer_bottom {
  background-color: #352f2d;
}

html {
  font-size: 62.5%;
}

html body {
  width: 100%;
  font-size: 1.6em;
}

html body footer,
html body .main_wrap {
  position: relative;
  /* overflow: hidden; */
}

html body .main_wrap {
  width: 100%;
  /*margin-top: $section_top_margin_sp;
      margin-bottom: 310px;*/
  /*section,
      .section {
        padding-top: $section_top_margin_sp;
        margin-top: calc({$section_top_margin_sp} * -1);
      }*/
}

@media (max-width: 559px) {
  html body .main_wrap .disable_mb {
    display: none;
  }
}

@media (min-width: 560px) {
  html body .main_wrap .disable_pc {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  html body .main_wrap {
    /*margin-top: $section_top_margin_tab;
        section,
        .section {
          padding-top: $section_top_margin_tab;
          margin-top: calc({$section_top_margin_sp} * -1);
        }*/
  }
}

@media (min-width: 960px) {
  html body .main_wrap {
    /*margin-top: $section_top_margin_pc;
        margin-bottom: 264px;
        section,
        .section {
          padding-top: $section_top_margin_sp;
          margin-top: calc({$section_top_margin_sp} * -1);
        }*/
  }
}

html body .main_wrap section {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 559px) {
  html body .main_wrap section {
    margin-bottom: 100px;
  }
}

@media (min-width: 560px) {
  html body .main_wrap section {
    margin-bottom: 160px;
  }
}

html body .main_wrap .section {
  width: 100%;
}

@media (max-width: 559px) {
  html body .main_wrap .section {
    margin-bottom: 80px;
  }
}

@media (min-width: 560px) {
  html body .main_wrap .section {
    margin-bottom: 100px;
  }
}

html body .main_wrap .img_wrap {
  width: calc( 100% - 20px);
  max-width: 400px;
  margin: 0 auto 20px;
}

html body .main_wrap .img_wrap img {
  width: 100%;
  height: auto;
}

html body .main_wrap .movie_wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 0 auto 80px;
}

html body .main_wrap .movie_wrap .playmark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: rgba(169, 169, 169, 0.8);
  padding-top: 25%;
  margin: 0 auto;
}

html body .main_wrap .flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

html body .main_wrap .btn_wrap {
  width: 216px;
  height: 48px;
  margin: 0 auto 20px;
}

html body .main_wrap p {
  width: calc(100% - 20px);
  line-height: 1.4;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

html body .main_wrap .link_button {
  display: block;
  width: calc( 100% - 20px);
  max-width: 620px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 559px) {
  html body .main_wrap .link_button img {
    width: 320px;
    height: 50px;
  }
}

@media (min-width: 560px) {
  html body .main_wrap .link_button img {
    width: 560px;
    height: 50px;
  }
}

html body .main_wrap .order_note_lists {
  width: calc(100% - 20px);
  max-width: 700px;
  margin: 0 auto;
}

html body .main_wrap .order_note_list {
  line-height: 1.5;
  margin: 0 0 20px 35px;
}

html body .main_wrap .order_note_list p {
  max-width: none;
  margin-bottom: 20px;
}

html body .main_wrap .order_note_list:before {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  content: " ";
  background-image: url("../../img/list_head_num.png");
  background-size: 1200% 100%;
  margin-left: -35px;
}

html body .main_wrap .download_button_wrap {
  text-align: center;
}

html body .main_wrap a.event_link:hover {
  text-decoration: none !important;
}

html body .main_wrap .kyositsu_img {
  margin-bottom: 80px;
}

html body .main_wrap .qanda_wrap {
  width: 100%;
  max-width: 460px;
  margin: 0 auto 40px;
}

html body .main_wrap .qanda_wrap .question {
  width: calc( 100% - 20px);
  background-color: #fffddf;
  padding: 10px;
  margin-bottom: 20px;
}

html body .main_wrap .qanda_wrap .answer {
  width: 100%;
  color: #e4007f;
}

html body .main_wrap .h3_wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

html body .main_wrap .h3_wrap .h3_wrap_up {
  height: 50px;
  text-align: center;
}

html body .main_wrap .h3_wrap .h3_wrap_up img {
  width: 50px;
  height: 50px;
}

html body .main_wrap .h3_wrap .h3_wrap_up_a {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 21px, #ef857d 21px, #ef857d 29px, rgba(255, 255, 255, 0) 29px, rgba(255, 255, 255, 0) 100%);
}

html body .main_wrap .h3_wrap .h3_wrap_up_b {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 21px, #a9d06b 21px, #a9d06b 29px, rgba(255, 255, 255, 0) 29px, rgba(255, 255, 255, 0) 100%);
}

html body .main_wrap .h3_wrap .h3_wrap_up_c {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 21px, #f4cf41 21px, #f4cf41 29px, rgba(255, 255, 255, 0) 29px, rgba(255, 255, 255, 0) 100%);
}

html body .main_wrap .h3_wrap .h3_wrap_up_d {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 21px, #f19674 21px, #f19674 29px, rgba(255, 255, 255, 0) 29px, rgba(255, 255, 255, 0) 100%);
}

html body .main_wrap .h3_wrap .h3_wrap_up_e {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 21px, #61c1be 21px, #61c1be 29px, rgba(255, 255, 255, 0) 29px, rgba(255, 255, 255, 0) 100%);
}

html body .main_wrap .h3_wrap .h3_wrap_up_f {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 21px, #54c3f1 21px, #54c3f1 29px, rgba(255, 255, 255, 0) 29px, rgba(255, 255, 255, 0) 100%);
}

html body .main_wrap .h3_wrap .h3_wrap_up_g {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 21px, #8f82bc 21px, #8f82bc 29px, rgba(255, 255, 255, 0) 29px, rgba(255, 255, 255, 0) 100%);
}

html body .main_wrap .h3_wrap .h3_wrap_up_h {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 21px, #ee87b4 21px, #ee87b4 29px, rgba(255, 255, 255, 0) 29px, rgba(255, 255, 255, 0) 100%);
}

html body .main_wrap .school_badge {
  margin: 0 auto 30px;
}

html body .main_wrap .school_badge .span_left {
  margin-right: 10px;
}

html body .main_wrap .school_badge .badge_nana {
  color: #0075c2;
}

html body .main_wrap .school_badge .badge_kita {
  color: #e85298;
}

html body .main_wrap .school_badge .badge_hiko {
  color: #6fba2c;
}

html body .main_wrap .school_badge .badge_online {
  color: #ef845d;
}

html body .main_wrap .school_badge_short {
  width: 230px;
}

html body .main_wrap .school_badge_long {
  width: 290px;
}

html body .main_wrap .taisyo_wrap {
  width: calc(100% - 20px);
  max-width: 420px;
  background-color: #fdeff5;
  line-height: 1.2;
  padding: 20px 10px;
  margin: 0 auto 30px;
}

html body .main_wrap .calender_wrap {
  margin: 0 auto 20px;
}

html body .main_wrap .calender_wrap .item {
  width: 270px;
  height: auto;
  margin-bottom: 10px;
}

html body .main_wrap .calender_wrap .item img {
  width: 100%;
  height: 100%;
}

html body .main_wrap .calender_wrap1 {
  width: 270px;
}

html body .main_wrap .calender_wrap3 {
  width: 270px;
}

@media (min-width: 960px) {
  html body .main_wrap .calender_wrap3 {
    width: 830px;
  }
  html body .main_wrap .calender_wrap3 .item1,
  html body .main_wrap .calender_wrap3 .item2 {
    margin-right: 10px;
  }
}

html body .main_wrap .calender_wrap4 {
  width: 270px;
}

@media (min-width: 960px) {
  html body .main_wrap .calender_wrap4 {
    width: 550px;
  }
  html body .main_wrap .calender_wrap4 .item1,
  html body .main_wrap .calender_wrap4 .item3 {
    margin-right: 10px;
  }
}

html body .main_wrap .calender_time_list {
  font-size: 1.0rem !important;
}

html body .main_wrap .kosyu_badge {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 20px;
}

html body .main_wrap .kosyu_badge .span_left {
  margin-right: 10px;
}

html body .main_wrap .kosyu_badge .badge_jitsugi {
  color: #1d2088;
}

html body .main_wrap .kosyu_badge .badge_waribiki {
  color: #e4007f;
}

html body .main_wrap .kosyu_badge_short {
  width: 230px;
}

html body .main_wrap .kosyu_badge_long {
  width: 290px;
}

html body .main_wrap .saigen_wrap {
  width: 270px;
  margin: 0 auto 20px;
}

@media (min-width: 960px) {
  html body .main_wrap .saigen_wrap {
    width: 100%;
    max-width: 850px;
  }
}

html body .main_wrap .saigen_wrap .img_wrap {
  width: 270px;
}

html body .main_wrap .total {
  width: 2em !important;
}

html body .main_wrap .total_txt {
  margin-bottom: 30px;
}

html body .main_wrap .total_lists {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  border: none !important;
  padding: 0 !important;
  margin: 0 auto 30px !important;
}

html body .main_wrap .total_dt {
  width: 6.5em !important;
}

html body .main_wrap .total_dd {
  width: calc(100% - 6.5em - 10px) !important;
}

html body .main_wrap .link_button_note {
  display: block;
  width: calc( 100% - 20px);
  max-width: 600px;
  height: 41px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: black;
  background-color: #fff89b;
  padding-top: 16px;
  margin: 0 auto 40px;
}

html body .main_wrap .link_button_note:hover {
  text-decoration: none;
}

html body .main_wrap .link_button_pagetop {
  display: block;
  width: 162px;
  height: 36px;
  margin: 0 auto;
}

html body .main_wrap .link_button_pagetop img {
  width: 100%;
  height: auto;
}

html body footer {
  padding: 10px 0;
}

html body footer #footer_link_wrap {
  margin-bottom: 360px;
}

html body footer #footer_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  padding: 60px 0;
}

html body footer #footer_bottom #footer_bottom_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
}

@media (min-width: 960px) {
  html body footer #footer_bottom #footer_bottom_wrap {
    width: 98%;
    max-width: 941px;
    padding-left: 2%;
  }
  html body footer #footer_bottom #footer_bottom_wrap #footer_bottom_inner_inq {
    width: 80%;
  }
  html body footer #footer_bottom #footer_bottom_wrap #footer_bottom_inner_siryo {
    width: 20%;
  }
  html body footer #footer_bottom #footer_bottom_wrap .footer_bottom_inner {
    text-align: left;
  }
}

@media (min-width: 560px) and (max-width: 959px) {
  html body footer #footer_bottom #footer_bottom_wrap .footer_bottom_inner {
    width: 35%;
    margin-left: 15%;
    text-align: left;
  }
}

@media (max-width: 559px) {
  html body footer #footer_bottom #footer_bottom_wrap .footer_bottom_inner {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
