@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 31.25vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: 300;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    line-height: 1.5625;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.7;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

@media print, (min-width: 768px) {
  main {
    padding-top: 0.98rem;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.73rem;
  }
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

.font-manrope {
  font-family: "Manrope", sans-serif;
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header-common .header-inner {
  z-index: 100;
}
.header-common .header-rental {
  position: relative;
}
@media print, (min-width: 768px) {
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 98px;
    padding: 18px 128px 10px 48px;
  }
  .header-common .header-inner.is-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-common .header-inner.is-outer .list-header-rental {
    pointer-events: none;
  }
  .header-common .header-inner.is-outer .button-header-rental:hover .list-header-rental {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header-common .header-inner.is-outer .button-header-rental .button-wrapper {
    top: 1px;
  }
  .header-common .header-inner.is-inner {
    display: none;
    position: absolute;
    z-index: 111;
    top: 98px;
    right: 128px;
    width: 688px;
    height: 454px;
    padding: 43px 73px 0;
    overflow: hidden;
    background-color: #ed5a24;
  }
  .header-common .header-inner.is-inner .button-header-burger {
    position: absolute;
    top: 34px;
    right: 21px;
    pointer-events: none;
  }
  .header-common .header-inner.is-inner .button-header-burger.is-active {
    pointer-events: auto;
  }
  .header-common .header-inner.is-inner .button-header-burger.is-active .button-line {
    top: 3px;
    width: 28px;
    height: 2px;
  }
  .header-common .header-inner.is-inner .button-header-burger.is-active .button-line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-common .header-inner.is-inner .button-header-burger.is-active .button-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-common .header-inner.is-inner .inner-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 66px;
  }
  .header-common .header-inner.is-inner .navigation-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 217px;
  }
  .header-common .header-inner.is-inner .header-rental {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 173px;
  }
  .header-common .header-inner.is-inner .button-header-rental {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
    padding: 9px 12px;
    background-color: #000;
    color: #fff;
    font-size: 0.14rem;
    text-align: center;
  }
  .header-common .header-inner.is-inner .list-header-rental {
    top: 0;
    right: -173px;
    left: unset;
  }
  .header-common .header-rental {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 129px;
  }
}
@media print, (min-width: 768px) and (max-width: 1129.98px) {
  .header-common .header-inner.is-inner {
    right: 0;
    width: 100%;
  }
  .header-common .header-inner.is-inner .button-header-rental {
    display: block;
  }
  .header-common .header-inner.is-inner .button-header-burger {
    right: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    border-bottom: 1px solid #c8c8c8;
  }
  .header-common .header-wrapper {
    padding: 0.21rem 0.12rem 0.15rem;
  }
  .header-common .header-inner {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.21rem 0 0.79rem;
    overflow: hidden auto;
    background-color: #ed5a24;
  }
  .header-common .header-inner .logo-header-primary {
    width: 1.5rem;
  }
  .header-common .header-rental {
    width: 1.44rem;
    margin: 0 0.2rem 0.16rem;
  }
}

.list-header-rental {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
}
.list-header-rental.is-active {
  visibility: visible;
  opacity: 1;
}
.list-header-rental .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-header-rental .list-item {
  position: relative;
}
.list-header-rental .list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ed5a24;
}
.list-header-rental .list-item:last-child::before {
  display: none;
}
.list-header-rental .item-link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #eee;
  color: #000;
  font-size: 0.13rem;
  line-height: 1.4;
  text-decoration: none;
}
.list-header-rental .link-wrapper {
  position: relative;
}
@media print, (min-width: 768px) {
  .list-header-rental {
    top: 100%;
    left: 0;
    width: 100%;
  }
  .list-header-rental .item-link {
    padding: 5.5px 6px;
    letter-spacing: 0.105em;
  }
  .list-header-rental .item-link:hover {
    background-color: #ed5a24;
    color: #fff;
  }
  .list-header-rental .link-wrapper {
    top: -0.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-header-rental {
    right: -1.37rem;
    bottom: -1.62rem;
    width: 1.37rem;
  }
  .is-ios .list-header-rental {
    bottom: -1.286rem;
  }
  .list-header-rental .item-link {
    padding: 0.07rem 0.05rem 0.07rem 0.13rem;
    background-color: #fff;
    letter-spacing: 0.085em;
  }
  .list-header-rental .item-link:hover {
    background-color: #eee;
    color: #ed5a24;
  }
}

.logo-header-primary {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-header-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 234px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-primary {
    width: 1.5rem;
  }
}

.navigation-header-sitemap {
  font-weight: 600;
}
.is-android .navigation-header-sitemap {
  font-weight: 700;
}
.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-header-sitemap .navigation-item:last-child {
  margin: 0;
}
.navigation-header-sitemap .item-link {
  display: inline-block;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 11px;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation-header-sitemap .navigation-item {
    margin-right: 26px;
    font-size: 0.14rem;
    letter-spacing: 0.05em;
  }
  .navigation-header-sitemap .navigation-item.is-current {
    color: #ed5a24;
  }
}
@media print, (min-width: 1130px) and (max-width: 1199.98px) {
  .navigation-header-sitemap .navigation-item {
    margin-right: 16px;
  }
}
@media print, (min-width: 768px) and (max-width: 1129.98px) {
  .navigation-header-sitemap {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap .navigation-head {
    padding: 0 0.12rem 0.15rem;
    border-bottom: 1px solid #000;
  }
  .navigation-header-sitemap .navigation-wrapper {
    padding: 0.24rem 0.2rem 0.15rem;
  }
  .navigation-header-sitemap .navigation-item {
    position: relative;
    margin-bottom: 0.05rem;
    padding-left: 0.15rem;
    font-size: 0.151rem;
    font-weight: 300;
    letter-spacing: 0.11em;
  }
  .navigation-header-sitemap .navigation-item::before {
    content: "";
    position: absolute;
    top: 0.11rem;
    left: 0;
    width: 0.09rem;
    height: 1px;
    background-color: #000;
  }
}

@media print, (min-width: 768px) {
  .navigation-header-sitemap.is-outer .item-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .navigation-header-sitemap.is-outer .item-link:hover {
    color: #ed5a24;
  }
}

@media print, (min-width: 768px) {
  .navigation-header-sitemap.is-inner {
    padding: 0;
  }
  .navigation-header-sitemap.is-inner .navigation-wrapper {
    display: block;
    margin-top: 5px;
  }
  .navigation-header-sitemap.is-inner .navigation-item {
    position: relative;
    margin-bottom: 3px;
    padding-left: 25px;
    font-size: 0.14rem;
    font-weight: 300;
  }
  .navigation-header-sitemap.is-inner .navigation-item::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 12px;
    height: 1px;
    background-color: #000;
  }
  .is-mac .navigation-header-sitemap.is-inner .navigation-item::before {
    top: 9.5px;
  }
  .navigation-header-sitemap.is-inner .item-link {
    line-height: 1.2;
  }
}
@media print, (min-width: 768px) and (max-width: 1129.98px) {
  .navigation-header-sitemap.is-inner {
    display: block;
  }
}

.button-header-rental {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 11;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #ed5a24;
  color: #fff;
  letter-spacing: 0.11em;
  cursor: pointer;
}
.button-header-rental .button-wrapper {
  position: relative;
}
.is-ios .button-header-rental .button-wrapper {
  top: 0.05px;
}
@media print, (min-width: 768px) {
  .button-header-rental {
    width: 100%;
    min-height: 29px;
    padding: 3px 12px 3px 20px;
    font-size: 0.14rem;
  }
  .button-header-rental:hover {
    background-color: #000;
    color: #fff;
  }
}
@media print, (min-width: 768px) and (max-width: 1129.98px) {
  .button-header-rental {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-rental {
    min-height: 0.31rem;
    padding: 0.03rem 0.21rem;
    background-color: #000;
    color: #fff;
    font-size: 0.151rem;
  }
}

.button-header-burger {
  position: fixed;
  z-index: 111;
  cursor: pointer;
}
.button-header-burger .button-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000;
}
@media print, (min-width: 768px) {
  .button-header-burger {
    top: 47px;
    right: 50px;
    width: 30px;
    height: 10px;
  }
  .button-header-burger.is-active {
    pointer-events: none;
  }
  .button-header-burger .button-line:nth-child(1) {
    top: 0;
  }
  .button-header-burger .button-line:nth-child(2) {
    top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    top: 0.29rem;
    right: 0.2rem;
    width: 0.18rem;
    height: 0.1rem;
    -webkit-transition: width 0.3s ease, opacity 0.3s ease, right 0.3s ease;
    transition: width 0.3s ease, opacity 0.3s ease, right 0.3s ease;
  }
  .button-header-burger .button-line:nth-child(1) {
    top: 0;
  }
  .button-header-burger .button-line:nth-child(2) {
    top: 0.09rem;
  }
  .button-header-burger.is-active {
    width: 0.28rem;
    right: 0.17rem;
  }
  .button-header-burger.is-active .button-line {
    top: 0.03rem;
  }
  .button-header-burger.is-active .button-line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .button-header-burger.is-active .button-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.list-header-link {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
}
.list-header-link .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-header-link .list-item {
  position: relative;
}
.list-header-link .list-item::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #000;
}
.list-header-link .list-item:last-child {
  margin-bottom: 0;
}
.list-header-link .item-link {
  display: inline-block;
}
@media print, (min-width: 768px) {
  .list-header-link {
    margin-top: 5px;
  }
  .list-header-link .list-item {
    margin-bottom: 2px;
    padding-left: 22px;
  }
  .list-header-link .list-item::before {
    top: 12px;
    width: 12px;
  }
  .list-header-link .item-link {
    font-size: 0.14rem;
    letter-spacing: 0.16em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.2rem;
  }
  .list-header-link .list-wrapper {
    width: calc(50% - 0.04rem);
  }
  .list-header-link .list-item {
    margin-bottom: -0.02rem;
    padding-right: 0.07rem;
    padding-left: 0.13rem;
  }
  .list-header-link .list-item::before {
    top: 0.08rem;
    width: 0.09rem;
  }
  .is-ios .list-header-link .list-item::before {
    top: 0.09rem;
  }
  .list-header-link .item-link {
    font-size: 0.1rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
}
.header-contact .contact-title {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header-contact .information-mail {
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
.header-contact .information-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
.header-contact .information-time {
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
}
.header-contact .mail-link {
  font-weight: 700;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .header-contact {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 18px 0 16px;
  }
  .header-contact .contact-title {
    top: -1px;
    width: 84px;
    font-size: 0.14rem;
    letter-spacing: 0.13em;
  }
  .is-mac .header-contact .contact-title {
    top: 1px;
  }
  .header-contact .contact-information {
    margin-top: -4px;
    padding-left: 20px;
  }
  .header-contact .phone-number {
    margin: 0 6px;
    font-size: 0.19rem;
    letter-spacing: 0.1em;
  }
  .header-contact .information-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -4px;
  }
  .header-contact .information-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.19rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .header-contact .information-time {
    margin-right: -15px;
    font-size: 0.13rem;
    letter-spacing: 0.06em;
  }
  .is-mac .header-contact .information-time {
    top: 1px;
  }
  .header-contact .information-mail {
    font-size: 0.12rem;
    letter-spacing: 0.02em;
  }
  .header-contact .mail-link {
    margin-left: 3px;
    font-size: 0.15rem;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-contact {
    margin: 0.16rem 0.2rem;
    padding: 0.14rem 0 0.1rem;
    border-bottom: 1px solid #000;
  }
  .header-contact .contact-title {
    width: 1rem;
    font-size: 0.1159rem;
    letter-spacing: 0.23em;
  }
  .header-contact .contact-title::before {
    content: "";
    position: absolute;
    top: 0.03rem;
    right: 0.12rem;
    width: 0.06rem;
    height: 0.11rem;
    background: url("../img/common/icon_arrow_01.svg") center/100% auto no-repeat;
  }
  .header-contact .contact-information {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -0.03rem;
  }
  .header-contact .information-phone {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.1611rem;
    letter-spacing: 0.118em;
  }
  .header-contact .information-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -0.02rem;
    font-size: 0.0867rem;
    letter-spacing: 0.04em;
  }
  .header-contact .phone-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header-contact .information-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.1167rem;
    font-weight: 500;
    font-size: 0.0933rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header-contact .mail-link {
    font-size: 0.1167rem;
    letter-spacing: 0.2em;
  }
}

.header-social .social-image {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, (min-width: 768px) {
  .header-social {
    position: absolute;
    right: 76px;
    bottom: 152px;
  }
  .header-social .social-image {
    width: 155px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.2rem;
  }
  .header-social .social-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.05rem;
    margin-right: 0.49rem;
  }
  .header-social .social-image {
    width: 1.25rem;
  }
}

.header-overlay {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.header-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

body.is-menu-open .header-overlay {
  opacity: 1;
  pointer-events: all;
}

.footer-common {
  position: relative;
  background-color: #e2e2e2;
}
.footer-common .information-wrapper {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.footer-common .information-title {
  font-size: 0.15rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-align: center;
}
.is-android .footer-common .information-title {
  font-weight: 700;
}
.footer-common .social-image,
.footer-common .social-link {
  display: block;
  width: 100%;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding: 92px 0 16px;
  }
  .footer-common .footer-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 90px;
  }
  .footer-common .footer-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 300px;
    margin-top: 8px;
  }
  .footer-common .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
    padding-left: 138px;
  }
  .footer-common .footer-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 150px;
    margin-top: 3px;
  }
  .footer-common .information-wrapper {
    padding: 25px 0 30px;
  }
  .footer-common .information-title {
    margin-bottom: 12px;
  }
  .footer-common .social-image {
    width: 147px;
    margin-bottom: 20px;
  }
  .footer-common .information-inner {
    margin-left: 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .footer-common .footer-inner {
    padding-left: 120px;
  }
}
@media print, (min-width: 768px) and (max-width: 1023.98px) {
  .footer-common .logo-footer-primary {
    margin-bottom: 35px;
  }
  .footer-common .footer-information {
    margin: 0 auto 50px;
  }
  .footer-common .footer-inner {
    max-width: 610px;
    margin: 0 auto;
    padding: 0;
  }
  .footer-common .footer-viewport {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.38rem 0 0.13rem;
  }
  .footer-common .wrapper {
    padding: 0 0.33rem;
  }
  .footer-common .footer-information {
    margin-bottom: 0.25rem;
  }
  .footer-common .footer-viewport {
    padding-bottom: 0.28rem;
  }
  .footer-common .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-common .information-wrapper {
    padding: 0.16rem 0 0.18rem;
  }
  .footer-common .information-title {
    margin-bottom: 0.09rem;
    font-size: 0.1rem;
  }
  .footer-common .information-mail {
    font-size: 0.093rem;
  }
  .footer-common .mail-link {
    font-size: 0.117rem;
  }
  .footer-common .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-common .social-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.05rem;
    margin-right: 0.18rem;
  }
  .footer-common .information-inner {
    padding: 0 15px 0 46px;
  }
}

.logo-footer-primary {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-footer-primary {
    width: 299px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-footer-primary {
    width: 2.04rem;
    margin: 0 auto 0.25rem;
  }
}

.navigation-footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation-footer-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-footer-sitemap .navigation-item {
  position: relative;
}
.navigation-footer-sitemap .navigation-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.09rem;
  height: 1px;
  background-color: #000;
}
.navigation-footer-sitemap .navigation-item:last-child {
  margin-bottom: 0;
}
.navigation-footer-sitemap .item-link {
  display: inline-block;
  letter-spacing: 0.11em;
}
.navigation-footer-sitemap .item-link.font-manrope {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 30px;
  }
  .navigation-footer-sitemap .navigation-wrapper {
    width: 185px;
  }
  .navigation-footer-sitemap .navigation-item {
    margin-bottom: 11px;
    padding-left: 21px;
  }
  .navigation-footer-sitemap .navigation-item::before {
    top: 12px;
  }
  .navigation-footer-sitemap .item-link {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-footer-sitemap {
    margin-bottom: 0.25rem;
  }
  .navigation-footer-sitemap .navigation-wrapper {
    width: 1.23rem;
  }
  .navigation-footer-sitemap .navigation-wrapper:nth-child(2) {
    width: 1.45rem;
  }
  .navigation-footer-sitemap .navigation-item {
    margin-bottom: 0.07rem;
    padding-left: 0.16rem;
  }
  .navigation-footer-sitemap .navigation-item::before {
    top: 0.08rem;
  }
  .navigation-footer-sitemap .item-link {
    font-size: 0.11rem;
  }
}

.footer-copyright {
  font-weight: 600;
  text-align: center;
}
.is-android .footer-copyright {
  font-weight: 700;
}
.footer-copyright .copyright-wrapper {
  position: relative;
}
@media print, (min-width: 768px) {
  .footer-copyright {
    font-size: 0.12rem;
    letter-spacing: 0.11em;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    margin: 0 -0.15rem;
    font-size: 0.06rem;
    letter-spacing: 0.084em;
  }
}

.paragraph-footer-contact {
  position: relative;
}
.paragraph-footer-contact .paragraph-viewport,
.paragraph-footer-contact .paragraph-wrapper {
  position: relative;
}
.paragraph-footer-contact .paragraph-wrapper {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  word-break: break-all;
  white-space: pre-line;
}
.paragraph-footer-contact .paragraph-phone {
  display: inline-block;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.paragraph-footer-contact .paragraph-schedule {
  display: inline-block;
  position: relative;
  top: -0.03rem;
  width: 100%;
}
.paragraph-footer-contact .phone-wrapper {
  position: relative;
}
.paragraph-footer-contact .paragraph-email {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Manrope", sans-serif;
}
.paragraph-footer-contact .email-label {
  position: relative;
  font-weight: 500;
}
.paragraph-footer-contact .email-wrapper {
  position: relative;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .paragraph-footer-contact {
    padding: 0 14px;
  }
  .paragraph-footer-contact .paragraph-phone {
    font-size: 0.2417rem;
    letter-spacing: 0.138em;
    line-height: 1.3243690525;
  }
  .paragraph-footer-contact .phone-wrapper {
    letter-spacing: 0.11em;
  }
  .paragraph-footer-contact .paragraph-schedule {
    font-size: 0.13rem;
    letter-spacing: 0.04em;
    line-height: 1.8923076923;
  }
  .paragraph-footer-contact .phone-label {
    margin-right: 0;
  }
  .paragraph-footer-contact .email-label {
    top: -2px;
    margin-right: 7px;
    font-size: 0.14rem;
    line-height: 1.2;
  }
  .paragraph-footer-contact .email-wrapper {
    font-size: 0.1751rem;
    letter-spacing: 0.1em;
    line-height: 1.37178755;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-footer-contact {
    padding: 0 0.35rem;
  }
  .paragraph-footer-contact .paragraph-phone {
    font-size: 0.16rem;
    letter-spacing: 0.138em;
    line-height: 1.3243690525;
  }
  .paragraph-footer-contact .phone-wrapper {
    letter-spacing: 0.11em;
  }
  .paragraph-footer-contact .paragraph-schedule {
    font-size: 0.0867rem;
    letter-spacing: 0.04em;
    line-height: 1.8915801615;
  }
  .paragraph-footer-contact .phone-label {
    margin-right: 0;
  }
  .paragraph-footer-contact .paragraph-email {
    top: -0.02rem;
  }
  .paragraph-footer-contact .email-label {
    margin-right: 0.06rem;
    font-size: 0.0933rem;
    line-height: 1.2004287245;
  }
  .paragraph-footer-contact .email-wrapper {
    font-size: 0.1167rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2005141388;
  }
}

.button-common-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.button-common-top {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  bottom: 0.8rem;
  -webkit-transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.button-common-top.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.button-common-top.is-stuck {
  position: absolute;
}
@media print, (min-width: 768px) {
  .button-common-top {
    right: 45px;
    width: 75px;
    height: 75px;
  }
  .button-common-top.is-stuck {
    top: -105px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-top {
    right: 0.2rem;
    width: 0.49rem;
    height: 0.49rem;
  }
  .button-common-top.is-stuck {
    top: -0.65rem;
  }
}

.button-common-primary {
  display: block;
  background-color: #ed5a24;
  color: #fff;
  letter-spacing: 0.118em;
  font-weight: 600;
  text-align: center;
}
.is-android .button-common-primary {
  font-weight: 700;
}
.button-common-primary .button-wrapper {
  position: relative;
}
.is-ios .button-common-primary .button-wrapper {
  top: 1px;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 119px;
    padding: 10px 10px 10px 13px;
    border-radius: 7px;
    font-size: 0.15rem;
    line-height: 1.2;
  }
  .button-common-primary .button-wrapper {
    top: 1px;
  }
  .is-firefox .button-common-primary .button-wrapper {
    top: 0.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 0.79rem;
    padding: 0.06rem 0.04rem 0.06rem 0.09rem;
    border-radius: 0.04rem;
    font-size: 0.1rem;
    line-height: 1.2;
  }
}

.title-common-page {
  position: relative;
  letter-spacing: 0.118em;
  line-height: 1.4;
  font-weight: 600;
}
.is-android .title-common-page {
  font-weight: 700;
}
.title-common-page::before {
  content: "";
  position: absolute;
  left: 0;
  height: 0.02rem;
}
@media print, (min-width: 768px) {
  .title-common-page {
    padding: 0 40px 8px;
    font-size: 0.32rem;
    text-align: center;
  }
  .title-common-page::before {
    bottom: 0;
    width: 100%;
    background-color: #e2e2e2;
  }
  .title-common-page.no-border::before {
    background-color: transparent;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-page {
    padding-left: 0.2rem;
    font-size: 0.21rem;
  }
  .title-common-page::before {
    top: 0.14rem;
    width: 0.12rem;
    background-color: #000;
  }
}

.title-common-tertiary {
  background-color: #eee;
  font-weight: 600;
}
.is-android .title-common-tertiary {
  font-weight: 700;
}
.title-common-tertiary .title-wrapper {
  position: relative;
}
html.is-android .title-common-tertiary {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-tertiary {
    padding: 10px 18px;
    font-size: 0.19rem;
    letter-spacing: 0.105em;
    line-height: 1.5;
  }
  .title-common-tertiary .title-wrapper {
    top: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    padding: 0.07rem 0.09rem;
    font-size: 0.09rem;
    letter-spacing: 0.05em;
    line-height: 1.3333333333;
  }
}

.title-common-primary {
  position: relative;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.118em;
}
.is-android .title-common-primary {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.32rem;
    line-height: 1.4;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    padding-left: 0.2rem;
    font-size: 0.21rem;
    line-height: 1.4;
  }
  .title-common-primary::before {
    content: "";
    position: absolute;
    top: 0.13rem;
    left: 0;
    width: 0.12rem;
    height: 0.02rem;
    background-color: #000;
  }
}

.title-common-secondary {
  display: inline-block;
  margin: 0;
  border-bottom: solid #ed5a24;
  font-weight: 600;
  letter-spacing: 0.118em;
}
.is-android .title-common-secondary {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    padding-bottom: 17px;
    border-width: 2px;
    font-size: 0.24rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    padding-bottom: 0.17rem;
    border-width: 1px;
    font-size: 0.18rem;
    line-height: 1.2;
  }
}

.title-common-quaternary {
  margin: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.title-common-quaternary .title-english {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.title-common-quaternary .title-japanese {
  position: relative;
  font-weight: 600;
}
.title-common-quaternary .title-japanese::before, .title-common-quaternary .title-japanese::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.title-common-quaternary .title-japanese::before {
  left: 0;
}
.title-common-quaternary .title-japanese::after {
  right: 0;
}
.is-android .title-common-quaternary .title-japanese {
  font-weight: 700;
}
.title-common-quaternary .title-english,
.title-common-quaternary .title-japanese {
  display: inline-block;
  position: relative;
}
@media print, (min-width: 768px) {
  .title-common-quaternary {
    padding: 4px 0;
  }
  .title-common-quaternary .title-english {
    margin-right: 8px;
    font-size: 0.27rem;
    letter-spacing: 0.218em;
    line-height: 1.2;
    top: 1px;
  }
  .title-common-quaternary .title-japanese {
    padding: 0 14px;
    font-size: 0.19rem;
    letter-spacing: 0.105em;
    line-height: 1.3;
    top: -2px;
  }
  .title-common-quaternary .title-japanese::before, .title-common-quaternary .title-japanese::after {
    width: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-quaternary {
    padding: 0.11rem 0.2rem;
  }
  .title-common-quaternary .title-english,
  .title-common-quaternary .title-japanese {
    line-height: 1.2;
    text-align: center;
  }
  .title-common-quaternary .title-english {
    display: block;
    margin-bottom: -0.1rem;
    font-size: 0.18rem;
    letter-spacing: 0.158em;
  }
  .title-common-quaternary .title-japanese {
    padding: 0 0.1rem;
    font-size: 0.12rem;
    letter-spacing: 0.145em;
  }
  .title-common-quaternary .title-japanese::before, .title-common-quaternary .title-japanese::after {
    width: 0.06rem;
  }
}

.table-spec .table-wrapper {
  width: 100%;
  border-collapse: collapse;
  color: #000;
  margin: 0;
}
.table-spec thead.has-border {
  border-bottom: 1px solid #e2e2e2;
}
.table-spec th, .table-spec td {
  text-align: left;
  vertical-align: top;
  border: none;
}
.table-spec th {
  white-space: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: middle;
  font-weight: 600;
}
.table-spec th .is-android {
  font-weight: 700;
}
.table-spec tr + tr {
  border-top: 1px solid #e2e2e2;
}
.table-spec td {
  font-weight: 300;
}
.table-spec .table-sp .item-heading {
  font-weight: 600;
  letter-spacing: 0.085em;
}
.is-android .table-spec .table-sp .item-heading {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .table-spec {
    font-size: 0.17rem;
    padding: 0 30px 0 55px;
    margin-top: -8px;
  }
  .table-spec td {
    padding: 20px 0 18px;
  }
  .table-spec th {
    width: 224px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-spec {
    padding: 0 0.1rem;
    font-size: 0.12rem;
    line-height: 2;
    letter-spacing: 0.085em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .table-spec th, .table-spec td {
    letter-spacing: 0.085em;
  }
  .table-spec .table-sp {
    padding: 0.23rem 0 0.15rem;
    text-align: center;
  }
  .table-spec .table-sp .table-item {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 0.18rem;
    margin-bottom: 0.2rem;
  }
  .table-spec .table-sp .table-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .table-spec .table-sp .item-heading {
    margin-bottom: 0.08rem;
    display: block;
  }
  .table-spec .table-sp .item-content {
    display: block;
  }
}

@media print, (min-width: 768px) {
  .table-spec.has-column .table-wrapper {
    table-layout: fixed;
  }
  .table-spec.has-column th {
    width: auto;
  }
  .table-spec.has-column th.is-fontweight-300 {
    font-weight: 300;
  }
  .table-spec.has-column th:first-child {
    width: 22.8966986155%;
  }
  .table-spec.has-column th.is-width-138 {
    width: 14.696485623%;
  }
  .table-spec.has-column th.is-width-141 {
    width: 15.0159744409%;
  }
  .table-spec.has-column th.is-width-145 {
    width: 15.4419595314%;
  }
  .table-spec.has-column th.is-width-148 {
    width: 15.7614483493%;
  }
  .table-spec.has-column th.is-width-173 {
    width: 18.4238551651%;
  }
  .table-spec.has-column th.is-width-176 {
    width: 18.743343983%;
  }
  .table-spec.has-column th.is-width-180 {
    width: 19.1693290735%;
  }
  .table-spec.has-column th.is-width-182 {
    width: 19.3823216187%;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-spec.has-column:not(.is-block) {
    padding: 0.16rem 0.1rem 0.07rem;
  }
  .table-spec.has-column td, .table-spec.has-column th {
    padding: 0.1rem 0 0.09rem;
  }
  .table-spec.has-column th {
    padding-bottom: 0.08rem;
  }
  .table-spec.has-column th:first-child {
    padding-left: 0.1rem;
    width: 0.68rem;
  }
  .table-spec.has-column th:last-child {
    padding-left: 0.05rem;
  }
  .table-spec.has-column th:nth-child(2) {
    width: 0.8rem;
  }
  .table-spec.has-column td:last-child {
    padding-left: 0.05rem;
  }
  .table-spec.has-column td:first-child {
    padding-left: 0.1rem;
    width: 0.68rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .table-spec.is-block th, .table-spec.is-block td {
    display: block;
    text-align: center;
  }
  .table-spec.is-block th {
    padding: 0.14rem 0 0;
  }
  .table-spec.is-block td {
    padding: 0 0 0.18rem;
  }
}

@media print, (min-width: 768px) {
  .section-spec {
    padding: 28px 0 198px;
  }
  .section-spec .title-common-primary {
    margin-bottom: 8px;
  }
  .section-spec .title-common-quaternary {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-spec {
    padding-bottom: 0.78rem;
  }
  .section-spec .spec-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-spec .spec-banner {
    margin-bottom: 0.28rem;
  }
  .section-spec .wrapper {
    padding: 0.12rem 0 0;
  }
}

.block-spec {
  position: relative;
}
.block-spec:last-child {
  margin-bottom: 0;
}
.block-spec .block-title {
  background-color: #fdeee9;
  font-weight: 600;
  color: #ed5a24;
  letter-spacing: 0.145em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.is-android .block-spec .block-title {
  font-weight: 700;
}
.block-spec .title-wrapper {
  position: relative;
}
.block-spec .block-description {
  margin: 0;
}
.block-spec .block-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-spec .block-item:last-child {
  margin-bottom: 0;
}
.block-spec .item-title {
  font-weight: 600;
  letter-spacing: 0.185em;
  color: #ed5a24;
}
.is-android .block-spec .item-title {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .block-spec {
    margin-bottom: 33px;
  }
  .block-spec .block-title {
    font-size: 0.19rem;
    line-height: 1.5263157895;
    padding: 0 23px;
    min-height: 48px;
    margin-bottom: 24px;
  }
  .block-spec .block-title::before {
    content: "";
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #000;
    width: 15px;
    height: 15px;
    top: 1px;
    margin-right: 23px;
  }
  .block-spec .title-wrapper {
    top: 1px;
  }
  .block-spec .block-description {
    font-size: 0.17rem;
    padding: 25px 56px 17px;
  }
  .block-spec .block-item {
    margin-bottom: 44px;
  }
  .block-spec .item-title {
    font-size: 0.17rem;
    margin-bottom: 20px;
    padding: 7px 44px 18px;
  }
  .block-spec .item-title + .table-spec {
    padding-left: 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-spec {
    margin-bottom: 0.18rem;
  }
  .block-spec .block-title {
    font-size: 0.15rem;
    line-height: 1.4;
    padding: 0 0.1rem;
    min-height: 0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .block-spec .block-description {
    font-size: 0.12rem;
    letter-spacing: 0.085em;
    text-align: center;
    padding: 0.23rem 0.1rem 0.29rem;
  }
  .block-spec .block-list {
    padding: 0.2rem 0 0.05rem;
  }
  .block-spec .block-item {
    margin-bottom: 0.2rem;
  }
  .block-spec .item-title {
    font-size: 0.12rem;
    margin-bottom: -0.1rem;
    padding: 0 0.1rem;
    text-align: center;
    letter-spacing: 0.085em;
  }
}
/*# sourceMappingURL=spec.css.map */