/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
/*  --primary: #007bff;*/
  --secondary: #6c757d;
/*  --success: #28a745;*/
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p:not(footer) & {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a:not(footer a) {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:not(footer a):hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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










html.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

html,
body {
  width: 100%;
}

@media screen and (max-width: 960px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

body {
  position: relative;
  background-image: url("../images/bg_pattern.jpg");
  background-repeat: repeat;
  background-size: 200px 200px;
  font-family: "Helvetica Neue", Arial, "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #3e3e3e;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

body.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 480px) {
  section {
    padding: 25px 0;
  }
}

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

ol.is-indent-1,
ul.is-indent-1 {
  padding-left: 0.5em;
}

ol.is-indent-1 li,
ul.is-indent-1 li {
  text-indent: -0.55em;
}

ol.is-indent-2,
ul.is-indent-2 {
  padding-left: 2em;
}

ol.is-indent-2 li,
ul.is-indent-2 li {
  text-indent: -2em;
}

dl {
  margin-bottom: 0;
}

s>* {
  text-decoration: line-through;
}

a:not(footer a) {
  color: #26466d;
  text-decoration: underline;
  word-break: break-all;
  transition: 0.2s;
}

a img {
  transition: 0.2s;
  max-width: 100%;
}

a:not(footer a):hover {
  color: #26466d;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

a:not(footer a)[href^="tel:"] {
  pointer-events: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a.tel-link {
  color: #3e3e3e;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  a.tel-link {
    color: #26466d;
    text-decoration: underline;
    pointer-events: fill;
  }
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

button:focus {
  outline: none;
  box-shadow: none;
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  max-width: 100%;
}

.transition-reset * {
  transition: none !important;
}

@media screen and (max-width: 480px) {
  .d-none--sm {
    display: none;
  }
}

.d-block--sm {
  display: none;
}

@media screen and (max-width: 480px) {
  .d-block--sm {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .d-none--md {
    display: none;
  }
}

.d-block--md {
  display: none;
}

@media screen and (max-width: 768px) {
  .d-block--md {
    display: block;
  }
}

.closed-overlay {
  position: relative;
  overflow: hidden;
}

.closed-overlay::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
}

.closed-overlay::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '「福岡の避密の旅」宿泊券は、ご好評につき、全て完売いたしました。';
  transform: translate(-50%, -50%);
  background: #db4347;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  padding: 0.75rem 1rem;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .closed-overlay::after {
    content: '「福岡の避密の旅」宿泊券は,\Aご好評につき、全て完売いたしました。';
    font-size: 16px;
    white-space: pre;
  }
}

@media screen and (max-width: 480px) {
  .closed-overlay::after {
    font-size: 12px;
    padding: 0.5rem;
  }
}

.closed-overlay.closed-overlay--2::after {
  content: 'コンビニ店頭での受付分は\A終了しました。';
  white-space: pre;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .closed-overlay.closed-overlay--2::after {
    font-size: 13px;
    padding: 0.5rem;
  }
}

.closed-overlay.closed-overlay--3 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.closed-overlay.closed-overlay--3::after {
  content: 'Webサイトからの購入は\A終了しました。';
  white-space: pre;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .closed-overlay.closed-overlay--3::after {
    font-size: 13px;
    padding: 0.5rem;
  }
}

*.is-indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

*.is-indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}

*.is-indent-3 {
  text-indent: -3em;
  padding-left: 3em;
}

*.is-indent-4 {
  text-indent: -4em;
  padding-left: 4em;
}

*.is-indent-5 {
  text-indent: -5em;
  padding-left: 5em;
}

@media screen and (max-width: 480px) {
  *.is-indent-5.only-lg {
    text-indent: 0;
    padding-left: 0;
  }
}

*.is-indent-5>* {
  text-indent: 0;
}

.pdf-link i {
  font-size: 120%;
  color: #e663cf;
  margin-right: 0.5rem;
}

.link-has-arrow-right-after {
  position: relative;
}

.link-has-arrow-right-after::after {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  transform: translateY(-50%);
}

.link-has-arrow-right-before {
  position: relative;
}

.link-has-arrow-right-before::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  transform: translateY(-50%);
}

.link-has-arrow-right-before-2 {
  position: relative;
}

.link-has-arrow-right-before-2::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  margin-right: 10px;
}

.notes,
.notes__list {
  font-size: 14px !important;
}

@media screen and (max-width: 480px) {
  .notes,
  .notes__list {
    font-size: 11px !important;
  }
}

.modaal-inner-wrapper iframe {
  width: 100%;
  min-height: 100vh;
}

.modaal-fullscreen .modaal-content-container {
  padding: 0;
}

.modaal-fullscreen iframe {
  width: 100%;
  min-height: 100vh;
}

del {
  background-image: linear-gradient(#db4347, #db4347);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  color: #3e3e3e;
  text-decoration: none;
}

del .d-inline-block {
  display: inline !important;
}

.l-footer {
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 480px) {
  .l-footer {
    padding-top: 20px;
  }
}

.l-footer::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  aspect-ratio: 1126/773;
  height: 90%;
  background-image: url("../images/bg_wave.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  transform: scaleX(-1);
  opacity: 0.09;
  mix-blend-mode: multiply;
  filter: sepia(1);
}

.l-footer a {
  color: #3e3e3e;
}

.l-footer .c-btn {
  margin: 0 auto 30px;
}

.l-footer .pagetop {
  position: fixed;
  right: 0;
  bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 2px solid #26466d;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  padding: 10px;
  opacity: 0;
  transition: 0.3s;
}

.l-footer .pagetop:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .l-footer .pagetop {
    position: relative;
    top: auto;
    bottom: auto;
    flex-direction: row;
    justify-content: center;
    width: calc(100% - 40px);
    border-radius: 10px;
    border: 2px solid #26466d;
    margin: 0 auto 3rem;
  }
}

.l-footer .pagetop.is-show {
  opacity: 1;
}

.l-footer .pagetop i {
  font-size: 42px;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 480px) {
  .l-footer .pagetop i {
    font-size: 18px;
    margin: 0 0.5rem 0 0;
  }
}

.l-footer .pagetop span {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  .l-footer .pagetop span {
    font-size: 18px;
  }
  .l-footer .pagetop span br {
    display: none;
  }
}

.l-footer .footer__container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .l-footer .footer__container {
    padding: 0 20px;
  }
}

.l-footer .c-ttl {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .l-footer .c-ttl {
    margin-bottom: 3rem;
  }
}

.l-footer .footer__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-footer .footer__row {
    gap: 20px;
    flex-direction: column;
  }
}

.l-footer .footer-logo {
  flex: 0 0 20%;
  max-width: 20%;
  margin-left: 15%;
}

@media screen and (max-width: 960px) {
  .l-footer .footer-logo {
    margin: 0;
  }
}

.l-footer .footer-info__ttl {
  font-size: 16px;
  margin-bottom: 1.5rem;
}

.l-footer .footer-info {
  flex: 1;
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .l-footer .footer-info {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
  }
}

.l-footer .footer-info dl {
  display: flex;
  flex-wrap: wrap;
}

.l-footer .footer-info dt {
  flex: 0 0 15%;
  max-width: 15%;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .l-footer .footer-info dt {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

.l-footer .footer-info dd {
  flex: 0 0 85%;
  max-width: 85%;
}

@media screen and (max-width: 480px) {
  .l-footer .footer-info dd {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

.l-footer .footer-info a {
  width: 74%;
  word-break: break-all;
  text-decoration: none;
}

.l-footer .footer-info a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 425px) {
  .l-footer .footer-info a {
    width: 100%;
    font-size: 12px;
  }
}

.l-footer .footer-note {
  display: block;
  width: 100%;
  margin-top: 2rem;
}

@media screen and (max-width: 480px) {
  .l-footer .footer-note {
    margin-top: 1rem;
  }
}

.l-footer .footer-nav {
  padding: 1rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  .l-footer .footer-nav {
    display: none;
  }
}

.l-footer .footer-nav .footer-nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.l-footer .footer-nav .footer-nav__item:not(:last-child)::after {
  content: '/';
  margin: 0 0.5rem;
}

.l-footer .footer-nav .footer-nav__item a {
  text-decoration: none;
}

.l-footer .footer-nav .footer-nav__item a:hover {
  text-decoration: underline;
}

.l-footer .footer__link {
  display: table;
}

.l-footer .footer__link:first-of-type {
  margin: 4rem auto 2rem;
}

.l-footer .footer__link:last-of-type {
  margin: 0 auto 5rem;
}

.l-footer .footer-bottom {
  position: relative;
  background: #a28c01;
  padding: 25px;
}

.l-footer .footer-bottom .copy {
  display: block;
  color: #fff;
  text-align: center;
}

.l-footer--area {
  background: #faf7f0;
  padding-top: 100px;
}

@media screen and (max-width: 480px) {
  .l-footer--area {
    padding-top: 50px;
  }
}

.l-footer--area .footer__container {
  width: 100%;
  max-width: 1100px;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .l-footer--area .footer__container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .l-footer--area .footer__container {
    padding: 0 1rem;
  }
}

.l-footer--area .area-footer__links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__links {
    margin-bottom: 30px;
  }
}

.l-footer--area .area-footer__links .footer-link {
  display: flex;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__links .footer-link {
    width: 100%;
  }
}

.l-footer--area .area-footer__links .footer-link:first-child {
  padding-right: 40px;
}

@media screen and (max-width: 1100px) {
  .l-footer--area .area-footer__links .footer-link:first-child {
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__links .footer-link:first-child {
    padding: 0;
    margin-bottom: 30px;
  }
}

.l-footer--area .area-footer__links .footer-link:first-child .footer-link__contents h3 {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__links .footer-link:first-child .footer-link__contents h3 {
    width: 40%;
  }
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__links .footer-link:first-child .footer-link__contents h3 {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__links .footer-link {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

.l-footer--area .area-footer__links .footer-link .footer-link__figure {
  flex: none;
  width: 36%;
  max-height: 190px;
}

@media screen and (max-width: 1100px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__figure {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__figure {
    width: 24%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__figure {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__figure img {
    max-height: auto;
  }
}

.l-footer--area .area-footer__links .footer-link .footer-link__contents {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding-left: 2rem;
}

@media screen and (max-width: 1100px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__contents {
    width: 68%;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__contents {
    text-align: center;
    width: 100%;
    padding: 0;
  }
}

.l-footer--area .area-footer__links .footer-link .footer-link__contents h3 {
  width: 90%;
  max-height: 60px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1100px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__contents h3 {
    max-height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__contents h3 {
    width: 50%;
    max-height: unset;
    text-align: center;
    margin: 0 auto 1rem;
  }
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__contents h3 {
    width: 80%;
  }
}

.l-footer--area .area-footer__links .footer-link .footer-link__contents p {
  font-size: 12px;
}

@media screen and (max-width: 1100px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__contents p {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__contents p {
    font-size: 12px;
  }
}

.l-footer--area .area-footer__links .footer-link .footer-link__contents .c-btn {
  background: #005bac;
  font-size: 14px;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__contents .c-btn {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__links .footer-link .footer-link__contents .c-btn {
    width: 100%;
  }
}

.l-footer--area .area-footer__bnrs {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__bnrs {
    margin-bottom: 50px;
  }
}

.l-footer--area .area-footer__bnrs .area-footer__link {
  position: relative;
  width: 42%;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__bnrs .area-footer__link {
    width: 48.5%;
  }
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__bnrs .area-footer__link {
    width: 100%;
  }
}

.l-footer--area .area-footer__bnrs .area-footer__link:first-of-type {
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__bnrs .area-footer__link:first-of-type {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
  }
  .l-footer--area .area-footer__bnrs .area-footer__link:first-of-type img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.l-footer--area .area-footer__bnrs .area-footer__link:first-of-type:hover button {
  color: #177db7 !important;
  background: #fff !important;
}

.l-footer--area .area-footer__bnrs .area-footer__link:first-of-type .bnr__col:first-child {
  display: flex;
  align-items: center;
  width: 40%;
  background: #fff;
  text-align: center;
  padding: 30px;
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__bnrs .area-footer__link:first-of-type .bnr__col:first-child {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

.l-footer--area .area-footer__bnrs .area-footer__link:first-of-type .bnr__col:first-child figure {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__bnrs .area-footer__link:first-of-type .bnr__col:first-child figure {
    width: 90%;
  }
}

.l-footer--area .area-footer__bnrs .area-footer__link:first-of-type .bnr__col:last-child {
  width: 60%;
  background: #177db7;
  color: #fff;
  text-align: center;
  padding: 30px;
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__bnrs .area-footer__link:first-of-type .bnr__col:last-child {
    display: none;
  }
}

.l-footer--area .area-footer__bnrs .area-footer__link:first-of-type .bnr__col:last-child p {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.l-footer--area .area-footer__bnrs .area-footer__link:first-of-type .bnr__col:last-child button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}

.l-footer--area .area-footer__bnrs .area-footer__link:first-of-type .bnr__col:last-child button i {
  margin-left: 1rem;
}

.l-footer--area .area-footer__bnrs .area-footer__link:not(:first-of-type) {
  border: 1px solid #1d2f4b;
}

@media screen and (max-width: 768px) {
  .l-footer--area .area-footer__bnrs .area-footer__link:not(:first-of-type) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .l-footer--area .area-footer__bnrs .area-footer__link:not(:first-of-type) {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.l-footer--area .area-footer__bnrs .area-footer__link:not(:first-of-type)::before {
  content: '';
  display: block;
  padding-top: 60%;
}

.l-footer--area .area-footer__bnrs .area-footer__link:not(:first-of-type) img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.l-footer--area .area-footer__bnrs .area-footer__link.area-footer__link--rental img {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-footer--area .area-footer__bnrs .area-footer__link.area-footer__link--gte {
  border: 1px solid #da6776;
}

.l-footer--area .footer-bottom {
  background: #177db7;
  padding: 25px;
}

@media screen and (max-width: 768px) {
  .l-footer--area .footer-bottom {
    padding-bottom: 80px;
  }
}

.l-footer--area .footer-bottom .copy {
  display: block;
  color: #fff;
  text-align: center;
}

.l-footer--taxi {
  background: #fff;
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .l-footer--taxi {
    padding-top: 40px;
  }
}

.l-footer--taxi .footer__container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .l-footer--taxi .footer__container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .l-footer--taxi .footer__container {
    padding: 0 1rem;
  }
}

.l-footer--taxi .taxi-pagetop {
  position: fixed;
  right: calc(50vw - 550px);
  bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  background: #ed6c1f;
  border-radius: 0.4rem;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  opacity: 1;
  z-index: 3;
}

@media screen and (max-width: 1100px) {
  .l-footer--taxi .taxi-pagetop {
    right: 1rem;
  }
}

.l-footer--taxi .taxi-pagetop:hover {
  opacity: 0.8;
}

.l-footer--taxi .taxi-pagetop.is-hide {
  opacity: 0;
}

.l-footer--taxi .taxi-pagetop span {
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

.l-footer--taxi .taxi-footer__bnrs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.l-footer--taxi .taxi-footer__bnrs .taxi-footer__link {
  position: relative;
  width: 32.4%;
  border-radius: 10px;
  border: 1px solid #1d2f4b;
  text-decoration: none;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-footer--taxi .taxi-footer__bnrs .taxi-footer__link {
    width: 100%;
    margin-top: 20px;
  }
}

.l-footer--taxi .taxi-footer__bnrs .taxi-footer__link::before {
  content: '';
  display: block;
  padding-top: 60%;
}

.l-footer--taxi .taxi-footer__bnrs .taxi-footer__link img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.l-footer--taxi .taxi-footer__bnrs .taxi-footer__link.area-footer__link--rental img {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-footer--taxi .taxi-footer__bnrs .taxi-footer__link.area-footer__link--gte {
  border: 1px solid #da6776;
}

.l-footer--taxi .footer__link {
  display: table;
  color: #d93b18;
  text-align: center;
  font-weight: 500;
  margin: 0 auto 1rem;
}

.l-footer--taxi .footer__link:last-of-type {
  margin-bottom: 3rem;
}

.l-footer--taxi .footer-bottom {
  background: #d93b18;
  padding: 1rem 0;
}

.l-footer--taxi .footer-bottom .copy {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .l-footer--taxi .footer-bottom .copy {
    font-size: 12px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #26466d;
  padding: 0;
  z-index: 6;
}

@media screen and (max-width: 960px) {
  .l-header {
    background: transparent;
  }
}

.l-header .header-links {
  position: absolute;
  right: 0;
  top: 100px;
  background: #fff;
  border: 2px solid #278880;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  padding: 1rem 1rem 1rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .l-header .header-links {
    display: none;
  }
}

.l-header .header-links .header-links__sns {
  display: flex;
  justify-content: space-around;
}

.l-header .header-links .header-links__sns a {
  display: block;
  font-size: 38px;
  color: #278880;
}

.l-header .header-links .header-links__sns a:not(:last-of-type) {
  margin-right: 1rem;
}

.l-header .header-links .header-links__sns a:hover {
  opacity: 0.8;
}

.l-header .header-links .header-links__btn {
  font-size: 12px;
}

.l-header .header__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .l-header .header__container {
    padding: 0 20px;
  }
}

.l-header .header-logo {
  margin-bottom: 0;
}

.l-header .header-logo .header-logo__link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.l-header .header-logo .header-logo__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.l-header .header-logo .header-logo__link img {
  flex: none;
  width: 100%;
  max-width: 185px;
  margin-right: 1rem;
}

@media screen and (max-width: 960px) {
  .l-header .header-logo .header-logo__link img {
    width: 120px;
  }
}

@media screen and (max-width: 480px) {
  .l-header .header-logo .header-logo__link img {
    width: 100px;
  }
}

.l-header .header-logo .header-logo__link span {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .l-header .header-logo .header-logo__link span {
    font-size: 12px;
  }
}

.l-header .header-nav {
  display: flex;
  width: 100%;
  font-size: 17px;
  letter-spacing: normal;
  margin: 0 auto;
  transition: 0.3s;
}

@media screen and (max-width: 960px) {
  .l-header .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #26466d;
    padding-top: 90px;
    overflow: auto;
    transform: translateX(100%);
    z-index: 99;
    overflow-scrolling: touch;
  }
}

@media screen and (max-width: 960px) {
  .l-header .header-nav.is-active {
    transform: none;
  }
}

.l-header .header-nav .header-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .l-header .header-nav .header-nav__list {
    flex-direction: column;
    width: 100%;
    padding: 2rem 1.5rem 2rem;
    margin-bottom: 50px;
  }
}

.l-header .header-nav .header-nav__item--logo {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 960px) {
  .l-header .header-nav .header-nav__item--logo {
    display: none;
  }
}

.l-header .header-nav .header-nav__item--logo img {
  max-width: 100%;
}

.l-header .header-nav .header-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.l-header .header-nav .header-nav__item:last-child {
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .l-header .header-nav .header-nav__item {
    font-size: 16px;
    margin: 0 0 2rem 0 !important;
  }
}

@media screen and (max-width: 960px) {
  .l-header .header-nav .header-nav__item:last-child {
    margin-bottom: 0 !important;
  }
}

.l-header .header-nav .header-nav__link {
  text-decoration: none;
  color: #fff;
}

.l-header .header-nav .header-nav__link:hover {
  text-decoration: underline;
}

.l-header .header-nav .header-nav__link i {
  font-style: normal;
  margin-right: -0.4em;
}

.l-header .header-nav .header-nav__link.link-btn {
  background: #fff;
  border-radius: 5em;
  color: #3e3e3e;
  padding: 5px 10px;
}

.l-header .header-nav .header-nav__link.link-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.l-header .header__btn--sp {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 999;
}

@media screen and (max-width: 960px) {
  .l-header .header__btn--sp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }
}

.l-header .header__btn--sp.is-active span {
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .l-header .header__btn--sp.is-active span:first-child {
    opacity: 1;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 960px) {
  .l-header .header__btn--sp.is-active span:last-child {
    opacity: 1;
    transform: rotate(-45deg);
  }
}

.l-header .header__btn--sp span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: #3e3e3e;
  border-radius: 3px;
  margin: auto;
  transform-origin: center;
  transition: 0.3s;
}

.l-header .header__btn--sp span:first-child {
  transform: translateY(-9px);
}

.l-header .header__btn--sp span:last-child {
  transform: translateY(9px);
}

.header__logo--sp {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  width: 76px;
  height: 76px;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .header__logo--sp {
    display: block;
  }
}

.header__logo--sp img {
  max-width: 100%;
}

.l-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .l-container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .l-container {
    padding: 0 15px;
  }
}

.l-container.is-narrow {
  max-width: 800px;
}

.l-container.is-wide {
  max-width: 1100px;
}

@media screen and (max-width: 1100px) {
  .l-container.is-wide {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .l-container.is-wide {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  .l-container.is-fluid-sp {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-main {
    overflow: hidden;
  }
}

.l-main>section:first-of-type {
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .l-main>section:first-of-type {
    padding-top: 90px;
  }
}

.c-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #26466d;
  border-radius: 5em;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 0.75rem 1.8rem;
  transition: 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .c-btn {
    font-size: 14px;
    padding: 0.75rem 1rem;
  }
}

.c-btn:focus {
  outline: none;
}

.c-btn:hover {
  opacity: 0.7;
  color: #fff;
}

.c-btn.is-bordered {
  color: #26466d;
  background: #fff;
  border: 2px solid #26466d;
}

.c-btn.is-bordered:hover {
  background: #26466d;
  color: #fff;
  opacity: 1;
}

.c-btn.is-medium {
  font-size: 14px;
  padding: 0.4rem 1rem;
}

@media screen and (max-width: 480px) {
  .c-btn.is-medium {
    font-size: 12px;
  }
}

.c-btn[disabled] {
  pointer-events: none;
  background: #999 !important;
  color: #eee !important;
  border-color: transparent !important;
}

.c-btn span+i {
  margin-left: 0.5rem;
}

.c-btn i+span {
  margin-left: 0.5rem;
}

.c-btn.is-square {
  border-radius: 0;
}

.c-btn.is-blk {
  background: #000;
  color: #fff;
}

.c-btn.is-blk.is-bordered {
  color: #3e3e3e;
  background: #fff;
  border: 2px solid #3e3e3e;
}

.c-btn.is-blk.is-bordered:hover {
  background: #3e3e3e;
  color: #fff;
  opacity: 1;
}

.c-btn.is-org2 {
  background: #d93b18;
  color: #fff;
}

.c-btn.is-org2.is-bordered {
  color: #d93b18;
  background: #fff;
  border: 2px solid #d93b18;
}

.c-btn.is-org2.is-bordered:hover {
  background: #d93b18;
  color: #fff;
  opacity: 1;
}

.c-btn.is-red {
  background: #db4347;
  color: #fff;
}

.c-btn.is-red.is-bordered {
  color: #db4347;
  background: #fff;
  border: 2px solid #db4347;
}

.c-btn.is-red.is-bordered:hover {
  background: #db4347;
  color: #fff;
  opacity: 1;
}

.c-btn.is-blu {
  background: #26466d;
  color: #fff;
}

.c-btn.is-blu.is-bordeblu {
  color: #26466d;
  background: #fff;
  border: 2px solid #26466d;
}

.c-btn.is-blu.is-bordeblu:hover {
  background: #26466d;
  color: #fff;
  opacity: 1;
}

.c-btn.is-blu-2 {
  background: #005bac;
  color: #fff;
}

.c-btn.is-blu-2.is-bordeblu-2 {
  color: #005bac;
  background: #fff;
  border: 2px solid #005bac;
}

.c-btn.is-blu-2.is-bordeblu-2:hover {
  background: #005bac;
  color: #fff;
  opacity: 1;
}

.c-btn.is-brw {
  background: #33281b;
  color: #fff;
}

.c-btn.is-brw.is-bordebrw {
  color: #33281b;
  background: #fff;
  border: 2px solid #33281b;
}

.c-btn.is-brw.is-bordebrw:hover {
  background: #33281b;
  color: #fff;
  opacity: 1;
}

.c-btn.is-orange {
  background: #e87400;
  color: #fff;
}

.c-btn.is-orange.is-bordeorange {
  color: #e87400;
  background: #fff;
  border: 2px solid #e87400;
}

.c-btn.is-orange.is-bordeorange:hover {
  background: #e87400;
  color: #fff;
  opacity: 1;
}

.c-btn.is-gry {
  background: #999;
  color: #fff;
  padding: 0.75rem 3rem;
}

.c-btn.is-grn {
  background: #278880;
  color: #fff;
}

.c-btn.is-grn.is-bordegrn {
  color: #278880;
  background: #fff;
  border: 2px solid #278880;
}

.c-btn.is-grn.is-bordegrn:hover {
  background: #278880;
  color: #fff;
  opacity: 1;
}

.btn.btn-outline-danger {
  color: #db4347;
  border-color: #db4347;
}

.btn.btn-outline-danger:hover {
  color: #fff;
  background-color: #db4347;
  border-color: #db4347;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
}

.btn-wrap.is-center {
  justify-content: center;
}

.area__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 380px;
  background: transparent;
  border: 2px solid #1d2f4b;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #1d2f4b;
  text-decoration: none;
  padding: 1.2rem;
}

@media screen and (max-width: 480px) {
  .area__btn {
    min-width: inherit;
    font-size: 12px;
    padding: 1rem;
  }
}

@media screen and (max-width: 320px) {
  .area__btn {
    font-size: 11px;
    letter-spacing: normal;
  }
}

.area__btn:hover {
  background: #1d2f4b;
  color: #fff;
}

.area__btn i {
  margin-right: 1rem;
}

@media screen and (max-width: 480px) {
  .area__btn i {
    margin-right: 0.4rem;
  }
}

.d-btn {
  width: 45%;
  height: 350px;
  font-size: 20px;
  border-radius: 1.5em;
  font-size: 36px;
  border: 1px solid #808080;
  padding: 2.75rem 1.8rem;
}

@media screen and (max-width: 768px) {
  .d-btn {
    margin-bottom: 30px;
    width: 90%;
  }
}

.d-btn span {
  display: block;
  width: 100%;
}

.d-btn .d-btn-label {
  font-size: 24px;
}

.d-btn-2 {
  width: 70%;
  border-radius: 3em;
}

@media screen and (max-width: 600px) {
  .d-btn-2 {
    width: 80%;
  }
}

.d-btn-2 .d-btn-label {
  font-size: 30px;
}

@media screen and (max-width: 600px) {
  .d-btn-2 .d-btn-label {
    font-size: 20px;
  }
}

.d-btn-2 .d-btn-label-bg {
  font-size: 35px;
}

@media screen and (max-width: 600px) {
  .d-btn-2 .d-btn-label-bg {
    font-size: 25px;
  }
}

.d-btn-blue {
  background: #005bac;
}

.d-btn-orange {
  background: #e87400;
}

.d-btn-red {
  background: #db4347;
}

.d-btn-gray {
  background: #808080;
}

.btn-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}

.btn-title.btn-title-blue {
  color: #005bac;
}

.btn-title.btn-title-green {
  color: #278880;
}

.link-top-btn {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #005bac;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 15;
}

@media screen and (max-width: 768px) {
  .link-top-btn {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .link-top-btn {
    width: 50px;
    height: 50px;
  }
}

.link-top-btn a {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .link-top-btn a {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .link-top-btn a {
    width: 50px;
    height: 50px;
  }
}

.link-top-btn a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .link-top-btn a::before {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .link-top-btn a::before {
    font-size: 18px;
    top: -9px;
  }
}

.link-top-btn a::after {
  content: 'TOPへ';
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .link-top-btn a::after {
    top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .link-top-btn a::after {
    font-size: 9px;
    top: 30px;
  }
}

.c-table {
  width: 100%;
}

.c-table tbody th,
.c-table tbody td {
  padding: 0.75rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.c-table tbody th {
  background: #f4f4f4;
}

.c-ttl {
  font-family: 'Zen Old Mincho', serif;
  color: #a28c01;
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 24px !important;
  }
}

.c-ttl--2 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 20px;
  font-weight: bold;
  color: #26466d;
  border-bottom: 1px dotted #26466d;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
  .c-ttl--2 {
    font-size: 18px;
  }
}

.c-ttl--2 i {
  color: #278880;
  margin-right: 0.5rem;
}

.has-marker-yel {
  display: inline;
  background: linear-gradient(transparent 65%, #a28c01 0%);
}

.has-marker-pnk {
  display: inline;
  background: linear-gradient(transparent 65%, #f1a5e3 0%);
}

.text-underline {
  text-decoration: underline;
}

.alert-red {
  color: #db4347;
  background: #fdf7f7;
  border-color: #db4347;
}

.italic {
  font-family: brandon-grotesque, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.mincho {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
}

.wf-loading .italic,
.wf-loading .mincho {
  opacity: 0;
}

.wf-active .italic,
.wf-active .mincho {
  opacity: 1;
  transition: 0.3s 0.2s;
}

.area-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #1d2f4b;
  margin-bottom: 48px;
}

@media screen and (max-width: 480px) {
  .area-ttl {
    margin-bottom: 30px;
  }
}

.area-ttl .area-ttl__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 480px) {
  .area-ttl .area-ttl__icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
    margin-bottom: 0.25rem;
  }
}

.area-ttl .area-ttl__icon i {
  line-height: 1;
}

.area-ttl .italic {
  display: flex;
  align-items: center;
  font-size: 34px;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
  .area-ttl .italic {
    font-size: 27px;
    margin-bottom: 0.25rem;
  }
}

.area-ttl .italic::before,
.area-ttl .italic::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 40px;
  background: #707070;
}

@media screen and (max-width: 480px) {
  .area-ttl .italic::before,
  .area-ttl .italic::after {
    width: 30px;
  }
}

.area-ttl .italic::before {
  margin-right: 40px;
}

@media screen and (max-width: 480px) {
  .area-ttl .italic::before {
    margin-right: 1rem;
  }
}

.area-ttl .italic::after {
  margin-left: 40px;
}

@media screen and (max-width: 480px) {
  .area-ttl .italic::after {
    margin-left: 1rem;
  }
}

.area-ttl .mincho {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .area-ttl .mincho {
    font-size: 12px;
  }
}

.area-ttl .mincho::before,
.area-ttl .mincho::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 8px;
  background: #707070;
}

.area-ttl .mincho::before {
  margin-right: 1rem;
}

.area-ttl .mincho::after {
  margin-left: 1rem;
}

.c-ttl--taxi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #d93b18;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 1.5em;
}

@media screen and (max-width: 768px) {
  .c-ttl--taxi {
    font-size: 24px;
    margin-bottom: 1em;
  }
}

.c-ttl--taxi::before,
.c-ttl--taxi::after {
  flex: none;
  content: '';
  display: inline-block;
  height: 1px;
  width: 90px;
  background: #d93b18;
}

@media screen and (max-width: 768px) {
  .c-ttl--taxi::before,
  .c-ttl--taxi::after {
    width: 50px;
  }
}

.c-ttl--taxi span {
  padding: 0 1em;
}

.c-ttl--taxi2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d93b18;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 1.2em;
}

@media screen and (max-width: 768px) {
  .c-ttl--taxi2 {
    font-size: 16px;
    margin-bottom: 1em;
  }
}

.c-ttl--taxi2::before,
.c-ttl--taxi2::after {
  flex: none;
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 1px;
  background: #d93b18;
}

.c-ttl--taxi2 p {
  padding: 0 0.5rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-ttl--taxi2 p {
    padding: 0 0.25rem;
  }
}

.c-ttl--taxi2 p span {
  display: inline-block;
}

.accessibility-mv {
  display: block;
  background-image: url("../images/index_mv_07.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .accessibility-mv {
    height: 160px;
  }
}

@media screen and (max-width: 480px) {
  .accessibility-mv {
    height: 80px;
  }
}

.accessibility {
  background: #fff;
}

.accessibility section {
  padding-bottom: 0;
}

.accessibility .note__list {
  font-size: 13px;
  padding-left: 1em;
  margin-bottom: 2rem;
}

.accessibility .note__list .note__item {
  text-indent: -0.5em;
  margin-bottom: 0.5rem;
}

.accessibility .note__list .note__item::before {
  content: '※';
  display: inline-block;
}

.accessibility .browser__list dd {
  padding-left: 1em;
}

.accessibility .browser__list dd ul {
  padding-left: 1em;
  margin-bottom: 1rem;
}

.accessibility .browser__list dd ul li {
  text-indent: -0.5em;
}

.accessibility .browser__list dd ul li::before {
  content: '・';
  display: inline-block;
}

.banner {
  background: #fff;
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .banner {
    padding-top: 90px;
  }
}

.banner-mv {
  display: block;
  background-image: url("../images/index_mv_06.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .banner-mv {
    height: 160px;
  }
}

@media screen and (max-width: 480px) {
  .banner-mv {
    height: 80px;
  }
}

.banner__desc {
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 480px) {
  .banner__desc {
    text-align: left;
  }
}

.banner__items {
  text-align: center;
}

.banner__items .banner__figure {
  margin-bottom: 3rem;
}

.banner__items .banner__figure img {
  width: auto;
}



#header-b2b-bg{
  background:#24727a;
}

.biz-mv {
/*  height: 400px;*/
  height:280px;
/*  background: #FFEB78;*/
  background: linear-gradient(135deg, #FFF98D 10%, #FFE96F 100%);
  padding: 0 !important;
/*  margin-top: 80px;*/
}

@media screen and (max-width: 960px) {
  .biz-mv {
/*    height: 360px;*/
    height:280px;
    padding-top: 0;
    margin-top: 0;
  }
}
/* ===== 260318 added ===== */
@media screen and (max-width: 480px) {
  .biz-mv {
    height:160px;
    padding-top: 0;
    margin-top: 0;
  }
}
/* ===== /260318 added ===== */

.biz-mv .l-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.biz-mv .biz-mv__contents {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;

  color:#5D4037;
  font-weight: bold;
  font-size: 38px;
}

.biz-mv h1 {
  display: block;
/*  width: 200px;*/
  max-width: 90%;
  margin: 0 auto;
}


/* ===== 260318 added ===== */
@media screen and (max-width: 480px) {
  .biz-mv h1 {
    font-size: 22px;
  }
}
/* ===== /260318 added ===== */


.biz-mv h1 img {
  width: 100%;
}

.biz-mv h2 {
  background: #fff;
  border-radius: 5em;
  color: #a28c01;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .biz-mv h2 {
    font-size: 18px;
  }
.biz-mv .biz-mv__contents {
  font-size: 28px;
}
}

.biz-ttl {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px dotted #5D4037;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;

  color: #5D4037;
}

@media screen and (max-width: 480px) {
  .biz-ttl {
    font-size: 20px;
  }
}

.biz-ttl .icon {
  flex: none;
  display: flex;
  color: #5D4037;
  margin-right: 0.5rem;
}

.biz-ttl .icon span {
  font-size: 30px;
  line-height: 1;
  margin: 0;
}

.biz-ttl>span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.biz-ttl .cp {
  display: inline-block;
  font-size: 16px;
  background: #000;
  border-radius: 5em;
  color: #fff;
  line-height: 1;
  padding: 6px 10px;
  margin-bottom: 7px;
}

@media screen and (max-width: 480px) {
  .biz-ttl .cp {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 480px) {
  .biz-top__ttl {
    font-size: 18px;
  }
}

.biz-top__ttl .icon {
  margin-right: 1rem;
}

.biz-top__ttl .icon span {
  font-size: 67px;
}

@media screen and (max-width: 480px) {
  .biz-top__ttl .icon span {
    font-size: 48px;
  }
}

.biz-top__ttl--2 {
  display: inline-block;
  background: #ccc;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding: 15px 30px;
  margin: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .biz-top__ttl--2 {
    font-size: 16px;
    padding: 15px;
  }
}

.biz-top__ttl--2.is-active {
  background: #f4f4f4;
  border-top: 4px solid #26466d;
  color: #3e3e3e;
  font-weight: bold;
  padding: 15px 30px;
}

.biz-top__ttl--2:hover {
  opacity: 0.8;
}

.biz-contents {
  border: 2px solid #1488cc;
  border-radius: 0 10px 10px 10px;
  padding: 30px;
}

.biz-news {
  font-size: 14px;
}

.biz-news .biz-news__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .biz-news .biz-news__item {
    flex-wrap: wrap;
  }
}

.biz-news .biz-news__item .date {
  flex: none;
  width: 110px;
  font-size: 14px;
}

.biz-news .biz-news__item .label {
  flex: none;
  background: #ddd;
  font-size: 12px;
  padding: 3px 7px;
  margin-right: 30px;
}

.biz-news .biz-news__item a {
  width: calc(100% - 110px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .biz-news .biz-news__item a {
    width: 100%;
    margin-top: 5px;
  }
}

.biz-news .biz-news__item p {
  width: calc(100% - 110px);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .biz-news .biz-news__item p {
    width: 100%;
    margin-top: 5px;
  }
}

.biz-intro {
  background: #e2f3fb;
  scroll-margin-top: 40px;
}

.biz-intro .biz-intro__box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

@media screen and (max-width: 480px) {
  .biz-intro .biz-intro__box {
    padding: 20px;
  }
}

.biz-intro .biz-intro__box p {
  text-indent: 1em;
}

.biz-cp {
  scroll-margin-top: 40px;
}

.biz-cp .biz-cp__item {
  display: flex;
  align-items: center;
  background: #F9F8F8;
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .biz-cp .biz-cp__item {
    flex-direction: column;
    align-items: center;
  }
}

.biz-cp .biz-cp__item .col-1st {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #ECEDEA;
  text-align: center;
/*  padding: 30px 0 0;*/
  padding: 20px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .biz-cp .biz-cp__item .col-1st {
    margin: 0 auto 20px;
  }
}

.biz-cp .biz-cp__item .col-1st .icon span {
  font-size: 80px;
  color: #5D4037;
}
.biz-cp .biz-cp__item .col-1st small {
    font-size: 60%;
}

.biz-cp .biz-cp__item .col-1st .num {
  font-size: 16px;
  font-weight: bold;
  color: #ECEDEA;
  margin: -5px auto 7px;
}

.biz-cp .biz-cp__item .col-1st p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 200px;
  min-height: 50%;
  color: #5D4037;
  font-weight: bold;
  font-size: 20px;
/*  background: #26466d;*/
  padding: 1rem 36px;
/*  margin: auto 0 0;*/
  margin: -25px 0 0;
}

.biz-cp .biz-cp__item .col-2nd {
  width: 100%;
  padding: 10px 0 10px 50px;
}

@media screen and (max-width: 768px) {
  .biz-cp .biz-cp__item .col-2nd {
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .biz-cp .biz-cp__item .col-2nd p {
    text-align: left;
  }
}

.biz-cp .biz-cp__item .col-2nd a span.d-inline-block {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .biz-cp .biz-cp__item .col-2nd a span.d-inline-block {
    margin: 0;
  }
}


/* 251105added */
.inner_box{
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 30px auto 10px;
}
.inner_box h3 {
    font-weight: bold;
    color: #5D4037;
    font-size: 21px;
    text-align: center;
}
.inner_box li {
    padding-top: 10px;
    text-align: left;
}
@media screen and (max-width: 768px) {
  .biz-cp .inner_box {
    flex-direction: column;
    align-items: center;
  }
}

.l-container li{
    padding-top: 10px;
    text-align: left;
}

.btn_banner{
    margin-top: 70px;
    margin-bottom: 70px;
}

.btn_banner a {
  text-decoration: none;
}
.btn_banner a:hover {
  color:#FFFFFF;
}
.no-underline{
  text-decoration: none;
}
.caution{

}
/* //251105added */



.biz-top__desc {
  margin-bottom: 50px;
}

.biz-tab__panel .biz-top__list {
  border-radius: 0 0 10px 10px;
}

.biz-top__list {
  display: none;
  background: #f4f4f4;
  border-radius: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .biz-top__list {
    padding: 20px;
  }
}

.biz-top__list.is-show {
  display: block;
}

.biz-top__list .biz-top__item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .biz-top__list .biz-top__item {
    padding: 14px;
  }
}

.biz-top__list .biz-top__item:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .biz-top__list .biz-top__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.biz-top__list .biz-top__item h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  color: #26466d;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .biz-top__list .biz-top__item h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.biz-top__list .biz-top__item ul {
  display: flex;
}

@media screen and (max-width: 768px) {
  .biz-top__list .biz-top__item ul {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 480px) {
  .biz-top__list .biz-top__item ul {
    margin-bottom: -10px;
  }
}

.biz-top__list .biz-top__item ul li {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .biz-top__list .biz-top__item ul li {
    width: 48%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .biz-top__list .biz-top__item ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.biz-top__list .biz-top__item ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .biz-top__list .biz-top__item ul li a {
    font-size: 14px;
    flex-wrap: nowrap;
  }
}

.biz-top__list .biz-top__item ul li i {
  font-size: 24px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .biz-top__list .biz-top__item ul li i {
    font-size: 20px;
    margin-right: 5px;
  }
}

.biz-top__list .biz-top__item--btn-name {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.biz-top__inquiry {
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .biz-top__inquiry {
    padding: 20px;
  }
}

.biz-top__inquiry.is-line {
  display: block;
  border: 1px solid #2b32b2;
  border-radius: 10px;
}

.biz-top__inquiry .biz-top__item {
  border-radius: 10px;
  padding: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .biz-top__inquiry .biz-top__item {
    padding: 14px;
  }
}

.biz-top__inquiry .inquiry__tbl {
  background: #fff;
  border: 1px solid #26466d;
  border-radius: 6px;
  text-align: left;
  padding: 10px;
  margin: 5px;
  word-wrap: break-word;
}

.biz-entrance {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
}

@media screen and (max-width: 768px) {
  .biz-entrance {
    padding: 60px 0;
  }
}

.biz-entrance::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  aspect-ratio: 1126/773;
  width: 50%;
  background-image: url("../images/bg_wave.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  opacity: 0.09;
  mix-blend-mode: multiply;
  filter: sepia(1);
}

@media screen and (max-width: 768px) {
  .biz-entrance::before {
    width: auto;
    height: 90%;
  }
}

.biz-entrance .biz-entrance__list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .biz-entrance .biz-entrance__list {
    flex-direction: column;
  }
}

.biz-entrance .biz-entrance__item {
  width: 30%;
}

@media screen and (max-width: 960px) {
  .biz-entrance .biz-entrance__item {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .biz-entrance .biz-entrance__item {
    width: 100%;
  }
}

.biz-entrance .biz-entrance__link {
  position: relative;
  display: grid;
  align-content: center;
  border-radius: 0.375rem;
  background: #26466d;
  box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1rem 1.5rem 1rem 1rem;
}

.biz-entrance .biz-entrance__link.is-brown {
  background: #33281b;
}

.biz-entrance .biz-entrance__link:hover {
  opacity: 0.8;
}

.biz-entrance .biz-entrance__link b {
  color: #e8c125;
  font-size: 120%;
}

.biz-entrance .biz-entrance__link .arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #444;
  mix-blend-mode: hard-light;
  border-radius: 50%;
  transform: translateY(-50%);
}

.biz-entrance .biz-entrance__link .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.theme-brown .l-header {
  background: #33281b;
}

@media screen and (max-width: 960px) {
  .theme-brown .l-header {
    background: transparent;
  }
}

.theme-brown .header-nav {
  background: #33281b;
}

.theme-brown .biz-ttl {
  border-bottom: 2px dotted #5D4037;
  color: #5D4037;
}

.theme-brown .biz-ttl .icon {
  color: #5D4037;
}

.theme-brown .biz-intro {
  background: rgba(51, 40, 27, 0.1);
}

.theme-brown .biz-cp .col-1st {
  border: 3px solid #5D4037;
}

@media screen and (max-width: 768px) {
  .theme-brown .biz-cp .col-1st {
    margin: 0 auto 20px;
  }
}

.theme-brown .biz-cp .col-1st .icon span {
  color: #33281b;
}

.theme-brown .biz-cp .col-1st .num {
  color: #33281b;
}

.theme-brown .biz-cp .col-1st p {
  background: #33281b;
}

.theme-brown .biz-top__list .biz-top__item h4 {
  color: #33281b;
}

.theme-brown .biz-top__inquiry.is-line {
  border: 1px solid #2b32b2;
}

.theme-brown .biz-top__inquiry .biz-top__item,
.theme-brown .biz-top__inquiry .inquiry__tbl {
  border: 1px solid #33281b;
}

.manual-accordion {
  position: relative;
}

@media screen and (max-width: 480px) {
  .manual-accordion {
    padding: 0.75rem;
  }
}

.manual-accordion .manual-accordion__title {
  position: relative;
  font-size: 18px;
  transition: 0.2s;
}

@media screen and (max-width: 480px) {
  .manual-accordion .manual-accordion__title {
    font-size: 16px;
  }
}

.manual-accordion .manual-accordion__title:hover {
  opacity: 0.8;
}

.manual-accordion .manual-accordion__contents {
  position: relative;
}

.manual-accordion .manual-accordion__contents .heading {
  background: #444;
  mix-blend-mode: luminosity;
  color: #fff;
  padding: 0.5rem;
}

@media screen and (max-width: 480px) {
  .manual-accordion .manual-accordion__contents p {
    font-size: 13px;
  }
}

.manual-accordion .manual-accordion__contents hr {
  margin: 0.75rem 0 1.25rem;
}

.manual-accordion .manual-accordion__contents ol {
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .manual-accordion .manual-accordion__contents ol {
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .manual-accordion .manual-accordion__contents .c-btn {
    width: 100%;
  }
}

.index-mv {
  position: relative;
  width: 100%;
  height: 542px;
  padding: 0 !important;
  margin: 96px 0 20px;
}

@media screen and (max-width: 768px) {
  .index-mv {
    height: calc(542px / 3 * 2);
    padding: 80px 0 !important;
    margin-top: 0;
  }
}

.index-mv .index-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  background-image: url("../images/mv.jpg");
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 542px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, animation;
  animation: loop 90s linear infinite;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
  .index-mv .index-mv__bg {
    background-size: auto calc(542px / 3 * 2);
    animation: loopsp 90s linear infinite;
  }
}

.index-mv .l-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.index-mv__ttl {
  max-width: 412px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .index-mv__ttl {
    width: 60%;
  }
}

.index-mv__ttl img {
  width: 100%;
}

.index-top {
  position: relative;
}

.index-top::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  aspect-ratio: 1126/773;
  height: 90%;
  background-image: url("../images/bg_wave.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  transform: scaleX(-1);
  opacity: 0.09;
  mix-blend-mode: multiply;
  filter: sepia(1);
}

.index-top-info {
  background: #fff;
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 24px;
}

.index-top-info h2 {
  text-align: center;
  color: #db4347;
  margin-bottom: 24px;
}

.index-top-info .staynavi-bar h3 {
  background: #b22222;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 0.75rem 1.8rem;
}

@media screen and (max-width: 600px) {
  .index-top-info .staynavi-bar h3 {
    font-size: 14px;
  }
}

.index-top__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-top-news {
  flex: 0 0 calc(100% - 300px - 40px);
  max-width: calc(100% - 300px - 40px);
  height: 300px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 1.5rem 2rem 1rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .index-top-news {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .index-top-news {
    padding: 1.5rem 1rem 1rem;
  }
}

.index-top-news .c-ttl {
  color: #a28c01;
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

.index-top-news .news__list {
  height: calc(100% - 46px - 1.5rem - 30px);
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .index-top-news .news__list {
    height: auto;
    max-height: 220px;
    overflow-y: scroll;
  }
}

.index-top-news .news__item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed rgba(62, 62, 62, 0.5);
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
}

@media screen and (max-width: 480px) {
  .index-top-news .news__item {
    flex-wrap: wrap;
  }
}

.index-top-news .news__item .date {
  flex: none;
  width: 100px;
  color: #a28c01;
  margin-right: 1rem;
}

@media screen and (max-width: 480px) {
  .index-top-news .news__item .date {
    margin: 0 0 0.2rem 0;
  }
}

.index-top-news .news__item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.6em;
  overflow: hidden;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .index-top-news .news__item p {
    width: 100%;
  }
}

.index-top-news .more {
  display: flex;
}

.index-top-news .more .more__link {
  padding: 10px 0;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .index-top-news .more .more__link {
    padding: 0;
  }
}

.index-top-bnr {
  position: relative;
  flex: 0 0 300px;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .index-top-bnr {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.index-top-bnr .index-mv-bnr__slider {
  margin: 0;
}

.index-top-bnr .index-mv-bnr__slider,
.index-top-bnr .slick-list,
.index-top-bnr .slick-track {
  height: 300px;
}

@media screen and (max-width: 768px) {
  .index-top-bnr .index-mv-bnr__slider,
  .index-top-bnr .slick-list,
  .index-top-bnr .slick-track {
    height: 100%;
  }
}

.index-top-bnr .slick-list {
  background: #fff;
  border-radius: 4px;
}

.index-top-bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.3rem;
}

@media screen and (max-width: 768px) {
  .index-top-bnr a {
    padding: 0.3rem;
  }
}

.index-top-bnr img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .index-top-bnr img {
    max-width: 75%;
  }
}

@media screen and (max-width: 480px) {
  .index-top-bnr img {
    max-width: 100%;
  }
}

.index-about {
  background: #fff;
}

.index-about h2 {
  margin: 0 auto 2.5rem;
}

.index-about__row {
  display: flex;
  gap: 0 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .index-about__row {
    gap: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .index-about__row.is-column-md {
    flex-direction: column;
  }
  .index-about__row.is-column-md .index-about__figure {
    margin: 0 auto 20px;
  }
}

.index-about__col p {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.index-about__figure {
  width: 30%;
  flex: none;
}

.index-about__date {
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  .index-about__date {
    flex-direction: column;
    width: 100%;
  }
}

.index-about__date dt {
  background: #a28c01;
  border-radius: 10px 0 0 10px;
  border: 2px solid #a28c01;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 1rem 2rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .index-about__date dt {
    border-radius: 10px 10px 0 0;
    font-size: 14px;
  }
}

.index-about__date dd {
  border-radius: 0 10px 10px 0;
  border: 2px solid #a28c01;
  color: #a28c01;
  font-weight: bold;
  font-size: 24px;
  padding: 1rem 2rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .index-about__date dd {
    border-radius: 0 0 10px 10px;
    font-size: 14px;
  }
}

.about-discount {
  margin: 0 auto 44px;
}

@media screen and (max-width: 768px) {
  .about-discount {
    margin-bottom: 24px;
  }
}

.about-discount__row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .about-discount__row {
    gap: 20px;
  }
}

.about-discount__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-image: url("../images/bg_pattern.jpg");
  border-radius: 20px;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .about-discount__col {
    flex: none;
    width: 100%;
  }
}

.about-discount__col.is-direction-row {
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about-discount__col.is-direction-row {
    flex-direction: column;
  }
}

.about-discount__col.is-direction-row .about-discount__label {
  max-width: 50%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .about-discount__col.is-direction-row .about-discount__label {
    max-width: 100%;
  }
}

.about-discount__col.is-block,
.about-discount__col:last-child {
  flex: none;
  width: 100%;
  background: none;
}

.about-discount__col.is-block ul,
.about-discount__col:last-child ul {
  font-size: 14px;
}

.about-discount__col h3 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 20px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .about-discount__col h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.about-discount__label {
  position: relative;
  width: 100%;
  background: rgba(38, 70, 109, 0.95);
  border-radius: 4px;
  mix-blend-mode: multiply;
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: normal;
  padding: 16px 12px 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about-discount__label {
    font-size: 18px;
    padding: 12px 10px 8px;
    margin-bottom: 16px;
  }
}

.about-discount__label.is-yel {
  background: rgba(162, 140, 1, 0.95);
}

.about-discount__label i {
  font-size: 28px;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .about-discount__label i {
    font-size: 24px;
  }
}

.about-discount__label small {
  font-size: 14px;
  margin: 0 3px;
}

@media screen and (max-width: 768px) {
  .about-discount__label small {
    font-size: 12px;
  }
}

.about-discount__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.about-discount__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: -webkit-fill-available;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .about-discount__info {
    height: auto;
  }
}

.about-discount__info dt {
  margin-bottom: 12px;
}

.about-discount__info dd {
  margin-bottom: 0;
}

.about-discount__info ul {
  display: inline-flex;
  flex-direction: column;
}

.about-discount__info li {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
}

.about-discount__info li.justify-end {
  justify-content: flex-end;
}

.about-discount__info li span {
  text-align: right;
}

.about-discount__info li span.no-colon::after {
  display: none !important;
}

.about-discount__info li span:first-child {
  width: auto;
  text-align: left;
}

.about-discount__info li span:first-child::after {
  content: '：';
  display: inline-block;
  margin-right: 0.5em;
}

.about-discount__info li span b {
  font-size: 120%;
}

.about-discount__table {
  background: #fff;
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  .about-discount__table {
    font-size: 11px;
  }
}

.about-discount__table thead {
  background: #666;
  color: #fff;
}

.about-discount__table thead th {
  border-bottom: 0;
  vertical-align: middle;
}

.about-discount__table tbody th {
  text-align: left;
}

.about-discount__table th,
.about-discount__table td {
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
}

.about-charter-bus {
  margin-top: 2rem;
}

.about-charter-bus__box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: rgba(1, 83, 160, 0.1);
  border-radius: 10px;
  padding: 40px;
}

.about-charter-bus__box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 35px);
  height: calc(100% - 40px);
  border: 2px solid #fff;
  border-radius: 8px;
  transform: translate(-50%, -50%);
}

.about-charter-bus__box__item {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .about-charter-bus__box__item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
}

.about-charter-bus__box .bus-header {
  display: flex;
  align-items: center;
  min-height: 104px;
  margin-bottom: 8px;
  transform: translate(20%, 0%);
}

@media screen and (max-width: 768px) {
  .about-charter-bus__box .bus-header {
    flex-direction: column;
    min-height: inherit;
    width: 100%;
    transform: translate(0%, 0%);
  }
}

.about-charter-bus__box .bus-header figure {
  flex: none;
  background-color: #005bac;
  padding: 0.25rem 0.5rem;
  width: 10%;
  margin-right: 16px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .about-charter-bus__box .bus-header figure {
    width: 25%;
    max-width: 200px;
    margin: 0 0 16px;
  }
}

.about-charter-bus__box .bus-header h2 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 26px;
  font-weight: bold;
  color: #26466d;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .about-charter-bus__box .bus-header h2 {
    font-size: 20px;
  }
}

.about-charter-bus__box__contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about-charter-bus__box__contents {
    width: 100%;
  }
}

.usage-top__tbl {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 30% 70%;
  width: 100%;
  background: #e2f3fb;
  border: 2px solid #26466d;
  border-radius: 6px;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .usage-top__tbl {
    grid-template-rows: repeat(6, auto);
    grid-template-columns: 45px calc(100% - 45px);
    padding-bottom: 0;
  }
}

.usage-top__tbl>div {
  padding: 0 10px;
}

@media screen and (max-width: 600px) {
  .usage-top__tbl>div {
    padding: 10px;
  }
}

.usage-top__tbl +i {
  font-size: 36px;
  font-weight: bold;
  color: #26466d;
  margin: 10px auto;
}

.usage-top__tbl .usage-2nd-start {
  grid-row: 1/2;
  grid-column: 1/2;
  margin: -10px 0 10px;
}

@media screen and (max-width: 600px) {
  .usage-top__tbl .usage-2nd-start {
    grid-row: 1/2;
    grid-column: 2/3;
    margin: 0 0 -10px;
    padding: 0;
  }
}

.usage-top__tbl .usage-2nd-title {
  grid-row: 2/3;
  grid-column: 1/2;
}

@media screen and (max-width: 600px) {
  .usage-top__tbl .usage-2nd-title {
    grid-row: 1/3;
    grid-column: 1/2;
    display: flex;
    padding-right: 0;
  }
}

.usage-top__tbl .usage-2nd-link {
  grid-row: 3/4;
  grid-column: 1/2;
}

@media screen and (max-width: 600px) {
  .usage-top__tbl .usage-2nd-link {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

.usage-top__tbl .usage-3rd-start {
  grid-row: 1/2;
  grid-column: 1/3;
  margin: -10px 0 10px;
}

@media screen and (max-width: 600px) {
  .usage-top__tbl .usage-3rd-start {
    grid-row: 3/4;
    grid-column: 2/3;
    margin: 0 0 -10px;
    padding: 0;
  }
}

.usage-top__tbl .usage-3rd-title {
  grid-row: 2/3;
  grid-column: 1/3;
}

@media screen and (max-width: 600px) {
  .usage-top__tbl .usage-3rd-title {
    grid-row: 3/6;
    grid-column: 1/2;
    display: flex;
    padding-right: 0;
  }
}

.usage-top__tbl .usage-3rd-link {
  grid-row: 3/4;
  grid-column: 1/3;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .usage-top__tbl .usage-3rd-link {
    grid-row: 5/6;
    grid-column: 1/3;
    flex-direction: column;
  }
}

.usage-top__tbl .usage-3rd-link .usage-btn {
  width: 31%;
}

@media screen and (max-width: 600px) {
  .usage-top__tbl .usage-3rd-link .usage-btn {
    width: 100%;
  }
}

.usage-top__tbl .balloon {
  position: relative;
  background: #fff;
  border: 2px solid #26466d;
  border-radius: 4px;
  color: #26466d;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px 5px 20px;
}

.usage-top__tbl .balloon::before {
  position: absolute;
  left: 50%;
  top: calc(100% - 3px);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
  z-index: 1;
}

.usage-top__tbl .balloon::after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #26466d transparent transparent transparent;
  transform: translateX(-50%);
}

.usage-top__tbl .time {
  display: block;
  width: 100%;
  background: #ffe879;
  border-radius: 4px;
  color: #26466d;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .usage-top__tbl .time {
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    padding: 0;
    margin-bottom: 0;
  }
}

.usage-area-link {
  position: relative;
  background: #fbf0e2;
  border: 2px solid #ed6c1f;
  border-radius: 4px;
  padding: 20px 10px;
}

@media screen and (max-width: 600px) {
  .usage-area-link {
    padding: 10px;
  }
}

.usage-area-link .balloon {
  position: absolute;
  top: -16px;
  left: 24.5%;
  background: #fff;
  border: 2px solid #ed6c1f;
  border-radius: 4px;
  color: #ed6c1f;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px 5px 20px;
}

@media screen and (max-width: 1000px) {
  .usage-area-link .balloon {
    left: 9%;
  }
}

@media screen and (max-width: 768px) {
  .usage-area-link .balloon {
    left: 5%;
  }
}

@media screen and (max-width: 600px) {
  .usage-area-link .balloon {
    top: -16px;
    left: 3%;
  }
}

.usage-area-link .balloon::before {
  position: absolute;
  left: 50%;
  top: calc(100% - 3px);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
  z-index: 1;
}

.usage-area-link .balloon::after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #ed6c1f transparent transparent transparent;
  transform: translateX(-50%);
}

.usage-area-link .usage-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .usage-area-link .usage-btn {
    flex-wrap: nowrap;
  }
}

.usage-area-link .usage-btn:hover .icon {
  background: #ed6c1f;
}

.usage-area-link .usage-btn .icon {
  color: #ed6c1f;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 600px) {
  .usage-area-link .usage-btn .icon {
    margin-right: 10px;
  }
}

.usage-area-link .usage-btn .icon span {
  color: #ed6c1f;
}

.usage-area-link .usage-btn span {
  text-align: left;
  color: #ed6c1f;
}

.usage-area-link .usage-btn span small {
  color: #3e3e3e;
}

.usage-btn {
  text-decoration: none;
  color: #26466d;
}

@media screen and (max-width: 600px) {
  .usage-btn {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px -4px rgba(38, 70, 109, 0.2);
    text-align: left;
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .usage-btn:not(:first-of-type) {
    margin-top: 10px;
  }
}

.usage-btn:hover>span {
  opacity: 0.8;
}

.usage-btn:hover .icon {
  background: #26466d;
}

.usage-btn:hover .icon span {
  color: #fff;
}

.usage-btn.is-disabled {
  pointer-events: none;
}

.usage-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 75px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px -4px rgba(38, 70, 109, 0.2);
  margin: 0 auto 5px;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  .usage-btn .icon {
    width: auto;
    height: auto;
    box-shadow: none;
    padding: 10px;
    margin: 0 10px 0 0;
  }
}

.usage-btn .icon span {
  font-size: 36px;
  color: #26466d;
  transition: 0.3s;
}

.usage-btn>span {
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s;
}

.usage-btn>span span {
  display: inline-block;
}

.usage-btn small {
  display: block;
  width: 100%;
}

.usage__item {
  padding-top: 20px;
  margin-bottom: 80px;
}

.usage__item.area-coupon .usage__heading {
  background: #ed6c1f;
}

.usage__item.area-coupon .usage__heading .circle {
  border-color: #ed6c1f;
  color: #ed6c1f;
}

.usage__item.area-coupon .usage__heading .circle span {
  margin: 0;
}

.usage__item.area-coupon .usage__body {
  border-color: #ed6c1f;
  background: #fbf0e2;
}

.usage__item .usage__heading {
  position: relative;
  background: #26466d;
  border-radius: 4px 4px 0 0;
  padding: 15px 10px 15px 90px;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__heading {
    padding: 60px 10px 20px;
  }
}

.usage__item .usage__heading .circle {
  position: absolute;
  top: 50%;
  left: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  background: #fff;
  border: 3px solid #26466d;
  border-radius: 50%;
  color: #26466d;
  transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .usage__item .usage__heading .circle {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.usage__item .usage__heading .circle span {
  font-size: 36px;
  margin-top: -3px;
  margin-bottom: 3px;
}

.usage__item .usage__heading .circle small {
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.usage__item .usage__heading .circle b {
  font-size: 16px;
  line-height: 1;
  margin-top: 3px;
}

.usage__item .usage__heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__heading h3 {
    font-size: 17px;
    text-align: center;
  }
}

.usage__item .usage__heading h3 .adjust {
  margin: 0 -0.25em;
}

.usage__item .usage__heading h3 b {
  background: #ffe879;
  color: #26466d;
  padding: 0 3px 1px 5px;
  margin: 0 5px;
}

.usage__item .usage__heading h3 small {
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .usage__item .usage__heading h3 small {
    text-align: left;
    margin-top: 5px;
  }
}

.usage__item .usage__heading__v4 {
  padding: 15px 10px 15px 30px;
}

.usage__item .usage__body {
  border: 3px solid #26466d;
  background: #e2f3fb;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  padding: 30px;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body {
    padding: 14px;
  }
}

.usage__item .usage__body .inner-box {
  background: #fff;
  border-radius: 10px;
}

.usage__item .usage__body .inner-box:not(:last-of-type) {
  margin-bottom: 30px;
}

.usage__item .usage__body .inner-box.for-1st {
  background: #fff;
}

.usage__item .usage__body .inner-box.for-1st .inner-box__heading {
  background: #000;
  color: #fff;
}

.usage__item .usage__body .inner-box .inner-box__heading {
  background: #26466d;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 15px 20px;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body .inner-box .inner-box__heading {
    padding: 10px 14px;
  }
}

.usage__item .usage__body .inner-box .inner-box__heading h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body .inner-box .inner-box__heading h4 {
    font-size: 17px;
  }
}

.usage__item .usage__body .inner-box .inner-box__heading h4 span {
  margin: 0 -0.25em;
}

.usage__item .usage__body .inner-box .inner-box__heading h4 b {
  background: #ffe879;
  color: #26466d;
  padding: 0 3px 1px 5px;
  margin: 0 5px;
}

.usage__item .usage__body .inner-box .inner-box__heading h4 small {
  display: block;
  margin-top: 5px;
}

.usage__item .usage__body .inner-box .inner-box__body {
  padding: 30px;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body .inner-box .inner-box__body {
    padding: 14px;
  }
}

.usage__item .usage__body .inner-box .inner-box__body .usage-point {
  background: #26466d;
}

.usage__item .usage__body .inner-box .inner-box__footer {
  text-align: center;
  padding: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .usage__item .usage__body .inner-box .inner-box__footer {
    padding-top: 10px;
  }
}

.usage__item .usage__body .inner-box .inner-box__footer .c-btn {
  width: 50%;
  height: 80px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .usage__item .usage__body .inner-box .inner-box__footer .c-btn {
    width: 80%;
    height: 72px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .usage__item .usage__body .inner-box .inner-box__footer .c-btn {
    width: 90%;
  }
}

.usage__item .usage__body .usage-date {
  display: flex;
  border: 3px solid #a28c01;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body .usage-date {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.usage__item .usage__body .usage-date dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  background: #a28c01;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body .usage-date dt {
    width: 100%;
    padding: 10px;
  }
}

.usage__item .usage__body .usage-date dd {
  width: 75%;
  background: #fff;
  padding: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body .usage-date dd {
    width: 100%;
  }
}

.usage__item .usage__body .usage-date dd.is-closed {
  background: #ccc;
  color: #a28c01;
}

.usage__item .usage__body .usage-date dd .date {
  font-weight: bold;
  font-size: 18px;
}

.usage__item .usage__body .usage-date dd small {
  display: block;
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}

.usage__item .usage__body .usage-date dd .note {
  color: #a28c01;
  font-size: 14px;
  margin: 10px 0 0;
}

.usage__item .usage__body .detail-btn-explain {
  font-size: 25px;
}

.usage__item .usage__body .detail-btn-wrap {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .usage__item .usage__body .detail-btn-wrap {
    flex-flow: column;
    align-items: center;
  }
}

.usage__item .usage__body .detail-btn-wrap-2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 10px 0 30px;
}

.usage__item .usage__body .c-btn-wrap {
  display: flex;
  justify-content: space-evenly;
  padding: 20px 0;
}

@media screen and (max-width: 480px) {
  .usage__item .usage__body .c-btn-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.usage__item .usage__body .c-btn-wrap .c-btn-width {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .usage__item .usage__body .c-btn-wrap .c-btn-width {
    margin-bottom: 15px;
    width: 70%;
  }
}

.usage__item .usage__body .blu-text {
  color: #288feb;
}

.usage__item .usage__body .balloon {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #26466d;
  padding: 30px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body .balloon {
    padding: 20px;
  }
}

.usage__item .usage__body .balloon::before {
  position: absolute;
  left: 50%;
  top: calc(100% - 4px);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
  z-index: 1;
}

.usage__item .usage__body .balloon::after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #26466d transparent transparent transparent;
  transform: translateX(-50%);
}

.usage__item .usage__body .balloon b {
  color: #26466d;
}

.usage__item .usage__body .usage-point__ttl {
  display: inline-block;
  background: #26466d;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 0;
}

.usage__item .usage__body .usage-point {
  background: rgba(1, 83, 160, 0.15);
  border-radius: 0 10px 10px 10px;
  padding: 20px;
}

.usage__item .usage__body .usage-point .usage-point__item {
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #26466d;
  padding: 14px 20px;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body .usage-point .usage-point__item {
    font-size: 16px;
  }
}

.usage__item .usage__body .usage-point .usage-point__item:not(:last-child) {
  margin-bottom: 10px;
}

.usage__item .usage__body .usage-point .usage-point__item b {
  display: inline-block;
  color: #d93b18;
  font-size: 120%;
  margin: 0 2px 0 5px;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body .usage-point .usage-point__item b {
    font-size: 16px;
  }
}

.usage__item .usage__body .usage-point .usage-point__item b small {
  font-weight: bold;
}

.usage__item .usage__body .usage-point .usage-point__item ul li {
  text-decoration: underline;
  margin-top: 10px;
}

.usage__item .usage__body .usage-point-bk-blue {
  background: #26466d;
}

.usage__item .usage__body .caution {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #db4347;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__body .caution {
    font-size: 16px;
  }
}

.usage__item .usage__footer {
  padding: 30px;
  background: #eee;
  border: 3px solid #26466d;
  border-top: none;
}

@media screen and (max-width: 600px) {
  .usage__item .usage__footer {
    padding: 14px;
  }
}

.usage__item .usage__footer .detail-btn-wrap__footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 10px 0 30px;
}

.usage__item .usage__bottom {
  text-align: center;
  padding: 24px 0 0;
}

@media screen and (max-width: 768px) {
  .usage__item .usage__bottom {
    padding-bottom: 12px;
  }
}

.usage__item .usage__bottom .c-btn {
  width: 50%;
  height: 80px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .usage__item .usage__bottom .c-btn {
    width: 80%;
    height: 72px;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .usage__item .usage__bottom .c-btn {
    width: 100%;
  }
}

.feature-box__bnrs .feature-box__bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #ccc;
  color: #fff;
  margin-bottom: 10px;
}

.feature-box__bnrs a {
  display: block;
}

.feature-box__bnrs a:not(:first-child) {
  margin-top: 1rem;
}

.guide-nav {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .guide-nav {
    margin-bottom: 40px;
  }
}

.guide-nav .guide-nav__list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .guide-nav .guide-nav__list {
    justify-content: space-between;
  }
}

.guide-nav .guide-nav__list .guide-nav__item {
  width: 24%;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .guide-nav .guide-nav__list .guide-nav__item {
    width: 30%;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .guide-nav .guide-nav__list .guide-nav__item {
    width: 32%;
  }
}

.guide-nav .guide-nav__list .guide-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #000;
  border-radius: 10px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .guide-nav .guide-nav__list .guide-nav__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .guide-nav .guide-nav__list .guide-nav__link {
    font-size: 12px;
  }
}

.index-guide {
  background: #f8fcfe;
}

.index-guide .index-guide__period {
  width: calc(100% - 80px);
  background: #fff;
  border: 2px solid #db4347;
  border-radius: 4px;
  color: #3e3e3e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 1rem 1.5rem;
  margin: 0 auto 1.5rem;
}

@media screen and (max-width: 768px) {
  .index-guide .index-guide__period {
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .index-guide .index-guide__period {
    font-size: 14px;
    padding: 0.75rem;
    margin-bottom: 1rem;
  }
}

.index-guide .index-guide__period s {
  color: #db4347;
}

.index-guide .index-guide__period p span {
  color: #3e3e3e;
}

@media screen and (max-width: 480px) {
  .index-guide .index-guide__period p span:first-of-type {
    display: block;
    width: 100%;
  }
}

.purchase-guide .purchase-guide__heading--wrap {
  text-align: center;
}

.purchase-guide .purchase-guide__heading {
  position: relative;
  display: inline-block;
  height: 60px;
  text-align: center;
  z-index: 1;
}

.purchase-guide .purchase-guide__heading::before {
  position: absolute;
  left: -25px;
  bottom: -10px;
  content: '';
  width: 10px;
  border-style: solid;
  border-width: 30px 20px;
  border-color: #c95510;
  border-left-color: transparent;
  z-index: 0;
}

.purchase-guide .purchase-guide__heading::after {
  position: absolute;
  right: -25px;
  bottom: -10px;
  content: '';
  width: 10px;
  border-style: solid;
  border-width: 30px 20px;
  border-color: #c95510;
  border-right-color: transparent;
  z-index: -1;
}

.purchase-guide .purchase-guide__heading h3 {
  position: relative;
  display: inline-block;
  background: #ed6c1f;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  padding: 0 3.5rem;
  margin: -1;
}

@media screen and (max-width: 768px) {
  .purchase-guide .purchase-guide__heading h3 {
    font-size: 21px;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 480px) {
  .purchase-guide .purchase-guide__heading h3 {
    font-size: 16px;
  }
}

.purchase-guide .purchase-guide__heading h3::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #9a410c;
}

.purchase-guide .purchase-guide__heading h3::after {
  position: absolute;
  top: 100%;
  right: 0;
  content: '';
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #9a410c;
}

.purchase-guide .purchase-guide__body {
  background: #fef3f3;
  border: 1px solid rgba(219, 67, 71, 0.2);
  border-radius: 0.5rem;
  padding: 3.5rem 1.5rem 1.5rem;
  margin-top: -20px;
}

@media screen and (max-width: 480px) {
  .purchase-guide .purchase-guide__body {
    padding: 3.5rem 0.75rem 1rem;
  }
}

.purchase-flow__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .purchase-flow__list {
    margin-bottom: 0;
  }
}

.purchase-flow__list .purchase-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48%;
  background: #feea6c;
  border-radius: 0.5rem;
  border: 4px solid #ed6c1f;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item {
    width: 49.5%;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item {
    width: 100%;
    border-width: 2px;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item:first-child::after {
    content: none;
  }
}

.purchase-flow__list .purchase-flow__item:nth-child(2) {
  background: #ebf1f8;
}

.purchase-flow__list .purchase-flow__item:nth-child(2) .purchase-flow__ttl {
  background: #c2d4ea;
}

.purchase-flow__list .purchase-flow__item:nth-child(2) .purchase-flow__ttl::after {
  border-color: #c2d4ea transparent transparent transparent;
}

.purchase-flow__list .purchase-flow__item:last-child {
  width: 100%;
  background: #f4f4f4;
  border-color: #278880;
  margin-bottom: 0;
}

.purchase-flow__list .purchase-flow__item:last-child::after {
  display: none;
}

.purchase-flow__list .purchase-flow__item:last-child .purchase-flow__ttl {
  background: #e7e7e7;
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item:last-child .purchase-flow__ttl {
    padding-top: 0.75rem;
  }
}

.purchase-flow__list .purchase-flow__item:last-child .purchase-flow__ttl::after {
  border-color: #e7e7e7 transparent transparent transparent;
}

.purchase-flow__list .purchase-flow__item::after {
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #ed6c1f transparent transparent transparent;
  transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item::after {
    top: calc(100% + 12px);
  }
}

.purchase-flow__list .purchase-flow__item .label {
  position: absolute;
  left: -14px;
  top: 5px;
  background: #ed6c1f;
  font-size: 14px;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item .label {
    top: -15px;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item .label {
    left: -7px;
  }
}

.purchase-flow__list .purchase-flow__item .label::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 10px #9a410c;
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item .label::before {
    border-right: solid 5px #9a410c;
  }
}

.purchase-flow__list .purchase-flow__item .purchase-flow__ttl {
  position: relative;
  background: #fddc0c;
  border-radius: 0.25rem 0.25rem 0 0;
  font-weight: bold;
  font-size: 21px;
  color: #278880;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item .purchase-flow__ttl {
    font-size: 18px;
    padding: 1.75rem 0.5rem 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item .purchase-flow__ttl {
    font-size: 15px;
    letter-spacing: normal;
  }
}

.purchase-flow__list .purchase-flow__item .purchase-flow__ttl::after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fddc0c transparent transparent transparent;
  transform: translateX(-50%);
}

.purchase-flow__list .purchase-flow__item i {
  font-size: 60px;
  color: #278880;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item i {
    font-size: 48px;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item i {
    font-size: 40px;
    margin-bottom: 0.5rem;
  }
}

.purchase-flow__list .purchase-flow__item .product-code {
  padding: 0 3.75rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 960px) {
  .purchase-flow__list .purchase-flow__item .product-code {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 860px) {
  .purchase-flow__list .purchase-flow__item .product-code {
    padding: 0 1rem;
  }
}

.purchase-flow__list .purchase-flow__item .purchase-link__btns {
  margin-top: auto;
}

.purchase-flow__list .purchase-flow__item .purchase-flow__desc {
  padding: 0 2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item .purchase-flow__desc {
    padding: 0 0.5rem;
    margin-bottom: 0.75rem;
  }
}

.purchase-flow__list .purchase-flow__item .purchase-flow__desc p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item .purchase-flow__desc p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item .purchase-flow__desc p {
    font-size: 12px;
  }
}

.purchase-flow__list .purchase-flow__item .purchase-link__desc {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item .purchase-link__desc {
    padding: 0 0.5rem 0;
  }
}

.purchase-flow__list .purchase-flow__item .purchase-link__desc p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item .purchase-link__desc p {
    font-size: 11px;
  }
}

.purchase-flow__list .purchase-flow__annotation {
  font-size: 13px;
  color: #dc3545;
}

.purchase-flow__list .purchase-flow__item--2 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #feea6c;
  border-radius: 0.5rem;
  border: 4px solid #ed6c1f;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item--2 {
    width: 100%;
    border-width: 2px;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item--2:first-child::after {
    content: none;
  }
}

.purchase-flow__list .purchase-flow__item--2:nth-child(2) {
  background: #ebf1f8;
}

.purchase-flow__list .purchase-flow__item--2:nth-child(2) .purchase-flow__ttl {
  background: #c2d4ea;
}

.purchase-flow__list .purchase-flow__item--2:nth-child(2) .purchase-flow__ttl::after {
  border-color: #c2d4ea transparent transparent transparent;
}

.purchase-flow__list .purchase-flow__item--2:last-child {
  width: 100%;
  background: #f4f4f4;
  border-color: #278880;
  margin-bottom: 0;
}

.purchase-flow__list .purchase-flow__item--2:last-child::after {
  display: none;
}

.purchase-flow__list .purchase-flow__item--2:last-child .purchase-flow__ttl {
  background: #e7e7e7;
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item--2:last-child .purchase-flow__ttl {
    padding-top: 0.75rem;
  }
}

.purchase-flow__list .purchase-flow__item--2:last-child .purchase-flow__ttl::after {
  border-color: #e7e7e7 transparent transparent transparent;
}

.purchase-flow__list .purchase-flow__item--2::after {
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #ed6c1f transparent transparent transparent;
  transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item--2::after {
    top: calc(100% + 12px);
  }
}

.purchase-flow__list .purchase-flow__item--2 .label {
  position: absolute;
  left: -14px;
  top: 5px;
  background: #ed6c1f;
  font-size: 14px;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item--2 .label {
    top: -15px;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item--2 .label {
    left: -7px;
  }
}

.purchase-flow__list .purchase-flow__item--2 .label::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 10px #9a410c;
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item--2 .label::before {
    border-right: solid 5px #9a410c;
  }
}

.purchase-flow__list .purchase-flow__item--2 .purchase-flow__ttl {
  position: relative;
  background: #fddc0c;
  border-radius: 0.25rem 0.25rem 0 0;
  font-weight: bold;
  font-size: 21px;
  color: #278880;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item--2 .purchase-flow__ttl {
    font-size: 18px;
    padding: 1.75rem 0.5rem 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item--2 .purchase-flow__ttl {
    font-size: 15px;
    letter-spacing: normal;
  }
}

.purchase-flow__list .purchase-flow__item--2 .purchase-flow__ttl::after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fddc0c transparent transparent transparent;
  transform: translateX(-50%);
}

.purchase-flow__list .purchase-flow__item--2 i {
  font-size: 60px;
  color: #278880;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item--2 i {
    font-size: 48px;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item--2 i {
    font-size: 40px;
    margin-bottom: 0.5rem;
  }
}

.purchase-flow__list .purchase-flow__item--2 .product-code {
  padding: 0 3.75rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 960px) {
  .purchase-flow__list .purchase-flow__item--2 .product-code {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 860px) {
  .purchase-flow__list .purchase-flow__item--2 .product-code {
    padding: 0 1rem;
  }
}

.purchase-flow__list .purchase-flow__item--2 .purchase-link__btns {
  margin-top: auto;
}

.purchase-flow__list .purchase-flow__item--2 .purchase-flow__desc {
  padding: 0 2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item--2 .purchase-flow__desc {
    padding: 0 0.5rem;
    margin-bottom: 0.75rem;
  }
}

.purchase-flow__list .purchase-flow__item--2 .purchase-flow__desc p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item--2 .purchase-flow__desc p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list .purchase-flow__item--2 .purchase-flow__desc p {
    font-size: 12px;
  }
}

.purchase-flow__list .purchase-flow__item--2 .purchase-link__desc {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item--2 .purchase-link__desc {
    padding: 0 0.5rem 0;
  }
}

.purchase-flow__list .purchase-flow__item--2 .purchase-link__desc p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list .purchase-flow__item--2 .purchase-link__desc p {
    font-size: 11px;
  }
}

.purchase-flow__list.purchase-flow__list--2 .purchase-flow__item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list.purchase-flow__list--2 .purchase-flow__item .purchase-flow__ttl {
    padding: 0.75rem 0.5rem;
  }
}

.purchase-flow__list.purchase-flow__list--2 .purchase-flow__item .purchase-link__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.purchase-flow__list.purchase-flow__list--2 .purchase-link__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list.purchase-flow__list--2 .purchase-link__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: -10px;
  }
}

.purchase-flow__list.purchase-flow__list--2 .purchase-link__list .purchase-link__item {
  width: 30%;
  margin: 0 1%;
}

@media screen and (max-width: 768px) {
  .purchase-flow__list.purchase-flow__list--2 .purchase-link__list .purchase-link__item {
    width: 75%;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .purchase-flow__list.purchase-flow__list--2 .purchase-link__list .purchase-link__item {
    width: 90%;
  }
}

.purchase-flow__list.purchase-flow__list--2 .purchase-link__list .purchase-link__item .purchase-link__link {
  width: 100%;
}

.purchase-link {
  background: #feea6c;
  border-radius: 1rem;
  border: 1px solid #d5b801;
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
  .purchase-link {
    padding: 1rem 0.75rem;
  }
}

.purchase-link:last-child {
  background: #ebf1f8;
  border: 1px solid #c2d4ea;
  margin-bottom: 0;
}

.purchase-link .purchase-link__ttl {
  font-size: 20px;
  color: #3e3e3e;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .purchase-link .purchase-link__ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .purchase-link .purchase-link__ttl {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
}

.purchase-link .purchase-link__ttl span {
  display: inline-block;
}

.purchase-link__desc {
  text-align: center;
  font-size: 12px;
  margin-bottom: 1rem;
}

.purchase-link__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.purchase-link__item {
  width: 100%;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 768px) {
  .purchase-link__item {
    width: 85%;
    margin: 0 auto 0.2rem;
  }
}

@media screen and (max-width: 480px) {
  .purchase-link__item {
    width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .purchase-link__item:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}

.purchase-link__link {
  position: relative;
  width: 64%;
  font-size: 13px;
  padding: 0.6rem 1.8rem;
}

@media screen and (max-width: 768px) {
  .purchase-link__link {
    width: 100%;
    font-size: 12px;
    padding: 0.45rem 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .purchase-link__link {
    width: 100%;
    font-size: 12px;
  }
}

.purchase-link__link .logo-area {
  position: absolute;
  left: 1rem;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .purchase-link__link .logo-area {
    left: 0.5rem;
  }
}

.purchase-link__link .store-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .purchase-link__link .store-logo {
    width: 18px;
    height: 18px;
  }
}

.purchase-link__link .store-logo:not(:first-of-type) {
  margin-left: 3px;
}

.purchase-link__link .store-logo img {
  display: block;
  width: 100%;
}

.purchase-link__link small {
  display: block;
}

.guide-steps {
  padding: 20px 0;
}

.guide-steps__contents {
  background: #fff;
  border-radius: 1rem;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .guide-steps__contents {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .guide-steps__contents {
    padding: 0.75rem;
  }
}

.guide-steps__contents .guide-step:not(:last-of-type) {
  margin-bottom: 3rem;
}

.guide-steps__contents .guide-step__ttl {
  background: #3e3e3e;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .guide-steps__contents .guide-step__ttl {
    font-size: 18px;
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__ttl {
    font-size: 16px;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
  }
}

.guide-steps__contents .guide-step__ttl .en {
  color: #a28c01;
  margin-right: 0.5rem;
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__ttl .en {
    display: block;
  }
}

.guide-steps__contents h4 {
  color: #278880;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__desc {
    margin-bottom: 2rem !important;
  }
}

.guide-steps__contents .guide-step__note {
  width: 100%;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
  padding: 1.6rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__note {
    font-size: 12px;
    text-align: left;
    padding: 0.5rem;
    margin-top: 1rem;
  }
}

.guide-steps__contents .guide-step__note p {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__note p {
    font-size: 12px;
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__note ul li {
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
}

.guide-steps__contents .guide-step__note ul li.is-em {
  font-size: 160%;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.guide-steps__contents .guide-step__note ul li.is-em b.text-danger {
  text-decoration: underline;
}

.guide-steps__contents .guide-step__box {
  margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__box {
    margin-bottom: 1.5rem;
  }
}

.guide-steps__contents .guide-step__box h4 {
  color: #278880;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .guide-steps__contents .guide-step__box h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__box h4 {
    font-size: 16px;
  }
}

.guide-steps__contents .guide-step__box h4 span {
  display: inline-block;
}

.guide-steps__contents .guide-step__box .store__list {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 3rem auto 4rem;
}

@media screen and (max-width: 768px) {
  .guide-steps__contents .guide-step__box .store__list {
    max-width: 100%;
    margin: 1.5rem auto 2rem;
  }
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__box .store__list {
    max-width: inherit;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}

.guide-steps__contents .guide-step__box .store__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 24.5%;
  padding: 0;
}

.guide-steps__contents .guide-step__box .store__item:last-child {
  width: 26.5%;
}

.guide-steps__contents .guide-step__box .store__item.is-closed::after {
  position: absolute;
  top: 40%;
  left: 50%;
  content: '完売しました';
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid #db4347;
  color: #db4347;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  transform: translate(-50%, -50%) rotate(-7deg);
  transform-origin: center;
}

@media screen and (max-width: 768px) {
  .guide-steps__contents .guide-step__box .store__item.is-closed::after {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__box .store__item.is-closed::after {
    font-size: 10px;
    padding: 0.15rem 0.15rem;
  }
}

.guide-steps__contents .guide-step__box .store__item figure {
  position: relative;
  width: 70%;
  max-height: 82px;
  padding: 0 1rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .guide-steps__contents .guide-step__box .store__item figure {
    width: 50%;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__box .store__item figure {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .guide-steps__contents .guide-step__box .store__item figure img {
    max-height: auto;
  }
}

.guide-steps__contents .guide-step__box .store__item span {
  font-size: 12px;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .guide-steps__contents .guide-step__box .store__item span {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__box .store__item span {
    font-size: 10px;
  }
}

.guide-steps__contents .guide-step__box .alert {
  font-size: 120%;
}

@media screen and (max-width: 768px) {
  .guide-steps__contents .guide-step__box .alert {
    font-size: 110%;
    text-align: left !important;
    margin: -2rem 0 3rem;
  }
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__box .alert {
    font-size: 12px;
  }
}

.guide-steps__contents .guide-step__box .alert span.is-smaller {
  font-size: 80%;
}

@media screen and (max-width: 480px) {
  .guide-steps__contents .guide-step__box .alert span.is-smaller {
    display: block;
    line-height: 1.6;
    margin-top: 0.5rem;
  }
}

.index-use {
  position: relative;
  overflow: hidden;
}

.index-use::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  aspect-ratio: 1126/773;
  height: 90%;
  background-image: url("../images/bg_wave.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  opacity: 0.09;
  mix-blend-mode: multiply;
  filter: sepia(1);
}

.index-use h2 {
  margin-bottom: 36px;
}

.index-use__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
  column-gap: 4%;
}

@media screen and (max-width: 768px) {
  .index-use__list {
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.index-use__list:not(:last-of-type) {
  margin-bottom: 48px;
}

.index-use__item {
  display: flex;
  width: 48%;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .index-use__item {
    width: 100%;
  }
}

.index-use__item:first-child .card__figure {
  width: 40% !important;
}

.index-use__item.is-fullwidth {
  width: 100%;
}

.index-use__item.is-fullwidth .index-use__card {
  flex-direction: row;
  gap: 10%;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .index-use__item.is-fullwidth .index-use__card {
    flex-direction: column;
    gap: 0;
  }
}

.index-use__item.is-fullwidth .index-use__card .card__ttl {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .index-use__item.is-fullwidth .index-use__card .card__ttl {
    margin-bottom: 24px;
  }
}

.index-use__item.is-fullwidth .index-use__card .card__figure {
  width: 25% !important;
}

@media screen and (max-width: 768px) {
  .index-use__item.is-fullwidth .index-use__card .card__figure {
    width: 60% !important;
  }
}

.index-use__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  padding: 40px;
  overflow: hidden;
}

.index-use__card[disabled] {
  pointer-events: none;
}

.index-use__card[disabled]::after {
  content: '準備中';
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  letter-spacing: 0.5em;
  transform: translate(-50%, -50%);
}

.index-use__card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #e6e3dc;
  border-radius: 8px;
  transform: translate(-50%, -50%);
}

.index-use__card .card__ttl {
  text-align: left;
  font-size: 18px;
  text-decoration: none !important;
  color: #3e3e3e;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1.41;
  margin-bottom: 24px;
}

.index-use__card .card__figure {
  width: 60%;
}

.index-use__card .arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #908a7f;
  border-radius: 50%;
}

.index-use__card .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 19px;
  height: 10.5px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.facilities {
  padding: 50px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .facilities {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .facilities {
    padding: 1rem;
  }
}

.facilities h4 {
  color: #278880;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .facilities h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .facilities h4 {
    font-size: 16px;
  }
}

.facilities h4 b {
  font-size: 18px;
}

.facilities__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.facilities__row .facilities__figure {
  flex: 0 0 42%;
  max-width: 42%;
}

@media screen and (max-width: 768px) {
  .facilities__row .facilities__figure {
    flex: 0 0 60%;
    max-width: 60%;
    margin: 0 auto 3rem;
  }
}

@media screen and (max-width: 480px) {
  .facilities__row .facilities__figure {
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 2rem;
  }
}

.facilities__row .facilities__list {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .facilities__row .facilities__list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.facilities__row .facilities__list .facilities__item {
  width: 48%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .facilities__row .facilities__list .facilities__item {
    width: 48.5%;
    margin-bottom: 10px;
  }
}

.facilities__row .facilities__list .facilities__btn {
  width: 100%;
  min-height: 70px;
}

@media screen and (max-width: 768px) {
  .facilities__row .facilities__list .facilities__btn {
    line-height: 1.2;
    padding: 0.5rem 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .facilities__row .facilities__list .facilities__btn {
    min-height: 50px;
    font-size: 13px;
  }
}

.facilities__row .facilities__list .facilities__btn.area--1 {
  background: #26466d;
}

.facilities__row .facilities__list .facilities__btn.area--2 {
  background: #71d0cb;
}

.facilities__row .facilities__list .facilities__btn.area--3 {
  background: #a5d254;
}

.facilities__row .facilities__list .facilities__btn.area--4 {
  background: #eaa0bc;
}

.facilities__row .facilities__list .facilities__btn.area--5 {
  background: #f4c134;
}

.facilities__row .facilities__list .facilities__btn small {
  width: 100%;
}

.facilities-area .facilities-area__heading {
  background: #aaa;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
}

.facilities-area .facilities-area__body {
  border: 2px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 1rem 1.5rem 1.5rem;
}

@media screen and (max-width: 480px) {
  .facilities-area .facilities-area__body {
    padding: 1rem;
  }
}

.facilities-area .facilities-area__body .area {
  text-align: left;
}

.facilities-area .facilities-area__body .area:not(:last-of-type) {
  margin-bottom: 1rem;
}

.facilities-area .facilities-area__body .area p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 480px) {
  .facilities-area .facilities-area__body .area p {
    font-size: 14px;
  }
}

.facilities-area .facilities-area__body .area ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.facilities-area .facilities-area__body .area ul li::before {
  content: '・';
  display: inline-block;
}

.facilities-area .facilities-area__body .area--1 p {
  color: #71d0cb;
}

.facilities-area .facilities-area__body .area--2 p {
  color: #a5d254;
}

.facilities-area .facilities-area__body .area--3 p {
  color: #eaa0bc;
}

.facilities-area .facilities-area__body .area--4 p {
  color: #f4c134;
}

.facilities-area .facilities-area__body .area--5 p {
  color: #26466d;
}

.facilities-area__btn {
  min-width: 280px;
  font-size: 14px;
  padding: 0.4rem;
}

@media screen and (max-width: 480px) {
  .facilities-area__btn {
    width: 100%;
  }
}

.facilities__link {
  display: flex;
  width: 85%;
  background: #fff;
  border: 1px solid #26466d;
  padding: 2rem;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .facilities__link {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

.facilities__link .index-link__figure {
  flex: none;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .facilities__link .index-link__figure {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .facilities__link .index-link__figure img {
    max-height: auto;
  }
}

.facilities__link .index-link__contents {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding-left: 1.5rem;
}

@media screen and (max-width: 768px) {
  .facilities__link .index-link__contents {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.facilities__link .index-link__contents h2 {
  font-size: 20px;
  font-weight: bold;
  color: #26466d;
}

.facilities__link .index-link__contents h2 span {
  display: inline-block;
}

.facilities__link .index-link__contents p {
  font-size: 12px;
}

.facilities__link .index-link__contents .c-btn {
  font-size: 14px;
  margin-top: auto;
}

.index-faq {
  padding-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .index-faq {
    padding-bottom: 60px;
  }
}

.index-faq .faq-category:not(:last-of-type) {
  margin-bottom: 3rem;
}

.index-faq .faq__list {
  border-bottom: 1px solid #ddd;
}

.index-faq .faq__list:last-child {
  border: 0;
}

.index-faq .faq-term {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  padding: 1.5rem 0;
}

.index-faq .faq-term:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .index-faq .faq-term {
    font-size: 16px;
    padding: 0.75rem 0;
  }
}

.index-faq .faq-term .status {
  flex: none;
  position: relative;
  width: 40px;
  height: 40px;
  background: #278880;
  border: 2px solid #278880;
  border-radius: 0.25rem;
  margin-right: 1rem;
  transition: 0.3s;
}

@media screen and (max-width: 480px) {
  .index-faq .faq-term .status {
    width: 30px;
    height: 30px;
  }
}

.index-faq .faq-term .status::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.index-faq .faq-term p {
  margin-bottom: 0;
}

.index-faq .faq-term p span {
  display: block;
  color: #278880;
}

@media screen and (max-width: 480px) {
  .index-faq .faq-term p span {
    font-size: 14px;
  }
}

.index-faq .faq-term p em {
  font-style: normal;
  border-bottom: 2px dotted #3e3e3e;
  padding-bottom: 0.2rem;
}

@media screen and (max-width: 480px) {
  .index-faq .faq-term p em {
    padding-bottom: 0;
  }
}

.index-faq .faq-term.is-open .status {
  background: #fff;
  border: 2px solid #278880;
}

.index-faq .faq-term.is-open .status::after {
  content: '\f068';
  color: #278880;
}

.index-faq .faq-desc {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.index-faq .faq-desc.is-open {
  max-height: inherit;
  opacity: 1;
  visibility: visible;
}

.index-faq .faq-desc.is-open p {
  max-height: inherit;
  padding: 0 0 1rem calc(40px + 1rem);
}

@media screen and (max-width: 480px) {
  .index-faq .faq-desc.is-open p {
    padding: 0 0 1rem calc(30px + 1rem);
  }
}

.index-faq .faq-desc p {
  max-height: 0;
  padding: 0 0 0 calc(40px + 1rem);
  margin: -7px 0 0;
  transition: 0.3s;
}

@media screen and (max-width: 480px) {
  .index-faq .faq-desc p {
    padding: 0 0 0 calc(30px + 1rem);
  }
}

.index-link {
  background: #e2f3fb;
}

.index-link .index-link__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .index-link .index-link__row {
    flex-wrap: wrap;
  }
}

.index-link .index-link__row .index-link__col {

}