@charset "UTF-8";
* { margin: 0; padding: 0;}
#copyright{padding:30px 0;text-align:center;}
#copyright img {width: auto;}
/* ----- これより上は削除しないでください ----- */

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  color: #000;
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h2, dl, p {
  margin: 0;
}

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

img {
  width: 100%;
}

:focus {
  outline: 0;
}

::selection {
  background: #000;
  color: #fff;
}

.PCview,
.PCbr {
  display: none;
}
@media screen and (min-width: 768px) {
  .PCview,
  .PCbr {
    display: block;
  }
}

.SPview,
.SPbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .SPview,
  .SPbr {
    display: block;
  }
}

.-uppercase {
  text-transform: uppercase;
}

.js-inview {
  opacity: 0;
  transform: translateY(50px);
}
.js-inview.-active {
  animation: fadeIn 1s ease-in-out 0s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.c-btn {
  text-align: center;
  margin: 20px auto;
  max-width: 290px;
}
.c-btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  padding: 4px 0 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    font-size: 20px;
    padding: 4px 0 5px;
  }
}
.c-btn a:hover {
  opacity: 0.7;
}
.c-btn__icon {
  margin-left: 12px;
}

.l-footer {
  background: #E3E1C2;
  padding: 16px 0 13px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 40px 0 23px;
  }
}
.l-footer__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 17px;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__title {
    font-size: 20px;
    padding-bottom: 13px;
  }
}
.l-footer__title::after {
  content: "";
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 256px;
}
@media screen and (min-width: 768px) {
  .l-footer__title::after {
    width: 325px;
  }
}
.l-footer__school {
  margin: auto;
  width: 197px;
}
@media screen and (min-width: 768px) {
  .l-footer__school {
    width: 223px;
  }
}

.l-header {
  background: #79033d;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .l-header::after {
    content: "";
    background: #fff;
    display: block;
    height: 57px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.l-header__head {
  background: #000;
  padding: 5px 7% 98px;
}
@media screen and (min-width: 768px) {
  .l-header__head {
    padding: 35px 11.5% 98px;
  }
}
.l-header__title {
  width: 184px;
}
@media screen and (min-width: 768px) {
  .l-header__title {
    margin-left: auto;
    width: 319px;
  }
}
.l-header__en {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-right: 7.5%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-header__en {
    font-size: 35px;
    margin-right: 11%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__en {
    margin-top: 165px;
  }
}
.l-header__lead {
  position: absolute;
  top: 0;
  left: 9.5%;
  width: 233px;
}
.l-header__school {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  margin-right: 6.5%;
  text-align: right;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header__school {
    font-size: 43px;
    line-height: 1.4418604651;
    margin-right: 11%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__school {
    margin-top: -3px;
    margin-bottom: 20px;
  }
}
.l-header__school strong {
  font-size: 30px;
  line-height: 1.4666666667;
}
@media screen and (min-width: 768px) {
  .l-header__school strong {
    font-size: 50px;
    line-height: 1.44;
  }
}
.l-header__img {
  position: absolute;
  left: 0;
  max-width: 451px;
}
@media screen and (min-width: 768px) {
  .l-header__img {
    left: -2%;
    bottom: 17px;
    max-width: 510px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__img {
    top: 7px;
  }
}

.l-kv {
  line-height: 0;
  margin: 0 6.5%;
  max-width: 882px;
}
@media screen and (min-width: 768px) {
  .l-kv {
    border: 10px solid #000;
    margin: -85px 7.1% 10px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-kv {
    position: relative;
    z-index: 10;
  }
}

.l-nav {
  margin: 32px auto;
}
@media screen and (min-width: 768px) {
  .l-nav {
    margin: 64px auto 68px;
    max-width: 1000px;
  }
}
.l-nav__title {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin: 0 auto 18px;
  text-align: center;
  position: relative;
  max-width: 255px;
}
@media screen and (min-width: 768px) {
  .l-nav__title {
    font-size: 18px;
    margin: 0 auto 47px;
    max-width: 310px;
  }
}
.l-nav__title::before, .l-nav__title::after {
  content: "";
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 93px;
}
.l-nav__title::before {
  left: 0;
}
.l-nav__title::after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-nav__list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__item {
    margin-bottom: 18px;
  }
}
.l-nav__item.-point a {
  background: #FFF79B;
}
.l-nav__item.-schedule a {
  background: #D4E2F5;
}
.l-nav__item.-method a {
  background: #E1F2F4;
}
.l-nav__item.-recommend a {
  background: #D8EDA3;
}
.l-nav__item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  border: 2px solid #000;
  border-radius: 19px;
  display: block;
  font-size: 16px;
  position: relative;
  text-align: center;
  width: 226px;
}
@media screen and (min-width: 768px) {
  .l-nav__item a {
    font-size: 18px;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__item a {
    margin: auto;
    padding: 2px 0;
  }
}
.l-nav__item a::after {
  content: "";
  background: url(../img/arrow01.svg) no-repeat top center;
  background-size: 14px auto;
  display: block;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 14px;
}
.l-nav__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-section__inner {
    margin: 0 6.5%;
  }
}
.l-section__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .l-section__title {
    font-size: 20px;
  }
}
.l-section__title strong {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .l-section__title strong {
    font-size: 32px;
  }
}
.l-section__titleIcon {
  line-height: 0;
}

.p-introduction {
  background: #F2F1E9;
  padding-top: 30px;
  padding-bottom: 47px;
}
@media screen and (min-width: 768px) {
  .p-introduction {
    padding-top: 54px;
    padding-bottom: 82px;
  }
}
.p-introduction__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5833333333;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .p-introduction__title {
    font-size: 26px;
    line-height: 1.6153846154;
    margin-bottom: 37px;
    text-align: center;
  }
}
.p-introduction__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2.2857142857;
  margin: auto;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .p-introduction__text {
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
}

.p-method {
  background: #E1F2F4;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-method {
    padding-top: 52px;
    padding-bottom: 35px;
  }
}
.p-method .l-section__titleIcon {
  margin-top: 2px;
  margin-bottom: -3px;
  width: 75px;
}
@media screen and (min-width: 768px) {
  .p-method .l-section__titleIcon {
    margin-bottom: 4px;
    width: 100px;
  }
}
.p-method__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px auto 22px;
}
@media screen and (min-width: 768px) {
  .p-method__list {
    margin: 70px auto 4px;
    max-width: 840px;
  }
}
.p-method__item {
  margin: 0 0 15px;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .p-method__item {
    margin: 0 60px 36px;
    max-width: 160px;
  }
}
.p-method__itemImg {
  line-height: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-method__itemImg {
    margin-bottom: 15px;
  }
}
.p-method__itemTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2777777778;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-method__itemTitle {
    font-size: 20px;
    line-height: 1.85;
  }
}
.p-method__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  margin: 0 auto 40px;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .p-method__text {
    font-size: 16px;
    line-height: 1.875;
    margin: 0 auto 42px;
  }
}

.p-point {
  background: #FFF79B;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-point {
    padding-top: 52px;
    padding-bottom: 35px;
  }
}
.p-point .l-section__titleIcon {
  margin-top: 2px;
  margin-bottom: -3px;
  width: 65px;
}
@media screen and (min-width: 768px) {
  .p-point .l-section__titleIcon {
    margin-top: 4px;
    margin-bottom: 5px;
    width: 95px;
  }
}
.p-point__list {
  margin: 6px auto 37px;
}
@media screen and (min-width: 768px) {
  .p-point__list {
    margin: 36px auto 43px;
    max-width: 720px;
  }
}
.p-point__item {
  margin-bottom: 37px;
}
@media screen and (min-width: 768px) {
  .p-point__item {
    margin-bottom: 52px;
  }
}
.p-point__item:last-of-type {
  margin-bottom: 0;
}
.p-point__itemNum {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  border-radius: 18px;
  color: #FFF79B;
  font-size: 16px;
  margin: 0 auto 24px;
  padding-bottom: 3px;
  position: relative;
  text-align: center;
  width: 184px;
}
@media screen and (min-width: 768px) {
  .p-point__itemNum {
    font-size: 18px;
    margin: 0 auto 28px;
    padding: 1px 0;
    width: 188px;
  }
}
.p-point__itemNum::after {
  content: "";
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #000 transparent transparent transparent;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
}
.p-point__itemTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point__itemTitle {
    font-size: 20px;
    line-height: 1.3;
  }
}
.p-point__itemTitle.-wide {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-point__itemTitle.-wide {
    margin-right: -1.5%;
    margin-left: -1.5%;
  }
}
.p-point__itemText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-point__itemText {
    font-size: 16px;
    line-height: 1.875;
  }
}

.p-recommend {
  background: #D8EDA3;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-recommend {
    padding-top: 52px;
    padding-bottom: 35px;
  }
}
.p-recommend .l-section__titleIcon {
  margin-top: 1px;
  margin-bottom: -4px;
  width: 34px;
}
@media screen and (min-width: 768px) {
  .p-recommend .l-section__titleIcon {
    margin-top: 2px;
    margin-bottom: 5px;
    width: 44px;
  }
}
.p-recommend__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.9285714286;
  margin: 2px auto 28px;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .p-recommend__lead {
    font-size: 16px;
    line-height: 1.875;
    margin: 35px auto 42px;
    text-align: center;
  }
}
.p-recommend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -11px;
  margin-left: -11px;
}
@media screen and (min-width: 768px) {
  .p-recommend__list {
    margin: auto;
    max-width: 832px;
  }
}
.p-recommend__item {
  margin: 0 10px 30px;
  max-width: 154px;
}
@media screen and (min-width: 768px) {
  .p-recommend__item {
    margin: 0 56px 45px;
    max-width: 304px;
  }
}
.p-recommend__itemNum {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  border-radius: 21px;
  color: #D8EDA3;
  font-size: 16px;
  margin: 0 auto 16px;
  padding: 3px 0 6px;
  text-align: center;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .p-recommend__itemNum {
    font-size: 18px;
    margin: 0 auto 22px;
    width: 42px;
  }
}
.p-recommend__itemImg {
  border-radius: 20px;
  line-height: 0;
  margin: 0 auto 10px;
  overflow: hidden;
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .p-recommend__itemImg {
    margin: 0 auto 22px;
    max-width: 140px;
  }
}
.p-recommend__itemText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-recommend__itemText {
    font-size: 16px;
    line-height: 1.625;
  }
}
.p-recommend .c-btn {
  margin-top: -14px;
}
@media screen and (min-width: 768px) {
  .p-recommend .c-btn {
    margin-top: -3px;
  }
}

.p-schedule {
  background: #D4E2F5;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-schedule {
    padding-top: 52px;
    padding-bottom: 35px;
  }
}
.p-schedule .l-section__titleIcon {
  margin-top: 1px;
  margin-bottom: -4px;
  width: 75px;
}
@media screen and (min-width: 768px) {
  .p-schedule .l-section__titleIcon {
    margin-top: 2px;
    margin-bottom: 4px;
    width: 104px;
  }
}
.p-schedule__tab {
  display: flex;
  flex-wrap: wrap;
  margin: 5px auto 38px;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tab {
    margin: 37px auto 44px;
    max-width: 720px;
  }
}
.p-schedule__tab input[name=tab_switch] {
  display: none;
}
.p-schedule__tab input:checked + .p-schedule__tabLabel {
  background: #414141;
}
.p-schedule__tab #tab01:checked ~ #tab01_content,
.p-schedule__tab #tab02:checked ~ #tab02_content,
.p-schedule__tab #tab03:checked ~ #tab03_content,
.p-schedule__tab #tab04:checked ~ #tab04_content,
.p-schedule__tab #tab05:checked ~ #tab05_content {
  display: block;
}
.p-schedule__tabLabel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 2px solid #000;
  border-radius: 10px 10px 0 0;
  background: #B7B7B7;
  color: #D4E2F5;
  cursor: pointer;
  font-size: 16px;
  flex: 1;
  text-align: center;
  min-width: 70px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabLabel {
    border-radius: 30px 30px 0 0;
    font-size: 20px;
    padding: 8px 0 5px;
  }
}
.p-schedule__tabLabel02 {
  padding-top: 7px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabLabel02 {
    padding: 8px 0 5px;
  }
}
@media screen and (max-width: 767px) {
.p-schedule__tabLabel03 {
  padding-top: 7px;
}
}
.p-schedule__tabContent {
  background: #fff;
  border: 2px solid #000;
  border-top: none;
  border-radius: 0 0 10px 10px;
  display: none;
  padding: 30px 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabContent {
    padding: 43px 0 40px;
  }
}
.p-schedule__tabContent.-active {
  display: block;
}
.p-schedule__tabTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #000;
  border-radius: 18px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto 36px;
  padding: 1px 0 4px;
  position: relative;
  text-align: center;
  width: 184px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabTitle {
    font-size: 18px;
    margin: 0 auto 44px;
    padding: 1px 0;
    width: 188px;
  }
}
.p-schedule__tabTitle::after {
  content: "";
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #000 transparent transparent transparent;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
}
.p-schedule__tabDate {
  line-height: 0;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabDate {
    margin: 0 auto 48px;
  }
}
.p-schedule__tabDate01 {
  width: 232px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabDate01 {
    width: 279px;
  }
}
.p-schedule__tabDate02 {
  width: 236px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabDate02 {
    width: 284px;
  }
}
.p-schedule__tabDate03 {
  width: 103px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabDate03 {
    width: 116px;
  }
}
.p-schedule__tabDate04 {
  width: 237px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabDate04 {
    width: 284px;
  }
}
.p-schedule__tabDate05 {
  width: 103px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabDate05 {
    width: 117px;
  }
}
.p-schedule__tabDate06 {
  width: 103px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabDate06 {
    width: 117px;
  }
}
.p-schedule__tabText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  margin: -20px 5% 0;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabText {
    font-size: 16px;
    line-height: 1.875;
    margin: auto;
    text-align: center;
    width: 560px;
  }
}
.p-schedule__tabText2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  margin: -20px 5% 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-schedule__tabText2 {
    font-size: 16px;
    line-height: 1.875;
    margin: auto;
    width: 560px;
    text-align: center;
  }
}
