/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/common.scss ***!
  \*********************************************************************************************************************************************************/
@charset "UTF-8";
/*------------------------------------------------
_c-variables.scss >>> settingファイル：顧客ごとに変更
_c-reset.scss >>> Destyle.css
_c-mixin.scss >>> mixin
_c-base.scss　>>> 基本設定
_c-parts.scss　>>> 各ページ共通のレイアウト
_c-js-trigger.scss >>> javascriptによって操作
_c-component.scss　>>> 各ページ共通パーツのスタイリング
_page_***.scss >>> 各ページ毎のスタイリング
------------------------------------------------*/
/*------------------------------------------------
setting
------------------------------------------------*/
/* Header and Footer Height --------------------*/
/* ----------------------------------------------*/
/* Color Setting --------------------------------*/
/* ----------------------------------------------*/
/*=================================================
*
reset
*
=================================================*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 600;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 600;
}

/*------------------------------------------------
mixin
------------------------------------------------*/
/* flex */
/* PCサイズ */
/* 幅320px専用 */
/*------------------------------------------------
extend
------------------------------------------------*/
.result-ttl {
  display: block;
  color: #333333;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
}

.result-zip,
.result-address,
.result-tel {
  margin-top: 8px;
}

.result-icon-conditions {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.result-icon-conditions span {
  margin-right: 4px;
  margin-bottom: 4px;
}

/*------------------------------------------------
基本の設定
------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  -webkit-tap-highlight-color: unset;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
}
body a {
  color: #039;
}
body a:where(:hover, :focus) {
  color: #039;
}

main {
  display: block;
}

input, textarea, button {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}

label:where(:hover, :focus) {
  cursor: pointer;
}

svg {
  overflow: hidden;
}

@media (min-width: 769px) {
  body {
    min-width: 940px;
  }
  a {
    color: #039;
    text-decoration: none;
  }
  a:where(:hover, :focus) {
    color: #039;
  }
  a:where(:hover, :focus) {
    text-decoration: underline;
  }
}
img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/*svg アイコンの大きさと色指定の基本形*/
.icon-tab-list {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.icon-tab-list.tab-check {
  display: none;
}
.icon-tab-list.tab-check.is-active {
  display: block;
}

.icon-arrow-c-text {
  width: 14px;
  height: 9px;
  fill: #333333;
}

.icon-arrow-c-ddd {
  width: 14px;
  height: 9px;
  fill: #ddd;
}

.icon-check {
  width: 10px;
  height: 10px;
  stroke: #fff;
}

.icon-circle-close {
  width: 20px;
  height: 20px;
  stroke: #999;
  cursor: pointer;
}

.icon-close {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.icon-current {
  width: 20px;
  height: 20px;
  fill: #333333;
}

.icon-gcurrent {
  width: 25px;
  height: 25px;
  fill: #777;
  position: absolute;
  top: 8px;
  left: 8px;
}
.icon-gcurrent:where(:hover, :focus) {
  fill: #666;
}

.icon-current-btn {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.icon-map {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.icon-diagonal-arrow {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.icon-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: #666;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon-condition img {
  display: block;
  width: 100%;
  height: auto;
}

.icon-check-wrap {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
}
.icon-check-wrap .icon-check {
  margin: 5px;
}

/*=================================================
*
layout
*
*レイアウト部分で使用。wrapper、header、footer、ぱんくず
=================================================*/
.l-wrapper {
  min-width: 320px;
  width: 100%;
}

.l-section {
  position: relative;
}

.l-section__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 15px;
  position: relative;
}

@media (min-width: 769px) {
  .l-section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*------------------------------------------------
header
------------------------------------------------*/
.l-header {
  height: 71px;
  border-bottom: 4px solid #E60000;
}
.l-header .l-header__inner {
  width: 100%;
  height: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 15px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.l-header .logo {
  width: 94px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.l-header .logo img {
  width: 100%;
  height: auto;
}
.l-header .header-logo-text {
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.l-header .header-logo-text img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .l-header {
    height: 96px;
  }
  .l-header .l-header__inner {
    padding: 30px 20px 25px;
  }
  .l-header .logo {
    width: 153px;
    height: 37px;
  }
  .l-header .header-logo-text {
    width: 133px;
    height: 20px;
  }
}
/*------------------------------------------------
footer
------------------------------------------------*/
.l-footer {
  position: relative;
}

.footer-content {
  max-width: 940px;
  margin: 0 auto;
  font-size: 1.2rem;
}

.footer-content a {
  color: #333;
}
.footer-content a:hover {
  color: #333;
}
.footer-content a:visited {
  color: #333;
}

.footer-content-list {
  padding: 25px 15px;
  position: relative;
}
.footer-content-list::before {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background: #d4d4d4;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
.footer-content-list li {
  margin-bottom: 5px;
}
.footer-content-list li:last-child {
  margin-bottom: 0;
}
.footer-content-list a {
  display: inline-block;
  padding-left: 16px;
  position: relative;
  line-height: 1.6668;
}
.footer-content-list a::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 6px;
  height: 10px;
  background: url(../imgs/arrow_5A5A5A.2112bca2cc55b440e018.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-content-list a[target]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 11px;
  vertical-align: middle;
  background: url(../imgs/icon_window.124c60036f685b66efba.svg) no-repeat center center/100% auto;
}

.footer-copyright {
  border-top: 4px solid #E60000;
  padding: 15px;
  font-size: 1rem;
  color: #333333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) {
  .l-footer {
    border-top: 4px solid #E60000;
  }
  .footer-content-list {
    padding: 35px 0 0;
    text-align: center;
  }
  .footer-content-list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .footer-content-list a:where(:hover, :focus) {
    color: #E60000;
  }
  .footer-content-list::before {
    content: none;
  }
  .footer-copyright {
    padding: 50px 20px 30px;
    border-top: none;
    font-size: 1.2rem;
  }
}
/*------------------------------------------------
ぱんくず
------------------------------------------------*/
.l-bread-crumb__pc, .l-bread-crumb__sp, .l-bread-crumb {
  text-align: left;
  overflow: hidden;
}
.l-bread-crumb__pc li, .l-bread-crumb__sp li, .l-bread-crumb li {
  display: inline;
}
.l-bread-crumb__pc li::after, .l-bread-crumb__sp li::after, .l-bread-crumb li::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 10px;
  background: url(../imgs/arrow_5A5A5A.2112bca2cc55b440e018.svg) no-repeat center center/100% auto;
}
.l-bread-crumb__pc li:last-child::after, .l-bread-crumb__sp li:last-child::after, .l-bread-crumb li:last-child::after {
  content: none;
}
.l-bread-crumb__pc li a, .l-bread-crumb__sp li a, .l-bread-crumb li a {
  color: #333;
}
.l-bread-crumb__pc li a:visited, .l-bread-crumb__sp li a:visited, .l-bread-crumb li a:visited {
  color: #333;
}
.l-bread-crumb__pc li span, .l-bread-crumb__sp li span, .l-bread-crumb li span {
  font-size: 1.4rem;
  line-height: 1.428;
}
.l-bread-crumb__pc li:last-child, .l-bread-crumb__sp li:last-child, .l-bread-crumb li:last-child {
  color: #E60000;
}
.l-bread-crumb__pc .inner-contents, .l-bread-crumb__sp .inner-contents, .l-bread-crumb .inner-contents {
  padding: 15px 0;
  margin: 0 auto;
}

.l-bread-crumb__sp .inner-contents, .l-bread-crumb .inner-contents {
  max-width: 940px;
  margin: 0 auto;
  padding: 15px 15px;
}
.l-bread-crumb__sp span, .l-bread-crumb span {
  font-size: 1.2rem;
  line-height: 1.6666;
}

/*=================================================
*
component
*
*小さい部品を記載
*ボタン、テキスト、汎用マージンなど
=================================================*/
/*--------------------------------
ボタン
--------------------------------*/
.c-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 45px;
  gap: 15px;
}

.c-button {
  width: 100%;
  margin: 0 auto;
  background: #E60000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 15px) / 2);
          flex: 1 1 calc((100% - 15px) / 2);
  border-radius: 3px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.44;
}
.c-button::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 10px;
  background: url(../imgs/arrow_fff.658bd6b3d7f0b8e51b6c.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button.c-button--noarrow::before {
  display: none;
}
.c-button.c-button--narrow {
  padding-left: 28px;
  padding-right: 28px;
  font-size: 1.6rem;
}
.c-button.c-button--transition {
  color: #fff;
  background: #5a5a5a;
}
.c-button.c-button--base, .c-button.c-button--nav {
  color: #333333;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0;
}
.c-button.c-button--totop:only-child {
  margin-top: 20px;
  padding: 11px 16px;
  color: #333333;
  background: #fff;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  font-weight: 500;
  max-width: 284px;
}
.c-button.c-button--totop:only-child::before {
  content: none;
}
.c-button.c-button--nav {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: normal;
}
.c-button.c-button--nav::before {
  content: none;
}
.c-button.c-button--nav .c-icon--arrow {
  width: 100%;
  padding: 0;
  text-align: center;
}
.c-button.c-button--nav.c-button--nav-next .c-icon--arrow::before {
  margin-right: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
}
.c-button:where(:hover, :focus) {
  text-decoration: none;
}

.c-button-more {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}
.c-button-more .c-button-more__circle {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 21px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid #d4d4d4;
  background: #f2f2f2;
  position: relative;
}
.c-button-more .c-button-more__circle::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../imgs/arrow_5A5A5A.2112bca2cc55b440e018.svg) no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

@media (min-width: 769px) {
  .c-button:where(:hover, :focus) {
    text-decoration: none;
    opacity: 0.7;
  }
  .c-button:only-child {
    max-width: 580px;
  }
  .c-button.c-button--narrow {
    font-size: 1.8rem;
  }
  .c-button.c-button--totop:only-child {
    margin-top: 75px;
  }
  .c-button-more:where(:hover, :focus) .c-text--14 {
    color: #E60000;
  }
}
/*--------------------------------
リンク
--------------------------------*/
.c-link {
  color: #039;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  line-height: 1.625;
}
.c-link:where(:hover, :focus) {
  text-decoration: none;
}

a[target].c-link::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 18px;
  height: 13px;
  vertical-align: middle;
  background: url(../imgs/icon_window.124c60036f685b66efba.svg) no-repeat center center/100% auto;
}

.c-link-bold {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: underline;
}
.c-link-bold:where(:hover, :focus) {
  color: #333333;
}

.c-pagelink {
  margin: 10px 0;
}
.c-pagelink a {
  position: relative;
  padding-left: 35px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.c-icon {
  padding-left: 16px;
  position: relative;
}

.c-icon--arrow {
  position: relative;
}
.c-icon--arrow::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 10px;
  background: url(../imgs/arrow_5A5A5A.2112bca2cc55b440e018.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-icon--arrow.c-icon--arrow-under::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-icon--arrow.c-icon--arrow-red::before {
  width: 10px;
  height: 6px;
  margin-bottom: 10px;
  margin-right: 0;
  background: url(../imgs/arrow_e60000.5aeb495193013853f7b8.svg) no-repeat center center/100% auto;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.c-icon--return {
  padding-left: 29px;
  position: relative;
}
.c-icon--return::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: url(../imgs/icon_return.ff20054d8692616c96fc.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-icon--search {
  padding-left: 35px;
  position: relative;
}
.c-icon--search::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background: url(../imgs/icon_search_fff.e4345ac73f0854589e30.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-icon--close {
  position: relative;
  padding-left: 18px;
}
.c-icon--close::before {
  content: "×";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-right: 10px;
  margin-top: -2px;
  line-height: 1;
  width: 14px;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 769px) {
  .c-icon--close::before {
    margin-top: -3px;
  }
}
.c-icon-text {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .c-link-bold:where(:hover, :focus) {
    color: #E60000;
    text-decoration: none;
  }
}
.kind-icon {
  height: 30px;
  vertical-align: middle;
  margin-right: 6px;
}

.marker {
  width: 60px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.marker.marker--parking {
  width: 25px;
  height: 26px;
}
.marker.marker--parking img {
  width: 100%;
}

.marker-multiple {
  width: 44px;
  height: 44px;
  background-color: #E60000;
  color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 600;
  border: 4px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.map-center {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  z-index: 0;
}
.map-center img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------------------------------------
見出し
------------------------------------------------*/
.c-heading1-wrap {
  margin-bottom: 40px;
}

.c-heading1 {
  width: 100%;
  padding: 0 0 0 18px;
  font-weight: 600;
  color: #333333;
  font-size: 2.2rem;
  text-align: left;
  position: relative;
  border: none;
  border-left: 4px solid #E60000;
  line-height: 1.4;
}

.c-heading2-wrap {
  margin-top: 80px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d4d4d4;
}

.c-heading2 {
  width: 100%;
  position: relative;
  margin-bottom: 2px;
  padding: 0 0 0 10px;
  font-weight: 600;
  color: #333333;
  font-size: 2rem;
  text-align: left;
  border: none;
  border-left: 4px solid #E60000;
  line-height: 1.4;
}

.c-heading3-wrap {
  margin-top: 40px;
  margin-bottom: 20px;
}

.c-heading3 {
  width: 100%;
  position: relative;
  padding: 0 0 0 10px;
  font-weight: 600;
  color: #333333;
  font-size: 1.8rem;
  text-align: left;
  position: relative;
  border: none;
  border-left: 4px solid #E60000;
  line-height: 1.5;
}

.c-heading4 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625;
}

.c-heading-result {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .c-heading1-wrap {
    margin-bottom: 40px;
  }
  .c-heading1 {
    font-size: 3.6rem;
  }
  .c-heading2 {
    padding-left: 6px;
    font-size: 2.4rem;
  }
  .c-heading-result {
    font-size: 2.4rem;
  }
}
/*--------------------------------
検索
--------------------------------*/
.c-input {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  overflow: hidden;
}
.c-input input[type=text] {
  display: block;
  width: 100%;
  line-height: 54px;
  padding: 0 10px;
  border: 1px solid #d4d4d4;
  border-right: none;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.625;
  border-radius: 2px 0 0 2px;
}
.c-input input[type=text]:focus {
  outline-style: none;
}
.c-input button {
  width: 56px;
  height: 56px;
  background: #E60000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border-radius: 0 2px 2px 0;
}
.c-input button img {
  width: 32px;
  height: auto;
}

/*--------------------------------
テキスト
--------------------------------*/
.c-text, .c-text--12-14, .c-text--14, .c-text--12 {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.625;
}

.c-text--12 {
  font-size: 1.2rem;
}

.c-text--14 {
  font-size: 1.4rem;
}

.c-text--12-14 {
  font-size: 1.2rem;
}

.c-notice {
  color: #E60000;
  line-height: 1.625;
}

.c-text-indent {
  text-indent: -1em;
  margin-left: 1em;
}

.c-text-indent-2 {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.c-text--ruby {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height);
}

.c-content-list {
  width: 100%;
}
.c-content-list li {
  display: block;
}
.c-content-list .c-content-list--notice {
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.625;
}

.c-box {
  padding: 20px;
}

@media (min-width: 769px) {
  .c-box {
    padding: 30px;
  }
  .c-text--12-14 {
    font-size: 1.4rem;
  }
}
/*--------------------------------
タグ
--------------------------------*/
.c-tag, .c-tag--description {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 5px;
}
.c-tag .c-tag__item, .c-tag--description .c-tag__item {
  padding: 2px 6px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.625;
  text-align: center;
}

.c-tag--description .c-tag__item {
  color: #E60000;
  border-color: #E60000;
}
.c-tag--description .c-tag__item[aria-hidden=true] {
  color: #acacac;
  border-color: #acacac;
}

/*--------------------------------
表
--------------------------------*/
.c-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.c-table thead th {
  text-align: center;
  padding: 15px 20px;
}
.c-table th, .c-table td {
  border: 1px solid #d4d4d4;
}
.c-table tbody th, .c-table td {
  padding: 10px 20px;
  vertical-align: middle;
}

/*--------------------------------
ページトップへ
--------------------------------*/
.c-pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 11;
  display: none;
}
.c-pagetop img {
  width: 100%;
}

@media (min-width: 769px) {
  .c-pagetop {
    width: 55px;
    height: 55px;
  }
}
/*--------------------------------
バナー
--------------------------------*/
.c-bnr {
  width: 100%;
  margin-bottom: 20px;
}
.c-bnr img {
  width: 100%;
}

/*=================================================
*
project
*
*主にまとまって使用する部品を記載
*タブ、地図、絞り込み検索、検索結果など
=================================================*/
.box-no-results {
  margin: 30px 10px;
  padding: 0;
  background: none;
}
.box-no-results.page-error {
  color: #333333;
  text-align: center;
}

/*--------------------------------
topのタブ
--------------------------------*/
.p-tab {
  margin-bottom: 80px;
}

.tab-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.tab-head li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tab-head h2 {
  height: 100%;
}
.tab-head .tab-button {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  border: 1px solid #d4d4d4;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right: none;
  border-bottom: none;
  background: #f2f2f2;
}
.tab-head .tab-button.is-current {
  padding-top: 14px;
  border-top-width: 2px;
  border-top-color: #E60000;
  background: #fff;
}
.tab-head li:last-child .tab-button {
  border-right: 1px solid #d4d4d4;
}

.tab-head--search li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
}

.tab-body__item {
  display: none;
}
.tab-body__item.is-current {
  display: block;
}

.tab-body__inner {
  padding: 40px 0 0;
}

/*探すタブ*/
.tab-button__icon {
  width: 57px;
  height: 57px;
  margin: 0 auto;
}
.tab-button__icon img {
  width: 100%;
  height: auto;
}

.tab-button__text {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

.is-current .tab-button__text {
  font-weight: 600;
  color: #E60000;
}

/*--------------------------------
地図周り
--------------------------------*/
.p-map {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.p-map .btn-pin-return-wrap {
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: none;
  overflow: hidden;
  position: absolute;
  top: 100px;
  left: 10px;
  float: right;
}
.p-map .btn-pin-return-wrap .btn-pin-return {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: url(../imgs/icon-reset.5cf56bc5fd12aa6f7d5a.svg) no-repeat center center/20px 20px, #fff;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (min-width: 769px) {
  .p-map {
    height: 556px;
  }
  .p-map .btn-pin-return-wrap {
    top: 100px;
    left: 10px;
  }
  .p-map .btn-pin-return-wrap .btn-pin-return {
    display: block;
    width: 40px;
    height: 40px;
  }
}
.p-map__inner {
  width: 100%;
  height: 100%;
}

/*--------------------------------
絞り込み検索
--------------------------------*/
.p-accordion-container {
  margin-top: 20px;
}

.p-accordion-container__hedding {
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #d4d4d4;
  padding: 12px 40px 12px 15px;
  line-height: 1.625;
  position: relative;
}
.p-accordion-container__hedding .p-accordion-container__hedding-icon {
  width: 16px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.is-active .p-accordion-container__hedding-icon {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.p-accordion-container__more {
  width: 100%;
  padding-bottom: 15px;
  border: 1px solid #d4d4d4;
  border-top: none;
  border-bottom: none;
}

.p-accordion-container__more button {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.is-active .p-accordion-container__more {
  border-bottom: none;
}

.p-accordion-container__more-icon {
  margin-left: 0.2em;
  display: block;
  width: 14px;
  height: 16px;
  background: url(../imgs/icon_plus.460107fbbc38e1e4a4aa.svg) no-repeat center center/100% auto;
}

.is-active .p-accordion-container__more-icon {
  background: url(../imgs/icon_minus.647a42a528c066f5bda8.svg) no-repeat center center/100% auto;
}

.p-accordion-container__body {
  padding: 15px 15px;
  border: 1px solid #d4d4d4;
  border-top: none;
}

.js_accordion_hedding_wrap + .js_accordion_body {
  display: none;
}

.p-accordion-container__body-section {
  margin-bottom: 30px;
}

.p-accordion-container__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 15px;
}
.p-accordion-container__list .p-accordion-container__list-item {
  width: 100%;
}
.p-accordion-container__list .p-accordion-container__list-item--atm {
  width: calc((100% - 15px) / 2);
}
.p-accordion-container__list .title {
  font-size: 1.4rem;
  line-height: 1.42;
}
.p-accordion-container__list .icon {
  width: 32px;
  margin-right: 10px;
}
.p-accordion-container__list + .c-link {
  margin-top: 15px;
}

.p-accordion-container__list-item-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-accordion-container__list-item-inner input[type=checkbox] {
  display: inline-block;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
.p-accordion-container__list-item-inner input[type=radio] {
  display: inline-block;
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

@media (max-width: 768px) {
  .p-accordion-container__list.p-accordion-container__list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-accordion-container__list.p-accordion-container__list__wrap .p-accordion-container__list-item {
    width: calc((100% - 15px) / 2);
  }
  .p-accordion-container__list.p-accordion-container__list__wrap .p-accordion-container__list-item.p-accordion-container__list-item--w100 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .p-accordion-container__list {
    gap: 20px 10px;
  }
  .p-accordion-container__list .p-accordion-container__list-item {
    width: calc((100% - 30px) / 3);
  }
  .p-accordion-container__list .p-accordion-container__list-item--atm {
    width: calc((100% - 15px) / 2);
  }
  .p-accordion-container__body {
    padding: 40px;
  }
  .p-accordion-container__more {
    padding-bottom: 20px;
  }
}
/*--------------------------------
検索結果
--------------------------------*/
.p-result-container {
  margin-bottom: 20px;
  background: #fff;
}
.p-result-container .title {
  width: 100%;
  padding-right: 5px;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33;
  text-decoration-line: underline;
}

.p-result-container__hedding-wrap {
  border: 1px solid #d4d4d4;
}

.p-result-container__hedding {
  width: 100%;
  background: #f2f2f2;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
}
.p-result-container__hedding .p-result-container__hedding-icon {
  width: 16px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.p-result-container__hedding .c-text--12 {
  display: inline-block;
  margin-right: 5px;
}

.is-active .p-result-container__hedding-icon {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}

.p-result-container__hedding-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: 1em;
}

.p-result-container__info-text {
  margin-left: auto;
  margin-right: 0;
  padding: 4px 12px;
  border: 1px solid #d4d4d4;
  color: #333333;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.625;
  border-radius: 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-result-container__body {
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-top: none;
}

@media (min-width: 769px) {
  .p-result-container .title {
    width: auto;
    padding-right: 10px;
    font-size: 2rem;
  }
  .p-result-container .p-result-container__hedding:where(:hover, :focus) {
    text-decoration: none;
  }
  .p-result-container .p-result-container__hedding:where(:hover, :focus) .title {
    color: #E60000;
    text-decoration: none;
  }
  .p-result-container .p-result-container__hedding:where(:hover, :focus) span {
    text-decoration: none;
  }
  .p-result-container .p-result-container__hedding:where(:hover, :focus) .p-result-container__info-text {
    color: #333333;
  }
  .p-result-container__hedding-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .p-result-container__info-text {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-result-list {
  width: 100%;
}
.p-result-list .p-result-list__item {
  display: block;
}
.p-result-list .icon {
  width: 40px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-result-description .p-result-description__item {
  margin-bottom: 15px;
  position: relative;
}
.p-result-description .p-result-description__item:last-child {
  margin-bottom: 0;
}
.p-result-description .p-result-description__item > dt {
  font-weight: 600;
}

.p-result-list__nav {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.p-result-list__nav .p-result-list__nav-item {
  width: 100%;
}

@media (min-width: 769px) {
  .p-result-container__body {
    padding: 30px;
  }
}
.p-time {
  width: 100%;
}
.p-time .p-time__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 10px;
}
.p-time .p-time__item dt {
  width: 5em;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-procedure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px;
}
.p-procedure .p-procedure__item {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #fff;
}
.p-procedure a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 15px;
}
.p-procedure img {
  display: block;
  margin: 0 auto 5px;
  width: 76px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-procedure .p-procedure__text {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.625;
  color: #333333;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.p-procedure .c-icon--arrow::before {
  left: 15px;
}

@media (max-width: 768px) {
  .p-procedure .p-procedure__item:nth-child(2) ~ .p-procedure__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 3);
            flex: 0 0 calc((100% - 20px) / 3);
  }
  .p-procedure .p-procedure__item:nth-child(2) ~ .p-procedure__item a {
    padding: 13px 4px;
  }
  .p-procedure .p-procedure__item:nth-child(2) ~ .p-procedure__item img {
    display: none;
  }
  .p-procedure .p-procedure__item:nth-child(2) ~ .p-procedure__item .c-icon--arrow::before {
    left: 4px;
  }
  .p-procedure .p-procedure__item:nth-child(2) ~ .p-procedure__item .p-procedure__text {
    line-height: 1.333;
  }
  .p-procedure .p-procedure__item:first-child, .p-procedure .p-procedure__item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
  }
}
@media (min-width: 769px) {
  .p-procedure {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .p-procedure .p-procedure__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .p-procedure a {
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .p-procedure img {
    margin-bottom: 0;
  }
  .p-procedure .p-procedure__text {
    height: 2.8em;
    font-size: 1.4rem;
    line-height: 1.28;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .p-procedure a:where(:hover, :focus) {
    text-decoration: none;
  }
  .p-procedure a:where(:hover, :focus) .p-procedure__text {
    color: #E60000;
  }
}
.p-info-list__item {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-top: none;
  line-height: 1.625;
}
.p-info-list__item:first-child {
  border-top: 1px solid #d4d4d4;
}

.p-info-list__item-title {
  padding: 10px;
  background: #f2f2f2;
  border-bottom: 1px solid #d4d4d4;
}

.p-info-list__item-description {
  padding: 10px;
}
.p-info-list__item-description [class*=c-text] + [class*=c-text] {
  margin-top: 5px;
}
.p-info-list__item-description .icon {
  width: 32px;
  margin-right: 10px;
}

@media (min-width: 769px) {
  .p-info-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .p-info-list__item .p-info-list__item-title {
    padding: 15px 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    border-bottom: none;
    border-right: 1px solid #d4d4d4;
  }
  .p-info-list__item .p-info-list__item-description {
    padding: 15px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.p-information {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #d4d4d4;
}
.p-information li {
  position: relative;
  margin-left: 1em;
}
.p-information li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}
.p-information li:only-child {
  margin-left: 0;
}
.p-information li:only-child::before {
  content: none;
}

.p-grid--2-2 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}

.p-grid__item {
  width: 100%;
}

/*--------------------------------
駐車場の表
--------------------------------*/
.p-parking {
  width: 100%;
  display: grid;
  border-bottom: 1px solid #d4d4d4;
}

.p-parking__item {
  width: 100%;
  border-right: 1px solid #d4d4d4;
}

.p-parking__item-title {
  padding: 10px;
  font-size: 14px;
  line-height: 1.625;
  background: #eee;
  font-weight: 600;
  border-top: 1px solid #d4d4d4;
}

.p-parking__item-description {
  padding: 10px;
  font-size: 14px;
  line-height: 1.625;
}

@media (max-width: 768px) {
  .p-parking {
    grid-template-columns: 1fr 1fr;
    border-left: 1px solid #d4d4d4;
  }
  .p-parking__item {
    border-right: 1px solid #d4d4d4;
  }
  .p-parking__item.p-parking__item--full, .p-parking__item.p-parking__item--sp-full {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .p-parking__item-title {
    border-bottom: 1px solid #d4d4d4;
  }
}
@media (min-width: 769px) {
  .p-parking {
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid #d4d4d4;
  }
  .p-parking__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .p-parking__item--full {
    grid-template-columns: 0.995fr 5fr;
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .p-parking__item--sp-full {
    grid-template-columns: 1fr 3fr;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .p-parking__item-title {
    border-right: 1px solid #d4d4d4;
  }
  .p-parking__item-description {
    border-top: 1px solid #d4d4d4;
  }
}
/*------------------------------------------------
JavaScriptによって操作する
------------------------------------------------*/
body.is-fixed {
  width: 100%;
  position: fixed;
}

.is-hide {
  display: none !important;
}

/*=================================================
*
utility
*
*htmlに付与すると確実にそのstyleが適用される
=================================================*/
.u-mt--0 {
  margin-top: 0px !important;
}

.u-mb--0 {
  margin-bottom: 0px !important;
}

.u-ml--0 {
  margin-left: 0px !important;
}

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

.u-mt--5 {
  margin-top: 5px !important;
}

.u-mb--5 {
  margin-bottom: 5px !important;
}

.u-ml--5 {
  margin-left: 5px !important;
}

.u-mr--5 {
  margin-right: 5px !important;
}

.u-mt--10 {
  margin-top: 10px !important;
}

.u-mb--10 {
  margin-bottom: 10px !important;
}

.u-ml--10 {
  margin-left: 10px !important;
}

.u-mr--10 {
  margin-right: 10px !important;
}

.u-mt--15 {
  margin-top: 15px !important;
}

.u-mb--15 {
  margin-bottom: 15px !important;
}

.u-ml--15 {
  margin-left: 15px !important;
}

.u-mr--15 {
  margin-right: 15px !important;
}

.u-mt--20 {
  margin-top: 20px !important;
}

.u-mb--20 {
  margin-bottom: 20px !important;
}

.u-ml--20 {
  margin-left: 20px !important;
}

.u-mr--20 {
  margin-right: 20px !important;
}

.u-mt--25 {
  margin-top: 25px !important;
}

.u-mb--25 {
  margin-bottom: 25px !important;
}

.u-ml--25 {
  margin-left: 25px !important;
}

.u-mr--25 {
  margin-right: 25px !important;
}

.u-mt--30 {
  margin-top: 30px !important;
}

.u-mb--30 {
  margin-bottom: 30px !important;
}

.u-ml--30 {
  margin-left: 30px !important;
}

.u-mr--30 {
  margin-right: 30px !important;
}

.u-mt--35 {
  margin-top: 35px !important;
}

.u-mb--35 {
  margin-bottom: 35px !important;
}

.u-ml--35 {
  margin-left: 35px !important;
}

.u-mr--35 {
  margin-right: 35px !important;
}

.u-mt--40 {
  margin-top: 40px !important;
}

.u-mb--40 {
  margin-bottom: 40px !important;
}

.u-ml--40 {
  margin-left: 40px !important;
}

.u-mr--40 {
  margin-right: 40px !important;
}

.u-mt--05em {
  margin-top: 0.5em !important;
}

.u-mt--0625em {
  margin-top: 0.625em !important;
}

.u-mt--1em {
  margin-top: 1em !important;
}

.u-mt--15em {
  margin-top: 1.5em !important;
}

.u-mt--2em {
  margin-top: 2em !important;
}

.u-mt--25em {
  margin-top: 2.5em !important;
}

.u-mt--3em {
  margin-top: 2em !important;
}

.u-mb--05em {
  margin-bottom: 0.5em !important;
}

.u-mb--0625em {
  margin-bottom: 0.625em !important;
}

.u-mb--1em {
  margin-bottom: 1em !important;
}

.u-mb--15em {
  margin-bottom: 1.5em !important;
}

.u-mb--2em {
  margin-bottom: 2em !important;
}

.u-mb--25em {
  margin-bottom: 2.5em !important;
}

.u-mb--3em {
  margin-bottom: 2em !important;
}

.u-ml--05em {
  margin-left: 0.5em !important;
}

.u-ml--0625em {
  margin-left: 0.625em !important;
}

.u-ml--1em {
  margin-left: 1em !important;
}

.u-ml--15em {
  margin-left: 1.5em !important;
}

.u-ml--2em {
  margin-left: 2em !important;
}

.u-ml--25em {
  margin-left: 2.5em !important;
}

.u-ml--3em {
  margin-left: 2em !important;
}

.u-mr--05em {
  margin-right: 0.5em !important;
}

.u-mr--0625em {
  margin-right: 0.625em !important;
}

.u-mr--1em {
  margin-right: 1em !important;
}

.u-mr--15em {
  margin-right: 1.5em !important;
}

.u-mr--2em {
  margin-right: 2em !important;
}

.u-mr--25em {
  margin-right: 2.5em !important;
}

.u-mr--3em {
  margin-right: 2em !important;
}

.u-pt--0 {
  padding-top: 0px !important;
}

.u-pb--0 {
  padding-bottom: 0px !important;
}

.u-pl--0 {
  padding-left: 0px !important;
}

.u-pr--0 {
  padding-right: 0px !important;
}

.u-pt--5 {
  padding-top: 5px !important;
}

.u-pb--5 {
  padding-bottom: 5px !important;
}

.u-pl--5 {
  padding-left: 5px !important;
}

.u-pr--5 {
  padding-right: 5px !important;
}

.u-pt--10 {
  padding-top: 10px !important;
}

.u-pb--10 {
  padding-bottom: 10px !important;
}

.u-pl--10 {
  padding-left: 10px !important;
}

.u-pr--10 {
  padding-right: 10px !important;
}

.u-pt--15 {
  padding-top: 15px !important;
}

.u-pb--15 {
  padding-bottom: 15px !important;
}

.u-pl--15 {
  padding-left: 15px !important;
}

.u-pr--15 {
  padding-right: 15px !important;
}

.u-pt--20 {
  padding-top: 20px !important;
}

.u-pb--20 {
  padding-bottom: 20px !important;
}

.u-pl--20 {
  padding-left: 20px !important;
}

.u-pr--20 {
  padding-right: 20px !important;
}

.u-pt--25 {
  padding-top: 25px !important;
}

.u-pb--25 {
  padding-bottom: 25px !important;
}

.u-pl--25 {
  padding-left: 25px !important;
}

.u-pr--25 {
  padding-right: 25px !important;
}

.u-pt--30 {
  padding-top: 30px !important;
}

.u-pb--30 {
  padding-bottom: 30px !important;
}

.u-pl--30 {
  padding-left: 30px !important;
}

.u-pr--30 {
  padding-right: 30px !important;
}

.u-pt--35 {
  padding-top: 35px !important;
}

.u-pb--35 {
  padding-bottom: 35px !important;
}

.u-pl--35 {
  padding-left: 35px !important;
}

.u-pr--35 {
  padding-right: 35px !important;
}

.u-pt--40 {
  padding-top: 40px !important;
}

.u-pb--40 {
  padding-bottom: 40px !important;
}

.u-pl--40 {
  padding-left: 40px !important;
}

.u-pr--40 {
  padding-right: 40px !important;
}

.u-pt--05em {
  padding-top: 0.5em !important;
}

.u-pt--0625em {
  padding-top: 0.625em !important;
}

.u-pt--1em {
  padding-top: 1em !important;
}

.u-pt--15em {
  padding-top: 1.5em !important;
}

.u-pt--2em {
  padding-top: 2em !important;
}

.u-pt--25em {
  padding-top: 2.5em !important;
}

.u-pt--3em {
  padding-top: 2em !important;
}

.u-pb--05em {
  padding-bottom: 0.5em !important;
}

.u-pb--0625em {
  padding-bottom: 0.625em !important;
}

.u-pb--1em {
  padding-bottom: 1em !important;
}

.u-pb--15em {
  padding-bottom: 1.5em !important;
}

.u-pb--2em {
  padding-bottom: 2em !important;
}

.u-pb--25em {
  padding-bottom: 2.5em !important;
}

.u-pb--3em {
  padding-bottom: 2em !important;
}

.u-pl--05em {
  padding-left: 0.5em !important;
}

.u-pl--0625em {
  padding-left: 0.625em !important;
}

.u-pl--1em {
  padding-left: 1em !important;
}

.u-pl--15em {
  padding-left: 1.5em !important;
}

.u-pl--2em {
  padding-left: 2em !important;
}

.u-pl--25em {
  padding-left: 2.5em !important;
}

.u-pl--3em {
  padding-left: 2em !important;
}

.u-pr--05em {
  padding-right: 0.5em !important;
}

.u-pr--0625em {
  padding-right: 0.625em !important;
}

.u-pr--1em {
  padding-right: 1em !important;
}

.u-pr--15em {
  padding-right: 1.5em !important;
}

.u-pr--2em {
  padding-right: 2em !important;
}

.u-pr--25em {
  padding-right: 2.5em !important;
}

.u-pr--3em {
  padding-right: 2em !important;
}

.u-mt--s {
  margin-top: 10px;
}

.u-mt--s2 {
  margin-top: 15px;
}

.u-mt--m {
  margin-top: 20px;
}

.u-mt--ml {
  margin-top: 20px;
}

.u-mt--l {
  margin-top: 30px;
}

.u-mb--s {
  margin-bottom: 10px;
}

.u-mb--s2 {
  margin-bottom: 15px;
}

.u-mb--m {
  margin-bottom: 20px;
}

.u-mb--ml {
  margin-bottom: 20px;
}

.u-mb--l {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .u-mt--s {
    margin-top: 20px;
  }
  .u-mt--s2 {
    margin-top: 20px;
  }
  .u-mt--m {
    margin-top: 30px;
  }
  .u-mt--ml {
    margin-top: 40px;
  }
  .u-mt--l {
    margin-top: 40px;
  }
  .u-mb--s {
    margin-bottom: 20px;
  }
  .u-mb--s2 {
    margin-bottom: 20px;
  }
  .u-mb--m {
    margin-bottom: 30px;
  }
  .u-mb--ml {
    margin-bottom: 40px;
  }
  .u-mb--l {
    margin-bottom: 40px;
  }
}
.u-pt--s {
  padding-top: 10px;
}

.u-pt--s2 {
  padding-top: 15px;
}

.u-pt--m {
  padding-top: 20px;
}

.u-pt--l {
  padding-top: 30px;
}

.u-pb--s {
  padding-bottom: 10px;
}

.u-pb--s2 {
  padding-bottom: 15px;
}

.u-pb--m {
  padding-bottom: 20px;
}

.u-pb--l {
  padding-bottom: 30px;
}

@media (min-width: 769px) {
  .u-pt--s {
    padding-top: 20px;
  }
  .u-pt--s2 {
    padding-top: 20px;
  }
  .u-pt--m {
    padding-top: 30px;
  }
  .u-pt--l {
    padding-top: 40px;
  }
  .u-pb--s {
    padding-bottom: 20px;
  }
  .u-pb--s2 {
    padding-bottom: 20px;
  }
  .u-pb--m {
    padding-bottom: 30px;
  }
  .u-pb--l {
    padding-bottom: 40px;
  }
}
.u-flex--center-center {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row nowrap !important;
          flex-flow: row nowrap !important;
}

.u-flex--center-start {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row nowrap !important;
          flex-flow: row nowrap !important;
}

.u-flex--start-start {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row nowrap !important;
          flex-flow: row nowrap !important;
}

.u-flex-flow--wrap-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row wrap !important;
          flex-flow: row wrap !important;
}

.u-flex--start-start-pc-center-start {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row nowrap !important;
          flex-flow: row nowrap !important;
}

@media (min-width: 769px) {
  .u-flex--start-start-pc-center-start {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row nowrap !important;
            flex-flow: row nowrap !important;
  }
}
.u-inlineblock {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-visibilty--hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.u-position--relative {
  position: relative;
}

@media (min-width: 769px) {
  .u-flex--center-between--pc {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row nowrap !important;
            flex-flow: row nowrap !important;
  }
}
.u-border {
  border: 1px solid #d4d4d4 !important;
}

.u-border--top {
  border-top: 1px solid #d4d4d4 !important;
}

.u-border--bottom {
  border-bottom: 1px solid #d4d4d4 !important;
}

.u-border--none {
  border: none !important;
}

.u-border--none-top {
  border-top: none !important;
}

.u-border--none-bottom {
  border-bottom: none !important;
}

.u-border--none-left {
  border-left: none !important;
}

.u-border--none-right {
  border-right: none !important;
}

.u-bg--f2 {
  background: #f2f2f2 !important;
}

.u-bg--accentcolor {
  background: #E60000 !important;
}

.u-bg--graydeep {
  background: #5a5a5a !important;
}

.u-bg--none {
  background: none !important;
}

.u-font--bold {
  font-weight: 600 !important;
}

.u-font--medium {
  font-weight: normal !important;
}

.u-word-break--break {
  word-break: break-all !important;
}

.u-text-align--center {
  text-align: center !important;
}

.u-text-align--left {
  text-align: left !important;
}

.u-text-align--right {
  text-align: right !important;
}

@media (min-width: 769px) {
  .u-text-align--pc-center {
    text-align: center;
  }
}
.u-color--fff {
  color: #fff !important;
}

.u-color--777 {
  color: #777 !important;
}

.u-decoration--underline {
  text-decoration: underline !important;
}

.u-line-height {
  line-height: 1.625 !important;
}

.u-font-size--12 {
  font-size: 1.2rem !important;
}

.u-font-size--14 {
  font-size: 1.4rem !important;
}

.u-font-size--16 {
  font-size: 1.6rem !important;
}

.u-font-size--18 {
  font-size: 1.8rem !important;
}

.u-list-marker--large::before {
  content: "⚫︎";
}

.u-list-marker--short::before {
  content: "・";
}

[class*=__pc],
[class*=__pc_flex] {
  display: none;
}

[class*=__sp] {
  display: block;
}

[class*=__sp_flex] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  [class*=__pc] {
    display: block;
  }
  [class*=__pc_flex] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=__sp],
  [class*=__sp_flex] {
    display: none;
  }
}
.radius-5px {
  border-radius: 5px;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.align-center {
  text-align: center !important;
}

.w-full {
  width: 100%;
}

.align-left {
  text-align: left !important;
}

.odd {
  background-color: #eee;
}

.even {
  background-color: #fff;
}

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