<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&amp;display=swap");/ html {}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #d5edf7;
  color: #474a4d;
  font-size: 100%;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
}

main {
  margin: 0px;
  padding: 0px 0px;
  overflow: hidden;
  background-color: #d5edf7;
}

.cent {
  max-width: 1280px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

/* footer */

footer {
  margin: 0px;
  padding: 0px 0px;
  overflow: hidden;
  background-color: #b9d08b;
  background-image: url(../img/ninjal.png);
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 150px;
}


.footer_inner {
  text-align: center;
  margin: 50px auto 80px;
  padding: 20px;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #474a4d;
  border-top: 3px solid #336699;
  border-bottom: 3px solid #336699;
}

.copyright {
  text-align: center;
}


a {
  text-decoration: none;
  font-size: 105%;
  color: #0d6fb3;
  cursor: pointer;
}

a:visited {}


@media (hover: hover) {
  a:hover {
    text-decoration: none;
    font-weight: bold;
    opacity: 0.6;
  }

  .move-page-top:hover {
    opacity: 1;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* �e�L�X�g */

/* �匩�o�� */
h1 {
  font-size: 800%;
  color: #19448e;
  line-height: 1.2;
}

h2 {
  position: relative;
  margin: 60px 15px 40px;
  padding: 20px 20px 10px;
  font-size: 280%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* �����o�� */

h3 {
  font-size: 250%;
  line-height: 125%;
  position: relative;
  margin-top: 50px;
  padding: 10px 20px 0px;
  color: #fff;
  z-index: 2;
}

/* WS ������Ȃ� �^�C�g�� */
h4 {
  font-size: 180%;
  line-height: 125%;
  position: relative;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 2;
}

/* �u���^�C�g�� */

h5 {
  font-size: 180%;
  line-height: 130%;
  color: #000;
  position: relative;
  padding: 10px 10px 20px 20px;
  z-index: 2;
}

/* �����o�� */

h6 {
  font-size: 125%;
  line-height: 125%;
  position: relative;
  padding: 10px 5px 10px 10px;
  color: #19448e;
  z-index: 2;
}

p {
  padding: 10px 10px;
  display: block;
}


.faq_q,
.faq_a {
  padding: 0px 15px 0px 25px;
}

.faq_q:first-letter {
  color: #c9171e;
  font-size: 150%;
  font-weight: bold;
}

.faq_a:first-letter {
  color: #007bbb;
  font-size: 150%;
  font-weight: bold;
}

figcaption {
  font-size: 80%;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.t_sub {
  font-size: 90%;
  padding-top: 3px;
  padding-left: 65px;
}

.t_small {
  font-size: 80%;
  padding-top: 3px;
}


/* �v�����[�O */
#menu_prologue {
  padding: 0px 10px;
  text-align: center;
  font-size: 105%;
  color: #19448e;
}


/* �^�C�g��2�s�F3�s */
@media (min-width: 577px) and (max-width: 991px) {
  .title_a {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .title_b {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .title_b {
    display: none !important;
  }
}

/* ���r���� */

ruby[data-ruby] rt {
  display: none;
}

ruby[data-ruby] {
  position: relative;
  display: inline-block;
}

ruby[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  transform: translate(-50%, -1.7em);
  display: block;
  left: 50%;
  top: 0.6em;
  white-space: nowrap;
  font-size: 42%;
  letter-spacing: 0;
}


li ruby[data-ruby]::after {
  top: 0.5em;
}


h5 ruby[data-ruby]::after {
  top: 0em;
}


/* ���X�g */

ul {
  list-style: none;
  width: fit-content;
}

/* ���X�g����  */

ul.ten_p {
  margin: 10px 30px 20px;
}

ul.ten_p&gt;li {
  position: relative;
  padding-left: 30px;
  margin-top: 5px;
}

ul.ten_p&gt;li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 12px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #F098BE;
}

ol {
  margin: 10px 30px 20px 20px;
  width: fit-content;
}

ol li {
  margin: 20px auto 20px 40px;
  padding-left: 5px;
  max-width: 85%;
}

ol li::marker {
  font-weight: bold;
  font-size: 120%;
  color: #e32222;
}


/* �w�i */

#menu {}

/* program����kougi�܂ł̔w�i */
#program {
  background: url(../img/back_07.png);
  background-color: #4496d3;
  background-repeat: repeat;
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat;
}

#quiz {
  background: url(../img/back_07.png), linear-gradient(to bottom, #4496d3, #62b0e3);
  background-position: center top, center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#workshop {
  background: url(../img/back_06l.png), url(../img/back_06r.png);
  background-color: #62b0e3;
  background-position: center top 200px, center bottom 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* tenji����souken�܂ł̔w�i */
#tenji {
  background: url(../img/back_06l.png), url(../img/back_05r.png);
  background-color: #62b0e3;
  background-position: center top 200px, right bottom 200px;
  background-repeat: no-repeat;
  background-size: 100% auto, auto;
}

#guide {
  background: url(../img/back_05l.png), url(../img/back_02.png), linear-gradient(to bottom, #62b0e3, #fdeff2);
  background-repeat: no-repeat;
  background-position: left top 100px, center bottom, center top;
  background-size: auto, auto, auto;
}

#faq {
  background: url(../img/back_02.png), linear-gradient(to bottom, #fdeff2, #f6bfbc);
  background-position: center top, center top;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

#faq_img {
  border: 5px solid #fff;
  border-radius: 5px;
}

#link {
  background-color: #f6bfbc;
  background-image: url(../img/back_03.png), url(../img/back_02.png);
  background-position: right bottom, center top;
  background-size: 100% auto, auto;
  padding-bottom: 80px;
}

/* menu �{�^�� �`�� */

#jamp-menu {
  display: inline-block;
  text-decoration: none;
  background: #eb6ea5;
  color: #fff;
  width: 100px;
  font-size: 18px;
  height: 96px;
  padding-top: 32px;
  line-height: 1.2;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  border: 5px solid #336699;
  box-shadow: inset 0px 3px 0 rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  border-bottom: solid 5px #336699;
  text-shadow: 1px 1px 1px rgba(125, 125, 125, 0.65);
}

#jamp-menu:hover {
  transform: translateY(3px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}


/* �\���݃{�^�� */

.apply-button {
  font-size: 120%;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.1s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
  color: #164a84;
  background-color: #fbd26b;
  border-bottom: 5px solid #164a84;
  z-index: 10;
  margin: 20px auto;
}

.apply-button:hover {
  transform: translateY(3px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}

/* grid */

/* menu */

.grid_menu {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  width: 100%;
  margin: 20px 0px;
}

.grid_menu&gt;* {
  overflow: hidden;
  position: relative;
  margin: 5px;
}

.grid_menu div img {
  margin: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.menu_text {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.menu_hanabi {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.g_menu1,
.g_menu2 {
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
  aspect-ratio: 1 / 1;
}

.grid_day img {
  max-width: 100%;
  max-height: 100%;
}

.grid_day {
  grid-column: span 2;
}

#menu_topimg {
  grid-column: span 7;
  grid-row: span 5;
  aspect-ratio: 7 / 5;
}

#menu_prologue {
  grid-column: span 5;
}


@media screen and (max-width: 768px) {
  .grid_menu {
    grid-template-columns: repeat(8, 1fr);
  }

  #menu_topimg {
    grid-column: span 8;
    grid-row: span 8;
    order: -2;
    aspect-ratio: 1 / 1;
  }

  #menu_prologue {
    grid-column: span 8;
    order: 2;
  }

  .g_menu1,
  .g_menu2 {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 2 / 2;
  }

  .g_menu2 {
    order: 1;
  }

  .grid_day {
    grid-column: span 4;
    grid-row: span 1;
    aspect-ratio: 4 / 1;
  }
}

/* grid02 2�� */

.grid_02a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  margin: 30px 10px;
}

.grid_02b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  margin: 30px 10px;
}


@media screen and (max-width: 768px) {
  .grid_02a {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .grid_02b {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* grid03 3�� */

.grid_03 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin: 20px 0px;
  padding: 10px;
}

.grid_03_m {
  grid-column: span 2;
}

.grid_03_m .photo {
  max-width: calc(50% - 30px);
}

@media screen and (max-width: 992px) {
  .grid_03 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid_03b {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 10px;
  margin: 20px 0px;
  padding: 10px;
}

@media screen and (max-width: 992px) {
  .grid_03b {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media screen and (max-width: 576px) {

  .grid_03,
  .grid_03b {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid_03_m {
    grid-column: span 1;
  }

  .grid_03_m .photo {
    max-width: calc(100% - 30px);
  }

}


/* sub grid */

.subg_03 {
  grid-row: span 3;
  align-items: start;

}

.subg_04 {
  grid-row: span 4;
}

.subg_talk {
  grid-row: span 4;
  align-items: start;
}

.subg_05 {
  grid-row: span 5;
}

.subg_03,
.subg_04,
.subg_talk,
.subg_05 {
  display: grid;
  gap: 0px;
  grid-template-rows: subgrid;
}

/* �O���b�h�R���e�iend */

/* ### ���C�A�E�g�p�[�c ### */

/* flex box */

.f-box-s,
.f-box-y,
.f-box-c,
.f-box-t {
  display: flex;
  margin: 0px auto;
  flex-flow: row wrap;
}

/* �㑵�� */
.f-box-s {
  align-items: flex-start;
}

/* �Z���^�����O */
.f-box-c {
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

/* �c���� */
.f-box-t {
  flex-direction: column;
  align-content: center;
  align-items: center;
}

/* ��^������ */
.f-box-y {
  justify-content: center;
  align-content: flex-start;
  flex-wrap: nowrap;
}


/* float */

.float_r {
  position: relative;
  float: right;
  display: block;
}

.float_c {
  float: none;
  margin: auto;
  display: block;
  position: relative;
  right: 0;
  left: 0;
}


/* */
.inbox_i {
  max-width: 90%;
  display: inline-block;
}


.inbox_c {
  width: fit-content;
  margin: 10px auto;
  display: inline-box;
}

.title-area {
  align-content: end;
  z-index: 2;
}

.text-area {
  display: block;
  padding: 0px 10px;
  z-index: 2;
}

.img-area {
  margin: 0px auto;
  text-align: center;
  width: 100%;
}


/* �C���X�g */

.img_over_ct {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}


.img_over_lt {
  position: absolute;
  left: -10px;
  top: -20px;
  z-index: 3;
}

.img_over_rb {
  position: absolute;
  right: -10px;
  bottom: -20px;
  z-index: 3;
}

.img_over_rt {
  position: absolute;
  right: -10px;
  top: -20px;
  z-index: 3;
}

.img_over_lb {
  position: absolute;
  left: -10px;
  bottom: -20px;
  z-index: 3;
}

.img_over_mk {
  position: absolute;
  left: -20px;
  top: -30px;
  z-index: 6;
  width: 50px;
}

.map {
  margin: 10px;
  max-width: calc(100% - 20px);
}


.img_sub {}

.chara {
  max-width: 80px;
}

.chara2 {}


/* box �C�� */

/* ���炵���g */
.box_01 {
  margin: 30px 10px;
  padding: 20px;
  background-color: #fff;
  border: none;
  position: relative;
  left: 5px;
  z-index: 0;
}

.box_01::after {
  content: '';
  background: none;
  border: 4px solid #2660ad;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  z-index: 1;
}

#tour .box_01 {
  margin: 30px 20px;
}


/* �h�b�g�g */
.box_02_p,
.box_02_b {
  padding: 10px 10px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 3px solid #0074b3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box_02_p {
  background-color: #fffcff;
}

.box_02_b {
  background-color: #f9fcff;
}

.box_02_p::before,
.box_02_b::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: 5px;
  border: 5px dotted #0074b3;
  border-radius: 10px;
  z-index: 0;
  display: block;
}

#quiz .box_02_p {
  margin: 20px 10px;
}


/* ���ԂƏꏊ */
.box_time {
  display: inline-block;
  float: right;
  margin: 15px 10px 10px auto;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  border: solid 3px #336699;
  z-index: 5;
  position: relative;
}

.box_time .box-title {
  display: block;
  font-size: 18px;
  background: #336699;
  padding: 0px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box_time p {
  padding: 10px 20px;
  margin: 0;
}

/* �ǋL */
.box_ps {
  margin: 20px 10px;
  padding: 10px;
  background-color: #fdeff2;
  z-index: 5;
  position: relative;
}

/* ������ */
.box_w {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 20px 15px 20px;
  margin: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

/* �K�C�h�g */
.box_guide {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border: solid 4px #0074b3;
  padding: 10px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 20px 10px;
}

/* FAQ�g */
.box_faq {
  padding: 10px 0px 20px 0px;
  margin-right: 10px;
  background-color: #fff;
  box-shadow: 8px 8px #e597b2;
  position: relative;
}

/* �����o�� */

.speechBubble_r,
.speechBubble_l {
  position: relative;
  display: inline-block;
  border: 4px solid #d5edf7;
  border-radius: 20px;
  background-color: #ffffff;
  line-height: 1.4;
  font-size: 90%;
}

.speechBubble_r {
  margin: 10px 20px 10px 10px;
  padding: 0px 0px 0px 5px;
}

.speechBubble_l {
  margin: 10px 10px 10px 20px;
  padding: 0px 5px 0px 0px;
}

.speechBubble_r::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #d5edf7;
  translate: 100% -50%;
}

.speechBubble_r::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 5px 0 5px 12px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}

.speechBubble_l::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0px;
  border-color: transparent #d5edf7 transparent transparent;
  translate: -100% -50%;
}

.speechBubble_l::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 5px 12px 5px 0px;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}


/* �������� */

/* �X�g���C�v */

.m_stripe_b,
.m_stripe_p {
  position: relative;
  padding: 10px 20px 10px 60px;
  margin: 0px 5px;
  z-index: 1;
}

.m_stripe_n {
  position: relative;
  width: 85%;
  margin: 10px auto;
  z-index: 1;
  text-align: center;
}

.m_stripe_b:after,
.m_stripe_p:after,
.m_stripe_n:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: 1;
}

.m_stripe_b:after {
  background: repeating-linear-gradient(-45deg, #a0d8ef, #a0d8ef 2px, #fff 2px, #fff 4px);
}

.m_stripe_p:after {
  background: repeating-linear-gradient(-45deg, #f4b3c2, #f4b3c2 2px, #fff 2px, #fff 4px);
}

.m_stripe_n:after {
  background: repeating-linear-gradient(-45deg, #006699, #006699 2px, #fff 2px, #fff 4px);
}


/* ���炵���� */

.m_band_pk,
.m_band_bg {
  position: relative;
  left: -30px;
  color: #fff;
  z-index: 2;
  margin: 0px 0px 15px 0px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}


.m_band_pk {
  padding: 10px 10px 6px 30px;
  background-color: #ff99cc;
}

.m_band_bg {
  padding: 10px 10px 6px 30px;
  background-color: #00B3C4;
}


/* �擪�Ɋ� */

.m_maru {
  padding-left: 40px;
  margin-bottom: 15px;
}

.m_maru::before {
  content: "";
  position: absolute;
  background-color: #ff99cc;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: -1;
}


/* �ʐ^ */

#talk .photo {
  display: block;
  width: calc(50% - 20px);
  max-width: 200px;
  border-radius: 5px;
  margin: 10px 10px 10px 20px;
  float: right;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}

#tour .photo,
#tenji .photo {
  width: calc(50% - 30px);
  max-width: 240px;
  max-height: 135px;
  height: auto;
  border-radius: 5px;
  margin: 10px 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}

#quiz .photo {
  width: calc(100% - 20px);
  max-width: 320px;
  max-height: 180px;
  height: auto;
  border-radius: 5px;
  margin: 10px 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}

#workshop .photo {
  width: calc(100% - 20px);
  max-width: 320px;
  max-height: 180px;
  height: auto;
  border-radius: 5px;
  margin: 10px 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}

#rekimin .photo {
  width: calc(100% - 30px);
  margin: 10px 10px 0px 10px;
}

.img_i {
  max-width: 200px;
  margin: 10px 30px 0px 30px;
  border-radius: 5px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}

/* �{�b�N�X�V���h�E */
.bs_i {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}


@media screen and (max-width: 992px) {

  #tour .photo,
  #tenji .photo,
  #rekimin .photo {
    max-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 768px) {

  #tour .photo,
  #tenji .photo {
    width: calc(100% - 20px);
    max-width: 320px;
    max-height: 180px;
  }
}

@media screen and (max-width: 576px) {

  #rekimin .photo {
    width: calc(100% - 20px);
    max-width: 320px;
    max-height: 180px;
  }
}


/* �\ */

.hyo_1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hyo_1 th {
  width: 70px;
  vertical-align: top;
}

.hyo_1 td {
  vertical-align: top;
}

/* You Tube */
.you_tube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* �A�j���[�V���� */

/* �I�[�v������ */

.open_text {
  z-index: 10;
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  top: 30%;
  width: 90% !important;
}


/* ���ꕶ�� */
.loop_text {
  font-size: 90%;
  background-color: #FFF;
  color: #336699;
  width: fit-content;
  display: flex;
  overflow: hidden;
  margin: 0;
}


/* ��s�@ */
.sky {
  height: 100px;
  width: 100%;
  padding: 20px auto;
}

/* ���m���[�� */
.mono {
  height: 200px;
  width: 100%;
  background: url(../img/rail.png), url(../img/town.png);
  background-position: center bottom -6px, center top;
  background-size: auto, auto 200px;
  background-repeat: repeat-x, repeat-x;
  padding: 0px 0px;
}

.monorail {
  margin-top: 110px;
}


/* ### ���X�|���V�u ### */
/*�u���C�N�|�C���g 576�ȉ� 768�ȉ� 992�ȉ� */
/* �^�u���b�g */
@media screen and (max-width: 992px) {

  main {
    max-width: 100%;
  }

  .img_sub {
    width: 18%;
    padding: 0px;
    margin: 0px;
  }

  .tab_area {
    display: none !important;
  }

  #quiz .text-area {
    grid-row: span 2;
  }

  .chara2 {
    max-width: 100px;
  }

}

/* ipad mini */
@media screen and (max-width: 768px) {

  body {
    font-size: 100%;
    line-height: 1.5;
  }


  .m_band_pk,
  .m_band_bg {
    max-width: 110%;
  }

  ol {
    margin: 10px 10px 20px 10px;
  }
}

/* �X�}�[�g�t�H�� */
@media screen and (max-width: 576px) {

  .pc_area,
  .img_sub,
  .title_b {
    display: none !important;
  }

  .float_r,
  .float_c {
    float: none;
    margin: auto;
  }

  #talk .photo {
    float: none;
    margin: 10px auto;
  }


  .box_01 {
    padding: 10px 10px 20px 0px;
  }


  #link .box_w {
    margin: 0px;
  }


  .box_time {
    float: none;
    margin: 25px auto 10px;
  }

  footer {
    background-size: 75%;
    padding-top: 120px;
  }

  h1 {
    padding: 5px 10px 5px;
    line-height: 110%;
  }

  h2 {
    font-size: 200%;
    margin: 40px 10px;
  }

  h3 {
    font-size: 180%;
  }


  h4 {
    font-size: 140%;
  }

  h5 {
    font-size: 140%;
    padding-top: 20px;
  }

  h6 {
    font-size: 110%;
  }


  ul {
    margin-left: 5px;
    margin-right: 0px;
  }

  ul.ten_p {
    margin: 20px 10px;
  }

  ul.ten_p&gt;li {
    padding-left: 20px;
  }

  ul.ten_p&gt;li::before {
    top: 7px;
    left: 0px;
  }



  #jamp-menu {
    width: 72px;
    font-size: 14px;
    height: 70px;
    padding-top: 22px;
    border: 4px solid #336699;
    border-bottom: solid 4px #336699;
  }

  #apply-button {
    width: 72px;
    font-size: 17px;
    height: 70px;
    line-height: 35px;
    border: 4px solid #336699;
    border-bottom: solid 4px #336699;
  }


  .m_stripe_p,
  .m_stripe_b,
  .t_sub {
    padding-left: 40px;
  }

  .m_stripe_n {
    width: 100%;
  }

  .m_band_pk,
  .m_band_bg {
    left: -20px;
  }

  .chara {
    max-width: 60px;
  }


  #faq_img {
    order: 10;
  }

  .m_maru {
    padding-left: 20px;
  }

  /* ���r���� */

  ruby[data-ruby]::after {
    top: 1.1em;
    font-size: 50%;
  }

  li ruby[data-ruby]::after {
    top: 1.1em;
  }

}</pre></body></html>