@charset "UTF-8";
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-table;
}

.cf {
  display: block;
}

*:first-child + html * {
  /* hasLayout */
  letter-spacing: 0;
}

html, body, div, h1, h2, h3, h4, h5, p, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, abbr, acronym, img, section {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  border: 1px #0286cc;
}

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

html, body {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
  color: #3a3a3a;
  position: relative;
}

h1 {
  font-size: 14px;
  /*font-weight:bold;*/
}

h2 {
  font-size: 14px;
  font-weight: bold;
}

h3, h4, h5 {
  font-size: 13px;
}

ul li {
  list-style: none;
}

ol li {
  list-style-position: inside;
}

ol.outside li {
  list-style-position: outside;
  margin-left: 30px;
}

div, p, li {
  line-height: 1.3;
}

.noDisplay {
  display: none;
}

#container {
  text-align: left;
}

.line-through {
  text-decoration: line-through;
}

/*
a[href="#"]{
	cursor:default;
}
*/
strong {
  font-weight: normal;
}

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

a:visited {
  color: #001d3b;
  color: #000;
}

a:hover {
  color: #0053a4;
}

a:focus {
  outline: none;
  /* クリック時の点線非表示 */
}

a:active {
  color: #ff8040;
}

img {
  border: 0;
  vertical-align: middle;
  /* firefoxのリンク領域調整 */
}

.leftOut {
  overflow: hidden;
  text-indent: -88888em;
}

.indent {
  text-indent: 1em;
}

*:first-child + html * {
  /* hasLayout */
  letter-spacing: 0;
}

.important {
  font-weight: bold;
  color: #a81119;
}

.bold {
  font-weight: bold;
}

.marginBtm20 {
  margin-bottom: 20px;
}

.mgT10 {
  margin-top: 10px;
}

.mgT15 {
  margin-top: 15px;
}

.mgT30 {
  margin-top: 30px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB30 {
  margin-bottom: 30px;
}

.txtC {
  text-align: center;
}

img.w100p {
  width: 100%;
  height: auto;
}

img.w90p {
  width: 90%;
  height: auto;
}

img.w80p {
  width: 80%;
  height: auto;
}

.topTitle {
  font-weight: normal;
  text-align: right;
  font-size: 12px;
  background-color: #e8e8e8;
}

#header {
  background-color: #0286cc;
}

.l-headerInner {
  margin: 0 auto;
}

.l-header__left {
  width: 250px;
  float: left;
}

.l-header__right {
  width: 750px;
  float: right;
}

.l-header__right ul li {
  float: right;
}

.l-header__right ul li a {
  display: block;
  line-height: 50px;
}

.fixedBox {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.l-nav__autoWidth {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.l-nav__autoWidth .l-nav__item {
  display: table-cell;
}

.l-nav__autoWidth .l-nav__item > a {
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background-color: #49E;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
}

.l-nav__inline {
  font-size: 0;
}

.l-nav__inline .l-nav__item {
  display: inline;
}

.l-nav__inline .l-nav__item > a {
  display: inline-block;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  color: #0286cc;
  cursor: pointer;
  font-size: 14px;
  line-height: 50px;
}

@media screen and (min-width: 1500px) {
  .l-headerInner {
    max-width: 1500px;
  }
  .l-header__right {
    width: 1000px;
  }
}
@media screen and (max-width: 1500px) {
  .l-nav__autoWidth .l-nav__item {
    display: table-cell;
  }
  .l-nav__autoWidth .l-nav__item > a {
    font-size: 13px;
  }
  .l-headerInner {
    width: 1000px;
  }
  .l-header__left {
    width: 220px;
    float: left;
  }
  .l-header__right {
    width: 780px;
    float: right;
  }
}
.l-gridItem--1 {
  width: 4.1666666667%;
}

.l-gridItem--2 {
  width: 8.3333333333%;
}

.l-gridItem--3 {
  width: 12.5%;
}

.l-gridItem--4 {
  width: 16.6666666667%;
}

.l-gridItem--5 {
  width: 20.8333333333%;
}

.l-gridItem--6 {
  width: 25%;
}

.l-gridItem--7 {
  width: 29.1666666667%;
}

.l-gridItem--8 {
  width: 33.3333333333%;
}

.l-gridItem--9 {
  width: 37.5%;
}

.l-gridItem--10 {
  width: 41.6666666667%;
}

.l-gridItem--11 {
  width: 45.8333333333%;
}

.l-gridItem--12 {
  width: 50%;
}

.l-gridItem--13 {
  width: 54.1666666667%;
}

.l-gridItem--14 {
  width: 58.3333333333%;
}

.l-gridItem--15 {
  width: 62.5%;
}

.l-gridItem--16 {
  width: 66.6666666667%;
}

.l-gridItem--17 {
  width: 70.8333333333%;
}

.l-gridItem--18 {
  width: 75%;
}

.l-gridItem--19 {
  width: 79.1666666667%;
}

.l-gridItem--20 {
  width: 83.3333333333%;
}

.l-gridItem--21 {
  width: 87.5%;
}

.l-gridItem--22 {
  width: 91.6666666667%;
}

.l-gridItem--23 {
  width: 95.8333333333%;
}

.l-gridItem--24 {
  width: 100%;
}

.content-fix {
  width: 1000px;
  margin: 0 auto;
  border-left-style: solid;
  border-right-style: solid;
}

.l-content__left {
  float: left;
}

.l-content__right {
  float: right;
}

.l-banner-wrapper {
  background-color: #FFF;
  text-align: center;
}

.l-banner-wrapper .menuTitle {
  margin-top: 19px;
  background-color: #772224;
  text-align: center;
  color: #FFF;
  line-height: 25px;
}

.l-borderWrapper {
  border-right-style: solid;
  height: 100%;
}

.centerBoxWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.centerBoxWrapper .centerBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.js__centerBoxWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.js__centerBoxWrapper .centerBox {
  position: absolute;
  top: 50%;
}

.blandWrapper {
  width: 80%;
  margin: 0 auto;
}

.blandWrapper img {
  float: left;
}

.blandWrapper .blandInner {
  float: left;
  width: 700px;
  padding: 35px;
}

.blandWrapper .blandInner .subTitle {
  text-align: center;
}

.blandWrapper .blandInner .title {
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  font-family: "ＭＳ 明朝", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
  margin-bottom: 20px;
}

.blandWrapper .blandInner .catch1 {
  text-align: center;
  font-family: "ＭＳ 明朝", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 10px;
}

.blandWrapper .blandInner p.sentence {
  text-indent: 1em;
  line-height: 23px;
  font-size: 15px;
}

.bland__sp .blandWrapper {
  width: 100%;
  margin: 0 auto;
}

.bland__sp .blandWrapper img {
  float: left;
}

.bland__sp .blandWrapper .blandInner {
  float: left;
  width: 320px;
  padding: 0px;
}

.bland__sp .blandWrapper .blandInner .subTitle {
  text-align: center;
}

.bland__sp .blandWrapper .blandInner .title {
  text-align: center;
  font-size: 36px;
  line-height: 70px;
  font-family: "ＭＳ 明朝", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
  margin-bottom: 20px;
}

.bland__sp .blandWrapper .blandInner .catch1 {
  text-align: center;
  font-family: "ＭＳ 明朝", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 10px;
}

.bland__sp .blandWrapper .blandInner p.sentence {
  text-indent: 1em;
  line-height: 23px;
  font-size: 15px;
}

#js_slideshow {
  width: 100%;
  position: relative;
}

#js_slideshow li {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.singleNewsBox {
  background-color: #000;
  color: #FFF;
  padding: 5px 0;
}

.singleNewsBox .singleNewsBoxInner {
  width: 90%;
  margin: 0 auto;
}

.singleNewsBox .singleNewsBoxInner p {
  line-height: normal;
}

.singleNewsBox .l-news__left {
  float: left;
}

.singleNewsBox .l-news__left .singleNewsTitle {
  width: 140px;
  float: left;
  margin-left: 10px;
  font-size: 14px;
  line-height: 25px;
}

.singleNewsBox .l-news__left .singCampaign {
  float: left;
}

.singleNewsBox .l-news__left .singCampaign .discount {
  background-color: #b30016;
  color: #FFF;
  padding: 5px;
  margin-right: 5px;
}

.singleNewsBox .l-news__left .singCampaign .deadLine {
  background-color: #007e1a;
  color: #FFF;
  border-radius: 10px;
  padding: 5px;
  margin-left: 5px;
}

.singleNewsBox .l-news__left .singCampaign a {
  color: #FFF;
  display: block;
  line-height: 25px;
}

.singleNewsBox .l-news__right {
  float: right;
}

.singleNewsBox .l-news__right a {
  color: #FFF;
}

.singleNewsBox .l-news__right .singleNewsTitle {
  width: 80px;
  float: left;
  font-size: 14px;
  line-height: 25px;
}

.singleNewsBox .l-news__right .singleNewsBoxList {
  float: left;
}

.singleNewsBox .l-news__right .singleNewsBoxList li {
  line-height: 25px;
}

.singleNewsBox .l-news__right .singleNewsBoxList .date {
  padding-right: 10px;
}

.singleNewsBox a:hover {
  text-decoration: underline;
}

section.sentence {
  width: 70%;
  margin: 30px auto;
}

section.sentence .titleLine {
  position: relative;
  border-top-style: solid;
  text-align: center;
  margin-top: 30px;
}

section.sentence .titleLine h1,
section.sentence .titleLine h2 {
  text-align: center;
  position: relative;
  top: -15px;
  padding: 0 25px;
  display: inline;
  font-size: 25px;
  background-color: #FFF;
  font-weight: bold;
  border-bottom: none;
  font-family: "ＭＳ 明朝", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
}

section.sentence .titleLine a.linkTitle {
  position: absolute;
  display: block;
  text-align: center;
  top: 15px;
  left: 0;
  width: 100%;
}

section.sentence p {
  font-size: 18px;
  line-height: 30px;
  text-indent: 1em;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

section.sentence ul {
  margin: 10px 30px 30px 30px;
}

section.sentence ul li {
  list-style: disc;
  font-size: 18px;
}

section.sentence.noBtmMargin {
  margin-bottom: 0;
}

section.wide {
  width: 100%;
  padding: 0;
}

section.wide .titleLine {
  width: 80%;
  margin: 0 auto;
}

section.bgWideTitle {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
}

section.bgWideTitle .bgTitle {
  width: 60%;
  height: 220px;
  padding: 30px;
  color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

section.imgL img {
  float: left;
  padding-right: 20px;
  padding-bottom: 8px;
}

.slickWrapper {
  position: relative;
  background-color: #0286cc;
  padding: 20px 0 70px;
}

.slickWrapper .slickInner,
.slickWrapper .slickInner2 {
  width: 70%;
  margin: 0 auto;
}

.slickWrapper .slickInner img,
.slickWrapper .slickInner2 img {
  float: left;
  padding-right: 30px;
}

.slickWrapper .slickInner h3, .slickWrapper .slickInner p,
.slickWrapper .slickInner2 h3,
.slickWrapper .slickInner2 p {
  color: #FFF;
}

.slickWrapper .slickInner p,
.slickWrapper .slickInner2 p {
  font-size: 15px;
  text-indent: 1em;
  line-height: 25px;
}

.slickWrapper .slickInner a,
.slickWrapper .slickInner2 a {
  color: #FFF;
  text-decoration: underline;
}

.slickWrapper .slickInner a:hover,
.slickWrapper .slickInner2 a:hover {
  color: #64c8ff;
}

.slickWrapper .slickInner h3,
.slickWrapper .slickInner2 h3 {
  padding: 5px;
  font-size: 20px;
}

.slickWrapper .slick-next {
  margin-right: -10px;
}

.slickWrapper .slick-prev {
  margin-left: -10px;
}

.slickWrapper .slick-dots li.slick-active {
  color: #FFF;
}

.slickWrapper .slick-dots li.slick-active button:before {
  color: #FFF;
}

.slickWrapper {
  background-color: #2f2f2f;
}

.slickInnerBig,
.exampleSlickInner2,
.slick6,
.slick5,
.slick4,
.slick3,
.slick {
  position: relative;
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
}

.slickInnerBig a,
.exampleSlickInner2 a,
.slick6 a,
.slick5 a,
.slick4 a,
.slick3 a,
.slick a {
  color: #FFF;
  text-align: center;
}

.slickInnerBig a span,
.exampleSlickInner2 a span,
.slick6 a span,
.slick5 a span,
.slick4 a span,
.slick3 a span,
.slick a span {
  display: block;
}

.slickInnerBig a img,
.exampleSlickInner2 a img,
.slick6 a img,
.slick5 a img,
.slick4 a img,
.slick3 a img,
.slick a img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10px;
}

.slickInnerBig .slick-slide,
.exampleSlickInner2 .slick-slide,
.slick6 .slick-slide,
.slick5 .slick-slide,
.slick4 .slick-slide,
.slick3 .slick-slide,
.slick .slick-slide {
  text-align: center;
}

.slickInnerBig .slick-dots li.slick-active,
.exampleSlickInner2 .slick-dots li.slick-active,
.slick6 .slick-dots li.slick-active,
.slick5 .slick-dots li.slick-active,
.slick4 .slick-dots li.slick-active,
.slick3 .slick-dots li.slick-active,
.slick .slick-dots li.slick-active {
  color: #FFF;
}

.slickInnerBig .slick-dots li.slick-active button:before,
.exampleSlickInner2 .slick-dots li.slick-active button:before,
.slick6 .slick-dots li.slick-active button:before,
.slick5 .slick-dots li.slick-active button:before,
.slick4 .slick-dots li.slick-active button:before,
.slick3 .slick-dots li.slick-active button:before,
.slick .slick-dots li.slick-active button:before {
  color: #FFF;
}

.slickInnerBig .slick-next,
.exampleSlickInner2 .slick-next,
.slick6 .slick-next,
.slick5 .slick-next,
.slick4 .slick-next,
.slick3 .slick-next,
.slick .slick-next {
  margin-right: -10px;
}

.slickInnerBig .slick-prev,
.exampleSlickInner2 .slick-prev,
.slick6 .slick-prev,
.slick5 .slick-prev,
.slick4 .slick-prev,
.slick3 .slick-prev,
.slick .slick-prev {
  margin-left: -10px;
}

.exampleSlickInner2 {
  width: 80%;
}

.exampleSlickInner2 li.exampleInner {
  background: #FFF;
  border-radius: 5px;
  margin: 20px;
}

.exampleSlickInner2 li.exampleInner img {
  float: left;
  padding: 15px;
}

.exampleSlickInner2 li.exampleInner h4 {
  font-size: 17px;
  text-align: left;
  line-height: 25px;
  padding: 20px 20px 15px 20px;
}

.exampleSlickInner2 li.exampleInner p {
  text-align: left;
  padding-right: 20px;
}

.exampleSlickInner2 li.exampleInner pre {
  display: inline;
}

.bgWhiteGray {
  background: #dfdfdf;
}

.bgWhiteGray .slick6 a {
  color: #636363;
}

.bgWhiteGray .slick-dots li.slick-active {
  color: #636363;
}

.bgWhiteGray .slick-dots li.slick-active button:before {
  color: #b9b9b9;
}

.slick6 {
  width: 75%;
  margin: 0 auto;
}

.slick6 a span {
  margin-top: 15px;
}

.slick6 a img {
  width: 170px;
  padding-bottom: 0;
}

.slick6 a:hover {
  color: #2658ae;
  text-decoration: underline;
}

#js__round .slick6 li img {
  border-radius: 10px;
}

.nodots {
  padding-top: 35px;
  padding-bottom: 25px;
}

.slick4 a img {
  width: 300px;
}

.slickInnerBig a img,
.slick3 a img {
  width: 70%;
  padding-top: 30px;
}

.slickInnerBig .slick-center a img,
.slick3 .slick-center a img {
  width: 100%;
}

/*
.slick-prev, .slick-next {
  width:60px;
  height:34px;
}

.slick-next{
  right: 20px;
}

.slick-prev{
  left: 20px;
}

.slick-prev:before, .slick-next:before {
  content:"";
}
*/
@media screen and (max-width: 500px) {
  #container .exampleWapper {
    margin-bottom: 10px;
  }
  #container .exampleSlickInner2 {
    width: 80%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #container .exampleSlickInner2 li.exampleInner {
    border-radius: 5px;
    margin: 10px;
  }
  #container .exampleSlickInner2 li.exampleInner img {
    float: none;
    padding: 15px;
    width: 200px;
  }
  #container .exampleSlickInner2 li.exampleInner h4 {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 20px 5px 20px;
  }
  #container .exampleSlickInner2 li.exampleInner p {
    text-align: left;
    padding-right: 20px;
  }
  #container .exampleSlickInner2 li.exampleInner pre {
    display: inline;
  }
  #container .exampleSlickInner2 .slick-next {
    margin-right: 0px;
  }
  #container .exampleSlickInner2 .slick-prev {
    margin-left: 0px;
  }
}
.l-gallery-box1 {
  width: 100%;
}

.l-gallery-box1 ul {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

.l-gallery-box1 ul li {
  text-align: center;
  width: 270px;
  height: 350px;
  float: left;
  padding: 20px;
  margin-right: 23.3333333333px;
  margin-bottom: 23.3333333333px;
  border-radius: 10px;
}

.l-gallery-box1 ul li img {
  width: 270px;
  padding-bottom: 20px;
  height: auto;
}

.l-gallery-box1 ul li p {
  text-align: left;
  line-height: 18px;
}

.l-gallery-box1 ul li h2 {
  padding-bottom: 5px;
}

@media screen and (min-width: 1500px) {
  .l-gallery-box1 {
    width: 100%;
  }
  .l-gallery-box1 ul {
    width: 1500px;
  }
  .l-gallery-box1 ul li {
    width: 300px;
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .l-gallery-box1 ul li img {
    width: 300px;
    padding-bottom: 20px;
  }
}
/* --------------------------------------------------------PC用フッター */
#footer {
  text-align: center;
  background-color: #252525;
  padding-top: 50px;
  padding-bottom: 20px;
}

#footer ul {
  background-color: #5b5a5c;
  text-align: center;
  padding: 20px;
}

#footer ul li {
  display: inline;
  padding: 10px;
  line-height: 20px;
}

#footer ul li a {
  color: #FFF;
}

#footer .companyInfo {
  float: right;
  width: 25%;
  text-align: right;
}

#footer .companyInfo img {
  padding-bottom: 5px;
}

#footer .companyInfo p {
  color: #adafb1;
  font-size: 12px;
}

#footer .footerInner {
  width: 75%;
  margin: 0 auto;
}

#footer .sNavi {
  width: 75%;
  float: left;
}

#footer .sNavi .sNaviInner {
  width: 25%;
  float: left;
  padding: 0 3%;
  border-right: 1px solid #616364;
}

#footer .sNavi .sNaviInner p {
  color: #b5b8b9;
}

#footer .sNavi .sNaviInner ul {
  background: none;
  padding: 0;
  margin-bottom: 30px;
}

#footer .sNavi .sNaviInner ul li {
  display: block;
  padding: 0;
  text-align: left;
}

#footer .sNavi .sNaviInner ul li a {
  line-height: 15px;
  color: #b5b8b9;
  padding: 5px;
  display: inline-block;
  font-size: 13px;
  text-align: left;
}

#footer .sNavi .sNaviInner ul li a:hover {
  color: #F5F8FA;
}

#footer .sNavi .sNaviInner ul:last-child {
  margin-bottom: 0;
}

#footer .sNavi .sNaviTitle {
  color: #f1f1ee;
  font-weight: bold;
  text-align: left;
}

#footer address {
  padding-top: 50px;
  color: #FFF;
}

#footer address a {
  font-size: 12px;
  color: #eeeee9;
  font-style: normal;
  font-family: "Cormorant SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 500px) {
  #footer {
    text-align: center;
    background-color: #252525;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #footer ul {
    background-color: #5b5a5c;
    text-align: center;
    padding: 20px;
  }
  #footer ul li {
    display: inline;
    padding: 10px;
    line-height: 20px;
  }
  #footer ul li a {
    color: #FFF;
    font-size: 11px;
  }
  #footer .companyInfo {
    float: right;
    width: 25%;
    text-align: right;
  }
  #footer .companyInfo img {
    padding-bottom: 5px;
  }
  #footer .companyInfo p {
    color: #adafb1;
    font-size: 12px;
  }
  #footer .footerInner {
    width: 75%;
    margin: 0 auto;
  }
  #footer .sNavi {
    width: 75%;
    float: left;
  }
  #footer .sNavi .sNaviInner {
    width: 25%;
    float: left;
    padding: 0 3%;
    border-right: 1px solid #616364;
  }
  #footer .sNavi .sNaviInner p {
    color: #b5b8b9;
  }
  #footer .sNavi .sNaviInner ul {
    background: none;
    padding: 0;
    margin-bottom: 30px;
  }
  #footer .sNavi .sNaviInner ul li {
    display: block;
    padding: 0;
    text-align: left;
  }
  #footer .sNavi .sNaviInner ul li a {
    line-height: 15px;
    color: #b5b8b9;
    padding: 5px;
    display: inline-block;
    font-size: 13px;
    text-align: left;
  }
  #footer .sNavi .sNaviInner ul li a:hover {
    color: #F5F8FA;
  }
  #footer .sNavi .sNaviInner ul:last-child {
    margin-bottom: 0;
  }
  #footer .sNavi .sNaviTitle {
    color: #f1f1ee;
    font-weight: bold;
    text-align: left;
  }
  #footer address {
    padding-top: 50px;
    color: #FFF;
  }
  #footer address a {
    font-size: 12px;
    color: #eeeee9;
    font-style: normal;
    font-family: "Cormorant SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.wideImg {
  width: 100%;
  height: auto;
}

.galleryList {
  width: 1000px;
  margin: 20px auto 100px;
}

.galleryList li {
  float: left;
  width: 300px;
  margin: 10px;
  margin-bottom: 120px;
  position: relative;
}

.galleryList li a {
  display: block;
  width: 300px;
  text-align: center;
}

.galleryList li a span.imgWrapp {
  display: block;
  overflow: hidden;
  width: 300px;
  height: 300px;
}

.galleryList li a img {
  width: 500px;
  height: auto;
}

.galleryList li a .inner {
  background-color: #e7e5d8;
  width: 230px;
  height: 115px;
  position: absolute;
  right: -15px;
  top: 240px;
  padding: 10px;
  text-align: left;
}

.galleryList li a .inner span {
  display: block;
  padding: 2px;
}

.galleryList li a .inner span.title,
.galleryList li a .inner span.value2 {
  color: #807f7f;
  display: inline;
}

.galleryList li a .inner span.value2 {
  font-size: 13px;
  padding-left: 8px;
}

.galleryList li a .inner span.title {
  font-size: 17px;
}

.galleryList li a .inner div {
  padding-bottom: 5px;
}

.galleryList li a .inner span.value1 {
  background-color: #222222;
  color: #FFF;
  display: inline-block;
  padding: 3px 10px;
  border-left: 8px solid #8b4504;
}

.galleryList li a .inner span.excerpt {
  font-weight: bold;
}

.videoWrapp__wide,
.img__wide {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.videoWrapp__wide .c-overlay__dot,
.videoWrapp__wide .c-overlay__color,
.img__wide .c-overlay__dot,
.img__wide .c-overlay__color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/static/img/common/overlay-dot.png");
}

.videoWrapp__wide .c-overlay__text,
.img__wide .c-overlay__text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 310px;
  margin: auto;
}

.videoWrapp__wide .c-overlay__text .overlay_title,
.img__wide .c-overlay__text .overlay_title {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 15px;
  text-shadow: 1px 1px 1px #000;
}

.videoWrapp__wide .c-overlay__text .overlay_sentence,
.img__wide .c-overlay__text .overlay_sentence {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-indent: 1em;
  line-height: 30px;
  text-shadow: 1px 1px 1px #000;
}

.arrow__down {
  position: absolute;
  width: 100%;
  margin: 0 auto;
}

section {
  padding: 20px 0 35px 0;
  border-bottom-style: solid;
}

section h2, section h3 {
  text-align: left;
  font-size: 13px;
  padding-left: 5px;
  padding-bottom: 2px;
  border-bottom-style: solid;
  font-weight: normal;
}

section h3 {
  border: none;
  text-align: center;
  font-size: 14px;
}

.o-gallery li {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  border-style: solid;
  height: 130px;
}

.c-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F88700;
  color: #FFF;
}

.l-slashBtn li {
  border-bottom-style: solid;
  list-style: none;
}

.l-slashBtn li a {
  padding-left: 110px;
  text-align: left;
  display: block;
  font-size: 13px;
  padding-top: 23.5px;
  padding-bottom: 23.5px;
}

.l-slashBtn li a.line2 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.mgTop__20 {
  margin-top: 20px;
}

html, body, div, h1, h2, h3, h4, h5, p, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, abbr, acronym, img, section {
  font-size: 15px;
}

body.wallpaper {
  width: 100%;
  padding: 0;
}

body.wallpaper .canvasImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

body.wallpaper .canvasImg img {
  width: 100%;
  height: auto;
}

body.wallpaper .canvasImg p {
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -35%;
  display: block;
  background-color: #FFF;
  padding: 15px;
  width: 70%;
  height: auto;
  color: #000;
}

body.wallpaper img.wallpaperImg {
  width: 100%;
  height: auto;
  background-size: cover;
  z-index: 1;
}

body.wallpaper .barcodeWapper {
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 10;
  text-align: center;
}

body.wallpaper .barcodeWapper #barcode {
  background-color: #FFF;
  width: 160px;
  height: auto;
}

body.eiken dl {
  padding-bottom: 15px;
}

body.eiken dl dt {
  width: 30%;
  float: left;
  font-size: 14px !important;
}

body.eiken dl dd {
  width: 70%;
  float: left;
  font-size: 14px !important;
}

body.eiken form {
  display: none;
}

body.documentAi .contentWrapper {
  width: 100%;
}

body.documentAi .contentWrapper .contentBox {
  width: 100% !important;
  overflow: hidden !important;
}

body.documentAi .contentWrapper p {
  text-align: left !important;
}

body.documentAi #header, body.documentAi #footer, body.documentAi .infoBar {
  display: none;
}

body.eiken .contentWrapper {
  width: 80%;
}

body.eiken .contentWrapper .contentBox {
  width: 100% !important;
  overflow: hidden !important;
}

body.eikenList .contentWrapper, body.ictCategoryList .contentWrapper, body.ictStageList .contentWrapper, body.formulaList .contentWrapper {
  width: 100%;
}

body.eikenList .contentWrapper .contentBox, body.ictCategoryList .contentWrapper .contentBox, body.ictStageList .contentWrapper .contentBox, body.formulaList .contentWrapper .contentBox {
  width: 100% !important;
  overflow: hidden !important;
}

body.eikenList .contentWrapper table, body.ictCategoryList .contentWrapper table, body.ictStageList .contentWrapper table, body.formulaList .contentWrapper table {
  width: 100%;
  table-layout: fixed;
}

body.eikenList .contentWrapper table .narrow2, body.ictCategoryList .contentWrapper table .narrow2, body.ictStageList .contentWrapper table .narrow2, body.formulaList .contentWrapper table .narrow2 {
  width: 80px !important;
}

body.eikenList .contentWrapper table .narrow3, body.ictCategoryList .contentWrapper table .narrow3, body.ictStageList .contentWrapper table .narrow3, body.formulaList .contentWrapper table .narrow3 {
  width: 100px !important;
}

body.eikenList #header, body.eikenList #footer, body.eikenList .infoBar, body.ictCategoryList #header, body.ictCategoryList #footer, body.ictCategoryList .infoBar, body.ictStageList #header, body.ictStageList #footer, body.ictStageList .infoBar, body.formulaList #header, body.formulaList #footer, body.formulaList .infoBar {
  display: none;
}

body.eikenList #blackLayer, body.ictCategoryList #blackLayer, body.ictStageList #blackLayer, body.formulaList #blackLayer {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #FFFFFF;
}

body.eikenList #blackLayer h2, body.eikenList #blackLayer p, body.ictCategoryList #blackLayer h2, body.ictCategoryList #blackLayer p, body.ictStageList #blackLayer h2, body.ictStageList #blackLayer p, body.formulaList #blackLayer h2, body.formulaList #blackLayer p {
  color: #FFFFFF;
}

body.pointBook #container h2 {
  text-align: center;
}

body.pointBook #container .contentBox {
  width: 100%;
}

body.pointBook #container .contentBox table tr th, body.pointBook #container .contentBox table tr td {
  font-size: 12px;
}

#container .contentBox table {
  background-color: #FFF;
  border-left: solid 1px #0286cc;
  border-top: solid 1px #0286cc;
  margin: 0 auto;
}

#container .contentBox table tr th, #container .contentBox table tr td {
  font-size: 13px;
  padding: 5px;
  text-align: center;
  border-right: solid 1px #0286cc;
  border-bottom: solid 1px #0286cc;
}

#container .contentBox table tr th {
  background-color: #0286cc;
  color: #FFF;
}

#container .contentBox .banner {
  padding: 3%;
  background-color: #FFF;
  border: #ffa1d7 3px solid;
  margin-top: 20px;
}

#container .contentBox .banner h2 {
  text-align: center;
  font-size: 17px;
}

#container .contentBox .banner img {
  width: 100%;
  height: auto;
}

#container .contentBox .banner .left {
  width: 37%;
  float: left;
}

#container .contentBox .banner .right {
  width: 57%;
  float: right;
}

#container .contentBox .banner .right p {
  text-align: left;
}

#container .contentBox div.wallpaper {
  padding: 10px;
  margin: 10px;
  border: solid 2px #0286cc;
  background-color: #FFFFFF;
}

#container .contentBox div.wallpaper h2 {
  text-align: center;
  font-size: 18px;
}

#container .contentBox div.wallpaper li, #container .contentBox div.wallpaper input, #container .contentBox div.wallpaper a {
  font-size: 14px;
}

#container .contentBox div.wallpaper li.small input {
  font-size: 13px;
}

#container .contentBox div.wallpaper li {
  padding-top: 10px;
}

#container .contentBox div.wallpaper li a {
  text-decoration: underline;
  color: #003C84;
}

body.wallpaper #screenshot, body.wallpaper #result {
  position: absolute;
  z-index: 100;
  top: 200px;
}

body.wallpaper .contentWrapper {
  width: auto;
}

body.wallpaper .contentWrapper #header, body.wallpaper .contentWrapper #footer, body.wallpaper .contentWrapper .infoBar {
  display: none;
}

body.wallpaper .contentWrapper #qrcode {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 10;
}

body.wallpaper .contentWrapper #qrcode img {
  padding: 5px;
  background-color: #FFF;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■QRコードリスト*/
/* QRコード印刷用 */
body.qrList .contentWrapper {
  width: 100%;
}

body.qrList #header img {
  height: 50px;
  width: auto;
}

body.qrList ul.qrCodeList {
  margin-top: 10px;
}

body.qrList ul.qrCodeList li {
  text-align: center;
  width: 200px;
  float: left;
  background-color: #0286cc;
  color: #FFF;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 40px;
}

body.qrList ul.qrCodeList li table tr td {
  padding: 0 !important;
  border: none !important;
}

body.qrList ul.qrCodeList li img {
  width: auto;
  height: 40px;
  text-align: center;
}

body.qrList ul.qrCodeList li .qrcode {
  width: 64px;
  margin: 20px auto 10px;
  background-color: #FFF;
  padding: 10px;
  border-radius: 5px;
}

body.qrCodeReader {
  padding-bottom: 0;
  width: 100% !important;
  height: 100%;
}

body.qrCodeReader #container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 0;
  background-color: #F7F0DE;
}

body.qrCodeReader #ipList {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: auto;
}

body.qrCodeReader #ipList li {
  font-size: 10px;
  font-weight: normal;
}

body.qrCodeReader #header {
  width: 100%;
}

body.qrCodeReader .contentBox {
  text-align: center;
}

body.qrCodeReader input#qrcode {
  margin: 0 auto;
  width: 250px;
}

body.qrCodeReader #wrapper {
  margin: 0px auto 0px auto;
  width: 100%;
  height: 300px;
  position: relative;
}

body.qrCodeReader #video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  margin: auto;
}

body.qrCodeReader #camera-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  margin: auto;
}

body.qrCodeReader #rect-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 450px;
  height: 300px;
  margin: auto;
}

body.qrCodeReader ul {
  width: 80%;
  margin: 20px auto;
}

body.qrCodeReader ul li {
  font-size: 15px;
  font-weight: bold;
}

body.qrCodeReader .contentWrapper {
  width: 100%;
  margin: 0 auto;
}

body.qrCodeReader .contentWrapper #header img {
  height: 50px;
  width: auto;
}

body.qrCodeReader h1 {
  text-align: center;
}

.pagination {
  width: 80%;
  margin: 10px auto;
}

.pagination li {
  padding: 5px;
  float: left;
}

.pagination li a {
  padding: 5px;
}

.pagination li.current {
  border: solid 1px #2e4676;
}

@media screen and (min-width: 700px) {
  /* （PC用 開発者用） */
  html {
    height: 100%;
  }
  body {
    height: 100%;
    background-color: #FFF !important;
  }
  body .contentWrapper {
    width: 400px;
    height: 100%;
    margin: 0 auto;
    background-color: #F7F0DE;
  }
  body .contentWrapper .widePc {
    width: 1200px;
  }
  body .contentWrapper #footer {
    width: 400px;
  }
  body.widePage .contentWrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #F7F0DE;
    padding-bottom: 100px;
  }
  body.widePage .contentWrapper .contentBox {
    overflow: unset !important;
  }
  body.widePage .contentWrapper table tr:nth-child(even) td {
    background-color: #eaeaea !important;
  }
  body.widePage .contentWrapper #footer {
    width: 100%;
    display: none;
  }
}
body {
  padding-bottom: 110px;
}

body.master #header {
  background-color: #000;
}

body.master #footer {
  background-color: #000;
}

body.master #container .contentBox ul.menuBtn li a {
  background-color: #000;
}

body.master span.attend {
  color: #0286cc;
}

body.master #container {
  padding-bottom: 80px;
}

body.master #container .contentBox {
  overflow: auto;
  width: 90%;
  margin: 0 auto;
}

body.master #container .contentBox ul.menuBtn li a {
  width: 80%;
}

body.master #container .contentBox table.yoyakuKakunin {
  background-color: #FFF;
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  table-layout: fixed;
  width: 1200px;
}

body.master #container .contentBox table.yoyakuKakunin tr {
  width: 100%;
}

body.master #container .contentBox table.yoyakuKakunin tr th, body.master #container .contentBox table.yoyakuKakunin tr td {
  font-size: 12px;
  width: 70px;
  padding: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #FFF;
  word-break: break-word;
}

body.master #container .contentBox table.yoyakuKakunin tr th input, body.master #container .contentBox table.yoyakuKakunin tr th select, body.master #container .contentBox table.yoyakuKakunin tr td input, body.master #container .contentBox table.yoyakuKakunin tr td select {
  width: 70px;
  font-size: 12px;
}

body.master #container .contentBox table.yoyakuKakunin tr th .submitBtn, body.master #container .contentBox table.yoyakuKakunin tr td .submitBtn {
  width: auto;
}

body.master #container .contentBox table.yoyakuKakunin tr .w20 {
  width: 20px;
}

body.master #container .contentBox table.yoyakuKakunin tr th {
  background-color: #000;
  color: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

body.master #container .contentBox table.w320 {
  width: 320px;
}

body.master #container .contentBox table.attend {
  width: 350px;
}

body.master #container .contentBox table.attend tr th, body.master #container .contentBox table.attend tr td {
  width: 50px;
}

body.master #container .attend {
  width: 100%;
}

body.master #container .attend .contentInner table.yoyakuKakunin {
  width: 1800px;
}

body.master #container .attend .contentInner table.yoyakuKakunin th, body.master #container .attend .contentInner table.yoyakuKakunin td {
  padding: 5px;
  width: 80px;
  font-size: 11px;
}

body.master #container .attend .contentInner table.yoyakuKakunin th input, body.master #container .attend .contentInner table.yoyakuKakunin th select, body.master #container .attend .contentInner table.yoyakuKakunin td input, body.master #container .attend .contentInner table.yoyakuKakunin td select {
  width: 80px;
  font-size: 11px;
}

body.master #container .attend .contentInner table.yoyakuKakunin th.wide, body.master #container .attend .contentInner table.yoyakuKakunin td.wide {
  width: 220px;
}

body.master #container .attend .contentInner table.yoyakuKakunin th.narrow, body.master #container .attend .contentInner table.yoyakuKakunin td.narrow {
  width: 80px;
}

body.master #container .attend .contentInner table.yoyakuKakunin th.narrow select, body.master #container .attend .contentInner table.yoyakuKakunin td.narrow select {
  width: 60px;
}

body.gachaAdd #container form dl dd {
  margin-bottom: 20px;
}

body.gachaAdd #container form dl dd ul li {
  font-size: 15px;
  width: auto;
  padding: 5px;
  background-color: #FFF;
  border-radius: unset;
  display: block;
  color: #000;
  float: none;
  margin: 0;
  border-bottom: 1px solid #000;
  position: relative;
}

body.gachaAdd #container form dl dd ul li span {
  position: absolute;
  right: 0;
}

body.gachaPage h2 {
  margin: 40px 0 10px;
  font-size: 17px;
}

body.gachaPage .gachaList li {
  padding: 20px;
  margin: 5px auto 20px;
  width: 80%;
  height: 150px;
  border: 1px solid #000;
  position: relative;
}

body.gachaPage .gachaList li .gachaRateBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  padding: 5px;
  background-color: #003C84;
  color: #FFF;
  border-radius: 5px;
}

body.gachaPage .gachaList li .gachaBtnInner {
  position: absolute;
  bottom: 10px;
  margin-left: 20px;
}

body.gachaPage .gachaList li .gachaBtnInner form {
  float: left;
  margin-left: 10px;
}

body.gachaPage .gachaList li.gachaBgImg1 {
  background: url("/static/img/game/gacha-weapon.png");
}

body.gachaPage .gachaList li.gachaBgImg2 {
  background: url("/static/img/game/gacha-armor.png");
}

body.gachaPage .gachaList li.gachaBgImg3 {
  background: url("/static/img/game/gacha-item.png");
}

body.gachaPage .gachaList li.gachaBgImg4 {
  background: url("/static/img/game/gacha-easter.png");
}

body.gachaPage .gachaList li.gachaBgImg1, body.gachaPage .gachaList li.gachaBgImg2, body.gachaPage .gachaList li.gachaBgImg3, body.gachaPage .gachaList li.gachaBgImg4 {
  background-size: cover;
}

body.gachaRate span.itemInfo {
  display: none;
}

body.gachaRate #itemLayer, body.gachaRate #equipLayer {
  background: url("/static/img/common/bg-alpha-black80.png");
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 777777777777777800;
  top: 0;
  left: 0;
  display: none;
}

body.gachaRate #itemLayer p, body.gachaRate #equipLayer p {
  color: #FFF;
}

body.gachaGet p {
  margin-top: 30px;
  margin-bottom: 30px;
}

body.equipList table, body.itemsList table {
  table-layout: fixed !important;
}

body.itemsList table {
  width: 2500px !important;
}

body.itemsList .contentBox {
  width: 100% !important;
}

.comment {
  width: 90%;
  padding: 0;
  margin: 15px auto 10px;
  background-color: #FFF;
  border: 2px solid #0286cc;
}

.comment h2 {
  text-align: center;
  background-color: #0286cc;
  color: #FFF;
  padding: 5px;
}

.comment p {
  padding: 10px;
}

.studyTime {
  background-color: #003C84;
  color: #FFFFFF;
  padding: 15px;
}

.studyTime a {
  color: #a1d8ff;
}

.kateiTimeList {
  background-color: #003C84;
  padding: 15px 10px;
}

.kateiTimeList h2 {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.kateiTimeList table {
  margin: 3px auto;
  background-color: #FFFFFF;
}

.kateiTimeList table th, .kateiTimeList table td {
  border-right: 1px solid #003C84;
  border-bottom: 1px solid #003C84;
  text-align: center;
  padding: 5px;
}

.kateiTimeList table th.important, .kateiTimeList table td.important {
  background-color: #b30016;
  color: #FFFFFF;
  font-weight: bold;
}

.countDown {
  background-color: #FFF;
  padding: 7px;
  padding-bottom: 0;
  border: solid 3px #0286cc;
  text-align: center;
}

.countDown #restHighSchoolExam, .countDown #restHighSchoolExam2, .countDown #restCollegeExam, .countDown #restCollegeExam2 {
  font-weight: bold;
  color: #b30016;
  font-size: 16px;
}

.countDown a {
  display: inline-block;
  color: #2e4676;
  text-decoration: underline;
}

.countDown p, .countDown a {
  font-size: 14px;
  padding-bottom: 7px;
}

body, html {
  height: 100%;
}

body {
  background-color: #F7F0DE;
  width: 100%;
  text-align: center;
}

a.wideImg {
  display: block;
}

a.wideImg img {
  width: 100%;
  height: auto;
}

a.wideImg2 {
  display: block;
  width: 85%;
  margin: 10px auto;
}

a.wideImg2 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.linkBtn {
  text-align: center;
  margin: 0 auto;
}

.linkBtn a {
  background-color: #0286cc;
  color: #FFF !important;
  text-decoration: none !important;
  display: block;
  padding: 10px 0;
  margin: 5px auto;
  border-radius: 5px;
  width: 90%;
}

#header {
  position: relative;
  z-index: 1000;
  text-align: center;
}

#header img {
  height: 60px;
  width: auto;
  text-align: left;
  margin: 0 auto;
  margin-left: -20px;
}

h1 {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  font-size: 20px;
  padding-bottom: 10px;
}

.contentWrapper {
  height: 100%;
}

#container {
  position: relative;
  padding-bottom: 120px;
}

#container .line {
  background-color: #00B900;
  color: #FFF;
  width: 85%;
  margin: 0 auto;
  padding: 10px;
}

#container .line h2 {
  font-size: 11px;
  text-align: center;
}

#container .line img {
  width: auto;
  height: 25px;
}

#container .line ul li {
  float: left;
  margin-left: 8px;
  margin-top: 5px;
}

#container .line ul li a {
  background-color: #FFF;
  color: #00B900;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: bold;
}

#container .messageBox, #container .wish {
  border: 1px solid #0286cc;
  padding: 12px;
  width: 90% !important;
  margin: 10px auto;
  background-color: #FFF;
  border-radius: 8px;
  margin-top: 13px !important;
}

#container .messageBox a dl dt, #container .messageBox a dl dd, #container .wish a dl dt, #container .wish a dl dd {
  text-decoration: underline;
}

#container .messageBox h2, #container .wish h2 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}

#container .messageBox dl dt, #container .messageBox dl dd, #container .wish dl dt, #container .wish dl dd {
  float: left;
  padding-bottom: 5px;
  font-size: 13px;
}

#container .messageBox dl.importance1 dt, #container .messageBox dl.importance1 dd, #container .wish dl.importance1 dt, #container .wish dl.importance1 dd {
  color: #b55200;
}

#container .messageBox dl.importance2 dt, #container .messageBox dl.importance2 dd, #container .wish dl.importance2 dt, #container .wish dl.importance2 dd {
  color: #d60000;
  font-size: 14px;
}

#container .messageBox dl.importance3 dt, #container .messageBox dl.importance3 dd, #container .wish dl.importance3 dt, #container .wish dl.importance3 dd {
  color: #d60000;
  font-size: 14px;
  font-weight: bold;
}

#container .messageBox p, #container .wish p {
  font-size: 13px;
  text-align: left !important;
}

#container .bigfont {
  font-size: 19px;
}

#container .btn {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

#container .btn a {
  display: inline-block;
  padding: 20px;
  background-color: #0286cc;
  border-radius: 30px;
  color: #FFF;
}

#container .infoBar {
  position: relative;
  z-index: 1000;
  background-color: #FFF;
  border-bottom: 1px solid #0286cc;
}

#container .infoBar ul.left {
  float: left;
  padding: 15px 10px;
  font-size: 13px;
}

#container .infoBar li.coin {
  padding: 0;
}

#container .infoBar ul.right {
  float: right;
  padding: 0;
}

#container .infoBar ul.right li {
  float: left;
}

#container .infoBar ul.right img {
  height: 47px;
  width: auto;
}

#container .infoBar ul.right li.coin {
  padding: 10px;
  line-height: 30px;
  padding-right: 15px;
  font-weight: bold;
}

#container .infoBar ul.right li.coin img {
  height: 30px;
  width: auto;
  padding-right: 2px;
}

#container .evaluation {
  width: 90%;
  margin: 15px auto;
}

#container .evaluation table {
  background: #FFF;
  border-left: 1px solid #0286cc;
  border-top: 1px solid #0286cc;
}

#container .evaluation table th, #container .evaluation table td {
  text-align: center;
  padding: 4px;
  border-right: 1px solid #0286cc;
  border-bottom: 1px solid #0286cc;
}

#container .evaluation table th {
  background-color: #0286cc;
  color: #FFF;
  border-right: 1px solid #a1d8ff;
  border-bottom: 1px solid #a1d8ff;
}

#container .evaluation table.dangerous {
  border-left: 1px solid #a30012;
  border-top: 1px solid #a30012;
  margin-bottom: 10px;
}

#container .evaluation table.dangerous th {
  background-color: #a30012;
  width: 50px;
}

#container .evaluation table.dangerous th, #container .evaluation table.dangerous td {
  border-right: 1px solid #a30012;
  border-bottom: 1px solid #a30012;
  text-align: left;
}

#container .evaluation table.caution {
  border-left: 1px solid #d17a2a;
  border-top: 1px solid #d17a2a;
  margin-bottom: 10px;
}

#container .evaluation table.caution th {
  background-color: #d17a2a;
  width: 50px;
}

#container .evaluation table.caution th, #container .evaluation table.caution td {
  border-right: 1px solid #d17a2a;
  border-bottom: 1px solid #d17a2a;
  text-align: left;
}

#container .dougalist .contentInner {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  margin-top: 25px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px #0286cc solid;
}

#container .dougalist .contentInner h1 {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
}

#container .dougalist .contentInner li {
  border-top: solid 1px #0286cc;
  padding-left: 15px;
  padding-right: 15px;
}

#container .dougalist .contentInner li a {
  font-size: 14px;
  padding: 10px;
  display: block;
}

#container .stageList .contentInner {
  width: 100%;
}

#container .stageList .contentInner .multiMenu .btnList a.eitanList {
  padding: 1px;
}

#container .stageList .contentInner .multiMenu .btnList a.eitanList img {
  width: 31px;
  height: auto;
}

#container .stageList .contentInner .multiMenu .btnList .disable {
  background-color: #cccccc;
}

#container .stageList .contentInner .multiMenu .title {
  color: #00489f;
  font-weight: bold;
  padding-left: 5px;
  text-align: left;
  font-size: 16px;
  padding-bottom: 5px;
}

#container .stageList .contentInner .multiMenu .title span.grade {
  background-color: #00489f;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  padding: 2px 5px;
  display: inline-block;
}

#container .stageList .contentInner .multiMenu .title span.kindergarten {
  background-color: #1c9726;
}

#container .stageList .contentInner .multiMenu .title span.elementary {
  background-color: #0a6311;
}

#container .stageList .contentInner .multiMenu .title span.high {
  background-color: #ae0f0f;
}

#container .stageList .contentInner .multiMenu .floatL {
  width: 20%;
  float: left;
  font-weight: bold;
  text-align: center;
}

#container .stageList .contentInner .multiMenu .floatL span.evaluation {
  font-size: 30px;
  margin: 10px auto 5px;
}

#container .stageList .contentInner .multiMenu .floatL span {
  display: block;
  font-size: 13px;
}

#container .stageList .contentInner .multiMenu .floatL span img {
  width: 30px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#container .stageList .contentInner .multiMenu .floatR {
  width: 80%;
  float: left;
}

#container .stageList .contentInner .multiMenu div {
  font-size: 13px;
  line-height: 18px;
}

#container .stageList .contentInner .multiMenu .importance {
  padding-top: 3px;
}

#container .stageList .contentInner .multiMenu .importance span, #container .stageList .contentInner .multiMenu .difficulty span {
  color: #d3af37;
}

#container .stageList .contentInner .multiMenu .importance span.high, #container .stageList .contentInner .multiMenu .difficulty span.high {
  color: #b30016;
}

#container .stageList .contentInner .multiMenu .importance span.disaster, #container .stageList .contentInner .multiMenu .difficulty span.disaster {
  color: #b30016;
}

#container .stageList .s, #container .stageList .ss, #container .stageList .sss {
  color: #c5a64b;
}

#container .stageList .a {
  color: #b30016;
}

#container .stageList .b {
  color: #003C84;
}

#container .stageList .c {
  color: #00B900;
}

#container .stageList .d {
  color: #733f0d;
}

#container .stageList .e {
  color: #7a7a7a;
}

#container .gameList ul li.multiMenu {
  padding: 10px;
}

#container .gameList ul li.multiMenu span.title {
  text-align: center;
  display: block;
  font-size: 17px;
  padding-bottom: 5px;
}

#container .gameList ul li.multiMenu a {
  display: inline-block;
  background-color: #0286cc;
  color: #FFF;
  font-size: 13px;
  border-radius: 10px;
  padding: 8px;
}

#container #blackLayer {
  display: none;
  background: url("/static/img/common/bg-alpha-black80.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  min-height: 1000px;
}

#container #blackLayer form {
  margin: 100px auto;
  width: 80%;
}

#container #blackLayer form #msg .enable {
  color: #5ec5ff;
}

#container #blackLayer form #msg .disable {
  color: #ff809d;
}

#container #blackLayer form .caution {
  color: #ffdd74;
}

#container #blackLayer form input[type=text] {
  margin-top: 10px;
  width: 300px;
  height: 50px;
  font-size: 20px;
}

#container #blackLayer form button#submit {
  margin-top: 10px;
  margin-left: 20px;
}

#container #blackLayer form p {
  color: #FFF;
}

#container .marginTop50 {
  margin-top: 50px !important;
}

#container .contentBox {
  width: 90%;
  margin: 0 auto;
}

#container .contentBox #qrcode {
  text-align: center;
}

#container .contentBox #qrcode img {
  margin: 10px auto;
}

#container .contentBox .vimeoTitle {
  font-size: 20px;
  padding: 15px 20px;
}

#container .contentBox .vimeoBox iframe {
  width: 100%;
  height: 250px;
  margin-top: 15px;
}

#container .contentBox .fukutoBox {
  background-color: #003C84;
  color: #FFF;
}

#container .contentBox .fukutoBox h2 {
  text-align: center;
  font-size: 20px !important;
  padding: 10px;
}

#container .contentBox .fukutoBox dl {
  padding: 0 15px;
  padding-bottom: 10px;
}

#container .contentBox .fukutoBox dl dt {
  font-size: 18px;
  font-weight: bold;
}

#container .contentBox .fukutoBox dl dd {
  font-size: 15px;
}

#container .contentBox .fukutoBanner {
  padding: 5px;
  padding-bottom: 15px;
  width: 80%;
  margin: 10px auto;
  background-color: #003C84;
  text-align: center;
  color: #FFF;
}

#container .contentBox .fukutoBanner img {
  width: 80%;
  height: auto;
}

#container .contentBox .fukutoBanner span {
  display: block;
  padding-top: 5px;
}

#container .contentBox .fukutoBanner input {
  margin-top: 5px;
}

#container .contentBox table td p {
  font-size: 11px;
  background-color: #003C84;
  color: #FFF;
  border-radius: 3px;
  padding: 3px;
  margin-bottom: 3px;
}

#container .contentBox table th.wide, #container .contentBox table td.wide {
  width: 200px !important;
}

#container .contentBox table th.wide input, #container .contentBox table td.wide input {
  width: 190px !important;
}

#container .contentBox table th.veryWide, #container .contentBox table td.veryWide {
  width: 400px !important;
}

#container .contentBox table th.narrow, #container .contentBox table td.narrow {
  width: 30px !important;
}

#container .contentBox table th.narrow input, #container .contentBox table td.narrow input {
  width: 25px !important;
}

#container .contentBox p.success {
  color: #3760ac;
}

#container .contentBox p {
  text-align: center;
  padding: 5px;
}

#container .contentBox p a {
  color: #33389e;
  text-decoration: underline;
}

#container .contentBox h3 {
  font-size: 18px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

#container .contentBox .txtL {
  text-align: left;
  padding: 0 20px;
}

#container .contentBox .msgBox {
  background-color: #FFF;
  padding: 10px;
  width: 85%;
  margin: 5px auto;
  border: 1px solid #b30016;
}

#container .contentBox .msgBox h2 {
  text-align: center;
}

#container .contentBox .msgBox p {
  text-align: left;
}

#container .contentBox table.yoyakuKakunin {
  width: 90%;
  margin: 20px auto;
  background-color: #FFF;
  table-layout: fixed;
  text-align: center;
  border-top: 1px solid #0286cc;
  border-left: 1px solid #0286cc;
}

#container .contentBox table.yoyakuKakunin tr {
  width: 100%;
}

#container .contentBox table.yoyakuKakunin tr th, #container .contentBox table.yoyakuKakunin tr td {
  width: 24%;
  padding: 3%;
  word-break: break-word;
  border-right: 1px solid #0286cc;
  border-bottom: 1px solid #0286cc;
}

#container .contentBox table.yoyakuKakunin tr th {
  background-color: #0286cc;
  color: #fff;
  border-right: 1px solid #3da8de;
  border-bottom: 1px solid #3da8de;
}

#container .contentBox table.studentInfo {
  margin-bottom: 50px;
}

#container .contentBox table.studentInfo tr th {
  width: 20%;
}

#container .contentBox table.studentInfo tr td {
  width: 28%;
}

#container .contentBox table.studentInfo tr td input {
  width: 90%;
}

#container .contentBox .allstudent {
  width: 100%;
  overflow: auto;
  margin: 0 auto;
}

#container .contentBox .allstudent table {
  margin: 0 auto;
}

#container .contentBox .allstudent table tr {
  width: 100%;
}

#container .contentBox .allstudent table tr th, #container .contentBox .allstudent table tr td {
  width: 150px;
  padding: 10px 5px;
  word-break: break-word;
}

#container .contentBox .allstudent table tr th {
  background-color: #0286cc;
  color: #fff;
}

#container .contentBox .allstudent table tr td {
  width: 170px;
}

#container .contentBox dl.cancelBox {
  width: 80%;
  margin: 20px auto;
  background-color: #FFF;
  padding: 5%;
}

#container .contentBox dl.cancelBox dd {
  padding: 5px;
}

#container .contentBox .msg {
  text-align: center;
  width: 100%;
}

#container .contentBox .msg p {
  margin: 0 auto;
  font-weight: bold;
  color: #ff8b3a;
  width: 80%;
}

#container .contentBox dl dd ul {
  width: 100%;
}

#container .contentBox dl dd ul li {
  font-size: 19px;
  padding: 4%;
  border-radius: 10px;
  background-color: #0286cc;
  color: #FFF;
  margin: 10px 0;
  margin-left: 2%;
  float: left;
  width: 40%;
}

#container .contentBox dl dd ul li:nth-child(odd) {
  margin-left: 0;
}

#container .contentBox dl dd ul li.even {
  margin-left: 0;
}

#container .contentBox dl dd ul li.odd {
  margin-left: 2%;
}

#container .contentBox .centerBtn {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

#container .contentBox .centerBtn select {
  width: 300px;
  text-align: center;
  padding: 10px 0;
}

#container .contentBox input, #container .contentBox select {
  font-size: 17px;
}

#container .contentBox dt, #container .contentBox dd, #container .contentBox li {
  font-size: 17px;
}

#container .contentBox dl.floatBox {
  width: 100%;
  margin: 5px auto;
}

#container .contentBox dl.floatBox dt, #container .contentBox dl.floatBox dd {
  float: left;
}

#container .contentBox dl.floatBox .caution {
  background-color: #7a7a7a;
  font-size: 15px;
  width: 92%;
}

#container .contentBox .important_btn {
  text-align: center;
  padding: 10px;
}

#container .contentBox .important_btn input {
  font-size: 20px;
  width: 280px;
  padding: 10px 30px;
}

#container .contentBox .important_btn input.small {
  font-size: 20px;
  padding: 5px 15px;
}

#container .contentBox ul.menuBtn {
  margin-top: 20px;
}

#container .contentBox ul.menuBtn li a {
  display: block;
  width: 80%;
  background-color: #0286cc;
  color: #FFF;
  font-size: 20px;
  padding: 10px;
  border-radius: 20px;
  margin: 10px auto;
  text-align: center;
}

#container .contentBox ul.small {
  margin-top: 50px;
}

#container .contentBox ul.small li a {
  font-size: 15px;
  padding: 7px;
}

#container .contentBox .loginBox {
  width: 80%;
  margin: 20px auto;
  background-color: #FFF;
  border-radius: 20px;
  border: 1px solid #0286cc;
  padding: 5%;
}

#container .contentBox .loginBox dl {
  padding-bottom: 5px;
}

#container .contentBox .loginBox dl dt {
  width: 40%;
}

#container .contentBox .loginBox dl dd {
  width: 60%;
}

#container .contentBox .loginBox dl dd, #container .contentBox .loginBox dl dt {
  float: left;
  height: 40px;
  padding-top: 10px;
  font-size: 17px;
}

#container .contentBox .loginBox dl dd input[type=text], #container .contentBox .loginBox dl dd input[type=password], #container .contentBox .loginBox dl dt input[type=text], #container .contentBox .loginBox dl dt input[type=password] {
  width: 130px;
  height: 18px;
}

#container .contentBox .loginBox dl dt {
  text-align: center;
}

#container .contentBox .loginBox .submitBtn {
  margin-top: 0;
  width: 100%;
  text-align: center;
}

#container .contentBox .loginBox .submitBtn input {
  width: 200px;
  font-size: 20px;
}

#container .attend {
  text-align: center;
}

#container .attend h2 {
  text-align: center;
  margin-top: 20px;
}

#container .attend p.box {
  border: 1px solid #0286cc;
  background-color: #FFF;
  color: #0286cc;
  display: inline-block;
  border-radius: 5px;
  margin-top: 5px;
}

#container .attend p.box span {
  font-weight: bold;
}

#container .attend table.yoyakuKakunin {
  width: 730px;
  table-layout: fixed;
  overflow: auto;
  margin-top: 10px;
}

#container .attend table.yoyakuKakunin tr {
  width: auto;
}

#container .attend table.yoyakuKakunin tr th, #container .attend table.yoyakuKakunin tr td {
  width: 110px;
  font-size: 12px;
  padding: 5px;
}

#container .attend table.yoyakuKakunin tr th.wide, #container .attend table.yoyakuKakunin tr td.wide {
  width: 200px;
}

#container .month table.yoyakuKakunin {
  width: 100% !important;
}

#container .ranking table.reward tr th.w100, #container .ranking table.reward tr td.w100 {
  width: 100px !important;
}

#container .ranking table.reward tr th span {
  display: block;
}

.yoyakuKakunin td#passwordEdit {
  text-decoration: underline;
}
.yoyakuKakunin td#passwordEdit a {
  color: #3a5fcc;
}
.yoyakuKakunin td#passwordEdit a:hover {
  color: #00aaff;
}

#container .ranking .tabList li {
  float: left;
  padding: 10px;
  font-size: 15px;
  background-color: #FFF;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 1px solid #0286cc;
}

#container .ranking .tabList li.on {
  background-color: #0286cc;
  color: #FFF;
}

#container .ranking .selectYearMonthTab li {
  float: left;
  width: 48%;
}

#container .ranking .selectYearMonthTab li a {
  text-align: center;
  display: block;
  padding: 10px;
  font-size: 15px;
  background-color: #FFF;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 1px solid #0286cc;
}

#container .ranking .selectYearMonthTab li.on a {
  background-color: #0286cc;
  color: #FFF;
}

#container .ranking .contentInner h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
}

#container .ranking .contentInner table.rankingInfo {
  display: none;
}

#container .ranking .contentInner table.rankingInfo.on {
  display: table;
}

#container .ranking .contentInner table tr th, #container .ranking .contentInner table tr td {
  font-size: 14px;
  width: 35%;
}

#container .ranking .contentInner table tr .colspan {
  width: auto;
}

#container .ranking .contentInner table tr th:first-child, #container .ranking .contentInner table tr td:first-child, #container .ranking .contentInner table tr th:nth-child(2), #container .ranking .contentInner table tr td:nth-child(2) {
  width: 15%;
}

#container .submitBtn {
  margin-top: 15px;
  padding: 10px;
}

#footer {
  background-color: #0286cc;
  margin-top: 30px;
  padding: 5px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  width: 100%;
}

#footer ul {
  background: none;
  width: 98%;
  padding: 1%;
}

#footer ul li {
  width: 14%;
  padding: 0;
  float: left;
}

#footer ul li a {
  display: block;
  width: 100%;
  text-align: center;
}

#footer ul li a img {
  width: 70%;
  height: auto;
}

#footer ul li a span {
  display: block;
  font-size: 10px;
}

#app #container .contentBox {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

#app #container .contentBox h1 {
  font-weight: bold;
  font-size: 17px;
}

#app #container .contentBox table {
  border-left: 1px solid #0e7b17;
  border-top: 1px solid #0e7b17;
}

#app #container .contentBox table tr th, #app #container .contentBox table tr td {
  border-right: 1px solid #0e7b17;
  border-bottom: 1px solid #0e7b17;
}

#app #container .contentBox table tr th {
  padding: 10px;
}

#app #container .contentBox table tr td {
  padding: 10px;
}

body.spEdit #container .contentBox {
  width: 100%;
}

body.spEdit #container .contentBox table.yoyakuKakunin {
  width: 100%;
}

body.spEdit #container .contentBox table.yoyakuKakunin tr th, body.spEdit #container .contentBox table.yoyakuKakunin tr td, body.spEdit #container .contentBox table.yoyakuKakunin tr input {
  font-size: 10px;
}

body.spEdit #container .contentBox table.yoyakuKakunin tr th.w50, body.spEdit #container .contentBox table.yoyakuKakunin tr td.w50 {
  width: 50px;
}

body.spEdit #container .contentBox table.yoyakuKakunin tr .w40 {
  width: 65px;
}

body.spEdit #container .contentBox table.yoyakuKakunin tr .wide {
  width: 110px !important;
}

@media screen and (min-width: 700px) {
  /* （PC用 開発者用） */
  body.spEdit .contentWrapper {
    width: 90%;
  }
  body.spEdit #container .contentBox {
    width: 100%;
  }
  body.spEdit #container .contentBox table.yoyakuKakunin {
    width: 100%;
  }
  body.spEdit #container .contentBox table.yoyakuKakunin tr th, body.spEdit #container .contentBox table.yoyakuKakunin tr td, body.spEdit #container .contentBox table.yoyakuKakunin tr input {
    font-size: 10px;
  }
  body.spEdit #container .contentBox table.yoyakuKakunin tr th.w50, body.spEdit #container .contentBox table.yoyakuKakunin tr td.w50 {
    width: 50px;
  }
  body.spEdit #container .contentBox table.yoyakuKakunin tr .w40 {
    width: 65px;
  }
  body.spEdit #container .contentBox table.yoyakuKakunin tr .wide {
    width: 600px !important;
  }
}
/*# sourceMappingURL=style_sp.css.map */
/* -------------------------------------------------------------------------------------------scss */
#container .contentBox .small {
  margin-top: 0 !important;
}
#container .contentBox .yoyakuKakuninBtn {
  background-color: #00427f;
  color: #FFF;
  display: block;
  width: 250px;
  margin: 5px auto 0;
  padding: 12px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
}
#container .contentBox table#yoyakuKakunin {
  table-layout: fixed;
  width: 100%;
  border-top: solid 1px #0286cc;
}
#container .contentBox table#yoyakuKakunin .restTime {
  background-color: #afafaf;
}
#container .contentBox table#yoyakuKakunin th {
  width: 70px;
}
#container .contentBox table#yoyakuKakunin td {
  width: 90px;
}
#container .contentBox table#yoyakuKakunin span.shift {
  background-color: #00427f;
  color: #FFF;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 3px;
}
#container .contentBox table#yoyakuKakunin span.student {
  display: block;
  font-size: 10px;
  line-height: 13px;
}
#container .contentBox table#yoyakuKakunin span.attend {
  color: #257de3;
}
#container .contentBox table#yoyakuKakunin span.bgGray {
  background-color: #3a3a3a;
  display: block;
  color: #FFF;
  margin-bottom: 3px;
  padding: 2px;
}

.btn-reset {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

#contentList li {
  text-align: left;
  padding: 5px;
}
#contentList li button {
  text-align: left;
  font-size: 13px;
}
#contentList li p {
  font-size: 15px;
  text-align: left;
}

.ranking-select-wrap {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.rank-select {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: 2px solid #1693d1;
  background: #fff;
}

.ranking {
  /* 各列の幅調整 */
}
.ranking .ranking-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* ←これが重要 */
}
.ranking .ranking-table th,
.ranking .ranking-table td {
  border: 2px solid #1693d1;
  text-align: center;
  padding: 10px 6px;
  word-break: break-word; /* 長い名前対策 */
}
.ranking .ranking-table th:nth-child(1),
.ranking .ranking-table td:nth-child(1) {
  width: 50px; /* 順位 */
}
.ranking .ranking-table th:nth-child(2),
.ranking .ranking-table td:nth-child(2) {
  width: 60px; /* 学年 */
}
.ranking .ranking-table th:nth-child(3),
.ranking .ranking-table td:nth-child(3) {
  width: 120px; /* ニックネーム */
}
.ranking .ranking-table th:nth-child(4),
.ranking .ranking-table td:nth-child(4) {
  width: 90px; /* 得点 */
}
.ranking .ranking-table th:nth-child(5),
.ranking .ranking-table td:nth-child(5) {
  width: 70px; /* ボーナス */
}

.success {
  color: #003C84;
}

.err {
  color: #c81b1b;
}

.ui {
  background: none;
}
.ui-menu-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 16px;
}
.ui-menu-card {
  background: #f5edda;
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #00aaff;
}
.ui-menu-title {
  font-size: 24px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #00aaff;
  padding-bottom: 6px;
}
.ui-menu-description {
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
  color: #333;
}
.ui-menu-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.ui-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 80%;
  max-width: 320px;
  min-height: 44px;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.ui-menu-button:hover {
  opacity: 0.75;
}
.ui-menu-button span {
  color: #fff !important;
}
.ui-menu-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.ui-menu-label {
  display: inline-block;
  color: #fff !important;
  word-break: keep-all;
}

.ui-form-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.ui-form-card {
  background: #f5edda;
  border-radius: 18px;
  padding: 20px;
}
.ui-form-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.ui-form-description {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.ui-form-group {
  margin-bottom: 16px;
}
.ui-form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}
.ui-form-input, .ui-form-textarea, .ui-form-select {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.ui-form-actions {
  text-align: center;
  margin-top: 20px;
}
.ui-form-submit {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
}

.ui-menu-card {
  background: #f5edda;
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #00aaff;
}
.ui-menu-toggle {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #00aaff;
  padding: 8px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #222;
  cursor: pointer;
}
.ui-menu-arrow {
  font-size: 15px;
  transition: transform 0.2s;
}
.ui-menu-card.is-closed .ui-menu-description,
.ui-menu-card.is-closed .ui-menu-items {
  display: none;
}
.ui-menu-card.is-closed .ui-menu-arrow {
  transform: rotate(-90deg);
}
.ui-menu-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.ui-list-wrap {
  max-width: 100%;
  padding: 16px 10px 90px;
}
.ui-list-card {
  padding: 14px;
}
.ui-list-table {
  min-width: 760px;
  font-size: 13px;
}
.ui-list-search {
  flex-direction: column;
}
.ui-list-search-input {
  width: 100%;
}

@media screen and (min-width: 600px) {
  #footer {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    bottom: auto;
  }
  #footer ul li a img {
    height: 21px;
    width: auto;
  }
  .ui-list-wrap {
    width: 90% !important;
    min-width: 800px !important;
    margin: 0 auto;
    padding: 24px 20px 90px;
  }
  .ui-list-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
  }
  .ui-list-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 12px;
  }
  .ui-list-description {
    text-align: center;
    margin-bottom: 12px;
  }
  .ui-list-add-wrap {
    margin-bottom: 10px;
  }
  .ui-list-add-button {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  .ui-list-search {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
  }
  .ui-list-search-input {
    width: 260px;
    padding: 6px 8px;
  }
  .ui-list-search-button {
    padding: 6px 12px;
  }
  .ui-list-table-wrap {
    width: 100%;
    height: 600px;
    overflow: auto;
  }
  .ui-list-table {
    min-width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    width: max-content;
  }
  .ui-list-table th,
  .ui-list-table td {
    border-bottom: 1px solid #ddd;
    padding: 8px 10px;
    vertical-align: top;
    text-align: left;
    word-break: break-word;
  }
  .ui-list-table th {
    background: #f5edda;
    font-weight: bold;
    text-align: center;
  }
  .ui-list-actions {
    white-space: nowrap;
    text-align: center;
  }
  .ui-list-edit, .ui-list-delete {
    display: inline-block;
    margin: 2px;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
  }
  .ui-list-edit {
    background: #000;
    color: #fff !important;
    text-decoration: none;
  }
  .ui-list-delete {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
  }
}
.reservationSuccessModalOverlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.45);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.reservationSuccessModalOverlay.isOpen {
  display: flex;
}

.reservationSuccessModal {
  width: min(520px, 100%);
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.reservationSuccessModal h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.reservationSuccessText {
  line-height: 1.7;
  margin-bottom: 20px;
}

.reservationSuccessButtonList {
  display: grid;
  gap: 10px;
}

.reservationSuccessButtonList a,
.reservationSuccessButtonList button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  padding: 12px;
  background: #2f80ed;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.reservationSuccessButtonList button {
  font-family: inherit;
}

.reservationSuccessButtonList a:hover,
.reservationSuccessButtonList button:hover {
  opacity: 0.85;
}

.col-description {
  width: 700px;
  max-width: 700px;
  word-break: break-word;
  line-height: 1.5;
}

.col-item_name {
  width: 180px;
  max-width: 180px;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
}

.col-sort_order,
.col-is_active,
.col-effect_value,
.col-max_use_count {
  width: 50px;
  max-width: 50px;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
}
.col-sort_order input,
.col-is_active input,
.col-effect_value input,
.col-max_use_count input {
  width: 100%;
}

.ui-list-input, .ui-list-select, .ui-list-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 6px;
  border: 1px solid #bbb;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
}
.ui-list-textarea {
  min-height: 70px;
  resize: vertical;
  line-height: 1.4;
}

.master {
  background-color: #FFF;
}
.master .contentWrapper {
  background: none;
  width: auto;
}

.col-description textarea,
.ui-textarea {
  width: 100%;
  min-width: 400px;
  box-sizing: border-box;
}

.ui-list-title {
  font-size: 20px;
  margin-bottom: 3px;
  padding: 0;
}

.ui-list-description {
  margin-bottom: 15px;
}

.master.game-add .ui-list-wrap {
  display: flex;
  justify-content: center;
  padding: 32px 16px;
}
.master.game-add .ui-list-wrap .ui-list-card {
  width: 100%;
  max-width: 900px;
  background: #fff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.master.game-add .ui-list-wrap .ui-list-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.master.game-add .ui-list-wrap .ui-list-description {
  margin-bottom: 18px;
  color: #666;
  line-height: 1.6;
  float: left;
}
.master.game-add .ui-list-wrap .ui-detail-divider {
  margin: 36px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}
.master.game-add .ui-list-wrap .ui-detail-add-form {
  max-width: 560px;
}
.master.game-add .ui-list-wrap .ui-form-row {
  margin-bottom: 18px;
}
.master.game-add .ui-list-wrap .ui-form-label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.master.game-add .ui-list-wrap .ui-input,
.master.game-add .ui-list-wrap .ui-select,
.master.game-add .ui-list-wrap .ui-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  transition: 0.2s;
  box-sizing: border-box;
}
.master.game-add .ui-list-wrap .ui-input:focus,
.master.game-add .ui-list-wrap .ui-select:focus,
.master.game-add .ui-list-wrap .ui-textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}
.master.game-add .ui-list-wrap .ui-textarea {
  min-height: 100px;
  resize: vertical;
}
.master.game-add .ui-list-wrap .ui-list-add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 18px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
}
.master.game-add .ui-list-wrap .ui-list-add-button:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}
.master.game-add .master-form-wrap {
  display: flex;
  justify-content: center;
  padding: 36px 16px;
}
.master.game-add .master-form-card {
  width: 100%;
  max-width: 720px;
  padding: 32px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.master.game-add .master-form-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #222;
}
.master.game-add .master-form-description {
  margin-bottom: 28px;
  color: #666;
  line-height: 1.7;
}
.master.game-add .master-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.master.game-add .master-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.master.game-add .master-form-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.master.game-add .master-form-input,
.master.game-add .master-form-select,
.master.game-add .master-form-textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  box-sizing: border-box;
  transition: 0.2s;
}
.master.game-add .master-form-input:focus,
.master.game-add .master-form-select:focus,
.master.game-add .master-form-textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}
.master.game-add .master-form-textarea {
  min-height: 120px;
  resize: vertical;
}
.master.game-add .master-form-actions {
  margin-top: 12px;
}
.master.game-add .master-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}
.master.game-add .master-form-submit:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

/* =========================
   画像モーダル
========================= */
.ui-image-modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.ui-image-modal.is-show {
  display: block;
}

/* =========================
   背景
========================= */
.ui-image-modal-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  cursor: pointer;
}

/* =========================
   コンテンツ領域
========================= */
.ui-image-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* =========================
   画像
========================= */
.ui-image-modal-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 92vw;
  max-height: 82vh;
  object-fit: contain;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center center;
  transition: transform 0.12s ease;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: auto;
  cursor: grab;
}

.ui-image-modal-img:active {
  cursor: grabbing;
}

/* =========================
   ズームスライダー
========================= */
.ui-image-zoom-range {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: min(420px, 82vw);
  z-index: 2;
  pointer-events: auto;
}

/* =========================
   戻るボタン
========================= */
.back-button, .ui-list-add-wrap {
  position: absolute;
  left: 100px;
  top: 15px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 18px;
  background: #ffffff;
  border: 2px solid #dcdcdc;
  border-radius: 12px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.ui-list-add-wrap {
  left: unset;
  right: 100px;
  width: 150px;
}

.back-button:hover {
  background: #f5f5f5;
  border-color: #999999;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.back-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.ui-list-search {
  display: none;
}

.success-message {
  background: #e8fff0;
  border: 1px solid #7ad79a;
  color: #187a3d;
  padding: 12px;
  margin: 15px 0;
  border-radius: 8px;
  font-weight: bold;
}

.error-message {
  background: #ffeaea;
  border: 1px solid #ff8a8a;
  color: #b30000;
  padding: 12px;
  margin: 15px 0;
  border-radius: 8px;
  font-weight: bold;
}

.debug-error {
  background: #111;
  color: #ffb3b3;
  padding: 10px;
  border-radius: 8px;
  overflow-x: auto;
  margin-top: 10px;
}

.master-form-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.master-form-submit {
  background: #4caf50;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

.master-form-submit:hover {
  background: #43a047;
}

.master-form-back {
  background: #f1f1f1;
  color: #333;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
}

.master-form-back:hover {
  background: #e0e0e0;
}

.ui-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: ui-spin 0.8s linear infinite;
  vertical-align: middle;
}

@keyframes ui-spin {
  to {
    transform: rotate(360deg);
  }
}
.yoyakuCalendarBox, .scheduleCalendarBox {
  max-width: 520px;
  margin: 0 auto;
}

.yoyakuCalendarHeader, .scheduleCalendarHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.yoyakuCalendarHeader button, .scheduleCalendarHeader button {
  padding: 6px 12px;
  cursor: pointer;
}
.yoyakuCalendarHeader strong, .scheduleCalendarHeader strong {
  font-size: 18px;
}

.yoyakuCalendar, .scheduleCalendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.yoyakuCalendar th,
.yoyakuCalendar td, .scheduleCalendar th,
.scheduleCalendar td {
  border: 1px solid #ccc;
  text-align: center;
  height: 48px;
}
.yoyakuCalendar th, .scheduleCalendar th {
  background: #f5f5f5;
}
.yoyakuCalendar td, .scheduleCalendar td {
  background: #fff;
}
.yoyakuCalendar td.empty, .scheduleCalendar td.empty {
  background: #f8f8f8;
}
.yoyakuCalendar td.closed, .scheduleCalendar td.closed {
  background: #eee;
}
.yoyakuCalendar td.past, .scheduleCalendar td.past {
  background: #f3f3f3;
}
.yoyakuCalendar button, .scheduleCalendar button {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
}
.yoyakuCalendar button:disabled, .scheduleCalendar button:disabled {
  color: #aaa;
  cursor: not-allowed;
}
.yoyakuCalendar button.selected, .scheduleCalendar button.selected {
  background: #0286cc;
  color: #fff;
  font-weight: bold;
}

.selectedDateText {
  margin-top: 10px;
  font-weight: bold;
  font-size: 17px;
}

.learnTypeBox {
  margin-top: 20px;
}

.learnTypeOptions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.learnTypeOptions label {
  display: block;
  padding: 15px 12px;
  border: 1px solid #8e8e8e;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
}

.learnTypeOptions input {
  margin-right: 8px;
}

/* チェックされている input を持つ label にCSSを付ける */
.learnTypeLabel:has(input:checked) {
  border: 3px solid #5db3e6;
  background: #f3feff;
  font-weight: bold;
}

.learnStart, .learnTime {
  margin-top: 10px !important;
}
.learnStart label, .learnTime label {
  line-height: 50px;
}
.learnStart select, .learnTime select {
  height: 50px;
}

body.yoyaku #container .contentBox h3 {
  padding: 0;
}

body.yoyaku #container {
  background-color: #F7F0DE;
}

#yoyaku_end_time_text, #schedule_end_time_text {
  font-weight: bold;
  font-size: 18px;
}

.calendarModalOverlay {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.calendarModalOverlay.isOpen {
  display: flex;
}

.calendarModal {
  width: min(560px, 100%);
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.calendarModalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.calendarModalHeader h3 {
  margin: 0;
  font-size: 18px;
}

.calendarModalClose {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #eee;
  font-size: 22px;
  cursor: pointer;
}

.calendarModalBody h4 {
  margin: 16px 0 8px;
}

.modalInfoList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modalInfoItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 8px;
  background: #fafafa;
}

.modalInfoText {
  line-height: 1.6;
}

.reservationDeleteButton {
  flex-shrink: 0;
  border: none;
  border-radius: 6px;
  padding: 7px 10px;
  background: #d9534f;
  color: #fff;
  cursor: pointer;
}

.reservationDeleteButton:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#container .contentBox {
  margin-top: 20px;
}

.yoyakuCalendar td.today .dayNumber, .scheduleCalendar td.today .dayNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2f80ed;
  color: #fff;
  font-weight: bold;
}

/* =========================
   凡例
========================= */
.calendarLegend {
  display: flex;
  gap: 10px;
  margin: 12px 0;
  flex-wrap: wrap;
}

.legendItem {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: bold;
}

/* 予約あり */
.legendItem.reserved {
  background: #ffe0e0;
  color: #c0392b;
}

/* 出席済み */
.legendItem.attend {
  background: #e0f0ff;
  color: #1f5fa8;
}

/* 予約＋出席 */
.legendItem.reservedAttended {
  background: #f0e0ff;
  color: #7d3c98;
}

/* =========================
   カレンダーの日付背景
========================= */
/* 予約あり */
.yoyakuCalendar td.reserved, .scheduleCalendar td.reserved {
  background: #ffe0e0;
}
.yoyakuCalendar td.attend, .scheduleCalendar td.attend {
  background: #e0f0ff;
}
.yoyakuCalendar td.reservedAttended, .scheduleCalendar td.reservedAttended {
  background: #f0e0ff;
}
.yoyakuCalendar td.today .dayNumber, .scheduleCalendar td.today .dayNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #248ad1;
  color: #fff;
  font-weight: bold;
}

/* =========================
   今日の日付
========================= */
.siblingReserveBox {
  margin: 16px 0;
  padding: 14px 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f7fbff;
}

.siblingReserveLabel {
  display: block;
  font-weight: bold;
  cursor: pointer;
}

.siblingReserveLabel input {
  margin-right: 6px;
}

.siblingReserveNote {
  margin: 8px 0 0;
  padding: 0 !important;
  font-size: 13px;
  color: #666;
}

.siblingReserveNames {
  margin-top: 6px;
  font-size: 13px;
  color: #333;
}

/* =========================
   出席リスト
========================= */
.pageTitle {
  text-align: center;
  margin: 24px 0;
}

.attendanceMonthBlock {
  margin-bottom: 36px;
}

.attendanceMonthTitle {
  text-align: center;
  font-size: 24px;
  margin: 20px 0 12px;
}

.attendanceSummaryBox {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.attendanceSummaryItem {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 6px 10px;
  border: 2px solid #008fc7;
  border-radius: 8px;
  color: #008fc7;
  background: #fff;
  font-weight: bold;
  text-align: center;
}

.attendanceCardList {
  display: grid;
  gap: 12px;
}

.attendanceCard {
  border: 2px solid #008fc7;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.attendanceCardHeader {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  background: #008fc7;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.attendanceDate {
  font-size: 16px;
}

.attendanceLearnType {
  font-size: 15px;
}

.attendanceCardBody {
  padding: 10px;
}

.attendanceInfoRow {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
}

.attendanceInfoRow:last-child {
  border-bottom: none;
}

.attendanceInfoLabel {
  color: #008fc7;
  font-weight: bold;
}

.attendanceInfoValue {
  word-break: break-word;
}

.yoyakuKakuninScroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 36px;
}

.yoyakuKakuninScroll .yoyakuKakunin {
  min-width: 720px;
}

.yoyakuKakunin .narrow {
  width: 50px;
  text-align: center;
}

.yoyakuKakunin .wide {
  min-width: 150px;
}

body.studentPassword #container .contentBox table.yoyakuKakunin tr th {
  width: 200px;
}
body.studentPassword #container .contentBox table.yoyakuKakunin tr td {
  width: 120px;
}
body.studentPassword #container .contentBox table.yoyakuKakunin tr td input {
  width: 100px;
}

/* シフトあり */
.yoyakuCalendar td.teacherShift,
.scheduleCalendar td.teacherShift {
  background: #eaf4ff;
}

/* シフトありの日付ボタン */
.yoyakuCalendar td.teacherShift .calendarDateButton,
.scheduleCalendar td.teacherShift .calendarDateButton {
  background: #eaf4ff;
}

/* シフトの「シ」マーク */
.shiftMark, .reservationMark {
  display: inline-block;
  min-width: 1.6em;
  line-height: 1;
  text-align: center;
}

.attendanceMark,
.reservationMark {
  font-size: 0.85em;
}

/* 凡例 */
.legendItem.teacherShift::before {
  background: #2f80ed;
}

body.qrCodeReader #container .contentBox dl.floatBox {
  width: 400px;
}

.ticketRadioButtons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ticketRadioButtons label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 450px;
  margin: 0px auto;
  min-height: 44px;
  border: 2px solid #aaa;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  padding: 20px;
}
.ticketRadioButtons input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.ticketRadioButtons span {
  display: inline-block;
}
.ticketRadioButtons label:has(input[type=radio]:checked) {
  border-color: #2f80ed;
  background: #eaf3ff;
  color: #1f5fbf;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
.ticketRadioButtons label:hover {
  border-color: #2f80ed;
}

.ui-menu-group {
  margin-bottom: 10px;
}
.ui-menu-group .ui-menu-child-items .ui-menu-items {
  width: 300px;
}
.ui-menu-group .ui-menu-child-items .ui-menu-items a {
  width: 250px;
}

.ui-menu-child-toggle {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 12px 14px;
  background: #000;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ui-menu-child-toggle .ui-menu-arrow {
  margin-left: auto;
}

.ui-menu-child-items {
  margin-top: 10px;
  margin-left: 18px;
  padding-left: 14px;
  border-left: 3px solid #ddd;
}

.ui-menu-group.is-closed .ui-menu-child-items {
  display: none;
}

.ui-menu-group.is-closed > .ui-menu-child-toggle .ui-menu-arrow {
  transform: rotate(-90deg);
}

.ui-menu-level-1 {
  display: grid;
  gap: 8px;
}

.ui-menu-button-level-1 {
  font-size: 0.95em;
}

.paginationLinks a,
.paginationLinks span,
.paginationCurrent {
  display: inline-block;
  min-width: 32px;
  padding: 6px 8px;
  margin: 0 3px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
}

.paginationCurrent {
  border: 2px solid #333;
  font-weight: bold;
}

.attendMonthTable {
  table-layout: fixed;
  width: 100%;
}

.attendMonthTable .noCol {
  width: 5px !important;
}

.attendMonthTable .nameCol {
  width: 15px !important;
}

.attendMonthTable .countCol {
  width: auto;
}

.attendMonthTable th,
.attendMonthTable td {
  box-sizing: border-box;
}

.attendMonthTable .indexCol {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
}

.localStorageDeleteArea {
  margin: 30px 20px;
}
.localStorageDeleteArea select, .localStorageDeleteArea button {
  font-size: 16px;
}

body.analytics-english-exam-word .ui-list-table td {
  text-align: center;
  font-size: 15px;
  padding: 3px 5px;
}
body.analytics-english-exam-word .ui-list-table tr:nth-child(even) {
  background-color: #e0e5ed;
}

.ui-list-table input[data-key=year],
.ui-list-table input[data-key=year_times],
.ui-list-table input[data-key=daimon],
.ui-list-table input[data-key=shoumon] {
  width: 50px;
}

/*# sourceMappingURL=style_sp.css.map */
