@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

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

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

[hidden],
template {
  display: none;
}

header {
  background: var(--brand-color-blue);
  padding: 1.5rem;
}
header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .logo {
  width: 24rem;
}
header .logo a:hover img {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header nav ul li {
  display: inline-block;
}
header nav ul li + li {
  margin-left: 0.8rem;
}
header nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white !important;
  font-size: 1.4rem;
}
header nav ul li a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumb {
  border-bottom: 2px solid;
  padding-bottom: 0.2em;
  position: relative;
}
.breadcrumb .container {
  padding: 0 1rem !important;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    font-size: 2rem;
  }
}
.breadcrumb ul li + li {
  margin-left: 0.4em;
  padding-left: 1.2em;
  position: relative;
}
.breadcrumb ul li + li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  inset-block: 0;
  left: 0;
  margin: auto;
}

#pageHeader h1.noImage {
  width: 100%;
  aspect-ratio: 1280/135;
  background: url("/assets/images/common/h1_pc.png") no-repeat center;
  background-size: 100%;
  font-size: 2.4rem;
  font-family: var(--font-serif);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #pageHeader h1.noImage {
    aspect-ratio: 480/135;
    background-image: url("/assets/images/common/h1_sp.png");
    border-bottom: 0.5rem solid var(--brand-color-red);
  }
}
#pageHeader img {
  width: 100%;
}

#pageBody {
  max-width: 800px;
  margin-inline: auto;
}
#pageBody.wide {
  max-width: 1200px;
}
#pageBody .lead {
  font-size: 1.6rem;
  margin: 7.2rem 0;
}
@media screen and (max-width: 767px) {
  #pageBody .lead {
    font-size: 2rem;
    margin-block: 4rem;
  }
}

.bannerArea {
  padding: 6rem 0;
  margin-top: 4rem;
}
.bannerArea .row {
  width: 88%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bannerArea .row li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .bannerArea .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bannerArea .row li {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.siteFooter {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .siteFooter {
    padding-top: 0;
  }
}
.siteFooter .logo {
  width: 30rem;
  margin-inline: auto;
}
.siteFooter .logo svg {
  width: 100%;
  height: 100%;
}
.siteFooter .inner {
  position: relative;
  background: #e6ebee;
}
.siteFooter::after {
  content: "";
  display: block;
  width: 40.8rem;
  height: 33.2rem;
  background: url("/assets/images/common/crane.svg") no-repeat center;
  background-size: contain;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -8rem;
  margin-bottom: -3.8rem;
}
@media screen and (max-width: 768px) {
  .siteFooter::after {
    width: 32.6rem;
    height: 26.6rem;
    bottom: 16rem;
    right: -10rem;
    margin: 0;
  }
}
.siteFooter .globalNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
  font-size: 1.4rem;
}
.siteFooter .globalNav li {
  padding: 0 1em;
}
.siteFooter .globalNav li + li {
  border-left: 1px solid #000;
}
.siteFooter .globalNav li a {
  color: #000;
}
@media (hover: hover) {
  .siteFooter .globalNav li a:hover {
    text-decoration: underline;
    color: teal;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter .globalNav {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -1rem 22rem;
    border-bottom: 1px solid #000;
    background: #e6ebee;
    position: relative;
    z-index: 99;
  }
  .siteFooter .globalNav li {
    padding: 1em 0;
    font-size: 1.8rem;
    text-align: center;
    border-top: 1px solid #000;
  }
  .siteFooter .globalNav li + li {
    border-left: none;
  }
}
.siteFooter .copyright {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.2rem;
}

:root {
  --brand-color-blue: #0071bc;
  font-size: min(0.8333333333vw, 10px);
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  scroll-behavior: smooth;
}

html,
body {
  width: 100vw;
  overflow-x: clip;
}

body {
  font-family: var(--font-sans);
  font-size: 2rem;
  line-height: 1.6;
}

.container {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.phpArea {
  display: contents;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: teal;
}
a:visited {
  color: purple;
}
a p {
  color: #000;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  a:hover img[src*=icn-] {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
}

strong {
  font-weight: 500;
  color: var(--brand-color-blue);
}

.serif {
  font-family: var(--font-serif);
}

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

.lined {
  border-bottom: 2px solid var(--brand-color-blue);
  padding-bottom: 0.5em;
  width: 100vw;
  margin-inline: calc(-50vw + 50%);
  margin-top: 6em;
}

.hidden {
  display: none;
}

h2 {
  font-size: 2.5rem;
  margin: 2em 0 2em;
}

#pickUp {
  padding: 10rem 0;
}
#pickUp ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
#pickUp ul li {
  width: 17.8rem;
  height: 10rem;
}
#pickUp ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--brand-color-blue);
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
#pickUp ul li a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: auto;
}
#pickUp ul li a:visited {
  color: #000;
}
#pickUp ul li a:hover {
  background: var(--brand-color-blue);
  text-decoration: none;
  color: white;
}
#pickUp.cf {
  padding: 4em 0 2em;
}
#pickUp.cf ul li {
  width: auto;
  height: auto;
}
#pickUp.cf ul li a {
  padding: 1em 2em;
}

#news h2 {
  margin-top: 0;
}

.area_info {
  overflow-y: auto;
  width: 80rem;
  height: 54rem;
  margin: 6rem auto;
}
.area_info.noScroll {
  overflow-y: initial;
  height: auto;
}
.area_info th {
  color: var(--brand-color-blue);
  font-weight: 600;
  font-size: 1.4rem;
  padding-right: 1em;
}
.area_info td {
  font-size: 1.4rem;
}
.area_info td a {
  color: #000;
}

.productAnkerList,
.codeAnkerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  background: #fff;
  padding: 2em 0;
  margin-bottom: -1px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--brand-color-blue);
}
.productAnkerList li a,
.codeAnkerList li a {
  display: block;
  border: 1px solid var(--brand-color-blue);
  color: #000;
  padding: 0.5em 1em;
  font-size: 1.2rem;
}
.productAnkerList li a:hover, .productAnkerList li a.current,
.codeAnkerList li a:hover,
.codeAnkerList li a.current {
  background: var(--brand-color-blue);
  color: white;
  text-decoration: none;
}

.productTable,
.codeTable,
.itemTable,
.limitTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-bottom: 8rem;
}
.productTable thead,
.codeTable thead,
.itemTable thead,
.limitTable thead {
  position: -webkit-sticky;
  position: sticky;
  top: 11.35rem;
  border-bottom: 1px solid var(--brand-color-blue);
}
.productTable thead th,
.codeTable thead th,
.itemTable thead th,
.limitTable thead th {
  background: #D0E5F3;
  border: 1px solid var(--brand-color-blue);
  text-align: center;
  padding: 0.5em 0;
  vertical-align: middle;
}
.productTable thead th.td01,
.codeTable thead th.td01,
.itemTable thead th.td01,
.limitTable thead th.td01 {
  width: 17%;
}
.productTable thead th.td02,
.codeTable thead th.td02,
.itemTable thead th.td02,
.limitTable thead th.td02 {
  width: 6.6%;
}
.productTable tbody td,
.codeTable tbody td,
.itemTable tbody td,
.limitTable tbody td {
  border: 1px solid var(--brand-color-blue);
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
}

.codeTable {
  font-size: 1.2rem;
  table-layout: fixed;
}
.codeTable th,
.codeTable td {
  word-break: break-all;
}

.itemTable thead,
.limitTable thead {
  position: static;
}
.itemTable tbody th.td,
.limitTable tbody th.td {
  text-align: left;
}

.limitTable caption {
  font-size: 1.4rem;
  margin: 6em 0 1em;
  text-align: center;
}

.txt_main {
  text-align: center;
  font-size: 1.6rem;
}

#price .btn.cf,
#code .btn.cf {
  margin: 10rem 0 8rem;
}
#price .btn.cf li,
#code .btn.cf li {
  text-align: center;
}
#price .btn.cf li a,
#code .btn.cf li a {
  display: inline-block;
  padding: 1em 4em;
  border: 1px solid var(--brand-color-blue);
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
}
#price .btn.cf li a::after,
#code .btn.cf li a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: auto;
  position: absolute;
  inset-block: 0;
  right: 1em;
  margin: auto;
}
#price .btn.cf li a:hover,
#code .btn.cf li a:hover {
  background: var(--brand-color-blue);
  color: white;
}
#price .priceTable,
#code .priceTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-bottom: 8rem;
}
#price .priceTable th,
#price .priceTable td,
#code .priceTable th,
#code .priceTable td {
  border: 1px solid var(--brand-color-blue);
  padding: 0.5em;
  vertical-align: middle;
}
#price .priceTable thead th,
#code .priceTable thead th {
  background: #D0E5F3;
}
#price .priceTable thead th.price,
#code .priceTable thead th.price {
  background: var(--brand-color-blue);
  color: white;
}
#price .priceTable tbody td.price,
#code .priceTable tbody td.price {
  background: #E6EBEE;
}/*# sourceMappingURL=member.css.map */