@charset "UTF-8";
/* リセット */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 500;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .header {
    width: 100%;
    max-width: 144rem;
    margin: 0 auto;
    padding: min(2.7777777778vw, 4rem) min(4.8611111111vw, 7rem);
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    gap: min(1.5972222222vw, 2.3rem);
  }
  .header__block {
    width: 100%;
    max-width: min(52.0833333333vw, 75rem);
    display: flex;
    height: min(4.8611111111vw, 7rem);
    border-radius: min(2.4305555556vw, 3.5rem);
    justify-content: center;
    align-items: center;
    gap: min(1.6666666667vw, 2.4rem);
    flex-shrink: 0;
    background: #fff;
    box-shadow: 0px min(0.2083333333vw, 0.3rem) min(0.2777777778vw, 0.4rem) 0px rgba(0, 0, 0, 0.1);
    margin-right: auto;
  }
  .header__logo {
    width: 20.652173913%;
  }
  .header__logo img {
    width: 100%;
  }
  .header__nav-menu {
    display: flex;
    align-items: center;
    gap: min(1.6666666667vw, 2.4rem);
    flex-shrink: 0;
  }
  .header__nav-menu-item {
    font-size: min(0.9722222222vw, 1.4rem);
  }
  .header__nav-menu-item--link {
    color: #4E6A85;
    font-weight: 700;
    text-decoration: none;
    padding: 0.5em 1.5em 0.5em 0;
    position: relative;
  }
  .header__nav-menu-item--link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: min(0.9027777778vw, 1.3rem);
    height: min(0.5555555556vw, 0.8rem);
    background: url(/assets/images/common/header__nav-menu--link-arrow.svg) center center no-repeat;
    background-size: cover;
    transform: translate(0, -30%);
    transition: all 0.3s;
  }
  .header__nav-menu-item--link:hover {
    text-decoration: none;
  }
  .header__nav-menu-item--link:hover::after {
    top: 60%;
  }
  .header__nav-menu-item--link.is-active + .mega-menu__block {
    opacity: 1;
    visibility: visible;
  }
  .header__nav-menu-item .no-link {
    color: #C7C7C7;
    padding: 0.5em 1.5em 0.5em 0;
    font-weight: 700;
    position: relative;
  }
  .header__nav-menu-item .no-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: min(0.9027777778vw, 1.3rem);
    height: min(0.5555555556vw, 0.8rem);
    background: url(/assets/images/common/header__nav-menu--nolink-arrow.svg) center center no-repeat;
    background-size: cover;
    transform: translate(0, -30%);
  }
  .header__nav-menu-item .mega-menu__block {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: min(11.1111111111vw, 16rem);
    left: 50%;
    width: min(75.6944444444vw, 109rem);
    background: #ffffff;
    transform: translate(-50%, 0);
    border-radius: min(2.0833333333vw, 3rem);
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    padding: min(2.4305555556vw, 3.5rem) min(3.4722222222vw, 5rem);
  }
  .header__nav-menu-item .mega-menu__block::before {
    content: "";
    position: absolute;
    left: 10%;
    top: 0;
    width: min(2.6388888889vw, 3.8rem);
    height: min(2.5694444444vw, 3.7rem);
    background: url(/assets/images/common/mega-menu__block--triangle.svg) center center no-repeat;
    background-size: cover;
    transform: translateY(-90%);
  }
  .header__nav-menu-item .mega-menu__inner {
    display: flex;
    justify-content: space-between;
  }
  .header__nav-menu-item .mega-menu__ttl a {
    width: 25%;
    font-weight: 700;
    font-size: min(1.7361111111vw, 2.5rem);
    position: relative;
    line-height: 1.3;
    color: #000000;
    padding-left: 1em;
  }
  .header__nav-menu-item .mega-menu__ttl a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: min(0.6944444444vw, 1rem);
    height: min(1.0416666667vw, 1.5rem);
    background: url(/assets/images/common/mega-menu__list-item--arrow.svg) center center no-repeat;
    background-size: cover;
    transform: translate(0, -50%);
    transition: all 0.3s;
  }
  .header__nav-menu-item .mega-menu__ttl a::after {
    content: "";
    position: absolute;
    left: 1em;
    bottom: -0.2em;
    z-index: -1;
    width: 0;
    height: min(0.1388888889vw, 0.2rem);
    background: #000000;
    transition: all 0.3s;
  }
  .header__nav-menu-item .mega-menu__ttl a:hover {
    text-decoration: none;
  }
  .header__nav-menu-item .mega-menu__ttl a:hover::before {
    transform: translate(10%, -50%);
  }
  .header__nav-menu-item .mega-menu__ttl a:hover::after {
    width: calc(100% - 1em);
  }
  .header__nav-menu-item .mega-menu__list {
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header__nav-menu-item .mega-menu__list-item {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .header__nav-menu-item .mega-menu__list-item a {
    display: inline-block;
    position: relative;
    font-size: min(1.25vw, 1.8rem);
    font-weight: 700;
    line-height: 1.3;
    padding: 0.5em 1em;
    color: #000000;
    transition: all 0.3s;
  }
  .header__nav-menu-item .mega-menu__list-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: min(0.5555555556vw, 0.8rem);
    height: min(0.8333333333vw, 1.2rem);
    background: url(/assets/images/common/mega-menu__list-item--arrow.svg) center center no-repeat;
    background-size: cover;
    transform: translate(0, -50%);
    transition: all 0.3s;
  }
  .header__nav-menu-item .mega-menu__list-item a::after {
    content: "";
    position: absolute;
    left: 1em;
    bottom: 0.2em;
    z-index: -1;
    width: 0;
    height: min(0.1388888889vw, 0.2rem);
    background: #000000;
    transition: all 0.3s;
  }
  .header__nav-menu-item .mega-menu__list-item a:hover {
    text-decoration: none;
  }
  .header__nav-menu-item .mega-menu__list-item a:hover::before {
    transform: translate(10%, -50%);
  }
  .header__nav-menu-item .mega-menu__list-item a:hover::after {
    width: calc(100% - 2em);
  }
  .header__nav-menu-item:first-child .mega-menu__block::before {
    left: 12%;
  }
  .header__nav-menu-item:nth-child(2) .mega-menu__block::before {
    left: 23%;
  }
  .header__nav-menu-item:nth-child(3) .mega-menu__block::before {
    left: 35%;
  }
  .header__nav-menu-item:nth-child(4) .mega-menu__block::before {
    left: 48%;
  }
  .header__nav-menu-item:nth-child(5) .mega-menu__block::before {
    left: 64%;
  }
  .header__contact-btn {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__contact-btn a {
    width: min(9.375vw, 13.5rem);
    height: min(2.7777777778vw, 4rem);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #387FBC;
    border-radius: min(0.6944444444vw, 1rem);
    border: min(0.1388888889vw, 0.2rem) solid #387FBC;
    transition: 0.3s background-color, 0.3s color;
    text-decoration: none;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 700;
  }
  .header__contact-btn a:hover {
    color: #387FBC;
    background: #ffffff;
    text-decoration: none;
  }
  .header__open-btn {
    display: none;
  }
  .font-size-change {
    position: absolute;
    left: 74%;
    top: 50%;
    transform: translateY(-50%);
    width: min(10.4166666667vw, 15rem);
    height: min(2.7777777778vw, 4rem);
    display: flex;
    border-radius: min(0.6944444444vw, 1rem);
    align-items: center;
    background: #ffffff;
  }
  .font-size-change__ttl {
    color: #ffffff;
    background: #387FBC;
    font-size: min(0.9722222222vw, 1.4rem);
    text-align: center;
    font-weight: 700;
    line-height: 1.1428571429;
    width: min(4.8611111111vw, 7rem);
    height: min(2.7777777778vw, 4rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: min(0.6944444444vw, 1rem) 0 0 min(0.6944444444vw, 1rem);
  }
  .font-size-change__list {
    display: flex;
    height: 100%;
  }
  .font-size-change__list-item {
    width: min(2.7777777778vw, 4rem);
    text-align: center;
    padding: min(0.2083333333vw, 0.3rem);
    position: relative;
  }
  .font-size-change__list-item + .font-size-change__list-item::before {
    content: "";
    width: min(0.0694444444vw, 0.1rem);
    height: min(1.8402777778vw, 2.65rem);
    background: #66819B;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .font-size-change__btn {
    font-size: min(1.25vw, 1.8rem);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: min(0.2777777778vw, 0.4rem);
  }
  .font-size-change__btn.is-active {
    background: #849CCB;
    color: #ffffff;
  }
  /*各種お手続き調整*/
  .header__nav-menu-item:nth-of-type(4) .mega-menu__list {
    margin-top: -1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .header__block {
    padding-left: 4vw;
  }
  .header__logo {
    position: absolute;
    left: 10%;
    top: 2.6666666667vw;
    z-index: 10;
    width: 48vw;
    padding: 1.0666666667vw;
    background: #ffffff;
    border-radius: 1.3333333333vw;
  }
  .header__logo img {
    width: 100%;
  }
  .header__nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #E8F3FF;
    transition: all 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header__nav.is-open {
    top: 0;
  }
  .header__nav-menu {
    margin: 13.3333333333vw auto 4.2666666667vw;
    width: calc(100% - 10.6666666667vw);
    padding: 0;
    background: #ffffff;
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
  .header__nav-menu-item a {
    font-weight: 700;
    padding: 0 2em 0 0;
    color: #4E6A85;
    line-height: 1.2;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header__nav-menu-item .no-link {
    font-weight: 700;
    height: 13.3333333333vw;
    padding: 0 2em 0 0;
    line-height: 1.2;
    position: relative;
    display: flex;
    align-items: center;
    color: #C7C7C7;
  }
  .header__nav-menu-item .no-link::after {
    content: "";
    width: 3.4666666667vw;
    height: 2.1333333333vw;
    background: url(/assets/images/common/header__nav-menu--nolink-arrow.svg) center center no-repeat;
    background-size: cover;
    transition: all 0.3s;
    margin-left: 0.5em;
  }
  .header__nav-menu-item--link {
    font-size: 3.7333333333vw;
    display: inline-block;
    height: 13.3333333333vw;
  }
  .header__nav-menu-item--link::after {
    content: "";
    width: 3.4666666667vw;
    height: 2.1333333333vw;
    background: url(/assets/images/common/header__nav-menu--link-arrow.svg) center center no-repeat;
    background-size: cover;
    transition: all 0.3s;
    margin-left: 0.5em;
  }
  .header__nav-menu-item--link.is-open::after {
    transform: rotate(-180deg);
  }
  .header__nav-menu .mega-menu__block {
    display: none;
    padding-bottom: 8vw;
  }
  .header__nav-menu .mega-menu__inner a {
    font-size: 4.2666666667vw;
    padding: 0.5em 0 0.5em 1em;
    color: #000;
    position: relative;
  }
  .header__nav-menu .mega-menu__inner a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2.1333333333vw;
    height: 3.2vw;
    background: url(/assets/images/common/mega-menu__list-item--arrow.svg) center center no-repeat;
    background-size: cover;
    transform: translate(0, -50%);
    transition: all 0.3s;
    display: block;
  }
  .header__contact-btn {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
  .header__contact-btn a {
    width: 36vw;
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #387FBC;
    border-radius: 2.6666666667vw;
    transition: 0.3s background-color, 0.3s color;
    text-decoration: none;
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
  .header .font-size-change {
    display: none;
  }
  .header__open-btn {
    position: fixed;
    z-index: 1000;
    right: 5%;
    top: 5.3333333333vw;
    cursor: pointer;
    width: 6.6666666667vw;
    height: 5.6vw;
  }
  .header__open-btn span {
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    height: 0.8vw;
    border-radius: 0.5333333333vw;
    background: #549EFF;
    width: 100%;
  }
  .header__open-btn span:nth-child(1) {
    top: 0vw;
  }
  .header__open-btn span:nth-child(2) {
    top: 2.4vw;
  }
  .header__open-btn span:nth-child(3) {
    top: 4.8vw;
  }
  .header__open-btn.active span:nth-child(1) {
    top: 0vw;
    left: 0vw;
    transform: translateY(1.6vw) rotate(-45deg);
    width: 100%;
  }
  .header__open-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header__open-btn.active span:nth-child(3) {
    top: 0vw;
    left: 0vw;
    transform: translateY(1.6vw) rotate(45deg);
    width: 100%;
  }
}
.footer {
  position: relative;
  z-index: 99;
}
.footer__block {
  background: #99B2D6;
  color: #ffffff;
  padding: min(6vw, 6rem) 0 min(1vw, 1rem);
}
@media only screen and (max-width: 767px) {
  .footer__block {
    padding: 8vw 5.3333333333vw 20vw;
  }
}
.footer__block a {
  color: #ffffff;
}
.footer__block a:hover {
  text-decoration: none;
}
.footer__main-nav-menu {
  margin: 0 auto;
  width: 100%;
  padding: 0 min(3vw, 3rem);
  max-width: min(88vw, 88rem);
  display: grid;
  grid-template-columns: minmax(min-content, 6em) minmax(min-content, 8em) minmax(min-content, 7em) minmax(min-content, 7em);
  gap: min(2.5vw, 2.5rem) min(6vw, 6rem);
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer__main-nav-menu {
    display: block;
    padding: 0;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer__main-nav-menu-item {
    margin-bottom: 0.5em;
  }
}
.footer__main-nav-menu-item a {
  white-space: nowrap;
  padding: 0.2em 0 0.2em 1em;
  font-size: min(1.8vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer__main-nav-menu-item a {
    font-size: 4.8vw;
  }
}
.footer__main-nav-menu-item a::before {
  content: "";
  width: min(0.8vw, 0.8rem);
  height: min(1vw, 1rem);
  background: url(/assets/images/common/footer__main-nav--arrow.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .footer__main-nav-menu-item a::before {
    width: 2.1333333333vw;
    height: 2.6666666667vw;
  }
}
.footer__main-nav-menu-item a::after {
  content: "";
  position: absolute;
  left: 1em;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: min(0.2vw, 0.2rem);
  background: #ffffff;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .footer__main-nav-menu-item a:hover::after {
    width: calc(100% - 1em);
  }
}
.footer__main-nav-menu-item .no-link {
  white-space: nowrap;
  padding: 0.2em 0 0.2em 1em;
  font-size: min(1.8vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 0.6;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer__main-nav-menu-item .no-link {
    font-size: 4.8vw;
  }
}
.footer__main-nav-menu-item .no-link::before {
  content: "";
  width: min(0.8vw, 0.8rem);
  height: min(1vw, 1rem);
  background: url(/assets/images/common/footer__main-nav--arrow.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .footer__main-nav-menu-item .no-link::before {
    width: 2.1333333333vw;
    height: 2.6666666667vw;
  }
}
.footer__main-nav-menu-item .no-link::after {
  content: "";
  position: absolute;
  left: 1em;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: min(0.2vw, 0.2rem);
  background: #ffffff;
  transition: 0.3s;
}
.footer__sub-nav {
  margin-top: min(5vw, 5rem);
}
.footer__sub-nav-menu {
  width: 100%;
  padding: 0 min(3vw, 3rem);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer__sub-nav-menu {
    display: block;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sub-nav-menu-item {
    margin: 0 1.5em 1em 0;
    line-height: 1;
  }
}
.footer__sub-nav-menu-item a {
  font-size: min(1.4vw, 1.4rem);
  font-weight: 500;
  display: block;
  letter-spacing: 0.05em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer__sub-nav-menu-item a {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sub-nav-menu-item a {
    font-size: 3.7333333333vw;
    padding: 0.5em 0;
  }
}
.footer__sub-nav-menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  z-index: 0;
  width: 0;
  height: min(0.2vw, 0.2rem);
  background: #ffffff;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .footer__sub-nav-menu-item a:hover::after {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__sub-nav-menu-item + .footer__sub-nav-menu-item {
    border-left: min(0.1vw, 0.1rem) solid #ffffff;
    padding: 0 0 0 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sub-nav-menu-item + .footer__sub-nav-menu-item {
    border-top: 0.2666666667vw solid #ffffff;
  }
}
.footer__copyright {
  text-align: center;
  font-size: min(1.4vw, 1.4rem);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.footer__wave-01 {
  width: 161.85vw;
  position: absolute;
  left: 50%;
  bottom: -5vw;
  transform: translate(-50%, 50%);
  animation: left-animation 7s 0.7s infinite forwards;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .footer__wave-01 {
    width: 269.75vw;
    bottom: -6vw;
  }
}
.footer__wave-02 {
  width: 161.85vw;
  position: absolute;
  left: 50%;
  bottom: 5.6vw;
  transform: translate(-50%, 50%);
  animation: right-animation 7s 0.7s infinite forwards;
  z-index: 40;
}
@media only screen and (max-width: 767px) {
  .footer__wave-02 {
    width: 269.75vw;
    bottom: 3.33vw;
  }
}
.footer__wave-03 {
  width: 120.1vw;
  position: absolute;
  left: 50%;
  bottom: 11.4vw;
  transform: translate(-50%, 50%);
  animation: left-animation 7s 0.7s infinite forwards;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .footer__wave-03 {
    width: 200.1666666667vw;
    bottom: 16vw;
  }
}
.footer__wave-wrap {
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap {
    height: 30vw;
  }
}
.footer__wave-wrap img {
  width: 100%;
}
.footer__wave-wrap .footer__whale-01 {
  width: 6vw;
  position: absolute;
  left: 75%;
  bottom: 0;
  transform: rotate(0deg);
  transform-origin: 30% bottom;
  animation: left-rotate 7s 0.7s infinite forwards;
  z-index: 49;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__whale-01 {
    width: 10vw;
    bottom: 8vw;
    display: none;
  }
}
.footer__wave-wrap .footer__whale-02 {
  width: 4vw;
  position: absolute;
  left: 88%;
  bottom: 0;
  transform: rotate(0);
  transform-origin: 70% bottom;
  animation: right-rotate 7s 0.7s infinite forwards;
  z-index: 49;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__whale-02 {
    width: 6.6666666667vw;
    bottom: 6vw;
    left: 85%;
    display: none;
  }
}
.footer__wave-wrap .footer__summer__chara01 {
  width: 3.75vw;
  position: absolute;
  transform: 0;
  transform-origin: center;
  animation: footer__summe__chara01 56s infinite forwards linear;
  z-index: 47;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__summer__chara01 {
    width: 8.1666666667vw;
    animation: footer__summe__chara01__sp 56s infinite forwards linear;
  }
}
.footer__wave-wrap .footer__summer__chara02 {
  width: 10.7vw;
  position: absolute;
  transform: 0;
  transform-origin: center;
  animation: footer__summe__chara02 56s infinite forwards linear;
  z-index: 46;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__summer__chara02 {
    width: 23.25vw;
    animation: footer__summe__chara02__sp 56s infinite forwards linear;
  }
}
.footer__wave-wrap .footer__summer__chara03 {
  width: 3.75vw;
  position: absolute;
  transform: 0;
  transform-origin: top left;
  animation: footer__summe__chara03 56s infinite forwards linear;
  z-index: 48;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__summer__chara03 {
    width: 8.1666666667vw;
    animation: footer__summe__chara03__sp 56s infinite forwards linear;
  }
}
.footer__wave-wrap .footer__summer__kick01 {
  width: 4.9vw;
  position: absolute;
  transform: 0;
  transform-origin: center left;
  animation: footer__summe__kick01 56s infinite forwards linear;
  z-index: 45;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__summer__kick01 {
    width: 10.6666666667vw;
    animation: footer__summe__kick01__sp 56s infinite forwards linear;
  }
}
.footer__wave-wrap .footer__summer__wave01-01 {
  width: 9.75vw;
  position: absolute;
  transform: 0;
  transform-origin: center;
  animation: footer__summe__wave01-01 56s infinite forwards linear;
  z-index: 46;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__summer__wave01-01 {
    width: 21.1666666667vw;
    animation: footer__summe__wave01-01__sp 56s infinite forwards linear;
  }
}
.footer__wave-wrap .footer__summer__wave01-02 {
  width: 2.8vw;
  position: absolute;
  transform: 0;
  transform-origin: center;
  animation: footer__summe__wave01-02 56s infinite forwards linear;
  z-index: 43;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__summer__wave01-02 {
    display: none;
  }
}
.footer__wave-wrap .footer__summer__wave02-01 {
  width: 6vw;
  position: absolute;
  transform: 0;
  transform-origin: center;
  animation: footer__summe__wave02-01 56s infinite forwards linear;
  z-index: 42;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__summer__wave02-01 {
    width: 13vw;
  }
}
.footer__wave-wrap .footer__summer__wave02-02 {
  display: none;
  width: 5.65vw;
  position: absolute;
  transform: 0;
  transform-origin: center;
  animation: footer__summe__wave02-02 56s infinite forwards linear;
  z-index: 41;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__summer__wave02-02 {
    display: none;
  }
}
.footer__wave-wrap .footer__summer__wave03-01 {
  width: 1.95vw;
  position: absolute;
  transform: 0;
  transform-origin: center;
  animation: footer__summe__wave03-01 56s infinite forwards linear;
  z-index: 40;
}
@media only screen and (max-width: 767px) {
  .footer__wave-wrap .footer__summer__wave03-01 {
    width: 4.25vw;
    animation: footer__summe__wave03-01__sp 56s infinite forwards linear;
  }
}
.footer__wave-wrap .footer__summer img {
  width: 100%;
  height: auto;
}

@keyframes right-animation {
  10% {
    left: 50%;
  }
  40% {
    left: 55%;
  }
  60% {
    left: 55%;
  }
  90% {
    left: 50%;
  }
  100% {
    left: 50%;
  }
}
@keyframes left-animation {
  10% {
    left: 50%;
  }
  40% {
    left: 45%;
  }
  60% {
    left: 45%;
  }
  90% {
    left: 50%;
  }
  100% {
    left: 50%;
  }
}
@keyframes left-rotate {
  10% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-35deg);
  }
  60% {
    transform: rotate(-35deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes right-rotate {
  10% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(50deg);
  }
  60% {
    transform: rotate(50deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes footer__summe__chara01 {
  0% {
    left: 106vw;
    bottom: 11vw;
    transform: rotate(-15deg);
  }
  10% {
    left: 93.5vw;
    bottom: 10vw;
    transform: rotate(15deg);
  }
  20% {
    left: 81vw;
    bottom: 11vw;
    transform: rotate(-15deg);
  }
  30% {
    left: 68.5vw;
    bottom: 10vw;
    transform: rotate(15deg);
  }
  40% {
    left: 56vw;
    bottom: 11vw;
    transform: rotate(-15deg);
  }
  50% {
    left: 43.5vw;
    bottom: 10vw;
    transform: rotate(15deg);
  }
  60% {
    left: 31vw;
    bottom: 11vw;
    transform: rotate(-15deg);
  }
  70% {
    left: 18.5vw;
    bottom: 10vw;
    transform: rotate(15deg);
  }
  80% {
    left: 6vw;
    bottom: 11vw;
    transform: rotate(-15deg);
  }
  90% {
    left: -6.5vw;
    bottom: 10vw;
    transform: rotate(15deg);
  }
  100% {
    left: -19vw;
    bottom: 11vw;
    transform: rotate(-15deg);
  }
}
@keyframes footer__summe__chara01__sp {
  0% {
    left: 106vw;
    bottom: 15vw;
    transform: rotate(-15deg);
  }
  10% {
    left: 93.5vw;
    bottom: 14vw;
    transform: rotate(15deg);
  }
  20% {
    left: 81vw;
    bottom: 15vw;
    transform: rotate(-15deg);
  }
  30% {
    left: 68.5vw;
    bottom: 14vw;
    transform: rotate(15deg);
  }
  40% {
    left: 56vw;
    bottom: 15vw;
    transform: rotate(-15deg);
  }
  50% {
    left: 43.5vw;
    bottom: 14vw;
    transform: rotate(15deg);
  }
  60% {
    left: 31vw;
    bottom: 15vw;
    transform: rotate(-15deg);
  }
  70% {
    left: 18.5vw;
    bottom: 14vw;
    transform: rotate(15deg);
  }
  80% {
    left: 6vw;
    bottom: 15vw;
    transform: rotate(-15deg);
  }
  90% {
    left: -6.5vw;
    bottom: 14vw;
    transform: rotate(15deg);
  }
  100% {
    left: -19vw;
    bottom: 15vw;
    transform: rotate(-15deg);
  }
}
@keyframes footer__summe__chara02 {
  0% {
    left: 105vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
  10% {
    left: 92.5vw;
    bottom: 5.5vw;
    transform: rotate(20deg);
  }
  20% {
    left: 80vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
  30% {
    left: 67.5vw;
    bottom: 5.5vw;
    transform: rotate(20deg);
  }
  40% {
    left: 55vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
  50% {
    left: 42.5vw;
    bottom: 5.5vw;
    transform: rotate(20deg);
  }
  60% {
    left: 30vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
  70% {
    left: 17.5vw;
    bottom: 5.5vw;
    transform: rotate(20deg);
  }
  80% {
    left: 5vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
  90% {
    left: -7.5vw;
    bottom: 5.5vw;
    transform: rotate(20deg);
  }
  100% {
    left: -20vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
}
@keyframes footer__summe__chara02__sp {
  0% {
    left: 105vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
  10% {
    left: 92.5vw;
    bottom: 5.5vw;
    transform: rotate(20deg);
  }
  20% {
    left: 80vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
  30% {
    left: 67.5vw;
    bottom: 5.5vw;
    transform: rotate(20deg);
  }
  40% {
    left: 55vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
  50% {
    left: 42.5vw;
    bottom: 5.5vw;
    transform: rotate(20deg);
  }
  60% {
    left: 30vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
  70% {
    left: 17.5vw;
    bottom: 5.5vw;
    transform: rotate(20deg);
  }
  80% {
    left: 5vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
  90% {
    left: -7.5vw;
    bottom: 5.5vw;
    transform: rotate(20deg);
  }
  100% {
    left: -20vw;
    bottom: 6.5vw;
    transform: rotate(0deg);
  }
}
@keyframes footer__summe__chara03 {
  0% {
    left: 113vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  10% {
    left: 100.5vw;
    bottom: 6vw;
    transform: rotate(10deg);
  }
  20% {
    left: 88vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  30% {
    left: 75.5vw;
    bottom: 6vw;
    transform: rotate(10deg);
  }
  40% {
    left: 63vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  50% {
    left: 50.5vw;
    bottom: 6vw;
    transform: rotate(10deg);
  }
  60% {
    left: 38vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  70% {
    left: 25.5vw;
    bottom: 6vw;
    transform: rotate(10deg);
  }
  80% {
    left: 13vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  90% {
    left: 0.5vw;
    bottom: 6vw;
    transform: rotate(10deg);
  }
  100% {
    left: -12vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
}
@keyframes footer__summe__chara03__sp {
  0% {
    left: 120vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  10% {
    left: 107.5vw;
    bottom: 6vw;
    transform: rotate(10deg);
  }
  20% {
    left: 95vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  30% {
    left: 82.5vw;
    bottom: 6vw;
    transform: rotate(10deg);
  }
  40% {
    left: 70vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  50% {
    left: 57.5vw;
    bottom: 6vw;
    transform: rotate(10deg);
  }
  60% {
    left: 45vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  70% {
    left: 32.5vw;
    bottom: 6vw;
    transform: rotate(10deg);
  }
  80% {
    left: 20vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  90% {
    left: 7.5vw;
    bottom: 6vw;
    transform: rotate(10deg);
  }
  100% {
    left: -5vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
}
@keyframes footer__summe__kick01 {
  0% {
    left: 115.4vw;
    bottom: 6.7vw;
    transform: rotate(-15deg);
  }
  10% {
    left: 102.9vw;
    bottom: 5.7vw;
    transform: rotate(15deg);
  }
  20% {
    left: 90.4vw;
    bottom: 6.7vw;
    transform: rotate(-15deg);
  }
  30% {
    left: 77.9vw;
    bottom: 5.7vw;
    transform: rotate(15deg);
  }
  40% {
    left: 65.4vw;
    bottom: 6.7vw;
    transform: rotate(-15deg);
  }
  50% {
    left: 52.9vw;
    bottom: 5.7vw;
    transform: rotate(15deg);
  }
  60% {
    left: 40.4vw;
    bottom: 6.7vw;
    transform: rotate(-15deg);
  }
  70% {
    left: 27.9vw;
    bottom: 5.7vw;
    transform: rotate(15deg);
  }
  80% {
    left: 15.4vw;
    bottom: 6.7vw;
    transform: rotate(-15deg);
  }
  90% {
    left: 2.9vw;
    bottom: 5.7vw;
    transform: rotate(15deg);
  }
  100% {
    left: -9.6vw;
    bottom: 6.7vw;
    transform: rotate(-15deg);
  }
}
@keyframes footer__summe__kick01__sp {
  0% {
    left: 125vw;
    bottom: 6.4vw;
    transform: rotate(-15deg);
  }
  10% {
    left: 112.5vw;
    bottom: 5.4vw;
    transform: rotate(15deg);
  }
  20% {
    left: 100vw;
    bottom: 6.4vw;
    transform: rotate(-15deg);
  }
  30% {
    left: 87.5vw;
    bottom: 5.4vw;
    transform: rotate(15deg);
  }
  40% {
    left: 75vw;
    bottom: 6.4vw;
    transform: rotate(-15deg);
  }
  50% {
    left: 62.5vw;
    bottom: 5.4vw;
    transform: rotate(15deg);
  }
  60% {
    left: 50vw;
    bottom: 6.4vw;
    transform: rotate(-15deg);
  }
  70% {
    left: 37.5vw;
    bottom: 5.4vw;
    transform: rotate(15deg);
  }
  80% {
    left: 25vw;
    bottom: 6.4vw;
    transform: rotate(-15deg);
  }
  90% {
    left: 12.5vw;
    bottom: 5.4vw;
    transform: rotate(15deg);
  }
  100% {
    left: 0vw;
    bottom: 6.4vw;
    transform: rotate(-15deg);
  }
}
@keyframes footer__summe__wave01-01 {
  0% {
    left: 101.5vw;
    bottom: 5.3vw;
  }
  10% {
    left: 89vw;
    bottom: 4.3vw;
  }
  20% {
    left: 76.5vw;
    bottom: 5.3vw;
  }
  30% {
    left: 64vw;
    bottom: 4.3vw;
  }
  40% {
    left: 51.5vw;
    bottom: 5.3vw;
  }
  50% {
    left: 39vw;
    bottom: 4.3vw;
  }
  60% {
    left: 26.5vw;
    bottom: 5.3vw;
  }
  70% {
    left: 14vw;
    bottom: 4.3vw;
  }
  80% {
    left: 1.5vw;
    bottom: 5.3vw;
  }
  90% {
    left: -11vw;
    bottom: 4.3vw;
  }
  100% {
    left: -23.5vw;
    bottom: 5.3vw;
  }
}
@keyframes footer__summe__wave01-01__sp {
  0% {
    left: 98vw;
    bottom: 4.5vw;
  }
  10% {
    left: 85.5vw;
    bottom: 3.5vw;
  }
  20% {
    left: 73vw;
    bottom: 4.5vw;
  }
  30% {
    left: 60.5vw;
    bottom: 3.5vw;
  }
  40% {
    left: 48vw;
    bottom: 4.5vw;
  }
  50% {
    left: 35.5vw;
    bottom: 3.5vw;
  }
  60% {
    left: 23vw;
    bottom: 4.5vw;
  }
  70% {
    left: 10.5vw;
    bottom: 3.5vw;
  }
  80% {
    left: -2vw;
    bottom: 4.5vw;
  }
  90% {
    left: -14.5vw;
    bottom: 3.5vw;
  }
  100% {
    left: -27vw;
    bottom: 4.5vw;
  }
}
@keyframes footer__summe__wave01-02 {
  0% {
    left: 109vw;
    bottom: 4.7vw;
  }
  10% {
    left: 96.5vw;
    bottom: 3.7vw;
  }
  20% {
    left: 84vw;
    bottom: 4.7vw;
  }
  30% {
    left: 71.5vw;
    bottom: 3.7vw;
  }
  40% {
    left: 59vw;
    bottom: 4.7vw;
  }
  50% {
    left: 46.5vw;
    bottom: 3.7vw;
  }
  60% {
    left: 34vw;
    bottom: 4.7vw;
  }
  70% {
    left: 21.5vw;
    bottom: 3.7vw;
  }
  80% {
    left: 9vw;
    bottom: 4.7vw;
  }
  90% {
    left: -3.5vw;
    bottom: 3.7vw;
  }
  100% {
    left: -16vw;
    bottom: 4.7vw;
  }
}
@keyframes footer__summe__wave02-01 {
  0% {
    left: 104.5vw;
    bottom: 6vw;
  }
  10% {
    left: 92vw;
    bottom: 5vw;
  }
  20% {
    left: 79.5vw;
    bottom: 6vw;
  }
  30% {
    left: 67vw;
    bottom: 5vw;
  }
  40% {
    left: 54.5vw;
    bottom: 6vw;
  }
  50% {
    left: 42vw;
    bottom: 5vw;
  }
  60% {
    left: 29.5vw;
    bottom: 6vw;
  }
  70% {
    left: 17vw;
    bottom: 5vw;
  }
  80% {
    left: 4.5vw;
    bottom: 6vw;
  }
  90% {
    left: -8vw;
    bottom: 5vw;
  }
  100% {
    left: -20.5vw;
    bottom: 6vw;
  }
}
@keyframes footer__summe__wave02-02 {
  0% {
    left: 112vw;
    bottom: 5.1vw;
  }
  10% {
    left: 99.5vw;
    bottom: 4.1vw;
  }
  20% {
    left: 87vw;
    bottom: 5.1vw;
  }
  30% {
    left: 74.5vw;
    bottom: 4.1vw;
  }
  40% {
    left: 62vw;
    bottom: 5.1vw;
  }
  50% {
    left: 49.5vw;
    bottom: 4.1vw;
  }
  60% {
    left: 37vw;
    bottom: 5.1vw;
  }
  70% {
    left: 24.5vw;
    bottom: 4.1vw;
  }
  80% {
    left: 12vw;
    bottom: 5.1vw;
  }
  90% {
    left: -0.5vw;
    bottom: 4.1vw;
  }
  100% {
    left: -13vw;
    bottom: 5.1vw;
  }
}
@keyframes footer__summe__wave03-01 {
  0% {
    left: 112.7vw;
    bottom: 6.5vw;
  }
  10% {
    left: 100.2vw;
    bottom: 5.5vw;
  }
  20% {
    left: 87.7vw;
    bottom: 6.5vw;
  }
  30% {
    left: 75.2vw;
    bottom: 5.5vw;
  }
  40% {
    left: 62.7vw;
    bottom: 6.5vw;
  }
  50% {
    left: 50.2vw;
    bottom: 5.5vw;
  }
  60% {
    left: 37.7vw;
    bottom: 6.5vw;
  }
  70% {
    left: 25.2vw;
    bottom: 5.5vw;
  }
  80% {
    left: 12.7vw;
    bottom: 6.5vw;
  }
  90% {
    left: 0.2vw;
    bottom: 5.5vw;
  }
  100% {
    left: -12.3vw;
    bottom: 6.5vw;
  }
}
@keyframes footer__summe__wave03-01__sp {
  0% {
    left: 120vw;
    bottom: 6vw;
  }
  10% {
    left: 107.5vw;
    bottom: 5vw;
  }
  20% {
    left: 95vw;
    bottom: 6vw;
  }
  30% {
    left: 82.5vw;
    bottom: 5vw;
  }
  40% {
    left: 70vw;
    bottom: 6vw;
  }
  50% {
    left: 57.5vw;
    bottom: 5vw;
  }
  60% {
    left: 45vw;
    bottom: 6vw;
  }
  70% {
    left: 32.5vw;
    bottom: 5vw;
  }
  80% {
    left: 20vw;
    bottom: 6vw;
  }
  90% {
    left: 7.5vw;
    bottom: 5vw;
  }
  100% {
    left: -5vw;
    bottom: 6vw;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn__type-a a {
  border: min(0.2083333333vw, 0.3rem) solid #549EFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #549EFF;
  background: #ffffff;
  font-size: min(1.25vw, 1.8rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  max-width: 60rem;
  height: min(4.7222222222vw, 6.8rem);
  border-radius: min(1.3888888889vw, 2rem);
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0px 0px min(1.7361111111vw, 2.5rem) 0px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 0 5%;
}
.btn__type-a a .small {
  font-size: min(1.0416666667vw, 1.5rem);
}
@media only screen and (max-width: 767px) {
  .btn__type-a a .small {
    font-size: 3.2vw;
  }
}
.btn__type-a a::before {
  content: "";
  position: absolute;
  right: 1.8%;
  top: 50%;
  width: min(2.0833333333vw, 3rem);
  height: min(2.0833333333vw, 3rem);
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  transform: translate(0, -50%) scale(0, 0);
  z-index: 0;
}
.btn__type-a a::after {
  content: "";
  position: absolute;
  right: 1.8%;
  top: 50%;
  width: min(2.0833333333vw, 3rem);
  height: min(2.0833333333vw, 3rem);
  background: url(/assets/images/common/btn__type-a--arrow.svg) center center no-repeat;
  background-size: cover;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn__type-a a::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .btn__type-a a:hover {
    background: #549EFF;
    color: #ffffff;
    text-decoration: none;
  }
  .btn__type-a a:hover::before {
    transform: translate(0, -50%) scale(1, 1);
  }
}
@media only screen and (max-width: 767px) {
  .btn__type-a a {
    height: 3.8em;
    font-size: 4vw;
    border-radius: 1em;
    border-width: 0.8vw;
  }
}
.btn__type-a + p {
  margin-top: min(2.0833333333vw, 3rem);
}
.btn__type-b a {
  border: min(0.2083333333vw, 0.3rem) solid #08F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #08F;
  background: #ffffff;
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: min(3.4722222222vw, 5rem);
  border-radius: min(1.3888888889vw, 2rem);
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0px 0px min(1.7361111111vw, 2.5rem) 0px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 0 10%;
}
.btn__type-b a::before {
  content: "";
  position: absolute;
  right: -0.2%;
  top: 50%;
  width: 2.2rem;
  height: 2.2rem;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  transform: translate(-48%, -50%) scale(0, 0);
  z-index: 0;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .btn__type-b a::before {
    width: 1.65rem;
    height: 1.65rem;
  }
}
.btn__type-b a::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  width: 1rem;
  height: 1.5rem;
  background: url(/assets/images/common/btn__type-b--arrow.svg) center center no-repeat;
  background-size: cover;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .btn__type-b a::after {
    width: 0.75rem;
    height: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn__type-b a::after {
    width: 2.6666666667vw;
    height: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .btn__type-b a:hover {
    background: #08F;
    color: #ffffff;
    text-decoration: none;
  }
  .btn__type-b a:hover::before {
    transform: translate(-48%, -50%) scale(1, 1);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .btn__type-b a {
    font-size: 1.05rem;
    height: 3.2em;
  }
}
@media only screen and (max-width: 767px) {
  .btn__type-b a {
    height: 3.2em;
    font-size: 3.7333333333vw;
    border-radius: 1.4em;
    border-width: 0.8vw;
  }
}
.btn__type-c a {
  border: min(0.2083333333vw, 0.3rem) solid #549EFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #549EFF;
  background: #ffffff;
  font-size: min(1.25vw, 1.8rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  max-width: 60rem;
  height: min(4.7222222222vw, 6.8rem);
  border-radius: min(1.3888888889vw, 2rem);
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0px 0px min(1.7361111111vw, 2.5rem) 0px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 0 5%;
}
.btn__type-c a .small {
  font-size: min(1.0416666667vw, 1.5rem);
}
@media only screen and (max-width: 767px) {
  .btn__type-c a .small {
    font-size: 3.2vw;
  }
}
.btn__type-c a::before {
  content: "";
  position: absolute;
  right: 1.8%;
  top: 50%;
  width: min(2.0833333333vw, 3rem);
  height: min(2.0833333333vw, 3rem);
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  transform: translate(0, -50%) scale(0, 0);
  z-index: 0;
}
.btn__type-c a::after {
  content: "";
  position: absolute;
  right: 1.8%;
  top: 50%;
  width: min(2.0833333333vw, 3rem);
  height: min(2.0833333333vw, 3rem);
  background: url(/assets/images/common/btn__type-a--arrow.svg) center center no-repeat;
  background-size: cover;
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn__type-c a::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .btn__type-c a:hover {
    background: #549EFF;
    color: #ffffff;
    text-decoration: none;
  }
  .btn__type-c a:hover::before {
    transform: translate(0, -50%) scale(1, 1);
  }
}
@media only screen and (max-width: 767px) {
  .btn__type-c a {
    height: 3.8em;
    font-size: 4vw;
    border-radius: 1em;
    border-width: 0.8vw;
  }
}
.btn__type-c + p {
  margin-top: min(2.0833333333vw, 3rem);
}

.emergency .btn__type-a a {
  border-color: #FF5454;
  color: #FF5454;
}
.emergency .btn__type-a a::after {
  content: "";
  background: url(/assets/images/common/btn__type-a--arrow-red.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .emergency .btn__type-a a:hover {
    background: #FF5454;
    color: #ffffff;
  }
}

.table__scroll-box {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: min(1.3888888889vw, 2rem);
  /* スクロールバー全体を対象にする */
  /* スクロールバーの背景部分をカスタマイズ */
  /* スクロールバーの操作部分をカスタマイズ */
  /* スクロールバーの操作部分にホバーした時のスタイル */
}
@media only screen and (max-width: 767px) {
  .table__scroll-box {
    border-radius: 2.6666666667vw;
  }
}
.table__scroll-box table {
  white-space: nowrap;
}
.table__scroll-box::-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
  height: 10px; /* スクロールバーの高さ */
}
.table__scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1; /* スクロールバーの背景色 */
  border-radius: 5px; /* 角丸にする */
}
.table__scroll-box::-webkit-scrollbar-thumb {
  background: #888; /* スクロールバーの操作部分の背景色 */
  border-radius: 5px; /* 角丸にする */
}
.table__scroll-box::-webkit-scrollbar-thumb:hover {
  background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}
.table__scroll-box + .page__ttl {
  margin-top: 4em;
}
.table__scroll-box + .page__sec-ttl--normal {
  margin-top: 2em;
}
.table__scroll-box + ul {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .table__style-a {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    width: min(140.625vw, 202.5rem);
  }
  .table__style-a tr th {
    padding: 0.4em 0.5em;
    background: #549EFF;
    color: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px), linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 6px 2px, 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: left top, right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-a tr th:last-child {
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px);
    background-size: 6px 2px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  .table__style-a tr td {
    width: min(8.8888888889vw, 12.8rem);
    padding: 0.85em 0.5em;
    background: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-y;
  }
  .table__style-a tr td:first-child {
    width: min(16.4583333333vw, 23.7rem);
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-a tr td:nth-child(2) {
    width: min(8.75vw, 12.6rem);
  }
  .table__style-a tr td:nth-child(3) {
    width: min(8.75vw, 12.6rem);
  }
  .table__style-a tr td:last-child {
    border-right: none;
    background-image: none;
  }
  .table__style-a tr:first-child th {
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    background-size: 2px 6px;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-a tr:first-child th:first-child {
    border-radius: min(1.3888888889vw, 2rem) 0 0 0;
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-a tr:first-child th:last-child {
    border-radius: 0 min(1.3888888889vw, 2rem) 0 0;
    background-image: none;
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-a tr:last-child td {
    border-bottom: none;
  }
  .table__style-a tr:last-child td:first-child {
    border-radius: 0 0 0 min(1.3888888889vw, 2rem);
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-a tr:last-child td:last-child {
    border-radius: 0 0 min(1.3888888889vw, 2rem) 0;
  }
  .table__style-a .table-fixed {
    position: sticky;
    top: 0;
  }
  .table__style-a .table-fixed-1 {
    left: 0;
    width: min(16.4583333333vw, 23.7rem);
  }
  .table__style-a .table-fixed-2 {
    left: min(16.4583333333vw, 23.7rem);
    width: min(8.75vw, 12.6rem);
  }
  .table__style-a .table-fixed-3 {
    left: min(25.2083333333vw, 36.3rem);
    width: min(8.75vw, 12.6rem);
  }
}
@media only screen and (max-width: 767px) {
  .table__style-a {
    table-layout: auto;
    writing-mode: vertical-lr;
  }
  .table__style-a tr th {
    writing-mode: horizontal-tb;
    padding: 0.5333333333vw 0.5333333333vw;
    background: #549EFF;
    color: #ffffff;
    font-size: min(3.7333333333vw, 1.4rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw), linear-gradient(to top, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    /* 背景画像の大きさを設定 */
    background-size: 0.8vw 0.2666666667vw, 0.2666666667vw 0.8vw;
    /* 背景の開始位置を指定 */
    background-position: right bottom, left bottom;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-a tr th:last-child {
    background-image: linear-gradient(to top, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.2666666667vw 0.8vw;
    background-position: left bottom;
    background-repeat: repeat-y;
  }
  .table__style-a tr td {
    writing-mode: horizontal-tb;
    white-space: normal;
    width: 104px;
    padding: 0 0.5333333333vw;
    background: #ffffff;
    font-size: min(3.7333333333vw, 1.4rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    border-right: 0.2666666667vw solid #d9d9d9;
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.8vw 0.2666666667vw;
    background-position: right bottom;
    background-repeat: repeat-x;
  }
  .table__style-a tr td .table-cell-1 {
    display: flex;
    height: 6em;
    justify-content: center;
    align-items: center;
  }
  .table__style-a tr td:last-child {
    background-image: none;
  }
  .table__style-a tr:first-child th {
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.8vw 0.2666666667vw;
    background-position: right bottom;
    background-repeat: repeat-x;
  }
  .table__style-a tr:first-child th:first-child {
    border-radius: 2.6666666667vw 0 0 0;
  }
  .table__style-a tr:first-child th:last-child {
    border-radius: 0 0 0 2.6666666667vw;
    background-image: none;
    width: 85px;
  }
  .table__style-a tr:last-child td {
    border-right: none;
  }
  .table__style-a tr:last-child td:first-child {
    border-radius: 0 2.6666666667vw 0 0;
  }
  .table__style-a tr:last-child td:last-child {
    border-radius: 0 0 2.6666666667vw 0;
  }
  .table__style-a .table-fixed-sp {
    position: sticky;
    top: 0;
    left: 0;
  }
  .table__style-a .table-fixed-sp-2 {
    position: sticky;
    top: 0;
    left: 85px;
    width: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .table__style-b {
    table-layout: auto;
    width: 100%;
  }
  .table__style-b tr th {
    padding: 0.4em 0.5em;
    background: #549EFF;
    color: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px), linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 6px 2px, 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: left top, right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-b tr th:last-child {
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px);
    background-size: 6px 2px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  .table__style-b tr td {
    width: min(8.8888888889vw, 12.8rem);
    padding: 0.85em 0.5em;
    background: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    border-bottom: min(0.0694444444vw, 0.1rem) solid #d9d9d9;
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-y;
  }
  .table__style-b tr td:first-child {
    width: min(16.4583333333vw, 23.7rem);
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-b tr td:nth-child(2) {
    width: min(8.75vw, 12.6rem);
  }
  .table__style-b tr td:nth-child(3) {
    width: min(8.75vw, 12.6rem);
  }
  .table__style-b tr td:last-child {
    border-right: none;
    background-image: none;
  }
  .table__style-b tr:first-child th {
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    background-size: 2px 6px;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-b tr:first-child th:first-child {
    border-radius: min(1.3888888889vw, 2rem) 0 0 0;
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-b tr:first-child th:last-child {
    border-radius: 0 min(1.3888888889vw, 2rem) 0 0;
    background-image: none;
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-b tr:last-child td {
    border-bottom: none;
  }
  .table__style-b tr:last-child td:first-child {
    border-radius: 0 0 0 min(1.3888888889vw, 2rem);
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-b tr:last-child td:last-child {
    border-radius: 0 0 min(1.3888888889vw, 2rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .table__style-b {
    table-layout: auto;
    writing-mode: vertical-lr;
  }
  .table__style-b tr th {
    writing-mode: horizontal-tb;
    padding: 0.5333333333vw 0.5333333333vw;
    background: #549EFF;
    color: #ffffff;
    font-size: min(3.7333333333vw, 1.4rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw), linear-gradient(to top, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    /* 背景画像の大きさを設定 */
    background-size: 0.8vw 0.2666666667vw, 0.2666666667vw 0.8vw;
    /* 背景の開始位置を指定 */
    background-position: right bottom, left bottom;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-b tr th:last-child {
    background-image: linear-gradient(to top, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.2666666667vw 0.8vw;
    background-position: left bottom;
    background-repeat: repeat-y;
  }
  .table__style-b tr td {
    writing-mode: horizontal-tb;
    white-space: normal;
    width: 104px;
    padding: 0 0.5333333333vw;
    background: #ffffff;
    font-size: min(3.7333333333vw, 1.4rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    border-right: 0.2666666667vw solid #d9d9d9;
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.8vw 0.2666666667vw;
    background-position: right bottom;
    background-repeat: repeat-x;
  }
  .table__style-b tr td .table-cell-1 {
    display: flex;
    height: 6em;
    justify-content: center;
    align-items: center;
  }
  .table__style-b tr td:last-child {
    background-image: none;
  }
  .table__style-b tr:first-child th {
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.8vw 0.2666666667vw;
    background-position: right bottom;
    background-repeat: repeat-x;
  }
  .table__style-b tr:first-child th:first-child {
    border-radius: 2.6666666667vw 0 0 0;
  }
  .table__style-b tr:first-child th:last-child {
    border-radius: 0 0 0 2.6666666667vw;
    background-image: none;
    width: 85px;
  }
  .table__style-b tr:last-child td {
    border-right: none;
  }
  .table__style-b tr:last-child td:first-child {
    border-radius: 0 2.6666666667vw 0 0;
  }
  .table__style-b tr:last-child td:last-child {
    border-radius: 0 0 2.6666666667vw 0;
  }
  .table__style-b .table-fixed-sp {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .table__style-b .table-fixed-sp-2 {
    position: sticky;
    top: 0;
    left: 85px;
    width: 70px;
    z-index: 10;
  }
}
@media print, screen and (min-width: 768px) {
  .table__style-c {
    table-layout: auto;
    width: 100%;
    max-width: 71.3rem;
  }
  .table__style-c tr th {
    padding: 0.4em 0.5em;
    background: #549EFF;
    color: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px), linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 6px 2px, 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: left top, right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-c tr th:last-child {
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px);
    background-size: 6px 2px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  .table__style-c tr td {
    width: 22.3001402525%;
    padding: 0.85em 0.5em;
    background: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    border-bottom: min(0.0694444444vw, 0.1rem) solid #d9d9d9;
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-y;
  }
  .table__style-c tr td:first-child {
    width: 33.0995792426%;
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-c tr td:last-child {
    border-right: none;
    background-image: none;
  }
  .table__style-c tr:first-child th {
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    background-size: 2px 6px;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-c tr:first-child th:first-child {
    border-radius: min(1.3888888889vw, 2rem) 0 0 0;
  }
  .table__style-c tr:first-child th:last-child {
    border-radius: 0 min(1.3888888889vw, 2rem) 0 0;
    background-image: none;
  }
  .table__style-c tr:last-child td {
    border-bottom: none;
  }
  .table__style-c tr:last-child td:first-child {
    border-radius: 0 0 0 min(1.3888888889vw, 2rem);
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-c tr:last-child td:last-child {
    border-radius: 0 0 min(1.3888888889vw, 2rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .table__style-c {
    table-layout: auto;
    writing-mode: vertical-lr;
  }
  .table__style-c tr th {
    writing-mode: horizontal-tb;
    width: 130px;
    padding: 0.5333333333vw 0.5333333333vw;
    background: #549EFF;
    color: #ffffff;
    font-size: min(3.7333333333vw, 1.4rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw), linear-gradient(to top, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    /* 背景画像の大きさを設定 */
    background-size: 0.8vw 0.2666666667vw, 0.2666666667vw 0.8vw;
    /* 背景の開始位置を指定 */
    background-position: right bottom, left bottom;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-c tr th:last-child {
    background-image: linear-gradient(to top, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.2666666667vw 0.8vw;
    background-position: left bottom;
    background-repeat: repeat-y;
  }
  .table__style-c tr td {
    writing-mode: horizontal-tb;
    white-space: normal;
    width: 104px;
    padding: 0 0.5333333333vw;
    background: #ffffff;
    font-size: min(3.7333333333vw, 1.4rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    border-right: 0.2666666667vw solid #d9d9d9;
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.8vw 0.2666666667vw;
    background-position: right bottom;
    background-repeat: repeat-x;
  }
  .table__style-c tr td .table-cell-1 {
    display: flex;
    height: 6em;
    justify-content: center;
    align-items: center;
  }
  .table__style-c tr td:last-child {
    background-image: none;
  }
  .table__style-c tr:first-child th {
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.8vw 0.2666666667vw;
    background-position: right bottom;
    background-repeat: repeat-x;
  }
  .table__style-c tr:first-child th:first-child {
    border-radius: 2.6666666667vw 0 0 0;
  }
  .table__style-c tr:first-child th:last-child {
    border-radius: 0 0 0 2.6666666667vw;
    background-image: none;
    width: 85px;
  }
  .table__style-c tr:last-child td {
    border-right: none;
  }
  .table__style-c tr:last-child td:first-child {
    border-radius: 0 2.6666666667vw 0 0;
  }
  .table__style-c tr:last-child td:last-child {
    border-radius: 0 0 2.6666666667vw 0;
  }
  .table__style-c .table-fixed-sp {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .table__style-c .table-fixed-sp-2 {
    position: sticky;
    top: 0;
    left: 85px;
    width: 70px;
    z-index: 10;
  }
}
@media print, screen and (min-width: 768px) {
  .table__style-d {
    table-layout: auto;
    width: 100%;
  }
  .table__style-d tr th {
    padding: 0.4em 0.5em;
    background: #549EFF;
    color: #ffffff;
    font-size: min(0.6944444444vw, 1rem);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px), linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 6px 2px, 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: left top, right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-d tr th:last-child {
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px);
    background-size: 6px 2px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  .table__style-d tr td {
    width: 10%;
    padding: 0.85em 0.5em;
    background: #ffffff;
    font-size: min(0.8333333333vw, 1.2rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    border-bottom: min(0.0694444444vw, 0.1rem) solid #d9d9d9;
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-y;
  }
  .table__style-d tr td:first-child {
    width: 20%;
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-d tr td:last-child {
    border-right: none;
    background-image: none;
  }
  .table__style-d tr:first-child th {
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    background-size: 2px 6px;
    background-position: right top;
    background-repeat: repeat-y;
    font-size: min(0.8333333333vw, 1.2rem);
  }
  .table__style-d tr:first-child th:first-child {
    border-radius: min(1.3888888889vw, 2rem) 0 0 0;
  }
  .table__style-d tr:first-child th:last-child {
    border-radius: 0 min(1.3888888889vw, 2rem) 0 0;
    background-image: none;
  }
  .table__style-d tr:last-child td {
    border-bottom: none;
  }
  .table__style-d tr:last-child td:first-child {
    border-radius: 0 0 0 min(1.3888888889vw, 2rem);
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-d tr:last-child td:last-child {
    border-radius: 0 0 min(1.3888888889vw, 2rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .table__style-d {
    table-layout: auto;
    writing-mode: vertical-lr;
  }
  .table__style-d tr th {
    writing-mode: horizontal-tb;
    width: 105px;
    padding: 1.3333333333vw 0.5333333333vw;
    background: #549EFF;
    color: #ffffff;
    font-size: min(2.6666666667vw, 1rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw), linear-gradient(to top, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    /* 背景画像の大きさを設定 */
    background-size: 0.8vw 0.2666666667vw, 0.2666666667vw 0.8vw;
    /* 背景の開始位置を指定 */
    background-position: right bottom, left bottom;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-d tr th:last-child {
    background-image: linear-gradient(to top, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.2666666667vw 0.8vw;
    background-position: left bottom;
    background-repeat: repeat-y;
  }
  .table__style-d tr td {
    writing-mode: horizontal-tb;
    white-space: normal;
    width: 104px;
    padding: 0 0.5333333333vw;
    background: #ffffff;
    font-size: min(3.2vw, 1.2rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    border-right: 0.2666666667vw solid #d9d9d9;
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.8vw 0.2666666667vw;
    background-position: right bottom;
    background-repeat: repeat-x;
  }
  .table__style-d tr td .table-cell-1 {
    display: flex;
    height: 6em;
    justify-content: center;
    align-items: center;
  }
  .table__style-d tr td:last-child {
    background-image: none;
  }
  .table__style-d tr:first-child th {
    background-image: linear-gradient(to left, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.8vw 0.2666666667vw;
    background-position: right bottom;
    background-repeat: repeat-x;
    font-size: min(3.2vw, 1.2rem);
  }
  .table__style-d tr:first-child th:first-child {
    border-radius: 2.6666666667vw 0 0 0;
  }
  .table__style-d tr:first-child th:last-child {
    border-radius: 0 0 0 2.6666666667vw;
    background-image: none;
  }
  .table__style-d tr:last-child td {
    border-right: none;
  }
  .table__style-d tr:last-child td:first-child {
    border-radius: 0 2.6666666667vw 0 0;
  }
  .table__style-d tr:last-child td:last-child {
    border-radius: 0 0 2.6666666667vw 0;
  }
  .table__style-d .table-fixed-sp {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .table__style-d .table-fixed-sp-2 {
    position: sticky;
    top: 0;
    left: 105px;
    width: 80px;
    z-index: 10;
  }
}
.table__style-e {
  table-layout: auto;
  width: 100%;
}
.table__style-e tr th {
  white-space: normal;
  padding: 0.4em 1em;
  background: #549EFF;
  color: #ffffff;
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px);
  background-size: 6px 2px;
  background-position: left top;
  background-repeat: repeat-x;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .table__style-e tr th {
    font-size: min(3.2vw, 1.2rem);
    width: 25%;
    padding: 0.5em 0.5em;
  }
}
.table__style-e tr td {
  white-space: normal;
  width: min(8.8888888889vw, 12.8rem);
  padding: 0.85em 1em;
  background: #ffffff;
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border-right: 1px solid #d9d9d9;
  background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px);
  background-size: 6px 2px;
  background-position: left top;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 767px) {
  .table__style-e tr td {
    font-size: min(3.2vw, 1.2rem);
    padding: 0.5em 0.5em;
  }
}
.table__style-e tr td:nth-of-type(2) {
  width: 65%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table__style-e tr td:nth-of-type(2) {
    width: 50%;
  }
}
.table__style-e tr td:last-child {
  border-right: none;
}
.table__style-e tr:first-child th {
  background-image: none;
}
.table__style-e tr:first-child th:first-child {
  border-radius: min(1.3888888889vw, 2rem) 0 0 0;
}
.table__style-e tr:first-child th:last-child {
  border-radius: 0 min(1.3888888889vw, 2rem) 0 0;
  background-image: none;
}
.table__style-e tr:first-child td {
  background-image: none;
}
.table__style-e tr:last-child td {
  border-bottom: none;
}
.table__style-e tr:last-child td:first-child {
  border-radius: 0 0 0 min(1.3888888889vw, 2rem);
  text-align: left;
  padding-left: 1.5em;
}
.table__style-e tr:last-child td:last-child {
  border-radius: 0 0 min(1.3888888889vw, 2rem) 0;
}
@media print, screen and (min-width: 768px) {
  .table__style-f {
    table-layout: auto;
    width: 100%;
  }
  .table__style-f tr th {
    padding: 0.85em 0.5em;
    background: #549EFF;
    color: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px), linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 6px 2px, 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: left top, right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-f tr th:last-child {
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px);
    background-size: 6px 2px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  .table__style-f tr td {
    width: 10%;
    padding: 0.85em 0.5em;
    background: #ffffff;
    font-size: min(0.8333333333vw, 1.2rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    border-bottom: min(0.0694444444vw, 0.1rem) solid #d9d9d9;
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-y;
  }
  .table__style-f tr td:first-child {
    width: 20%;
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-f tr td:last-child {
    border-right: none;
    background-image: none;
  }
  .table__style-f tr:first-child th {
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    background-size: 2px 6px;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-f tr:first-child th:first-child {
    border-radius: min(1.3888888889vw, 2rem) 0 0 0;
  }
  .table__style-f tr:first-child th:last-child {
    border-radius: 0 min(1.3888888889vw, 2rem) 0 0;
    background-image: none;
  }
  .table__style-f tr:last-child td {
    border-bottom: none;
  }
  .table__style-f tr:last-child td:first-child {
    border-radius: 0 0 0 min(1.3888888889vw, 2rem);
    text-align: left;
    padding-left: 1.5em;
  }
  .table__style-f tr:last-child td:last-child {
    border-radius: 0 0 min(1.3888888889vw, 2rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .table__style-f {
    width: 100%;
  }
  .table__style-f tr th {
    padding: 1.3333333333vw 0.5333333333vw;
    background: #549EFF;
    color: #ffffff;
    font-size: min(3.2vw, 1.2rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    background-image: linear-gradient(to bottom, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.2666666667vw 0.8vw;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-f tr td {
    white-space: normal;
    padding: 1.3333333333vw 0.5333333333vw;
    background: #ffffff;
    font-size: min(3.2vw, 1.2rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    border-bottom: 0.2666666667vw solid #d9d9d9;
    background-image: linear-gradient(to bottom, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.2666666667vw 0.8vw;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-f tr td:first-child {
    text-align: left;
    padding-left: 2.6666666667vw;
  }
  .table__style-f tr td:last-child {
    background-image: none;
  }
  .table__style-f tr:first-child th:first-child {
    border-radius: 2.6666666667vw 0 0 0;
  }
  .table__style-f tr:first-child th:last-child {
    border-radius: 0 2.6666666667vw 0 0;
    background-image: none;
  }
  .table__style-f tr:last-child td {
    border-bottom: none;
  }
  .table__style-f tr:last-child td:first-child {
    border-radius: 0 0 0 2.6666666667vw;
  }
  .table__style-f tr:last-child td:last-child {
    border-radius: 0 0 2.6666666667vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .table__style-g {
    table-layout: auto;
    width: 100%;
  }
  .table__style-g tr th {
    padding: 0.85em 0.5em;
    background: #549EFF;
    color: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px), linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 6px 2px, 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: left top, right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-g tr th:last-child {
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px);
    background-size: 6px 2px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  .table__style-g tr td {
    white-space: normal;
    padding: 1.7em 1.5em;
    background: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    border-bottom: min(0.0694444444vw, 0.1rem) solid #d9d9d9;
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-y;
  }
  .table__style-g tr td:first-child {
    white-space: nowrap;
    min-width: min(13.8888888889vw, 20rem);
    font-weight: 500;
  }
  .table__style-g tr td:last-child {
    border-right: none;
    background-image: none;
    text-align: center;
    width: min(10.0694444444vw, 14.5rem);
  }
  .table__style-g tr td a {
    transition: all 0.3s;
  }
  .table__style-g tr td a img {
    width: min(2.0833333333vw, 3rem);
  }
  .table__style-g tr td a:hover {
    opacity: 0.7;
  }
  .table__style-g tr td.sub-header {
    color: #000000;
    padding: 0.5em 1.5em;
    background: #d9d9d9;
    border-bottom: 0;
    text-align: left;
  }
  .table__style-g tr:first-child th {
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    background-size: 2px 6px;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-g tr:first-child th:first-child {
    border-radius: min(1.3888888889vw, 2rem) 0 0 0;
  }
  .table__style-g tr:first-child th:last-child {
    border-radius: 0 min(1.3888888889vw, 2rem) 0 0;
    background-image: none;
  }
  .table__style-g tr:last-child td {
    border-bottom: none;
  }
  .table__style-g tr:last-child td:first-child {
    border-radius: 0 0 0 min(1.3888888889vw, 2rem);
  }
  .table__style-g tr:last-child td:last-child {
    border-radius: 0 0 min(1.3888888889vw, 2rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .table__style-g {
    width: 100%;
  }
  .table__style-g tr th {
    padding: 1.3333333333vw 2.6666666667vw;
    background: #549EFF;
    color: #ffffff;
    font-size: min(3.2vw, 1.2rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    background-image: linear-gradient(to bottom, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.2666666667vw 0.8vw;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-g tr td {
    white-space: normal;
    padding: 2.6666666667vw 2.6666666667vw;
    background: #ffffff;
    font-size: min(3.2vw, 1.2rem);
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    border-bottom: 0.2666666667vw solid #d9d9d9;
    background-image: linear-gradient(to bottom, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.2666666667vw 0.8vw;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-g tr td:first-child {
    text-align: left;
    padding: 2.6666666667vw 2.6666666667vw;
    font-weight: 500;
  }
  .table__style-g tr td:last-child {
    background-image: none;
    text-align: center;
    width: 13.3333333333vw;
  }
  .table__style-g tr td a img {
    width: min(8vw, 3rem);
  }
  .table__style-g tr td.sub-header {
    color: #000000;
    padding: 1.3333333333vw 2.6666666667vw;
    background: #d9d9d9;
    border-bottom: 0;
    text-align: left;
  }
  .table__style-g tr:first-child th:first-child {
    border-radius: 2.6666666667vw 0 0 0;
  }
  .table__style-g tr:first-child th:last-child {
    border-radius: 0 2.6666666667vw 0 0;
    background-image: none;
  }
  .table__style-g tr:last-child td {
    border-bottom: none;
  }
  .table__style-g tr:last-child td:first-child {
    border-radius: 0 0 0 2.6666666667vw;
  }
  .table__style-g tr:last-child td:last-child {
    border-radius: 0 0 2.6666666667vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .table__style-h {
    table-layout: auto;
    width: 100%;
  }
  .table__style-h tr th {
    padding: 0.85em 0.5em;
    background: #549EFF;
    color: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px), linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 6px 2px, 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: left top, right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-x, repeat-y;
  }
  .table__style-h tr th:last-child {
    background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px);
    background-size: 6px 2px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  .table__style-h tr td {
    white-space: normal;
    padding: 1.7em 0.5em;
    background: #ffffff;
    font-size: min(0.9722222222vw, 1.4rem);
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-bottom: min(0.0694444444vw, 0.1rem) solid #d9d9d9;
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    /* 背景画像の大きさを設定 */
    background-size: 2px 6px;
    /* 背景の開始位置を指定 */
    background-position: right top;
    /* 横方向に繰り返す */
    background-repeat: repeat-y;
  }
  .table__style-h tr td:first-child {
    white-space: nowrap;
    min-width: min(13.8888888889vw, 20rem);
    font-weight: 500;
  }
  .table__style-h tr td:last-child {
    border-right: none;
    background-image: none;
  }
  .table__style-h tr:first-child th {
    background-image: linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
    background-size: 2px 6px;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-h tr:first-child th:first-child {
    border-radius: min(1.3888888889vw, 2rem) 0 0 0;
  }
  .table__style-h tr:first-child th:last-child {
    border-radius: 0 min(1.3888888889vw, 2rem) 0 0;
    background-image: none;
  }
  .table__style-h tr:last-child td {
    border-bottom: none;
  }
  .table__style-h tr:last-child td:first-child {
    border-radius: 0 0 0 min(1.3888888889vw, 2rem);
  }
  .table__style-h tr:last-child td:last-child {
    border-radius: 0 0 min(1.3888888889vw, 2rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .table__style-h {
    width: 100%;
  }
  .table__style-h tr th {
    padding: 1.3333333333vw 2.6666666667vw;
    background: #549EFF;
    color: #ffffff;
    font-size: min(3.2vw, 1.2rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    background-image: linear-gradient(to bottom, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.2666666667vw 0.8vw;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-h tr td {
    white-space: normal;
    padding: 2.6666666667vw 2.6666666667vw;
    background: #ffffff;
    font-size: min(3.2vw, 1.2rem);
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    border-bottom: 0.2666666667vw solid #d9d9d9;
    background-image: linear-gradient(to bottom, #d9d9d9 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.2666666667vw 0.8vw;
    background-position: right top;
    background-repeat: repeat-y;
  }
  .table__style-h tr td:first-child {
    text-align: left;
    padding: 2.6666666667vw 2.6666666667vw;
    font-weight: 500;
  }
  .table__style-h tr td:last-child {
    background-image: none;
  }
  .table__style-h tr:first-child th:first-child {
    border-radius: 2.6666666667vw 0 0 0;
  }
  .table__style-h tr:first-child th:last-child {
    border-radius: 0 2.6666666667vw 0 0;
    background-image: none;
  }
  .table__style-h tr:last-child td {
    border-bottom: none;
  }
  .table__style-h tr:last-child td:first-child {
    border-radius: 0 0 0 2.6666666667vw;
  }
  .table__style-h tr:last-child td:last-child {
    border-radius: 0 0 2.6666666667vw 0;
  }
}

table .vertical {
  writing-mode: vertical-rl;
}
table .vertical-cell {
  writing-mode: vertical-rl;
  width: 3em;
  text-align: center;
}
table .vertical-cell-span {
  writing-mode: vertical-rl;
  width: 1em;
  text-align: center;
  display: inline-block;
}

.electricity-table__type-a {
  table-layout: auto;
  width: 100%;
  background: #ffffff;
}
.electricity-table__type-a tr th {
  text-align: center;
  font-weight: 700;
}
.electricity-table__type-a tr th,
.electricity-table__type-a tr td {
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  font-size: min(0.9722222222vw, 1.4rem);
  padding: 0.85em 1.5em;
  line-height: 1.4;
}
.electricity-table__type-a tr th.small-cell,
.electricity-table__type-a tr td.small-cell {
  padding: 0.85em 0.5em;
}
@media only screen and (max-width: 767px) {
  .electricity-table__type-a tr th,
  .electricity-table__type-a tr td {
    font-size: min(3.2vw, 1.2rem);
    padding: 0.5em 1em;
  }
}
.electricity-table__type-a tr th:last-child,
.electricity-table__type-a tr td:last-child {
  border-right: none;
}
.electricity-table__type-a tr:first-child th {
  border-top: none;
}

@media only screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .table__style-a tr th,
  _::-webkit-full-page-media, _:future, :root .table__style-a tr td,
  _::-webkit-full-page-media, _:future, :root .table__style-b tr th,
  _::-webkit-full-page-media, _:future, :root .table__style-b tr td,
  _::-webkit-full-page-media, _:future, :root .table__style-c tr th,
  _::-webkit-full-page-media, _:future, :root .table__style-c tr td,
  _::-webkit-full-page-media, _:future, :root .table__style-d tr th,
  _::-webkit-full-page-media, _:future, :root .table__style-d tr td {
    padding: 2em 0.5em 4em !important;
  }
  _::-webkit-full-page-media, _:future, :root .table__style-a tr td .table-cell-1,
  _::-webkit-full-page-media, _:future, :root .table__style-b tr td .table-cell-1,
  _::-webkit-full-page-media, _:future, :root .table__style-c tr td .table-cell-1,
  _::-webkit-full-page-media, _:future, :root .table__style-d tr td .table-cell-1 {
    height: auto;
  }
  _::-webkit-full-page-media, _:future, :root table tr th .horizontal-tb,
  _::-webkit-full-page-media, _:future, :root table tr td .horizontal-tb {
    writing-mode: horizontal-tb;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html.fontS {
  font-size: 62.5%;
}
html.fontL {
  font-size: 75%;
}
@media only screen and (max-width: 767px) {
  html.fontL {
    font-size: 62.5%;
  }
}
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #6C858C;
  font-weight: 400;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  *zoom: 1;
}

/* Hides from IE-mac ＼*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

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

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

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

.noimg {
  background-image: none !important;
}

.nobackcolor {
  background-color: transparent !important;
}

.noborder {
  border: none !important;
}

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

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

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

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

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

.strong {
  font-weight: 700 !important;
}

.font-color--red {
  color: #FF5454 !important;
}
.font-color--blue {
  color: #549EFF !important;
}

a {
  text-decoration: none;
  color: #4E6A85;
}
@media print, screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a.pdf-link {
  position: relative;
  padding-right: 5rem;
}
@media only screen and (max-width: 767px) {
  a.pdf-link {
    padding-right: 8.5333333333vw;
  }
}
a.pdf-link::after {
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background: url(/assets/images/common/icon-pdf.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  a.pdf-link::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}

main a {
  text-decoration: underline;
  color: #4E6A85;
}
@media print, screen and (min-width: 768px) {
  main a:hover {
    text-decoration: none;
  }
}

.heading-ttl__section {
  padding: 0 min(2.0833333333vw, 3rem);
  margin-bottom: min(3.4722222222vw, 5rem);
}
@media only screen and (max-width: 767px) {
  .heading-ttl__section {
    padding: 0 0 0 6%;
    margin-bottom: 6.6666666667vw;
  }
}
.heading-ttl__inner {
  width: 100%;
  max-width: 138rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .heading-ttl__inner {
    max-width: none;
  }
}
.heading-ttl__inner-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  padding: min(2.7777777778vw, 4rem);
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .heading-ttl__inner-wrap {
    padding: 0;
    top: 62%;
    width: 55%;
  }
}
.heading-ttl__text {
  margin-bottom: min(1.7361111111vw, 2.5rem);
}
.heading-ttl__text--main {
  display: block;
  font-size: min(4.1666666667vw, 6rem);
  font-weight: 500;
  line-height: 1;
  color: #547AAF;
}
@media only screen and (max-width: 767px) {
  .heading-ttl__text--main {
    font-size: 6.6666666667vw;
  }
}
.heading-ttl__text--main .small {
  font-size: min(2.4305555556vw, 3.5rem);
}
@media only screen and (max-width: 767px) {
  .heading-ttl__text--main .small {
    font-size: 3.2vw;
  }
}
.heading-ttl__text--sub {
  display: block;
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 500;
  line-height: 1;
  color: #92999E;
  margin-bottom: min(0.6944444444vw, 1rem);
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .heading-ttl__text--sub {
    font-size: 2.6666666667vw;
  }
}
.heading-ttl__bg {
  opacity: 0.7;
  position: relative;
  z-index: -1;
}
.heading-ttl__bg svg {
  width: 100%;
  height: auto;
}
.heading-ttl__img {
  width: 100%;
  overflow: hidden;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: relative;
  z-index: -1;
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .heading-ttl__img {
    -webkit-mask-image: url(/assets/images/common/heading-ttl__bg--pc.svg);
            mask-image: url(/assets/images/common/heading-ttl__bg--pc.svg);
    aspect-ratio: 1374/478;
  }
}
@media only screen and (max-width: 767px) {
  .heading-ttl__img {
    -webkit-mask-image: url(/assets/images/common/heading-ttl__bg--sp.svg);
            mask-image: url(/assets/images/common/heading-ttl__bg--sp.svg);
    aspect-ratio: 355/237;
  }
}
.heading-ttl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .heading-ttl__img img {
    width: auto;
    position: absolute;
    right: -20%;
  }
}

.breadcrumbs {
  line-height: 1.4;
}
.breadcrumbs li {
  font-size: min(0.9027777778vw, 1.3rem);
  font-weight: 500;
  color: #92999E;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs li {
    font-size: 2.6666666667vw;
  }
}
.breadcrumbs li a {
  color: #92999E;
  font-weight: 500;
  text-decoration: none;
  padding-right: 1em;
  position: relative;
}
.breadcrumbs li a::after {
  content: " 〉";
  position: absolute;
  right: 0;
  top: 0;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.main-container {
  width: 90%;
  max-width: 130rem;
  margin: 0 auto;
  padding: 0;
  background: #F2F9FF;
  border-radius: 4rem;
  color: #4E6A85;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .main-container {
    display: block;
    width: 100%;
    border-radius: 8vw;
  }
}
.main-container .sub-block {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .main-container .sub-block {
    width: 24.3846153846%;
    margin-right: 0.7%;
    padding-left: min(3.4722222222vw, 5rem);
  }
}
@media only screen and (max-width: 767px) {
  .main-container .sub-block {
    width: 90%;
    position: fixed;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, calc(100% - 18.6666666667vw));
    background: #6488BC;
    z-index: 100;
    border-radius: 8vw 8vw 0 0;
    transition: all 0.3s;
  }
  .main-container .sub-block.is-open {
    transform: translate(-50%, 0);
    max-height: 100vh;
    overflow: auto;
  }
  .main-container .sub-block.is-open .side-nav__cat--sp-btn::after {
    top: 16vw;
    transform: rotate(180deg);
  }
}
.main-container .sub-block a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .main-container .sub-block a {
    color: #ffffff;
  }
}
.main-container .sub-block + .main-block {
  width: 74.8461538462%;
}
@media only screen and (max-width: 767px) {
  .main-container .sub-block + .main-block {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .main-container .page-sub-block {
    width: 24.3846153846%;
    margin-right: 0.7%;
    padding: min(10.4166666667vw, 15rem) 0 0 min(3.4722222222vw, 5rem);
  }
}
@media only screen and (max-width: 767px) {
  .main-container .page-sub-block {
    padding: 13.3333333333vw 5% 0;
  }
}
.main-container .page-sub-block + .main-block {
  width: 74.8461538462%;
}
@media only screen and (max-width: 767px) {
  .main-container .page-sub-block + .main-block {
    width: 100%;
  }
}
.main-container .page-sub-block__ttl {
  font-size: 3rem;
  position: relative;
  margin-bottom: 1em;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .main-container .page-sub-block__ttl {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-container .page-sub-block__ttl {
    font-size: 5.3333333333vw;
  }
}
.main-container .page-sub-block__text {
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .main-container .page-sub-block__text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-container .page-sub-block__text {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.main-container .main-block {
  width: 84.6153846154%;
  padding: 2rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .main-container .main-block {
    width: 100%;
  }
}

.fontL .main-container {
  width: calc(100% - min(4.1666666667vw, 6rem));
}
@media only screen and (max-width: 767px) {
  .fontL .main-container {
    width: 100%;
  }
}

.section-block {
  padding: 6rem min(3.4722222222vw, 5rem) 6rem;
}
@media print, screen and (min-width: 768px) {
  .section-block {
    scroll-margin-top: min(7.6388888889vw, 11rem);
  }
}
.section-block.procedure-block:nth-child(even) {
  background: #E6E6E6;
}
@media only screen and (max-width: 767px) {
  .section-block {
    padding: 6.6666666667vw 5%;
  }
}

.white__wrap {
  background: #ffffff;
}

.radius__wrap {
  border-radius: min(1.3888888889vw, 2rem);
}
@media only screen and (max-width: 767px) {
  .radius__wrap {
    border-radius: 5.3333333333vw;
  }
}

.border__wrap--blue {
  border: 1px solid #549EFF;
}

.normal__wrap {
  padding: 1.5em;
}

.emergency .page__ttl::after {
  background: url(/assets/images/common/page__ttl--border-red.svg) center center no-repeat;
  background-size: contain;
}
.emergency .page__sec-ttl--border::after {
  background: url(/assets/images/common/section__ttl--border-red.svg) center center no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .emergency .side-nav__cat-top a:hover::before {
    background: #ffffff;
    border: 0.2rem solid #FF5454;
  }
  .emergency .side-nav__cat-top a:hover::after {
    background: url(/assets/images/common/side-nav__cat-top--arrow-red-on.svg) center center no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .emergency .side-nav__list-item a:hover::after {
    background: url(/assets/images/common/side-nav__list--arrow-on.svg) center center no-repeat;
    background-size: cover;
  }
}
.emergency .side-nav__list-item a::before {
  background: #FF5454;
}
.emergency .side-nav__list-item a::after {
  background: url(/assets/images/common/side-nav__list--arrow-red.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .emergency .side-nav__list-item a::after {
    background: url(/assets/images/common/side-nav__list--arrow-sp.svg) center center no-repeat;
    background-size: cover;
  }
}

.side-nav__block {
  position: sticky;
  padding: 5rem 0;
}
@media print, screen and (min-width: 768px) {
  .side-nav__block {
    top: min(5.5555555556vw, 8rem);
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__block {
    position: relative;
    top: 0;
    padding: 10.6666666667vw 8vw 10.6666666667vw 10.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .side-nav__cat--sp-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__cat--sp-btn {
    color: #ffffff;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
    cursor: pointer;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__cat--sp-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 10%;
    width: 3.2vw;
    height: 2.1333333333vw;
    background: url(/assets/images/common/side-nav__cat--sp-btn-arrow.svg) center center no-repeat;
    background-size: cover;
    transform: translate(-50%, 0%);
  }
}
.side-nav__cat-top {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .side-nav__cat-top {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__cat-top {
    display: none;
  }
}
.side-nav__cat-top + .side-nav__cat-sitemap {
  margin-top: 1.5em;
}
.side-nav__cat-top a {
  position: relative;
  display: block;
  transition: all 0.3s;
  padding: 0.4em 1.5em 0.4em 0;
}
.side-nav__cat-top a::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s;
  transform: translate(0, -50%);
  border: 0.2rem solid #A7BCD0;
  background: #A7BCD0;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .side-nav__cat-top a::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.side-nav__cat-top a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.7rem;
  height: 1rem;
  background: url(/assets/images/common/side-nav__cat-top--arrow.svg) center center no-repeat;
  background-size: cover;
  transform: translate(-120%, -50%);
  transition: all 0.3s;
  z-index: 1;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .side-nav__cat-top a::after {
    width: 0.525rem;
    height: 0.75rem;
  }
}
@media print, screen and (min-width: 768px) {
  .side-nav__cat-top a:hover {
    color: #878686;
  }
  .side-nav__cat-top a:hover::before {
    background: #ffffff;
    border: 0.2rem solid #549EFF;
  }
  .side-nav__cat-top a:hover::after {
    background: url(/assets/images/common/side-nav__cat-top--arrow-on.svg) center center no-repeat;
    background-size: cover;
  }
}
.side-nav__cat-sitemap {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0.1em;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .side-nav__cat-sitemap {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__cat-sitemap {
    display: none;
  }
}
.side-nav__cat-sitemap a {
  color: #92999E !important;
  transition: all 0.3s;
  padding: 0.2em 0;
}
.side-nav__cat-sitemap a:hover {
  opacity: 0.7;
}
.side-nav__list {
  margin-top: 0.5em;
  padding-top: 1em;
  border-top: min(0.1388888889vw, 0.2rem) solid #C7DCF2;
}
@media only screen and (max-width: 767px) {
  .side-nav__list {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
}
.side-nav__list-item a {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.6em 2em 0.6em 0;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .side-nav__list-item a:hover {
    color: #878686;
  }
  .side-nav__list-item a:hover::after {
    background: url(/assets/images/common/side-nav__list--arrow-on.svg) center center no-repeat;
    background-size: cover;
  }
  .side-nav__list-item a:hover::before {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
.side-nav__list-item a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  background: #549EFF;
  border-radius: 50%;
  transition: all 0.3s;
  right: 0%;
  top: 50%;
  transform: translate(-35%, -50%) scale(0, 0);
  z-index: 0;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .side-nav__list-item a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.side-nav__list-item a::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  background: url(/assets/images/common/side-nav__list--arrow.svg) center center no-repeat;
  background-size: cover;
  transform: translate(-23%, -50%);
  transition: all 0.3s;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .side-nav__list-item a::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__list-item a::after {
    background: url(/assets/images/common/side-nav__list--arrow-sp.svg) center center no-repeat;
    background-size: cover;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 0%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .side-nav__list-item a {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__list-item a {
    font-size: 3.7333333333vw;
  }
}
.side-nav__list-item + .side-nav__list-item {
  margin-top: 0.5em;
}

.page__ttl {
  font-size: 3.5rem;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .page__ttl {
    scroll-margin-top: min(9.0277777778vw, 13rem);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__ttl {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__ttl {
    font-size: 5.3333333333vw;
  }
}
.page__ttl::after {
  content: "";
  width: 6.4rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/assets/images/common/page__ttl--border.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__ttl::after {
    width: 4rem;
    height: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__ttl::after {
    width: 8vw;
    height: 0.8vw;
  }
}
.page__ttl .small {
  font-size: 70%;
  padding: 0 0.2em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .page__ttl .small {
    font-size: 100%;
  }
}
.page__sec-ttl--border {
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 0.5em;
  position: relative;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .page__sec-ttl--border {
    scroll-margin-top: min(9.0277777778vw, 13rem);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__sec-ttl--border {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__sec-ttl--border {
    font-size: 5.3333333333vw;
  }
}
.page__sec-ttl--border .cooking-small-font {
  font-size: 70%;
  display: inline-block;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .page__sec-ttl--border .cooking-small-font {
    margin-left: 1em;
  }
}
.page__sec-ttl--border::after {
  content: "";
  width: 0.4rem;
  height: 85%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/images/common/section__ttl--border.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__sec-ttl--border::after {
    width: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__sec-ttl--border::after {
    width: 0.8vw;
  }
}
.page__sec-ttl--normal {
  font-size: 2rem;
  font-weight: 700;
  color: #66819B;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.page__sec-ttl--normal.base-color {
  color: #4E6A85;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__sec-ttl--normal {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__sec-ttl--normal {
    font-size: 4.2666666667vw;
  }
}
.page__sec-ttl--small {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1em;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__sec-ttl--small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__sec-ttl--small {
    font-size: 3.7333333333vw;
  }
}
.page__sec-ttl--square {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 2.8rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.page__sec-ttl--square .small {
  font-size: 60%;
}
.page__sec-ttl--square .sub {
  font-size: 80%;
  display: inline-block;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__sec-ttl--square {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__sec-ttl--square {
    font-size: 4.2666666667vw;
  }
}
.page__sec-ttl--square::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0.42em;
  left: 0;
  background: #4E6A85;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__sec-ttl--square::before {
    width: 1.35rem;
    height: 1.35rem;
  }
}
.page__sec-ttl--blue {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  background: #549EFF;
  text-align: center;
  padding: 0.1em 1em;
  margin: 2.5em auto 1em;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .page__sec-ttl--blue {
    scroll-margin-top: min(9.0277777778vw, 13rem);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__sec-ttl--blue {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__sec-ttl--blue {
    font-size: 4.2666666667vw;
    padding: 0.25em 0.5em;
  }
}
.page__copy--main {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1.25em;
  font-weight: 500;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__copy--main {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__copy--main {
    font-size: 4.8vw;
  }
}
.page__copy--sub {
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__copy--sub {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__copy--sub {
    font-size: 4vw;
  }
}
.page__text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__text {
    font-size: 3.7333333333vw;
    word-break: break-all;
  }
}
.page__note {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__note {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__note {
    font-size: 3.2vw;
    word-break: break-all;
  }
}
.page__ref {
  font-size: 1.2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .page__ref {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__ref {
    font-size: 2.9333333333vw;
    word-break: break-all;
  }
}
.page__list--disc > li {
  line-height: 1.7;
  padding-left: 1.2em;
  text-indent: -1em;
}
.page__list--disc > li::before {
  content: "・";
  padding-right: 0.5em;
}
.page__list--disc-sub-number-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.page__list--disc + .table__scroll-box {
  margin-top: 1em;
}
.page__list--L > li {
  line-height: 1.7;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.page__list--L > li::before {
  content: "┗";
  padding-right: 0.5em;
}
.page__list--number {
  counter-reset: number;
}
.page__list--number > li {
  line-height: 1.7;
  padding-left: 1.2em;
  text-indent: -1em;
}
.page__list--number > li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}
.page__list--kome-number > li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

p + .page__sec-ttl--border,
table + .page__sec-ttl--border,
ul + .page__sec-ttl--border,
ol + .page__sec-ttl--border,
dl + .page__sec-ttl--border,
div + .page__sec-ttl--border,
img + .page__sec-ttl--border,
figure + .page__sec-ttl--border,
picture + .page__sec-ttl--border {
  margin-top: 2.5em;
}

p + .page__sec-ttl--square,
div + .page__sec-ttl--square {
  margin-top: 2.5em;
}

.cat-page__ttl {
  font-size: 3rem;
  position: relative;
  margin-bottom: 1.5em;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .cat-page__ttl {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .cat-page__ttl {
    font-size: 5.3333333333vw;
  }
}
.cat-page__copy {
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .cat-page__copy {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cat-page__copy {
    font-size: 4vw;
  }
}
.cat-page__copy + .cat-page__list {
  margin-top: min(4.5138888889vw, 6.5rem);
}
.cat-page__list {
  display: flex;
  justify-content: center;
  gap: min(4.5138888889vw, 6.5rem) min(2.4305555556vw, 3.5rem);
  align-items: stretch;
  margin-top: min(4.5138888889vw, 6.5rem);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cat-page__list {
    margin-top: 5.3333333333vw;
    display: block;
  }
}
.cat-page__list-item a {
  width: min(21.5277777778vw, 31rem);
  display: flex;
  flex-direction: column;
  height: auto;
  padding: min(2.7777777778vw, 4rem) min(1.3888888889vw, 2rem) min(3.4722222222vw, 5rem);
  background: #ffffff;
  border-radius: min(1.3888888889vw, 2rem);
  box-shadow: 0px 0px min(1.7361111111vw, 2.5rem) 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .cat-page__list-item a {
    width: 100%;
    padding: 6.6666666667vw 5% 9.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.cat-page__list-item a::before {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 2%;
  width: 3rem;
  height: 3rem;
  background: #549EFF;
  border-radius: 50%;
  transition: all 0.3s;
  transform: translate(0, -50%) scale(0, 0);
  z-index: 0;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .cat-page__list-item a::before {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.cat-page__list-item a::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 2%;
  width: 3rem;
  height: 3rem;
  background: url(/assets/images/common/btn__type-a--arrow.svg) center center no-repeat;
  background-size: cover;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .cat-page__list-item a::after {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .cat-page__list-item a::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .cat-page__list-item a:hover {
    text-decoration: none;
    box-shadow: 0px 0px min(1.1805555556vw, 1.7rem) 0px rgba(0, 0, 0, 0.25);
  }
  .cat-page__list-item a:hover::before {
    transform: translate(0, -50%) scale(1, 1);
  }
  .cat-page__list-item a:hover::after {
    background: url(/assets/images/common/btn__type-a--arrow-on.svg) center center no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .cat-page__list-item + .cat-page__list-item {
    margin-top: 5.3333333333vw;
  }
}
.cat-page__list-ttl {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .cat-page__list-ttl {
    min-height: 3.2em;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .cat-page__list-ttl {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cat-page__list-ttl {
    font-size: 4vw;
    margin-bottom: 1em;
  }
}
.cat-page__list-text {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .cat-page__list-text {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .cat-page__list-text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cat-page__list-text {
    font-size: 3.2vw;
  }
}
.cat-page__list--col2 {
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
}
.cat-page__list--col2 .cat-page__list-item {
  width: 48.4%;
  margin-bottom: 3.2%;
}
@media only screen and (max-width: 767px) {
  .cat-page__list--col2 .cat-page__list-item {
    width: 100%;
  }
}
.cat-page__list--col2 .cat-page__list-item a {
  width: 100%;
}

.flex__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex__wrap + ul {
  margin-top: 1em;
}
.flex__wrap + .contact-wrap {
  margin-top: min(6.25vw, 9rem);
}
@media only screen and (max-width: 767px) {
  .flex__wrap + .contact-wrap {
    margin-top: 13.3333333333vw;
  }
}
.flex__wrap .col1__wrap {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  margin-top: min(4.1666666667vw, 6rem);
}
.flex__wrap .col2__wrap {
  width: 48.6%;
  margin: 0 0 2%;
}
@media only screen and (max-width: 767px) {
  .flex__wrap .col2__wrap {
    width: 100%;
  }
}
.flex__wrap .col2__wrap.white__wrap {
  display: flex;
  flex-direction: column;
  height: auto;
}
.flex__wrap .col2__wrap--small {
  width: 48%;
  margin: 0 0 2%;
}
@media only screen and (max-width: 767px) {
  .flex__wrap .col2__wrap--small {
    width: 100%;
  }
}
.flex__wrap .col2__wrap--small .band-block__ttl {
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 400;
  line-height: 1.4;
  height: 5rem;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .flex__wrap .col2__wrap--small .band-block__ttl {
    font-size: min(1.3145539906vw, 1.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .flex__wrap .col2__wrap--small .band-block__ttl {
    font-size: 3.2vw;
    height: 10.6666666667vw;
  }
}
.flex__wrap .col2__wrap--small .band-block__wrap {
  padding: min(1.3888888889vw, 2rem);
}
@media only screen and (max-width: 767px) {
  .flex__wrap .col2__wrap--small .band-block__wrap {
    padding: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .flex__wrap .col2__wrap--small + .col2__wrap--small {
    margin-top: 2.6666666667vw;
  }
}
.flex__wrap .col3__wrap {
  width: 31.667%;
  margin: 0 0 2%;
}
@media only screen and (max-width: 767px) {
  .flex__wrap .col3__wrap {
    width: 100%;
  }
}

.wrap__ttl--normal-weight {
  font-weight: 400;
}
.wrap__text-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0.5em 0 0.5em;
  text-align: center;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .wrap__text-ttl {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrap__text-ttl {
    font-size: 4.8vw;
  }
}
.wrap__copy {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .wrap__copy {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrap__copy {
    font-size: 4vw;
    line-height: 1.4;
  }
}
.wrap__note {
  font-size: 1.4rem;
  padding: 0 1em;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .wrap__note {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrap__note {
    font-size: 3.2vw;
  }
}

.electricity-plan__wrap {
  padding: min(1.7361111111vw, 2.5rem) min(1.3888888889vw, 2rem);
}
.electricity-plan__wrap .page__list--disc {
  flex-grow: 1;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .electricity-plan__wrap {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.electricity-plan__wrap--number {
  position: relative;
}
.electricity-plan__wrap--number.col2__wrap {
  margin-top: 2em;
}
.electricity-plan__wrap--number .wrap__text-ttl {
  font-size: 2rem;
  margin: 2em auto 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  line-height: 1.4;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .electricity-plan__wrap--number .wrap__text-ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .electricity-plan__wrap--number .wrap__text-ttl {
    font-size: 4.8vw;
    margin: 1em auto 0.75em;
  }
}
.electricity-plan__wrap--number .wrap__text-ttl .number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(4.8611111111vw, 7rem);
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .electricity-plan__wrap--number .wrap__text-ttl .number {
    font-size: 13.3333333333vw;
  }
}
.electricity-plan__wrap--number .wrap__copy {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .electricity-plan__wrap--number .wrap__copy {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .electricity-plan__wrap--number .wrap__copy {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.electricity-plan__wrap--number .wrap__copy + ul {
  margin-top: 2em;
}

.electricity__border-wrap {
  border-radius: min(0.6944444444vw, 1rem);
  background: #ffffff;
  line-height: 1.4;
  padding: min(0.6944444444vw, 1rem);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .electricity__border-wrap {
    border-radius: 2.6666666667vw;
    padding: 1.3333333333vw;
  }
}
.electricity__border-wrap--red {
  border: 0.1rem solid #FF5454;
  margin: min(1.0416666667vw, 1.5rem) auto min(4.1666666667vw, 6rem);
}
.electricity__border-wrap--red .page__text {
  margin-bottom: 0;
  color: #FF5454;
}
.electricity__border-wrap .page__text {
  margin-bottom: 0;
}

.citygas-plan__wrap {
  padding: min(2.0833333333vw, 3rem);
}
@media only screen and (max-width: 767px) {
  .citygas-plan__wrap {
    padding: 5.3333333333vw;
  }
}
.citygas-plan__wrap.col1__wrap {
  width: 100%;
  max-width: none;
  margin-top: 0;
}
.citygas-plan__wrap + .citygas-plan__wrap {
  margin-top: min(1.3888888889vw, 2rem);
}
@media only screen and (max-width: 767px) {
  .citygas-plan__wrap + .citygas-plan__wrap {
    margin-top: 5.3333333333vw;
  }
}
.citygas-plan__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .citygas-plan__ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-plan__ttl {
    font-size: 4.8vw;
  }
}
.citygas-plan__ttl + ul, .citygas-plan__ttl + ol {
  margin-top: 1em;
}
.citygas-plan__ttl--orange {
  color: #FF9500;
}
.citygas-plan__ttl--orange .text {
  border-left: min(0.0694444444vw, 0.1rem) solid #FF9500;
}
@media only screen and (max-width: 767px) {
  .citygas-plan__ttl--orange .text {
    border-left: 0.2666666667vw solid #FF9500;
  }
}
.citygas-plan__ttl--green {
  color: #57C164;
}
.citygas-plan__ttl--green .text {
  border-left: min(0.0694444444vw, 0.1rem) solid #57C164;
}
@media only screen and (max-width: 767px) {
  .citygas-plan__ttl--green .text {
    border-left: 0.2666666667vw solid #57C164;
  }
}
.citygas-plan__ttl--blue {
  color: #0088FF;
}
.citygas-plan__ttl--blue .text {
  border-left: min(0.0694444444vw, 0.1rem) solid #0088FF;
}
@media only screen and (max-width: 767px) {
  .citygas-plan__ttl--blue .text {
    border-left: 0.2666666667vw solid #0088FF;
  }
}
.citygas-plan__ttl .number {
  width: calc(1em + min(0.8333333333vw, 1.2rem));
}
@media only screen and (max-width: 767px) {
  .citygas-plan__ttl .number {
    width: calc(1em + 1.6vw);
  }
}
.citygas-plan__ttl .text {
  padding-left: min(0.6944444444vw, 1rem);
  width: calc(100% - 1em - min(0.8333333333vw, 1.2rem));
}
@media only screen and (max-width: 767px) {
  .citygas-plan__ttl .text {
    padding-left: 1.3333333333vw;
    width: calc(100% - 1em - 1.6vw);
  }
}
.citygas-plan__list--round-number {
  padding-left: 1em;
  text-indent: -1em;
}
.citygas-plan__list--alphabet {
  padding-left: 2em;
  text-indent: -1.8em;
}
@media print, screen and (min-width: 768px) {
  .citygas-plan-01 img, .citygas-plan-02 img, .citygas-plan-03 img, .citygas-plan-04 img, .citygas-plan-05 img, .citygas-plan-06 img {
    height: min(11.8055555556vw, 17rem);
  }
}
@media only screen and (max-width: 767px) {
  .citygas-plan-01 img, .citygas-plan-02 img, .citygas-plan-03 img, .citygas-plan-04 img, .citygas-plan-05 img, .citygas-plan-06 img {
    width: 80%;
  }
}
.citygas-plan__more-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  position: relative;
}
.citygas-plan__more-block-ttl {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(6.9444444444vw, 10rem);
  padding: min(1.3888888889vw, 2rem) min(0.6944444444vw, 1rem) 0;
  font-size: min(0.9722222222vw, 1.4rem);
  border-radius: min(1.3888888889vw, 2rem) min(1.3888888889vw, 2rem) 0 0;
  position: relative;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .citygas-plan__more-block-ttl {
    height: auto;
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 5% 2.6666666667vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.citygas-plan__more-block-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: min(2.5vw, 3.6rem) min(9.4444444444vw, 13.6rem) 0 min(9.4444444444vw, 13.6rem);
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
@media only screen and (max-width: 767px) {
  .citygas-plan__more-block-ttl::after {
    border-style: solid;
    border-width: 5.3333333333vw 45vw 0 45vw;
    border-color: #ffffff transparent transparent;
  }
}
.citygas-plan__more-block-ttl .strong {
  font-size: min(1.25vw, 1.8rem);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .citygas-plan__more-block-ttl .strong {
    font-size: 4.2666666667vw;
  }
}
.citygas-plan__more-block-ttl .normal {
  font-weight: 500;
}
.citygas-plan__more-block-text {
  border-radius: 0 0 min(1.3888888889vw, 2rem) min(1.3888888889vw, 2rem);
  color: #ffffff;
  font-size: min(1.25vw, 1.8rem);
  font-weight: 500;
  padding: min(3.8194444444vw, 5.5rem) min(0.6944444444vw, 1rem) min(2.0833333333vw, 3rem);
  display: flex;
  justify-content: center;
  text-align: center;
  height: min(11.8055555556vw, 17rem);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .citygas-plan__more-block-text {
    height: auto;
    font-size: 4.2666666667vw;
    padding: 8vw 5% 10.6666666667vw;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
  }
}
.citygas-plan__more-block-text .small {
  display: block;
  font-size: min(0.9722222222vw, 1.4rem);
}
@media only screen and (max-width: 767px) {
  .citygas-plan__more-block-text .small {
    font-size: 3.2vw;
  }
}
.citygas-plan__more-block-btn {
  width: 80%;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 50%);
}
.citygas-plan__more-block-btn a {
  width: 100%;
  height: min(3.4722222222vw, 5rem);
  border-radius: min(1.7361111111vw, 2.5rem);
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .citygas-plan__more-block-btn a {
    height: auto;
    font-size: 3.7333333333vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
  }
}
.citygas-plan__more-block-btn a::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  width: 1rem;
  height: 1.5rem;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .citygas-plan__more-block-btn a::after {
    width: 0.75rem;
    height: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-plan__more-block-btn a::after {
    width: 2.6666666667vw;
    height: 4vw;
  }
}
.citygas-plan__more-block--orange .citygas-plan__more-block-text {
  background: #FF9500;
}
.citygas-plan__more-block--orange .citygas-plan__more-block-btn a {
  color: #FF9500;
  border: min(0.2083333333vw, 0.3rem) solid #FF9500;
}
@media print, screen and (min-width: 768px) {
  .citygas-plan__more-block--orange .citygas-plan__more-block-btn a:hover {
    background: #FF9500;
    color: #ffffff;
    border: min(0.2083333333vw, 0.3rem) solid #ffffff;
  }
  .citygas-plan__more-block--orange .citygas-plan__more-block-btn a:hover::after {
    background: url(/assets/images/citygas_plan/citygas-plan__more-block-btn--arrow-on.svg) center center no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-plan__more-block--orange .citygas-plan__more-block-btn a {
    border: 0.8vw solid #FF9500;
  }
}
.citygas-plan__more-block--orange .citygas-plan__more-block-btn a::after {
  background: url(/assets/images/citygas_plan/citygas-plan__more-block-btn--arrow-orange.svg) center center no-repeat;
  background-size: cover;
}
.citygas-plan__more-block--green .citygas-plan__more-block-text {
  background: #57C164;
}
.citygas-plan__more-block--green .citygas-plan__more-block-btn a {
  color: #57C164;
  border: min(0.2083333333vw, 0.3rem) solid #57C164;
}
@media print, screen and (min-width: 768px) {
  .citygas-plan__more-block--green .citygas-plan__more-block-btn a:hover {
    background: #57C164;
    color: #ffffff;
    border: min(0.2083333333vw, 0.3rem) solid #ffffff;
  }
  .citygas-plan__more-block--green .citygas-plan__more-block-btn a:hover::after {
    background: url(/assets/images/citygas_plan/citygas-plan__more-block-btn--arrow-on.svg) center center no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-plan__more-block--green .citygas-plan__more-block-btn a {
    border: 0.8vw solid #57C164;
  }
}
.citygas-plan__more-block--green .citygas-plan__more-block-btn a::after {
  background: url(/assets/images/citygas_plan/citygas-plan__more-block-btn--arrow-green.svg) center center no-repeat;
  background-size: cover;
}
.citygas-plan__more-block--blue .citygas-plan__more-block-text {
  background: #0088FF;
}
.citygas-plan__more-block--blue .citygas-plan__more-block-btn a {
  color: #0088FF;
  border: min(0.2083333333vw, 0.3rem) solid #0088FF;
}
@media print, screen and (min-width: 768px) {
  .citygas-plan__more-block--blue .citygas-plan__more-block-btn a:hover {
    background: #0088FF;
    color: #ffffff;
    border: min(0.2083333333vw, 0.3rem) solid #ffffff;
  }
  .citygas-plan__more-block--blue .citygas-plan__more-block-btn a:hover::after {
    background: url(/assets/images/citygas_plan/citygas-plan__more-block-btn--arrow-on.svg) center center no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-plan__more-block--blue .citygas-plan__more-block-btn a {
    border: 0.8vw solid #0088FF;
  }
}
.citygas-plan__more-block--blue .citygas-plan__more-block-btn a::after {
  background: url(/assets/images/citygas_plan/citygas-plan__more-block-btn--arrow-blue.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .citygas-plan-col3__wrap + .citygas-plan-col3__wrap {
    margin-top: 10.6666666667vw;
  }
}
.citygas-plan__btn-wrap {
  margin-top: min(3.4722222222vw, 5rem);
}
@media only screen and (max-width: 767px) {
  .citygas-plan__btn-wrap {
    margin-top: 8vw;
  }
}

.band-block--blue .band-block__ttl {
  background: #549EFF;
}
.band-block--blue + ul, .band-block--blue + p {
  margin-top: 1em;
}
.band-block--red .band-block__ttl {
  background: #FF5454;
}
.band-block__ttl {
  width: 100%;
  color: #ffffff;
  border-radius: min(1.3888888889vw, 2rem) min(1.3888888889vw, 2rem) 0 0;
  padding: 0 0.5em;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .band-block__ttl {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    font-size: 4.2666666667vw;
    height: 6.4vw;
  }
}
.band-block__ttl.hei_auto {
  height: auto;
}
.band-block__wrap {
  background: #ffffff;
  border-radius: 0 0 min(1.3888888889vw, 2rem) min(1.3888888889vw, 2rem);
  padding: min(2.7777777778vw, 4rem);
}
.band-block__wrap img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .band-block__wrap {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    padding: 5.3333333333vw;
  }
}
.band-block__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullsize-img img {
  width: 100%;
}
.fullsize-img + .page__text {
  margin-top: 1em;
}

.link-inline-block__list-ttl {
  margin: 2em 0 0.2em;
}
@media print, screen and (min-width: 768px) {
  .link-inline-block__list-item {
    display: inline-block;
    margin-right: min(2.0833333333vw, 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .link-inline-block__list-item {
    display: block;
    padding-left: 1em;
  }
}
.link-indent__list-ttl {
  margin: 2em 0 0.2em;
}
.link-indent__list-item {
  display: block;
  padding-left: 1em;
}

.calc-citygas__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
}
.calc-citygas__block .page__copy--main {
  margin-bottom: 0;
}
.calc-citygas__block-item {
  height: min(10vw, 14.4rem);
  background: #ffffff;
  border-radius: min(1.3888888889vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block-item {
    height: auto;
    padding: 1em;
    border-radius: 2.6666666667vw;
  }
}
.calc-citygas__block-item.item-1 {
  width: min(12.1527777778vw, 17.5rem);
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block-item.item-1 {
    width: 100%;
  }
}
.calc-citygas__block-item.item-2 {
  width: min(10.0694444444vw, 14.5rem);
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block-item.item-2 {
    width: 100%;
  }
}
.calc-citygas__block-item.item-3 {
  width: min(28.6805555556vw, 41.3rem);
}
.calc-citygas__block-item.item-3-short {
  width: min(14.7916666667vw, 21.3rem);
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block-item.item-3-short {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block-item.item-3 {
    width: 100%;
  }
}
.calc-citygas__block-item.item-4 {
  width: min(10.0694444444vw, 14.5rem);
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block-item.item-4 {
    width: 100%;
  }
}
.calc-citygas__block-item--ttl {
  font-size: min(1.1111111111vw, 1.6rem);
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block-item--ttl {
    font-size: 3.7333333333vw;
  }
}
.calc-citygas__block-item--ttl .small {
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block-item--ttl .small {
    font-size: 3.2vw;
  }
}
.calc-citygas__block-item--ttl + .calc-citygas__block-item--text {
  margin-top: 0.1em;
}
.calc-citygas__block-item--text {
  font-size: min(1.1111111111vw, 1.6rem);
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block-item--text {
    font-size: 3.7333333333vw;
  }
}
.calc-citygas__block-item--text + .calc-citygas__block-item--note {
  margin-top: 0.6em;
}
.calc-citygas__block-item--note {
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block-item--note {
    font-size: 3.2vw;
  }
}
.calc-citygas__block .icon-equal {
  display: flex;
  padding: 0 0.8rem;
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block .icon-equal {
    padding: 0;
    margin: 2.6666666667vw auto;
  }
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block .icon-equal.brackets {
    margin-top: -1em;
    margin-bottom: -1em;
  }
}
.calc-citygas__block .icon-equal img {
  width: min(2.0138888889vw, 2.9rem);
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block .icon-equal img {
    transform: rotateZ(90deg);
    width: 5.3333333333vw;
  }
}
.calc-citygas__block .icon-plus {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block .icon-plus {
    margin: 2.6666666667vw auto;
  }
}
.calc-citygas__block .icon-plus img {
  width: min(2.2222222222vw, 3.2rem);
}
@media only screen and (max-width: 767px) {
  .calc-citygas__block .icon-plus img {
    width: 5.3333333333vw;
  }
}
.calc-citygas__block + .page__text {
  margin-top: 1em;
}
.calc-citygas__block + .table__scroll-box {
  margin-top: 2em;
}

.contact-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #549EFF;
  flex-wrap: wrap;
  padding: min(5.2083333333vw, 7.5rem) min(1.3888888889vw, 2rem) min(4.8611111111vw, 7rem);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-wrap {
    padding: 8vw 2.6666666667vw 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-wrap--padding-small {
    padding: min(2.4305555556vw, 3.5rem) 6% min(2.7777777778vw, 4rem);
  }
}
.contact-wrap a {
  text-decoration: none;
}
.contact-wrap + .contact-wrap {
  margin-top: min(1.3888888889vw, 2rem);
}
@media only screen and (max-width: 767px) {
  .contact-wrap + .contact-wrap {
    margin-top: 2.6666666667vw;
  }
}
.contact-wrap + .page__text, .contact-wrap + .page__note {
  margin-top: 0.5em;
}
.contact-wrap__inner {
  width: 100%;
}
.contact-wrap__flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__flex {
    flex-direction: column;
  }
}
.contact-wrap__col-2 {
  width: 44%;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__col-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-wrap__col-2 + .contact-wrap__col-2 {
    margin-top: 10.6666666667vw;
  }
}
.contact-wrap__col-2 + .contact-wrap__col-2::before {
  content: "";
  width: 0.2rem;
  height: 100%;
  position: absolute;
  left: -14%;
  top: 0;
  background: #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__col-2 + .contact-wrap__col-2::before {
    width: 100%;
    height: 0.5333333333vw;
    top: -5.3333333333vw;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-wrap__col-2 .contact-wrap__ttl {
    font-size: min(1.3888888889vw, 2rem);
    margin-bottom: 0;
  }
  .contact-wrap__col-2 .contact-wrap__tel {
    font-size: min(3.125vw, 4.5rem);
    line-height: 1.2;
  }
  .contact-wrap__col-2 .contact-wrap__tel.icon-tel a {
    padding-left: min(2.7777777778vw, 4rem);
  }
  .contact-wrap__col-2 .contact-wrap__tel.icon-tel a::before {
    width: min(2.4305555556vw, 3.5rem);
    height: min(2.4305555556vw, 3.5rem);
  }
  .contact-wrap__col-2 .contact-wrap__time {
    font-size: min(1.1111111111vw, 1.6rem);
    margin-top: 0.5em;
  }
}
.contact-wrap__btn {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__btn {
    width: 90%;
    margin: 0 auto;
  }
}
.contact-wrap__btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: min(0.2083333333vw, 0.3rem) solid #4E6A85;
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 700;
  height: 100%;
  border-radius: min(1.3888888889vw, 2rem);
  position: relative;
  background: #fff;
  line-height: 1.4;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__btn a {
    font-size: 4.2666666667vw;
    border: 0.8vw solid #4E6A85;
    border-radius: 2.6666666667vw;
    padding: 1.3333333333vw;
  }
}
.contact-wrap__btn a::after {
  content: "";
  width: min(1.1111111111vw, 1.6rem);
  height: min(1.8055555556vw, 2.6rem);
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/images/common/contact-wrap__btn--arrow.svg) center center no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__btn a::after {
    width: 2.1333333333vw;
    height: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-wrap__btn a:hover {
    color: #ffffff;
    background: #4E6A85;
  }
  .contact-wrap__btn a:hover::after {
    background: url(/assets/images/common/contact-wrap__btn--arrow-on.svg) center center no-repeat;
    background-size: contain;
  }
}
.contact-wrap__ttl--big {
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__ttl--big {
    font-size: 4.2666666667vw;
  }
}
.contact-wrap__ttl, .contact-wrap__text {
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__ttl, .contact-wrap__text {
    font-size: 3.7333333333vw;
  }
}
.contact-wrap__tel, .contact-wrap__fax {
  font-size: min(4.1666666667vw, 6rem);
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__tel, .contact-wrap__fax {
    font-size: 6.4vw;
  }
}
.contact-wrap__open-hours {
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 700;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__open-hours {
    font-size: 3.7333333333vw;
    margin-top: 1em;
  }
}
.contact-wrap__open-hours--ttl {
  padding-right: 1em;
}
.contact-wrap__open-hours--text {
  text-align: left;
}
.contact-wrap__time {
  font-size: min(1.1111111111vw, 1.6rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .contact-wrap__time {
    font-size: 3.2vw;
  }
}
.contact-wrap .icon-tel a {
  display: inline-block;
  padding-left: min(3.9583333333vw, 5.7rem);
  position: relative;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .contact-wrap .icon-tel a {
    padding-left: 6.6666666667vw;
  }
}
.contact-wrap .icon-tel a::before {
  content: "";
  position: absolute;
  width: min(3.2638888889vw, 4.7rem);
  height: min(3.1944444444vw, 4.6rem);
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  background: url(/assets/images/common/icon-tel.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .contact-wrap .icon-tel a::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.contact-wrap .icon-fax a {
  display: inline-block;
  padding-left: min(3.9583333333vw, 5.7rem);
  position: relative;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .contact-wrap .icon-fax a {
    padding-left: 6.6666666667vw;
  }
}
.contact-wrap .icon-fax a::before {
  content: "";
  position: absolute;
  width: min(3.2638888889vw, 4.7rem);
  height: min(3.1944444444vw, 4.6rem);
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  background: url(/assets/images/common/icon-fax.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .contact-wrap .icon-fax a::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.contact-wrap .flex__wrap .col1__wrap {
  margin: 1em auto 2.5em;
}

.sitemap__list {
  margin-top: min(4.8611111111vw, 7rem);
}
@media only screen and (max-width: 767px) {
  .sitemap__list {
    margin-top: 0;
  }
}
.sitemap__list-item {
  border-radius: min(1.3888888889vw, 2rem);
  background: #ffffff;
  padding: min(1.3888888889vw, 2rem) min(2.0833333333vw, 3rem);
}
@media only screen and (max-width: 767px) {
  .sitemap__list-item {
    padding: 4vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.sitemap__list-item a {
  text-decoration: none;
}
.sitemap__list-item + .sitemap__list-item {
  margin-top: min(2.0833333333vw, 3rem);
}
.sitemap__cat-ttl {
  display: block;
}
.sitemap__cat-ttl a {
  display: inline-block;
  padding: 0.4em 3em 0.4em 0;
}
@media only screen and (max-width: 767px) {
  .sitemap__cat-ttl a {
    font-size: 4.2666666667vw;
    padding: 0.4em 2em 0.4em 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__cat-ttl a::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__cat-ttl a::after {
    width: 1.8666666667vw;
    height: 2.6666666667vw;
    transform: translate(-100%, -50%);
  }
}
.sitemap__cat-inner {
  padding-top: 1em;
  margin-top: 1em;
  border-top: min(0.1388888889vw, 0.2rem) solid #C7DCF2;
}
@media only screen and (max-width: 767px) {
  .sitemap__cat-inner {
    border-top: 0.2rem solid #C7DCF2;
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap__sub-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap__sub-list::after {
    content: "";
    display: block;
    width: 32.33%;
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap__sub-list-item {
    width: 32.33%;
    margin-bottom: 0.2em;
  }
}
.sitemap__sub-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sitemap__sub-list-item a::after {
    background: url(/assets/images/common/side-nav__list--arrow.svg) center center no-repeat;
  }
}
.sitemap__sub-list-item + .sitemap__sub-list-item {
  margin-top: 0;
}

.procedure-block .flex__wrap {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .procedure-block .flex__wrap {
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .procedure-block .flex__wrap .col2__wrap + .col2__wrap {
    margin-top: 8vw;
  }
}
.procedure-block .page__text {
  margin-bottom: 0.2em;
}
.procedure-block .page__note {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .payment-flex__wrap {
    display: flex;
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .payment-flex__wrap {
    padding-left: 1em;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .payment__list + .payment__list {
    margin-left: min(4.8611111111vw, 7rem);
  }
}
.payment__ttl {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2em;
  margin-bottom: 0.8em;
  font-weight: 400;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .payment__ttl {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .payment__ttl {
    font-size: 3.7333333333vw;
  }
}
.payment__table {
  font-weight: 400;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .payment__table {
    width: 100%;
  }
}
.payment__table tr th {
  text-align: center;
  font-weight: 400;
}
.payment__table tr td {
  text-align: center;
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .payment__table tr td {
    padding: 0 0.5em;
  }
}
.payment__table tr td:nth-of-type(1) {
  text-align: left;
  padding: 0 1em 0 0;
}
@media only screen and (max-width: 767px) {
  .payment__table tr td:nth-of-type(1) {
    padding: 0 0.5em 0 0;
  }
}
.payment__adobe-download-block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.payment__adobe-download-block--icon {
  margin-left: 0.5em;
  width: 11.2rem;
}
@media only screen and (max-width: 767px) {
  .payment__adobe-download-block--icon {
    width: 21.3333333333vw;
  }
}
.payment__adobe-download-block--icon img {
  width: 100%;
}
.payment__download-wrap {
  width: 100%;
  padding: min(3.4722222222vw, 5rem);
}
.payment__download-wrap a {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .payment__download-wrap a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .payment__download-wrap a {
    font-size: 4.2666666667vw;
  }
}

.img__card {
  margin: 1em 0;
}
.img__card img {
  width: 100%;
  max-width: 48.5rem;
}
.img__card-flow {
  margin: 6em auto 1em;
  text-align: center;
  width: 100%;
  max-width: 77.7rem;
}
@media only screen and (max-width: 767px) {
  .img__card-flow {
    margin: 1em auto;
  }
}
.img__card-flow img {
  width: 100%;
}
.img__card-entry-example {
  width: 100%;
  max-width: 55rem;
}
.img__card-entry-example img {
  width: 100%;
}

.faq__list--q {
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  padding: 0.2em 0 0.2em min(3.9583333333vw, 5.7rem);
  position: relative;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 767px) {
  .faq__list--q {
    font-size: 4.8vw;
    padding: 0.1em 0 0.1em 10.6666666667vw;
  }
}
.faq__list--q::before {
  content: "";
  width: min(3.2638888889vw, 4.7rem);
  height: min(3.2638888889vw, 4.7rem);
  border-radius: min(0.6944444444vw, 1rem);
  position: absolute;
  left: 0;
  top: 0;
  background: #4E6A85;
}
@media only screen and (max-width: 767px) {
  .faq__list--q::before {
    width: 8vw;
    height: 8vw;
    border-radius: 1.3333333333vw;
  }
}
.faq__list--q::after {
  content: "Q";
  font-size: min(2.0833333333vw, 3rem);
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: min(1.6319444444vw, 2.35rem);
  top: 0;
  transform: translate(-50%, -5%);
  line-height: min(3.2638888889vw, 4.7rem);
}
@media only screen and (max-width: 767px) {
  .faq__list--q::after {
    font-size: 5.8666666667vw;
    left: 4vw;
    line-height: 8vw;
  }
}
.faq__list--a {
  font-size: min(1.1111111111vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
  padding: 0.5em 0 0.5em min(3.9583333333vw, 5.7rem);
  position: relative;
  margin-bottom: 4em;
  min-height: min(3.2638888889vw, 4.7rem);
}
@media only screen and (max-width: 767px) {
  .faq__list--a {
    font-size: 4.2666666667vw;
    padding: 0.1em 0 0.1em 10.6666666667vw;
    min-height: 8vw;
  }
}
.faq__list--a::before {
  content: "";
  width: min(3.2638888889vw, 4.7rem);
  height: min(3.2638888889vw, 4.7rem);
  border-radius: min(0.6944444444vw, 1rem);
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .faq__list--a::before {
    width: 8vw;
    height: 8vw;
    border-radius: 1.3333333333vw;
  }
}
.faq__list--a::after {
  content: "A";
  font-size: min(2.0833333333vw, 3rem);
  font-weight: 400;
  color: #4E6A85;
  position: absolute;
  left: min(1.6319444444vw, 2.35rem);
  top: 0;
  transform: translate(-50%, -5%);
  line-height: min(3.2638888889vw, 4.7rem);
}
@media only screen and (max-width: 767px) {
  .faq__list--a::after {
    font-size: 5.8666666667vw;
    left: 4vw;
    line-height: 8vw;
  }
}
.faq__list + .page__sec-ttl--border {
  margin-top: 5em;
}

.citygas-duct__img-block {
  margin: min(6.9444444444vw, 10rem) auto min(6.9444444444vw, 10rem);
  width: 100%;
  max-width: 76.1rem;
}
@media only screen and (max-width: 767px) {
  .citygas-duct__img-block {
    max-width: auto;
    margin: 2.0833333333vw auto 13.3333333333vw;
  }
}
.citygas-duct__img-block img {
  width: 100%;
}
.citygas-duct__img-block + .flex__wrap {
  margin-top: 0;
}
.citygas-duct__img-block + .flex__wrap .col1__wrap {
  margin-top: 0;
}
.citygas-duct__img-block + .contact-wrap {
  margin-top: min(6.9444444444vw, 10rem);
}
@media only screen and (max-width: 767px) {
  .citygas-duct__img-block + .contact-wrap {
    margin-top: 2.0833333333vw;
  }
}
.citygas-duct__img-block--fullsize {
  margin: 2em auto;
  max-width: 100%;
}
.citygas-duct__img-block--small-margin {
  margin: 2em auto;
}
.citygas-duct-model__ttl {
  font-weight: 500;
}

.citygas-change__copy--center {
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
  margin: 2em auto 0;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .citygas-change__copy--center {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-change__copy--center {
    font-size: 4vw;
  }
}
.citygas-change__copy--sub-center {
  text-align: center;
}
.citygas-change-price__img-wrap {
  padding: 3em 2em 2em;
}
@media only screen and (max-width: 767px) {
  .citygas-change-price__img-wrap {
    padding: 5%;
  }
}
.citygas-change-price__img-wrap img {
  width: 100%;
}
.citygas-change-price__img-01 {
  margin: 0 auto 2em;
  width: 100%;
  max-width: 79rem;
}
.citygas-change-price__img-02 {
  margin: 0 auto 1em;
  width: 100%;
  max-width: 65.1rem;
}
.citygas-change-price__img-02 + .page__note {
  margin-bottom: 0;
}
.citygas-change-flow__list {
  margin-bottom: 2.5em;
}
.citygas-change-flow__list-item {
  position: relative;
  background: #ffffff;
  border-radius: min(1.3888888889vw, 2rem);
  padding: min(2.0833333333vw, 3rem) min(2.0833333333vw, 3rem) min(2.7777777778vw, 4rem) 0;
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item {
    border-radius: 5.3333333333vw;
    padding: 5% 5% 10.6666666667vw;
  }
}
.citygas-change-flow__list-item::after {
  content: "";
  width: min(0.2777777778vw, 0.4rem);
  height: min(1.875vw, 2.7rem);
  position: absolute;
  left: 17%;
  bottom: 3%;
  background: url(/assets/images/citygas_change_flow/icon-flow.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item::after {
    width: 1.0666666667vw;
    height: 7.2vw;
    left: 50%;
    bottom: 2.6666666667vw;
    transform: translateX(-50%);
  }
}
.citygas-change-flow__list-item--inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item--inner {
    flex-direction: column;
    align-items: normal;
  }
}
.citygas-change-flow__list-item--img {
  width: min(11.9444444444vw, 17.2rem);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item--img {
    width: 100%;
    text-align: center;
    order: 2;
    margin: 1em auto 0;
  }
}
.citygas-change-flow__list-item--img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item--img img {
    width: 50%;
  }
}
.citygas-change-flow__list-item--block {
  width: min(37.5694444444vw, 54.1rem);
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item--block {
    width: 100%;
    order: 1;
  }
}
.citygas-change-flow__list-item--ttl {
  margin-bottom: 1em;
}
.citygas-change-flow__list-item--ttl .step-number {
  display: block;
  color: #549EFF;
  font-size: min(1.1111111111vw, 1.6rem);
  font-weight: 900;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .citygas-change-flow__list-item--ttl .step-number {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item--ttl .step-number {
    font-size: 3.2vw;
  }
}
.citygas-change-flow__list-item--ttl .step-ttl {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .citygas-change-flow__list-item--ttl .step-ttl {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item--ttl .step-ttl {
    font-size: 4vw;
  }
}
.citygas-change-flow__list-item--speech {
  border: 1px solid #E7E7E7;
  padding: 1em;
  background: #ffffff;
  position: relative;
  margin-bottom: 0;
  border-radius: min(1.3888888889vw, 2rem);
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item--speech {
    border-radius: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.citygas-change-flow__list-item--speech::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  border-style: solid;
  border-width: 0 min(0.3472222222vw, 0.5rem) min(0.6944444444vw, 1rem) min(0.3472222222vw, 0.5rem);
  border-color: transparent transparent #e7e7e7;
  translate: -50% -100%;
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item--speech::before {
    left: 12%;
    border-width: 0 1.3333333333vw 2.6666666667vw 1.3333333333vw;
  }
}
.citygas-change-flow__list-item--speech::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  border-style: solid;
  border-width: 0 min(0.2708333333vw, 0.39rem) min(0.5416666667vw, 0.78rem) min(0.2708333333vw, 0.39rem);
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item--speech::after {
    left: 12%;
    border-width: 0 1.04vw 2.08vw 1.04vw;
  }
}
.citygas-change-flow__list-item + li {
  margin-top: min(2.0833333333vw, 3rem);
}
@media only screen and (max-width: 767px) {
  .citygas-change-flow__list-item + li {
    margin-top: 5.3333333333vw;
  }
}
.citygas-change-flow__list-item:last-child::after {
  content: none;
}
.citygas-change__point-ttl {
  font-size: min(2.4305555556vw, 3.5rem);
  position: relative;
  margin: 1em auto 2em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .citygas-change__point-ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.02em;
  }
}
.citygas-change__point-ttl .big-font {
  font-size: min(3.8194444444vw, 5.5rem);
}
@media only screen and (max-width: 767px) {
  .citygas-change__point-ttl .big-font {
    font-size: 7.4666666667vw;
  }
}
.citygas-change__point-ttl::after {
  content: "";
  width: min(32.6388888889vw, 47rem);
  height: min(4.5138888889vw, 6.5rem);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 90%);
  background: url(/assets/images/citygas_change/citygas-change__point-ttl.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .citygas-change__point-ttl::after {
    width: 62.6666666667vw;
    height: 8.6666666667vw;
  }
}
.citygas-change__point-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.citygas-change__point-list-item {
  width: 48.4%;
  margin-bottom: min(2.0833333333vw, 3rem);
}
@media only screen and (max-width: 767px) {
  .citygas-change__point-list-item {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.citygas-change__point-list-item--inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #ffffff;
  border-radius: min(1.3888888889vw, 2rem);
  height: min(13.3333333333vw, 19.2rem);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .citygas-change__point-list-item--inner {
    border-radius: 5.3333333333vw;
    height: 40vw;
  }
}
.citygas-change__point-list-item--inner .point-number {
  width: min(4.1666666667vw, 6rem);
  height: min(4.1666666667vw, 6rem);
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: min(2.7083333333vw, 3.9rem);
  font-weight: 400;
  font-family: "Koulen", sans-serif;
  background: #549EFF;
  border-radius: min(1.3888888889vw, 2rem) 0 min(1.3888888889vw, 2rem) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .citygas-change__point-list-item--inner .point-number {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 7.4666666667vw;
    border-radius: 5.3333333333vw 0 5.3333333333vw 0;
  }
}
.citygas-change__point-text {
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .citygas-change__point-text {
    font-size: 5.3333333333vw;
  }
}
.citygas-change__point-text .small-font {
  font-size: min(1.3888888889vw, 2rem);
  line-height: 1.6;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .citygas-change__point-text .small-font {
    font-size: 4.2666666667vw;
  }
}
.citygas-change__point-text .big-font {
  font-size: min(2.0833333333vw, 3rem);
  line-height: 1.6;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .citygas-change__point-text .big-font {
    font-size: 6.4vw;
  }
}
.citygas-change__list {
  margin-top: 8em !important;
  margin-bottom: 10em;
}
.citygas-change__list-item {
  margin-bottom: 8em;
}
.citygas-change__list-item--inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .citygas-change__list-item--inner {
    display: block;
  }
}
.citygas-change__list-item--inner .number-img {
  width: min(28.1944444444vw, 40.6rem);
}
@media only screen and (max-width: 767px) {
  .citygas-change__list-item--inner .number-img {
    width: 100%;
    margin-bottom: 1em;
  }
}
.citygas-change__list-item--inner .number-img img {
  width: 100%;
}
.citygas-change__list-item--inner .number-detail {
  padding-top: min(2.0833333333vw, 3rem);
}
@media only screen and (max-width: 767px) {
  .citygas-change__list-item--inner .number-detail {
    width: 100%;
  }
}
.citygas-change__list-item--inner .number-detail .citygas-change__point-text {
  margin-bottom: 1em;
}
.citygas-change__list-item--inner .number-detail .page__text, .citygas-change__list-item--inner .number-detail .page__list--disc {
  margin-bottom: 0;
}
.citygas-change__list-item:nth-child(odd) .citygas-change__list-item--inner .number-img {
  order: 2;
}
.citygas-change__list-item:nth-child(odd) .citygas-change__list-item--inner .number-detail {
  order: 1;
  width: min(30.5555555556vw, 44rem);
}
@media only screen and (max-width: 767px) {
  .citygas-change__list-item:nth-child(odd) .citygas-change__list-item--inner .number-detail {
    width: 100%;
  }
}
.citygas-change__list-item:nth-child(odd) .citygas-change__list-item--inner .number-detail .page__text, .citygas-change__list-item:nth-child(odd) .citygas-change__list-item--inner .number-detail .page__list--disc {
  width: min(26.3888888889vw, 38rem);
}
@media only screen and (max-width: 767px) {
  .citygas-change__list-item:nth-child(odd) .citygas-change__list-item--inner .number-detail .page__text, .citygas-change__list-item:nth-child(odd) .citygas-change__list-item--inner .number-detail .page__list--disc {
    width: 100%;
  }
}
.citygas-change__list-item:nth-child(even) .citygas-change__list-item--inner .number-img {
  order: 1;
}
.citygas-change__list-item:nth-child(even) .citygas-change__list-item--inner .number-detail {
  order: 2;
  width: min(26.3888888889vw, 38rem);
}
@media only screen and (max-width: 767px) {
  .citygas-change__list-item:nth-child(even) .citygas-change__list-item--inner .number-detail {
    width: 100%;
  }
}
.citygas-change__list-item .flex__wrap {
  margin-top: 5em;
}
@media only screen and (max-width: 767px) {
  .citygas-change__list-item .flex__wrap {
    margin-top: 2em;
  }
}
.citygas-change__list-item .flex__wrap .col1__wrap {
  margin-top: 0;
}

.citygas-business-price__table {
  margin: 2em auto 4em;
}
.citygas-business-price__wrap {
  margin-top: 2em;
}

.citygas-source__list-item {
  position: relative;
}
.citygas-source__list-item + .citygas-source__list-item {
  margin-top: 3.5em;
}
@media only screen and (max-width: 767px) {
  .citygas-source__list-item + .citygas-source__list-item {
    margin-top: 13.3333333333vw;
  }
}
.citygas-source__list-item + .citygas-source__list-item::before {
  content: "";
  width: min(1.7361111111vw, 2.5rem);
  height: min(0.9722222222vw, 1.4rem);
  position: absolute;
  left: 3.7%;
  top: 0;
  transform: translateY(-150%);
  background: url(/assets/images/citygas_source/citygas-source__list--arrow.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .citygas-source__list-item + .citygas-source__list-item::before {
    width: 6.6666666667vw;
    height: 3.7333333333vw;
  }
}
.citygas-source__list-ttl {
  border-radius: min(0.6944444444vw, 1rem);
  background: #ffffff;
  line-height: 1.4;
  padding: min(0.9722222222vw, 1.4rem) min(2.0833333333vw, 3rem);
  text-align: left;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .citygas-source__list-ttl {
    border-radius: 2.6666666667vw;
    padding: 1.3333333333vw 4vw;
  }
}
.citygas-source__list-ttl--blue {
  background: #549EFF;
  color: #ffffff;
}
.citygas-source__list--inner {
  padding: min(0.9722222222vw, 1.4rem) min(2.0833333333vw, 3rem);
}
@media only screen and (max-width: 767px) {
  .citygas-source__list--inner {
    padding: 2.6666666667vw 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .citygas-source__list-calc {
    display: flex;
    margin: 1em 0;
  }
  .citygas-source__list-calc dt {
    width: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-source__list-calc {
    margin: 0.5em 0;
  }
}
.citygas-source__list-variable {
  display: flex;
  margin-bottom: 0.5em;
}
.citygas-source__list-variable dt {
  width: min(8.75vw, 12.6rem);
  height: min(2.0833333333vw, 3rem);
  font-size: min(1.1111111111vw, 1.6rem);
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(0.3472222222vw, 0.5rem);
}
@media only screen and (max-width: 767px) {
  .citygas-source__list-variable dt {
    width: 14em;
    height: 5.3333333333vw;
    font-size: 2.9333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.citygas-source__list-variable--red {
  background: #FF5454;
}
.citygas-source__list-variable--blue {
  background: #549EFF;
}
.citygas-source__list-variable dd {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .citygas-source__list-variable dd {
    margin-left: 1em;
    padding: 0.2em 0;
    font-size: min(0.9722222222vw, 1.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .citygas-source__list-variable dd {
    margin-left: 0.5em;
    padding: 0.1em 0;
    font-size: 2.9333333333vw;
  }
}
.citygas-source__list-variable-img {
  width: 100%;
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  .citygas-source__list-variable-img {
    max-width: 44.2rem;
  }
}
.citygas-source__list-variable-img img {
  width: 100%;
}
.citygas-source__list-text {
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 700;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .citygas-source__list-text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-source__list-text {
    font-size: 3.2vw;
  }
}
.citygas-source__list-reflection-img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .citygas-source__list-reflection-img {
    margin: 3em 0;
    max-width: 78.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .citygas-source__list-reflection-img {
    margin: 2em 0;
    max-width: 78.7rem;
  }
}
.citygas-source__list-reflection-img img {
  width: 100%;
}
.citygas-source-calendar__img {
  width: 100%;
  margin-bottom: 1em;
}
.citygas-source-calendar__img img {
  width: 100%;
}
.citygas-source-calendar__note {
  padding-left: 1.8em;
  position: relative;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.citygas-source-calendar__note::before {
  content: "";
  width: min(1.3888888889vw, 2rem);
  height: min(1.3888888889vw, 2rem);
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
  border-radius: min(0.3472222222vw, 0.5rem);
}
@media only screen and (max-width: 767px) {
  .citygas-source-calendar__note::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.citygas-source-calendar__note.calendar-icon--green::before {
  background: #2AA27A;
}
.citygas-source-calendar__note.calendar-icon--orange::before {
  background: #FFAA54;
}
.citygas-source-calendar__note.calendar-icon--red::before {
  background: #FF5454;
}

.citygas-business-carbon__band-block {
  margin-top: 3em;
}
.citygas-business-carbon__band-block .band-block__wrap {
  padding: min(0.6944444444vw, 1rem) min(1.3888888889vw, 2rem) min(2.0833333333vw, 3rem);
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__band-block .band-block__wrap {
    padding: 5%;
  }
}
.citygas-business-carbon__img-LPG {
  width: 100%;
  max-width: 80.8rem;
  margin: 2em auto 0;
}
.citygas-business-carbon__img-LPG img {
  width: 100%;
}
.citygas-business-carbon__flex-wrap {
  margin: 0 auto 1em;
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__flex-wrap {
    display: block;
  }
}
.citygas-business-carbon__flex-wrap .band-block__ttl {
  font-size: min(1.3888888889vw, 2rem);
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__flex-wrap .band-block__ttl {
    font-size: 4.2666666667vw;
  }
}
.citygas-business-carbon__flex-wrap--left {
  width: 35.8%;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__flex-wrap--left {
    display: block;
    width: 100%;
  }
}
.citygas-business-carbon__flex-wrap--left .band-block__wrap {
  padding: min(2.0833333333vw, 3rem) min(1.3888888889vw, 2rem) min(2.0833333333vw, 3rem);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__flex-wrap--left .band-block__wrap {
    padding: 5%;
    height: auto;
  }
}
.citygas-business-carbon__flex-wrap--left .band-block__wrap .page__list--disc {
  margin-top: min(2.7777777778vw, 4rem);
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__flex-wrap--left .band-block__wrap .page__list--disc {
    margin-top: 5.3333333333vw;
  }
}
.citygas-business-carbon__flex-wrap--right {
  width: 61.9%;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__flex-wrap--right {
    display: block;
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.citygas-business-carbon__flex-wrap--right .band-block__wrap {
  padding: min(2.0833333333vw, 3rem) min(1.3888888889vw, 2rem) min(2.0833333333vw, 3rem);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__flex-wrap--right .band-block__wrap {
    padding: 5%;
    height: auto;
  }
}
.citygas-business-carbon__flex-wrap .band-block--blue {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.citygas-business-carbon__flex-img-02 {
  margin-bottom: 1em;
}
.citygas-business-carbon__merit-list-item {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 3.5em 0;
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__merit-list-item {
    flex-direction: column;
  }
}
.citygas-business-carbon__merit-list-item-img {
  width: min(21.25vw, 30.6rem);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__merit-list-item-img {
    width: 100%;
    order: 2;
    margin-top: 5.3333333333vw;
  }
}
.citygas-business-carbon__merit-list-item-img img {
  width: 100%;
}
.citygas-business-carbon__merit-list-item-text {
  width: min(30.0694444444vw, 43.3rem);
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__merit-list-item-text {
    width: 100%;
    order: 1;
  }
}
.citygas-business-carbon__merit-list-item + li {
  border-top: 1px dashed #D9D9D9;
}
.citygas-business-carbon__merit-list-ttl {
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8em;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon__merit-list-ttl {
    font-size: 5.3333333333vw;
  }
}
.citygas-business-carbon-flow__list-item img {
  width: 100%;
}
.citygas-business-carbon-flow__list-item:first-child .citygas-business-carbon-flow__list-item--img {
  width: min(11.8055555556vw, 17rem);
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon-flow__list-item:first-child .citygas-business-carbon-flow__list-item--img {
    width: 45.3333333333vw;
  }
}
.citygas-business-carbon-flow__list-item:nth-child(4) .citygas-business-carbon-flow__list-item--img {
  width: min(8.3333333333vw, 12rem);
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon-flow__list-item:nth-child(4) .citygas-business-carbon-flow__list-item--img {
    width: 32vw;
  }
}
.citygas-business-carbon-flow__list-item--block {
  width: min(41.25vw, 59.4rem);
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon-flow__list-item--block {
    width: 100%;
  }
}
.citygas-business-carbon-flow__list-item--block.full-size-block {
  width: 100%;
  padding-left: min(2.0833333333vw, 3rem);
}
.citygas-business-carbon-flow__list-item--speech-ttl {
  display: block;
  font-weight: 500;
}
.citygas-business-carbon-flow__list-item--bnr {
  display: flex;
  flex-wrap: wrap;
}
.citygas-business-carbon-flow__list-item--bnr img {
  width: min(15.2777777778vw, 22rem);
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon-flow__list-item--bnr img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .citygas-business-carbon-flow__list-item--bnr img + img {
    margin-left: min(2.0833333333vw, 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .citygas-business-carbon-flow__list-item--bnr img + img {
    margin-top: min(2.0833333333vw, 3rem);
  }
}
.citygas-business-carbon__contact-wrap {
  margin-top: 5em;
}

.propane-about__img img {
  width: 100%;
}
.propane-about__img-ttl {
  text-align: center;
}

.propane-area__ribbon-list {
  display: flex;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .propane-area__ribbon-list {
    align-items: center;
  }
}
.propane-area__ribbon-list dt {
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  padding: min(0.2083333333vw, 0.3rem) min(0.6944444444vw, 1rem);
  background: #549EFF;
  position: relative;
  height: min(2.5vw, 3.6rem);
  width: min(16.6666666667vw, 24rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .propane-area__ribbon-list dt {
    font-size: 4vw;
    padding: 0.5333333333vw 2.1333333333vw;
    height: 13.8666666667vw;
    width: 48vw;
    line-height: 1.4;
  }
}
.propane-area__ribbon-list dt::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  border-top: min(2.5vw, 3.6rem) solid transparent;
  border-right: min(0.6944444444vw, 1rem) solid transparent;
  border-left: min(0.6944444444vw, 1rem) solid #549EFF;
  transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .propane-area__ribbon-list dt::after {
    border-top: 13.8666666667vw solid transparent;
    border-right: 2.1333333333vw solid transparent;
    border-left: 2.1333333333vw solid #549EFF;
  }
}
.propane-area__ribbon-list dd {
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  padding: min(0.2083333333vw, 0.3rem) min(0.6944444444vw, 1rem);
  margin-left: min(0.6944444444vw, 1rem);
}
@media only screen and (max-width: 767px) {
  .propane-area__ribbon-list dd {
    font-size: 4vw;
    padding: 0.5333333333vw 2.1333333333vw;
    margin-left: 2.1333333333vw;
    line-height: 1.4;
  }
}
.propane-area__flex-block {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .propane-area__flex-block {
    display: block;
  }
}
.propane-area__flex-block img {
  width: 100%;
}
.propane-area__flex-text {
  width: min(29.1666666667vw, 42rem);
}
@media only screen and (max-width: 767px) {
  .propane-area__flex-text {
    width: 100%;
  }
}
.propane-area__flex-map {
  width: min(29.5833333333vw, 42.6rem);
}
@media only screen and (max-width: 767px) {
  .propane-area__flex-map {
    width: 100%;
  }
}
.propane-area__blue-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #549EFF;
  color: #ffffff;
  border-radius: min(0.3472222222vw, 0.5rem);
  width: 100%;
  min-height: min(4.8611111111vw, 7rem);
  padding: min(0.6944444444vw, 1rem) min(2.0833333333vw, 3rem);
  margin: 1em auto;
}
@media only screen and (max-width: 767px) {
  .propane-area__blue-wrap {
    border-radius: 1.3333333333vw;
    padding: 2.1333333333vw 6.4vw;
    margin: 2em auto;
  }
}
.propane-area__blue-wrap--icon {
  width: min(3.125vw, 4.5rem);
}
@media only screen and (max-width: 767px) {
  .propane-area__blue-wrap--icon {
    width: 12vw;
  }
}
.propane-area__blue-wrap--text {
  font-weight: 700;
  width: min(20.8333333333vw, 30rem);
}
@media only screen and (max-width: 767px) {
  .propane-area__blue-wrap--text {
    width: 80%;
    font-size: 3.4666666667vw;
  }
}
.propane-area__ttl {
  font-weight: 700;
}
.propane-area__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .propane-area__list {
    margin-bottom: 5.3333333333vw;
  }
}
.propane-area__list-item {
  width: 31.6%;
  height: min(3.1944444444vw, 4.6rem);
  margin-bottom: 2.5%;
  border-radius: min(0.3472222222vw, 0.5rem);
  background: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 min(0.3472222222vw, 0.5rem);
}
@media only screen and (max-width: 767px) {
  .propane-area__list-item {
    height: 12.2666666667vw;
    border-radius: 1.3333333333vw;
    padding: 0 1.3333333333vw;
  }
}
.propane-area__list-item .icon-img {
  width: min(1.7361111111vw, 2.5rem);
}
@media only screen and (max-width: 767px) {
  .propane-area__list-item .icon-img {
    width: 6.6666666667vw;
  }
}
.propane-area__list-item .icon-img.icon-restaurant {
  width: min(1.5972222222vw, 2.3rem);
}
@media only screen and (max-width: 767px) {
  .propane-area__list-item .icon-img.icon-restaurant {
    width: 6.1333333333vw;
  }
}
.propane-area__list-item .icon-text {
  width: 5em;
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .propane-area__list-item .icon-text {
    font-size: 3.2vw;
  }
}

.propane-auto-gas-stand__contact-wrap {
  margin: 2em auto;
  border: 1px solid #4E6A85;
  padding: min(3.4722222222vw, 5rem) min(1.3888888889vw, 2rem);
}
@media only screen and (max-width: 767px) {
  .propane-auto-gas-stand__contact-wrap {
    padding: 8vw 2.6666666667vw 6.6666666667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .propane-safety-page__text {
    margin-top: 2em;
  }
}
.propane-safety__wrap {
  margin-top: 1.5em;
  margin-bottom: 3em;
}
@media print, screen and (min-width: 768px) {
  .propane-safety__wrap.flex-reverse {
    margin: 6em auto 8em;
  }
  .propane-safety__wrap.flex-reverse .propane-safety__wrap-text {
    order: 2;
  }
  .propane-safety__wrap.flex-reverse .propane-safety__wrap-img {
    order: 1;
  }
}
.propane-safety__wrap img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .propane-safety__wrap-text {
    width: 48.7%;
  }
}
@media print, screen and (min-width: 768px) {
  .propane-safety__wrap-text--small {
    width: 42.9%;
  }
}
@media only screen and (max-width: 767px) {
  .propane-safety__wrap-img {
    margin: 0 auto;
  }
}
.propane-safety__wrap-img-01 {
  width: min(26.875vw, 38.7rem);
}
@media only screen and (max-width: 767px) {
  .propane-safety__wrap-img-01 {
    width: 51.4666666667vw;
  }
}
.propane-safety__wrap-img-02 {
  width: min(26.9444444444vw, 38.8rem);
}
@media only screen and (max-width: 767px) {
  .propane-safety__wrap-img-02 {
    width: 80%;
  }
}
.propane-safety__wrap-img-03 {
  width: min(23.6111111111vw, 34rem);
}
@media print, screen and (min-width: 768px) {
  .propane-safety__wrap-img-03 {
    margin-left: min(3.4722222222vw, 5rem);
  }
}
@media only screen and (max-width: 767px) {
  .propane-safety__wrap-img-03 {
    width: 45.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.propane-safety__col2-wrap {
  width: 48.3%;
}
@media only screen and (max-width: 767px) {
  .propane-safety__col2-wrap {
    width: 100%;
    margin-bottom: 1em;
  }
}

.propane-portalsite__bnr {
  width: 90%;
  margin: 0 auto 3em;
}
@media print, screen and (min-width: 768px) {
  .propane-portalsite__bnr {
    max-width: 38.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__bnr {
    margin: 0 auto 1em;
  }
}
.propane-portalsite__bnr img {
  width: 100%;
}
.propane-portalsite__flex {
  margin: 4em auto 2em;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__flex {
    margin: 2em auto 1em;
  }
}
.propane-portalsite__flex-wrap {
  width: min(13.8888888889vw, 20rem);
  height: min(13.8888888889vw, 20rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #549EFF;
  border-radius: 50%;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__flex-wrap {
    flex-wrap: wrap;
    width: 40vw;
    height: 40vw;
    margin-bottom: 5.3333333333vw;
  }
}
.propane-portalsite__flex-wrap-text {
  font-size: min(1.25vw, 1.8rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__flex-wrap-text {
    font-size: 3.7333333333vw;
  }
}
.propane-portalsite__wrap {
  margin: min(4.1666666667vw, 6rem) auto;
  padding: 4.6%;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__wrap {
    margin: 10.6666666667vw auto;
    padding: 3% 10%;
  }
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__wrap .center_al {
    text-align: left !important;
  }
}
.propane-portalsite__wrap img {
  width: 100%;
}
.propane-portalsite__wrap-ttl {
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin: 1em auto;
}
@media print, screen and (min-width: 768px) {
  .propane-portalsite__wrap-ttl {
    scroll-margin-top: min(9.0277777778vw, 13rem);
  }
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__wrap-ttl {
    font-size: 5.3333333333vw;
    text-align: left;
  }
}
.propane-portalsite__wrap-border-ttl {
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin: 0 auto 3em;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5em 0;
}
@media print, screen and (min-width: 768px) {
  .propane-portalsite__wrap-border-ttl {
    scroll-margin-top: min(9.0277777778vw, 13rem);
  }
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__wrap-border-ttl {
    font-size: 4.2666666667vw;
  }
}
.propane-portalsite__wrap-border-ttl::after {
  content: "";
  width: min(4.1666666667vw, 6rem);
  height: min(0.3472222222vw, 0.5rem);
  border-radius: min(0.1736111111vw, 0.25rem);
  background: #549EFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__wrap-border-ttl::after {
    width: 12vw;
    height: 0.8vw;
  }
}
.propane-portalsite__number-list-item {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: min(2.7777777778vw, 4rem);
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__number-list-item {
    display: block;
    margin-bottom: 13.3333333333vw;
  }
}
.propane-portalsite__number-list-item-text {
  width: 44%;
}
.propane-portalsite__number-list-item-text.text-only {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__number-list-item-text {
    width: 100%;
  }
}
.propane-portalsite__number-list-item-img {
  width: 48%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__number-list-item-img {
    width: 100%;
    flex-wrap: wrap;
  }
}
.propane-portalsite__number-list-item-img img {
  width: auto;
  height: min(17.7083333333vw, 25.5rem);
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__number-list-item-img img {
    height: auto;
    margin: 0 auto;
  }
  .propane-portalsite__number-list-item-img img.small-img {
    width: 51%;
  }
  .propane-portalsite__number-list-item-img img.middle-img {
    width: 80%;
  }
}
.propane-portalsite__number-list-item-img img + img {
  margin-left: min(0.6944444444vw, 1rem);
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__number-list-item-img img + img {
    margin-left: auto;
    margin-top: 5.3333333333vw;
  }
}
.propane-portalsite__number-list-item-btn {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .propane-portalsite__number-list-item-btn {
    max-width: 31rem;
  }
}
.propane-portalsite__number-list-item-btn a {
  text-decoration: none;
  background: #D9D9D9;
  font-size: min(0.9722222222vw, 1.4rem);
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(4.4444444444vw, 6.4rem);
  transition: all 0.3s;
  border-radius: min(0.6944444444vw, 1rem);
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__number-list-item-btn a {
    font-size: 3.2vw;
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .propane-portalsite__number-list-item-btn a:hover {
    background: #4E6A85;
    color: #ffffff;
  }
}
.propane-portalsite__number-list-ttl {
  font-size: min(1.25vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__number-list-ttl {
    font-size: 4.2666666667vw;
    display: flex;
    margin-bottom: 0.5em;
    justify-content: space-between;
  }
}
.propane-portalsite__number-list-ttl .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(2.0833333333vw, 3rem);
  height: min(2.0833333333vw, 3rem);
  background: #D9D9D9;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__number-list-ttl .number {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__number-list-ttl .ttl {
    width: calc(100% - 8vw);
  }
}
.propane-portalsite__list {
  margin-top: 4em;
  padding: 0 6.3%;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__list {
    padding: 0;
  }
}
.propane-portalsite__list-item {
  margin-bottom: min(4.1666666667vw, 6rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__list-item {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.propane-portalsite__list-item-text {
  width: 44%;
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__list-item-text {
    width: 100%;
  }
}
.propane-portalsite__list-item-text .page__text {
  font-weight: 500;
  line-height: 1.4;
}
.propane-portalsite__list-item-ttl {
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__list-item-ttl {
    font-size: 4.2666666667vw;
  }
}
.propane-portalsite__list-item-img {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .propane-portalsite__list-item-img {
    width: 100%;
  }
}
.propane-portalsite__list-item-img .single-img {
  width: 62.8%;
}
.propane-portalsite__list-item-img .double-img {
  width: 100%;
}
.propane-portalsite__btn-wrap .col1__wrap {
  margin-top: 0;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .propane-portalsite__btn-wrap .col2__wrap {
    margin-bottom: 0;
  }
}

.electricity-moving-agree-block + .electricity-moving-agree-block {
  border-top: 1px solid #92999E;
}
.electricity-moving-agree__list {
  width: 100%;
  max-width: 79rem;
  margin: 0 auto;
}
.electricity-moving-agree__list-item {
  padding: 2em 0;
}
.electricity-moving-agree__list-item + .electricity-moving-agree__list-item {
  border-top: 2px solid #ECECEC;
}
.electricity-moving-agree__list-item img {
  width: 100%;
}
.electricity-moving-agree__list-ttl {
  margin-bottom: 2em;
  font-weight: 700;
  padding-left: 0.5em;
}
.electricity-moving-agree__bnr {
  width: 100%;
  margin: 0 auto;
}
.electricity-moving-agree__bnr img {
  width: 100%;
}

.electricity-change__flex {
  margin: 2em auto 2em;
}
.electricity-change__flex-wrap {
  text-align: center;
  margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  .electricity-change__flex-wrap {
    width: 45%;
  }
}
.electricity-change__flex-wrap-icon {
  width: 100%;
  margin-bottom: 5%;
}
@media print, screen and (min-width: 768px) {
  .electricity-change__flex-wrap-icon {
    max-width: min(12.7083333333vw, 18.3rem);
  }
}
.electricity-change__flex-wrap-icon img {
  width: 100%;
}
.electricity-change__flex-wrap-ttl {
  font-weight: 700;
  line-height: 1.4;
}
.electricity-change__flex-wrap-text {
  font-size: min(2.0833333333vw, 3rem);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .electricity-change__flex-wrap-text {
    font-size: 6.4vw;
  }
}
.electricity-change__ttl {
  display: inline-block;
  text-align: center;
  border: min(0.2777777778vw, 0.4rem) solid #549EFF;
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 700;
  padding: 0.1em 0.8em;
  margin: 3em auto 1em;
  border-radius: min(0.6944444444vw, 1rem);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .electricity-change__ttl {
    border: 0.8vw solid #549EFF;
    font-size: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.electricity-change__img-flex-wrap {
  width: 100%;
  margin: 2em auto 0;
}
@media print, screen and (min-width: 768px) {
  .electricity-change__img-flex-wrap {
    max-width: 79.2rem;
  }
}
.electricity-change__img-flex-wrap-item {
  width: 48.7%;
}
@media only screen and (max-width: 767px) {
  .electricity-change__img-flex-wrap-item {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.electricity-change__img-flex-wrap-item img {
  width: 100%;
}
.electricity-change__check {
  width: 100%;
  margin: 2em auto 5em;
}
@media print, screen and (min-width: 768px) {
  .electricity-change__check {
    max-width: 37.2rem;
  }
}
.electricity-change__check img {
  width: 100%;
}
.electricity-change__img {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .electricity-change__img {
    margin: 3em auto 8em;
    max-width: 79.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .electricity-change__img {
    margin: 1em auto 2em;
  }
}
.electricity-change__img img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .electricity-change__img .page__note {
    position: absolute;
    left: 10%;
    bottom: 0;
    transform: translateY(200%);
  }
}
@media only screen and (max-width: 767px) {
  .electricity-change__img .page__note {
    margin: 1em auto;
  }
}
.electricity-change__bnr {
  width: 100%;
  margin: 0 auto;
}
.electricity-change__bnr img {
  width: 100%;
}

.electricity-payment__wrap {
  margin: 1em auto;
  border: 2px solid #549EFF;
  padding: min(2.0833333333vw, 3rem);
}
@media only screen and (max-width: 767px) {
  .electricity-payment__wrap {
    padding: 5%;
  }
}
.electricity-payment__wrap-ttl {
  font-weight: 700;
}
.electricity-payment__wrap-ttl--sub {
  margin-top: 1.5em;
}
.electricity-payment__wrap .page__text:last-child {
  margin-bottom: 0;
}
.electricity-payment__wrap--inner {
  padding: min(2.0833333333vw, 3rem);
}
@media only screen and (max-width: 767px) {
  .electricity-payment__wrap--inner {
    padding: 5%;
  }
}
.electricity-payment__wrap--inner-ttl {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}
.electricity-payment__wrap--inner-img {
  width: 100%;
  margin: 0 auto 1.2em;
}
@media print, screen and (min-width: 768px) {
  .electricity-payment__wrap--inner-img {
    max-width: min(52.2222222222vw, 75.2rem);
  }
}
.electricity-payment__wrap--inner-img img {
  width: 100%;
}
.electricity-payment__wrap--inner + .electricity-payment__wrap-ttl {
  margin-top: 2em;
}

h2 + .electricity-payment__wrap {
  margin-top: 1.5em;
}

.electricity-price-list__border-wrap {
  margin: 5em auto 8em;
}
@media only screen and (max-width: 767px) {
  .electricity-price-list__border-wrap {
    margin: 2em auto 3em;
  }
}
.electricity-price-list__img {
  margin: 2em auto;
}
.electricity-price-list__contact-wrap {
  margin-top: 5em;
}

.electricity-price-set__wrap {
  padding: min(3.4722222222vw, 5rem) min(4.8611111111vw, 7rem) min(4.8611111111vw, 7rem);
  margin: min(2.7777777778vw, 4rem) auto;
}
@media print, screen and (min-width: 768px) {
  .electricity-price-set__wrap {
    scroll-margin-top: min(9.0277777778vw, 13rem);
  }
}
@media only screen and (max-width: 767px) {
  .electricity-price-set__wrap {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    margin: 5.3333333333vw auto;
  }
}
.electricity-price-set__wrap-ttl {
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .electricity-price-set__wrap-ttl {
    font-size: 4.2666666667vw;
  }
}
.electricity-price-set__wrap-text {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .electricity-price-set__wrap-text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .electricity-price-set__wrap-text {
    font-size: 3.7333333333vw;
  }
}
.electricity-price-set__wrap-text .underline {
  text-decoration: underline;
}
.electricity-price-set__contact-wrap {
  margin-top: 10em;
}
@media only screen and (max-width: 767px) {
  .electricity-price-set__contact-wrap {
    margin-top: 5em;
  }
}

.electricity-price__bnr-wrap {
  margin: 1em auto 0;
}
@media only screen and (max-width: 767px) {
  .electricity-price__bnr-wrap {
    margin: 2em auto 0;
  }
}
.electricity-price__bnr-wrap .col2__wrap {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .electricity-price__bnr-wrap .col2__wrap + .col2__wrap {
    margin-top: 5.3333333333vw;
  }
}
.electricity-price__bnr-img img {
  width: 100%;
}
.electricity-price__bnr-contact-link {
  margin-top: min(2.0833333333vw, 3rem);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .electricity-price__bnr-contact-link {
    margin-top: 2.6666666667vw;
  }
}
.electricity-price__bnr-contact-link--text {
  font-size: min(1.1111111111vw, 1.6rem);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .electricity-price__bnr-contact-link--text {
    font-size: 3.7333333333vw;
  }
}
.electricity-price__bnr-contact-link a {
  background: #ffffff;
  width: 100%;
  height: min(10.1388888889vw, 14.6rem);
  border-radius: min(1.3888888889vw, 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .electricity-price__bnr-contact-link a {
    height: 19.4666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.electricity-price__bnr-contact-link a.electricity-price__btn {
  font-size: min(1.8055555556vw, 2.6rem);
  position: relative;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .electricity-price__bnr-contact-link a.electricity-price__btn {
    font-size: 4.8vw;
  }
}
.electricity-price__bnr-contact-link a.electricity-price__btn::before {
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  transform: translate(0, -50%) scale(0, 0);
  z-index: 0;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .electricity-price__bnr-contact-link a.electricity-price__btn::before {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.electricity-price__bnr-contact-link a.electricity-price__btn::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  background: url(/assets/images/common/btn__type-a--arrow.svg) center center no-repeat;
  background-size: cover;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .electricity-price__bnr-contact-link a.electricity-price__btn::after {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .electricity-price__bnr-contact-link a.electricity-price__btn::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .electricity-price__bnr-contact-link a.electricity-price__btn:hover {
    background: #549EFF;
    color: #ffffff;
    text-decoration: none;
  }
  .electricity-price__bnr-contact-link a.electricity-price__btn:hover::before {
    transform: translate(0, -50%) scale(1, 1);
  }
}
.electricity-price__bnr-contact-nolink {
  margin-top: min(2.0833333333vw, 3rem);
  text-align: center;
  background: #ffffff;
  width: 100%;
  height: min(10.1388888889vw, 14.6rem);
  border-radius: min(1.3888888889vw, 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .electricity-price__bnr-contact-nolink {
    margin-top: 2.6666666667vw;
    height: 19.4666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.electricity-price__bnr-contact-nolink--text {
  font-size: min(1.1111111111vw, 1.6rem);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .electricity-price__bnr-contact-nolink--text {
    font-size: 3.7333333333vw;
  }
}
.electricity-price__contact-wrap {
  margin-top: 10em;
}
@media only screen and (max-width: 767px) {
  .electricity-price__contact-wrap {
    margin-top: 5em;
  }
}

.electricity-plan__tag-wrap {
  padding: 3.6%;
}
.electricity-plan__tag-list {
  width: 100%;
  display: flex;
}
.electricity-plan__tag-list-item {
  height: min(2.7777777778vw, 4rem);
  border-radius: min(0.6944444444vw, 1rem);
  background: #4E6A85;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.3888888889vw, 2rem);
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .electricity-plan__tag-list-item {
    height: 8vw;
    border-radius: 1.6vw;
    font-size: 2.5333333333vw;
  }
}
.electricity-plan__tag-list-item.col5-item {
  width: 18.5%;
  margin-right: 1.85%;
}
.electricity-plan__tag-list-item.col5-item:nth-child(5) {
  margin-right: 0;
}
.electricity-plan__tag-list-item.col4-item {
  width: 23.58%;
  margin-right: 1.88%;
}
.electricity-plan__tag-list-item.col4-item:nth-child(4) {
  margin-right: 0;
}
.electricity-plan__tag-list-item.col3-item {
  width: 32.1%;
  margin-right: 1.85%;
}
.electricity-plan__tag-list-item.col3-item:nth-child(3) {
  margin-right: 0;
}
.electricity-plan__tag-list + .electricity-plan__tag-list {
  margin-top: min(1.0416666667vw, 1.5rem);
}
@media only screen and (max-width: 767px) {
  .electricity-plan__tag-list + .electricity-plan__tag-list {
    margin-top: 1.6vw;
  }
}
.electricity-plan__bnr {
  margin-top: 3em;
}
.electricity-plan__contact-wrap {
  margin-top: 10em;
}
@media only screen and (max-width: 767px) {
  .electricity-plan__contact-wrap {
    margin-top: 5em;
  }
}

.cooking__wrap {
  width: 100%;
  padding: min(2.7777777778vw, 4rem);
}
@media only screen and (max-width: 767px) {
  .cooking__wrap {
    padding: 5.3333333333vw;
  }
}
.cooking__wrap ul + .page__text {
  margin-top: 1em;
}
.cooking__wrap + .cooking__wrap {
  margin-top: min(5.5555555556vw, 8rem);
}
@media only screen and (max-width: 767px) {
  .cooking__wrap + .cooking__wrap {
    margin-top: 8vw;
  }
}
.cooking__wrap-img--main {
  margin-bottom: 1em;
}
.cooking__wrap-img--main img {
  width: 100%;
}
.cooking__wrap-ttl {
  font-size: min(1.7361111111vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  .cooking__wrap-ttl {
    font-size: 4.8vw;
  }
}
.cooking__inner-wrap {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  padding: 2em 1.5em;
}
@media only screen and (max-width: 767px) {
  .cooking__inner-wrap {
    display: block;
  }
}
.cooking__inner-wrap img {
  width: 100%;
}
.cooking__inner-wrap--text {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .cooking__inner-wrap--text {
    width: 100%;
  }
}
.cooking__inner-wrap--img {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .cooking__inner-wrap--img {
    width: 100%;
  }
}
.cooking__access-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cooking__access-wrap {
    display: block;
  }
}
.cooking__access-wrap-info {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .cooking__access-wrap-info {
    width: 100%;
  }
}
.cooking__access-wrap-inner {
  padding: 1em;
  border-radius: min(0.6944444444vw, 1rem);
}
.cooking__access-wrap-inner img {
  width: 100%;
}
.cooking__access-wrap-ttl {
  font-size: min(1.25vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .cooking__access-wrap-ttl {
    font-size: 4.2666666667vw;
  }
}
.cooking__access-wrap-text {
  margin-bottom: 0.5em;
}
.cooking__access-wrap-map {
  width: 57%;
}
@media only screen and (max-width: 767px) {
  .cooking__access-wrap-map {
    width: 100%;
  }
}
.cooking__access-wrap-map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .cooking__access-wrap-map iframe {
    margin-top: 5.3333333333vw;
    height: 100vw;
  }
}
.cooking__qr-wrap {
  margin-top: 5em;
  text-align: center;
  padding: min(2.0833333333vw, 3rem);
  border-radius: min(0.6944444444vw, 1rem);
}
.cooking__qr-wrap--img {
  width: 80%;
  max-width: 22.6rem;
  margin: 0 auto;
}
.cooking__qr-wrap--img img {
  width: 100%;
}
.cooking__qr-wrap--link a {
  text-decoration: none;
  font-weight: 700;
  padding-right: 2.2rem;
  position: relative;
  display: inline-block;
  margin: 1em auto 1.5em;
  transition: all 0.3s;
}
.cooking__qr-wrap--link a:hover {
  opacity: 0.7;
}
.cooking__qr-wrap--link a::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  background: url(/assets/images/common/icon-link.svg) center center no-repeat;
  background-size: cover;
}
.cooking__qr-wrap--text {
  font-weight: 700;
}
.cooking__table-01 {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: min(1.3888888889vw, 2rem);
  border-collapse: separate;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cooking__table-01 {
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .cooking__table-01 tr {
    display: flex;
    flex-direction: column;
  }
}
.cooking__table-01 tr th {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  background: #88B9FF;
  text-align: center;
  padding: 0.5em 0;
  width: 14%;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .cooking__table-01 tr th {
    text-align: left;
    width: 100%;
    border-right: none;
    padding: 0.2em 1em;
  }
}
.cooking__table-01 tr td {
  text-align: left;
  width: 36%;
  padding: 0.5em 1em;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .cooking__table-01 tr td {
    width: 100%;
    padding: 0.2em 1em;
  }
}
.cooking__table-01 tr:last-child th, .cooking__table-01 tr:last-child td {
  border-bottom: none;
}
.cooking__table-02 {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: min(1.3888888889vw, 2rem);
  border-collapse: separate;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cooking__table-02 {
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .cooking__table-02 tr {
    display: flex;
    flex-direction: column;
  }
}
.cooking__table-02 tr th {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  background: #88B9FF;
  text-align: center;
  padding: 0.5em 0;
  width: 25%;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .cooking__table-02 tr th {
    text-align: left;
    width: 100%;
    border-right: none;
    padding: 0.2em 1em;
    vertical-align: middle;
  }
}
.cooking__table-02 tr td {
  text-align: left;
  width: 75%;
  padding: 0.5em 1em;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .cooking__table-02 tr td {
    width: 100%;
    padding: 0.2em 1em;
  }
}
.cooking__table-02 tr:last-child th, .cooking__table-02 tr:last-child td {
  border-bottom: none;
}

.p__event--none {
  pointer-events: none;
}

.btn__type-a.comming {
  position: relative;
  margin-top: 0;
  border-radius: min(1.3888888889vw, 2rem);
  overflow: hidden;
}

.btn__type-a.comming:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.comming:after {
  position: absolute;
  content: "「近日公開」";
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 100%;
  z-index: 2;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(84, 158, 255, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
  /* モーダルの擬似要素の指定 */
  /* クラスが追加された時の指定 */
}
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 900px;
  /* モーダルのコンテンツ部分の指定 */
  /* モーダルを閉じるボタンの指定 */
}
.modal .modal-container .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #FFF;
  background: #4E6A85;
  border-radius: 50%;
  cursor: pointer;
}
.modal .modal-container .modal-content {
  border-radius: 2rem;
  background: #FFF;
  text-align: left;
  padding: 20px;
  height: 80vh;
  overflow-y: scroll;
}
.modal .modal-container .modal-content .img__box ul {
  display: flex;
  width: 70%;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}
.modal .modal-container .modal-content .img__box ul li {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding: 3rem;
  display: none;
}
.modal .modal-container .modal-content .img__box ul li:first-child {
  display: block;
}
.modal .modal-container .modal-content .img__box ul li img {
  width: 100%;
  height: auto;
}
.modal .modal-container .modal-content .text__box .chara__name {
  border-top: 1px dotted;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-top: 1.5rem;
}
.modal .modal-container .modal-content .text__box .chara__name dt {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  padding-right: 1rem;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .modal .modal-container .modal-content .text__box .chara__name dt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-container .modal-content .text__box .chara__name dt {
    font-size: 4vw;
  }
}
.modal .modal-container .modal-content .text__box .chara__name dd {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.7;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .modal .modal-container .modal-content .text__box .chara__name dd {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-container .modal-content .text__box .chara__name dd {
    font-size: 5.3333333333vw;
  }
}
.modal .modal-container .modal-content .text__box .intro {
  padding-bottom: 2rem;
  border-bottom: 1px dotted;
  margin-bottom: 2rem;
}
.modal .modal-container .modal-content .text__box .flex__wrap {
  justify-content: center;
  padding: 1rem;
}
.modal .modal-container .modal-content .text__box .flex__wrap .col3__wrap {
  background: #549EFF;
  border-radius: 1.5rem;
  margin-right: 1rem;
  padding: 1rem;
}
.modal .modal-container .modal-content .text__box .flex__wrap .col3__wrap .chara__prof {
  padding: 1.5rem;
}
.modal .modal-container .modal-content .text__box .flex__wrap .col3__wrap .chara__prof dt {
  font-weight: 700;
  padding: 0 0 1rem;
  color: #ffffff;
}
.modal .modal-container .modal-content .text__box .flex__wrap .col3__wrap .chara__prof dd {
  color: #ffffff;
}

/*
#animation{
	display: none;
	@include mixin.media('pc-long') {
		position: fixed;
		right:10px;
		bottom:10px;
		display: flex;
		width:150px;
	    z-index:1000;
}
}
*/
@media print, screen and (min-width: 768px) {
  #memo::after {
    content: "768px～";
  }
}
@media only screen and (min-width: 1440px) {
  #memo::after {
    content: "1440px～";
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  #memo::after {
    content: "768px～1280px";
  }
}
@media only screen and (max-width: 767px) {
  #memo::after {
    content: "～767px";
  }
}

.post-block {
  /* thタグ、tdタグ内の中央に上下左右にそろえる */
}
.post-block::after {
  content: "";
  display: block;
  clear: both;
}
.post-block a {
  color: #0033DD;
  text-decoration: underline;
}
.post-block a:hover {
  text-decoration: none;
}
.post-block p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1em;
}
.post-block ul {
  margin-bottom: 1em;
  padding-left: 3rem;
}
.post-block ul li {
  font-size: 1.6rem;
  list-style-type: disc;
}
.post-block ol {
  padding-left: 2.5rem;
  margin-bottom: 1em;
}
.post-block ol li {
  font-size: 1.6rem;
  list-style-type: decimal;
}
.post-block table {
  border-collapse: collapse;
}
.post-block th, .post-block td {
  padding: 0.5em;
  font-size: 1.6rem;
  vertical-align: middle;
  border: 1px solid #333;
  vertical-align: inherit;
}
.post-block th {
  font-weight: 500;
  text-align: center;
  vertical-align: inherit;
  background: #FFECE1;
}
.post-block h1 {
  font-size: 3.5rem;
  margin: 0.67em 0;
  font-weight: 700;
}
.post-block h2 {
  font-size: 2.5rem;
  margin: 0.75em 0;
  font-weight: 700;
}
.post-block h3 {
  font-size: 2rem;
  margin: 0.83em 0;
  font-weight: 700;
}
.post-block h4 {
  font-size: 1.8rem;
  margin: 1.12em 0;
  font-weight: 700;
}
.post-block h5 {
  font-size: 1.6rem;
  margin: 1.5em 0;
  font-weight: 700;
}
.post-block h6 {
  font-size: 1.4rem;
  margin: 1.67em 0;
  font-weight: 700;
}
.post-block em {
  font-style: italic;
}
.post-block .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-block .alignright {
  float: right;
  margin-left: 1.5em;
}
.post-block .alignleft {
  float: left;
  margin-right: 1.5em;
}
.post-block hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.post-block blockquote {
  position: relative;
  padding: 3rem 5rem;
  background: #F8F8F8;
  color: #555;
  margin: 1rem auto;
}/*# sourceMappingURL=style.css.map */