@charset "UTF-8";
/* 共通変数・プレースホルダー */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.contentsh1 {
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #005390;
}

.contentsh2 {
  clear: both;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #005390;
}

/* ==========================================================================
	Author's custom styles
========================================================================== */
/* タグ基本スタイル定義 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 999999px;
}

p {
  margin-top: 0;
  line-height: 1.75;
}

a:link {
  color: #00468c;
  text-decoration: underline;
}
a:visited {
  color: #001a8b;
  text-decoration: underline;
}
a:hover {
  color: #666;
  text-decoration: underline;
}
a:active {
  color: #444;
  text-decoration: underline;
}

.buttonnolink:link, .buttonnolink:visited, .buttonnolink:active {
  color: #fff;
  text-decoration: none;
}

img {
  border: none;
  max-width: 100%;
}

em {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

p + h2,
div + h2,
ul + h2,
table + h2,
p + h3,
div + h3,
ul + h3,
table + h3,
p + h4,
div + h4,
ul + h4,
table + h4,
p + h5,
div + h5,
ul + h5,
table + h5,
p + h6,
div + h5,
ul + h6,
table + h6 {
  margin-top: 20px;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

li {
  line-height: 1.75;
}

figure {
  margin: 0 0 15px;
  padding: 0;
}

figcaption {
  margin: 10px 0 0;
  padding: 0;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

form {
  margin: 25px 0;
}

select {
  font-size: 1.8rem;
  border: 1px solid #999;
}

textarea {
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.must {
  display: inline-block;
  margin: 0 5px 5px;
  padding: 3px 10px 1px;
  background: #ffea00;
  border-radius: 5px;
  color: #005390;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.quarter {
  width: 25%;
}

.minimum {
  width: 15%;
}

.checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 15px 4px 6px 0;
  padding: 8px 12px 7px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:hover {
  background-color: rgba(0, 83, 144, 0.25);
}
.checkbox:hover:after {
  border-color: #005390;
}
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 30%;
  left: -18px;
  display: block;
  margin-top: -10px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 6px;
  content: "";
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 30%;
  left: -8px;
  display: block;
  margin-top: -7px;
  width: 12px;
  height: 21px;
  border-right: 5px solid #005390;
  border-bottom: 5px solid #005390;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border-radius: 10%;
}

input[type=radio] {
  border-radius: 25%;
}

input[type=radio]:checked:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

input[type=radio] {
  border: 2px solid #ccc;
}

input[type=radio]:checked {
  border-color: #F7931E;
}

input[type=radio]:checked:before {
  background: #F7931E;
}

.radio {
  display: inline-block;
  padding: 0.2em 1em 0.2em 0.2em;
  margin: 0 8px 8px 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 10px;
  background-color: #f6f7f8;
}

/* レイアウト：サイト基本構造  */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -ms-font-feature-settings: "normal";
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.allwrapper {
  position: relative;
  width: 100%;
}

.scrollbase {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollwrapper {
  width: 100%;
}

.contents {
  position: relative;
  clear: both;
  padding-top: 120px;
}

.contentsheader {
  padding: 15px;
}
.contentsheader__header {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}

.contentsbody {
  padding: 100px 0;
}
.contentsbody-top {
  padding: 100px 0 350px;
}
.contentsbody-top_2 {
  padding: 0 0 100px;
}
.contentsbody-qr {
  padding: 0;
}
.contentsbody-privacy {
  padding: 100px 0 0;
}

.contentswidth {
  width: 1200px;
}
.contentswidth-narrow {
  width: 1080px;
}

.header {
  width: 100%;
  min-width: 1100px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: fixed;
  z-index: 100;
}
.header ul {
  list-style: none;
  padding: 0;
}
.header__contentswidth {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 120px;
  padding: 0;
  margin: 0 auto;
}
.header .sitename {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: 100%;
  max-height: 69px;
}
.header .sitename a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url("../img/logo.png?250502") center/contain no-repeat;
}
.header .headermenuicon {
  display: none;
}
.header .headermenu {
  position: absolute;
  right: 3.125%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 700px;
}
.header .headermenuwrapper::after {
  content: "";
  display: block;
  clear: both;
}
.header .headermainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 710px;
  height: 80px;
  float: left;
}
.header .headermainmenu li {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.header .headermainmenu li a {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  text-align: left;
  font-weight: bold;
  color: #285f99;
  text-decoration: none;
  font-size: 20px;
}
.header .headermainmenu li .is-active {
  color: #E4AA03;
  background-color: rgba(145, 138, 107, 0.2);
  border-bottom: 3px solid #E4AA03;
}
.header__snsblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100px;
  height: 80px;
  float: right;
}
.header__snsblock li {
  width: 23px;
}
.header__snsblock li img {
  width: 100%;
}

.footer {
  text-align: center;
  margin: 100px 0 0 0;
  padding: 50px 0;
  background-color: #005390;
  color: #fff;
}

.footermenu {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #fff;
  color: #005390;
}
.footermenu a:hover {
  opacity: 0.7;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  width: 50px;
  height: 50px;
  opacity: 0.75;
}
.pagetop > a {
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/pagetop-bg.png) left center no-repeat rgba(0, 0, 0, 0.75);
  background-size: 50px 50px;
  white-space: nowrap;
  text-indent: 100%;
}

/* エフェクト */
@-webkit-keyframes displayFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes displayFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes swipe {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes swipe {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.ef.fadein, .ef.fadein2, .ef.fadein3 {
  opacity: 0;
}

.ef-v.fadein {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}
.ef-v.fadein2 {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.ef-v.fadein3 {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ef-v.swipe {
  -webkit-animation: swipe 1s ease forwards;
          animation: swipe 1s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* プロジェクト：ページ固有の部品 */
.mainimage {
  padding-top: 38.8%;
  background: url(../../img/mainimage.jpg?250301) center center/cover no-repeat;
  text-indent: -9999px;
}

.buttonbox {
  margin: 0 0 30px;
  text-align: center;
}
.buttonbox span {
  font-weight: bold;
}

.button {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 50px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#58da80), to(#21a072));
  background: linear-gradient(to right, #58da80, #21a072);
  border: none;
  border-radius: 50px;
  text-align: center;
}

.privacy .buttonbox {
  margin: 0;
  text-align: center;
}
.privacy .buttonbox span {
  font-weight: bold;
}
.privacy .button {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 50px;
  color: #fff;
  background: #005390;
  border: none;
  border-radius: 50px;
  text-align: center;
}

.mr0px {
  margin-right: 0px !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pcml30px {
  margin-left: 30px;
}

.pcml70px {
  margin-left: 70px;
}

.mt1em {
  margin-top: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.re {
  position: relative;
}

.ab {
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
  margin: auto;
}

.top-bg {
  background: url("../../img/top-bg.jpg?250507") center center/cover no-repeat;
}
.top-text {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #464646;
}
.top-text_2 {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  color: #005390;
}
.top-text_2 span {
  font-size: 5rem;
  font-weight: bold;
}

.about-bg {
  background: url("../../img/about-bg.jpg?250502_2") center center/cover no-repeat;
}
.about-title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #005390;
  margin-bottom: 20px;
}
.about-text {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #464646;
}
.about-box {
  border: 1px solid #E4AA03;
  background-color: #fff;
}
.about-box-left {
  background-color: #E4AA03;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 87px 66px !important;
  line-height: 1.5;
}
.about-box-right {
  font-size: 2.4rem;
  font-weight: bold;
}
.about .flexcontainer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .flexcontainer > * {
  margin: 0;
}
.about .flexcontainer--five > * {
  width: 15%;
  margin-right: 2%;
}
.about .flexcontainer--five .flexcontainer__three {
  width: 57%;
}
.about .flexcontainer--five .flexcontainer__two {
  width: 39%;
}

.example {
  background-color: #D2F0FF;
}
.example-title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #005390;
  padding: 15px 50px;
  margin: 0 100px;
}
.example-box {
  background-color: #fff;
  padding: 40px 60px;
  margin-bottom: 40px;
}
.example-box-title {
  color: #005390;
  text-align: center;
  border: 1px solid #005390;
  border-radius: 50px;
  padding: 5px 0;
  font-size: 2.6rem;
  max-width: 480px;
  margin: 0 auto;
}
.example-box-text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.example-box-text_2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #464646;
}
.example-box-text_3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #005390;
}
.example .flexcontainer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.example .flexcontainer--five > * {
  width: 15%;
  margin-right: 2%;
}
.example .flexcontainer--five .flexcontainer__four {
  width: 77%;
}
.example .flexcontainer--five .flexcontainer__three {
  width: 57%;
}
.example .flexcontainer--five .flexcontainer__two {
  width: 39%;
}
.example .flex {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.faq {
  /* アコーディオン全体のスタイリング */
  /* アコーディオンのヘッダー部分のスタイリング */
  /* アコーディオンのコンテンツ部分のスタイリング */
  /* カスタム矢印のスタイル */
  /* アコーディオンが開いている時の矢印のスタイル */
  /* WebKitベースのブラウザでデフォルトの矢印を消す */
}
.faq-title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #005390;
}
.faq .accordion-header {
  padding: 20px 80px;
  background-color: #D2F0FF;
  color: #005390;
  cursor: pointer;
  outline: none;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative; /* 矢印アイコンの位置調整のため */
  list-style: none; /* デフォルトの矢印を消す */
  position: relative;
}
.faq .accordion-header span {
  position: absolute;
  left: 15px;
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
.faq .accordion-content {
  padding: 40px 80px;
  line-height: 1.5;
  background-color: #fff;
  font-size: 1.8rem;
  position: relative;
  border: 1px solid #D2F0FF;
  border-top: none;
}
.faq .accordion-content span {
  position: absolute;
  top: 13px;
  left: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}
.faq .accordion-header::after {
  content: "▼"; /* ここに好きなアイコンを設定できます */
  position: absolute;
  right: 10px; /* ヘッダーから右に10pxの位置 */
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; /* アニメーション効果 */
}
.faq .accordion[open] .accordion-header::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /* 矢印を180度回転 */
}
.faq .accordion .accordion-header::-webkit-details-marker {
  display: none;
}

.qr-bg {
  background: -webkit-gradient(linear, left top, right top, from(#58da80), to(#21a072));
  background: linear-gradient(to right, #58da80, #21a072);
}
.qr-box {
  padding: 50px 0;
}
.qr-text {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  margin-right: 50px;
}
.qr-img {
  background-color: #fff;
}

.privacy-title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #005390;
}
.privacy-text span {
  font-weight: bold;
  font-size: 120%;
}
.privacy ul {
  margin-bottom: 1em;
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
}
.privacy li {
  margin-bottom: 1em;
}
.privacy li p {
  margin-top: 5px;
}
.privacy ol {
  margin-bottom: 1em;
}
.privacy .maru {
  list-style: none;
  counter-reset: number;
  margin-bottom: 1em;
  -webkit-padding-start: 0em;
          padding-inline-start: 0em;
}
.privacy .maru li {
  position: relative;
  padding-left: 1.5em;
}
.privacy .maru li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}

.desc {
  background-color: #D2F0FF;
}
.desc-title {
  font-size: 6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.desc-subtitle {
  font-size: 2.4rem;
  font-weight: bold;
}

.datatable1 {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.datatable1 th {
  padding: 15px 0;
  font-size: 1.6rem;
  width: 24%;
  text-align: left;
  border-bottom: 1px solid #005390;
  vertical-align: baseline;
}
.datatable1 td {
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #005390;
  line-height: 1.75;
}
.datatable1 td span {
  color: #005390;
}
.datatable1--tal th, .datatable1--tal td {
  text-align: left;
}
.datatable1--tac th, .datatable1--tac td {
  text-align: center;
}
.datatable1--tar th, .datatable1--tar td {
  text-align: right;
}
.datatable1--vat th, .datatable1--vat td {
  vertical-align: top;
}
.datatable1--nowrap th {
  white-space: nowrap;
}
.datatable1--fixed th {
  width: 20%;
}
.datatable1--valiable th, .datatable1--valiable td {
  width: auto;
}

.datatable2 {
  width: 100%;
  margin: 25px 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.datatable2 th {
  padding: 15px;
  font-size: 1.6rem;
  width: 10%;
  text-align: center;
  border-bottom: 1px solid #005390;
}
.datatable2 th :nth-child(2) {
  border-bottom: none;
}
.datatable2 td {
  padding: 15px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #005390;
}
.datatable2 td :nth-child(2) {
  border-bottom: none;
}
.datatable2 td span {
  font-size: 1.6rem;
}
.datatable2--noborder {
  border-bottom: none !important;
}
.datatable2--tal th, .datatable2--tal td {
  text-align: left;
}
.datatable2--tac th, .datatable2--tac td {
  text-align: center;
}
.datatable2--tar th, .datatable2--tar td {
  text-align: right;
}
.datatable2--vat th, .datatable2--vat td {
  vertical-align: top;
}
.datatable2--nowrap th {
  white-space: nowrap;
}
.datatable2--fixed th {
  width: 20%;
}
.datatable2--valiable th, .datatable2--valiable td {
  width: auto;
}

.datatable3 {
  width: 100%;
  margin: 25px 0 75px;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}
.datatable3 th {
  padding: 15px;
  font-size: 1.6rem;
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.datatable3 td {
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.datatable3--tal th, .datatable3--tal td {
  text-align: left;
}
.datatable3--tac th, .datatable3--tac td {
  text-align: center;
}
.datatable3--tar th, .datatable3--tar td {
  text-align: right;
}
.datatable3--vat th, .datatable3--vat td {
  vertical-align: top;
}
.datatable3--nowrap th {
  white-space: nowrap;
}
.datatable3--fixed th {
  width: 20%;
}
.datatable3--valiable th, .datatable3--valiable td {
  width: auto;
}

.datatable4 {
  width: 100%;
  margin: 50px 0 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.datatable4 th {
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 30%;
  text-align: center;
  background-color: #ccc;
  border-bottom: 1px solid #D2F0FF;
  border-right: 1px solid #D2F0FF;
}
.datatable4 td {
  padding: 20px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 1px solid #D2F0FF;
}
.datatable4--tal th, .datatable4--tal td {
  text-align: left;
}
.datatable4--tac th, .datatable4--tac td {
  text-align: center;
}
.datatable4--tar th, .datatable4--tar td {
  text-align: right;
}
.datatable4--vat th, .datatable4--vat td {
  vertical-align: top;
}
.datatable4--nowrap th {
  white-space: nowrap;
}
.datatable4--fixed th {
  width: 20%;
}
.datatable4--valiable th, .datatable4--valiable td {
  width: auto;
}

.datatable5 {
  width: 100%;
  margin: 50px 0 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.datatable5 th {
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 20%;
  text-align: center;
  background-color: #333;
  color: #fff;
  border-bottom: 25px solid #005390;
}
.datatable5 td {
  padding: 20px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 25px solid #005390;
}
.datatable5--tal th, .datatable5--tal td {
  text-align: left;
}
.datatable5--tac th, .datatable5--tac td {
  text-align: center;
}
.datatable5--tar th, .datatable5--tar td {
  text-align: right;
}
.datatable5--vat th, .datatable5--vat td {
  vertical-align: top;
}
.datatable5--nowrap th {
  white-space: nowrap;
}
.datatable5--fixed th {
  width: 20%;
}
.datatable5--valiable th, .datatable5--valiable td {
  width: auto;
}

.datatable6 {
  width: 100%;
  margin: 50px 0 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.datatable6 th {
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 0%;
  text-align: center;
  color: #fff;
  border-bottom: 25px solid #005390;
}
.datatable6 td {
  padding: 20px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  background-color: #fff;
  border-bottom: 25px solid #005390;
}
.datatable6--tal th, .datatable6--tal td {
  text-align: left;
}
.datatable6--tac th, .datatable6--tac td {
  text-align: center;
}
.datatable6--tar th, .datatable6--tar td {
  text-align: right;
}
.datatable6--vat th, .datatable6--vat td {
  vertical-align: top;
}
.datatable6--nowrap th {
  white-space: nowrap;
}
.datatable6--fixed th {
  width: 20%;
}
.datatable6--valiable th, .datatable6--valiable td {
  width: auto;
}

.pcnone {
  display: none !important;
}

.spnone {
  display: block !important;
}

/* media query 部 */
@media only screen and (max-width: 768px) {
  html {
    height: auto;
    overflow-x: auto;
  }
  body {
    height: auto;
    font-size: 1.4rem;
  }
  #allwrapperblock {
    height: auto;
  }
  #scrollblock {
    height: auto;
    overflow: auto;
  }
  .header {
    position: fixed;
    z-index: 100;
    min-width: 0;
  }
  .header__contentswidth {
    position: relative;
    width: 100%;
    max-width: initial;
    height: 75px;
  }
  .header .sitename {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 250px;
    height: 100%;
    max-height: 36px;
    z-index: 1;
  }
  .header .sitename a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header .headermenuicon {
    display: block;
    position: absolute;
    right: 10px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 5px 0;
    margin: 0;
    font-size: 1rem;
    z-index: 2;
  }
  .header .headermenuicon .icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto 3px;
  }
  .header .headermenuicon .icon span {
    display: inline-block;
    position: absolute;
    left: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #285f99;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .headermenuicon .icon .top {
    top: 0;
  }
  .header .headermenuicon .icon .middle {
    top: 13.5px;
  }
  .header .headermenuicon .icon .bottom {
    bottom: 0;
  }
  .header .headermenuicon .menu {
    color: #285f99;
    font-size: 1.2rem;
  }
  .header .headermenuicon.is-open .icon span {
    width: 120%;
  }
  .header .headermenuicon.is-open .icon .top {
    -webkit-transform: translate3d(-17px, 13px, 0) rotate(45deg);
    transform: translate3d(-17px, 13px, 0) rotate(45deg);
  }
  .header .headermenuicon.is-open .icon .middle {
    -webkit-transform: translate3d(-17px, 0, 0) rotate(-45deg);
    transform: translate3d(-17px, 0, 0) rotate(-45deg);
  }
  .header .headermenuicon.is-open .icon .bottom {
    display: none;
  }
  .header .headermenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-width: initial;
    background-color: #285f99;
  }
  .header .headermenuwrapper::after {
    content: "";
    display: block;
    clear: both;
  }
  .header .headermainmenu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: initial;
    float: none;
    margin: 0;
    padding: 7px 30px;
    height: auto;
  }
  .header .headermainmenu li {
    width: 100%;
    border-bottom: 1px dashed #fff;
  }
  .header .headermainmenu li:last-child {
    border-bottom: none;
  }
  .header .headermainmenu li a {
    display: block;
    min-width: initial;
    height: auto;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.4;
    padding: 10px 0;
    color: #fff;
  }
  .header .headermenuwrapper {
    display: block !important;
  }
  .header--contact {
    width: 100%;
    font-size: 115%;
    font-weight: bold;
  }
  .header--contact a {
    text-decoration: none;
  }
  .contents {
    position: relative;
    padding-top: 75px;
  }
  .footer {
    margin: 50px 0 0 0;
    padding: 30px 0;
  }
  .footer small {
    padding: 0;
    font-size: 2rem;
  }
  .footermenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagetop {
    display: block;
    bottom: 10px;
    right: 10px;
  }
  .contentsbody {
    padding: 50px 15px;
  }
  .contentsbody-top {
    padding: 50px 15px 0;
  }
  .contentsbody-top_2 {
    padding: 0 0 50px;
  }
  .contentsbody-about {
    padding: 0 0 50px;
  }
  .contentsbody-qr {
    padding: 0 15px;
  }
  .contentsbody-privacy {
    padding: 50px 15px 0;
  }
  .contentswidth {
    width: 100%;
    max-width: 750px;
  }
  .contentswidth-narrow {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
  }
  .flex {
    display: block;
  }
  .pcml30px {
    margin-left: 0;
  }
  .pcml70px {
    margin-left: 15px;
  }
  .pcmb25px {
    margin-bottom: 25px;
  }
  .spplr15px {
    padding: 0 15px;
  }
  .spmt25px {
    margin-top: 25px;
  }
  .ab {
    top: -52px;
  }
  .top-bg {
    background-color: #D2F0FF;
    background-image: none;
  }
  .top-text {
    font-size: 1.8rem;
  }
  .top-text_2 {
    font-size: 1.2rem;
  }
  .top-text_2 span {
    font-size: 3rem;
  }
  .about-title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .about-text {
    font-size: 1.6rem;
    text-align: left;
  }
  .about-box-left {
    font-size: 2rem;
    padding: 15px 25px !important;
    width: 100%;
    line-height: 1.5;
  }
  .about-box-right {
    font-size: 1.6rem;
  }
  .about .flexcontainer--five > * {
    width: 50%;
  }
  .about .flexcontainer--five .flexcontainer__four {
    width: 100%;
  }
  .about .flexcontainer--five .flexcontainer__three {
    width: 100%;
  }
  .about .flexcontainer--five .flexcontainer__two {
    width: 100%;
  }
  .example {
    padding: 87px 15px 50px !important;
  }
  .example-title {
    font-size: 2.4rem;
    padding: 15px 25px;
    margin: 0 50px;
  }
  .example-box {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .example-box-title {
    padding: 10px 0;
    font-size: 2rem;
  }
  .example-box-text {
    font-size: 1.6rem;
  }
  .example-box-text_2 {
    font-size: 1.6rem;
  }
  .example-box-text_3 {
    font-size: 1.6rem;
  }
  .example .flexcontainer--five > * {
    width: 50%;
    margin: 15px auto 0;
  }
  .example .flexcontainer--five .flexcontainer__four {
    width: 100%;
  }
  .example .flexcontainer--five .flexcontainer__three {
    width: 100%;
  }
  .example .flexcontainer--five .flexcontainer__two {
    width: 100%;
  }
  .faq {
    /* アコーディオンのヘッダー部分のスタイリング */
    /* アコーディオンのコンテンツ部分のスタイリング */
    /* カスタム矢印のスタイル */
  }
  .faq-title {
    font-size: 2.4rem;
  }
  .faq .accordion-header {
    padding: 20px 45px;
    font-size: 1.6rem;
  }
  .faq .accordion-header span {
    top: 20px;
    left: 5px;
    width: 40px;
    font-size: 1.8rem;
  }
  .faq .accordion-content {
    padding: 20px 45px;
    font-size: 1.4rem;
  }
  .faq .accordion-content span {
    top: 16px;
    left: 0;
  }
  .faq .accordion-header::after {
    content: "▼"; /* ここに好きなアイコンを設定できます */
    position: absolute;
    top: 25px;
    right: 10px; /* ヘッダーから右に10pxの位置 */
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; /* アニメーション効果 */
  }
  .privacy-title {
    font-size: 2.4rem;
  }
  .mainimage {
    padding-top: 131.25%;
    background: url(../../img/mainimage-sp.jpg?250306_2) center center/cover no-repeat;
  }
  .datatable1 {
    display: block;
  }
  .datatable1 tbody, .datatable1 td, .datatable1 th, .datatable1 thead {
    display: block;
    width: 100% !important;
  }
  .datatable1 th {
    padding: 0;
    margin: 0 0 15px;
    position: static;
    border-bottom: none;
  }
  .datatable1 th:after {
    display: none;
  }
  .datatable1 td {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .datatable2 {
    display: block;
  }
  .datatable2 tbody, .datatable2 td, .datatable2 th, .datatable2 thead {
    display: block;
    width: 100% !important;
  }
  .datatable2 th {
    padding: 0;
    margin: 0 0 15px;
    position: static;
    border-bottom: none;
    text-align: left;
  }
  .datatable2 th:after {
    display: none;
  }
  .datatable2 td {
    padding: 0 0 15px;
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
  .datatable2 td span {
    font-size: 1.2rem;
  }
  .datatable3 {
    display: block;
    margin: 25px 0;
  }
  .datatable3 tbody, .datatable3 td, .datatable3 th, .datatable3 thead {
    display: block;
    width: 100% !important;
  }
  .datatable3 th {
    padding: 0;
    margin: 0 0 15px;
    position: static;
    border-bottom: none;
  }
  .datatable3 th:after {
    display: none;
  }
  .datatable3 td {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .datatable4 {
    display: block;
    margin: 25px 0;
  }
  .datatable4 tbody, .datatable4 td, .datatable4 th, .datatable4 thead {
    display: inline-table;
    width: 100% !important;
  }
  .datatable4 th {
    font-size: 1.4rem;
    margin: 0;
    border: none;
  }
  .datatable4 th:after {
    display: none;
  }
  .datatable4 td {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
  .datatable5 {
    display: block;
    margin: 25px 0;
  }
  .datatable5 tbody, .datatable5 td, .datatable5 th, .datatable5 thead {
    display: inline-table;
    width: 100% !important;
  }
  .datatable5 th {
    font-size: 1.4rem;
    position: static;
    border-bottom: none;
  }
  .datatable5 th:after {
    display: none;
  }
  .datatable5 td {
    margin: 0 0 15px;
    font-size: 1.4rem;
    border: none;
  }
  .datatable6 {
    display: block;
    margin: 0;
  }
  .datatable6 tbody, .datatable6 td, .datatable6 th, .datatable6 thead {
    display: inline-table;
    width: 100% !important;
  }
  .datatable6 th {
    font-size: 1.4rem;
    position: static;
    border-bottom: none;
    padding-top: 0;
  }
  .datatable6 th:after {
    display: none;
  }
  .datatable6 td {
    margin: 0 0 15px;
    font-size: 1.4rem;
    border: none;
  }
  .pb30px {
    padding-bottom: 15px !important;
  }
  .pb100px {
    padding-bottom: 100px !important;
  }
  .pt30px {
    padding-top: 0px !important;
  }
  .pt50px {
    padding-top: 25px !important;
  }
  .pt100px {
    padding-top: 30px !important;
  }
  .mt30px {
    margin-top: 15px !important;
  }
  .mt40px {
    margin-top: 20px !important;
  }
  .mt50px {
    margin-top: 25px !important;
  }
  .mt60px {
    margin-top: 30px !important;
  }
  .mt100px {
    margin-top: 50px !important;
  }
  .mr30px {
    margin-right: 0 !important;
  }
  .ml10px {
    margin-left: 5px !important;
  }
  .spmb25px {
    margin-bottom: 25px !important;
  }
  .spmt15px {
    margin-top: 15px !important;
  }
  .spmt20px {
    margin-top: 20px !important;
  }
  .sp-header .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 60px;
    padding-left: 10px;
    /*スマートフォンメニュープルダウン */
  }
  .sp-header .header .sitename {
    padding: 2px 0 0 0;
    font-size: 1.6rem;
  }
  .sp-header .header .sitename a {
    width: 224px;
    height: 48px;
    margin-top: 5px;
    background: url("../img/logo.png") left top/100% auto no-repeat;
  }
  .sp-header .header .tagline {
    display: none;
  }
  .sp-header .header-button {
    padding: 0 10px 5px 32px !important;
  }
  .sp-header .header .headermenu {
    left: 0;
    top: 5px;
    width: 100%;
    background-color: rgba(0, 83, 144, 0.95);
  }
  .sp-header .header .headermenu .headermenuwrapper {
    width: 100%;
    overflow: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-overflow-scrolling: touch;
  }
  .sp-header .header .headermenu h2 {
    top: -60px;
    left: auto;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    position: absolute;
  }
  .sp-header .header .headermenu h2 .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 24px;
  }
  .sp-header .header .headermenu h2 .icon span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #005390;
  }
  .sp-header .header .headermenu h2 .icon .top {
    top: 2px;
  }
  .sp-header .header .headermenu h2 .icon .middle {
    top: 10px;
  }
  .sp-header .header .headermenu h2 .icon .bottom {
    bottom: 2px;
  }
  .sp-header .header .headermenu h2.is-open {
    background-color: #005390;
  }
  .sp-header .header .headermenu h2.is-open .icon span {
    background-color: #fff;
  }
  .sp-header .header .headermenu h2.is-open .icon .top {
    width: 50%;
    -webkit-transform: translate3d(0, 3px, 0) rotate(45deg);
            transform: translate3d(0, 3px, 0) rotate(45deg);
  }
  .sp-header .header .headermenu h2.is-open .icon .middle {
    width: 120%;
    -webkit-transform: translate3d(-2px, 0, 0) rotate(-45deg);
            transform: translate3d(-2px, 0, 0) rotate(-45deg);
  }
  .sp-header .header .headermenu h2.is-open .icon .bottom {
    width: 50%;
    -webkit-transform: translate3d(10px, -3px, 0) rotate(45deg);
            transform: translate3d(10px, -3px, 0) rotate(45deg);
  }
  .sp-header .header .headermenu a:link, .sp-header .header .headermenu a:visited, .sp-header .header .headermenu a:active {
    color: #fff;
  }
  .sp-header .header .headermenu a:hover {
    color: #fff;
  }
  .sp-header .header .headermainmenu {
    display: block;
    position: static;
    height: auto;
    padding: 20px;
    border: none;
  }
  .sp-header .header .headermainmenu > * {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
  .sp-header .header .headermainmenu > * > a {
    height: auto;
    padding: 15px 10px 5px 50px;
    line-height: 1.75;
    background-position: 10px 70%;
    background-size: 30px auto;
    font-size: 1.6rem;
    color: #fff;
    text-align: left;
  }
  .sp-header .header .headermainmenu > * > a:link, .sp-header .header .headermainmenu > * > a:visited, .sp-header .header .headermainmenu > * > a:active {
    color: #fff;
    text-decoration: none;
  }
  .sp-header .header .headermainmenu > * > a:hover {
    color: #fff;
    text-decoration: none;
  }
  .sp-header .header .headermainmenu__outline {
    background-image: url(../img/helmet-icon-wh.png);
  }
  .sp-header .header .headermainmenu__submission {
    background-image: url(../img/feather-icon-wh.png);
  }
  .sp-header .header .headermainmenu__contents {
    background-image: url(../img/tent-icon-wh.png);
  }
  .sp-header .header .headermainmenu__ticket {
    background-image: url(../img/ticket-icon-wh.png);
  }
  .sp-header .header .headermainmenu__access {
    background-image: url(../img/compass-icon-wh.png);
  }
  .sp-header .header .headermainmenu__submenu {
    position: static;
    width: auto;
    max-height: 100vh;
    margin-bottom: 10px;
    padding-left: 45px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sp-header .header .headermainmenu__submenu > li {
    display: inline-block;
    font-size: 0;
  }
  .sp-header .header .headermainmenu__submenu a {
    display: inline-block;
    padding: 5px;
    font-size: 1.4rem;
  }
  .sp-header .header .headermainmenu__submenu a:link, .sp-header .header .headermainmenu__submenu a:visited, .sp-header .header .headermainmenu__submenu a:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
  }
  .sp-header .header .headermainmenu__submenu a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
  }
  .bt {
    border-top: 1px solid #fff;
    padding-top: 15px;
  }
  .pcnone {
    display: inline-block !important;
  }
  .spnone {
    display: none !important;
  }
}