@charset "UTF-8";
/*@import "variables.scss";
@import "mixins.scss";*/
/* ▼ reset-css ▼ */
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-modelf
   ========================================================================== */
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm
   ========================================================================== */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration)
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all .3s;
  /* 追加 */ }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
  /* 追加 */
  height: auto;
  /* 追加 */ }

embed, object, iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  padding: 0;
  /* 1 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ▼ color-set ▼ light～dark
   ========================================================================== */
/*school girl*/
/*txtLink*/
/*school boy*/
/*tag*/
/*school mix*/
/* ▼ size ▼
   ========================================================================== */
/* ▼ other ▼
   ========================================================================== */
.txtBold {
  font-weight: bold; }

.txtSmall {
  font-size: 80%;
  vertical-align: middle; }

.note {
  color: #575756; }

/* ▼ Contents ▼
   ========================================================================== */
body {
  overflow-x: hidden;
  font-family: YuGothic, 游ゴシック体, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "Droid Sans", メイリオ, Meiryo, "ＭＳＰゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000; }

.spOnly {
  display: none; }

.pcOnly {
  display: block; }

.txtLink {
  color: #1f2bff;
  text-decoration: none;
  font-weight: bold; }
  .txtLink:hover {
    color: #1f2bff;
    font-weight: bold;
    text-decoration: underline; }

a {
  color: #000;
  text-decoration: none; }

a, a:hover, a:focus, a:active, a.active {
  outline: none; }

section {
  margin-top: -55px;
  padding-top: 55px; }
  section.subscription {
    margin-top: 0; }

#am, #pm {
  padding-top: 35px;
  margin-top: -35px; }

#time-school, #firstcom-school {
  padding-top: 45px;
  margin-top: -45px; }

#map {
  margin-top: 0; }

/*TOPボタン*/
.top-link {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 43px;
  height: 43px;
  z-index: 1000; }

.top-link a {
  width: 100%;
  height: 100%;
  display: block;
  background: url("../img/icon-top-link.png") no-repeat;
  background-size: 100%; }

.top-link a:hover {
  background: url("../img/icon-top-link_on.png") no-repeat;
  background-size: 100%; }

/*モーダル共通*/
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%; }

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 840px;
  position: relative; }
  .modal__content .js-modal-close {
    position: absolute;
    right: -13px;
    top: -10px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #000;
    opacity: .5; }
    .modal__content .js-modal-close::before, .modal__content .js-modal-close::after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 14px;
      height: 2px;
      margin: auto;
      background: #fff; }
    .modal__content .js-modal-close::before {
      transform: rotate(-45deg); }
    .modal__content .js-modal-close::after {
      transform: rotate(45deg); }

/*アコーディオン*/
.acd-check {
  display: none; }

.acd-label {
  background: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px; }

.acd-content {
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden; }

.acd-check:checked + .acd-label + .acd-content {
  max-height: 3000px;
  height: auto;
  opacity: 1;
  visibility: visible; }

@media (min-width: 992px) {
  .pc-open .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible; }
  .pc-open .acd-label {
    cursor: default; } }
.js-modal-open {
  cursor: pointer; }

.secTitle {
  width: 940px;
  margin: 0 auto;
  text-align: center;
  font-size: 45px;
  font-weight: bold; }
  .secTitle .secSubTitle {
    display: block;
    font-size: 37px; }

/*nav*/
.navbar-custom.affix-top {
  background-color: #666666;
  padding: 10px 0; }

.navbar-default {
  background-color: #666666;
  padding: 10px 0; }
  .navbar-default .navbar-brand {
    padding: 0;
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    padding-bottom: 10px; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #fff; }
    .navbar-default .navbar-brand span {
      font-size: 22px;
      color: #FFED00; }
  .navbar-default .navbar-nav > li, .navbar-default .navbar-nav .active {
    position: relative;
    bottom: -10px; }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .active > a {
      color: #fff; }
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus, .navbar-default .navbar-nav .active > a:active {
        color: #fff;
        background-color: transparent; }
        .navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after, .navbar-default .navbar-nav > li > a:active::after, .navbar-default .navbar-nav .active > a:hover::after, .navbar-default .navbar-nav .active > a:focus::after, .navbar-default .navbar-nav .active > a:active::after {
          content: "";
          position: absolute;
          width: 84%;
          height: 4px;
          margin: auto;
          left: 0;
          right: 0;
          bottom: 0;
          border-bottom: 4px solid #FFF799; }
    .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav .active.active > a {
      color: #fff;
      background-color: transparent; }
      .navbar-default .navbar-nav > li.active > a::after, .navbar-default .navbar-nav .active.active > a::after {
        content: "";
        position: absolute;
        width: 84%;
        height: 4px;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 4px solid #FFF799; }
    .navbar-default .navbar-nav > li .storage, .navbar-default .navbar-nav .active .storage {
      display: none;
      width: 180px;
      height: 92px;
      position: absolute;
      background: #fff;
      box-shadow: 2px 2px 3px #333;
      padding: 16px 0;
      left: 50%;
      bottom: -92px;
      right: 50%;
      transform: translate(-50%);
      text-align: center; }
      .navbar-default .navbar-nav > li .storage a, .navbar-default .navbar-nav .active .storage a {
        line-height: 2.6;
        display: block;
        font-size: 13px; }
    .navbar-default .navbar-nav > li:hover .storage, .navbar-default .navbar-nav .active:hover .storage {
      display: block; }

/*header*/
header {
  padding-top: 70px;
  background: #fff; }
  header .intro-text {
    margin: 2px auto 20px;
    background: #004093; }
    header .intro-text img {
      max-width: 728px; }
  header .intro-text02 {
    margin: 0 auto 42px; }
    header .intro-text02 img {
      max-width: 728px; }
  header .intro-main {
    margin: 2px 0 20px; }
    header .intro-main img {
      width: 100%;
      max-width: 100%; }

/*グレー背景部分*/
.head-schedule {
  padding: 48px 0 26px;
  color: #231815;
  background: #f1f1f1;
  position: relative;
  /*min-height: 434px;*/ }
  .head-schedule img {
    width: 100%;
    max-width: 100%; }
  .head-schedule .schedule-flex {
    display: flex;
    justify-content: center;
    max-width: 100%;
    /*&::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 12px;
        width: 100%;
        background-image: repeating-linear-gradient(-45deg,#F1F1F1 0,#F1F1F1 6px,#fff 6px,#fff 8px);
        background-repeat: repeat-x;
    }*/
    /*&::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 12px;
        width: 100%;
        background-image: repeating-linear-gradient(-45deg,#F1F1F1 0,#F1F1F1 6px,#fff 6px,#fff 8px);
        background-repeat: repeat-x;
    }*/ }
    .head-schedule .schedule-flex .day {
      margin: 0 15px; }
      .head-schedule .schedule-flex .day .place2 {
        margin-top: 22px;
        font-size: 24px;
        font-weight: bold; }
        .head-schedule .schedule-flex .day .place2 span {
          line-height: 1;
          margin-right: 10px;
          font-size: 23px;
          display: inline-block;
          padding: 4px 12px 3px;
          border: 2px solid #e10012;
          background: #fff; }
    .head-schedule .schedule-flex .time {
      margin: 0 15px; }
      .head-schedule .schedule-flex .time .brackets {
        line-height: 1.286;
        font-size: 21px;
        text-align: center;
        font-weight: bold;
        position: relative;
        margin-top: 22px; }
        .head-schedule .schedule-flex .time .brackets::before {
          content: "";
          width: 13px;
          height: 78px;
          background: url("../img/brackets-l.png") no-repeat;
          position: absolute;
          margin: auto;
          left: 0;
          top: 0;
          bottom: 0; }
        .head-schedule .schedule-flex .time .brackets::after {
          content: "";
          width: 13px;
          height: 78px;
          background: url("../img/brackets-r.png") no-repeat;
          position: absolute;
          margin: auto;
          right: 0;
          top: 0;
          bottom: 0; }
      .head-schedule .schedule-flex .time .place {
        margin-top: 54px;
        text-align: left;
        font-size: 27px;
        font-weight: bold; }
        .head-schedule .schedule-flex .time .place span {
          line-height: 1;
          margin-right: 10px;
          font-size: 23px;
          display: inline-block;
          padding: 4px 12px 3px;
          border: 2px solid #e10012;
          background: #fff; }
  @media (min-width: 768px) {
    .head-schedule {
      flex-wrap: wrap; } }

/*コロナ対策へのリンク*/
.covid-popup {
  color: #000;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 26px; }
  .covid-popup .pop-content {
    display: block;
    background: #FFF5AD;
    margin: 0 auto;
    width: 370px; }
    .covid-popup .pop-content a {
      display: block;
      color: #e10012;
      padding: 12px;
      font-size: 20px;
      font-weight: 400; }
      .covid-popup .pop-content a span {
        font-size: 18px;
        font-weight: bold;
        margin-top: 12px;
        background: #fff;
        display: inline-block;
        border-radius: 20px;
        padding: 6px 20px; }
      .covid-popup .pop-content a:hover {
        text-decoration: none;
        opacity: .7; }
  @media (min-width: 992px) {
    .covid-popup {
      left: 30px; } }
  @media (min-width: 1200px) {
    .covid-popup {
      left: 130px; } }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%; }
  .modal.covid .modal__content {
    background: #FFF5AD;
    color: #000;
    padding: 24px; }
    .modal.covid .modal__content .covid-title {
      color: #e10012;
      text-align: center;
      font-size: 24px;
      padding: 10px 0 20px;
      font-weight: bold; }
    .modal.covid .modal__content .note-list {
      display: flex;
      justify-content: space-between; }
      .modal.covid .modal__content .note-list ul {
        border-top: 3px dotted #e10012;
        list-style: none;
        padding: 0;
        width: 245px; }
        .modal.covid .modal__content .note-list ul li {
          font-size: 13px;
          display: flex;
          align-items: center;
          padding: 10px 0;
          padding-left: 1.3em;
          text-align: left;
          border-bottom: 3px dotted #e10012; }
          .modal.covid .modal__content .note-list ul li.list01 .image {
            width: 100px;
            min-width: 100px; }
          .modal.covid .modal__content .note-list ul li.list03 .image {
            width: 64px;
            min-width: 64px; }
          .modal.covid .modal__content .note-list ul li.list04 .image {
            width: 64px;
            min-width: 64px; }
          .modal.covid .modal__content .note-list ul li.list05 .image {
            width: 102px;
            min-width: 102px; }
          .modal.covid .modal__content .note-list ul li.list06 .image {
            width: 78px;
            min-width: 78px; }
          .modal.covid .modal__content .note-list ul li.list07 .image {
            width: 80px;
            min-width: 80px; }
          .modal.covid .modal__content .note-list ul li.list08 .image {
            width: 69px;
            min-width: 69px; }
          .modal.covid .modal__content .note-list ul li p {
            font-weight: bold;
            text-indent: -1.3em;
            line-height: 1.4; }
          .modal.covid .modal__content .note-list ul li .image {
            text-indent: 0;
            padding: 0;
            line-height: 0;
            padding-left: 1em; }
          .modal.covid .modal__content .note-list ul li .num {
            padding-right: .3em;
            color: #e10012; }
          .modal.covid .modal__content .note-list ul li .caution {
            font-weight: normal;
            font-size: 11px;
            display: block;
            text-indent: 0;
            margin-left: -1.3em; }

.requestArea {
  width: 960px;
  margin: 0 auto 4em; }
  .requestArea .btnArea {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1.5em; }
    .requestArea .btnArea .btns .requestBtn {
      display: block;
      position: relative;
      width: 550px;
      font-weight: bold;
      text-align: center;
      /*padding-left: 1em;*/
      line-height: 50px;
      color: #fff;
      border-radius: 10px;
      font-size: 27px;
      letter-spacing: .1em;
      text-decoration: none;
      transition: all .3s; }
      .requestArea .btnArea .btns .requestBtn:after {
        content: "";
        position: absolute;
        top: 40%;
        right: 1em;
        width: 16px;
        height: 16px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        margin: auto; }
      .requestArea .btnArea .btns .requestBtn:hover {
        opacity: 0.7; }
    .requestArea .btnArea .btns .btnAm {
      background: #2B91D2; }
    .requestArea .btnArea .btns .btnPm {
      background: #F9D334;
      color: #000; }
    .requestArea .btnArea .btns .btnentry {
      background: #f3aedc;
      color: #fff;
      padding: 5px 0; }
  .requestArea p {
    color: #575756;
    font-size: 18px;
    text-align: center; }

.benefits {
  width: 940px;
  margin: 0 auto;
  padding: 2em 2em 1.5em;
  background: #f1f1f1; }
  .benefits .benefitsTitle {
    color: #e10012;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin-bottom: .5em; }
  .benefits .benefitsList {
    display: flex;
    flex-direction: column;
    width: 760px;
    margin: 0 auto;
    font-size: 18px; }
    .benefits .benefitsList list {
      margin-bottom: .5em; }

.notice {
  width: 940px;
  margin: 30px auto 0;
  padding: 2em 2em 1.5em;
  border: #f1f1f1 solid;
  /*background: $gray;*/ }
  .notice .noticeTitle {
    color: #e10012;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin-bottom: .5em; }
  .notice .noticeList {
    display: flex;
    flex-direction: column;
    width: 760px;
    margin: 0 auto;
    font-size: 18px; }
    .notice .noticeList list {
      margin-bottom: .5em; }

/* ▼ section program ▼ */
.program {
  margin-top: 0; }
  .program .schedule {
    margin-top: 1em; }
    .program .schedule .timeTitle {
      display: block;
      width: 100%;
      font-size: 20px;
      color: #fff;
      text-align: center;
      padding: .5em .5em .4em;
      font-weight: bold;
      margin-bottom: 1em; }
  .program .placeArea {
    width: 940px;
    margin: 0 auto; }
    .program .placeArea .placeBox {
      display: flex;
      justify-content: space-between;
      margin-bottom: 2em; }
      .program .placeArea .placeBox > li .placeTitle {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding-bottom: .3em; }
      .program .placeArea .placeBox > li .programArea .timeSchedule {
        font-size: 15px;
        font-weight: bold;
        color: #004093;
        padding: .5em 0 .3em;
        text-align: center;
        border-bottom: #888888 solid 1px; }
      .program .placeArea .placeBox > li .programArea .topic {
        margin: .5em 0 .3em;
        font-size: 18px;
        font-weight: bold; }
        .program .placeArea .placeBox > li .programArea .topic span {
          display: block;
          font-size: 15px; }
      .program .placeArea .placeBox > li .programArea .topic02 {
        margin: .5em 0 1em;
        font-size: 23px;
        font-weight: bold; }
        .program .placeArea .placeBox > li .programArea .topic02 span {
          margin-top: .3em;
          display: block;
          font-size: 20px; }
      .program .placeArea .placeBox > li .programArea:nth-of-type(2) .timeSchedule {
        text-align: left; }
      .program .placeArea .placeBox > li .programArea .txtArea {
        color: #888888;
        margin-top: .3em;
        font-weight: bold; }
        .program .placeArea .placeBox > li .programArea .txtArea p {
          margin-bottom: .8em; }
        .program .placeArea .placeBox > li .programArea .txtArea .txt {
          color: #000;
          line-height: 1.7;
          font-weight: normal; }
        .program .placeArea .placeBox > li .programArea .txtArea .tagMovie {
          padding: 0 1.25em 0 .2em; }
          .program .placeArea .placeBox > li .programArea .txtArea .tagMovie::before {
            top: 1px;
            display: inline-block; }
      .program .placeArea .placeBox > li .programArea .note {
        color: #888888;
        font-size: 12px;
        margin-top: .5em;
        line-height: 1.5;
        font-weight: bold; }
      .program .placeArea .placeBox > li .programArea .capacity {
        padding: .8em 0 1em;
        text-align: right;
        font-size: 13px;
        font-weight: bold; }
  .program .am .timeTitle {
    background: #2B91D2; }
    @media (min-width: 992px) {
      .program .am .timeTitle {
        margin-top: 14px; } }
  .program .am .placeBox > li {
    text-align: left; }
    .program .am .placeBox > li:nth-of-type(1) {
      width: 618px; }
    .program .am .placeBox > li:nth-of-type(2) {
      width: 288px; }
    .program .am .placeBox > li .timeSchedule {
      text-align: left !important; }
  .program .am .placeTitle {
    border-bottom: #2B91D2 solid 2px; }
  .program .am .t20 {
    margin-top: 20px; }
  .program .pm .timeTitle {
    background: #F9D334;
    color: #000; }
  .program .pm .placeBox > li {
    width: 290px; }
  .program .pm .placeTitle {
    border-bottom: #F9D334 solid 2px; }

.panelistArea {
  display: flex;
  justify-content: space-between;
  margin: 1em 0; }
  .panelistArea .profileArea .ttl {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: .3em;
    border-bottom: #231815 solid 1px;
    margin-bottom: 0.5em;
    justify-content: space-between; }
    .panelistArea .profileArea .ttl:before {
      content: "■";
      color: #ed7e00;
      font-size: inherit;
      left: 0;
      top: auto;
      margin-right: .3em; }
  .panelistArea .profileArea .note {
    font-size: 14px;
    margin-bottom: 1em; }
  .panelistArea .profileArea:nth-of-type(1) {
    width: 456px; }
  .panelistArea .profileArea:nth-of-type(2) {
    width: 144px; }
  .panelistArea .profileArea .profileBox {
    display: flex;
    justify-content: space-between; }
    .panelistArea .profileArea .profileBox .profilePhoto {
      width: 144px; }
      .panelistArea .profileArea .profileBox .profilePhoto figcaption {
        margin-top: .5em;
        font-size: 12px; }
        .panelistArea .profileArea .profileBox .profilePhoto figcaption em {
          font-weight: bold;
          font-style: normal; }
          .panelistArea .profileArea .profileBox .profilePhoto figcaption em span {
            font-size: 18px; }
    .panelistArea .profileArea .profileBox a:hover {
      opacity: 0.7; }
    .panelistArea .profileArea .profileBox img {
      width: 100%;
      height: auto; }
  .panelistArea .profileArea .modal__content {
    width: 588px;
    padding: 32px 52px; }
    .panelistArea .profileArea .modal__content .profilePhoto {
      width: 190px; }
    .panelistArea .profileArea .modal__content .profileDetail {
      font-size: 15px;
      margin-left: 28px;
      width: 260px; }
  .panelistArea .profileArea .profile-flex {
    display: flex; }

/* program アコーディオン、モーダル*/
.reservation-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

.reservation-modal .js-modal-open, .reservation-modal .acd-label, .reservation-acd .js-modal-open, .reservation-acd .acd-label {
  border: 2px solid #ef9400;
  font-size: 16px;
  padding: 3px 8px 2px;
  position: relative;
  color: #575756; }
  .reservation-modal .js-modal-open::before, .reservation-modal .acd-label::before, .reservation-acd .js-modal-open::before, .reservation-acd .acd-label::before {
    content: "";
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ef9400;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .reservation-modal .js-modal-open::after, .reservation-modal .acd-label::after, .reservation-acd .js-modal-open::after, .reservation-acd .acd-label::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.reservation-modal .acd-label::after, .reservation-acd .acd-label::after {
  transition: .5s;
  right: 15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -2px; }
.reservation-modal .acd-check:checked + .acd-label::after, .reservation-acd .acd-check:checked + .acd-label::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 2px; }
.reservation-modal.pc-open .js-modal-open::before, .reservation-modal.pc-open .js-modal-open::after, .reservation-modal.pc-open .acd-label::before, .reservation-modal.pc-open .acd-label::after, .reservation-acd.pc-open .js-modal-open::before, .reservation-acd.pc-open .js-modal-open::after, .reservation-acd.pc-open .acd-label::before, .reservation-acd.pc-open .acd-label::after {
  content: none; }

.reservation-acd {
  width: 618px;
  max-width: 100%; }
  .reservation-acd:first-child {
    width: 290px; }
  .reservation-acd .school-flex {
    display: flex;
    justify-content: space-between; }
    .reservation-acd .school-flex ul {
      width: 290px; }
  .reservation-acd .time-list {
    border-bottom: 2px solid #ef9400; }
    .reservation-acd .time-list li {
      font-size: 14.5px;
      padding: 10px 0;
      display: flex; }
      .reservation-acd .time-list li span:first-child {
        padding-right: 1em;
        font-weight: bold; }
      .reservation-acd .time-list li:first-child {
        border-bottom: 2px dotted #888888; }
  .reservation-acd .reservation-school {
    padding: 10px 0; }
    .reservation-acd .reservation-school li {
      padding: 0 .25em .5em 4.5em;
      font-size: 14px;
      position: relative;
      font-weight: 500; }
      .reservation-acd .reservation-school li span {
        position: absolute;
        left: 0;
        color: #007f41;
        font-weight: bold; }
        .reservation-acd .reservation-school li span.boys {
          color: #0068b2; }
        .reservation-acd .reservation-school li span.girls {
          color: #e34563; }
        .reservation-acd .reservation-school li span .school-note {
          font-size: 13px; }
  .reservation-acd .time-table {
    margin-top: -3px;
    border: 2px solid #ef9400; }
    .reservation-acd .time-table .reservation-school {
      padding: 0; }
      .reservation-acd .time-table .reservation-school:first-child {
        margin-top: 1px; }
      .reservation-acd .time-table .reservation-school li {
        padding: .25em .25em .25em 4em;
        display: flex;
        border-bottom: 2px solid #ef9400; }
        .reservation-acd .time-table .reservation-school li:last-child {
          border-bottom: 0; }
        .reservation-acd .time-table .reservation-school li .time {
          color: #000;
          font-weight: 500;
          left: .5em; }
        .reservation-acd .time-table .reservation-school li .tagMovie {
          position: relative;
          margin-left: 1em; }

/* ▼ booth ▼ */
.subTitle {
  width: 100%;
  display: block;
  color: #e10012;
  font-size: 31px;
  text-align: center;
  font-weight: bold;
  border-top: #d5d5d5 solid 3px;
  padding-top: .3em;
  margin: .5em 0; }

.boothArea {
  width: 940px;
  margin: 0 auto 4em;
  display: flex;
  justify-content: space-between; }
  .boothArea .boothBox {
    width: 100%; }
    .boothArea .boothBox .boothTitle {
      display: flex;
      align-items: center;
      color: #e10012;
      font-size: 17px;
      text-align: center;
      font-weight: bold;
      background: #d5d5d5;
      margin-bottom: 1em; }
      .boothArea .boothBox .boothTitle span {
        width: 100%;
        display: block;
        vertical-align: middle;
        padding: .6em .3em .4em;
        line-height: 1.5; }
    .boothArea .boothBox .outlineArea {
      display: flex;
      justify-content: space-between; }
      .boothArea .boothBox .outlineArea .columnTxt .txtArea p {
        line-height: 1.7;
        padding-bottom: 1em; }
        .boothArea .boothBox .outlineArea .columnTxt .txtArea p .imgBooth {
          display: none; }
    .boothArea .boothBox .noteArea {
      padding: 1em 1em .5em;
      background: #f1f1f1;
      margin-bottom: 1em; }
      .boothArea .boothBox .noteArea dt {
        color: #e10012;
        font-weight: bold;
        margin-bottom: .5em; }
      .boothArea .boothBox .noteArea dd {
        color: #575756; }
    .boothArea .boothBox figcaption {
      margin-top: .5rem; }

.booth .col-02 .boothBox .outlineArea .columnTxt {
  width: 470px; }
.booth .col-02 .boothBox .outlineArea .columnImg {
  width: 430px; }

.booth .col-03 .boothBox {
  width: 294px; }
  .booth .col-03 .boothBox p {
    color: #575756;
    line-height: 1.7;
    margin-bottom: 1em; }

.booth .col-02center .boothBox {
  width: 450px; }
  .booth .col-02center .boothBox p {
    color: #575756;
    line-height: 1.7;
    margin-bottom: 1em; }

/* ▼ detail ▼ */
.detail.school {
  background-color: #f1f1f1;
  padding: 1.5em 0; }
  .detail.school .sectionHeader {
    position: relative; }
    .detail.school .sectionHeader .headerWrap:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 44px;
      height: 44.3px;
      bottom: -1px;
      background: url("/img/icon_school.svg") no-repeat left bottom/100% 100%; }
    .detail.school .sectionHeader .headerWrap .sectionHeading {
      padding-left: 2em; }

.detail .sectionHeader {
  border-bottom: #004093 solid 3px;
  margin-bottom: 1em;
  width: 100%;
  display: block; }
  .detail .sectionHeader .headerWrap {
    width: 940px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-weight: bold; }
    .detail .sectionHeader .headerWrap .sectionHeading {
      font-size: 32px;
      color: #004093; }
    .detail .sectionHeader .headerWrap .sectionSubHeading {
      font-size: 18px;
      color: #000;
      padding-left: 1em; }
.detail .tagList {
  width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: bold; }
  .detail .tagList li {
    display: flex;
    align-items: stretch;
    padding-right: 2em; }
    .detail .tagList li span {
      margin-right: .8em; }

.tagReservation {
  position: relative;
  padding-right: 1em; }
  .tagReservation:before {
    content: "予";
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.12em;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #004093; }

.tagFirst {
  position: relative;
  padding-right: 1em; }
  .tagFirst:before {
    content: "先";
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.12em;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ef9400; }

.tagSpeech {
  position: relative;
  padding-right: 1em; }
  .tagSpeech:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("/img/icon_mike.svg") no-repeat center center/50% auto;
    background-color: #e40012; }

.tagMovie {
  position: relative;
  padding-right: 1em; }
  .tagMovie:before {
    content: "";
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding-top: 0.18em;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #78942e url("../img/icon-movie.png") no-repeat center center;
    background-size: 50%; }

.tagUndecided {
  position: relative;
  padding-right: 1em; }
  .tagUndecided:before {
    content: "未定";
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.12em;
    display: block;
    position: absolute;
    width: 36px;
    height: 18px;
    background-color: #575756; }

.category {
  width: 940px;
  margin: 1.5em auto;
  display: flex;
  justify-content: space-between; }
  .category .categoryBox {
    width: 290px; }
    .category .categoryBox .categoryTitle {
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      padding: .2em .4em;
      margin-bottom: .8em; }
    .category .categoryBox .boy {
      background-color: #0068b2; }
    .category .categoryBox .girl {
      background-color: #e34563; }
    .category .categoryBox .mix {
      background-color: #007f41; }
    .category .categoryBox .schoolList li {
      width: 100%;
      display: flex;
      align-items: stretch;
      position: relative;
      margin-bottom: .5em; }
      .category .categoryBox .schoolList li span {
        margin-right: .5em;
        display: block; }
        .category .categoryBox .schoolList li span a:hover {
          color: #000; }
        .category .categoryBox .schoolList li span .school-note {
          font-size: 13px; }

.txtDate {
  width: 940px;
  margin: 0 auto;
  font-size: 13px;
  text-align: right; }

.mapArea {
  width: 565px;
  margin: 2em auto; }
  .mapArea p {
    margin-top: 1em; }
    .mapArea p .txtLink {
      display: block;
      text-align: center; }

.access {
  width: 840px;
  margin: 2em auto;
  display: flex;
  justify-content: space-between; }
  .access .accessMap {
    width: 444px; }
    .access .accessMap p {
      margin-top: .5em; }
  .access .eventSite {
    width: 353px; }
    .access .eventSite dl {
      width: 100%;
      margin-bottom: 1em; }
      .access .eventSite dl dt {
        color: #fff;
        font-size: 18px;
        padding: .3em .5em;
        background-color: #004093; }
      .access .eventSite dl dd {
        font-size: 16px;
        font-weight: bold;
        margin-top: .8em; }
        .access .eventSite dl dd span {
          display: block;
          font-size: 13px; }
        .access .eventSite dl dd .typeSquare {
          font-size: 13px; }
          .access .eventSite dl dd .typeSquare li {
            margin-bottom: .5em; }

.contactArea {
  width: 940px;
  margin: 0 auto;
  background-color: #bff5ff;
  padding: 1.8em 1.5em 1.5em;
  font-weight: bold; }
  .contactArea .contactHeading {
    width: 284px;
    margin: 0 auto;
    color: #004093;
    font-size: 24px;
    text-align: center;
    line-height: 38px;
    background-color: #fff;
    border-radius: 19px; }
  .contactArea .contact {
    width: 700px;
    margin: 1em auto 0;
    display: flex;
    justify-content: space-between; }
    .contactArea .contact .contactCompany {
      font-size: 22px; }
      .contactArea .contact .contactCompany .sub {
        font-size: 18px;
        font-weight: normal; }
    .contactArea .contact .contactTel {
      font-size: 22px; }
    .contactArea .contact .contactTime {
      font-size: 11px;
      border-left: #000 solid 1px;
      padding-left: 1em; }
      .contactArea .contact .contactTime span {
        display: block; }

/* ▼ section sponsor ▼ */
.sponsor {
  width: 940px;
  margin: 3em auto;
  display: flex;
  justify-content: space-between;
  padding: 0; }
  .sponsor dl {
    width: 294px;
    text-align: center; }
    .sponsor dl dt {
      color: #fff;
      padding: .3em .5em;
      background-color: #004093;
      margin-bottom: 1em; }
    .sponsor dl dd .sponsorLogo img {
      height: 43px;
      width: auto; }
    .sponsor dl dd .sponsorLogo02 {
      width: 138px; }
    .sponsor dl dd .sponsorLogo03 {
      font-size: 21px;
      font-weight: bold;
      padding-top: .3em; }
    .sponsor dl:nth-of-type(1) dd {
      display: flex;
      justify-content: space-between;
      width: 100%; }

/* ▼ footer ▼ */
footer {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 1em;
  background-color: #e8e8e8;
  line-height: 1.8; }
  footer a:hover {
    color: #000; }
