@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;
  }
}
* {
  letter-spacing: 0.04em;
}

html {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.01;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
html.is-mac html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, (min-width: 767px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 766.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 13.3333333333vw;
  }
}

body {
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 767px) {
  body {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 766.98px) {
  body {
    font-size: 0.18rem;
  }
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

@media print, (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

.hidden {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) {
  .trans:hover {
    opacity: 0.8;
  }
}

.load {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.001;
}
html.wf-active .load {
  opacity: 1;
}

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

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

.container {
  overflow: hidden;
}
@media print, (min-width: 767px) {
  .container {
    min-width: 1005px;
  }
}
@media only screen and (max-width: 766.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 767px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .wrapper.has-sm {
    max-width: 898px;
  }
}
@media only screen and (max-width: 766.98px) {
  .wrapper {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}

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

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

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

.navigation-header-sitemap .navigation-tittle {
  font-weight: 400;
}
@media print, (min-width: 767px) {
  .navigation-header-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 34px;
    padding-bottom: 1px;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .navigation-header-sitemap .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    top: 90px;
    right: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 959px;
    height: 0;
    min-height: 75px;
    margin-left: auto;
    padding: 5px 28px;
    overflow: hidden;
    -webkit-transition: height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    transition: height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    mix-blend-mode: multiply;
  }
  .navigation-header-sitemap .navigation-inner.is-active {
    visibility: visible;
    height: auto;
    opacity: 1;
    pointer-events: all;
  }
  .navigation-header-sitemap .navigation-inner .navigation-content {
    padding: 10px 0;
  }
  .navigation-header-sitemap .navigation-inner .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation-header-sitemap .navigation-item.is-product {
    position: relative;
  }
  .navigation-header-sitemap .navigation-item.is-product::before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 21px;
    pointer-events: none;
  }
  .navigation-header-sitemap .navigation-item.is-product:hover::before {
    pointer-events: all;
  }
  .navigation-header-sitemap .navigation-tittle {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 160px;
    margin-right: 53px;
    margin-bottom: 0;
    padding-right: 20px;
    color: #00006f;
    font-size: 0.26rem;
  }
  .navigation-header-sitemap .navigation-tittle::after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -2px;
    border-right: 1px solid #e0e5e4;
  }
}
@media (min-width: 767px) and (max-width: 1079.98px) {
  .navigation-header-sitemap .navigation-inner {
    right: unset;
    left: 0;
    width: 100%;
    min-width: 1005px;
  }
}
@media only screen and (max-width: 766.98px) {
  .navigation-header-sitemap {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
    background: #fff;
    pointer-events: none;
  }
  .navigation-header-sitemap .navigation-item {
    border-bottom: 1px solid #636363;
  }
  .navigation-header-sitemap .navigation-item:last-child {
    border-bottom: none;
  }
  .navigation-header-sitemap .navigation-inner {
    height: auto !important;
    margin-bottom: 0.65rem;
    color: #00006f;
  }
  .navigation-header-sitemap .navigation-inner .navigation-tittle {
    display: block;
    margin-bottom: 0.44rem;
    padding: 0 0.2rem;
    font-size: 0.3rem;
    text-align: center;
  }
  .navigation-header-sitemap .navigation-menu {
    margin-bottom: 0.52rem;
  }
}

.header-common {
  position: relative;
  z-index: 10000;
  background: #eff2f2;
}
.header-common .header-logo {
  display: block;
  width: 0.56rem;
}
.header-common .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-common .header-actions {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-common .header-button {
  -webkit-transition: background-color 0.3s, color 0.3s ease;
  transition: background-color 0.3s, color 0.3s ease;
  border: 1px solid #00006f;
  line-height: 1.2;
  text-decoration: none;
}
.header-common .header-button .button-wrapper {
  position: relative;
}
.header-common .header-viewport {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  background: #eff2f2;
}
.header-common .header-button.is-search {
  position: relative;
  border-color: #e67c00;
  background: #e67c00;
  color: #fff;
}
@media (hover: hover) {
  .header-common .header-button.is-search:hover {
    background: #fff;
    color: #e67c00;
  }
  .header-common .header-button.is-search:hover::before {
    -webkit-filter: unset;
            filter: unset;
  }
}
@media print, (min-width: 767px) {
  .header-common {
    min-height: 90px;
  }
  .header-common .header-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 1005px;
    padding: 14px 41px 14px 74px;
  }
  .header-common .header-wrapper {
    position: relative;
  }
  .header-common .header-logo {
    margin-left: 17px;
  }
  .header-common .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-common .header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 13px;
    font-size: 0.15rem;
    text-align: center;
  }
  .header-common .header-button.is-filled {
    padding: 3px 11px;
    background: #eff2f2;
    color: #04175c;
  }
  html.is-tablet .header-common .header-button.is-filled {
    padding: 5px 11px 3px;
  }
  html.is-tablet .header-common .header-button.is-filled .button-wrapper {
    top: -1px;
  }
  html.is-mac .header-common .header-button.is-filled {
    padding: 4px 11px;
  }
  html.is-firefox .header-common .header-button.is-filled {
    padding: 3px 11px 4px;
  }
}
@media print and (hover: hover), (min-width: 767px) and (hover: hover) {
  .header-common .header-button.is-filled:hover {
    background: #00006f;
    color: #fff;
  }
}
@media print, (min-width: 767px) {
  .header-common .header-button.is-outline {
    padding: 3px 18px;
    background: #00006f;
    color: #fff;
  }
  html.is-tablet .header-common .header-button.is-outline {
    padding: 6px 18px 3px;
  }
  html.is-tablet .header-common .header-button.is-outline .button-wrapper {
    top: -1px;
  }
  html.is-mac .header-common .header-button.is-outline {
    padding: 4px 18px;
  }
  html.is-firefox .header-common .header-button.is-outline {
    padding: 3px 18px 4px;
  }
}
@media print and (hover: hover), (min-width: 767px) and (hover: hover) {
  .header-common .header-button.is-outline:hover {
    background: #fff;
    color: #00006f;
  }
}
@media print, (min-width: 767px) {
  .header-common .header-button.is-search {
    min-width: 1.09rem;
    margin-left: 29px;
    padding: 3px 16px 3px 29px;
  }
  .header-common .header-button.is-search::after, .header-common .header-button.is-search::before {
    content: "";
    position: absolute;
  }
  .header-common .header-button.is-search::before {
    top: 0;
    bottom: 0;
    left: 11px;
    width: 11px;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
    background: url("../img/common/search_icn_04.svg") center/100% auto no-repeat;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .header-common .header-button.is-search::after {
    top: 0;
    bottom: 0;
    left: -25px;
    width: 1px;
    border-left: 1px solid #00006f;
  }
  html.is-tablet .header-common .header-button.is-search {
    padding: 6px 18px 3px;
  }
  html.is-tablet .header-common .header-button.is-search::before {
    left: 9px;
  }
  html.is-tablet .header-common .header-button.is-search .button-wrapper {
    top: -1px;
  }
  html.is-mac .header-common .header-button.is-search {
    padding: 3px 18px 5px;
  }
  html.is-mac .header-common .header-button.is-search::before {
    left: 8px;
  }
  html.is-firefox .header-common .header-button.is-search {
    padding: 2.5px 18px 4px;
  }
  html.is-firefox .header-common .header-button.is-search::before {
    top: -3px;
    left: 8px;
  }
}
@media print {
  .header-common .header-viewport {
    position: relative;
  }
}
@media (min-width: 767px) and (max-width: 1099.98px) {
  .header-common .header-viewport {
    padding: 14px 30px;
  }
  .header-common .header-logo {
    margin-left: 0;
  }
  .header-common .header-actions {
    gap: 10px;
  }
  .header-common .header-button.is-search {
    margin-left: 20px;
  }
  .header-common .header-button.is-search::after {
    left: -17px;
  }
  .header-common .navigation-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 766.98px) {
  .header-common {
    min-height: 0.98rem;
  }
  .header-common .header-viewport {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    padding: 0.18rem 0.4rem;
  }
  .header-common .navigation-wrapper {
    padding: 0 0.4rem;
  }
  .header-common .menu-line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #00006f;
  }
  .header-common .menu-line:nth-child(1) {
    top: 0;
  }
  .header-common .menu-line:nth-child(2) {
    top: 0.17rem;
  }
  .header-common .menu-line:nth-child(3) {
    top: 0.34rem;
  }
  .header-common .button-header-hamburger {
    position: fixed;
    z-index: 1001;
    top: 0.33rem;
    right: 0.4rem;
    width: 0.54rem;
    height: 0.36rem;
    cursor: pointer;
  }
  .header-common .button-header-hamburger.is-active .menu-line {
    width: calc(100% - 0.05rem);
  }
  .header-common .button-header-hamburger.is-active .menu-line:nth-child(1),
  .header-common .button-header-hamburger.is-active :nth-child(3) {
    top: 0.18rem;
    right: 0.02rem;
  }
  .header-common .button-header-hamburger.is-active .menu-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-common .button-header-hamburger.is-active .menu-line:nth-child(2) {
    opacity: 0;
  }
  .header-common .button-header-hamburger.is-active .menu-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-common .header-wrapper.is-active .navigation-header-sitemap {
    visibility: visible;
    padding: 0.5rem 0 2rem;
    opacity: 1;
    pointer-events: all;
  }
  .header-common .header-actions {
    gap: 0.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 6.7rem;
    margin: 0 auto;
  }
  .header-common .header-button {
    position: relative;
    padding: 0.335rem 0.52rem;
    border-radius: 0.5rem;
    font-size: 0.26rem;
  }
  .header-common .header-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.46rem;
    width: 0.15rem;
    height: 0.25rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url("../img/common/arrow_icn_03.svg") center/100% auto no-repeat;
  }
  .header-common .header-button.is-filled {
    background: #fff;
    color: #00006f;
  }
}
@media only screen and (max-width: 766.98px) and (hover: hover) {
  .header-common .header-button.is-filled:hover {
    background: #00006f;
    color: #fff;
  }
  .header-common .header-button.is-filled:hover::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 766.98px) {
  .header-common .header-button.is-outline {
    background: #00006f;
    color: #fff;
  }
  .header-common .header-button.is-outline::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 766.98px) and (hover: hover) {
  .header-common .header-button.is-outline:hover {
    background: #fff;
    color: #00006f;
  }
  .header-common .header-button.is-outline:hover::before {
    -webkit-filter: unset;
            filter: unset;
  }
}
@media only screen and (max-width: 766.98px) {
  .header-common .header-button.is-search::before {
    width: 0.3rem;
    height: 0.3rem;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
    background: url("../img/common/search_icn_04.svg") center/100% auto no-repeat;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.header-common.is-top-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  background: rgba(239, 242, 242, 0);
}
.header-common.is-top-page .header-viewport {
  background: rgba(239, 242, 242, 0);
}
body.is-menu-open .header-common.is-top-page .header-viewport {
  background-color: #eff2f2;
}
.header-common.is-top-page .header-logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
body.is-menu-open .header-common.is-top-page .header-logo {
  -webkit-filter: unset;
          filter: unset;
}
@media print, (min-width: 767px) {
  .header-common.is-top-page .header-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-left: 0.22rem;
  }
  .header-common.is-top-page .label-header-primary {
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: #fff;
  }
  .header-common.is-top-page .header-button.is-outline {
    background: #eff2f2;
    color: #04175c;
  }
}
@media print and (hover: hover), (min-width: 767px) and (hover: hover) {
  .header-common.is-top-page .header-button.is-outline:hover {
    background: #00006f;
    color: #fff;
  }
}
@media print, (min-width: 767px) {
  .header-common.is-top-page .header-button.is-filled,
  .header-common.is-top-page .header-button.is-outline {
    border-color: #fff;
  }
}
@media only screen and (max-width: 766.98px) {
  .header-common.is-top-page .button-header-hamburger .menu-line {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #eff2f2;
  }
  body.is-menu-open .header-common.is-top-page .button-header-hamburger .menu-line {
    background-color: #00006f;
  }
  .header-common.is-top-page .header-logo {
    width: 0.68rem;
  }
  .header-common.is-top-page .header-viewport {
    padding: 0.14rem 0.4rem 0.18rem 0.33rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-common.is-top-page .navigation-header-sitemap {
    position: fixed;
    top: 1.07rem;
  }
}

.header-common.is-top-page.is-scrolled.is-clone .header-viewport {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, (min-width: 767px) {
  .header-common.is-top-page.is-scrolled .header-viewport {
    position: fixed;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.header-common.is-top-page.is-fixed {
  background: #eff2f2;
}
.header-common.is-top-page.is-fixed .header-viewport {
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  background: #eff2f2;
  pointer-events: all;
}
body.is-menu-open .header-common.is-top-page.is-fixed .header-viewport {
  background-color: #eff2f2;
}
.header-common.is-top-page.is-fixed .header-logo {
  -webkit-filter: unset;
          filter: unset;
}
.header-common.is-top-page.is-fixed .label-header-primary {
  color: #3c3c3c;
}
.header-common.is-top-page.is-fixed .header-button.is-outline {
  background: #00006f;
  color: #eff2f2;
}
@media (hover: hover) {
  .header-common.is-top-page.is-fixed .header-button.is-outline:hover {
    background: #fff;
    color: #00006f;
  }
}
.header-common.is-top-page.is-fixed .header-button.is-filled,
.header-common.is-top-page.is-fixed .header-button.is-outline {
  border-color: #00006f;
}
@media only screen and (max-width: 766.98px) {
  .header-common.is-top-page.is-fixed .button-header-hamburger .menu-line {
    background-color: #00006f;
  }
}

.label-header-primary {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
@media print, (min-width: 767px) {
  .label-header-primary {
    border-radius: 13px;
    font-size: 0.15rem;
  }
  .label-header-primary.is-active, .label-header-primary:hover {
    color: #00006f;
  }
}
@media only screen and (max-width: 766.98px) {
  .label-header-primary {
    position: relative;
    width: 100%;
    padding: 0.35rem 0.2rem;
    color: #00006f;
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 766.98px) and (hover: hover) {
  .label-header-primary:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 766.98px) {
  .label-header-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.27rem;
    width: 0.12rem;
    height: 0.22rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/common/arrow_icn_05.svg") center/100% auto no-repeat;
  }
}

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

.button-common-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #f2f2f2;
  color: #3c3c3c;
  font-size: inherit;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.list-navigation-product {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 767px) {
  .list-navigation-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 32px;
    margin: 0 -16px;
  }
  .list-navigation-product .list-child {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-navigation-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0.58rem;
    border-top: 1px solid #00006f;
  }
  .list-navigation-product .list-child {
    width: 50%;
    border-bottom: 1px solid #00006f;
  }
  .list-navigation-product .list-child:nth-child(odd) {
    border-right: 1px solid #00006f;
  }
}

.label-header-secondary {
  display: inline-block;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
@media print, (min-width: 767px) {
  .label-header-secondary {
    position: relative;
    padding-right: 35px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 0.16rem;
    font-weight: 500;
  }
  .label-header-secondary::before, .label-header-secondary::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 21px;
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  }
  .label-header-secondary::after {
    visibility: visible;
    opacity: 1;
    background: url("../img/common/arrow_icn_08.svg") center/100% auto no-repeat;
  }
  .label-header-secondary::before {
    visibility: hidden;
    opacity: 0;
    background: url("../img/common/arrow_icn_06.svg") center/100% auto no-repeat;
  }
}
@media print and (hover: hover), (min-width: 767px) and (hover: hover) {
  .label-header-secondary:hover {
    color: #04175c;
  }
  .label-header-secondary:hover::after {
    visibility: hidden;
    opacity: 0;
  }
  .label-header-secondary:hover::before {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 766.98px) {
  .label-header-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 1.28rem;
    padding: 0.3rem 0.2rem;
    font-size: 0.26rem;
  }
}

.button-header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.button-header-search .button-text {
  position: relative;
}
.button-header-search .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.button-header-search .button-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/arrow_icn_03.svg") center/100% auto no-repeat;
}
.button-header-search .button-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media print, (min-width: 767px) {
  .button-header-search {
    max-width: 254px;
    min-height: 40px;
    margin-right: auto;
    margin-left: 207px;
    padding: 6px 10px 4px;
    border: 1px solid #00006f;
    border-radius: 20px;
    color: #00006f;
  }
  .button-header-search .button-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.18rem;
    line-height: 1.2;
    gap: 8px;
  }
  .button-header-search .button-icon {
    position: relative;
    top: -1px;
    width: 21px;
  }
}
@media print and (hover: hover), (min-width: 767px) and (hover: hover) {
  .button-header-search:hover {
    background-color: #00006f;
    color: #fff;
  }
  .button-header-search:hover::before {
    opacity: 1;
  }
  .button-header-search:hover .button-wrapper::before {
    -webkit-filter: unset;
            filter: unset;
  }
  .button-header-search:hover .button-icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 766.98px) {
  .button-header-search {
    position: relative;
    max-width: 6.7rem;
    min-height: 1rem;
    margin: 0 auto;
    padding: 0.1rem 0.48rem 0.1rem 0.52rem;
    border-radius: 0.5rem;
    background-color: #00006f;
    color: #fff;
    font-size: 0.26rem;
  }
  .button-header-search::before {
    content: "";
    position: absolute;
    top: 0.01rem;
    right: 0.01rem;
    bottom: 0.01rem;
    left: 0.01rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 0.5rem;
    outline: 1px solid #00006f;
    opacity: 0;
    pointer-events: none;
  }
  .button-header-search .button-wrapper::before {
    width: 0.12rem;
    height: 0.22rem;
    margin-top: -0.01rem;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .button-header-search .button-icon {
    width: 0.34rem;
    margin-right: 0.16rem;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 766.98px) and (hover: hover) {
  .button-header-search:hover {
    background-color: #fff;
    color: #00006f;
  }
  .button-header-search:hover::before {
    opacity: 1;
  }
  .button-header-search:hover .button-wrapper::before {
    -webkit-filter: unset;
            filter: unset;
  }
  .button-header-search:hover .button-icon {
    -webkit-filter: unset;
            filter: unset;
  }
}

.footer-common {
  position: relative;
  z-index: 9999;
  background-color: #04175c;
  color: #fff;
}
.footer-common .footer-viewport {
  overflow: hidden;
}
.footer-common .footer-logo {
  display: block;
}
.footer-common .category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-common .products-title,
.footer-common .category-title {
  display: block;
}
.footer-common .footer-privacy {
  border-top: 1px solid #fff;
}
@media print, (min-width: 767px) {
  .footer-common .footer-viewport {
    position: relative;
  }
  .footer-common .footer-viewport::before {
    content: "";
    position: absolute;
    width: 1919px;
    height: 611px;
    background: url("../img/common/footer_decoration_01.png") top right/100% auto no-repeat;
    pointer-events: none;
  }
  .footer-common .footer-wrapper {
    padding: 64px 0 0;
  }
  .footer-common .footer-actions {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1005px;
    height: 100%;
    pointer-events: none;
  }
  .footer-common .footer-information {
    position: relative;
    margin-bottom: 56px;
  }
  .footer-common .information-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
  }
  .footer-common .footer-logo {
    width: 102px;
  }
  .footer-common .company-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 32px;
  }
  .footer-common .company-info .company-name {
    margin-bottom: 21px;
    font-size: 0.18rem;
  }
  .footer-common .company-info .information-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.14rem;
    line-height: 1.6;
  }
  .footer-common .company-info .address-content {
    line-height: 1.2;
  }
  .footer-common .company-info .address-title {
    display: block;
    width: 65px;
    padding-right: 10px;
  }
  .footer-common .navigation-products {
    margin-bottom: 4px;
  }
  .footer-common .navigation-products .products-title {
    margin-bottom: 18px;
    font-size: 0.16rem;
  }
  .footer-common .navigation-products .products-categories {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .footer-common .category-group .category-title {
    margin-bottom: 11px;
    font-size: 0.14rem;
    pointer-events: none;
  }
  .footer-common .category-group .category-item {
    margin-bottom: 2px;
  }
  .footer-common .category-group .category-link {
    font-size: 0.1rem;
  }
  .footer-common .category-group .category-item.is-spacing {
    margin-right: -17px;
  }
  .footer-common .footer-privacy {
    padding: 31px 0;
  }
  .footer-common .footer-privacy .privacy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .footer-common .footer-copyright {
    font-size: 0.12rem;
  }
}
@media (min-width: 767px) and (max-width: 1179.98px) {
  .footer-common .navigation-products .products-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    gap: 40px 20px;
  }
  .footer-common .navigation-products .category-group {
    width: 33.3333333333%;
    max-width: 252px;
  }
}
@media only screen and (max-width: 766.98px) {
  .footer-common {
    padding: 0.6rem 0;
  }
  .footer-common::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7.5rem;
    height: 8.75rem;
    background: url("../img/common/sp/footer_decoration_01.png") bottom right/100% auto no-repeat;
    pointer-events: none;
  }
  .footer-common .wrapper {
    overflow: hidden;
  }
  .footer-common .footer-logo {
    width: 1.46rem;
    margin-bottom: 0.57rem;
  }
  .footer-common .information-viewport {
    position: relative;
  }
  .footer-common .company-info .company-name {
    position: absolute;
    top: 0.67rem;
    left: 2.15rem;
    font-size: 0.35rem;
  }
  .footer-common .information-address {
    font-size: 0.26rem;
    line-height: 1.5384615385;
    text-align: center;
  }
  .footer-common .information-address .address-title {
    padding-right: 0.07rem;
  }
  .footer-common .footer-information {
    padding-bottom: 0.6rem;
  }
  .footer-common .products-title {
    margin-bottom: 0.14rem;
    font-size: 0.28rem;
    text-align: center;
  }
  .footer-common .category-title {
    position: relative;
    padding: 0.36rem 0;
    font-size: 0.26rem;
    cursor: pointer;
  }
  .footer-common .category-title::before, .footer-common .category-title::after {
    content: "";
    position: absolute;
    top: calc(50% + 0.03rem);
    right: 0.27rem;
    width: 0.25rem;
    height: 1px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border-bottom: 1px solid #fff;
  }
  .footer-common .category-title::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer-common .category-group {
    padding: 0.02rem 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .footer-common .category-group.is-active .category-title::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .footer-common .category-list {
    display: none;
    padding: 0.13rem 0.29rem 0.31rem;
  }
  .footer-common .category-item {
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
  }
  .footer-common .footer-wrapper {
    margin-bottom: 0.8rem;
  }
  .footer-common .footer-privacy {
    padding-top: 0.6rem;
  }
  .footer-common .footer-privacy .privacy-legal {
    margin-bottom: 0.4rem;
  }
}

.block-footer-aquabook .block-logo {
  display: block;
}
@media print, (min-width: 767px) {
  .block-footer-aquabook {
    padding: 30px 0 23px;
  }
  .block-footer-aquabook .block-logo {
    width: 308px;
    margin-bottom: 66px;
    margin-left: -18px;
  }
}
@media only screen and (max-width: 766.98px) {
  .block-footer-aquabook .block-logo {
    width: 5.27rem;
    margin-bottom: 0.8rem;
  }
}

.navigation-footer-sitemap .sitemap-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-footer-sitemap .sitemap-link {
  display: inline-block;
}
.navigation-footer-sitemap .sitemap-actions {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation-footer-sitemap .actions-button {
  display: inline-block;
  border: 1px solid #00006f;
  background: #fff;
  color: #00006f;
  line-height: 1.2;
  text-align: center;
}
@media print, (min-width: 767px) {
  .navigation-footer-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    font-size: 0.16rem;
  }
  .navigation-footer-sitemap .sitemap-list,
  .navigation-footer-sitemap .sitemap-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation-footer-sitemap .sitemap-list {
    gap: 50px;
    margin-right: 28px;
  }
  .navigation-footer-sitemap .actions-button {
    padding: 5px 13px 3px;
    border-radius: 13px;
    font-size: 0.15rem;
  }
  html.is-tablet .navigation-footer-sitemap .actions-button, html.is-mac .navigation-footer-sitemap .actions-button, html.is-firefox .navigation-footer-sitemap .actions-button {
    padding: 3px 13px 4px;
  }
  html.is-mac .navigation-footer-sitemap .actions-button {
    padding: 4px 13px;
  }
}
@media only screen and (max-width: 766.98px) {
  .navigation-footer-sitemap {
    margin: 0 -0.4rem 0.48rem;
    overflow: hidden;
    border: 1px solid #c4c4c4;
  }
  .navigation-footer-sitemap .sitemap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navigation-footer-sitemap .sitemap-item {
    width: 50%;
    padding: 0.02rem;
    border: 1px solid #c4c4c4;
    border-bottom: none;
  }
  .navigation-footer-sitemap .sitemap-item:first-child, .navigation-footer-sitemap .sitemap-item:nth-child(2) {
    border-top: none;
  }
  .navigation-footer-sitemap .sitemap-item:nth-child(odd) {
    border-right: none;
    border-left: none;
  }
  .navigation-footer-sitemap .sitemap-item:nth-child(even) {
    border-right: none;
  }
  .navigation-footer-sitemap .sitemap-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.44rem;
    font-size: 0.28rem;
  }
}

.list-category-primary {
  margin: 0;
  list-style: none;
}
.list-category-primary .item-link {
  display: inline-block;
}
@media print, (min-width: 767px) {
  .list-category-primary {
    padding-top: 2px;
    padding-left: 10px;
  }
  .list-category-primary .item-link {
    font-size: 0.1rem;
  }
  .list-category-primary .list-item {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-category-primary {
    padding: 0.3rem 0.26rem 0;
  }
  .list-category-primary .item-link {
    font-size: 0.24rem;
  }
  .list-category-primary .list-item {
    margin-bottom: 0.3rem;
  }
  .list-category-primary .list-item:last-child {
    margin-bottom: 0;
  }
}

.list-footer-aquabook {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 767px) {
  .list-footer-aquabook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 37px;
  }
  .list-footer-aquabook .item-link {
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-footer-aquabook {
    margin-bottom: 0.6rem;
  }
  .list-footer-aquabook .item-link {
    font-size: 0.2rem;
  }
  .list-footer-aquabook .list-item {
    margin-bottom: 0.43rem;
  }
  .list-footer-aquabook .list-item:last-child {
    margin-bottom: 0;
  }
}

.list-footer-legal {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 767px) {
  .list-footer-legal {
    gap: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-footer-legal .legal-link {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-footer-legal .legal-link {
    font-size: 0.26rem;
  }
  .list-footer-legal .list-item {
    margin-bottom: 0.38rem;
  }
  .list-footer-legal .list-item:last-child {
    margin-bottom: 0;
  }
}

.button-to-top .button-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  pointer-events: none;
}
.button-to-top.is-active .button-viewport {
  opacity: 1;
}
.button-to-top .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  pointer-events: all;
}
@media (hover: hover) {
  .button-to-top .button-wrapper:hover {
    opacity: 0.7;
  }
}
.button-to-top .button-content {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media print, (min-width: 767px) {
  .button-to-top .button-icon {
    width: 12px;
  }
  .button-to-top .button-content {
    font-size: 0.14rem;
  }
  .button-to-top .button-viewport {
    position: fixed;
    right: 0;
    bottom: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 80px;
    border-radius: 50%;
  }
  .button-to-top .button-wrapper {
    gap: 6px;
    min-width: 77px;
  }
  .button-to-top.is-stuck .button-viewport {
    position: absolute;
    top: -45px;
    bottom: unset;
  }
}
@media only screen and (max-width: 766.98px) {
  .button-to-top .button-viewport {
    position: absolute;
    top: -1rem;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 1rem;
    background-color: #fff;
  }
  .button-to-top .button-content {
    font-size: 0.3rem;
  }
  .button-to-top .button-icon {
    width: 0.26rem;
  }
  .button-to-top .button-wrapper {
    gap: 0.08rem;
    width: 100%;
    height: 100%;
  }
}

.button-common-search {
  z-index: 1;
  top: 0;
  right: 0;
}
.button-common-search .button-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  right: -1px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.button-common-search .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  outline: 1px #d89425 solid;
  outline-offset: -0.01rem;
  background: url("../img/common/footer_bg_01.png") top left/100% 100% no-repeat;
  cursor: pointer;
  pointer-events: all;
}
.button-common-search .button-content {
  letter-spacing: 0;
}
.button-common-search .button-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, (min-width: 767px) {
  .button-common-search {
    position: absolute;
  }
  .button-common-search .button-viewport {
    position: relative;
    top: 149px;
  }
  .button-common-search .button-wrapper {
    width: 146px;
    min-height: 62px;
    padding: 20px 19px 18px;
    border-radius: 14px 0 0 14px;
    gap: 6px;
  }
  .button-common-search .button-icon {
    width: 0.22rem;
    height: 0.22rem;
  }
  .button-common-search .button-content {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .button-common-search .button-viewport {
    position: fixed;
    bottom: 0.5rem;
  }
  .button-common-search .button-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 2.21rem;
    min-height: 0.92rem;
    padding: 0.2rem 0.41rem 0.18rem 0.28rem;
    border-radius: 0.2rem 0 0 0.2rem;
    gap: 0.05rem;
  }
  .button-common-search .button-icon {
    width: 0.33rem;
    height: 0.33rem;
  }
  .button-common-search .button-content {
    font-size: 0.27rem;
  }
}

.section-common-keyvisual {
  position: relative;
  margin-bottom: -0.01rem;
  overflow: hidden;
  color: #fff;
}
.section-common-keyvisual .keyvisual-content {
  position: relative;
  width: 100%;
}
.section-common-keyvisual .keyvisual-content .wrapper {
  position: relative;
}
.section-common-keyvisual .content-label {
  position: relative;
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}
.section-common-keyvisual .content-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.02rem;
  background-color: #8eb4e9;
}
.section-common-keyvisual .content-label:last-child {
  margin-bottom: 0;
}
.section-common-keyvisual .content-subtitle,
.section-common-keyvisual .content-title {
  display: block;
}
.section-common-keyvisual .content-title {
  margin-bottom: 0;
  font-weight: 400;
}
.section-common-keyvisual .content-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.section-common-keyvisual.is-subpage .keyvisual-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, (min-width: 767px) {
  .section-common-keyvisual .keyvisual-content {
    min-height: 220px;
    padding: 66px 0 30px;
    background-color: #04175c;
  }
  .section-common-keyvisual .keyvisual-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1920px;
    height: 220px;
    background: url("../img/common/keyvisual_bg_01.jpg") top right/100% 100% no-repeat;
    pointer-events: none;
  }
  .section-common-keyvisual .keyvisual-breadcrumb {
    position: absolute;
    z-index: 2;
    top: 21px;
    left: 0;
    width: 100%;
  }
  .section-common-keyvisual .content-label {
    margin-bottom: 9px;
    padding-bottom: 10px;
    font-size: 0.24rem;
  }
  .section-common-keyvisual .content-label::after {
    width: 69px;
  }
  .section-common-keyvisual .content-subtitle {
    margin-bottom: 27px;
    font-size: 0.14rem;
  }
  .section-common-keyvisual .content-title {
    font-size: 0.3rem;
  }
  .section-common-keyvisual.is-subpage .keyvisual-content {
    padding: 86px 0 66px;
  }
  .section-common-keyvisual.is-subpage .content-label {
    margin: 0;
    font-size: 0.34rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-keyvisual .keyvisual-content {
    min-height: 1.5rem;
    padding: 0.48rem 0 0.3rem;
    background: url("../img/common/sp/keyvisual_bg_01.jpg") top left/100% 100% no-repeat;
  }
  .section-common-keyvisual .keyvisual-breadcrumb {
    padding: 0.26rem 0;
  }
  .section-common-keyvisual .content-label {
    margin-bottom: 0.1rem;
    padding-bottom: 0.06rem;
    font-size: 0.4rem;
  }
  .section-common-keyvisual .content-label::after {
    width: 0.63rem;
  }
  .section-common-keyvisual .content-subtitle {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
  .section-common-keyvisual .content-title {
    font-size: 0.42rem;
    line-height: 1.2;
  }
  .section-common-keyvisual.is-subpage .keyvisual-content {
    padding: 0.3rem 0;
  }
}

@media print, (min-width: 767px) {
  .section-common-keyvisual.is-simple .keyvisual-content {
    padding: 82px 0 48px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-keyvisual.is-simple .keyvisual-content {
    padding: 0.65rem 0 0.63rem;
  }
}

@media print, (min-width: 767px) {
  .section-common-keyvisual.is-catalog .keyvisual-content::before {
    background: url("../img/common/keyvisual_bg_04.jpg") top right/100% 100% no-repeat;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-keyvisual.is-catalog .keyvisual-content {
    background: url("../img/common/sp/keyvisual_bg_04.jpg") top left/100% 100% no-repeat;
  }
}

.section-common-keyvisual.is-product .keyvisual-content {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(4, 23, 92)), color-stop(79%, rgb(0, 46, 109)), to(rgb(0, 71, 127)));
  background: linear-gradient(90deg, rgb(4, 23, 92) 20%, rgb(0, 46, 109) 79%, rgb(0, 71, 127) 100%);
}
.section-common-keyvisual.is-product .keyvisual-content::before {
  content: none;
}
@media print, (min-width: 767px) {
  .section-common-keyvisual.is-product .keyvisual-content {
    min-height: 110px;
    padding: 48px 0 14px;
  }
  .section-common-keyvisual.is-product .content-label {
    padding-bottom: 8px;
    font-size: 0.34rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-keyvisual.is-product .keyvisual-content {
    padding: 0.74rem 0 0.22rem;
  }
  .section-common-keyvisual.is-product .keyvisual-breadcrumb {
    position: absolute;
    top: 10px;
    padding: 0;
  }
  .section-common-keyvisual.is-product .keyvisual-breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 0.18rem;
  }
  .section-common-keyvisual.is-product .keyvisual-breadcrumb .breadcrumb-item::after {
    color: #fff;
  }
}

@media print, (min-width: 767px) {
  .section-common-keyvisual.is-document .keyvisual-content::before {
    background: url("../img/common/keyvisual_bg_03.jpg") top right/100% 100% no-repeat;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-keyvisual.is-document .keyvisual-content {
    background: url("../img/common/sp/keyvisual_bg_03.jpg") top right/100% 100% no-repeat;
  }
}

@media print, (min-width: 767px) {
  .section-common-keyvisual.is-news .keyvisual-content::before {
    background: url("../img/common/keyvisual_bg_02.jpg") top right/100% 100% no-repeat;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-keyvisual.is-news .keyvisual-content {
    background: url("../img/common/sp/keyvisual_bg_02.jpg") top right/100% 100% no-repeat;
  }
}

@media print, (min-width: 767px) {
  .section-common-keyvisual.is-category .keyvisual-content::before {
    background: url("../img/common/keyvisual_bg_08.jpg") top right/100% 100% no-repeat;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-keyvisual.is-category .keyvisual-content {
    background: url("../img/common/sp/keyvisual_bg_08.jpg") top right/100% 100% no-repeat;
  }
}

@media print, (min-width: 767px) {
  .section-common-keyvisual.is-aquabook .keyvisual-content::before {
    background: url("../img/common/keyvisual_bg_05.jpg") top right/100% 100% no-repeat;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-keyvisual.is-aquabook .keyvisual-content {
    background: url("../img/common/sp/keyvisual_bg_05.jpg") top right/100% 100% no-repeat;
  }
}

@media print, (min-width: 767px) {
  .section-common-keyvisual.is-faq .keyvisual-content::before {
    background: url("../img/common/keyvisual_bg_07.jpg") top right/100% 100% no-repeat;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-keyvisual.is-faq .keyvisual-content {
    background: url("../img/common/sp/keyvisual_bg_07.jpg") top right/100% 100% no-repeat;
  }
}

.breadcrumb-common .breadcrumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  overflow: auto hidden;
  list-style: none;
}
.breadcrumb-common .breadcrumb-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.breadcrumb-common .breadcrumb-item::after {
  content: "/";
  display: inline-block;
  position: relative;
}
.breadcrumb-common .breadcrumb-item:last-child::after {
  content: none;
}
@media print, (min-width: 767px) {
  .breadcrumb-common .breadcrumb-wrapper {
    gap: 16px;
  }
  .breadcrumb-common .breadcrumb-item {
    font-size: 0.14rem;
  }
  .breadcrumb-common .breadcrumb-item::after {
    margin-left: 12px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@media only screen and (max-width: 766.98px) {
  .breadcrumb-common .breadcrumb-wrapper {
    gap: 0.21rem;
  }
  .breadcrumb-common .breadcrumb-item {
    color: #3c3c3c;
    font-size: 0.24rem;
  }
  .breadcrumb-common .breadcrumb-item::after {
    top: 0.01rem;
    margin-left: 0.17rem;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    color: #3c3c3c;
    font-size: 0.2rem;
  }
}

.button-common-quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0.1rem 0.2rem;
  background-color: #4a80c0;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}
@media print, (min-width: 767px) {
  .button-common-quaternary {
    width: 392px;
    min-height: 53px;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .button-common-quaternary {
    width: 6.4rem;
    min-height: 1rem;
    font-size: 0.32rem;
  }
}

.button-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.11rem 0.35rem 0.09rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #04175c;
  background-color: #fff;
  color: #04175c;
  text-align: center;
  text-decoration: none;
}
.button-common-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.18rem;
  bottom: 0;
  width: 0.08rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  background: url("../img/common/arrow_icn_03.svg") center/100% auto no-repeat;
}
html.is-mac .button-common-secondary::after {
  margin-top: 0.01rem;
}
@media (hover: hover) {
  .button-common-secondary:hover {
    background-color: #04175c;
    color: #fff;
  }
  .button-common-secondary:hover::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media print, (min-width: 767px) {
  .button-common-secondary {
    width: 330px;
    min-height: 54px;
    border-radius: 27px;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .button-common-secondary {
    width: 100%;
    min-height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.3rem;
  }
}

.button-common-tertiary {
  text-decoration: none;
}
.button-common-tertiary .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .button-common-tertiary .button-wrapper:hover {
    color: #04175c;
  }
  .button-common-tertiary .button-wrapper:hover .button-icon::after {
    opacity: 1;
  }
}
.button-common-tertiary .button-icon {
  display: block;
  position: relative;
  width: 0.41rem;
  height: 0.41rem;
  margin-right: 0.19rem;
}
.button-common-tertiary .button-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  background: url("../img/common/arrow_icn_10.svg") center/100% auto no-repeat;
}
@media print, (min-width: 767px) {
  .button-common-tertiary .button-text {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .button-common-tertiary .button-text {
    font-size: 0.28rem;
  }
}

.button-common-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1rem 0.26rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #9d9d9d;
  border-radius: 0.2rem;
  opacity: 1;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .button-common-tag:hover {
    opacity: 0.8;
  }
}
@media print, (min-width: 767px) {
  .button-common-tag {
    min-width: 130px;
    min-height: 40px;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .button-common-tag {
    width: 100%;
    font-size: 0.3rem;
  }
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border: 1px solid #4a80c0;
  border-radius: 9.99rem;
  background-color: #fff;
  color: #4a80c0;
  line-height: 1.3;
  text-decoration: none;
}
.button-common-primary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  background: url("../img/common/arrow_icn_13.svg") center/100% auto no-repeat;
}
.button-common-primary:hover {
  background-color: #4a80c0;
  color: #fff;
}
.button-common-primary:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media print, (min-width: 767px) {
  .button-common-primary {
    width: 430px;
    min-height: 66px;
    padding: 20px 47px;
    font-size: 0.18rem;
  }
  .button-common-primary::after {
    right: 30px;
    width: 8px;
  }
  .button-common-primary.is-center {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 766.98px) {
  .button-common-primary {
    width: 100%;
    min-height: 1rem;
    padding: 0.2rem 0.74rem;
    font-size: 0.26rem;
  }
  .button-common-primary::after {
    right: 0.47rem;
    width: 0.11rem;
  }
}

.button-common-viewmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #04175c;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.button-common-viewmore::after {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  background: url("../img/common/arrow_icn_03.svg") center/100% auto no-repeat;
}
@media (hover: hover) {
  .button-common-viewmore:hover {
    opacity: 0.8;
  }
}
@media print, (min-width: 767px) {
  .button-common-viewmore {
    font-size: 0.17rem;
  }
  .button-common-viewmore::after {
    top: 0.025rem;
    width: 0.08rem;
    height: 0.13rem;
    margin-left: 0.08rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .button-common-viewmore {
    font-size: 0.28rem;
  }
  .button-common-viewmore::after {
    top: 0.07rem;
    width: 0.12rem;
    height: 0.17rem;
    margin-left: 0.16rem;
  }
}

.list-common-information .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-information .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #3c3c3c;
  font-weight: 500;
}
.list-common-information .item-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../img/common/arrow_icn_06.svg") center/100% auto no-repeat;
}
@media print, (min-width: 767px) {
  .list-common-information.is-category .item-link::after {
    top: -5px;
  }
  .list-common-information .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -22px -20px;
  }
  .list-common-information .list-item {
    width: 33.3333333333%;
    padding: 22px 16px;
    font-size: 0.16rem;
  }
  .list-common-information .item-link {
    padding-right: 29px;
    padding-bottom: 22px;
  }
  .list-common-information .item-link::after {
    right: 0;
    width: 21px;
    margin-top: -16px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-common-information .item-link {
    padding: 0.37rem 0.7rem 0.36rem 0;
    font-size: 0.26rem;
  }
  .list-common-information .item-link::after {
    right: 0.08rem;
    width: 0.42rem;
  }
  .list-common-information .list-item {
    margin: 0.02rem 0;
  }
  .list-common-information .list-item:last-child {
    margin-bottom: 0;
  }
}

.list-common-accordion .list-viewport {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-accordion .accordion-content {
  display: none;
}
.list-common-accordion .accordion-heading {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
@media (hover: hover) {
  .list-common-accordion .accordion-heading:hover {
    opacity: 0.8;
  }
}
.list-common-accordion .accordion-heading::before, .list-common-accordion .accordion-heading::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.01rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #4a80c0;
}
.list-common-accordion .accordion-heading::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list-common-accordion .list-accordion {
  border-bottom: 1px solid #9d9d9d;
}
.list-common-accordion .heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  gap: 0.31rem;
}
.list-common-accordion .heading-title img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.05rem;
}
.list-common-accordion .list-accordion.is-active .accordion-heading::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media print, (min-width: 767px) {
  .list-common-accordion .accordion-heading {
    min-height: 41px;
    padding: 46px 55px 45px 19px;
    background: url("../img/common/circle_icn_01.svg") right center/41px 41px no-repeat;
    font-size: 0.24rem;
    line-height: 1.625;
  }
  .list-common-accordion .accordion-heading::before, .list-common-accordion .accordion-heading::after {
    right: 14px;
    width: 12px;
    height: 1px;
  }
  html.is-tablet .list-common-accordion .accordion-heading::before, html.is-tablet .list-common-accordion .accordion-heading::after {
    right: 15px;
  }
  .list-common-accordion .list-accordion {
    padding: 1px 0;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-common-accordion .list-accordion {
    padding: 0.015rem 0;
  }
  .list-common-accordion .accordion-heading {
    min-height: 0.58rem;
    padding: 0.49rem 0.65rem 0.49rem 0;
    background: url("../img/common/circle_icn_01.svg") right center/0.58rem 0.58rem no-repeat;
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
  .list-common-accordion .accordion-heading::before, .list-common-accordion .accordion-heading::after {
    right: 0.15rem;
    width: 0.26rem;
    height: 0.02rem;
  }
  .list-common-accordion .heading-title {
    padding: 0.09rem 0;
  }
}

.list-common-catalog .item-link {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .list-common-catalog .item-link:hover {
    opacity: 0.8;
  }
}
.list-common-catalog .item-link::after {
  content: "　　＞";
  display: inline-block;
  position: relative;
}
.list-common-catalog .list-item {
  border-bottom: 1px dashed #9d9d9d;
}
.list-common-catalog .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-catalog .list-wrapper:first-child .list-item:first-child {
  padding-top: 0;
}
.list-common-catalog .list-wrapper:last-child .list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media print, (min-width: 767px) {
  .list-common-catalog {
    padding-bottom: 0.6rem;
  }
  .list-common-catalog .item-link {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .list-common-catalog .list-item {
    padding: 12px 19px 11px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-common-catalog {
    padding-bottom: 0.49rem;
  }
  .list-common-catalog .item-link {
    font-size: 0.28rem;
    line-height: 1.4285714286;
    padding-right: 0.42rem;
  }
  .list-common-catalog .item-link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-common-catalog .list-item {
    padding: 0.25rem 0 0.24rem;
  }
}

.list-common-keyword .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.19rem;
}
.list-common-keyword .list-item {
  border: 1px solid #9d9d9d;
}
.list-common-keyword .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .list-common-keyword .item-text:hover {
    opacity: 0.8;
  }
}
@media print, (min-width: 767px) {
  .list-common-keyword .list-item {
    border-radius: 0.2rem;
  }
  .list-common-keyword .item-text {
    min-width: 1.06rem;
    height: 0.4rem;
    padding: 6px 17px;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-common-keyword .list-item {
    border-radius: 0.4rem;
  }
  .list-common-keyword .item-text {
    min-width: 1.37rem;
    height: 0.54rem;
    padding: 0.06rem 0.2rem;
    font-size: 0.28rem;
  }
}

.list-common-category .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-category .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgb(11, 84, 170)), color-stop(50%, rgb(74, 128, 192)), to(rgb(103, 163, 202)));
  background: linear-gradient(90deg, rgb(11, 84, 170) 0%, rgb(74, 128, 192) 50%, rgb(103, 163, 202) 100%);
  color: #fff;
  cursor: pointer;
}
.list-common-category .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4.3rem;
  height: 1.1rem;
  background: url("../img/common/decoration_img_01.svg") top right/100% auto no-repeat;
  pointer-events: none;
}
.list-common-category .item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4px;
}
@media print, (min-width: 767px) {
  .list-common-category .item-image {
    padding-right: 8px;
  }
}
.list-common-category .item-image img {
  width: auto;
  height: 85%;
}
@media print, (min-width: 767px) {
  .list-common-category .item-image img {
    height: 70px;
  }
}
.list-common-category .item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-common-category .item-image,
.list-common-category .item-text {
  position: relative;
  z-index: 1;
}
@media print, (min-width: 767px) {
  .list-common-category .item-wrapper {
    min-height: 100px;
    padding: 0 0 0 26px;
    border-radius: 18px;
    font-size: 0.18rem;
  }
  .list-common-category .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px 40px;
  }
  .list-common-category .list-item {
    width: 50%;
    max-width: 430px;
  }
  .list-common-category .item-text {
    padding: 10px 5px 10px 0;
    line-height: 1.2;
  }
  .list-common-category .image-wrapper {
    height: 100px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-common-category .item-wrapper {
    min-height: 1.55rem;
    padding: 0 0 0 0.41rem;
    border-radius: 0.12rem;
    font-size: 0.31rem;
  }
  .list-common-category .list-item {
    margin-bottom: 0.4rem;
  }
  .list-common-category .image-wrapper {
    height: 1.55rem;
  }
  .list-common-category .item-image {
    height: 1rem;
  }
  .list-common-category .item-text {
    line-height: 1.3;
  }
}

.list-common-products .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-products .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0.9rem;
  padding: 10px 15px;
  overflow: hidden;
  border-radius: 0.12rem;
  background-color: #fff;
}
.list-common-products .item-image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 22px;
}
.list-common-products .item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, (min-width: 767px) {
  .list-common-products .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 40px;
    margin: 0 -10px;
  }
  .list-common-products .list-item {
    width: 33.3333333333%;
    padding: 0 10px;
  }
  .list-common-products .item-image {
    width: 54px;
    height: 62px;
  }
  .list-common-products .item-wrapper {
    max-width: 353px;
  }
  .list-common-products .item-title {
    font-size: 0.16rem;
    line-height: 1.4375;
  }
}
@media (min-width: 767px) and (max-width: 1149.98px) {
  .list-common-products {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .list-common-products .list-item {
    width: 50%;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-common-products .item-image {
    width: 1.08rem;
    height: 1.24rem;
  }
  .list-common-products .item-title {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .list-common-products .list-item {
    margin-bottom: 0.4rem;
  }
  .list-common-products .list-item:last-child {
    margin-bottom: 0;
  }
}

.list-common-news .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-news .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  gap: 0.31rem;
}
@media (hover: hover) {
  .list-common-news .item-link:hover {
    opacity: 0.8;
  }
}
.list-common-news .link-datetime {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.list-common-news .link-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-common-news .list-item {
  padding: 0.03rem 0;
  border-bottom: 1px dashed #707070;
}
.list-common-news .link-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.26rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media print, (min-width: 767px) {
  .list-common-news {
    max-width: 1100px;
  }
  .list-common-news .item-link {
    padding: 24px 15.5px;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .list-common-news .link-datetime {
    width: 110px;
  }
  .list-common-news .link-category {
    top: 2px;
    min-width: 153px;
    max-width: 300px;
    padding: 0 20px;
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-common-news .item-link {
    padding: 0.3rem 0.1rem;
    font-size: 0.3rem;
  }
  .list-common-news .link-datetime {
    width: 1.8rem;
    margin-top: -0.03rem;
  }
  .list-common-news .link-category {
    min-width: 2.2rem;
    max-width: 4rem;
    padding: 0.04rem 0.2rem;
  }
}

.list-common-news.has-border-dashed .link-datetime {
  position: relative;
  color: #9d9d9d;
  font-family: "Montserrat", sans-serif;
}
.list-common-news.has-border-dashed .list-item {
  border-bottom: 1px solid #3c3c3c;
}
.list-common-news.has-border-dashed .list-item:first-child {
  border-top: 1px solid #3c3c3c;
}
.list-common-news.has-border-dashed .item-link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, (min-width: 767px) {
  .list-common-news.has-border-dashed .item-link {
    gap: 48px;
    padding: 22px 40px;
  }
  .list-common-news.has-border-dashed .link-title {
    font-size: 0.18rem;
  }
}

.list-common-dots .list-wrapper,
.list-common-dots .item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-dots .list-item {
  position: relative;
}
.list-common-dots .list-item::before {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-color: #3c3c3c;
}
.list-common-dots.is-highlight .list-item {
  font-weight: 700;
}
.list-common-dots.is-highlight .item-text,
.list-common-dots.is-highlight .item-list {
  font-weight: 400;
}
.list-common-dots.is-highlight .item-list {
  padding-left: 0.2rem;
}
.list-common-dots .item-title,
.list-common-dots .item-text,
.list-common-dots .item-note {
  display: block;
}
.list-common-dots .item-note {
  font-weight: 400;
}
@media print, (min-width: 767px) {
  .list-common-dots .list-item {
    padding-left: 19px;
  }
  .list-common-dots .list-item::before {
    top: 15px;
    left: 7px;
  }
  .list-common-dots .list-title,
  .list-common-dots .list-item {
    font-size: 0.18rem;
    line-height: 2;
  }
  .list-common-dots .item-note {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-common-dots .list-item {
    padding-left: 0.18rem;
  }
  .list-common-dots .list-item::before {
    top: 0.18rem;
    left: 0;
  }
  .list-common-dots .list-item.is-spacing {
    margin-right: -0.12rem;
  }
  .list-common-dots .list-title,
  .list-common-dots .list-item {
    font-size: 0.29rem;
    line-height: 1.5;
  }
  .list-common-dots .item-note {
    font-size: 0.26rem;
    line-height: 1.5;
  }
}

.list-common-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-sitemap .item-links {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1.3;
  text-decoration: none;
}
.list-common-sitemap .item-links::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url("../img/common/arrow_icn_12.svg") center/100% auto no-repeat;
}
@media (hover: hover) {
  .list-common-sitemap .item-links:hover {
    opacity: 0.8;
  }
}
.list-common-sitemap .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #707070;
}
@media print, (min-width: 767px) {
  .list-common-sitemap .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .list-common-sitemap .list-wrapper .list-item {
    width: 50%;
    max-width: 440px;
    padding: 20px;
    font-size: 0.16rem;
  }
  .list-common-sitemap .item-links::after {
    bottom: 1px;
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-common-sitemap .list-item {
    padding: 0.4rem 0.2rem;
    font-size: 0.28rem;
  }
  .list-common-sitemap .item-links::after {
    bottom: 0.01rem;
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.2rem;
  }
}

.list-common-tag .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.22rem;
}
@media only screen and (max-width: 766.98px) {
  .list-common-tag .list-item {
    width: 50%;
    max-width: 3.24rem;
  }
}

.pagination-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-common-primary .wp-pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-common-primary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-common-primary .arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagination-common-primary .arrow.next {
  right: 0;
  left: unset;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.pagination-common-primary .arrow a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.pagination-common-primary .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/arrow_icn_pagination.svg") center/100% auto no-repeat;
}
.pagination-common-primary .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-decoration: none;
}
.pagination-common-primary .page-numbers::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background-color: #3c3c3c;
}
.pagination-common-primary .page-numbers.current::before {
  opacity: 1;
}
.pagination-common-primary .page-numbers.dots {
  pointer-events: none;
}
.pagination-common-primary .page-numbers:hover::before {
  opacity: 1;
}
@media print, (min-width: 767px) {
  .pagination-common-primary {
    font-size: 0.16rem;
  }
  .pagination-common-primary .wp-pager {
    padding: 0 38px;
  }
  .pagination-common-primary li {
    width: 30px;
    margin: 0 8px;
  }
  .pagination-common-primary .page-numbers::before {
    bottom: -25px;
  }
  .pagination-common-primary .arrow {
    width: 7.5px;
    height: 14px;
  }
  .pagination-common-primary .arrow.next {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 766.98px) {
  .pagination-common-primary {
    font-size: 0.28rem;
  }
  .pagination-common-primary .wp-pager {
    padding: 0 0.38rem;
  }
  .pagination-common-primary li {
    width: 0.65rem;
  }
  .pagination-common-primary .page-numbers::before {
    bottom: -0.31rem;
  }
  .pagination-common-primary .arrow {
    width: 0.15rem;
    height: 0.28rem;
  }
  .pagination-common-primary .arrow.next {
    margin-top: -0.14rem;
  }
}

.title-common-primary {
  position: relative;
  font-weight: 400;
}
.title-common-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.69rem;
  height: 2px;
  background-color: #8eb4e9;
}
.title-common-primary.is-center {
  text-align: center;
}
.title-common-primary.is-center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.title-common-primary.is-english {
  font-family: "Montserrat", sans-serif;
}
@media print, (min-width: 767px) {
  .title-common-primary {
    padding-bottom: 13px;
    font-size: 0.3rem;
    line-height: 1.3;
  }
  .title-common-primary.is-spacing {
    margin-right: -7px;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-primary {
    padding-bottom: 0.12rem;
    font-size: 0.4rem;
    line-height: 1.2;
  }
}

.title-common-primary.is-recruit {
  color: #1d69d3;
  letter-spacing: 0.14em;
}
@media print, (min-width: 767px) {
  .title-common-primary.is-recruit {
    padding-bottom: 7px;
    font-size: 0.24rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-primary.is-recruit::after {
    width: 1.27rem;
  }
}

.title-common-primary.has-filled-blue {
  color: #1d69d3;
  font-weight: 500;
}
@media print, (min-width: 767px) {
  .title-common-primary.has-filled-blue {
    margin-bottom: 0.68rem;
    font-size: 0.4rem;
  }
  .title-common-primary.has-filled-blue .title-small {
    margin-left: 0.2rem;
    color: #1d69d3;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.2rem;
    font-weight: 400;
    letter-spacing: 0.14em;
  }
  .title-common-primary.has-filled-blue.has-md {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-primary.has-filled-blue {
    margin-bottom: 0.54rem;
    font-size: 0.6rem;
  }
  .title-common-primary.has-filled-blue .title-small {
    margin-left: 0.32rem;
    font-size: 0.3rem;
  }
}

.title-common-secondary {
  position: relative;
  font-weight: 400;
}
.title-common-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  background-color: #487ebe;
}
.title-common-secondary.is-subnavi::after {
  background-color: #04175c;
}
.title-common-secondary .title-small {
  position: relative;
  vertical-align: super;
}
.title-common-secondary .link-wrapper.is-longer {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media print, (min-width: 767px) {
  .title-common-secondary {
    padding: 3px 0 0 37px;
    font-size: 0.24rem;
    line-height: 1.625;
  }
  .title-common-secondary::after {
    left: 10px;
    width: 11px;
  }
  .title-common-secondary .title-small {
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-secondary {
    padding: 0.07rem 0 0.02rem 0.51rem;
    font-size: 0.34rem;
    line-height: 1.2;
  }
  .title-common-secondary::after {
    left: 0.16rem;
    width: 0.14rem;
  }
  .title-common-secondary .title-small {
    top: 0.04rem;
    font-size: 0.24rem;
  }
}

.title-common-tertiary {
  font-size: 0.36rem;
  font-weight: 400;
  text-align: center;
}
@media print, (min-width: 767px) {
  .title-common-tertiary {
    line-height: 1.3888888889;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-tertiary {
    line-height: 1.4;
  }
}

.title-common-mark {
  position: relative;
  font-weight: 400;
  line-height: 1.3;
}
.title-common-mark::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #04175c;
}
@media print, (min-width: 767px) {
  .title-common-mark {
    padding-left: 36px;
    font-size: 0.36rem;
  }
  .title-common-mark::before {
    top: 10px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-mark {
    padding-left: 0.36rem;
    font-size: 0.38rem;
  }
  .title-common-mark::before {
    top: 0.1rem;
    width: 0.28rem;
    height: 0.28rem;
  }
}

.title-common-simple {
  font-weight: 500;
}
@media print, (min-width: 767px) {
  .title-common-simple {
    font-size: 0.2rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-simple {
    font-size: 0.31rem;
    line-height: 1.3;
  }
}

.text-common-superscript {
  position: relative;
  top: 0.015rem;
  font-size: 0.7em;
  vertical-align: super;
}

.title-common-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 7.26rem;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  gap: 0.2rem;
}
.title-common-animation .heading-sub {
  display: block;
  position: relative;
  padding: 0.08rem 0.05rem 0.08rem 0.18rem;
  line-height: 1.2;
}
.title-common-animation .heading-sub.is-japanese {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.45rem;
  letter-spacing: 0.14em;
}
.title-common-animation .heading-sub.is-english {
  margin-left: auto;
  padding: 0.03rem 0.01rem 0.03rem 0.18rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1;
}
.title-common-animation .animation-box.has-margin-left {
  margin-left: 1.25rem;
}
@media print, (min-width: 767px) {
  .title-common-animation .heading-sub.is-english {
    font-size: 0.63rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-animation {
    margin-left: -0.38rem;
  }
}

.title-common-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1d69d3;
  text-wrap: nowrap;
}
.title-common-recruit.has-filled-white {
  color: #fff;
}
.title-common-recruit.has-filled-white .title-text::before {
  background-color: #fff;
}
.title-common-recruit.has-filled-white .title-text::after {
  border-color: #fff;
}
.title-common-recruit .title-text {
  display: inline-block;
  position: relative;
  letter-spacing: 0.14em;
  text-align: center;
}
.title-common-recruit .title-text::before, .title-common-recruit .title-text::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.title-common-recruit .title-text::before {
  bottom: 0;
  width: 100%;
  height: 0.01rem;
  background-color: #1d69d3;
}
.title-common-recruit .title-text::after {
  width: 0.15rem;
  border-left: 1px solid #1d69d3;
}
@media print, (min-width: 767px) {
  .title-common-recruit {
    margin-bottom: 0.6rem;
    font-size: 0.34rem;
  }
  .title-common-recruit.has-small {
    font-size: 0.2rem;
  }
  .title-common-recruit .title-text {
    padding-bottom: 0.15rem;
  }
  .title-common-recruit .title-text::after {
    bottom: -15px;
    height: 29px;
    margin-left: 7px;
    rotate: -30deg;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-recruit {
    margin-bottom: 0.71rem;
    font-size: 0.3rem;
  }
  .title-common-recruit .title-text {
    padding-bottom: 0.23rem;
  }
  .title-common-recruit .title-text::after {
    bottom: -0.28rem;
    height: 0.47rem;
    margin-left: 0.07rem;
    rotate: -28deg;
  }
  .title-common-recruit.has-filled-white {
    margin-bottom: 0.17rem;
    padding-bottom: 0.16rem;
    font-size: 0.2rem;
  }
  .title-common-recruit.has-filled-white .title-text::after {
    bottom: -0.16rem;
    height: 0.3rem;
  }
}

.title-common-quinary {
  color: #1d69d3;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
.title-common-quinary.has-bold {
  font-weight: 700;
}
@media print, (min-width: 767px) {
  .title-common-quinary {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-quinary {
    font-size: 0.34rem;
    letter-spacing: 0;
  }
}

.title-common-quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.title-common-quaternary span {
  display: inline-block;
}
.title-common-quaternary .title-japanese {
  color: #1d69d3;
  letter-spacing: 0.14em;
}
.title-common-quaternary .title-english {
  color: #8eb4e9;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media print, (min-width: 767px) {
  .title-common-quaternary .title-japanese {
    font-size: 0.34rem;
  }
  .title-common-quaternary .title-english {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-common-quaternary .title-japanese {
    font-size: 0.4rem;
  }
  .title-common-quaternary .title-english {
    font-size: 0.24rem;
  }
}

@media only screen and (max-width: 766.98px) {
  .block-common-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0.8rem;
    border: 1px solid #04175c;
    border-radius: 0.4rem;
    color: #04175c;
    font-size: 0.26rem;
    text-align: center;
  }
  .block-common-navigation .block-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0.26rem 0.4rem;
    cursor: pointer;
  }
  .block-common-navigation .block-heading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.39rem;
    bottom: 0;
    width: 0.12rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: url("../img/common/arrow_icn_03.svg") center/100% auto no-repeat;
  }
  .block-common-navigation .block-content {
    display: none;
    width: 100%;
    padding: 0 0.4rem;
  }
  .block-common-navigation .block-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .block-common-navigation .list-item {
    margin: 0.03rem 0;
    border-bottom: 1px solid;
  }
  .block-common-navigation .list-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .block-common-navigation .list-item .item-link {
    display: block;
    padding: 0.2rem 0;
  }
  .block-common-navigation.is-active .block-heading::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.block-common-information .information-wrapper {
  overflow: hidden;
  background-color: #f5f7f7;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, (min-width: 767px) {
  .block-common-information .information-wrapper {
    padding: 51px 100px 84px;
    border-radius: 0.16rem;
  }
  .block-common-information .title-common-secondary {
    margin-bottom: 0.43rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .block-common-information {
    margin: 0 -0.4rem;
  }
  .block-common-information .information-wrapper {
    padding: 0.8rem 0.4rem;
  }
  .block-common-information .title-common-secondary {
    margin-bottom: 0.21rem;
  }
}

@media print, (min-width: 767px) {
  .block-common-information.is-large {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 766.98px) {
  .block-common-information.is-large {
    margin-right: 0;
    margin-left: 0;
  }
}

.block-common-search {
  position: relative;
  width: 100%;
}
.block-common-search .search-form {
  position: relative;
  width: 100%;
}
.block-common-search .search-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border: 1px solid #3c3c3c;
  border-radius: 0.06rem;
  outline: none;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.block-common-search .search-input::-webkit-input-placeholder {
  color: #9d9d9d;
}
.block-common-search .search-input::-moz-placeholder {
  color: #9d9d9d;
}
.block-common-search .search-input:-ms-input-placeholder {
  color: #9d9d9d;
}
.block-common-search .search-input::-ms-input-placeholder {
  color: #9d9d9d;
}
.block-common-search .search-input::placeholder {
  color: #9d9d9d;
}
.block-common-search .search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.08rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: none;
  border-radius: 0.04rem;
  background: none;
  cursor: pointer;
}
.block-common-search .search-button:hover {
  background-color: #f0f0f0;
}
.block-common-search .search-icon {
  display: block;
}
.block-common-search .result-content:last-child,
.block-common-search .result-validate:last-child {
  margin-bottom: 0;
}
.block-common-search .block-result {
  border-bottom: 1px solid #9d9d9d;
}
.block-common-search .result-validate {
  border-bottom: 1px solid #9d9d9d;
  color: #f00;
}
@media print, (min-width: 767px) {
  .block-common-search .search-form {
    max-width: 900px;
    margin-bottom: 74px;
  }
  .block-common-search .search-input,
  .block-common-search .block-result {
    font-size: 0.18rem;
  }
  .block-common-search .search-input {
    min-height: 60px;
    padding: 12px 60px 12px 28px;
  }
  .block-common-search .search-icon {
    width: 22px;
    height: 22px;
  }
  .block-common-search .search-button {
    right: 23px;
  }
  .block-common-search .block-result,
  .block-common-search .result-validate {
    padding-bottom: 11px;
  }
  .block-common-search .result-validate,
  .block-common-search .result-content {
    line-height: 1.5555555556;
  }
  .block-common-search .keyword-title {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .block-common-search .search-input,
  .block-common-search .block-result {
    font-size: 0.28rem;
  }
  .block-common-search .result-content {
    line-height: 1.5555555556;
  }
  .block-common-search .search-input {
    min-height: 0.63rem;
    padding: 0.1rem 0.74rem 0.09rem 0.28rem;
    font-size: 0.24rem;
  }
  .block-common-search .search-icon {
    width: 0.35rem;
    height: 0.35rem;
  }
  .block-common-search .search-button {
    right: 0.16rem;
  }
  .block-common-search .search-form {
    margin-bottom: 0.83rem;
  }
  .block-common-search .block-result,
  .block-common-search .result-validate {
    padding-bottom: 0.2rem;
  }
  .block-common-search .result-validate {
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
  .block-common-search .keyword-title {
    margin-bottom: 0.4rem;
    font-size: 0.32rem;
  }
}

.block-common-pulldown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.21rem;
}
.block-common-pulldown .select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #707070;
  opacity: 1;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 18 15' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 9,15 18,0' fill='%233c3c3c'/></svg>");
  background-repeat: no-repeat;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (hover: hover) {
  .block-common-pulldown .select-wrapper:hover {
    opacity: 0.8;
  }
}
.block-common-pulldown .pulldown-title {
  font-weight: 700;
}
.block-common-pulldown select,
.block-common-pulldown option {
  color: #3c3c3c !important;
}
@media print, (min-width: 767px) {
  .block-common-pulldown {
    font-size: 0.18rem;
  }
  .block-common-pulldown .select-wrapper {
    width: 200px;
    height: 40px;
    padding: 7px 0 5px;
    border-radius: 20px;
    background-position: right 14px top 12px;
    background-size: 18px 15px;
  }
}
@media only screen and (max-width: 766.98px) {
  .block-common-pulldown {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 0.3rem;
  }
  .block-common-pulldown .select-wrapper {
    width: 3rem;
    height: 0.7rem;
    padding: 0.1rem 0.9rem;
    border-radius: 0.3rem;
    background-position: right 0.15rem top 0.2rem;
    background-size: 0.26rem 0.3rem;
  }
}

.link-common {
  display: inline-block;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  color: #4a80c0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
@media (hover: hover) {
  .link-common:hover {
    text-decoration-color: transparent;
  }
}
@media print, (min-width: 767px) {
  .link-common {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .link-common {
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
}

.table-common-specification {
  border: 1px solid #7f7f7f;
}
.table-common-specification .table-heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-right: 1px solid #7f7f7f;
  background-color: #98a4a9;
  color: #fff;
  font-weight: 500;
}
.table-common-specification .table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #7f7f7f;
  background-color: #fff;
}
.table-common-specification .table-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-common-specification .content-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 767px) {
  .table-common-specification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 884px;
  }
  .table-common-specification .table-wrapper {
    width: 50%;
  }
  .table-common-specification .table-wrapper:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .table-common-specification .table-wrapper:nth-child(odd) {
    border-right: 1px solid #7f7f7f;
  }
  .table-common-specification .table-wrapper:nth-child(4n-1), .table-common-specification .table-wrapper:nth-child(4n) {
    background-color: #e6ebee;
  }
  .table-common-specification .table-heading {
    width: 130px;
    padding: 8px 10px 8px 15px;
    font-size: 0.16rem;
  }
  .table-common-specification .table-content {
    width: 310px;
    padding: 8px 15px;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .table-common-specification .table-wrapper {
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
  .table-common-specification .table-wrapper:last-child {
    border-bottom: none;
  }
  .table-common-specification .table-heading {
    width: 2.21rem;
    padding: 0.14rem 0.2rem;
  }
  .table-common-specification .table-content {
    padding: 0.14rem 0.25rem;
  }
}

.table-common-information .table-wrapper {
  border: 1px solid #7f7f7f;
}
.table-common-information .heading-row {
  border: none;
}
.table-common-information .heading-title {
  border: 1px solid #7f7f7f;
  border-width: 1px 1px 0 0;
  background-color: #98a4a9;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.table-common-information .content-code {
  border-left: none;
}
.table-common-information th:last-child {
  border-right: none;
}
.table-common-information .content-row td {
  border: 1px solid #7f7f7f;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.table-common-information td:last-child {
  border-right: none;
}
.table-common-information .content-row:nth-child(even) {
  background-color: #e6ebee;
}
.table-common-information .content-row:nth-child(odd) {
  background-color: #fff;
}
.table-common-information .content-row:last-child td {
  border-bottom: none;
}
@media print, (min-width: 767px) {
  .table-common-information .table-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0.14rem;
  }
  .table-common-information .heading-title {
    padding: 8px;
    font-size: 0.16rem;
  }
  .table-common-information .heading-title.is-product-code {
    width: 146px;
  }
  .table-common-information .heading-title.is-product-number {
    width: 177px;
  }
  .table-common-information .heading-title.is-product-name {
    width: 232px;
  }
  .table-common-information .heading-title.is-product-dimensions {
    width: 222px;
  }
  .table-common-information .heading-title.is-product-weight {
    width: 104px;
  }
  .table-common-information .heading-title.is-product-price {
    width: 104px;
  }
  .table-common-information .content-row td {
    padding: 9px 8px;
  }
}
@media (min-width: 767px) and (max-width: 1109.98px) {
  .table-common-information .heading-title.is-product-dimensions {
    width: 172px;
  }
}
@media only screen and (max-width: 766.98px) {
  .table-common-information .table-wrapper {
    min-width: 12.5rem;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
  .table-common-information .heading-title {
    padding: 0.08rem;
  }
  .table-common-information .heading-title.is-product-code {
    width: 2.08rem;
  }
  .table-common-information .heading-title.is-product-number {
    width: 2.16rem;
  }
  .table-common-information .heading-title.is-product-name {
    width: 2.51rem;
  }
  .table-common-information .heading-title.is-product-dimensions {
    width: 2.92rem;
  }
  .table-common-information .heading-title.is-product-weight {
    width: 1.4rem;
  }
  .table-common-information .heading-title.is-product-price {
    width: 1.85rem;
  }
}

.navigation-common-catalog .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navigation-common-catalog .item-icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.navigation-common-catalog .item-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 0.02rem solid #4a80c0;
}
.navigation-common-catalog .item-text {
  display: inline-block;
  color: #4a80c0;
  font-weight: 500;
}
@media print, (min-width: 767px) {
  .navigation-common-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-common-catalog .list-wrapper {
    gap: 40px;
  }
  .navigation-common-catalog .item-icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .navigation-common-catalog .item-text {
    font-size: 0.18rem;
  }
  .navigation-common-catalog .item-inner {
    padding-right: 6px;
    gap: 22px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 766.98px) {
  .navigation-common-catalog {
    margin: 0 -0.4rem 0.46rem;
    padding: 0.39rem 0.35rem;
    background-color: #ecf2f9;
  }
  .navigation-common-catalog .list-wrapper {
    gap: 0.38rem 0.93rem;
  }
  .navigation-common-catalog .item-text {
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
  .navigation-common-catalog .item-icon {
    width: 0.46rem;
    height: 0.46rem;
  }
  .navigation-common-catalog .item-inner {
    gap: 0.19rem;
  }
}

.post-content {
  overflow-wrap: break-word;
}
.post-content p {
  margin-bottom: 2em;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content b,
.post-content strong {
  font-weight: 700;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  color: inherit;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content sup,
.post-content sub {
  position: relative;
  font-size: 0.6em;
}
.post-content sup {
  vertical-align: top;
}
.post-content sub {
  vertical-align: bottom;
}
.post-content figure,
.post-content picture,
.post-content img,
.post-content video,
.post-content iframe,
.post-content table {
  max-width: 100%;
  margin-bottom: 2em;
}
.post-content figure:last-child,
.post-content picture:last-child,
.post-content img:last-child,
.post-content video:last-child,
.post-content iframe:last-child,
.post-content table:last-child {
  margin-bottom: 0;
}
.post-content figure img,
.post-content figure video,
.post-content figure iframe,
.post-content figure table {
  margin-bottom: 0;
}
.post-content figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.post-content figcaption:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.post-content blockquote::before, .post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.post-content blockquote:last-child {
  margin-bottom: 0;
}
.post-content pre,
.post-content code {
  margin-bottom: 2em;
}
.post-content pre:last-child,
.post-content code:last-child {
  margin-bottom: 0;
}
.post-content ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.post-content ul:last-child {
  margin-bottom: 0;
}
.post-content ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 700;
}
.post-content h2 {
  position: relative;
  font-weight: 400;
}
.post-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.69rem;
  height: 2px;
  background-color: #8eb4e9;
}
.post-content h2:last-child {
  margin-bottom: 0;
}
.post-content h3 {
  position: relative;
  font-weight: 400;
}
.post-content h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  background-color: #4a80c0;
}
.post-content h3.is-message::after {
  background-color: #04175c;
}
.post-content h3:last-child {
  margin-bottom: 0;
}
.post-content h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.post-content h4:last-child {
  margin-bottom: 0;
}
.post-content h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.post-content h5:last-child {
  margin-bottom: 0;
}
.post-content h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.post-content h6:last-child {
  margin-bottom: 0;
}
.post-content > div {
  margin-bottom: 2em;
}
.post-content > div:last-child {
  margin-bottom: 0;
}
.post-content .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-content .has-background {
  background-color: #ccc;
}
.post-content .has-small-font-size {
  font-size: 0.13rem;
}
.post-content .has-large-font-size {
  font-size: 0.36rem;
}
.post-content .has-x-large-font-size {
  font-size: 0.42rem;
}
.post-content .wp-block-table {
  overflow: auto hidden;
}
.post-content .wp-block-table table {
  border: 1px solid #7f7f7f;
}
.post-content .wp-block-table thead {
  border-bottom: 1px solid #7f7f7f;
}
.post-content .wp-block-table tfoot {
  border-top: 1px solid #7f7f7f;
}
.post-content .wp-block-table tr {
  border: none;
}
.post-content .wp-block-table th {
  border: 1px solid #7f7f7f;
  border-width: 1px 1px 0 0;
  background-color: #98a4a9;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.post-content .wp-block-table .content-code {
  border-left: none;
}
.post-content .wp-block-table th:last-child {
  border-right: none;
}
.post-content .wp-block-table tr td {
  border: 1px solid #7f7f7f;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.post-content .wp-block-table td:last-child {
  border-right: none;
}
.post-content .wp-block-table tr:nth-child(even) {
  background-color: #e6ebee;
}
.post-content .wp-block-table tr:nth-child(odd) {
  background-color: #fff;
}
.post-content .wp-block-table tr:last-child td {
  border-bottom: none;
}
.post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-column {
  margin: 0 1em;
}
.post-content .wp-block-column:first-child {
  margin-left: 0;
}
.post-content .wp-block-column:last-child {
  margin-right: 0;
}
.post-content .wp-block-file {
  font-size: inherit;
}
@media print, (min-width: 767px) {
  .post-content h2 {
    margin-bottom: 30px;
    padding-bottom: 13px;
    font-size: 0.3rem;
    line-height: 1.3;
  }
  .post-content h3 {
    padding: 3px 0 0 37px;
    font-size: 0.24rem;
    line-height: 1.625;
  }
  .post-content h3::after {
    left: 10px;
    width: 11px;
  }
  .post-content p {
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 2.4375;
  }
  .post-content .wp-block-table table {
    min-width: 100%;
    margin: 0 auto;
    font-size: 0.14rem;
  }
  .post-content .wp-block-table th {
    min-width: 200px;
    padding: 8px;
    font-size: 0.16rem;
  }
  .post-content .wp-block-table tr td {
    padding: 9px 8px;
  }
}
@media only screen and (max-width: 766.98px) {
  .post-content h2 {
    margin-bottom: 0.3rem;
    padding-bottom: 0.12rem;
    font-size: 0.38rem;
    line-height: 1.2;
  }
  .post-content h3 {
    padding: 0.07rem 0 0.02rem 0.51rem;
    font-size: 0.34rem;
    line-height: 1.2;
  }
  .post-content h3::after {
    left: 0.16rem;
    width: 0.14rem;
  }
  .post-content p {
    margin-bottom: 0.32rem;
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
  .post-content .wp-block-table table {
    min-width: 100%;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
  .post-content .wp-block-table th {
    min-width: 2.5rem;
    padding: 0.08rem;
  }
}

.section-common-policy .policy-information {
  line-height: 1.5;
}
.section-common-policy .list-common-number,
.section-common-policy .item-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-common-policy .list-item:last-child {
  margin-bottom: 0;
}
.section-common-policy .title-common-primary {
  font-weight: 700;
}
.section-common-policy .title-common-primary,
.section-common-policy .item-description {
  line-height: 2;
}
.section-common-policy .item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-common-policy .item-description .title-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 0.5rem;
}
.section-common-policy .item-description:last-child {
  margin-bottom: 0;
}
.section-common-policy .policy-note {
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: right;
}
@media print, (min-width: 767px) {
  .section-common-policy {
    padding: 140px 0 120px;
  }
  .section-common-policy .policy-information {
    margin-bottom: 65px;
    font-size: 0.24rem;
  }
  .section-common-policy .policy-content {
    margin-bottom: 65px;
  }
  .section-common-policy .list-item {
    margin-bottom: 60px;
  }
  .section-common-policy .list-item .item-description {
    margin-bottom: 20px;
  }
  .section-common-policy .title-common-primary {
    margin-bottom: 20px;
  }
  .section-common-policy .title-number {
    margin-right: 3px;
  }
  .section-common-policy .title-common-primary,
  .section-common-policy .item-description,
  .section-common-policy .policy-note {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-policy {
    padding: 0.8rem 0 2.2rem;
  }
  .section-common-policy .policy-information {
    margin-bottom: 0.6rem;
    font-size: 0.35rem;
    text-align: justify;
  }
  .section-common-policy .policy-content {
    margin-bottom: 0.65rem;
  }
  .section-common-policy .list-item {
    margin-bottom: 0.4rem;
  }
  .section-common-policy .list-item .item-description {
    margin-bottom: 0.2rem;
  }
  .section-common-policy .title-common-primary {
    margin-bottom: 0.15rem;
  }
  .section-common-policy .title-number {
    margin-right: 0.07rem;
  }
  .section-common-policy .title-common-primary,
  .section-common-policy .policy-note {
    font-size: 0.3rem;
  }
  .section-common-policy .item-description {
    font-size: 0.24rem;
  }
}

.section-common-product {
  position: relative;
}
.section-common-product::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.section-common-product .product-introduction {
  position: relative;
  overflow: hidden;
}
.section-common-product .product-introduction::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(216, 216, 216, 0.2);
}
.section-common-product .wrapper {
  position: relative;
  z-index: 1;
}
.section-common-product .introduction-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
}
.section-common-product .introduction-title .title-describe {
  display: inline-block;
}
.section-common-product .introduction-detail {
  font-weight: 700;
}
.section-common-product .introduction-detail .detail-small {
  display: block;
}
.section-common-product .introduction-detail:last-child {
  margin-bottom: 0;
}
.section-common-product .block-product-anchor {
  padding-top: 0.4rem;
}
.section-common-product .title-product-primary {
  border-top: 1px solid #4a80bf;
  border-bottom: 1px solid #4a80bf;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 1.5833333333;
  text-align: center;
}
.section-common-product .list-product-details {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.4rem;
}
.section-common-product .list-product-details .text-content:last-child {
  margin-bottom: 0;
}
.section-common-product .details-item:last-child {
  margin-bottom: 0;
}
.section-common-product .item-description:last-child {
  margin-bottom: 0;
}
.section-common-product .item-description.is-small:last-child {
  margin-bottom: 0;
}
.section-common-product .title-product-mark {
  position: relative;
  font-weight: 400;
}
.section-common-product .title-product-mark:last-child {
  margin-bottom: 0;
}
.section-common-product .title-product-mark::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #4a80bf;
}
.section-common-product .details-text:last-child {
  margin-bottom: 0;
}
.section-common-product .button-product-secondary {
  margin-top: 0.4rem;
}
.section-common-product .list-common-dots {
  margin-bottom: 0.4rem;
}
.section-common-product .content-wrapper {
  margin-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.section-common-product .content-wrapper:first-child {
  margin-top: -0.3rem;
}
.section-common-product .content-wrapper.is-line-break {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #707070;
}
.section-common-product .content-wrapper:last-child {
  margin-bottom: 0;
}
.section-common-product .details-image:last-child,
.section-common-product .describe-image:last-child {
  margin-bottom: 0;
}
.section-common-product .details-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-common-product .list-common-tag {
  margin-top: -0.2rem;
  margin-bottom: 0.4rem;
  padding-top: 0.2rem;
}
.section-common-product .button-common-tag {
  -webkit-transition: border 0.3s, background-color 0.3s, color 0.3s;
  transition: border 0.3s, background-color 0.3s, color 0.3s;
  background-color: #fff;
}
@media (hover: hover) {
  .section-common-product .button-common-tag:hover {
    border-color: #4a80bf;
    opacity: 1;
    background-color: #4a80bf;
    color: #fff;
  }
}
.section-common-product .button-common-tag.is-active {
  border-color: #4a80bf;
  background-color: #4a80bf;
  color: #fff;
}
.section-common-product .content-button {
  margin-bottom: 0.4rem;
}
.section-common-product .describe-image.is-center {
  text-align: center;
}
.section-common-product .detail-anchor {
  text-align: right;
}
.section-common-product .detail-anchor .anchor-text {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
@media (hover: hover) {
  .section-common-product .detail-anchor .anchor-text:hover {
    text-decoration: underline;
    text-decoration-color: inherit;
  }
}
.section-common-product .button-product-top {
  margin-top: 0.2rem;
  margin-bottom: 0;
  text-align: right;
}
.section-common-product .button-product-top.is-spacing {
  margin-bottom: 0.4rem;
}
.section-common-product .button-product-top .button-wrapper {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  color: #3c3c3c;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
.section-common-product .button-product-top .button-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.07rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url("../img/common/arrow_icn_pagination.svg") center/100% auto no-repeat;
}
@media (hover: hover) {
  .section-common-product .button-product-top .button-wrapper:hover {
    text-decoration: underline;
    text-decoration-color: inherit;
  }
}
.section-common-product .block-product-actions.is-concent {
  background: url("../img/common/decoration_line_01.gif") repeat-x left bottom;
}
.section-common-product .product-details .block-product-actions {
  margin-bottom: 0.4rem;
}
.section-common-product .product-details.is-concent .content-wrapper {
  margin-bottom: 0;
  padding-bottom: 0.4rem;
  background: url("../img/common/decoration_line_01.gif") repeat-x left bottom;
}
.section-common-product .product-details.is-concent .content-wrapper:last-child {
  padding-bottom: 0;
  background: unset;
}
.section-common-product .product-details.is-concent .content-wrapper.is-background {
  padding-bottom: 0;
  background-image: none;
}
.section-common-product .product-details.is-concent .details-content:last-child {
  margin-bottom: 0;
}
.section-common-product .block-notes {
  margin-bottom: 0;
}
.section-common-product .block-notes:first-child {
  margin-top: 0;
}
.section-common-product .details-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-common-product .gallery-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.section-common-product .details-certificate {
  margin-bottom: 0.4rem;
  padding: 0.2rem;
  border: 1px solid #4a80c0;
}
.section-common-product .details-certificate .certificate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-common-product .details-certificate .certificate-wrapper:last-child {
  margin-bottom: 0;
}
.section-common-product .details-certificate .certificate-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-common-product .details-certificate .certificate-detail-title {
  font-weight: 700;
}
.section-common-product .details-certificate .certificate-detail-information {
  line-height: 1.4;
}
.section-common-product .details-certificate .certificate-detail-information:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 767px) {
  .section-common-product {
    padding-bottom: 120px;
  }
  .section-common-product::before {
    top: 151px;
    right: 0;
    width: 359px;
    height: 3001px;
    background: url("../img/product/relation/f1/product_decoration_01.svg") center/100% auto no-repeat;
  }
  .section-common-product .details-certificate .certificate-wrapper {
    margin-bottom: 30px;
  }
  .section-common-product .details-certificate .certificate-image {
    width: 120px;
    height: 81px;
    margin-right: 20px;
  }
  .section-common-product .details-certificate .certificate-detail-title {
    margin-bottom: 10px;
  }
  .section-common-product .details-certificate .certificate-detail-information {
    font-size: 0.14rem;
  }
  .section-common-product .block-notes {
    margin-top: 20px;
    font-size: 0.2rem;
  }
  .section-common-product .block-notes + .button-product-secondary {
    margin-top: 0.2rem;
  }
  .section-common-product .information-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 135px;
  }
  .section-common-product .content-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 100px;
  }
  .section-common-product .product-introduction {
    margin-bottom: 80px;
    padding: 100px 0 85px;
  }
  .section-common-product .product-introduction::after {
    width: 63.6%;
    clip-path: polygon(0 0, 100% 0%, 90.3% 100%, 0% 100%);
  }
  .section-common-product .product-introduction .wrapper {
    max-width: 1118px;
  }
  .section-common-product .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 100px;
  }
  .section-common-product .content-inner .describe-image,
  .section-common-product .content-inner .details-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .section-common-product .content-inner .list-common-dots {
    margin-bottom: 0;
  }
  .section-common-product .introduction-title {
    margin-bottom: 57px;
  }
  .section-common-product .introduction-title .title-common-primary.is-small {
    font-size: 0.34rem;
  }
  .section-common-product .introduction-title .title-describe {
    margin-bottom: 20px;
    font-size: 0.2rem;
  }
  .section-common-product .introduction-detail {
    font-size: 0.24rem;
    line-height: 150%;
  }
  .section-common-product .introduction-detail.is-small {
    font-size: 0.22rem;
  }
  .section-common-product .introduction-detail .detail-small {
    font-size: 0.18rem;
  }
  .section-common-product .introduction-detail.is-spacing {
    margin-right: -5px;
  }
  .section-common-product .introduction-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-common-product .introduction-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 300px;
    margin-top: 42px;
  }
  .section-common-product .introduction-image img {
    display: block;
    width: 100%;
  }
  .section-common-product .introduction-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 630px;
    margin-right: 38px;
    padding-left: 109px;
  }
  .section-common-product .title-common-primary {
    font-size: 0.36rem;
  }
  .section-common-product .product-information .wrapper {
    max-width: 900px;
  }
  .section-common-product .certificate-image {
    width: 212px;
  }
  .section-common-product .information-certificate {
    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;
    max-width: 800px;
    margin-bottom: 80px;
    margin-left: auto;
    padding-left: 11px;
    gap: 50px;
  }
  .section-common-product .block-detail {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .section-common-product .block-product-actions {
    margin-bottom: 80px;
  }
  .section-common-product .list-product-video {
    margin-bottom: 140px;
  }
  .section-common-product .title-product-primary {
    margin-bottom: 59px;
    padding: 20px 0 18px;
  }
  .section-common-product .title-common-secondary {
    margin-bottom: 23px;
  }
  .section-common-product .details-description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 52px;
  }
  .section-common-product .information-description {
    margin-bottom: 20px;
  }
  .section-common-product .details-description,
  .section-common-product .information-description {
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
  .section-common-product .details-description.is-small,
  .section-common-product .information-description.is-small {
    font-size: 0.16rem;
  }
  .section-common-product .details-description + .details-description,
  .section-common-product .details-description + .title-common-secondary {
    margin-top: -22px;
  }
  .section-common-product .title-product-note + .details-content {
    margin-top: 30px;
  }
  .section-common-product .details-image {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 90px;
  }
  .section-common-product .details-image.has-half-width {
    padding: 0 180px;
  }
  .section-common-product .describe-image,
  .section-common-product .details-image {
    margin-bottom: 26px;
  }
  .section-common-product .describe-image.has-large-margin,
  .section-common-product .details-image.has-large-margin {
    margin-bottom: 40px;
  }
  .section-common-product .describe-image.has-half-width img {
    width: 60%;
  }
  .section-common-product .details-content {
    margin-bottom: 0.23rem;
  }
  .section-common-product .list-product-details .item-text {
    padding-left: 31px;
  }
  .section-common-product .details-item {
    margin-bottom: 43px;
  }
  .section-common-product .title-product-mark {
    margin-bottom: 20px;
    padding-left: 31px;
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .section-common-product .title-product-mark::before {
    top: 7px;
    width: 18px;
    height: 18px;
  }
  .section-common-product .details-text,
  .section-common-product .text-content {
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
  .section-common-product .details-text {
    margin-bottom: 10px;
    padding-left: 31px;
  }
  .section-common-product .details-gallery {
    padding-left: 31px;
    gap: 50px;
  }
  .section-common-product .list-common-tag .list-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-common-product .list-common-dots.is-large .list-item {
    font-size: 0.24rem;
  }
  .section-common-product .list-common-dots.is-large .list-item::before {
    top: 21px;
  }
  .section-common-product .block-product-actions.is-concent {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-common-product {
    padding-bottom: 2.2rem;
  }
  .section-common-product::before {
    top: 14.39rem;
    right: 0;
    width: 2.63rem;
    height: 21.97rem;
    background: url("../img/product/relation/f1/sp/product_decoration_01.svg") center/100% auto no-repeat;
  }
  .section-common-product .details-certificate .certificate-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.4rem;
  }
  .section-common-product .details-certificate .certificate-detail-title {
    margin-bottom: 0.2rem;
    font-size: 0.29rem;
  }
  .section-common-product .details-certificate .certificate-detail-information {
    font-size: 0.26rem;
  }
  .section-common-product .details-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
  }
  .section-common-product .image-caption {
    font-size: 0.26rem;
  }
  .section-common-product .block-notes {
    margin-top: 0.4rem;
    font-size: 0.26rem;
  }
  .section-common-product .block-notes + .button-product-secondary {
    margin-top: 0.2rem;
  }
  .section-common-product .introduction-title {
    margin-bottom: 0.57rem;
    font-size: 0.26rem;
  }
  .section-common-product .introduction-title .title-describe {
    margin-bottom: 0.28rem;
  }
  .section-common-product .introduction-detail {
    font-size: 0.28rem;
    line-height: 1.5384615385;
  }
  .section-common-product .introduction-detail .detail-small {
    font-size: 0.26rem;
  }
  .section-common-product .title-common-primary {
    padding-bottom: 0.15rem;
    font-size: 0.5rem;
  }
  .section-common-product .title-common-primary::after {
    width: 0.86rem;
  }
  .section-common-product .product-introduction {
    margin-bottom: 0.62rem;
    padding: 0.68rem 0 0.78rem;
  }
  .section-common-product .product-introduction::after {
    width: 91%;
    clip-path: polygon(0 0, 100% 0%, 67.3% 100%, 0% 100%);
  }
  .section-common-product .introduction-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .section-common-product .introduction-content {
    margin-bottom: 0.65rem;
  }
  .section-common-product .certificate-image {
    width: 3.5rem;
    margin: 0 auto 0.54rem;
  }
  .section-common-product .block-product-actions {
    margin-bottom: 1rem;
  }
  .section-common-product .information-certificate {
    margin-bottom: 1.22rem;
  }
  .section-common-product .list-product-video {
    margin-bottom: 1.3rem;
  }
  .section-common-product .title-product-primary {
    margin-bottom: 0.6rem;
    padding: 0.31rem 0;
  }
  .section-common-product .title-common-secondary {
    margin-bottom: 0.42rem;
  }
  .section-common-product .details-description {
    margin-bottom: 0.53rem;
  }
  .section-common-product .details-description,
  .section-common-product .information-description {
    font-size: 0.28rem;
    line-height: 1.5384615385;
  }
  .section-common-product .details-description.is-small,
  .section-common-product .information-description.is-small {
    font-size: 0.26rem;
  }
  .section-common-product .information-description {
    margin-bottom: 0.3rem;
  }
  .section-common-product .information-image {
    width: 2rem;
    margin: 0 auto 0.3rem;
  }
  .section-common-product .content-information {
    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-common-product .title-product-note + .details-content {
    margin-top: 0.6rem;
  }
  .section-common-product .details-image,
  .section-common-product .describe-image {
    margin-bottom: 0.77rem;
  }
  .section-common-product .details-item {
    margin-bottom: 0.4rem;
  }
  .section-common-product .title-product-mark {
    margin-bottom: 0.19rem;
    padding-left: 0.4rem;
    font-size: 0.3rem;
    line-height: 1.6666666667;
  }
  .section-common-product .title-product-mark::before {
    top: 0.14rem;
    width: 0.23rem;
    height: 0.23rem;
  }
  .section-common-product .details-text {
    margin-bottom: 0.1rem;
    padding-left: 0.4rem;
  }
  .section-common-product .details-text,
  .section-common-product .text-content {
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
  .section-common-product .list-product-details .gallery-image:last-child {
    margin-bottom: 0;
  }
  .section-common-product .list-product-details .item-text {
    padding-left: 0.4rem;
    font-size: 0.28rem;
  }
  .section-common-product .block-common-navigation {
    margin-bottom: 0.4rem;
  }
  .section-common-product .list-common-dots .list-item {
    margin-bottom: 0.2rem;
  }
  .section-common-product .list-common-dots.is-large .list-item {
    font-size: 0.32rem;
  }
  .section-common-product .list-common-dots.is-large .list-item::before {
    top: 0.21rem;
    width: 0.06rem;
    height: 0.06rem;
  }
  .section-common-product .block-product-actions.is-concent {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.text-common-highlight {
  font-weight: 700;
}

.title-product-note {
  display: block;
  margin-bottom: 0.15rem;
  font-weight: 700;
  line-height: 1.4;
}
.title-product-note:last-child {
  margin-top: 0.15rem;
  margin-bottom: 0;
}
.title-product-note.is-center {
  text-align: center;
}
@media print, (min-width: 767px) {
  .title-product-note {
    font-size: 0.24rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .title-product-note {
    font-size: 0.32rem;
  }
}

.list-product-note .list-wrapper,
.list-product-note .item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-note.is-highlight .list-item {
  font-weight: 700;
}
.list-product-note.is-highlight .item-text,
.list-product-note.is-highlight .item-list {
  font-weight: 400;
}
@media print, (min-width: 767px) {
  .list-product-note .list-item {
    font-size: 0.18rem;
    line-height: 2;
  }
  .list-product-note .list-item.is-spacing {
    margin-right: -15px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-product-note .list-item {
    font-size: 0.29rem;
    line-height: 1.5;
  }
  .list-product-note .list-item.is-spacing {
    margin-right: -0.12rem;
  }
}

.form-common .text-required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.06rem;
  background-color: #f00;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.form-common .form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
}
.form-common .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #707070;
}
.form-common .form-row.is-message {
  border-bottom: none;
}
.form-common .input-common,
.form-common .textarea-common {
  line-height: 1.5;
}
.form-common .input-common .wpcf7-form-control,
.form-common .textarea-common .wpcf7-form-control {
  width: 100%;
  padding: 0.05rem 0.1rem;
  border: 1px solid #707070;
  border-radius: unset;
}
.form-common .radio-common label {
  position: relative;
}
.form-common .radio-common input[type=radio]:focus {
  border: none;
  outline: none;
}
.form-common .radio-common .wpcf7-list-item-label {
  font-weight: 700;
  cursor: pointer;
}
.form-common .radio-common .wpcf7-list-item-label::before, .form-common .radio-common .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.form-common .radio-common .wpcf7-list-item-label::before {
  left: 0;
  background: url("../img/common/radio_icon_01.png") center/100% auto no-repeat;
}
.form-common .radio-common .wpcf7-list-item-label::after {
  opacity: 0;
  background-color: #3c3c3c;
}
.form-common .radio-common input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-common .radio-common .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.14rem;
}
.form-common .input-note {
  display: inline-block;
}
.form-common .form-confirm {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #707070;
}
.form-common .form-agree p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.form-common .form-agree input[type=checkbox]:focus {
  border: none;
  outline: none;
}
.form-common .form-agree .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}
.form-common .form-agree .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background: url("../img/common/checkbox_icon_01.png") center/100% auto no-repeat;
}
.form-common .form-agree .wpcf7-form-control-wrap {
  display: block;
}
.form-common .select-common select {
  position: relative;
  background: url("../img/common/arrow_icn_down_01.svg") calc(100% - 0.14rem) 51%/0.11rem 0.07rem no-repeat;
}
.form-common .select-common option,
.form-common .select-common select {
  cursor: pointer;
}
.form-common .wpcf7-form-control-wrap {
  position: relative;
}
.form-common .button-common-tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  cursor: pointer;
}
.form-common .button-common-tertiary::before, .form-common .button-common-tertiary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
.form-common .button-common-tertiary::before {
  -webkit-transition: border 0.3s, background-color 0.3s;
  transition: border 0.3s, background-color 0.3s;
  border: 1px solid #4a80c0;
}
.form-common .button-common-tertiary::after {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  background: url("../img/common/arrow_icn_11.svg") center/100% auto no-repeat;
}
.form-common .button-common-tertiary input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border: none;
  outline: none;
  color: #3c3c3c;
  cursor: pointer;
  padding: 0 0 0 0.58rem;
}
.form-common .button-common-tertiary:hover {
  color: #04175c;
}
.form-common .button-common-tertiary:hover input {
  color: #04175c;
}
.form-common .button-common-tertiary:hover::before {
  border-color: #04175c;
  background-color: #04175c;
}
.form-common .button-common-tertiary:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.form-common .form-submit .wpcf7-form-control {
  border-radius: unset;
}
.form-common .form-submit input[type=button] {
  background-color: transparent;
}
.form-common .form-submit input[type=submit] {
  border: none;
  outline: none;
  opacity: 1;
  background-color: #4a80c0;
  color: #fff;
  cursor: pointer;
}
@media (hover: hover) {
  .form-common .form-submit input[type=submit]:hover {
    opacity: 0.8;
  }
}
.form-common .wpcf7 .wpcf7-submit {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.form-common .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #707070;
}
.form-common .textarea-common * {
  text-wrap: wrap;
  word-break: break-word;
  white-space: pre-wrap;
}
.form-common .textarea-common p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.form-common .textarea-common .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.form-common textarea {
  text-wrap: wrap;
  word-break: break-word;
  white-space: pre-wrap;
}
.form-common .wpcf7 form .wpcf7-response-output {
  border: none;
  color: #ffb900;
  font-weight: 500;
  text-align: center;
}
.form-common .wpcf7-spinner {
  position: absolute;
  bottom: calc(50% - 0.37rem);
  left: 50%;
}
.form-common .form-content p {
  margin-bottom: 0;
}
@media print, (min-width: 767px) {
  .form-common {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
  .form-common .input-common .wpcf7-form-control,
  .form-common .textarea-common .wpcf7-form-control {
    min-height: 37px;
  }
  .form-common .textarea-common .wpcf7-form-control {
    height: 219px;
  }
  .form-common .text-required {
    min-width: 39px;
    height: 23px;
    font-size: 0.12rem;
  }
  .form-common .form-row {
    margin-bottom: 27px;
    padding: 0 20px 26px;
    gap: 13px;
  }
  .form-common .form-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 314px;
    margin-bottom: 0;
    padding-top: 6px;
  }
  .form-common .form-head.is-spacing {
    padding-top: 0;
  }
  .form-common .form-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .form-common .text-title {
    padding-top: 3px;
  }
  .form-common .input-note {
    padding-top: 5px;
    font-size: 0.12rem;
    line-height: 1.4166666667;
  }
  .form-common .form-agree .wpcf7-form-control-wrap {
    top: -2px;
  }
  .form-common .form-agree .text-required {
    margin-right: 21px;
  }
  .form-common .form-agree .wpcf7-list-item-label {
    padding: 0 0 0 23px;
  }
  .form-common .form-agree .wpcf7-list-item-label::before {
    top: 5px;
    width: 15px;
    height: 15px;
  }
  .form-common .form-agree .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
    background: #3c3c3c url("../img/common/checked_icon.svg") center/9px 6px no-repeat;
  }
  .form-common .checkbox-common .wpcf7-list-item {
    margin-bottom: 9px;
  }
  .form-common .checkbox-common .wpcf7-list-item-label::before {
    width: 25px;
    height: 25px;
  }
  .form-common .checkbox-common .wpcf7-form-control-wrap {
    margin-bottom: -4px;
  }
  .form-common .checkbox-common .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
    background: url("../img/common/checked_icn_01.svg") center/12px 9px no-repeat;
  }
  .form-common .radio-common {
    padding-left: 0.07rem;
  }
  .form-common .radio-common .wpcf7-list-item-label {
    padding-left: 23px;
  }
  html.is-tablet .form-common .radio-common .wpcf7-list-item-label {
    padding-left: 10px;
  }
  .form-common .radio-common .wpcf7-list-item-label::before {
    top: 1px;
    width: 15px;
    height: 15px;
  }
  .form-common .radio-common .wpcf7-list-item-label::after {
    top: 4px;
    left: 3px;
    width: 9px;
    height: 9px;
  }
  .form-common .button-common-tertiary {
    width: 106px;
    height: 41px;
  }
  .form-common .button-common-tertiary::before, .form-common .button-common-tertiary::after {
    width: 41px;
  }
  .form-common .button-common-tertiary input {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .form-common .text-required {
    min-width: 0.6rem;
    height: 0.32rem;
    padding: 0.02rem 0.05rem 0.03rem;
    font-size: 0.2rem;
  }
  html.is-ios .form-common .text-required {
    padding: 0.03rem 0.05rem 0.02rem;
  }
  .form-common .form-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 2.82rem;
    margin-bottom: 0;
    font-size: 0.3rem;
    gap: 0.1rem;
  }
  .form-common .form-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .form-common .form-content .input-note {
    margin-top: 0.05rem;
    font-size: 0.27rem;
  }
  .form-common .input-common .wpcf7-form-control,
  .form-common .textarea-common .wpcf7-form-control {
    min-height: 0.7rem;
  }
  .form-common .input-common,
  .form-common .textarea-common,
  .form-common .radio-common,
  .form-common .checkbox-common,
  .form-common .select-common {
    font-size: 0.29rem;
  }
  .form-common .textarea-common .wpcf7-form-control {
    height: 2.5rem;
  }
  .form-common .form-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    gap: 0.1rem;
  }
  .form-common .radio-common .wpcf7-list-item-label {
    padding-left: 0.38rem;
    font-size: 0.26rem;
  }
  html.is-ios .form-common .radio-common .wpcf7-list-item-label {
    padding-left: 0.1rem;
  }
  .form-common .radio-common .wpcf7-list-item-label::before {
    top: 0.04rem;
    width: 0.25rem;
    height: 0.25rem;
  }
  html.is-ios .form-common .radio-common .wpcf7-list-item-label::before {
    width: 0.26rem;
    height: 0.26rem;
  }
  .form-common .radio-common .wpcf7-list-item-label::after {
    top: 0.08rem;
    left: 0.04rem;
    width: 0.17rem;
    height: 0.17rem;
  }
  html.is-ios .form-common .radio-common .wpcf7-list-item-label::after {
    left: 0.045rem;
    width: 0.18rem;
    height: 0.18rem;
  }
  .form-common .form-agree .wpcf7-form-control-wrap {
    top: -0.04rem;
  }
  .form-common .form-agree .text-required {
    position: relative;
    top: 0.02rem;
  }
  .form-common .form-agree .wpcf7-list-item-label {
    margin-left: 0.1rem;
    padding: 0 0 0 0.38rem;
    font-size: 0.3rem;
  }
  .form-common .form-agree .wpcf7-list-item-label a {
    text-underline-offset: 0.06rem;
  }
  .form-common .form-agree .wpcf7-list-item-label::before {
    top: 0.09rem;
    width: 0.25rem;
    height: 0.25rem;
  }
  html.is-ios .form-common .form-agree .wpcf7-list-item-label::before {
    top: 0.12rem;
  }
  .form-common .form-agree .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
    background: #3c3c3c url("../img/common/checked_icon.svg") center/0.12rem 0.1rem no-repeat;
  }
  .form-common .button-common-tertiary {
    width: 1.2rem;
    height: 0.41rem;
  }
  .form-common .button-common-tertiary::before, .form-common .button-common-tertiary::after {
    width: 0.41rem;
  }
  .form-common .button-common-tertiary input {
    font-size: 0.28rem;
  }
}

.form-common.is-confirm .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
}
.form-common.is-confirm .radio-common,
.form-common.is-confirm .checkbox-common {
  padding-left: 0;
}
@media print, (min-width: 767px) {
  .form-common.is-confirm .text-title {
    padding-top: 0;
  }
  .form-common.is-confirm .form-content {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 766.98px) {
  .form-common.is-confirm .radio-common,
  .form-common.is-confirm .checkbox-common {
    line-height: 1.5;
  }
}

.is-block-center {
  /* stylelint-disable-next-line declaration-no-important */
  margin: 0 auto !important;
}

.mb-6 {
  /* stylelint-disable-next-line declaration-no-important */
  margin-bottom: 0.6rem !important;
}

.mb-4 {
  /* stylelint-disable-next-line declaration-no-important */
  margin-bottom: 0.4rem !important;
}

.mb-2 {
  /* stylelint-disable-next-line declaration-no-important */
  margin-bottom: 0.2rem !important;
}

.mb-0 {
  /* stylelint-disable-next-line declaration-no-important */
  margin-bottom: 0 !important;
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-box {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.animation-box .content {
  display: inline-block;
  position: relative;
  z-index: 2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  clip-path: inset(0 100% 0 0);
}

.animation-box .background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  background-color: #8eb4e9;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  mix-blend-mode: multiply;
}

@-webkit-keyframes fade-text-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fade-text-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.fade-visible {
  -webkit-animation-name: fade-text-in;
          animation-name: fade-text-in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  clip-path: inset(0 100% 0 0);
}
html.wf-active .fade-visible {
  -webkit-animation-name: fade-text-in;
          animation-name: fade-text-in;
}

@-webkit-keyframes fade-overlay-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-overlay-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fade-overlay-left {
  -webkit-animation-name: fade-overlay-left;
          animation-name: fade-overlay-left;
}