@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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  color: inherit;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
}

textarea, input, select, button {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
  padding: 0;
}

hr {
  height: 0;
  margin: 0;
  border: 0;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body.no-select {
  user-select: none;
  -webkit-user-select: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

img, svg {
  max-width: 100%;
}

b, strong {
  font-weight: bold;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: bottom;
}

.btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #5a5a5a;
  border-radius: 50%;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
}
.btn-close .e-ico {
  width: 14px;
  height: 14px;
}
.btn-close:hover {
  background: #5a5a5a;
}
.btn-close:hover .e-ico::before {
  opacity: 0;
}
.btn-close:hover .e-ico::after {
  opacity: 1;
}

.btn-txtclose {
  display: block;
  text-align: center;
}
.btn-txtclose .e-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #5a5a5a;
  border-radius: 50%;
  margin: 0 7px 0 0;
  transition: background 0.2s, color 0.2s;
}
.btn-txtclose .e-ico {
  width: 14px;
  height: 14px;
}
.btn-txtclose .e-txt {
  font-weight: bold;
}
.btn-txtclose:hover {
  text-decoration: none;
}
.btn-txtclose:hover .e-ico::before {
  opacity: 0;
}
.btn-txtclose:hover .e-ico::after {
  opacity: 1;
}
.btn-txtclose:hover .e-circle {
  background: #5a5a5a;
}

.btn-grd {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #fff;
  min-width: 320px;
  min-height: 60px;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 60px;
  padding: 2px 30px 0;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn-grd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: background 0.2s, color 0.2s;
}
.btn-grd .e-inr {
  position: relative;
  z-index: 2;
}
.btn-grd:hover {
  text-decoration: none;
}
.btn-grd:hover::before {
  background: #e60000;
}
.btn-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-grdline {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #000;
  min-width: 320px;
  min-height: 60px;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 60px;
  padding: 2px 30px 0;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid transparent;
}
.btn-grdline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 60px;
  background: #fff;
  transition: background 0.2s;
}
.btn-grdline .e-inr {
  position: relative;
  z-index: 2;
}
.btn-grdline .e-txt {
  padding-bottom: 0.1em;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: color 0.2s;
}
@media print {
  .btn-grdline .e-txt {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #e60000;
  }
}
.btn-grdline:hover {
  text-decoration: none;
}
.btn-grdline:hover .e-ico::before {
  opacity: 0;
}
.btn-grdline:hover .e-ico::after {
  opacity: 1;
}
.btn-grdline:hover::before {
  background: none;
}
.btn-grdline:hover .e-txt {
  background-image: none;
  background-clip: unset;
  color: #fff;
}
.btn-grdline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-gryline {
  display: inline-grid;
  background: #fff;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #5a5a5a;
  min-width: 320px;
  min-height: 60px;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 60px;
  padding: 2px 30px 0;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background 0.2s, color 0.2s;
}
.btn-gryline:hover {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.btn-gryline:hover .e-ico::before {
  opacity: 0;
}
.btn-gryline:hover .e-ico::after {
  opacity: 1;
}
.btn-gryline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-sub-grd {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #fff;
  min-width: 320px;
  min-height: 50px;
  line-height: 1.2;
  border-radius: 50px;
  padding: 2px 20px 0;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn-sub-grd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: background 0.2s, color 0.2s;
}
.btn-sub-grd .e-inr {
  position: relative;
  z-index: 2;
}
.btn-sub-grd:hover {
  text-decoration: none;
}
.btn-sub-grd:hover::before {
  background: #e60000;
}
.btn-sub-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-sub-grdline {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #000;
  min-width: 320px;
  min-height: 50px;
  line-height: 1.2;
  border-radius: 50px;
  padding: 2px 20px 0;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid transparent;
}
.btn-sub-grdline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 60px;
  background: #fff;
  transition: background 0.2s;
}
.btn-sub-grdline .e-inr {
  position: relative;
  z-index: 2;
}
.btn-sub-grdline .e-txt {
  padding-bottom: 0.1em;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: color 0.2s;
}
@media print {
  .btn-sub-grdline .e-txt {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #e60000;
  }
}
.btn-sub-grdline:hover {
  text-decoration: none;
}
.btn-sub-grdline:hover .e-ico::before {
  opacity: 0;
}
.btn-sub-grdline:hover .e-ico::after {
  opacity: 1;
}
.btn-sub-grdline:hover::before {
  background: none;
}
.btn-sub-grdline:hover .e-txt {
  background-image: none;
  background-clip: unset;
  color: #fff;
}
.btn-sub-grdline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-sub-grdline-auto {
  min-width: auto;
}

.btn-sub-gryline {
  display: inline-grid;
  background: #fff;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #5a5a5a;
  min-width: 320px;
  min-height: 50px;
  line-height: 1.2;
  border-radius: 50px;
  padding: 2px 20px 0;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background 0.2s, color 0.2s;
}
.btn-sub-gryline:hover {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.btn-sub-gryline:hover .e-ico::before {
  opacity: 0;
}
.btn-sub-gryline:hover .e-ico::after {
  opacity: 1;
}
.btn-sub-gryline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-sub-gryline-wht {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #5a5a5a;
  min-width: 320px;
  min-height: 50px;
  line-height: 1.2;
  border-radius: 50px;
  padding: 2px 20px 0;
  box-sizing: border-box;
  vertical-align: 0.1em;
  transition: opacity 0.3s;
  will-change: transform;
}
.btn-sub-gryline-wht:hover {
  opacity: 0.7;
}
.btn-sub-gryline-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-sub-orgline {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #EB9042;
  color: #EB9042;
  min-width: 320px;
  min-height: 50px;
  line-height: 1.2;
  border-radius: 50px;
  padding: 2px 20px 0;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background 0.2s, color 0.2s;
  background: #fff;
}
.btn-sub-orgline:hover {
  text-decoration: none;
  color: #fff;
  background: #EB9042;
}
.btn-sub-orgline:hover .e-ico::before {
  opacity: 0;
}
.btn-sub-orgline:hover .e-ico::after {
  opacity: 1;
}
.btn-sub-orgline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-sub-pur {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #AA5194;
  color: #AA5194;
  min-width: 320px;
  min-height: 50px;
  line-height: 1.2;
  border-radius: 50px;
  padding: 2px 20px 0;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background 0.2s, color 0.2s;
  background: #FBF6FA;
}
.btn-sub-pur:hover {
  text-decoration: none;
  color: #FBF6FA;
  background: #AA5194;
}
.btn-sub-pur:hover .e-ico::before {
  opacity: 0;
}
.btn-sub-pur:hover .e-ico::after {
  opacity: 1;
}
.btn-sub-pur.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-purline {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #AA5194;
  color: #FFFFFF;
  min-width: 320px;
  min-height: 50px;
  line-height: 1.2;
  border-radius: 50px;
  padding: 2px 20px 0;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background 0.2s, color 0.2s;
  background: #AA5194;
}
.btn-purline:hover {
  text-decoration: none;
  color: #AA5194;
  background: #FFFFFF;
}
.btn-purline:hover .e-ico::before {
  opacity: 0;
}
.btn-purline:hover .e-ico::after {
  opacity: 1;
}
.btn-purline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-sub2-grd {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #fff;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 40px;
  padding: 2px 21px 0;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn-sub2-grd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: background 0.2s, color 0.2s;
}
.btn-sub2-grd .e-inr {
  position: relative;
  z-index: 2;
}
.btn-sub2-grd:hover {
  text-decoration: none;
}
.btn-sub2-grd:hover::before {
  background: #e60000;
}
.btn-sub2-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-sub2-grdline {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #000;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 40px;
  padding: 2px 20px 0;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid transparent;
}
.btn-sub2-grdline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 60px;
  background: #fff;
  transition: background 0.2s;
}
.btn-sub2-grdline .e-inr {
  position: relative;
  z-index: 2;
}
.btn-sub2-grdline .e-txt {
  padding-bottom: 0.1em;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: color 0.2s;
}
@media print {
  .btn-sub2-grdline .e-txt {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #e60000;
  }
}
.btn-sub2-grdline:hover {
  text-decoration: none;
}
.btn-sub2-grdline:hover .e-ico::before {
  opacity: 0;
}
.btn-sub2-grdline:hover .e-ico::after {
  opacity: 1;
}
.btn-sub2-grdline:hover::before {
  background: none;
}
.btn-sub2-grdline:hover .e-txt {
  background-image: none;
  background-clip: unset;
  color: #fff;
}
.btn-sub2-grdline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-sub2-gryline {
  display: inline-grid;
  background: #fff;
  place-items: center;
  border: 1px solid #5a5a5a;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 40px;
  padding: 2px 20px 0;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background 0.2s, color 0.2s;
}
.btn-sub2-gryline:hover {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.btn-sub2-gryline:hover .e-ico::before {
  opacity: 0;
}
.btn-sub2-gryline:hover .e-ico::after {
  opacity: 1;
}
.btn-sub2-gryline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-mini {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #5a5a5a;
  border-radius: 35px;
  min-height: 35px;
  padding: 8px 20px;
  transition: background 0.2s, color 0.2s;
  min-width: 120px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
}
.btn-mini .e-ico {
  margin: 0 5px 0 0;
}
.btn-mini .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.btn-mini:hover {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.btn-mini:hover .e-ico::before {
  opacity: 0;
}
.btn-mini:hover .e-ico::after {
  opacity: 1;
}
.btn-mini.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-mini-grdline {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 35px;
  min-height: 35px;
  padding: 8px 20px;
  min-width: 120px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid transparent;
}
.btn-mini-grdline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 35px;
  background: #fff;
  transition: background 0.2s;
}
.btn-mini-grdline .e-inr {
  position: relative;
  z-index: 2;
}
.btn-mini-grdline .e-txt {
  padding-bottom: 0.1em;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: color 0.2s;
}
@media print {
  .btn-mini-grdline .e-txt {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #e60000;
  }
}
.btn-mini-grdline .e-ico {
  margin: 0 5px 0 0;
}
.btn-mini-grdline .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.btn-mini-grdline:hover {
  text-decoration: none;
}
.btn-mini-grdline:hover .e-ico::before {
  opacity: 0;
}
.btn-mini-grdline:hover .e-ico::after {
  opacity: 1;
}
.btn-mini-grdline:hover::before {
  background: none;
}
.btn-mini-grdline:hover .e-txt {
  background-image: none;
  background-clip: unset;
  color: #fff;
}
.btn-mini-grdline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-mini2 {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #5a5a5a;
  border-radius: 30px;
  min-height: 30px;
  padding: 6px 20px 5px;
  transition: background 0.2s, color 0.2s;
  min-width: 80px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.btn-mini2 .e-ico {
  margin: 0 5px 0 0;
}
.btn-mini2 .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.btn-mini2:hover {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.btn-mini2:hover .e-ico::before {
  opacity: 0;
}
.btn-mini2:hover .e-ico::after {
  opacity: 1;
}
.btn-mini2.is-disabled, .btn-mini2:disabled {
  pointer-events: none;
  opacity: 0.4;
}
.btn-mini2.is-current {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
  cursor: default;
}
.btn-mini2.is-current .e-ico::before {
  opacity: 0;
}
.btn-mini2.is-current .e-ico::after {
  opacity: 1;
}

.btn-mini2-grdline {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #000;
  border-radius: 30px;
  min-height: 30px;
  padding: 6px 20px 5px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.btn-mini2-grdline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 60px;
  background: #fff;
  transition: background 0.2s;
}
.btn-mini2-grdline .e-inr {
  position: relative;
  z-index: 2;
}
.btn-mini2-grdline .e-ico {
  margin: 0 5px 0 0;
}
.btn-mini2-grdline .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.btn-mini2-grdline .e-txt {
  padding-bottom: 0.1em;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: color 0.2s;
}
@media print {
  .btn-mini2-grdline .e-txt {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #e60000;
  }
}
.btn-mini2-grdline:hover {
  text-decoration: none;
}
.btn-mini2-grdline:hover .e-ico::before {
  opacity: 0;
}
.btn-mini2-grdline:hover .e-ico::after {
  opacity: 1;
}
.btn-mini2-grdline:hover::before {
  background: none;
}
.btn-mini2-grdline:hover .e-txt {
  background-image: none;
  background-clip: unset;
  color: #fff;
}
.btn-mini2-grdline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-mini-grd {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #fff;
  min-height: 35px;
  min-width: 120px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 35px;
  padding: 8px 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.btn-mini-grd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: background 0.2s, color 0.2s;
}
.btn-mini-grd .e-inr {
  position: relative;
  z-index: 2;
}
.btn-mini-grd:hover {
  text-decoration: none;
}
.btn-mini-grd:hover::before {
  background: #e60000;
}
.btn-mini-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-mame {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #5a5a5a;
  background: #fff;
  border-radius: 25px;
  min-height: 25px;
  padding: 5px 15px 4px;
  transition: background 0.2s, color 0.2s;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.btn-mame .e-ico {
  margin: 0 5px 0 0;
}
.btn-mame .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.btn-mame:hover {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.btn-mame:hover .e-ico::before {
  opacity: 0;
}
.btn-mame:hover .e-ico::after {
  opacity: 1;
}
.btn-mame.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-mame-wht {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  background: #fff;
  color: #5a5a5a;
  border-radius: 25px;
  min-height: 25px;
  padding: 4px 15px 4px;
  transition: opacity 0.3s;
  vertical-align: 0.1em;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  will-change: transform;
}
.btn-mame-wht .e-ico {
  margin: 0 5px 0 0;
}
.btn-mame-wht .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.btn-mame-wht:hover {
  opacity: 0.7;
}
.btn-mame-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-mame2 {
  display: inline-block;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #5a5a5a;
  border-radius: 20px;
  min-height: 20px;
  padding: 3px 15px 2px;
  transition: background 0.2s, color 0.2s;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.btn-mame2 .e-ico {
  margin: 0 5px 0 0;
}
.btn-mame2 .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.btn-mame2:hover {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.btn-mame2:hover .e-ico::before {
  opacity: 0;
}
.btn-mame2:hover .e-ico::after {
  opacity: 1;
}
.btn-mame2.is-disabled, .btn-mame2[disabled] {
  pointer-events: none;
  opacity: 0.4;
}

.btn-mame2-wht {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  background: #fff;
  color: #5a5a5a;
  border-radius: 20px;
  min-height: 20px;
  padding: 4px 15px 2px;
  transition: opacity 0.3s;
  vertical-align: 0.1em;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  will-change: transform;
}
.btn-mame2-wht .e-ico {
  margin: 0 5px 0 0;
}
.btn-mame2-wht .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.btn-mame2-wht:hover {
  opacity: 0.7;
}
.btn-mame2-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-mame2-whtline {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 20px;
  min-height: 20px;
  padding: 3px 15px 2px;
  transition: background 0.2s, color 0.2s;
  vertical-align: 0.1em;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.btn-mame2-whtline .e-ico {
  margin: 0 5px 0 0;
}
.btn-mame2-whtline .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.btn-mame2-whtline:hover {
  text-decoration: none;
  color: #5a5a5a;
  background: #fff;
}
.btn-mame2-whtline:hover .e-ico::before {
  opacity: 0;
}
.btn-mame2-whtline:hover .e-ico::after {
  opacity: 1;
}
.btn-mame2-whtline.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-connected {
  display: flex;
}

.btn-connected-btn {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #5a5a5a;
  border-right: 0;
  padding: 8px 20px;
  transition: background 0.2s, color 0.2s, border 0.2s;
  min-width: 120px;
  min-height: 35px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}
.btn-connected-btn .e-ico {
  margin: 0 5px 0 0;
}
.btn-connected-btn .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.btn-connected-btn:first-child {
  border-radius: 35px 0 0 35px;
}
.btn-connected-btn:last-child {
  border-radius: 0 35px 35px 0;
  border-right: 1px solid #5a5a5a;
}
.btn-connected-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.btn-connected-btn:hover .e-ico::before {
  opacity: 0;
}
.btn-connected-btn:hover .e-ico::after {
  opacity: 1;
}
.btn-connected-btn.is-current {
  color: #fff;
  background: #5a5a5a;
}
.btn-connected-btn.is-current .e-ico::before {
  opacity: 0;
}
.btn-connected-btn.is-current .e-ico::after {
  opacity: 1;
}
.btn-connected-btn.is-current:last-child {
  border-right: 1px solid #5a5a5a;
}
.btn-connected-btn.is-current:not(:first-child) {
  border-left: 1px solid #fff;
}
.btn-connected-btn.is-current + .btn-connected-btn {
  border-left: 1px solid #fff;
}
.btn-connected-btn.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-connected-inline {
  display: inline-flex;
}

.btn-connected-l .btn-connected-btn {
  min-width: 160px;
}

.btn-connected-mame .btn-connected-btn {
  font-size: 12px;
  min-height: 25px;
  padding: 4px 15px;
}

.btn-side-float {
  position: fixed;
  top: 230px;
  right: -1px;
  z-index: 10001;
}

.btn-side-float-a {
  display: grid;
  place-items: center start;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #000;
  width: 100%;
  min-width: 146px;
  min-height: 50px;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 60px 0 0 60px;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid transparent;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.btn-side-float-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 60px 0 0 60px;
  background: #fff;
  transition: background 0.2s, color 0.2s;
}
.btn-side-float-a .e-inr {
  position: relative;
  z-index: 2;
}
.btn-side-float-a .e-ico {
  margin: 0 10px 0 0;
}
.btn-side-float-a .e-txt {
  padding-bottom: 0.1em;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media print {
  .btn-side-float-a .e-txt {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #e60000;
  }
}
.btn-side-float-a:hover {
  text-decoration: none;
}
.btn-side-float-a:hover .e-ico::before {
  opacity: 0;
}
.btn-side-float-a:hover .e-ico::after {
  opacity: 1;
}
.btn-side-float-a:hover::before {
  background: none;
}
.btn-side-float-a:hover .e-txt {
  background-image: none;
  background-clip: unset;
  color: #fff;
}
.btn-side-float-a:hover .en-txt {
  color: #fff;
  opacity: 0.8;
}
.btn-side-float-a.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-enclose {
  border: 1px solid #e60000;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.btn-enclose:hover .btn-enclose-btn {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.btn-enclose:hover .btn-enclose-btn .e-ico::before {
  opacity: 0;
}
.btn-enclose:hover .btn-enclose-btn .e-ico::after {
  opacity: 1;
}

.btn-enclose-txt {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.2;
}

.div-enclose {
  display: inline-block;
  border: 1px solid #e60000;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

.div-enclose-txt {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}

.btn-select {
  position: relative;
  display: inline-block;
}

.btn-select-content {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 100%);
  background: #fff;
  width: 320px;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  z-index: 11;
  padding: 10px 0;
  border: 1px solid #e8e8e8;
}

.btn-select-item {
  display: block;
  text-align: left;
  width: 100%;
  padding: 20px;
  padding: 10px 20px;
  font-size: 14px;
  transition: background 0.2s, color 0.2s;
}
.btn-select-item:hover {
  background: #5a5a5a;
  text-decoration: none;
  color: #fff;
}
.btn-select-item.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-connected-select {
  display: flex;
}

.btn-connected-select-btn-otr {
  position: relative;
}

.btn-connected-select-btn {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #5a5a5a;
  border-left: 0;
  padding: 8px 20px;
  transition: background 0.2s, color 0.2s;
  min-width: 160px;
  min-height: 35px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}
.btn-connected-select-btn .e-ico {
  margin: 0 5px 0 0;
}
.btn-connected-select-btn:hover, .btn-connected-select-btn.is-current {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.btn-connected-select-btn:hover .e-ico::before, .btn-connected-select-btn.is-current .e-ico::before {
  opacity: 0;
}
.btn-connected-select-btn:hover .e-ico::after, .btn-connected-select-btn.is-current .e-ico::after {
  opacity: 1;
}
.btn-connected-select-btn.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-connected-select-btn-otr:first-child .btn-connected-select-btn {
  border-radius: 35px 0 0 35px;
  border-left: 1px solid #5a5a5a;
}
.btn-connected-select-btn-otr:last-child .btn-connected-select-btn {
  border-radius: 0 35px 35px 0;
}

.btn-connected-select-content {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 100%);
  background: #fff;
  width: 320px;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  z-index: 2;
  padding: 10px 0;
  border: 1px solid #e8e8e8;
}

.btn-connected-select-item {
  display: block;
  text-align: left;
  width: 100%;
  padding: 20px;
  padding: 10px 20px;
  font-size: 14px;
  transition: background 0.2s, color 0.2s;
}
.btn-connected-select-item:hover {
  background: #5a5a5a;
  color: #fff;
  text-decoration: none;
}
.btn-connected-select-item.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-sort {
  transition: opacity 0.3s;
}
.btn-sort:hover {
  opacity: 0.7;
}

.btn-sort-d {
  transform: rotate(180deg);
}

.btn-grd .g-header-category-ico-en,
.btn-sub-grd .g-header-category-ico-en {
  color: #e60000;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 0 5px;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
  vertical-align: middle;
}

.btn-grdline .g-header-category-ico-en,
.btn-sub-grdline .g-header-category-ico-en,
.btn-sub2-grdline .g-header-category-ico-en {
  color: #fff;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 0 5px;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
  vertical-align: middle;
}

.btn-grdline:hover .g-header-category-ico-en,
.btn-sub-grdline:hover .g-header-category-ico-en,
.btn-sub2-grdline:hover .g-header-category-ico-en {
  color: #e60000;
  background: #fff;
}

.btn-sub2-gryline .g-header-category-ico-en {
  margin-left: 5px;
  vertical-align: middle;
}

.btn-mini .g-header-category-ico-en,
.btn-mini2 .g-header-category-ico-en {
  width: 17px;
  height: 17px;
  font-size: 9px;
  margin-left: 5px;
  vertical-align: middle;
}

.btn-mame .g-header-category-ico-en {
  width: 14px;
  height: 14px;
  font-size: 8px;
  margin-left: 5px;
  vertical-align: middle;
}

.btn-sub2-gryline:hover .g-header-category-ico-en,
.btn-mini:hover .g-header-category-ico-en,
.btn-mini2:hover .g-header-category-ico-en,
.btn-mame:hover .g-header-category-ico-en {
  color: #fff;
  background: #404040;
}

.btn-l-85 {
  min-width: 85px;
}

.btn-l-180 {
  min-width: 180px;
}

.btn-l-240 {
  min-width: 240px;
}

.btn-l-full {
  min-width: 100%;
}

.btn-trans {
  background: transparent;
}

.form-input-text {
  appearance: none;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 4px 10px;
  box-sizing: border-box;
  max-width: 100%;
  height: 36px;
}
.form-input-text:focus {
  outline: solid 1px #bdbdbd;
}
.form-input-text::placeholder {
  color: #838383;
  opacity: 1;
  text-align: left;
}
.form-input-text[disabled], .form-input-text[readonly] {
  color: rgba(51, 51, 51, 0.4);
  background: #f2f2f2;
  border: 1px solid #acacac;
  opacity: 1;
}
.form-input-text[disabled]::placeholder, .form-input-text[readonly]::placeholder {
  color: #838383;
  opacity: 0.4;
}
.form-input-text[readonly]:focus {
  border: 1px solid #bdbdbd;
}
.form-input-text.is-required {
  background: #FFFBED;
  border: 1px solid #5a5a5a;
  border-radius: 3px;
}
.form-input-text.is-required:focus {
  outline: solid 1px #5a5a5a;
}
.form-input-text.is-required[disabled] {
  color: rgba(51, 51, 51, 0.4);
  background: #f2f2f2;
}
.form-input-text.is-required.is-entered:not([disabled]) {
  background-color: #fff;
}
.form-input-text.is-error {
  border: 1px solid #e60000;
}
.form-input-text.is-error:focus {
  box-shadow: 0 0 0 1px #e60000;
}
.form-input-text.is-cal {
  padding: 3px 3px 3px 35px;
}
.form-input-text.is-cal[readonly] {
  border: 1px solid #bdbdbd;
  background: #fff;
  color: #333;
  -webkit-text-fill-color: #333;
}
.form-input-text.is-cal[readonly].is-required {
  background: #FFFBED;
}
.form-input-text.is-password {
  color: #333;
}
.form-input-text.is-password::-ms-reveal {
  display: none;
}
.form-input-text.is-letter {
  width: 100%;
  max-width: 30px;
  padding: 4px 2px;
  text-align: center;
}
.form-input-text.is-placeholder-red::placeholder {
  color: #e60000;
}
.form-input-text.fz12::placeholder {
  font-size: 12px;
}
.form-input-text.fz14::placeholder {
  font-size: 14px;
}
.form-input-text.fz11::placeholder {
  font-size: 11px;
}

.form-checkbox {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  min-height: 20px;
}
.form-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form-checkbox .form-checkbox-box {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
  display: inline-block;
  background: #fff;
  border: 2px solid #bdbdbd;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.form-checkbox .form-checkbox-txt {
  display: inline-block;
  padding: 0 0 0 30px;
}
.form-checkbox input[type=checkbox]:focus + .form-checkbox-box {
  outline: auto;
}
.form-checkbox input[type=checkbox]:checked + .form-checkbox-box::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #333;
  top: 11px;
  left: 5px;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
.form-checkbox input[type=checkbox]:checked + .form-checkbox-box::after {
  content: "";
  width: 4px;
  height: 2px;
  top: 11px;
  left: 5px;
  background: #333;
  position: absolute;
  transform: rotate(-135deg);
  transform-origin: 0 0;
}
.form-checkbox input[type=checkbox][disabled] + .form-checkbox-box {
  background: #bdbdbd;
}
.form-checkbox input[type=checkbox][disabled] + .form-checkbox-box + .form-checkbox-txt {
  color: rgba(51, 51, 51, 0.4);
}
.form-checkbox.is-only .form-checkbox-box {
  position: relative;
  top: 0;
  vertical-align: middle;
}
.form-checkbox:not(.is-disabled) label {
  cursor: pointer;
}

.form-toggle {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}
.form-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form-toggle .form-toggle-txt {
  display: inline-grid;
  position: relative;
  border: 1px solid #5a5a5a;
  background: #fff;
  height: 30px;
  border-radius: 30px;
  padding: 3px 15px 3px 35px;
  box-sizing: border-box;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, padding 0.2s;
  text-align: center;
  white-space: nowrap;
}
.form-toggle .form-toggle-txt::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  z-index: 2;
  display: block;
  background: #fff;
  border: 1px solid #5a5a5a;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-sizing: border-box;
  transition: left 0.2s, border-color 0.2s;
}
.form-toggle .form-toggle-txt .e-on {
  grid-area: 1/1;
  visibility: hidden;
}
.form-toggle .form-toggle-txt .e-off {
  grid-area: 1/1;
  visibility: visible;
}
.form-toggle input[type=checkbox]:focus-visible + .form-toggle-txt {
  outline: auto;
}
.form-toggle input[type=checkbox]:checked + .form-toggle-txt {
  padding: 3px 35px 3px 15px;
  color: #fff;
  background-color: #5a5a5a;
}
.form-toggle input[type=checkbox]:checked + .form-toggle-txt::before {
  left: calc(100% - 26px);
  border-color: #fff;
}
.form-toggle input[type=checkbox]:checked + .form-toggle-txt .e-on {
  visibility: visible;
}
.form-toggle input[type=checkbox]:checked + .form-toggle-txt .e-off {
  visibility: hidden;
}
.form-toggle.is-disabled {
  opacity: 0.4;
}
.form-toggle:not(.is-disabled) label {
  cursor: pointer;
}

.form-toggle-reverse .form-toggle-txt {
  padding: 3px 35px 3px 15px;
  color: #fff;
  background: #5a5a5a;
}
.form-toggle-reverse .form-toggle-txt::before {
  left: calc(100% - 26px);
  border-color: #fff;
  background: #fff;
}
.form-toggle-reverse input[type=checkbox]:checked + .form-toggle-txt {
  padding: 3px 15px 3px 35px;
  color: #333;
  background-color: #fff;
}
.form-toggle-reverse input[type=checkbox]:checked + .form-toggle-txt::before {
  left: 3px;
  border-color: #5a5a5a;
}

.form-toggle-red input[type=checkbox]:checked + .form-toggle-txt {
  border-color: #e60000;
  background-color: #e60000;
}

.form-radio {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  min-height: 20px;
}
.form-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.form-radio .form-radio-box {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
  display: inline-block;
  background: #fff;
  border: 2px solid #bdbdbd;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
}
.form-radio .form-radio-txt {
  display: inline-block;
  padding: 0 0 0 30px;
}
.form-radio input[type=radio]:focus + .form-radio-box {
  outline: auto;
}
.form-radio input[type=radio]:checked + .form-radio-box::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-radio input[type=radio][disabled] + .form-radio-box {
  background: #bdbdbd;
}
.form-radio input[type=radio][disabled] + .form-radio-box + .form-radio-txt {
  color: rgba(51, 51, 51, 0.4);
}
.form-radio.is-only .form-radio-box {
  position: relative;
  top: 0;
  vertical-align: middle;
}
.form-radio:not(.is-disabled) label {
  cursor: pointer;
}

.form-checkbox-connected {
  display: flex;
}

.form-checkbox-connected-item {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.form-checkbox-connected-item input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form-checkbox-connected-item .form-checkbox-connected-box {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  display: inline-block;
  background: #fff;
  border: 2px solid #bdbdbd;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.form-checkbox-connected-item .form-checkbox-connected-txt {
  display: block;
  background: #f2f2f2;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  min-width: 120px;
  min-height: 36px;
  padding: 7px 20px 7px 50px;
  box-sizing: border-box;
}
.form-checkbox-connected-item:first-child .form-checkbox-connected-txt {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-left: 1px solid #bdbdbd;
}
.form-checkbox-connected-item:last-child .form-checkbox-connected-txt {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.form-checkbox-connected-item input[type=checkbox]:focus-visible + .form-checkbox-connected-box {
  outline: auto;
}
.form-checkbox-connected-item input[type=checkbox]:checked + .form-checkbox-connected-box::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #333;
  top: 11px;
  left: 5px;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
.form-checkbox-connected-item input[type=checkbox]:checked + .form-checkbox-connected-box::after {
  content: "";
  width: 4px;
  height: 2px;
  top: 11px;
  left: 5px;
  background: #333;
  position: absolute;
  transform: rotate(-135deg);
  transform-origin: 0 0;
}
.form-checkbox-connected-item input[type=checkbox]:checked + .form-checkbox-connected-box + .form-checkbox-connected-txt {
  background: #5a5a5a;
  color: #fff;
}
.form-checkbox-connected-item input[type=checkbox]:checked + .form-checkbox-connected-box + .form-checkbox-connected-txt .en-txt {
  color: #fff;
  opacity: 0.8;
}
.form-checkbox-connected-item input[type=checkbox]:checked + .form-checkbox-connected-box + .form-checkbox-connected-txt .u-fc-red {
  color: #fff;
}
.form-checkbox-connected-item input[type=checkbox][disabled] + .form-checkbox-connected-box {
  background: #bdbdbd;
}
.form-checkbox-connected-item input[type=checkbox][disabled] + .form-checkbox-connected-box + .form-checkbox-connected-txt {
  color: rgba(51, 51, 51, 0.4);
}
.form-checkbox-connected-item input[type=checkbox][disabled]:checked + .form-checkbox-connected-box + .form-checkbox-connected-txt {
  color: #fff;
}
.form-checkbox-connected-item:not(.is-disabled) label {
  cursor: pointer;
}

.form-checkbox-connected-l .form-checkbox-connected-item {
  font-size: 16px;
}
.form-checkbox-connected-l .form-checkbox-connected-txt {
  min-width: 160px;
  min-height: 50px;
  padding: 13px 20px 13px 50px;
}

.form-radio-connected {
  display: flex;
}

.form-radio-connected-item {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}
.form-radio-connected-item input[type=radio] {
  opacity: 0;
  position: absolute;
}
.form-radio-connected-item .form-radio-connected-box {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 2;
  display: inline-block;
  background: #fff;
  border: 2px solid #bdbdbd;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(0, -50%);
  box-sizing: border-box;
}
.form-radio-connected-item .form-radio-connected-txt {
  display: block;
  background: #f2f2f2;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  min-width: 120px;
  min-height: 36px;
  padding: 7px 20px 7px 50px;
  box-sizing: border-box;
}
.form-radio-connected-item:first-child .form-radio-connected-txt {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-left: 1px solid #bdbdbd;
}
.form-radio-connected-item:last-child .form-radio-connected-txt {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.form-radio-connected-item input[type=radio]:focus-visible + .form-radio-connected-box {
  outline: auto;
}
.form-radio-connected-item input[type=radio]:checked + .form-radio-connected-box::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-radio-connected-item input[type=radio]:checked + .form-radio-connected-box + .form-radio-connected-txt {
  background: #5a5a5a;
  color: #fff;
}
.form-radio-connected-item input[type=radio]:checked + .form-radio-connected-box + .form-radio-connected-txt .u-fc-red {
  color: #fff;
}
.form-radio-connected-item input[type=radio][disabled] + .form-radio-connected-box {
  background: #bdbdbd;
}
.form-radio-connected-item input[type=radio][disabled] + .form-radio-connected-box + .form-radio-connected-txt {
  color: rgba(51, 51, 51, 0.4);
}
.form-radio-connected-item input[type=radio][disabled]:checked + .form-radio-connected-box + .form-radio-connected-txt {
  color: #fff;
}
.form-radio-connected-item:not(.is-disabled) label {
  cursor: pointer;
}

.form-radio-connected-l .form-radio-connected-item {
  font-size: 16px;
}
.form-radio-connected-l .form-radio-connected-txt {
  min-width: 160px;
  min-height: 50px;
  padding: 13px 20px 13px 50px;
}

.form-radio-btn {
  position: relative;
  display: inline-block;
}
.form-radio-btn input[type=radio] {
  opacity: 0;
  position: absolute;
}
.form-radio-btn .form-radio-btn-box {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #5a5a5a;
  border-radius: 30px;
  min-height: 30px;
  padding: 6px 20px 5px;
  min-width: 80px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.form-radio-btn .form-radio-btn-box .e-ico {
  margin: 0 5px 0 0;
}
.form-radio-btn .form-radio-btn-box .e-ico.e-ico-r {
  margin: 0 0 0 5px;
}
.form-radio-btn .form-radio-btn-box:hover {
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.form-radio-btn .form-radio-btn-box:hover .e-ico::before {
  opacity: 0;
}
.form-radio-btn .form-radio-btn-box:hover .e-ico::after {
  opacity: 1;
}
.form-radio-btn input[type=radio]:focus-visible + .form-radio-btn-box {
  outline: auto;
}
.form-radio-btn input[type=radio]:checked + .form-radio-btn-box {
  background: #5a5a5a;
  color: #fff;
}
.form-radio-btn.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.form-textarea {
  appearance: none;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 3px 10px;
  box-sizing: border-box;
  overflow: auto;
  resize: none;
  display: block;
}
.form-textarea:focus {
  box-shadow: 0 0 0 1px #bdbdbd;
}
.form-textarea[disabled], .form-textarea[readonly] {
  color: rgba(51, 51, 51, 0.4);
  background: #f2f2f2;
  border: 1px solid #acacac;
}
.form-textarea.is-required {
  background: #FFFBED;
  border: 1px solid #5a5a5a;
  border-radius: 3px;
}
.form-textarea.is-required:focus {
  background: #fff;
  box-shadow: 0 0 0 1px #5a5a5a;
}
.form-textarea.is-required[disabled] {
  background: #f2f2f2;
}
.form-textarea.is-required.is-entered:not([disabled]) {
  background-color: #fff;
}
.form-textarea.is-error {
  border: 1px solid #e60000;
}
.form-textarea.is-error:focus {
  box-shadow: 0 0 0 1px #e60000;
}
.form-textarea.is-rv {
  resize: vertical;
}

.form-select {
  appearance: none;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 3px 25px 3px 10px;
  background: #fff url("/_assets/image/common/select_arrow.svg") no-repeat right 7px top 50%;
  background-size: 10px auto;
  margin: 0;
  box-sizing: border-box;
  height: 36px;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.is-required {
  background-color: #FFFBED;
  border: 1px solid #5a5a5a;
}
.form-select.is-required:focus {
  background-color: #fff;
  box-shadow: 0 0 0 1px #5a5a5a;
}
.form-select.is-required.is-entered:not([disabled]) {
  background-color: #fff;
}
.form-select[disabled] {
  color: #838383;
  background-color: #f2f2f2;
  border: 1px solid #acacac;
}
.form-select.is-error {
  border: 1px solid #e60000;
}
.form-select.is-error:focus {
  box-shadow: 0 0 0 1px #e60000;
}
.form-select:not([disabled]) {
  cursor: pointer;
}

.form-order-radio {
  position: relative;
  box-sizing: border-box;
  height: 36px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  background: #f2f2f2;
}
.form-order-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.form-order-radio .form-order-radio-label {
  padding: 3px 7px;
  box-sizing: border-box;
  display: block;
  background: #f2f2f2;
  z-index: 2;
  position: absolute;
  top: 1px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 2px);
  cursor: pointer;
}
.form-order-radio input[type=radio]:focus-visible + .form-order-radio-label {
  outline: auto;
}
.form-order-radio input[type=radio]:checked + .form-order-radio-label {
  z-index: 1;
}

.form-order-select {
  display: flex;
  border-radius: 3px;
}
.form-order-select .form-select {
  border-radius: 3px 0 0 3px;
  width: 330px;
}
.form-order-select .form-order-radio {
  width: 70px;
  border-radius: 0 3px 3px 0;
  border-left: 0;
}

.form-input-cal {
  position: relative;
}
.form-input-cal::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.form-input-cal .form-input-cal-ico {
  position: absolute;
  top: 5px;
  left: 5px;
}

.form-input-file {
  display: none;
}

.form-swkb-btn {
  margin: 5px 0 0;
  font-size: 12px;
}
.form-swkb-btn .e-ico {
  margin-right: 5px;
  vertical-align: -0.6em;
}

.form-suggest {
  position: relative;
  display: inline-block;
}

.form-error-txt {
  background: #F8DEDE;
  color: #e60000;
  padding: 5px 10px;
  margin: 5px 0 0;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  white-space: normal;
}

.form-l-full {
  width: 100%;
}

.form-l-60 {
  width: 100%;
  max-width: 60px;
}
.form-l-70 {
  width: 100%;
  max-width: 70px;
}
.form-l-80 {
  width: 100%;
  max-width: 80px;
}
.form-l-90 {
  width: 100%;
  max-width: 90px;
}
.form-l-100 {
  width: 100%;
  max-width: 100px;
}
.form-l-110 {
  width: 100%;
  max-width: 110px;
}
.form-l-120 {
  width: 100%;
  max-width: 120px;
}
.form-l-130 {
  width: 100%;
  max-width: 130px;
}
.form-l-140 {
  width: 100%;
  max-width: 140px;
}
.form-l-150 {
  width: 100%;
  max-width: 150px;
}
.form-l-160 {
  width: 100%;
  max-width: 160px;
}
.form-l-170 {
  width: 100%;
  max-width: 170px;
}
.form-l-180 {
  width: 100%;
  max-width: 180px;
}
.form-l-190 {
  width: 100%;
  max-width: 190px;
}
.form-l-200 {
  width: 100%;
  max-width: 200px;
}
.form-l-210 {
  width: 100%;
  max-width: 210px;
}
.form-l-220 {
  width: 100%;
  max-width: 220px;
}
.form-l-230 {
  width: 100%;
  max-width: 230px;
}
.form-l-240 {
  width: 100%;
  max-width: 240px;
}
.form-l-250 {
  width: 100%;
  max-width: 250px;
}
.form-l-260 {
  width: 100%;
  max-width: 260px;
}
.form-l-270 {
  width: 100%;
  max-width: 270px;
}
.form-l-280 {
  width: 100%;
  max-width: 280px;
}
.form-l-290 {
  width: 100%;
  max-width: 290px;
}
.form-l-300 {
  width: 100%;
  max-width: 300px;
}
.form-l-310 {
  width: 100%;
  max-width: 310px;
}
.form-l-320 {
  width: 100%;
  max-width: 320px;
}
.form-l-330 {
  width: 100%;
  max-width: 330px;
}
.form-l-340 {
  width: 100%;
  max-width: 340px;
}
.form-l-350 {
  width: 100%;
  max-width: 350px;
}
.form-l-360 {
  width: 100%;
  max-width: 360px;
}
.form-l-370 {
  width: 100%;
  max-width: 370px;
}
.form-l-380 {
  width: 100%;
  max-width: 380px;
}
.form-l-390 {
  width: 100%;
  max-width: 390px;
}
.form-l-400 {
  width: 100%;
  max-width: 400px;
}
.form-l-410 {
  width: 100%;
  max-width: 410px;
}
.form-l-420 {
  width: 100%;
  max-width: 420px;
}
.form-l-430 {
  width: 100%;
  max-width: 430px;
}
.form-l-440 {
  width: 100%;
  max-width: 440px;
}
.form-l-450 {
  width: 100%;
  max-width: 450px;
}
.form-l-460 {
  width: 100%;
  max-width: 460px;
}
.form-l-470 {
  width: 100%;
  max-width: 470px;
}
.form-l-480 {
  width: 100%;
  max-width: 480px;
}
.form-l-490 {
  width: 100%;
  max-width: 490px;
}
.form-l-500 {
  width: 100%;
  max-width: 500px;
}
.form-l-510 {
  width: 100%;
  max-width: 510px;
}
.form-l-520 {
  width: 100%;
  max-width: 520px;
}
.form-l-530 {
  width: 100%;
  max-width: 530px;
}
.form-l-540 {
  width: 100%;
  max-width: 540px;
}
.form-l-sss {
  width: 100%;
  max-width: 90px;
}
.form-l-ss {
  width: 100%;
  max-width: 160px;
}
.form-l-s {
  width: 100%;
  max-width: 250px;
}
.form-l-m {
  width: 100%;
  max-width: 460px;
}
.form-l-l {
  width: 100%;
  max-width: 650px;
}
.form-l-year {
  width: 100%;
  max-width: 100px;
}
.form-l-month {
  width: 100%;
  max-width: 70px;
}
.form-l-day {
  width: 100%;
  max-width: 70px;
}

input.is-hidden {
  opacity: 0;
  position: absolute;
}

.h-3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.h-3 .en-txt {
  display: block;
}

.h-3-line {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 0 3px 15px;
  margin: 0 0 20px;
}
.h-3-line::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: calc(100% - 10px);
  background: #e60000;
}
.h-3-line .en-txt {
  display: block;
}

.h-4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}
.h-4 .en-txt {
  display: block;
}

.h-4-fwn {
  font-size: 18px;
  margin: 0 0 15px;
}
.h-4-fwn .en-txt {
  display: block;
}

.h-catch {
  display: flex;
  gap: 15px;
  margin: 0 0 20px;
}

.h-catch-bdr {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #333;
  padding: 0 0 8px;
  margin: 0 0 20px;
}

.h-catch-c {
  justify-content: center;
}

.h-catch-label-grd {
  display: inline-block;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  border-radius: 3px;
  color: #fff;
  padding: 6px 12px;
  white-space: nowrap;
  min-width: 20px;
  text-align: center;
}

.h-catch-title {
  font-size: 20px;
  font-weight: bold;
}

.h-catch-title-grd {
  font-size: 20px;
  font-weight: bold;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media print {
  .h-catch-title-grd {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #e60000;
  }
}

.h-bg-gry {
  font-size: 18px;
  font-weight: bold;
  background: #e6e6e6;
  border-radius: 3px;
  padding: 20px;
}

.h-gry {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #5a5a5a;
  border-radius: 3px;
  padding: 15px 20px;
  margin: 0 0 40px;
}
.h-gry .en-txt {
  display: block;
}

.h-org {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #EB9042;
  border-radius: 3px;
  padding: 15px 20px;
  margin: 0 0 40px;
}

.h-pur {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #AA5194;
  border-radius: 3px;
  padding: 15px 20px;
  margin: 0 0 40px;
}

.ico-alert {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.4em;
}
.ico-alert::before, .ico-alert::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-alert::after {
  opacity: 0;
}
.ico-alert.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-alert::before {
  background: url("/_assets/image/common/ico_alert.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-alert-red {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.4em;
}
.ico-alert-red::before, .ico-alert-red::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-alert-red::after {
  opacity: 0;
}
.ico-alert-red.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-alert-red::before {
  background: url("/_assets/image/common/ico_alert_red.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-d {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-arrow-d::before, .ico-arrow-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-d::after {
  opacity: 0;
}
.ico-arrow-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-d::before {
  background: url("/_assets/image/common/ico_arrow.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-d::after {
  background: url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-l {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
}
.ico-arrow-l::before, .ico-arrow-l::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-l::after {
  opacity: 0;
}
.ico-arrow-l.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-l::before {
  background: url("/_assets/image/common/ico_arrow.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-l::after {
  background: url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-r {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg);
}
.ico-arrow-r::before, .ico-arrow-r::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-r::after {
  opacity: 0;
}
.ico-arrow-r.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-r::before {
  background: url("/_assets/image/common/ico_arrow.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-r::after {
  background: url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-u {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(180deg);
}
.ico-arrow-u::before, .ico-arrow-u::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-u::after {
  opacity: 0;
}
.ico-arrow-u.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-u::before {
  background: url("/_assets/image/common/ico_arrow.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-u::after {
  background: url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-wht-d {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-arrow-wht-d::before, .ico-arrow-wht-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-wht-d::after {
  opacity: 0;
}
.ico-arrow-wht-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-wht-d::before {
  background: url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-wht-l {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
}
.ico-arrow-wht-l::before, .ico-arrow-wht-l::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-wht-l::after {
  opacity: 0;
}
.ico-arrow-wht-l.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-wht-l::before {
  background: url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-wht-r {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg);
}
.ico-arrow-wht-r::before, .ico-arrow-wht-r::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-wht-r::after {
  opacity: 0;
}
.ico-arrow-wht-r.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-wht-r::before {
  background: url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-wht-u {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(180deg);
}
.ico-arrow-wht-u::before, .ico-arrow-wht-u::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-wht-u::after {
  opacity: 0;
}
.ico-arrow-wht-u.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-wht-u::before {
  background: url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-double-l {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-arrow-double-l::before, .ico-arrow-double-l::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-double-l::after {
  opacity: 0;
}
.ico-arrow-double-l.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-double-l::before {
  background: url("/_assets/image/common/ico_arrow_double.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-double-l::after {
  background: url("/_assets/image/common/ico_arrow_double_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-double-l-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-arrow-double-l-wht::before, .ico-arrow-double-l-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-double-l-wht::after {
  opacity: 0;
}
.ico-arrow-double-l-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-double-l-wht::before {
  background: url("/_assets/image/common/ico_arrow_double_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-double-r {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  transform: rotate(180deg);
}
.ico-arrow-double-r::before, .ico-arrow-double-r::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-double-r::after {
  opacity: 0;
}
.ico-arrow-double-r.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-double-r::before {
  background: url("/_assets/image/common/ico_arrow_double.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-double-r::after {
  background: url("/_assets/image/common/ico_arrow_double_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-double-r-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  transform: rotate(180deg);
}
.ico-arrow-double-r-wht::before, .ico-arrow-double-r-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-double-r-wht::after {
  opacity: 0;
}
.ico-arrow-double-r-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-double-r-wht::before {
  background: url("/_assets/image/common/ico_arrow_double_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-stop-l {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-arrow-stop-l::before, .ico-arrow-stop-l::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-stop-l::after {
  opacity: 0;
}
.ico-arrow-stop-l.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-stop-l::before {
  background: url("/_assets/image/common/ico_arrow_stop.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-stop-l::after {
  background: url("/_assets/image/common/ico_arrow_stop_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-stop-l-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-arrow-stop-l-wht::before, .ico-arrow-stop-l-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-stop-l-wht::after {
  opacity: 0;
}
.ico-arrow-stop-l-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-stop-l-wht::before {
  background: url("/_assets/image/common/ico_arrow_stop_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-stop-r {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  transform: rotate(180deg);
}
.ico-arrow-stop-r::before, .ico-arrow-stop-r::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-stop-r::after {
  opacity: 0;
}
.ico-arrow-stop-r.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-stop-r::before {
  background: url("/_assets/image/common/ico_arrow_stop.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-stop-r::after {
  background: url("/_assets/image/common/ico_arrow_stop_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-stop-r-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  transform: rotate(180deg);
}
.ico-arrow-stop-r-wht::before, .ico-arrow-stop-r-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-stop-r-wht::after {
  opacity: 0;
}
.ico-arrow-stop-r-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-stop-r-wht::before {
  background: url("/_assets/image/common/ico_arrow_stop_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-spear-d {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.15em;
  transform: rotate(-90deg);
}
.ico-arrow-spear-d::before, .ico-arrow-spear-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-spear-d::after {
  opacity: 0;
}
.ico-arrow-spear-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-spear-d::before {
  background: url("/_assets/image/common/ico_arrow_spear.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-spear-d::after {
  background: url("/_assets/image/common/ico_arrow_spear_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-spear-l {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.15em;
}
.ico-arrow-spear-l::before, .ico-arrow-spear-l::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-spear-l::after {
  opacity: 0;
}
.ico-arrow-spear-l.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-spear-l::before {
  background: url("/_assets/image/common/ico_arrow_spear.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-spear-l::after {
  background: url("/_assets/image/common/ico_arrow_spear_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-spear-r {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.15em;
  transform: rotate(180deg);
}
.ico-arrow-spear-r::before, .ico-arrow-spear-r::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-spear-r::after {
  opacity: 0;
}
.ico-arrow-spear-r.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-spear-r::before {
  background: url("/_assets/image/common/ico_arrow_spear.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-spear-r::after {
  background: url("/_assets/image/common/ico_arrow_spear_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-spear-u {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.15em;
  transform: rotate(90deg);
}
.ico-arrow-spear-u::before, .ico-arrow-spear-u::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-spear-u::after {
  opacity: 0;
}
.ico-arrow-spear-u.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-spear-u::before {
  background: url("/_assets/image/common/ico_arrow_spear.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-arrow-spear-u::after {
  background: url("/_assets/image/common/ico_arrow_spear_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-spear-wht-d {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.15em;
  transform: rotate(-90deg);
}
.ico-arrow-spear-wht-d::before, .ico-arrow-spear-wht-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-spear-wht-d::after {
  opacity: 0;
}
.ico-arrow-spear-wht-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-spear-wht-d::before {
  background: url("/_assets/image/common/ico_arrow_spear_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-spear-wht-l {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.15em;
}
.ico-arrow-spear-wht-l::before, .ico-arrow-spear-wht-l::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-spear-wht-l::after {
  opacity: 0;
}
.ico-arrow-spear-wht-l.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-spear-wht-l::before {
  background: url("/_assets/image/common/ico_arrow_spear_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-spear-wht-r {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.15em;
  transform: rotate(180deg);
}
.ico-arrow-spear-wht-r::before, .ico-arrow-spear-wht-r::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-spear-wht-r::after {
  opacity: 0;
}
.ico-arrow-spear-wht-r.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-spear-wht-r::before {
  background: url("/_assets/image/common/ico_arrow_spear_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-arrow-spear-wht-u {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.15em;
  transform: rotate(90deg);
}
.ico-arrow-spear-wht-u::before, .ico-arrow-spear-wht-u::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-arrow-spear-wht-u::after {
  opacity: 0;
}
.ico-arrow-spear-wht-u.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-arrow-spear-wht-u::before {
  background: url("/_assets/image/common/ico_arrow_spear_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-blank {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-blank::before, .ico-blank::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-blank::after {
  opacity: 0;
}
.ico-blank.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-blank::before {
  background: url("/_assets/image/common/ico_blank.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-blank::after {
  background: url("/_assets/image/common/ico_blank_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-blank-blu {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-blank-blu::before, .ico-blank-blu::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-blank-blu::after {
  opacity: 0;
}
.ico-blank-blu.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-blank-blu::before {
  background: url("/_assets/image/common/ico_blank_blu.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-blank-grd {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-blank-grd::before, .ico-blank-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-blank-grd::after {
  opacity: 0;
}
.ico-blank-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-blank-grd::before {
  background: url("/_assets/image/common/ico_blank_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-blank-grd::after {
  background: url("/_assets/image/common/ico_blank_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-blank-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-blank-wht::before, .ico-blank-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-blank-wht::after {
  opacity: 0;
}
.ico-blank-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-blank-wht::before {
  background: url("/_assets/image/common/ico_blank_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-calendar {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: -0.4em;
}
.ico-calendar::before, .ico-calendar::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-calendar::after {
  opacity: 0;
}
.ico-calendar.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-calendar::before {
  background: url("/_assets/image/common/ico_calendar.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-calendar-grd {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: -0.4em;
  cursor: pointer;
}
.ico-calendar-grd::before, .ico-calendar-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-calendar-grd::after {
  opacity: 0;
}
.ico-calendar-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-calendar-grd::before {
  background: url("/_assets/image/common/ico_calendar_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-check-line {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}
.ico-check-line::before, .ico-check-line::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-check-line::after {
  opacity: 0;
}
.ico-check-line.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-check-line::before {
  background: url("/_assets/image/common/ico_check_line.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-check-line-grd {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}
.ico-check-line-grd::before, .ico-check-line-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-check-line-grd::after {
  opacity: 0;
}
.ico-check-line-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-check-line-grd::before {
  background: url("/_assets/image/common/ico_check_line_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-check-paint {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}
.ico-check-paint::before, .ico-check-paint::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-check-paint::after {
  opacity: 0;
}
.ico-check-paint.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-check-paint::before {
  background: url("/_assets/image/common/ico_check_paint.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-check-paint-grd {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}
.ico-check-paint-grd::before, .ico-check-paint-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-check-paint-grd::after {
  opacity: 0;
}
.ico-check-paint-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-check-paint-grd::before {
  background: url("/_assets/image/common/ico_check_paint_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-complete {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -0.35em;
}
.ico-complete::before, .ico-complete::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-complete::after {
  opacity: 0;
}
.ico-complete.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-complete::before {
  background: url("/_assets/image/common/ico_complete.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-complete-grd {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -0.35em;
}
.ico-complete-grd::before, .ico-complete-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-complete-grd::after {
  opacity: 0;
}
.ico-complete-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-complete-grd::before {
  background: url("/_assets/image/common/ico_complete_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-complete-grd::after {
  background: url("/_assets/image/common/ico_complete_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-complete-wht {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -0.35em;
}
.ico-complete-wht::before, .ico-complete-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-complete-wht::after {
  opacity: 0;
}
.ico-complete-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-complete-wht::before {
  background: url("/_assets/image/common/ico_complete_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-continue {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -0.35em;
}
.ico-continue::before, .ico-continue::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-continue::after {
  opacity: 0;
}
.ico-continue.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-continue::before {
  background: url("/_assets/image/common/ico_continue.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-continue-grd {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -0.35em;
}
.ico-continue-grd::before, .ico-continue-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-continue-grd::after {
  opacity: 0;
}
.ico-continue-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-continue-grd::before {
  background: url("/_assets/image/common/ico_continue_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-continue-grd::after {
  background: url("/_assets/image/common/ico_continue_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-continue-wht {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -0.35em;
}
.ico-continue-wht::before, .ico-continue-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-continue-wht::after {
  opacity: 0;
}
.ico-continue-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-continue-wht::before {
  background: url("/_assets/image/common/ico_continue_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-copy {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.2em;
}
.ico-copy::before, .ico-copy::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-copy::after {
  opacity: 0;
}
.ico-copy.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-copy::before {
  background: url("/_assets/image/common/ico_copy.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-copy::after {
  background: url("/_assets/image/common/ico_copy_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-copy-wht {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.2em;
}
.ico-copy-wht::before, .ico-copy-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-copy-wht::after {
  opacity: 0;
}
.ico-copy-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-copy-wht::before {
  background: url("/_assets/image/common/ico_copy_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-cross {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-cross::before, .ico-cross::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-cross::after {
  opacity: 0;
}
.ico-cross.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-cross::before {
  background: url("/_assets/image/common/ico_cross.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-cross::after {
  background: url("/_assets/image/common/ico_cross_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-cross-grd {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-cross-grd::before, .ico-cross-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-cross-grd::after {
  opacity: 0;
}
.ico-cross-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-cross-grd::before {
  background: url("/_assets/image/common/ico_cross_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-cross-grd::after {
  background: url("/_assets/image/common/ico_cross_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-cross-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-cross-wht::before, .ico-cross-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-cross-wht::after {
  opacity: 0;
}
.ico-cross-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-cross-wht::before {
  background: url("/_assets/image/common/ico_cross_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-display-off {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-display-off::before, .ico-display-off::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-display-off::after {
  opacity: 0;
}
.ico-display-off.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-display-off::before {
  background: url("/_assets/image/common/ico_display_off.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-display-on {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-display-on::before, .ico-display-on::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-display-on::after {
  opacity: 0;
}
.ico-display-on.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-display-on::before {
  background: url("/_assets/image/common/ico_display_on.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-download {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-download::before, .ico-download::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-download::after {
  opacity: 0;
}
.ico-download.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-download::before {
  background: url("/_assets/image/common/ico_download.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-download::after {
  background: url("/_assets/image/common/ico_download_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-download-grd {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-download-grd::before, .ico-download-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-download-grd::after {
  opacity: 0;
}
.ico-download-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-download-grd::before {
  background: url("/_assets/image/common/ico_download_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-download-grd::after {
  background: url("/_assets/image/common/ico_download_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-download-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-download-wht::before, .ico-download-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-download-wht::after {
  opacity: 0;
}
.ico-download-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-download-wht::before {
  background: url("/_assets/image/common/ico_download_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-edit {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-edit::before, .ico-edit::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-edit::after {
  opacity: 0;
}
.ico-edit.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-edit::before {
  background: url("/_assets/image/common/ico_edit.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-edit::after {
  background: url("/_assets/image/common/ico_edit_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-edit-grd {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-edit-grd::before, .ico-edit-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-edit-grd::after {
  opacity: 0;
}
.ico-edit-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-edit-grd::before {
  background: url("/_assets/image/common/ico_edit_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-edit-grd::after {
  background: url("/_assets/image/common/ico_edit_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-edit-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-edit-wht::before, .ico-edit-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-edit-wht::after {
  opacity: 0;
}
.ico-edit-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-edit-wht::before {
  background: url("/_assets/image/common/ico_edit_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-favorite-line {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-favorite-line::before, .ico-favorite-line::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-favorite-line::after {
  opacity: 0;
}
.ico-favorite-line.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-favorite-line::before {
  background: url("/_assets/image/common/ico_favorite_line.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-favorite-line-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-favorite-line-wht::before, .ico-favorite-line-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-favorite-line-wht::after {
  opacity: 0;
}
.ico-favorite-line-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-favorite-line-wht::before {
  background: url("/_assets/image/common/ico_favorite_line_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-favorite-paint {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-favorite-paint::before, .ico-favorite-paint::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-favorite-paint::after {
  opacity: 0;
}
.ico-favorite-paint.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-favorite-paint::before {
  background: url("/_assets/image/common/ico_favorite_paint.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-favorite-paint-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-favorite-paint-wht::before, .ico-favorite-paint-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-favorite-paint-wht::after {
  opacity: 0;
}
.ico-favorite-paint-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-favorite-paint-wht::before {
  background: url("/_assets/image/common/ico_favorite_paint_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-file {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: -0.6em;
}
.ico-file::before, .ico-file::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-file::after {
  opacity: 0;
}
.ico-file.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-file::before {
  background: url("/_assets/image/common/ico_file.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-file-excel {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: -0.6em;
}
.ico-file-excel::before, .ico-file-excel::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-file-excel::after {
  opacity: 0;
}
.ico-file-excel.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-file-excel::before {
  background: url("/_assets/image/common/ico_file_excel.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-file-multi {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: -0.6em;
}
.ico-file-multi::before, .ico-file-multi::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-file-multi::after {
  opacity: 0;
}
.ico-file-multi.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-file-multi::before {
  background: url("/_assets/image/common/ico_file_multi.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-file-pdf {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: -0.6em;
}
.ico-file-pdf::before, .ico-file-pdf::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-file-pdf::after {
  opacity: 0;
}
.ico-file-pdf.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-file-pdf::before {
  background: url("/_assets/image/common/ico_file_pdf.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-file-word {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: -0.6em;
}
.ico-file-word::before, .ico-file-word::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-file-word::after {
  opacity: 0;
}
.ico-file-word.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-file-word::before {
  background: url("/_assets/image/common/ico_file_word.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-help {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.ico-help::before, .ico-help::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-help::after {
  opacity: 0;
}
.ico-help.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-help::before {
  background: url("/_assets/image/common/ico_help.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-help-wht {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.ico-help-wht::before, .ico-help-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-help-wht::after {
  opacity: 0;
}
.ico-help-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-help-wht::before {
  background: url("/_assets/image/common/ico_help_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-help-line {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.ico-help-line::before, .ico-help-line::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-help-line::after {
  opacity: 0;
}
.ico-help-line.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-help-line::before {
  background: url("/_assets/image/common/ico_help_line.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-help-line::after {
  background: url("/_assets/image/common/ico_help_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-keyboard {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-keyboard::before, .ico-keyboard::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-keyboard::after {
  opacity: 0;
}
.ico-keyboard.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-keyboard::before {
  background: url("/_assets/image/common/ico_keyboard.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-language {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -0.2em;
}
.ico-language::before, .ico-language::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-language::after {
  opacity: 0;
}
.ico-language.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-language::before {
  background: url("/_assets/image/common/ico_language.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-login {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-login::before, .ico-login::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-login::after {
  opacity: 0;
}
.ico-login.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-login::before {
  background: url("/_assets/image/common/ico_login.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-login-red {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-login-red::before, .ico-login-red::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-login-red::after {
  opacity: 0;
}
.ico-login-red.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-login-red::before {
  background: url("/_assets/image/common/ico_login_red.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-login-red::after {
  background: url("/_assets/image/common/ico_login_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-login-grd {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-login-grd::before, .ico-login-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-login-grd::after {
  opacity: 0;
}
.ico-login-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-login-grd::before {
  background: url("/_assets/image/common/ico_login_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-login-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-login-wht::before, .ico-login-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-login-wht::after {
  opacity: 0;
}
.ico-login-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-login-wht::before {
  background: url("/_assets/image/common/ico_login_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-login-wht::after {
  background: url("/_assets/image/common/ico_login_red.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-logout {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-logout::before, .ico-logout::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-logout::after {
  opacity: 0;
}
.ico-logout.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-logout::before {
  background: url("/_assets/image/common/ico_logout.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-logout::after {
  background: url("/_assets/image/common/ico_logout_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-logout-grd {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-logout-grd::before, .ico-logout-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-logout-grd::after {
  opacity: 0;
}
.ico-logout-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-logout-grd::before {
  background: url("/_assets/image/common/ico_logout_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-logout-grd::after {
  background: url("/_assets/image/common/ico_logout_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-logout-red {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-logout-red::before, .ico-logout-red::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-logout-red::after {
  opacity: 0;
}
.ico-logout-red.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-logout-red::before {
  background: url("/_assets/image/common/ico_logout_red.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-logout-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-logout-wht::before, .ico-logout-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-logout-wht::after {
  opacity: 0;
}
.ico-logout-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-logout-wht::before {
  background: url("/_assets/image/common/ico_logout_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-mail {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.25em;
}
.ico-mail::before, .ico-mail::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-mail::after {
  opacity: 0;
}
.ico-mail.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-mail::before {
  background: url("/_assets/image/common/ico_mail.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-mail::after {
  background: url("/_assets/image/common/ico_mail_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-mail-wht {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.25em;
}
.ico-mail-wht::before, .ico-mail-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-mail-wht::after {
  opacity: 0;
}
.ico-mail-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-mail-wht::before {
  background: url("/_assets/image/common/ico_mail_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-mail-grd {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.25em;
}
.ico-mail-grd::before, .ico-mail-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-mail-grd::after {
  opacity: 0;
}
.ico-mail-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-mail-grd::before {
  background: url("/_assets/image/common/ico_mail_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-mail-grd::after {
  background: url("/_assets/image/common/ico_mail_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-minus {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-minus::before, .ico-minus::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-minus::after {
  opacity: 0;
}
.ico-minus.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-minus::before {
  background: url("/_assets/image/common/ico_minus.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-minus-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-minus-wht::before, .ico-minus-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-minus-wht::after {
  opacity: 0;
}
.ico-minus-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-minus-wht::before {
  background: url("/_assets/image/common/ico_minus_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-plus {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-plus::before, .ico-plus::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-plus::after {
  opacity: 0;
}
.ico-plus.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-plus::before {
  background: url("/_assets/image/common/ico_plus.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-plus::after {
  background: url("/_assets/image/common/ico_plus_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-plus-grd {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-plus-grd::before, .ico-plus-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-plus-grd::after {
  opacity: 0;
}
.ico-plus-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-plus-grd::before {
  background: url("/_assets/image/common/ico_plus_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-plus-grd::after {
  background: url("/_assets/image/common/ico_plus_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-plus-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-plus-wht::before, .ico-plus-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-plus-wht::after {
  opacity: 0;
}
.ico-plus-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-plus-wht::before {
  background: url("/_assets/image/common/ico_plus_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-print {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-print::before, .ico-print::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-print::after {
  opacity: 0;
}
.ico-print.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-print::before {
  background: url("/_assets/image/common/ico_print.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-print::after {
  background: url("/_assets/image/common/ico_print_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-print-pdf {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-print-pdf::before, .ico-print-pdf::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-print-pdf::after {
  opacity: 0;
}
.ico-print-pdf.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-print-pdf::before {
  background: url("/_assets/image/common/ico_print.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-print-pdf::after {
  background: url("/_assets/image/common/ico_print_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-print-grd {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-print-grd::before, .ico-print-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-print-grd::after {
  opacity: 0;
}
.ico-print-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-print-grd::before {
  background: url("/_assets/image/common/ico_print_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-print-grd::after {
  background: url("/_assets/image/common/ico_print_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-print-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-print-wht::before, .ico-print-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-print-wht::after {
  opacity: 0;
}
.ico-print-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-print-wht::before {
  background: url("/_assets/image/common/ico_print_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-quickmenu-kiyaku {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-quickmenu-kiyaku::before, .ico-quickmenu-kiyaku::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-quickmenu-kiyaku::after {
  opacity: 0;
}
.ico-quickmenu-kiyaku.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-quickmenu-kiyaku::before {
  background: url("/_assets/image/common/ico_quickmenu_kiyaku.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-quickmenu-kiyaku::after {
  background: url("/_assets/image/common/ico_quickmenu_kiyaku_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-quickmenu-kiyaku-grd {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-quickmenu-kiyaku-grd::before, .ico-quickmenu-kiyaku-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-quickmenu-kiyaku-grd::after {
  opacity: 0;
}
.ico-quickmenu-kiyaku-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-quickmenu-kiyaku-grd::before {
  background: url("/_assets/image/common/ico_quickmenu_kiyaku_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-quickmenu-manual {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-quickmenu-manual::before, .ico-quickmenu-manual::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-quickmenu-manual::after {
  opacity: 0;
}
.ico-quickmenu-manual.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-quickmenu-manual::before {
  background: url("/_assets/image/common/ico_quickmenu_manual.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-quickmenu-manual::after {
  background: url("/_assets/image/common/ico_quickmenu_manual_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-quickmenu-manual-grd {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-quickmenu-manual-grd::before, .ico-quickmenu-manual-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-quickmenu-manual-grd::after {
  opacity: 0;
}
.ico-quickmenu-manual-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-quickmenu-manual-grd::before {
  background: url("/_assets/image/common/ico_quickmenu_manual_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-quickmenu-qa {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-quickmenu-qa::before, .ico-quickmenu-qa::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-quickmenu-qa::after {
  opacity: 0;
}
.ico-quickmenu-qa.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-quickmenu-qa::before {
  background: url("/_assets/image/common/ico_quickmenu_qa.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-quickmenu-qa::after {
  background: url("/_assets/image/common/ico_quickmenu_qa_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-quickmenu-qa-grd {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-quickmenu-qa-grd::before, .ico-quickmenu-qa-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-quickmenu-qa-grd::after {
  opacity: 0;
}
.ico-quickmenu-qa-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-quickmenu-qa-grd::before {
  background: url("/_assets/image/common/ico_quickmenu_qa_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-quickmenu-syoshiki {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-quickmenu-syoshiki::before, .ico-quickmenu-syoshiki::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-quickmenu-syoshiki::after {
  opacity: 0;
}
.ico-quickmenu-syoshiki.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-quickmenu-syoshiki::before {
  background: url("/_assets/image/common/ico_quickmenu_syoshiki.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-quickmenu-syoshiki::after {
  background: url("/_assets/image/common/ico_quickmenu_syoshiki_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-quickmenu-syoshiki-grd {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-quickmenu-syoshiki-grd::before, .ico-quickmenu-syoshiki-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-quickmenu-syoshiki-grd::after {
  opacity: 0;
}
.ico-quickmenu-syoshiki-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-quickmenu-syoshiki-grd::before {
  background: url("/_assets/image/common/ico_quickmenu_syoshiki_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-quickmenu-top {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-quickmenu-top::before, .ico-quickmenu-top::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-quickmenu-top::after {
  opacity: 0;
}
.ico-quickmenu-top.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-quickmenu-top::before {
  background: url("/_assets/image/common/ico_quickmenu_top.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-quickmenu-top::after {
  background: url("/_assets/image/common/ico_quickmenu_top_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-quickmenu-top-grd {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.ico-quickmenu-top-grd::before, .ico-quickmenu-top-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-quickmenu-top-grd::after {
  opacity: 0;
}
.ico-quickmenu-top-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-quickmenu-top-grd::before {
  background: url("/_assets/image/common/ico_quickmenu_top_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-reload {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-reload::before, .ico-reload::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-reload::after {
  opacity: 0;
}
.ico-reload.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-reload::before {
  background: url("/_assets/image/common/ico_reload.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-reload::after {
  background: url("/_assets/image/common/ico_reload_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-reload-grd {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-reload-grd::before, .ico-reload-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-reload-grd::after {
  opacity: 0;
}
.ico-reload-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-reload-grd::before {
  background: url("/_assets/image/common/ico_reload_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-reload-grd::after {
  background: url("/_assets/image/common/ico_reload_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-reload-wht {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.15em;
}
.ico-reload-wht::before, .ico-reload-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-reload-wht::after {
  opacity: 0;
}
.ico-reload-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-reload-wht::before {
  background: url("/_assets/image/common/ico_reload_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-save {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -0.35em;
  vertical-align: middle;
}
.ico-save::before, .ico-save::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-save::after {
  opacity: 0;
}
.ico-save.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-save::before {
  background: url("/_assets/image/common/ico_save.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-save-grd {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -0.35em;
}
.ico-save-grd::before, .ico-save-grd::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-save-grd::after {
  opacity: 0;
}
.ico-save-grd.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-save-grd::before {
  background: url("/_assets/image/common/ico_save_grd.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-save-grd::after {
  background: url("/_assets/image/common/ico_save_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-save-wht {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -0.35em;
}
.ico-save-wht::before, .ico-save-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-save-wht::after {
  opacity: 0;
}
.ico-save-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-save-wht::before {
  background: url("/_assets/image/common/ico_save_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-search {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.2em;
}
.ico-search::before, .ico-search::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-search::after {
  opacity: 0;
}
.ico-search.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-search::before {
  background: url("/_assets/image/common/ico_search.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-search::after {
  background: url("/_assets/image/common/ico_search_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-search-wht {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.2em;
}
.ico-search-wht::before, .ico-search-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-search-wht::after {
  opacity: 0;
}
.ico-search-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-search-wht::before {
  background: url("/_assets/image/common/ico_search_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-search-wht::after {
  background: url("/_assets/image/common/ico_search_red.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-search-red {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.2em;
}
.ico-search-red::before, .ico-search-red::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-search-red::after {
  opacity: 0;
}
.ico-search-red.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-search-red::before {
  background: url("/_assets/image/common/ico_search_red.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-search-red::after {
  background: url("/_assets/image/common/ico_search_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-setting {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-setting::before, .ico-setting::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-setting::after {
  opacity: 0;
}
.ico-setting.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-setting::before {
  background: url("/_assets/image/common/ico_setting.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-setting-wht {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.ico-setting-wht::before, .ico-setting-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-setting-wht::after {
  opacity: 0;
}
.ico-setting-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-setting-wht::before {
  background: url("/_assets/image/common/ico_setting_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-sort-line {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
}
.ico-sort-line::before, .ico-sort-line::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-sort-line::after {
  opacity: 0;
}
.ico-sort-line.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-sort-line::before {
  background: url("/_assets/image/common/ico_sort_line.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-sort-line-d {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
  transform: rotate(180deg);
}
.ico-sort-line-d::before, .ico-sort-line-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-sort-line-d::after {
  opacity: 0;
}
.ico-sort-line-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-sort-line-d::before {
  background: url("/_assets/image/common/ico_sort_line.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-sort-line-wht {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
}
.ico-sort-line-wht::before, .ico-sort-line-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-sort-line-wht::after {
  opacity: 0;
}
.ico-sort-line-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-sort-line-wht::before {
  background: url("/_assets/image/common/ico_sort_line_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-sort-line-wht-d {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
  transform: rotate(180deg);
}
.ico-sort-line-wht-d::before, .ico-sort-line-wht-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-sort-line-wht-d::after {
  opacity: 0;
}
.ico-sort-line-wht-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-sort-line-wht-d::before {
  background: url("/_assets/image/common/ico_sort_line_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-sorting {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: -0.15em;
}
.ico-sorting::before, .ico-sorting::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-sorting::after {
  opacity: 0;
}
.ico-sorting.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-sorting::before {
  background: url("/_assets/image/common/ico_sorting.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-sorting::after {
  background: url("/_assets/image/common/ico_sorting_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-sorting-wht {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: -0.15em;
}
.ico-sorting-wht::before, .ico-sorting-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-sorting-wht::after {
  opacity: 0;
}
.ico-sorting-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-sorting-wht::before {
  background: url("/_assets/image/common/ico_sorting_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.ico-sorting-wht::after {
  background: url("/_assets/image/common/ico_sorting.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-sort-paint {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
}
.ico-sort-paint::before, .ico-sort-paint::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-sort-paint::after {
  opacity: 0;
}
.ico-sort-paint.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-sort-paint::before {
  background: url("/_assets/image/common/ico_sort_paint.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-sort-paint-d {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
  transform: rotate(180deg);
}
.ico-sort-paint-d::before, .ico-sort-paint-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-sort-paint-d::after {
  opacity: 0;
}
.ico-sort-paint-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-sort-paint-d::before {
  background: url("/_assets/image/common/ico_sort_paint.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-sort-paint-wht {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
}
.ico-sort-paint-wht::before, .ico-sort-paint-wht::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-sort-paint-wht::after {
  opacity: 0;
}
.ico-sort-paint-wht.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-sort-paint-wht::before {
  background: url("/_assets/image/common/ico_sort_paint_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-sort-paint-wht-d {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
  transform: rotate(180deg);
}
.ico-sort-paint-wht-d::before, .ico-sort-paint-wht-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-sort-paint-wht-d::after {
  opacity: 0;
}
.ico-sort-paint-wht-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-sort-paint-wht-d::before {
  background: url("/_assets/image/common/ico_sort_paint_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-user {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -0.15em;
}
.ico-user::before, .ico-user::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-user::after {
  opacity: 0;
}
.ico-user.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-user::before {
  background: url("/_assets/image/common/ico_user.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-circle-arrow-red {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -0.4em;
}
.ico-circle-arrow-red::before, .ico-circle-arrow-red::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-circle-arrow-red::after {
  opacity: 0;
}
.ico-circle-arrow-red.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-circle-arrow-red::before {
  background: url("/_assets/image/common/ico_circle_arrow_red.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-circle-arrow-d {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -0.4em;
}
.ico-circle-arrow-d::before, .ico-circle-arrow-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-circle-arrow-d::after {
  opacity: 0;
}
.ico-circle-arrow-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-circle-arrow-d::before {
  background: url("/_assets/image/common/ico_circle_arrow_down.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-circle-arrow-l {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -0.4em;
}
.ico-circle-arrow-l::before, .ico-circle-arrow-l::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-circle-arrow-l::after {
  opacity: 0;
}
.ico-circle-arrow-l.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-circle-arrow-l::before {
  background: url("/_assets/image/common/ico_circle_arrow_left.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-circle-arrow-r {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -0.4em;
}
.ico-circle-arrow-r::before, .ico-circle-arrow-r::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-circle-arrow-r::after {
  opacity: 0;
}
.ico-circle-arrow-r.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-circle-arrow-r::before {
  background: url("/_assets/image/common/ico_circle_arrow_right.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-circle-arrow-u {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -0.4em;
}
.ico-circle-arrow-u::before, .ico-circle-arrow-u::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-circle-arrow-u::after {
  opacity: 0;
}
.ico-circle-arrow-u.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-circle-arrow-u::before {
  background: url("/_assets/image/common/ico_circle_arrow_up.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.ico-round-arrow-d {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -0.2em;
}
.ico-round-arrow-d::before, .ico-round-arrow-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-round-arrow-d::after {
  opacity: 0;
}
.ico-round-arrow-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-round-arrow-d::before {
  transition: background 0.2s;
  border-radius: 50%;
  background: #bdbdbd url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}
.ico-round-arrow-d::after {
  border-radius: 50%;
  background: #5a5a5a url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}

.ico-round-arrow-l {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -0.2em;
  transform: rotate(90deg);
}
.ico-round-arrow-l::before, .ico-round-arrow-l::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-round-arrow-l::after {
  opacity: 0;
}
.ico-round-arrow-l.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-round-arrow-l::before {
  transition: background 0.2s;
  border-radius: 50%;
  background: #bdbdbd url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}
.ico-round-arrow-l::after {
  border-radius: 50%;
  background: #5a5a5a url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}

.ico-round-arrow-r {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -0.2em;
  transform: rotate(-90deg);
}
.ico-round-arrow-r::before, .ico-round-arrow-r::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-round-arrow-r::after {
  opacity: 0;
}
.ico-round-arrow-r.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-round-arrow-r::before {
  transition: background 0.2s;
  border-radius: 50%;
  background: #bdbdbd url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}
.ico-round-arrow-r::after {
  border-radius: 50%;
  background: #5a5a5a url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}

.ico-round-arrow-u {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -0.2em;
  transform: rotate(180deg);
}
.ico-round-arrow-u::before, .ico-round-arrow-u::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-round-arrow-u::after {
  opacity: 0;
}
.ico-round-arrow-u.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-round-arrow-u::before {
  transition: background 0.2s;
  border-radius: 50%;
  background: #bdbdbd url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}
.ico-round-arrow-u::after {
  border-radius: 50%;
  background: #5a5a5a url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}

.ico-round-arrow-wht-d {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -0.2em;
}
.ico-round-arrow-wht-d::before, .ico-round-arrow-wht-d::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-round-arrow-wht-d::after {
  opacity: 0;
}
.ico-round-arrow-wht-d.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-round-arrow-wht-d::before {
  border-radius: 50%;
  background: #fff url("/_assets/image/common/ico_arrow.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}

.ico-round-arrow-wht-l {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -0.2em;
  transform: rotate(90deg);
}
.ico-round-arrow-wht-l::before, .ico-round-arrow-wht-l::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-round-arrow-wht-l::after {
  opacity: 0;
}
.ico-round-arrow-wht-l.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-round-arrow-wht-l::before {
  border-radius: 50%;
  background: #fff url("/_assets/image/common/ico_arrow.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}

.ico-round-arrow-wht-r {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -0.2em;
  transform: rotate(-90deg);
}
.ico-round-arrow-wht-r::before, .ico-round-arrow-wht-r::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-round-arrow-wht-r::after {
  opacity: 0;
}
.ico-round-arrow-wht-r.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-round-arrow-wht-r::before {
  border-radius: 50%;
  background: #fff url("/_assets/image/common/ico_arrow.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}

.ico-round-arrow-wht-u {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -0.2em;
  transform: rotate(180deg);
}
.ico-round-arrow-wht-u::before, .ico-round-arrow-wht-u::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.ico-round-arrow-wht-u::after {
  opacity: 0;
}
.ico-round-arrow-wht-u.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.ico-round-arrow-wht-u::before {
  border-radius: 50%;
  background: #fff url("/_assets/image/common/ico_arrow.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}

.ico-mg-r {
  margin-right: 5px;
}

.ico-mg-l {
  margin-left: 5px;
}

.ico-mg-lr {
  margin-left: 5px;
  margin-right: 5px;
}

.link-txt {
  color: #337EBC;
  text-decoration: underline;
}
.link-txt:hover {
  text-decoration: none;
}

.link-txt-base:hover {
  color: #838383;
}

.list-ul {
  display: flex;
  flex-direction: column;
}
.list-ul > li {
  position: relative;
  padding-left: 1.25em;
}
.list-ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list-ul-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-ul-head > li::before {
  font-weight: bold;
}

.list-ul-head-txt {
  font-weight: bold;
  margin: 0 0 10px;
}

.list-ol {
  list-style: decimal;
  padding-left: 1.25em;
  display: flex;
  flex-direction: column;
}

.list-mark {
  display: flex;
  flex-direction: column;
}
.list-mark > li {
  display: flex;
}
.list-mark .list-mark-h {
  white-space: nowrap;
  padding-right: 0.25em;
}
.list-mark .list-mark-b {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.list-hyphen {
  display: flex;
  flex-direction: column;
}
.list-hyphen > li {
  position: relative;
  padding-left: 1em;
}
.list-hyphen > li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0.25em;
}

.list-indent {
  margin: 10px 0 0 20px;
}

.list-gap-l {
  gap: 20px;
}

.list-gap-m {
  gap: 15px;
}

.list-gap-s {
  gap: 10px;
}

td:not(.tb-td-memo):empty::after {
  content: " ";
  display: inline-block;
  visibility: hidden;
}

.tb-wn {
  white-space: nowrap;
}

.tb-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}

.tb-pos-c {
  margin-left: auto;
  margin-right: auto;
}

.tb-pos-r {
  margin-left: auto;
  margin-right: 0;
}

.tb-align-btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.table {
  border-collapse: separate;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #bdbdbd;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}
.table.tb-auto {
  width: auto;
}
.table th {
  word-break: normal;
}
.table.tb-shadow {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #e8e8e8;
}
.table .tb-col-h {
  padding: 20px;
  background: #5a5a5a;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #bdbdbd;
}
.table .tb-col-h-first {
  border-left: 0;
}
.table .tb-col-hg-top {
  position: relative;
  padding: 20px 20px 10px;
  font-size: 14px;
}
.table .tb-col-hg-top::before {
  content: "";
  border-bottom: 1px solid #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
}
.table .tb-col-hg-btm {
  border-top: 0;
  font-size: 14px;
  padding: 10px 20px 20px;
}
.table .tb-col-sh {
  padding: 20px;
  background: #f2f2f2;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #bdbdbd;
}
.table .tb-col-sh-first {
  border-left: 0;
}
.table .tb-col-h-span-top {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid #bdbdbd;
}
.table .tb-col-h-span-btm {
  padding: 10px 20px;
  font-size: 14px;
}
.table .tb-row-h {
  padding: 20px;
  vertical-align: top;
  background: #f2f2f2;
  border-top: 1px solid #bdbdbd;
}
.table .tb-td {
  padding: 20px;
  vertical-align: top;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
.table .tb-td-first {
  border-left: 0;
}
.table .tb-td-narrow {
  padding: 10px 20px;
  vertical-align: middle;
}
.table tr:first-child .tb-row-h {
  border-top: 0;
}
.table tr:first-child .tb-td {
  border-top: 0;
}
.table .tb-td-acc {
  padding: 0;
}
.table .tb-td-acc-head {
  padding: 20px;
}
.table .tb-td-acc-head:empty::after {
  content: " ";
  display: inline-block;
  visibility: hidden;
}
.table .tb-td-acc-body {
  overflow: hidden;
}
.table .tb-td-acc-body-inr {
  padding: 20px;
  border-top: 1px solid #bdbdbd;
}
.table .tb-td-acc-body-inr-narrow {
  padding: 10px 20px;
  border-top: 1px solid #bdbdbd;
}
.table .tb-cell-cap {
  margin: -10px 0 0 -10px;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.table .tb-wm-v {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  letter-spacing: 0.1em;
}
.table .tb-wm-v-en {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
  letter-spacing: 0.1em;
}
.table .tb-col-h-v {
  padding: 20px 5px 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
}
.table .tb-sep {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.table .tb-sep-item:not(:first-child) {
  border-top: 1px solid #bdbdbd;
  padding: 10px 0 0;
}
.table .tb-td-sep-solid {
  position: relative;
  border-left: 0;
}
.table .tb-td-sep-solid::before {
  content: "";
  border-left: 1px solid #bdbdbd;
  position: absolute;
  top: 20px;
  left: 0;
  height: calc(100% - 40px);
}
.table.tb-fit .tb-col-h {
  padding-right: 15px;
  padding-left: 15px;
}
.table.tb-fit .tb-row-h {
  padding-right: 15px;
  padding-left: 15px;
}
.table.tb-fit .tb-td {
  padding-right: 15px;
  padding-left: 15px;
}
.table .tb-c {
  text-align: center;
}
.table .tb-l {
  text-align: left;
}
.table .tb-r {
  text-align: right;
}
.table .tb-vt {
  vertical-align: top;
}
.table .tb-vm {
  vertical-align: middle;
}
.table .tb-vb {
  vertical-align: bottom;
}
.table .tb-bg {
  background: #f2f2f2;
}
.table .tb-bg-gry {
  background: #f2f2f2;
}
.table .tb-bg-lgry {
  background: #f6f6f6;
}
.table .tb-bg-blu {
  background: #E5F7FC;
}
.table .tb-bg-red {
  background: #F8DEDE;
}
.table .tb-bg-ylw {
  background: #FFFBED;
}
.table .tb-bg-dylw {
  background: #FDF7DB;
}
.table .tb-bg-org {
  background: #FDF4EB;
}
.table .tb-bg-pur {
  background: #F6EDF4;
}
.table .tb-bd-l {
  border-left: 1px solid #bdbdbd;
}
.table .tb-bd-t {
  border-top: 1px solid #bdbdbd;
}
.table .tb-bd-l-0 {
  border-left: 0;
}
.table .tb-bd-t-0 {
  border-top: 0;
}
.table .tb-bd-t-blk {
  border-top: 1px solid #333;
}
.table .tb-bd2-t {
  border-top: 2px solid #333;
}
.table .tb-bd2-r {
  border-right: 2px solid #333;
}
.table .tb-bd2-b {
  border-bottom: 2px solid #333;
}
.table .tb-bd2-l {
  border-left: 2px solid #333;
}
.table .tb-bd2-red-t {
  border-top: 2px solid #e60000;
}
.table .tb-bd2-red-r {
  border-right: 2px solid #e60000;
}
.table .tb-bd2-red-b {
  border-bottom: 2px solid #e60000;
}
.table .tb-bd2-red-l {
  border-left: 2px solid #e60000;
}
.table .tb-bd5-t {
  border-top: 5px solid #333;
}
.table .tb-bd5-r {
  border-right: 5px solid #333;
}
.table .tb-bd5-b {
  border-bottom: 5px solid #333;
}
.table .tb-bd5-l {
  border-left: 5px solid #333;
}
.table .tb-bd5-red-t {
  border-top: 5px solid #e60000;
}
.table .tb-bd5-red-r {
  border-right: 5px solid #e60000;
}
.table .tb-bd5-red-b {
  border-bottom: 5px solid #e60000;
}
.table .tb-bd5-red-l {
  border-left: 5px solid #e60000;
}
.table tr:first-child .tb-bd-t {
  border-top: 1px solid #bdbdbd;
}
.table tr:first-child .tb-bd2-t {
  border-top: 2px solid #333;
}
.table tr:first-child .tb-bd2-red-t {
  border-top: 2px solid #e60000;
}
.table tr:first-child .tb-bd5-t {
  border-top: 2px solid #333;
}
.table tr:first-child .tb-bd5-red-t {
  border-top: 5px solid #e60000;
}
.table .tb-pd-0 {
  padding: 0;
}
.table .tb-pd-10 {
  padding: 10px;
}
.table .tb-pd-lr0, .table.tb-fit .tb-pd-lr0 {
  padding-left: 0;
  padding-right: 0;
}
.table .tb-pd-lr5, .table.tb-fit .tb-pd-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.table .tb-pd-lr10, .table.tb-fit .tb-pd-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.table .tb-pd-lr15, .table.tb-fit .tb-pd-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.table .tb-disabled {
  background: #f2f2f2;
  color: #acacac;
}
.table .box-gry {
  background: #f2f2f2;
}

.table-in-price-table .tb-in-td {
  padding: 10px 0;
  border-bottom: 1px dashed #bdbdbd;
  vertical-align: top;
}
.table-in-price-table .tb-in-td-row {
  padding: 10px 0 0;
}
.table-in-price-table .tb-in-td-btm {
  padding: 10px 0;
}
.table-in-price-table .tb-in-td-sep {
  padding-top: 30px;
}
.table-in-price-table .tb-c {
  text-align: center;
}
.table-in-price-table .tb-l {
  text-align: left;
}
.table-in-price-table .tb-r {
  text-align: right;
}
.table-in-price-table .tb-in-row-bd-0 .tb-in-td {
  border-bottom: 0;
}

.table-in-price-table-span .tb-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.table-in-price-table-span .tb-in-td {
  padding: 10px 0;
}
.table-in-price-table-span .tb-col1 {
  padding: 10px 0;
  width: calc(20% - 8px);
}
.table-in-price-table-span .tb-col2 {
  padding: 10px 0;
  width: calc(2.5% - 1px);
  text-align: center;
}
.table-in-price-table-span .tb-col3 {
  padding: 10px 0;
  flex: 1;
}

.table-in-data .tb-in-col-h {
  padding: 20px;
  background: #f2f2f2;
  border-left: 1px solid #bdbdbd;
}
.table-in-data .tb-in-col-h-first {
  border-radius: 3px 0 0 3px;
  border-left: 0;
}
.table-in-data .tb-in-col-h-last {
  border-radius: 0 3px 3px 0;
}
.table-in-data .tb-in-td {
  padding: 20px;
  vertical-align: top;
}

.table-in-list-table .tb-in-td {
  padding: 10px 0 10px 20px;
  border-bottom: 1px dashed #bdbdbd;
}
.table-in-list-table .tb-in-td-first {
  padding-left: 0;
}
.table-in-list-table tr:first-child .tb-in-td {
  padding-top: 0;
}
.table-in-list-table tr:last-child .tb-in-td {
  padding-bottom: 0;
  border-bottom: 0;
}

.table-in-data-frame {
  border-collapse: separate;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #bdbdbd;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}
.table-in-data-frame .tb-in-col-h {
  background: #f2f2f2;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #bdbdbd;
}
.table-in-data-frame .tb-in-col-h-first {
  border-left: 0;
}
.table-in-data-frame .tb-in-td {
  padding: 20px;
  border-top: 1px solid #bdbdbd;
  border-left: 1px dashed #bdbdbd;
}
.table-in-data-frame .tb-in-td-first {
  border-left: 0;
}
.table-in-data-frame.tb-fixed {
  table-layout: fixed;
}
.table-in-data-frame .tb-pd-lr0 {
  padding-left: 0;
  padding-right: 0;
}
.table-in-data-frame .tb-pd-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.table-in-data-frame .tb-pd-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.table-in-data-frame .tb-pd-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.table-in-data-frame .tb-bd-l {
  border-left: 1px solid #bdbdbd;
}

.table-list {
  border-collapse: separate;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #bdbdbd;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}
.table-list.tb-shadow {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #e8e8e8;
}
.table-list th {
  padding: 20px;
}
.table-list td {
  padding: 20px;
}
.table-list.tb-fit th {
  padding-right: 15px;
  padding-left: 15px;
}
.table-list.tb-fit td {
  padding-right: 15px;
  padding-left: 15px;
}
.table-list.tb-fit .tb-td-memo {
  padding: 0;
}
.table-list.tb-fit .tb-memo-box {
  margin-right: 15px;
  margin-left: 15px;
}
.table-list .tb-col-h {
  background: #5a5a5a;
  color: #fff;
  white-space: nowrap;
  padding: 20px;
  text-align: center;
  border-left: 1px solid #bdbdbd;
}
.table-list .tb-col-h-first {
  border-left: 0;
}
.table-list .tb-col-hg-top {
  position: relative;
  padding: 20px 20px 10px;
  font-size: 14px;
}
.table-list .tb-col-hg-top::before {
  content: "";
  border-bottom: 1px solid #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
}
.table-list .tb-col-hg-top.tb-pd-lr2::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg-top.tb-pd-lr5::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg-top.tb-pd-lr10::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg-top.tb-col-hg-top-bd-b-100::before {
  left: 0;
  width: 100%;
}
.table-list .tb-col-hg-top.tb-col-hg-top-bd-b-100.tb-pd-lr10::before {
  left: 0;
  width: 100%;
}
.table-list .tb-col-hg-top.tb-col-hg-sep-top {
  position: relative;
  border-left: 0;
}
.table-list .tb-col-hg-top.tb-col-hg-sep-top::after {
  content: "";
  border-left: 1px dashed #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 20px);
}
.table-list .tb-col-hg-top.tb-col-hg-sep-top2 {
  position: relative;
  border-left: 0;
}
.table-list .tb-col-hg-top.tb-col-hg-sep-top2::after {
  content: "";
  border-left: 1px dashed #bdbdbd;
  position: absolute;
  top: 20px;
  left: 0;
  height: calc(100% - 30px);
}
.table-list .tb-col-hg-mid {
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
}
.table-list .tb-col-hg-mid::before {
  content: "";
  border-bottom: 1px solid #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
}
.table-list .tb-col-hg-mid.tb-pd-lr2::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg-mid.tb-pd-lr5::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg-mid.tb-pd-lr10::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg-mid.tb-col-hg-mid-bd-b-100::before {
  left: 0;
  width: 100%;
}
.table-list .tb-col-hg-mid.tb-col-hg-mid-bd-b-0::before {
  border-bottom: 0;
}
.table-list .tb-col-hg-mid.tb-col-hg-sep-btm {
  position: relative;
  border-left: 0;
}
.table-list .tb-col-hg-mid.tb-col-hg-sep-btm::after {
  content: "";
  border-left: 1px dashed #bdbdbd;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 10px);
}
.table-list .tb-col-hg-btm {
  border-top: 0;
  font-size: 14px;
  padding: 10px 20px 20px;
}
.table-list .tb-col-hg-sep {
  position: relative;
  border-left: 0;
  border-top: 0;
}
.table-list .tb-col-hg-sep::before {
  content: "";
  border-left: 1px dashed #bdbdbd;
  position: absolute;
  top: 10px;
  left: 0;
  height: calc(100% - 30px);
}
.table-list .tb-col-hg2-top {
  padding: 20px 20px 10px;
  font-size: 14px;
}
.table-list .tb-col-hg2-sep {
  position: relative;
  border-left: 0;
}
.table-list .tb-col-hg2-sep::before {
  content: "";
  border-left: 1px dashed #bdbdbd;
  position: absolute;
  top: 20px;
  left: 0;
  height: calc(100% - 30px);
}
.table-list .tb-col-hg2-btm {
  position: relative;
  font-size: 14px;
  padding: 10px 20px 20px;
}
.table-list .tb-col-hg2-btm::before {
  content: "";
  border-top: 1px solid #bdbdbd;
  position: absolute;
  top: -1px;
  left: 20px;
  width: calc(100% - 40px);
}
.table-list.tb-fit .tb-col-hg2-btm::before {
  left: 15px;
  width: calc(100% - 30px);
}
.table-list .tb-col-hg2-mid {
  position: relative;
  font-size: 14px;
  padding: 10px 20px;
}
.table-list .tb-col-hg2-mid::before {
  content: "";
  border-top: 1px solid #bdbdbd;
  position: absolute;
  top: -1px;
  left: 20px;
  width: calc(100% - 40px);
}
.table-list .tb-col-hg2-mid.tb-pd-lr2::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg2-mid.tb-pd-lr5::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg2-mid.tb-pd-lr10::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg2-mid.tb-col-hg-mid-bd-b-100::before {
  left: 0;
  width: 100%;
}
.table-list .tb-col-hg2-mid.tb-col-hg-mid-bd-t-0::before {
  border-top: 0;
}
.table-list .tb-col-hg-top-connect-first {
  position: relative;
  padding: 20px 20px 10px;
  font-size: 14px;
}
.table-list .tb-col-hg-top-connect-first::before {
  content: "";
  border-bottom: 1px solid #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg-top-connect-middle {
  position: relative;
  padding: 20px 20px 10px;
  font-size: 14px;
  border-left: 0;
  border-bottom: 1px solid #bdbdbd;
}
.table-list .tb-col-hg-top-connect-last {
  position: relative;
  padding: 20px 20px 10px;
  font-size: 14px;
  border-left: 0;
}
.table-list .tb-col-hg-top-connect-last::before {
  content: "";
  border-bottom: 1px solid #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg-btm-connect-first {
  position: relative;
  padding: 10px 20px 20px;
  font-size: 14px;
}
.table-list .tb-col-hg-btm-connect-first::before {
  content: "";
  border-bottom: 1px solid #bdbdbd;
  position: absolute;
  top: -1px;
  left: 20px;
  width: calc(100% - 20px);
}
.table-list .tb-col-hg-btm-connect-middle {
  position: relative;
  padding: 10px 20px 20px;
  font-size: 14px;
  border-left: 0;
}
.table-list .tb-col-hg-btm-connect-middle::before {
  content: "";
  border-top: 1px solid #bdbdbd;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}
.table-list .tb-col-hg-btm-connect-last {
  position: relative;
  padding: 10px 20px 20px;
  font-size: 14px;
  border-left: 0;
}
.table-list .tb-col-hg-btm-connect-last::before {
  content: "";
  border-top: 1px solid #bdbdbd;
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(100% - 20px);
}
.table-list .tb-col-h-box {
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 4px 10px;
}
.table-list .tb-col-h-span-top {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid #bdbdbd;
}
.table-list .tb-td {
  border-top: 1px solid #bdbdbd;
  border-left: 1px dashed #bdbdbd;
}
.table-list .tb-td-first {
  border-left: 0;
}
.table-list tr:first-child .tb-td {
  border-top: 0;
}
.table-list .tb-td-memo {
  border-left: 1px dashed #bdbdbd;
  padding: 0;
}
.table-list .tb-memo-box {
  background: #f2f2f2;
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  margin: 10px 20px;
}
.table-list .tb-memo-box-bg-blu {
  background: #E5F7FC;
  font-size: inherit;
}
.table-list .tb-memo-box-bg-red {
  background: #F8DEDE;
  font-size: inherit;
}
.table-list .tb-memo-box-bg-ylw {
  background: #FFFBED;
  font-size: inherit;
}
.table-list .tb-td-sep {
  position: relative;
  border-left: 0;
}
.table-list .tb-td-sep::before {
  content: "";
  border-left: 1px dashed #bdbdbd;
  position: absolute;
  top: 20px;
  left: 0;
  height: calc(100% - 40px);
}
.table-list .tb-td-gp-top {
  position: relative;
  padding-bottom: 10px;
  border-top: 1px solid #bdbdbd;
  border-left: 1px dashed #bdbdbd;
}
.table-list .tb-td-gp-top::before {
  content: "";
  border-bottom: 1px solid #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
}
.table-list .tb-td-gp-top.tb-pd-lr2::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-td-gp-top.tb-pd-lr5::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-td-gp-top.tb-pd-lr10::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-td-gp-top.tb-td-gp-top-bd-b-100::before {
  left: 0;
  width: 100%;
}
.table-list .tb-td-gp-top.tb-td-gp-top-bd-b-0::before {
  border-bottom: 0;
}
.table-list .tb-td-gp-top.tb-td-sep-top {
  position: relative;
  border-left: 0;
}
.table-list .tb-td-gp-top.tb-td-sep-top::after {
  content: "";
  border-left: 1px dashed #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 20px);
}
.table-list .tb-td-gp-top.tb-td-sep-top2 {
  position: relative;
  border-left: 0;
}
.table-list .tb-td-gp-top.tb-td-sep-top2::after {
  content: "";
  border-left: 1px dashed #bdbdbd;
  position: absolute;
  top: 20px;
  left: 0;
  height: calc(100% - 30px);
}
.table-list tr:first-child .tb-td-gp-top {
  border-top: 0;
}
.table-list .tb-td-gp-mid {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px dashed #bdbdbd;
}
.table-list .tb-td-gp-mid::before {
  content: "";
  border-bottom: 1px solid #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
}
.table-list .tb-td-gp-mid.tb-pd-lr2::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-td-gp-mid.tb-pd-lr5::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-td-gp-mid.tb-pd-lr10::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-td-gp-mid.tb-td-gp-mid-bd-b-100::before {
  left: 0;
  width: 100%;
}
.table-list .tb-td-gp-mid.tb-td-gp-mid-bd-b-0::before {
  border-bottom: 0;
}
.table-list .tb-td-gp-mid.tb-td-sep-btm {
  position: relative;
  border-left: 0;
}
.table-list .tb-td-gp-mid.tb-td-sep-btm::after {
  content: "";
  border-left: 1px dashed #bdbdbd;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 10px);
}
.table-list .tb-td-gp-btm {
  border-top: 0;
  border-left: 1px dashed #bdbdbd;
  padding-top: 10px;
}
.table-list .tb-td-gp2-top {
  padding-bottom: 10px;
  border-top: 1px solid #bdbdbd;
  border-left: 1px dashed #bdbdbd;
}
.table-list .tb-td-gp2-sep {
  position: relative;
  border-left: 0;
}
.table-list .tb-td-gp2-sep::before {
  content: "";
  border-left: 1px dashed #bdbdbd;
  position: absolute;
  top: 20px;
  left: 0;
  height: calc(100% - 30px);
}
.table-list tr:first-child .tb-td-gp2-top {
  border-top: 0;
}
.table-list .tb-td-gp2-btm {
  position: relative;
  border-top: 0;
  border-left: 1px dashed #bdbdbd;
  padding-top: 10px;
}
.table-list .tb-td-gp2-btm::before {
  content: "";
  border-top: 1px solid #bdbdbd;
  position: absolute;
  top: -1px;
  left: 20px;
  width: calc(100% - 40px);
}
.table-list.tb-fit .tb-td-gp2-btm::before {
  left: 15px;
  width: calc(100% - 30px);
}
.table-list .tb-td-gp2-mid {
  position: relative;
  padding-top: 10px;
  border-left: 1px dashed #bdbdbd;
  padding-bottom: 10px;
}
.table-list .tb-td-gp2-mid::before {
  content: "";
  border-top: 1px solid #bdbdbd;
  position: absolute;
  top: -1px;
  left: 20px;
  width: calc(100% - 40px);
}
.table-list .tb-td-gp2-mid.tb-pd-lr2::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-td-gp2-mid.tb-pd-lr5::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-td-gp2-mid.tb-pd-lr10::before {
  left: 10px;
  width: calc(100% - 20px);
}
.table-list .tb-td-gp2-mid.tb-td-gp-mid-bd-b-100::before {
  left: 0;
  width: 100%;
}
.table-list .tb-td-gp2-mid.tb-td-gp-mid-bd-t-0::before {
  border-top: 0;
}
.table-list .tb-in-box {
  background: #f2f2f2;
  padding: 10px;
  margin: 5px 0 0;
  border-radius: 3px;
}
.table-list .tb-wm-v {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  letter-spacing: 0.1em;
}
.table-list .tb-wm-v-en {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
  letter-spacing: 0.1em;
}
.table-list .tb-ch-v {
  background: #5a5a5a;
  color: #fff;
  padding: 20px 5px 10px;
  white-space: nowrap;
  vertical-align: top;
  border-left: 1px dashed #bdbdbd;
  text-align: center;
  width: 2em;
}
.table-list .tb-ch-v-first {
  border-left: 1px solid #bdbdbd;
  padding: 20px 5px 10px;
}
.table-list .tb-ch-v-hg {
  background: #5a5a5a;
  color: #fff;
  border-left: 1px dashed #bdbdbd;
  border-bottom: 1px dashed #bdbdbd;
  text-align: center;
  padding: 10px 5px;
}
.table-list .tb-ch-v-hg-span {
  background: #5a5a5a;
  color: #fff;
  border-left: 1px dashed #bdbdbd;
  text-align: center;
  padding: 10px 5px;
}
.table-list .tb-ch-v-hg-txt {
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 3px 5px;
  line-height: 1.4;
  font-size: 12px;
}
.table-list .tb-td-v {
  padding: 15px 5px;
  text-align: center;
}
.table-list .tb-td-v-first {
  border-left: 1px solid #bdbdbd;
}
.table-list .tb-hr {
  border-top: 1px solid #bdbdbd;
  margin: 10px 0;
}
.table-list .tb-col-h-combi {
  font-size: 14px;
}
.table-list .tb-col-h-combi-top {
  padding: 0 0 10px;
}
.table-list .tb-col-h-combi-mid {
  border-top: 1px solid #bdbdbd;
  padding: 10px 0;
}
.table-list .tb-col-h-combi-btm {
  border-top: 1px solid #bdbdbd;
  padding: 10px 0 0;
}
.table-list .tb-td-combi {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-list .tb-td-combi-top {
  padding: 10px 0;
}
.table-list .tb-td-combi-mid {
  border-top: 1px solid #bdbdbd;
  padding: 10px 0;
}
.table-list .tb-td-combi-btm {
  border-top: 1px solid #bdbdbd;
  padding: 10px 0;
}
.table-list .tb-td-combi-btm-pb0 {
  padding-bottom: 0;
}
.table-list .tb-c {
  text-align: center;
}
.table-list .tb-l {
  text-align: left;
}
.table-list .tb-r {
  text-align: right;
}
.table-list .tb-vt {
  vertical-align: top;
}
.table-list .tb-vm {
  vertical-align: middle;
}
.table-list .tb-vb {
  vertical-align: bottom;
}
.table-list .tb-bg {
  background: #f6f6f6;
}
.table-list .tb-bg .tb-memo-box {
  background: #fff;
}
.table-list .tb-bg .tb-memo-box-bg-blu {
  background: #E5F7FC;
}
.table-list .tb-bg .tb-memo-box-bg-red {
  background: #F8DEDE;
}
.table-list .tb-bg .tb-memo-box-bg-ylw {
  background: #FFFBED;
}
.table-list .tb-bg-gry {
  background: #f2f2f2;
}
.table-list .tb-bg-lgry {
  background: #f6f6f6;
}
.table-list .tb-bg-blu {
  background: #E5F7FC;
}
.table-list .tb-bg-red {
  background: #F8DEDE;
}
.table-list .tb-bg-ylw {
  background: #FFFBED;
}
.table-list .tb-bg-dylw {
  background: #FDF7DB;
}
.table-list .tb-bg-org {
  background: #FDF4EB;
}
.table-list .tb-bg-pur {
  background: #F6EDF4;
}
.table-list .tb-bg-lslv {
  background: #e6e6e6;
}
.table-list .tb-bd-l {
  border-left: 1px solid #bdbdbd;
}
.table-list .tb-bd-t {
  border-top: 1px solid #bdbdbd;
}
.table-list .tb-bd-l-0 {
  border-left: 0;
}
.table-list .tb-bd-t-0 {
  border-top: 0;
}
.table-list .tb-bd-t-blk {
  border-top: 1px solid #333;
}
.table-list .tb-pd-lr0, .table-list.tb-fit .tb-pd-lr0 {
  padding-left: 0;
  padding-right: 0;
}
.table-list .tb-pd-lr2, .table-list.tb-fit .tb-pd-lr2 {
  padding-left: 2px;
  padding-right: 2px;
}
.table-list .tb-pd-lr5, .table-list.tb-fit .tb-pd-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.table-list .tb-pd-lr10, .table-list.tb-fit .tb-pd-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.table-list .tb-pd-lr15, .table-list.tb-fit .tb-pd-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.table-list .tb-pd-5, .table-list.tb-fit .tb-pd-5 {
  padding: 5px;
}
.table-list .tb-pd-5-t10, .table-list.tb-fit .tb-pd-5-t10 {
  padding: 10px 5px 5px 5px;
}
.table-list .tb-pd-5-t20, .table-list.tb-fit .tb-pd-5-t20 {
  padding: 20px 5px 5px 5px;
}
.table-list .tb-pd-5-b20, .table-list.tb-fit .tb-pd-5-b20 {
  padding: 5px 5px 20px 5px;
}
.table-list .tb-pd-5-2, .table-list.tb-fit .tb-pd-5-2 {
  padding: 5px 2px;
}
.table-list .tb-pd-5-2-t10, .table-list.tb-fit .tb-pd-5-2-t10 {
  padding: 10px 2px 5px 2px;
}
.table-list .tb-pd-5-2-t20, .table-list.tb-fit .tb-pd-5-2-t20 {
  padding: 20px 2px 5px 2px;
}
.table-list .tb-pd-5-2-b20, .table-list.tb-fit .tb-pd-5-2-b20 {
  padding: 5px 2px 20px 2px;
}
.table-list .tb-disabled {
  background: #f2f2f2;
  color: #acacac;
}
.table-list .tb-wnm {
  white-space: normal;
}
.table-list .tb-wpl {
  white-space: pre-line;
}
.table-list .tb-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.table-list .tb-section-item .e-ico-l {
  margin: 0 10px 0 0;
}
.table-list .tb-section-item .e-ico-r {
  margin: 0 0 0 10px;
}
.table-list .box-gry {
  background: #f2f2f2;
}

.tb-section-item:hover {
  text-decoration: none;
}
.tb-section-item:hover .e-ico-l::before {
  opacity: 0;
}
.tb-section-item:hover .e-ico-l::after {
  opacity: 1;
}
.tb-section-item:hover .e-ico-r::before {
  opacity: 0;
}
.tb-section-item:hover .e-ico-r::after {
  opacity: 1;
}

.js-table-check-select .tb-td:has(.js-table-check-box[type=checkbox]:not([disabled]):checked) {
  background: #E5F7FC;
}

.js-table-radio-select td:has(input[type=radio]:not([disabled]):checked) {
  background: #E5F7FC;
}

.table-in-detail {
  width: 100%;
}
.table-in-detail .tb-in-td {
  border-top: 1px dashed #bdbdbd;
  border-left: 1px dashed #bdbdbd;
  padding: 5px 20px;
}
.table-in-detail .tb-in-td-first {
  border-left: 0;
}
.table-in-detail .tb-in-row-first .tb-in-td {
  border-top: 0;
}
.table-in-detail .tb-in-td-hr {
  padding: 0;
}
.table-in-detail .tb-in-hr {
  margin: 10px 0;
  border-top: 1px solid #bdbdbd;
}
.table-in-detail .tb-in-td-last-sep {
  border-left: 0;
  position: relative;
}

.table-data {
  border-collapse: separate;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #bdbdbd;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  word-break: break-all;
}
.table-data th {
  padding: 20px;
  word-break: normal;
}
.table-data td {
  padding: 20px;
}
.table-data .tb-col-h {
  background: #5a5a5a;
  color: #fff;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.table-data .tb-col-lh {
  background: #f2f2f2;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.table-data .tb-col-h-first {
  border-left: 0;
}
.table-data .tb-td {
  border-top: 1px solid #bdbdbd;
  border-left: 1px dashed #bdbdbd;
}
.table-data .tb-td-first {
  border-left: 0;
}
.table-data tr:first-child .tb-td {
  border-top: 0;
}
.table-data .tb-c {
  text-align: center;
}
.table-data .tb-l {
  text-align: left;
}
.table-data .tb-r {
  text-align: right;
}
.table-data .tb-vt {
  vertical-align: top;
}
.table-data .tb-vm {
  vertical-align: middle;
}
.table-data .tb-vb {
  vertical-align: bottom;
}
.table-data .tb-bd-l-0 {
  border-left: 0;
}
.table-data .tb-bd-t-0 {
  border-top: 0;
}
.table-data .tb-bg {
  background: #f6f6f6;
}
.table-data .tb-bg-gry {
  background: #f2f2f2;
}
.table-data .tb-bg-lgry {
  background: #f6f6f6;
}
.table-data .tb-bg-blu {
  background: #E5F7FC;
}
.table-data .tb-bg-red {
  background: #F8DEDE;
}
.table-data .tb-bg-ylw {
  background: #FFFBED;
}
.table-data .tb-bg-dylw {
  background: #FDF7DB;
}
.table-data .tb-bg-org {
  background: #FDF4EB;
}
.table-data .tb-bg-pur {
  background: #F6EDF4;
}
.table-data .tb-pd-lr0, .table-data.tb-fit .tb-pd-lr0 {
  padding-left: 0;
  padding-right: 0;
}
.table-data .tb-pd-lr5, .table-data.tb-fit .tb-pd-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.table-data .tb-pd-lr10, .table-data.tb-fit .tb-pd-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.table-data .tb-pd-lr15, .table-data.tb-fit .tb-pd-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.table-data .tb-disabled {
  background: #f2f2f2;
  color: #acacac;
}

.table-data-multi {
  border-collapse: separate;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #bdbdbd;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}
.table-data-multi th {
  padding: 20px;
}
.table-data-multi td {
  padding: 20px;
}
.table-data-multi .tb-col-h {
  background: #5a5a5a;
  color: #fff;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.table-data-multi .tb-col-lh {
  background: #f2f2f2;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
.table-data-multi thead .tb-col-lh {
  border-bottom: 1px solid #bdbdbd;
}
.table-data-multi .tb-col-h-first {
  border-left: 0;
}
.table-data-multi .tb-td {
  border-top: 1px solid #bdbdbd;
  border-left: 1px dashed #bdbdbd;
}
.table-data-multi .tb-td-first {
  border-left: 0;
}
.table-data-multi tr:first-child .tb-col-lh, .table-data-multi tr:first-child .tb-td {
  border-top: 0;
}
.table-data-multi .tb-c {
  text-align: center;
}
.table-data-multi .tb-l {
  text-align: left;
}
.table-data-multi .tb-r {
  text-align: right;
}
.table-data-multi .tb-vt {
  vertical-align: top;
}
.table-data-multi .tb-vm {
  vertical-align: middle;
}
.table-data-multi .tb-vb {
  vertical-align: bottom;
}
.table-data-multi .tb-bd-l-0 {
  border-left: 0;
}
.table-data-multi .tb-bd-t-0 {
  border-top: 0;
}
.table-data-multi .tb-bg {
  background: #f6f6f6;
}
.table-data-multi .tb-bg-gry {
  background: #f2f2f2;
}
.table-data-multi .tb-bg-lgry {
  background: #f6f6f6;
}
.table-data-multi .tb-bg-blu {
  background: #E5F7FC;
}
.table-data-multi .tb-bg-red {
  background: #F8DEDE;
}
.table-data-multi .tb-bg-ylw {
  background: #FFFBED;
}
.table-data-multi .tb-bg-dylw {
  background: #FDF7DB;
}
.table-data-multi .tb-bg-org {
  background: #FDF4EB;
}
.table-data-multi .tb-bg-pur {
  background: #F6EDF4;
}
.table-data-multi .tb-pd-lr0, .table-data-multi.tb-fit .tb-pd-lr0 {
  padding-left: 0;
  padding-right: 0;
}
.table-data-multi .tb-pd-lr5, .table-data-multi.tb-fit .tb-pd-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.table-data-multi .tb-pd-lr10, .table-data-multi.tb-fit .tb-pd-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.table-data-multi .tb-pd-lr15, .table-data-multi.tb-fit .tb-pd-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.table-data-multi .tb-disabled {
  background: #f2f2f2;
  color: #acacac;
}

.table-kessai {
  border-collapse: separate;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #bdbdbd;
}
.table-kessai th {
  background: #f2f2f2;
  padding: 20px;
  border-left: 1px solid #bdbdbd;
}
.table-kessai th:first-child {
  border-left: 0;
}
.table-kessai .tb-ch-btn {
  border-left: 0;
  padding-left: 0;
}
.table-kessai td {
  padding: 10px 20px;
  border-top: 1px solid #bdbdbd;
  border-left: 1px dashed #bdbdbd;
}
.table-kessai td:first-child {
  border-left: 0;
}
.table-kessai .tb-td-btn {
  border-left: 0;
  padding-left: 0;
}
.table-kessai .tb-option {
  border-top: 1px dashed #bdbdbd;
  padding: 20px;
}
.table-kessai .tb-unit {
  display: flex;
  width: 100%;
}
.table-kessai .tb-unit-h {
  margin: 0 10px 0 0;
}
.table-kessai .tb-unit-b {
  flex: 1;
}

.table-in-plain {
  width: 100%;
}
.table-in-plain th, .table-in-plain td {
  padding: 10px;
}

.table-in-plain-data th, .table-in-plain-data td {
  padding: 5px 0 0;
}
.table-in-plain-data tr:first-child th, .table-in-plain-data tr:first-child td {
  padding: 0;
}

.tb-box-rate {
  padding: 5px 15px;
  border: 2px solid #e60000;
  border-radius: 3px;
  background: #FFFBED;
  color: #e60000;
}

.table-notice {
  border-collapse: separate;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.table-notice .tb-col-h {
  padding: 10px 15px;
  background: #f2f2f2;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #bdbdbd;
}
.table-notice .tb-col-h-first {
  border-left: 0;
}
.table-notice .tb-td {
  padding: 10px 15px;
  vertical-align: middle;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
.table-notice .tb-td-first {
  border-left: 0;
}
.table-notice tr.tb-row-first .tb-td {
  border-top: 0;
}
.table-notice .tb-c {
  text-align: center;
}
.table-notice .tb-l {
  text-align: left;
}
.table-notice .tb-r {
  text-align: right;
}
.table-notice .tb-vt {
  vertical-align: top;
}
.table-notice .tb-vm {
  vertical-align: middle;
}
.table-notice .tb-vb {
  vertical-align: bottom;
}
.table-notice .tb-bg {
  background: #f2f2f2;
}
.table-notice .tb-bg-gry {
  background: #f2f2f2;
}
.table-notice .tb-bg-lgry {
  background: #f6f6f6;
}
.table-notice .tb-bg-blu {
  background: #E5F7FC;
}
.table-notice .tb-bg-red {
  background: #F8DEDE;
}
.table-notice .tb-bg-ylw {
  background: #FFFBED;
}
.table-notice .tb-bg-dylw {
  background: #FDF7DB;
}
.table-notice .tb-bd-l {
  border-left: 1px solid #bdbdbd;
}
.table-notice .tb-bd-t {
  border-top: 1px solid #bdbdbd;
}
.table-notice .tb-bd-l-0 {
  border-left: 0;
}
.table-notice .tb-bd-t-0 {
  border-top: 0;
}

.table-in-code-pattern {
  width: 100%;
}
.table-in-code-pattern .tb-in-col-h {
  text-align: center;
  font-size: 10px;
  padding: 5px 2px;
}
.table-in-code-pattern .tb-in-col-h-sep {
  padding-left: 10px;
}
.table-in-code-pattern .tb-in-row-h {
  width: 120px;
  padding-right: 10px;
  vertical-align: middle;
  padding: 5px 10px 5px 0;
}
.table-in-code-pattern .tb-in-td {
  padding: 5px 2px;
}
.table-in-code-pattern .tb-in-td-sep {
  padding-left: 10px;
}

.table-in-total-price {
  width: 100%;
}
.table-in-total-price .tb-in-td {
  padding: 5px 15px 0 15px;
  vertical-align: top;
}
.table-in-total-price .tb-in-td-first {
  padding-left: 0;
}
.table-in-total-price .tb-in-td-last {
  padding-left: 0;
  padding-right: 0;
}
.table-in-total-price .tb-in-row-first .tb-in-td {
  padding-top: 0;
}
.table-in-total-price .tb-in-td-sep-solid {
  position: relative;
}
.table-in-total-price .tb-in-td-sep-solid::before {
  content: "";
  border-left: 1px solid #bdbdbd;
  position: absolute;
  top: 5px;
  left: 0;
  height: calc(100% - 11px);
}
.table-in-total-price .tb-in-row-first .tb-in-td-sep-solid::before {
  top: 0;
  height: calc(100% - 6px);
}

.tb-p0 {
  width: 0%;
}

.tb-p1 {
  width: 1%;
}

.tb-p2 {
  width: 2%;
}

.tb-p3 {
  width: 3%;
}

.tb-p4 {
  width: 4%;
}

.tb-p5 {
  width: 5%;
}

.tb-p6 {
  width: 6%;
}

.tb-p7 {
  width: 7%;
}

.tb-p8 {
  width: 8%;
}

.tb-p9 {
  width: 9%;
}

.tb-p10 {
  width: 10%;
}

.tb-p11 {
  width: 11%;
}

.tb-p12 {
  width: 12%;
}

.tb-p13 {
  width: 13%;
}

.tb-p14 {
  width: 14%;
}

.tb-p15 {
  width: 15%;
}

.tb-p16 {
  width: 16%;
}

.tb-p17 {
  width: 17%;
}

.tb-p18 {
  width: 18%;
}

.tb-p19 {
  width: 19%;
}

.tb-p20 {
  width: 20%;
}

.tb-p21 {
  width: 21%;
}

.tb-p22 {
  width: 22%;
}

.tb-p23 {
  width: 23%;
}

.tb-p24 {
  width: 24%;
}

.tb-p25 {
  width: 25%;
}

.tb-p26 {
  width: 26%;
}

.tb-p27 {
  width: 27%;
}

.tb-p28 {
  width: 28%;
}

.tb-p29 {
  width: 29%;
}

.tb-p30 {
  width: 30%;
}

.tb-p31 {
  width: 31%;
}

.tb-p32 {
  width: 32%;
}

.tb-p33 {
  width: 33%;
}

.tb-p34 {
  width: 34%;
}

.tb-p35 {
  width: 35%;
}

.tb-p36 {
  width: 36%;
}

.tb-p37 {
  width: 37%;
}

.tb-p38 {
  width: 38%;
}

.tb-p39 {
  width: 39%;
}

.tb-p40 {
  width: 40%;
}

.tb-p41 {
  width: 41%;
}

.tb-p42 {
  width: 42%;
}

.tb-p43 {
  width: 43%;
}

.tb-p44 {
  width: 44%;
}

.tb-p45 {
  width: 45%;
}

.tb-p46 {
  width: 46%;
}

.tb-p47 {
  width: 47%;
}

.tb-p48 {
  width: 48%;
}

.tb-p49 {
  width: 49%;
}

.tb-p50 {
  width: 50%;
}

.tb-p51 {
  width: 51%;
}

.tb-p52 {
  width: 52%;
}

.tb-p53 {
  width: 53%;
}

.tb-p54 {
  width: 54%;
}

.tb-p55 {
  width: 55%;
}

.tb-p56 {
  width: 56%;
}

.tb-p57 {
  width: 57%;
}

.tb-p58 {
  width: 58%;
}

.tb-p59 {
  width: 59%;
}

.tb-p60 {
  width: 60%;
}

.tb-p61 {
  width: 61%;
}

.tb-p62 {
  width: 62%;
}

.tb-p63 {
  width: 63%;
}

.tb-p64 {
  width: 64%;
}

.tb-p65 {
  width: 65%;
}

.tb-p66 {
  width: 66%;
}

.tb-p67 {
  width: 67%;
}

.tb-p68 {
  width: 68%;
}

.tb-p69 {
  width: 69%;
}

.tb-p70 {
  width: 70%;
}

.tb-p71 {
  width: 71%;
}

.tb-p72 {
  width: 72%;
}

.tb-p73 {
  width: 73%;
}

.tb-p74 {
  width: 74%;
}

.tb-p75 {
  width: 75%;
}

.tb-p76 {
  width: 76%;
}

.tb-p77 {
  width: 77%;
}

.tb-p78 {
  width: 78%;
}

.tb-p79 {
  width: 79%;
}

.tb-p80 {
  width: 80%;
}

.tb-p81 {
  width: 81%;
}

.tb-p82 {
  width: 82%;
}

.tb-p83 {
  width: 83%;
}

.tb-p84 {
  width: 84%;
}

.tb-p85 {
  width: 85%;
}

.tb-p86 {
  width: 86%;
}

.tb-p87 {
  width: 87%;
}

.tb-p88 {
  width: 88%;
}

.tb-p89 {
  width: 89%;
}

.tb-p90 {
  width: 90%;
}

.tb-p91 {
  width: 91%;
}

.tb-p92 {
  width: 92%;
}

.tb-p93 {
  width: 93%;
}

.tb-p94 {
  width: 94%;
}

.tb-p95 {
  width: 95%;
}

.tb-p96 {
  width: 96%;
}

.tb-p97 {
  width: 97%;
}

.tb-p98 {
  width: 98%;
}

.tb-p99 {
  width: 99%;
}

.tb-p100 {
  width: 100%;
}

.tb-p32-5 {
  width: 32.5%;
}

.tb-w201 {
  width: 201px;
}

.tag-grdline {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #000;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  padding: 4px 9px 3px;
  box-sizing: border-box;
  border: 1px solid transparent;
  white-space: nowrap;
  vertical-align: -0.3em;
}
.tag-grdline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  transition: background 0.2s;
}
.tag-grdline .e-inr {
  position: relative;
  z-index: 2;
}
.tag-grdline .e-txt {
  padding-bottom: 0.1em;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media print {
  .tag-grdline .e-txt {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #e60000;
  }
}

.tag-whtline {
  overflow: hidden;
  color: #fff;
  padding: 4px 9px 3px;
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  display: inline-block;
  vertical-align: -0.3em;
  white-space: nowrap;
}

.tag-red {
  overflow: hidden;
  color: #fff;
  background: #e60000;
  padding: 5px 10px 4px;
  border: 1px solid #e60000;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  display: inline-block;
  vertical-align: -0.3em;
  white-space: nowrap;
}

.tag-redline {
  overflow: hidden;
  color: #e60000;
  padding: 4px 9px 3px;
  border: 1px solid #e60000;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  display: inline-block;
  vertical-align: -0.3em;
  white-space: nowrap;
}

.tag-gryline {
  overflow: hidden;
  color: #5a5a5a;
  padding: 4px 9px 3px;
  border: 1px solid #5a5a5a;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  display: inline-block;
  vertical-align: -0.3em;
  white-space: nowrap;
}

.tag-org {
  overflow: hidden;
  color: #fff;
  background: #EB9042;
  padding: 5px 10px 4px;
  border: 1px solid #EB9042;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  display: inline-block;
  vertical-align: -0.3em;
  white-space: nowrap;
}

.tag-pur {
  overflow: hidden;
  color: #fff;
  background: #AA5194;
  padding: 5px 10px 4px;
  border: 1px solid #AA5194;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  display: inline-block;
  vertical-align: -0.3em;
  white-space: nowrap;
}

.tag-wht-s {
  color: #e60000;
  background: #fff;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 3px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
}

.tag-redline-s {
  color: #e60000;
  padding: 3px 7px;
  border: 1px solid #e60000;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 3px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
}

.tag-red-ss {
  color: #fff;
  background: #e60000;
  padding: 3px 5px 2px;
  font-size: 10px;
  line-height: 1.3;
  border-radius: 3px;
  display: inline-block;
  white-space: nowrap;
  min-width: 80px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: 0.3em;
}

.tag-redline-ss {
  color: #e60000;
  padding: 2px 4px 1px;
  border: 1px solid #e60000;
  font-size: 10px;
  line-height: 1.3;
  border-radius: 3px;
  display: inline-block;
  white-space: nowrap;
  min-width: 80px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: 0.3em;
}

.tag-gryline-ss {
  color: #5a5a5a;
  border: 1px solid #5a5a5a;
  padding: 3px 5px 2px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1.3;
  display: inline-block;
  white-space: nowrap;
  min-width: 80px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: 0.3em;
}

.tag-grdline-l {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  color: #000;
  font-size: 16px;
  line-height: 1;
  border-radius: 3px;
  padding: 9px 9px 8px;
  box-sizing: border-box;
  border: 1px solid transparent;
  white-space: nowrap;
  vertical-align: -0.7em;
}
.tag-grdline-l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  transition: background 0.2s;
}
.tag-grdline-l .e-inr {
  position: relative;
  z-index: 2;
}
.tag-grdline-l .e-txt {
  padding-bottom: 0.1em;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media print {
  .tag-grdline-l .e-txt {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #e60000;
  }
}

.tag-red-l {
  overflow: hidden;
  color: #fff;
  background: #e60000;
  padding: 10px 10px 9px;
  border: 1px solid #e60000;
  font-size: 16px;
  line-height: 1;
  border-radius: 3px;
  display: inline-block;
  vertical-align: -0.7em;
  white-space: nowrap;
}

.tag-redline-l {
  overflow: hidden;
  color: #e60000;
  padding: 9px 9px 8px;
  border: 1px solid #e60000;
  font-size: 16px;
  line-height: 1;
  border-radius: 3px;
  display: inline-block;
  vertical-align: -0.7em;
  white-space: nowrap;
}

.unit-en {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}

.unit-en-num {
  margin-left: auto;
}

.anchor-link {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}

.anchor-link-item-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px;
  gap: 10px 30px;
}

.anchor-link-item-wrap-narrow {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  gap: 10px 30px;
}

.anchor-link-item {
  padding: 5px 20px 5px 10px;
  transition: background 0.2s;
  border-radius: 30px;
  font-weight: bold;
}
.anchor-link-item .e-ico {
  margin: 0 10px 0 0;
}
.anchor-link-item:hover {
  background: #5a5a5a;
  color: #fff;
  text-decoration: none;
}
.anchor-link-item:hover .e-ico::before {
  opacity: 0;
}
.anchor-link-item:hover .e-ico::after {
  opacity: 1;
}
.anchor-link-item:hover .ico-round-arrow-d::after {
  background: #bdbdbd url(/_assets/image/common/ico_arrow_wht.svg) no-repeat 50% 50%;
  background-size: 10px auto;
}

.anchor-link-top {
  border-top: 0;
}

.anchor-link-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.anchor-section {
  text-align: right;
  display: flex;
  justify-content: end;
  gap: 30px;
  margin: 0 0 15px;
}

.anchor-section-item .e-ico {
  margin: 0 10px 0 0;
}
.anchor-section-item:hover {
  text-decoration: none;
}
.anchor-section-item:hover .e-ico::before {
  opacity: 0;
}
.anchor-section-item:hover .e-ico::after {
  opacity: 1;
}

.box-caption {
  font-size: 12px;
  margin: 0 0 5px;
}

.box-gry {
  background: #e6e6e6;
  padding: 20px;
  border-radius: 3px;
  box-sizing: border-box;
}

.box-gryline {
  padding: 20px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  box-sizing: border-box;
}

.box-gryline-caption {
  font-size: 14px;
  margin: 0 0 5px;
}

.box-redline-bd2 {
  padding: 20px;
  border: 2px solid #e60000;
  border-radius: 3px;
  box-sizing: border-box;
}

.box-pd10 {
  padding: 10px;
}

.content-top {
  padding-top: 60px;
}

.content-inr {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 10px;
}

.content-head {
  position: relative;
  color: #fff;
  min-height: 90px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 19px 30px;
}
.content-head:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-width: 30px;
  border-style: solid;
  border-color: transparent;
  border-image: url("/_assets/image/common/contents_head_bg.png") 30 fill stretch;
  box-sizing: border-box;
}

.content-head-inr {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content-head-title {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
  margin: 3px 0;
}
.content-head-title::after {
  content: "";
  display: inline-block;
  height: 0.7em;
  border-right: 1px solid #fff;
  margin: 0 25px;
}
.content-head-title:last-child::after {
  content: none;
}

.content-head-txt {
  font-size: 24px;
  line-height: 1.5;
  margin: 3px 0;
}

.content-head-en {
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content-head-en-title::after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.content-head-en-title:last-child::after {
  content: none;
}

.content-head-function {
  display: flex;
  gap: 10px;
  padding: 20px;
  justify-content: right;
}

.content-head-error {
  background: #F8DEDE;
}

.content-head-error-content {
  background: #F8DEDE;
  padding: 20px;
}

.content-top-function {
  display: flex;
  gap: 10px;
  padding: 40px 0;
  justify-content: right;
}

.content-head-function-btn {
  display: flex;
  align-items: center;
}
.content-head-function-btn .tooltip {
  margin-left: 8px;
}

.en-txt {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(51, 51, 51, 0.8);
  margin: 5px 0 0;
  word-break: normal;
}

.en-txt-ib {
  display: inline-block;
}

.en-txt-mg {
  margin: 5px;
}

.en-txt-wht {
  color: #fff;
  opacity: 0.8;
}

.en-abs-parent {
  position: relative;
}

.en-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}

.field-align {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.field-align-v {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.field-align-middle {
  align-items: center;
}

.field-align-center {
  justify-content: center;
}

.field-align-item-flex {
  flex: 1;
}

.field-align-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.field-align-split-item-flex {
  flex: 1;
}

.field-align-gap10 {
  gap: 10px;
}

.field-align-nowrap {
  flex-wrap: nowrap;
}

.field-align-column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.field-align-column-item {
  width: calc(25% - 7.5px);
}

.field-align-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.field-block-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field-block-wrap-gap20 {
  gap: 20px;
}

.field-block-wrap-gap40 {
  gap: 40px;
}

.field-block {
  display: table;
  width: 100%;
}

.field-block-head {
  display: table-cell;
  vertical-align: top;
  width: 140px;
  padding-right: 20px;
}

.field-block-body {
  display: table-cell;
  vertical-align: top;
}

.field-input-head {
  padding: 5px 0 0;
}

.field-input-note {
  font-size: 12px;
  margin: 10px 0 0;
}

.field-radio-block-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field-radio-block {
  display: table;
  width: 100%;
}

.field-radio-block-head {
  display: table-cell;
  width: 30px;
  padding: 7px 0 0;
  vertical-align: top;
}

.field-radio-block-body {
  display: table-cell;
  vertical-align: top;
}

.field-radio-block-head-sub-txt {
  padding: 0 0 0 40px;
}

.field-radio-sub-block {
  padding: 10px 0 0 30px;
}

.field-sub-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.field-sub-head {
  border-bottom: 1px solid #acacac;
  padding: 0 0 5px;
}

.field-sub-body {
  padding: 15px 0 0;
}

.field-sub-lv2-wrap {
  display: flex;
  gap: 20px;
}

.field-sub-lv2-head {
  font-size: 14px;
}

.field-sub-lv2-body {
  padding: 10px 0 0;
}

.field-group:not(:first-child) {
  margin: 20px 0 0;
  border-top: 1px dashed #acacac;
  padding: 20px 0 0;
}

.field-indent {
  padding: 0 0 0 30px;
}

.field-term-preset {
  display: flex;
  gap: 10px;
}

.field-term-inputs {
  display: flex;
  align-items: center;
}

.field-term-input {
  width: 250px;
}

.field-term-input-unit {
  width: 40px;
  text-align: center;
}

.field-term-txt {
  margin: 20px 0 0;
}

.field-term-input-divide-item {
  display: inline-block;
}

.field-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.field-selection-main {
  flex: 1;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 4px 25px 4px 10px;
  cursor: pointer;
  min-height: 36px;
  box-sizing: border-box;
}
.field-selection-main.is-required {
  background: #FFFBED;
  border: 1px solid #5a5a5a;
}
.field-selection-main.is-unselected {
  color: #838383;
}

.field-section:not(:first-child) {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #bdbdbd;
}

.field-section-head {
  margin: 0 0 10px;
}

.field-section-col-wrap {
  display: flex;
}

.field-section-col {
  box-sizing: border-box;
}
.field-section-col:not(:first-child) {
  border-left: 1px solid #bdbdbd;
  padding-left: 19px;
}
.field-section-col:not(:last-child) {
  padding-right: 20px;
}

.field-section-col-flex-1 {
  flex: 1;
}

.field-section-wrap-top {
  border-top: 1px solid #bdbdbd;
  padding: 10px 0 0;
}

.field-section-wrap-info {
  padding: 0 20px;
  background: #f2f2f2;
}

.field-check-btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.field-chara-select {
  display: table;
  background: #fff;
  border-collapse: separate;
  table-layout: fixed;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
}

.field-chara-select-row {
  display: table-row;
}
.field-chara-select-row:first-child .field-chara-select-item {
  border-top: 0;
}

.field-chara-select-item {
  display: table-cell;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  cursor: pointer;
  transition: background 0.2s;
  padding: 15px 20px;
  color: #337EBC;
  text-decoration: underline;
}
.field-chara-select-item:hover {
  background: #f2f2f2;
  text-decoration: none;
}
.field-chara-select-item:first-child {
  border-left: 0;
}
.field-chara-select-item.is-empty {
  pointer-events: none;
}

.field-grid-select {
  display: table;
  background: #fff;
  border-collapse: separate;
  table-layout: fixed;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  width: 100%;
}

.field-grid-select-row {
  display: table-row;
}
.field-grid-select-row:first-child .field-grid-select-item {
  border-top: 0;
}

.field-grid-select-item {
  display: table-cell;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  cursor: pointer;
  transition: background 0.2s;
  padding: 15px 20px;
  color: #337EBC;
  text-decoration: underline;
}
.field-grid-select-item:hover {
  background: #f2f2f2;
  text-decoration: none;
}
.field-grid-select-item:first-child {
  border-left: 0;
}
.field-grid-select-item.is-empty {
  pointer-events: none;
}

.field-more-operate-btn {
  display: block;
  background: #f2f2f2;
  text-align: center;
  padding: 10px;
  transition: opacity 0.2s;
}
.field-more-operate-btn .e-ico {
  margin: 0 7px 0 0;
}
.field-more-operate-btn .e-off {
  display: none;
}
.field-more-operate-btn .ico-round-arrow-wht-d::before {
  background: #bdbdbd url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}
.field-more-operate-btn:hover {
  opacity: 1;
  text-decoration: none;
}
.field-more-operate-btn:hover .ico-round-arrow-wht-d::before {
  background: #5a5a5a url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}

.field-more-body {
  overflow: clip !important;
  height: 0;
}

.field-more-inr {
  padding: 20px 0 0;
}

.field-more.is-active .field-more-operate-btn .e-ico {
  margin: 0 7px 0 0;
  transform: rotate(-180deg);
}
.field-more.is-active .field-more-operate-btn .e-on {
  display: none;
}
.field-more.is-active .field-more-operate-btn .e-off {
  display: inline-block;
}
.field-more.is-active .field-more-body {
  height: auto;
}

.function-table-info {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.function-table-info-col {
  flex: 1;
}

.function-table-btn-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.function-btn-box {
  border: 1px solid #bdbdbd;
  background: rgba(255, 255, 255, 0.3);
  display: table;
  padding: 15px 30px;
  margin-left: auto;
}

.function-btn-box-inr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.function-table-check {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  padding: 5px 15px;
}

.indent {
  padding-left: 1em;
}

.multi-acc-wrap {
  border-bottom: 1px solid #bdbdbd;
}

.multi-acc-table {
  border-collapse: separate;
  border-radius: 3px 3px 0 0;
  width: 100%;
  border: 1px solid #bdbdbd;
  border-bottom: 0;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.multi-acc-table .tb-row-h {
  padding: 15px 20px;
  vertical-align: top;
  background: #f2f2f2;
  border-top: 1px solid #bdbdbd;
}
.multi-acc-table .tb-row-h-span {
  background: #f2f2f2;
  border-right: 1px solid #bdbdbd;
}
.multi-acc-table .tb-td {
  padding: 15px 20px;
  vertical-align: top;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
.multi-acc-table .tb-td-narrow {
  padding: 10px 20px;
  vertical-align: middle;
}
.multi-acc-table .tb-td-content-inside {
  padding: 0;
  border-top: 0;
  border-left: 0;
}
.multi-acc-table tr:first-child .tb-row-h {
  border-top: 0;
}
.multi-acc-table tr:first-child .tb-td {
  border-top: 0;
}
.multi-acc-table .tb-c {
  text-align: center;
}
.multi-acc-table .tb-l {
  text-align: left;
}
.multi-acc-table .tb-r {
  text-align: right;
}
.multi-acc-table .tb-vt {
  vertical-align: top;
}
.multi-acc-table .tb-vm {
  vertical-align: middle;
}
.multi-acc-table .tb-vb {
  vertical-align: bottom;
}
.multi-acc-table .tb-bg {
  background: #f2f2f2;
}
.multi-acc-table .tb-bg-gry {
  background: #f2f2f2;
}
.multi-acc-table .tb-bg-lgry {
  background: #f6f6f6;
}
.multi-acc-table .tb-bg-blu {
  background: #E5F7FC;
}
.multi-acc-table .tb-bg-red {
  background: #F8DEDE;
}
.multi-acc-table .tb-bg-ylw {
  background: #FFFBED;
}
.multi-acc-table .tb-bd-l {
  border-left: 1px solid #bdbdbd;
}
.multi-acc-table .tb-bd-t {
  border-top: 1px solid #bdbdbd;
}
.multi-acc-table .tb-bd-l-0 {
  border-left: 0;
}
.multi-acc-table .tb-bd-t-0 {
  border-top: 0;
}
.multi-acc-table .tb-bd-t-blk {
  border-top: 1px solid #333;
}

.multi-acc-table-lv2u {
  border-radius: 3px 0 0 0;
  border-right: 0;
}

.multi-acc {
  position: relative;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}

.multi-acc-lv2u {
  border-right: 0;
}

.multi-acc-inside {
  border-left: 0;
}

.multi-acc-checkbox {
  opacity: 0;
  position: absolute;
}

.multi-acc-label {
  display: block;
  padding: 20px;
  background: #fff;
}
.multi-acc-label:hover {
  cursor: pointer;
}

.multi-acc-head {
  display: flex;
}

.multi-acc-head-ico {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/_assets/image/common/ico_circle_arrow_down.png") no-repeat 50% 50%;
  background-size: 100% auto;
  margin: 0 10px 0 0;
}

.multi-acc-head-txt {
  font-size: 18px;
  font-weight: bold;
}

.multi-acc-body {
  display: none;
  background: #fff;
  padding: 0 0 0 20px;
}

.multi-acc-checkbox:focus-visible + .multi-acc-label {
  outline: auto;
}
.multi-acc-checkbox:checked + .multi-acc-label .multi-acc-head-ico {
  transform: rotate(180deg);
}
.multi-acc-checkbox:checked + .multi-acc-label + .multi-acc-body {
  display: block;
}

.multi-acc-content {
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}

.multi-acc-content-inside {
  border-left: 0;
}

.multi-acc-content-head {
  padding: 20px;
}

.multi-acc-content-body {
  padding: 0 0 0 20px;
}

html.is-modal {
  overflow: hidden;
}

.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.modal-wrap-inr {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.modal-wrap-contents {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}

.modal-overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d6d6d6;
  width: 96%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.modal-inr {
  position: relative;
  padding: 60px;
}

.modal-s {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d6d6d6;
  width: 96%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.modal-s-inr {
  position: relative;
  padding: 30px;
}

.modal-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-bottom-btn-close {
  border-top: 1px solid #bdbdbd;
}

.modal-bottom-btn-close-a {
  padding: 15px 0;
}

.modal-simple {
  max-width: 600px;
}
.modal-simple .modal-inr {
  padding: 80px 40px;
}

.modal-simple-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
  line-height: 1.6;
}

.modal-simple-block {
  margin: 0 0 30px;
}

.modal-simple-p-l {
  font-size: 17px;
}

.modal-simple-p {
  font-size: 14px;
}

.notice-box {
  border: 1px solid #e60000;
  color: #e60000;
  border-radius: 3px;
  background: #fff;
  padding: 20px;
}

.notice-box-bg {
  background: #FFFBED;
}

.notice-box-title {
  color: #e60000;
  text-align: center;
}

.notice-box-title-flex {
  display: inline-flex;
}

.notice-box-title-ico {
  margin: 0 10px 0 0;
}

.notice-box-head {
  display: inline-flex;
}

.notice-box-head-ico {
  width: 40px;
}

.notice-box-head-txt {
  flex: 1;
}

.notice-box-body {
  margin: 10px 0 0 40px;
  font-size: 14px;
}

.notice-box-mark {
  display: flex;
}

.notice-box-mark-ico {
  width: 40px;
}

.notice-box-mark-txt {
  flex: 1;
  font-size: 14px;
}

.notice-box-center {
  text-align: center;
}

.notice-box-center-head {
  display: inline-flex;
}

.notice-box-center-head-ico {
  width: 40px;
}

.notice-box-center-head-txt {
  flex: 1;
}

.notice-box-center-body {
  margin: 10px 0 0;
  font-size: 14px;
}

.notice-txt {
  color: #e60000;
  margin: 0 0 20px;
  font-size: 12px;
}

.notice-txt-mark {
  display: flex;
  font-size: 12px;
}

.notice-txt-mark-ico {
  width: 40px;
}

.notice-txt-mark-txt {
  flex: 1;
  padding: 3px 0 0;
}

.notice-txt-mark-ico-s {
  width: 30px;
}
.notice-txt-mark-ico-s .e-ico {
  width: 24px;
  height: 24px;
  vertical-align: -0.2em;
}

.notice-acc {
  border: 1px solid #e60000;
  border-radius: 3px;
  background: #fff;
}

.notice-acc-head-a {
  position: relative;
  display: block;
  padding: 19px;
  transition: opacity 0.2s;
}
.notice-acc-head-a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.notice-acc-title {
  color: #e60000;
}

.notice-acc-title-ico {
  margin-right: 10px;
}

.notice-acc-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.notice-acc-body {
  overflow: clip !important;
  height: 0;
}

.notice-acc-inr {
  padding: 0 19px 19px;
  font-size: 14px;
}

.notice-acc.is-active .notice-acc-arrow {
  transform: translate(0, -50%) rotate(180deg);
}
.notice-acc.is-active .notice-acc-body {
  height: auto;
}

.notice-modal-head-wrap {
  text-align: center;
  margin: 0 0 10px;
}

.notice-modal-head {
  display: inline-flex;
}

.notice-modal-head-ico {
  width: 29px;
}
.notice-modal-head-ico .e-ico {
  vertical-align: -0.55em;
}

.notice-modal-head-txt {
  flex: 1;
  font-size: 20px;
  color: #e60000;
}

.notice-modal-box {
  border: 1px solid #e60000;
  border-radius: 3px;
  background: #fff;
  padding: 40px;
}

.notice-modal-box-bg {
  background: #FFFBED;
}

.onetimepassword-box {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
}

.onetimepassword-box-1100 {
  max-width: 1100px;
}

.onetimepassword-box-1200 {
  max-width: 1200px;
}

.onetimepassword-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.onetimepassword-col-wrap {
  display: flex;
  justify-content: center;
}

.onetimepassword-col01 {
  padding-right: 60px;
}

.onetimepassword-col02 {
  border-left: 1px solid #bdbdbd;
  padding-left: 60px;
}

.operate-btn-align {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.operate-btn-align-gap10 {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.operate-btn-align-gap40 {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.operate-btn-align-vt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.operate-colmun {
  display: flex;
  justify-content: center;
}

.operate-colmun-block {
  flex: 1;
  max-width: 450px;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
}
.operate-colmun-block:not(:first-child) {
  border-left: 1px solid #bdbdbd;
}

.operate-colmun-title {
  margin: 0 0 30px;
  font-size: 20px;
}

.operate-colmun-align {
  display: flex;
  gap: 40px;
}

.operate-table-info {
  display: flex;
  gap: 20px;
}

.operate-table-info-col {
  flex: 1;
}

.operate-function-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.operate-function-box {
  border: 1px solid #bdbdbd;
  background: rgba(255, 255, 255, 0.3);
  display: table;
  padding: 15px 30px;
  margin-left: auto;
}

.operate-function-box-inr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.operate-table-function-check {
  display: inline-block;
  background: #f2f2f2;
  border-radius: 20px;
  padding: 5px 15px;
}

.pagination {
  position: relative;
  margin: 0 0 15px;
}

.pagination-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
.pagination-pager a:hover {
  text-decoration: none;
}

.pagination-btn-prev,
.pagination-btn-prev-end,
.pagination-btn-next,
.pagination-btn-next-end {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 35px;
  box-sizing: border-box;
  margin: 0 5px;
  transition: background 0.2s;
  border-radius: 34px;
  border: 1px solid #5a5a5a;
}
.pagination-btn-prev.is-disabled,
.pagination-btn-prev-end.is-disabled,
.pagination-btn-next.is-disabled,
.pagination-btn-next-end.is-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.pagination-btn-prev:not(.is-disabled):hover,
.pagination-btn-prev-end:not(.is-disabled):hover,
.pagination-btn-next:not(.is-disabled):hover,
.pagination-btn-next-end:not(.is-disabled):hover {
  background: #5a5a5a;
}
.pagination-btn-prev:not(.is-disabled):hover .e-ico,
.pagination-btn-prev-end:not(.is-disabled):hover .e-ico,
.pagination-btn-next:not(.is-disabled):hover .e-ico,
.pagination-btn-next-end:not(.is-disabled):hover .e-ico {
  line-height: 0;
}
.pagination-btn-prev:not(.is-disabled):hover .e-ico::before,
.pagination-btn-prev-end:not(.is-disabled):hover .e-ico::before,
.pagination-btn-next:not(.is-disabled):hover .e-ico::before,
.pagination-btn-next-end:not(.is-disabled):hover .e-ico::before {
  opacity: 0;
}
.pagination-btn-prev:not(.is-disabled):hover .e-ico::after,
.pagination-btn-prev-end:not(.is-disabled):hover .e-ico::after,
.pagination-btn-next:not(.is-disabled):hover .e-ico::after,
.pagination-btn-next-end:not(.is-disabled):hover .e-ico::after {
  opacity: 1;
}

.pagination-btn-prev {
  margin: 0 10px 0 5px;
}

.pagination-btn-next {
  margin: 0 5px 0 10px;
}

.pagination-nums {
  display: flex;
}

.pagination-num {
  min-width: 37px;
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 37px;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 0 2px;
}
.pagination-num:hover {
  background: #f2f2f2;
}
.pagination-num.is-current {
  background: #5a5a5a;
  color: #fff;
}

.pagination-dot {
  min-width: 37px;
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 0 2px;
}

.pagination-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.pagination-range-txt {
  font-size: 12px;
}

.pagination-target {
  display: flex;
  align-items: center;
}

.pagination-target-title {
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-pager-split {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

.pagination-pager-split-prev-txt.is-disabled {
  display: none;
}

.pagination-pager-split-next-txt.is-disabled {
  display: none;
}

.pagination-specify {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-specify-txt {
  margin: 0 20px;
}

.pagination-btm {
  margin: 15px 0 0;
}
.pagination-btm .pagination-pager {
  margin: 30px 0 0;
}
.pagination-btm .pagination-pager-split {
  margin: 30px 0 0;
}

.pagination-wrap-info-wp10 .pagination-info {
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}

.pagination-wrap-info-wp20 .pagination-info {
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

.pagination-wrap-info-wp30 .pagination-info {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

.pagination-wrap-info-wp40 .pagination-info {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.pagination-wrap-info-wp50 .pagination-info {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.pagination-wrap-info-wp60 .pagination-info {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.pagination-wrap-info-wp70 .pagination-info {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.pagination-wrap-info-wp80 .pagination-info {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.pagination-wrap-info-wp90 .pagination-info {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

/**
 * pagetop
 */
.pagetop {
  position: fixed;
  bottom: 130px;
  right: 10px;
  z-index: 10000;
}
@media print {
  .pagetop {
    display: none;
  }
}

.pagetop-a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #838383 url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 60%;
  background-size: 30px auto;
  transform: scale(-1, -1);
  box-shadow: -5px -5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s;
}
.pagetop-a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.pagetop-bottom {
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 10000;
}
@media print {
  .pagetop-bottom {
    display: none;
  }
}

.pagetop-bottom-a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #838383 url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 60%;
  background-size: 30px auto;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s;
}
.pagetop-bottom-a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.payeasy {
  display: flex;
  align-items: center;
  gap: 40px;
}

.payeasy-box {
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 30px;
  background: #fff;
}

.pop_calendar_date_control {
  display: flex;
  justify-content: center;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 0;
}

.pop_calendar_note {
  display: flex;
  gap: 20px;
  margin: 20px 0 0;
}

.pop_calendar_note_c {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: -0.3em;
}

.pop_calendar_note_c_disabled {
  background: #f2f2f2;
}

.pop_calendar_note_c_holiday {
  background: #bdbdbd;
}

.popup-wrap {
  max-width: 1200px;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

.progress {
  margin-bottom: 40px;
}

.progress-top {
  margin-top: 40px;
}

.progress-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.progress-item {
  min-width: 220px;
}

.progress-item-inr {
  display: table;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  border-top: 2px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-image: url("/_assets/image/common/progress_bdr.png") 4 30 4 4 fill stretch;
  text-align: center;
  padding: 0 23px 0 28px;
}

.progress-item-txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #acacac;
}

.progress-item.is-active .progress-item-inr {
  border-image: url("/_assets/image/common/progress_bdr_grad.png") 4 30 4 4 fill stretch;
}
.progress-item.is-active .progress-item-txt {
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media print {
  .progress-item.is-active .progress-item-txt {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #e60000;
  }
}

.search-panel {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.search-panel-head {
  overflow: hidden;
  background: #f2f2f2;
}

.search-panel-title {
  position: relative;
  padding: 10px 60px 10px 30px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  display: inline-block;
}
.search-panel-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transform: skewX(-35deg);
  transform-origin: 0 0;
  display: block;
}

.search-panel-title-inr {
  position: relative;
  z-index: 2;
}

.search-panel-title-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-panel-head-operate-btn {
  position: relative;
  display: block;
}
.search-panel-head-operate-btn:hover {
  text-decoration: none;
}

.search-panel-head-operate-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 60px;
  display: flex;
  align-items: center;
}
.search-panel-head-operate-txt .e-off {
  display: none;
}

.search-panel-head-operate-ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  background: url("/_assets/image/common/ico_circle_arrow_down.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.search-panel.is-active .search-panel-head-operate-txt .e-on {
  display: none;
}
.search-panel.is-active .search-panel-head-operate-txt .e-off {
  display: inline-block;
}
.search-panel.is-active .search-panel-head-operate-ico {
  background: url("/_assets/image/common/ico_circle_arrow_up.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.search-panel-operate {
  border-top: 1px dashed #bdbdbd;
}

.search-panel-operate-btn {
  display: block;
  text-align: center;
  padding: 10px;
}
.search-panel-operate-btn .e-ico {
  margin: 0 7px 0 0;
}
.search-panel-operate-btn .e-off {
  display: none;
}
.search-panel-operate-btn:hover {
  text-decoration: none;
}

.search-panel.is-active .search-panel-operate-btn .e-ico {
  margin: 0 7px 0 0;
  transform: rotate(-180deg);
}
.search-panel.is-active .search-panel-operate-btn .e-on {
  display: none;
}
.search-panel.is-active .search-panel-operate-btn .e-off {
  display: inline-block;
}

.search-panel-body {
  position: relative;
  padding: 40px;
}

.search-panel-clear-btn {
  text-align: right;
  margin: -20px -20px 20px;
}

.search-panel-detail {
  padding: 10px 0 0;
}

.search-panel-detail-wrap {
  overflow: hidden;
  height: 0;
}

.search-panel-acc-head-a {
  position: relative;
  display: block;
}
.search-panel-acc-head-a:hover {
  text-decoration: none;
}

.search-panel-acc-head-ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  background: url("/_assets/image/common/ico_circle_arrow_down.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.search-panel-acc-body {
  overflow: hidden;
  height: 0;
}

.search-panel-acc-body-inr {
  padding: 40px;
}

.search-panel.is-active .search-panel-acc-head-ico {
  background: url("/_assets/image/common/ico_circle_arrow_up.png") no-repeat 50% 50%;
  background-size: 100% auto;
}
.search-panel.is-active .search-panel-acc-body {
  height: auto;
}

.search-panel-sort {
  display: table;
  width: 100%;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

.search-panel-sort-head {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  background: #f2f2f2;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.search-panel-sort-body {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 40px;
}

.search-panel-sort-box {
  display: flex;
}
.search-panel-sort-box:not(:first-child) {
  margin: 10px 0 0;
}

.search-panel-sort-box-head {
  margin: 0 20px 0 0;
  padding: 5px 0 0;
}

.search-panel-detail-note {
  text-align: center;
  color: #838383;
  font-size: 12px;
}

.search-panel-btn {
  text-align: center;
}

.selection-list-scroll {
  overflow: auto;
  max-height: 520px;
  padding: 0 20px 0 0;
}

.selection-list-item {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  gap: 10px;
  padding: 10px;
  transition: background 0.2s;
}

.selection-list-item-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  transition: background 0.2s;
}

.selection-list-item-bg {
  background: #f6f6f6;
}

.selection-list-item-tag {
  width: 70px;
}

.selection-list-item-main {
  flex: 1;
}

.selection-list-bg-odd .selection-list-item:nth-child(2n-1),
.selection-list-bg-odd .selection-list-item-row:nth-child(2n-1) {
  background: #f6f6f6;
}

.selection-list-item:hover {
  cursor: pointer;
  background: #e6e6e6;
}
.selection-list-item:hover .btn-mini2 {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.selection-list-item:hover .btn-mini2 .e-ico::before {
  opacity: 0;
}
.selection-list-item:hover .btn-mini2 .e-ico::after {
  opacity: 1;
}

.selection-list-bg-odd .selection-list-item:hover:nth-child(2n-1) {
  background: #f2f2f2;
}

.selection-more {
  border-top: 1px dashed #acacac;
  padding: 20px 0 10px;
  text-align: center;
  margin: 20px 0 0;
}

.step-flow-box {
  background: #e6e6e6;
  padding: 20px;
  text-align: center;
}

.step-flow-box-trans {
  text-align: center;
  padding: 10px 20px;
}

.step-flow-title {
  font-size: 18px;
  font-weight: bold;
}

.step-flow-arrow {
  background: #5a5a5a;
  width: 43px;
  height: 23px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 10px auto;
}

#field-Keyboard {
  position: absolute;
  z-index: 1001;
  background: #333;
  color: #fff;
}
#field-Keyboard #field-Keyboard-inline {
  padding: 10px;
}
#field-Keyboard #utilityButtons {
  margin: 10px 10px 0;
}
#field-Keyboard .closeButton {
  width: 30px;
  margin: 0 0 0 auto;
}
#field-Keyboard .closeButton a {
  position: relative;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: background 0.2s;
}
#field-Keyboard .closeButton a::before, #field-Keyboard .closeButton a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 16px;
  height: 1px;
  background: #fff;
  transition: background 0.2s;
}
#field-Keyboard .closeButton a::before {
  transform: rotate(45deg);
}
#field-Keyboard .closeButton a::after {
  transform: rotate(-45deg);
}
#field-Keyboard .closeButton a:hover {
  background: #fff;
}
#field-Keyboard .closeButton a:hover::before, #field-Keyboard .closeButton a:hover::after {
  background: #5a5a5a;
}
#field-Keyboard .closeButton span {
  display: none;
}
#field-Keyboard table.keys {
  margin: 10px;
}
#field-Keyboard table.keys a {
  background: #707070;
  width: 42px;
  height: 36px;
  display: block;
  margin: 3px;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0 0;
  cursor: pointer;
}
#field-Keyboard table.fleft {
  float: left;
}
#field-Keyboard .clearWrapper {
  margin: 0 0 0 60px;
  float: left;
}
#field-Keyboard .clearWrapper table.keys a {
  width: 110px;
  font-size: 14px;
}

.section {
  background: #fff;
  border-radius: 3px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #e8e8e8;
}
.section:not(:last-child) {
  margin: 0 0 60px;
}

.section-head {
  position: relative;
  padding: 30px 40px;
  border-bottom: 1px solid #bdbdbd;
}
.section-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  border-top: 3px solid #e60000;
  width: 60px;
}

.section-h {
  font-size: 26px;
  line-height: 1.5;
}

.section-head-lead-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-head-lead-wrap-v {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-head-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.section-head-function {
  position: relative;
  border-bottom: 1px solid #bdbdbd;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-head-function::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  border-top: 3px solid #e60000;
  width: 60px;
}

.section-head-function-h {
  font-size: 26px;
  line-height: 1.5;
  padding: 30px 0;
}

.section-head-function-lead-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

.section-head-function-block {
  display: table;
  margin: 20px 0;
}

.section-head-function-block-item {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
}
.section-head-function-block-item:not(:first-child) {
  border-left: 1px solid #bdbdbd;
}
.section-head-function-block-item:last-child {
  padding-right: 0;
}

.section-body {
  padding: 40px;
}

.section-body-continue {
  padding: 0 40px 40px;
  border-top: 2px solid #bdbdbd;
}

.section-head-full {
  border-top: 1px solid #bdbdbd;
  padding: 0 10px;
  margin: 0 0 30px;
}

.section-head-full-inr {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.section-head-full-inr::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  border-top: 3px solid #e60000;
  width: 60px;
}

.section-acc {
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  border: 1px solid #e8e8e8;
}
.section-acc:hover {
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.section-acc:not(:last-child) {
  margin: 0 0 60px;
}

.section-acc-head {
  position: relative;
  word-break: break-all;
  overflow-wrap: break-word;
}

.section-acc-head-a-btn {
  margin: 0 0 0 10px;
}
.section-acc-head-a-btn .e-off {
  display: none;
}

.section-acc-head-a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}
.section-acc-head-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  border-top: 3px solid #e60000;
  width: 60px;
}
.section-acc-head-a:hover {
  text-decoration: none;
}
.section-acc-head-a:hover .section-acc-head-a-btn {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.section-acc-head-a:hover .section-acc-head-a-btn .e-ico::before {
  opacity: 0;
}
.section-acc-head-a:hover .section-acc-head-a-btn .e-ico::after {
  opacity: 1;
}

.section-acc-h {
  font-size: 26px;
  line-height: 1.5;
}

.section-acc-body {
  overflow: clip !important;
  height: 0;
}

.section-acc-inr {
  border-top: 1px solid #bdbdbd;
  padding: 40px;
}

.section-acc-ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  background: url("/_assets/image/common/ico_circle_arrow_down.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.section-acc.is-active .section-acc-ico {
  background: url("/_assets/image/common/ico_circle_arrow_up.png") no-repeat 50% 50%;
  background-size: 100% auto;
}
.section-acc.is-active .section-acc-head-a-btn {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.section-acc.is-active .section-acc-head-a-btn .e-ico::before {
  opacity: 0;
}
.section-acc.is-active .section-acc-head-a-btn .e-ico::after {
  opacity: 1;
}
.section-acc.is-active .section-acc-head-a-btn .e-ico {
  transform: rotate(180deg);
}
.section-acc.is-active .section-acc-head-a-btn .e-on {
  display: none;
}
.section-acc.is-active .section-acc-head-a-btn .e-off {
  display: inline-block;
}
.section-acc.is-active .section-acc-body {
  height: auto;
}

.section-more-operate-btn {
  display: block;
  background: #f2f2f2;
  text-align: center;
  padding: 10px;
}
.section-more-operate-btn .e-ico {
  margin: 0 7px 0 0;
}
.section-more-operate-btn .e-off {
  display: none;
}
.section-more-operate-btn .ico-round-arrow-wht-d::before {
  background: #bdbdbd url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}
.section-more-operate-btn:hover {
  text-decoration: none;
  transition: opacity 0.2s;
  text-decoration: none;
}
.section-more-operate-btn:hover .ico-round-arrow-wht-d::before {
  background: #5a5a5a url("/_assets/image/common/ico_arrow_wht.svg") no-repeat 50% 50%;
  background-size: 10px auto;
}
.section-more-operate-btn:hover:hover {
  opacity: 1;
  text-decoration: none;
}

.section-more-body {
  overflow: clip !important;
  height: 0;
}

.section-more-inr {
  padding: 30px 40px 40px;
}

.section-more.is-active .section-more-operate-btn .e-ico {
  margin: 0 7px 0 0;
  transform: rotate(-180deg);
}
.section-more.is-active .section-more-operate-btn .e-on {
  display: none;
}
.section-more.is-active .section-more-operate-btn .e-off {
  display: inline-block;
}
.section-more.is-active .section-more-body {
  height: auto;
}

.suggest-main {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #fff;
  min-width: 10em;
  border: 1px solid #bdbdbd;
}

.suggest-container {
  overflow-y: scroll;
  max-height: calc(7.5em + 50px);
}
.suggest-container .incr-item {
  padding: 5px 10px;
  line-height: 1.5;
  cursor: pointer;
}
.suggest-container .incr-item.is-active {
  background: #e6e6e6;
}

.suggest-item {
  padding: 5px 10px;
}

.suggest-item:hover,
.suggest-item.current {
  background: #f5f5f5;
}

.suggest-result {
  padding: 5px;
  text-align: right;
  font-size: 12px;
  color: #838383;
}

.tab {
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
  margin: 0 0 40px;
}

.tab-box-wrap {
  display: flex;
  align-items: normal;
  gap: 10px;
  padding: 10px 0;
}

.tab-box {
  flex: 1;
  padding: 0;
  text-align: center;
}
.tab-box:not(:first-child) {
  padding: 0;
}
.tab-box:hover {
  text-decoration: none;
}

a.tab-box {
  padding: 0;
  display: table;
  background: #fff;
}

div.tab-box {
  align-self: center;
}

.tab-box-inr {
  transition: background 0.2s;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}

.tab-box-state {
  font-size: 12px;
  color: #838383;
}

.tab-box-title {
  font-size: 18px;
  font-weight: bold;
}

.tab-fz16 .tab-box-title {
  font-size: 16px;
}

.tab-box-title-tag {
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}

.tab-box:not(.is-active) .tab-box-inr {
  border: 1px solid #5a5a5a;
  border-radius: 5px;
}
.tab-box:not(.is-active):hover .tab-box-inr {
  background: #5a5a5a;
  border-radius: 5px;
  color: #fff;
}
.tab-box:not(.is-active):hover .tab-box-state {
  color: #fff;
}
.tab-box:not(.is-active):hover .tab-box-title-tag.tag-gryline {
  color: #fff;
  border: 1px solid #fff;
}

.tab-box.is-active {
  position: relative;
  background: #333;
  border-radius: 5px;
  color: #fff;
}
.tab-box.is-active .tab-box-state {
  color: #fff;
}
.tab-box.is-active:hover {
  background: #5a5a5a;
}
.tab-box.is-active:hover::after {
  border-color: #5a5a5a transparent transparent transparent;
}
.tab-box.is-active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #333 transparent transparent transparent;
}
.tab-box.is-active .tab-box-title-tag.tag-grdline {
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
}
.tab-box.is-active .tab-box-title-tag.tag-grdline::before {
  content: none;
}
.tab-box.is-active .tab-box-title-tag.tag-grdline .e-txt {
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: #fff;
}
.tab-box.is-active .tab-box-title-tag.tag-gryline {
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
}
.tab-box.is-active .tab-box-title-tag.tag-gryline::before {
  content: none;
}
.tab-box.is-active .tab-box-title-tag.tag-gryline .e-txt {
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: #fff;
}
.tab-box.is-active .ico-help::before {
  background: url("/_assets/image/common/ico_help_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.tab-box:hover .ico-help::before {
  background: url("/_assets/image/common/ico_help_wht.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}

.tab-btm {
  margin: 40px 0;
}
.tab-btm .tab-box.is-active:hover::after {
  border-color: transparent transparent #5a5a5a transparent;
}
.tab-btm .tab-box.is-active::after {
  top: -8px;
  bottom: auto;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #333 transparent;
}

.tab-child {
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  margin: 0 0 40px;
}

.tab-child-box-wrap {
  display: flex;
}

.tab-child-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
  transition: background 0.2s, color 0.2s;
}
.tab-child-box:not(:first-child) {
  border-left: none;
}
.tab-child-box:hover {
  text-decoration: none;
}

.tab-child-box-title {
  font-size: 16px;
  font-weight: bold;
}

.tab-child-box:not(.is-active):hover {
  background: #5a5a5a;
  color: #fff;
}

.tab-child-box.is-active {
  background: #333;
  color: #fff;
}
.tab-child-box.is-active:hover {
  background: #5a5a5a;
  color: #fff;
}

.tab-child-btm {
  margin: 40px 0 0;
}

.tab2 .tab-box-wrap {
  align-items: stretch;
  gap: 0;
}
.tab2 .tab-box {
  flex: inherit;
  width: 15.2%;
  transition: background 0.2s, color 0.2s;
  padding: 0 10px;
}
.tab2 .tab-box.original {
  margin-right: 10px;
}
.tab2 .tab-box.is-active {
  border-radius: 0;
}
.tab2 .tab-box:not(.is-active) {
  background: #e6e6e6;
}
.tab2 .tab-box:not(.is-active) .tab-box-inr {
  border: none;
}
.tab2 .tab-box:not(.is-active):hover {
  background: #5a5a5a;
  border-radius: 0;
}
.tab2 .tab-box:not(.is-active):hover .tab-box-inr {
  background: none;
  color: #fff;
}
.tab2 .tab-box-title {
  line-height: 1.5;
}
.tab2 .tab-box + .tab-box:not(.is-active) {
  border-left: 1px solid #5a5a5a;
}
.tab2 .tab-box:not(:first-child), .tab2 .tab-box:not(.is-active):first-child, .tab2 .tab-box.original:not(.is-active) + .tab-box:not(.is-active) {
  border-left: none;
}
.tab2 .anchor-link-item2 {
  padding: 0 10px;
  text-align: center;
  display: flex;
  align-items: center;
  background: #fff;
  width: 15.2%;
}
.tab2 .anchor-link-item2 .tab-box-inr {
  background: transparent;
  width: 100%;
  transition: background 0.2s;
  padding: 10px 0;
}
.tab2 .anchor-link-item2 .tab-box-title {
  font-size: 16px;
}
.tab2 .anchor-link-item2 .ico-round-arrow-l {
  margin-top: 5px;
  margin-right: 10px;
}
.tab2 .anchor-link-item2 .ico-round-arrow-r {
  margin-top: 5px;
  margin-left: 10px;
}
.tab2 .anchor-link-item2:hover .ico-round-arrow-l:before, .tab2 .anchor-link-item2:hover .ico-round-arrow-r:before {
  opacity: 0;
}
.tab2 .anchor-link-item2:hover .ico-round-arrow-l:after, .tab2 .anchor-link-item2:hover .ico-round-arrow-r:after {
  opacity: 1;
}
.tab2 .table-in-price-table th, .tab2 .table-in-price-table td {
  vertical-align: top;
}
.tab2 .table-in-price-table .tb-in-td-row {
  padding: 5px 0;
}
.tab2 .table-in-price-table .tb-pd-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.tab2 .table-in-price-table .tb-td-acc-body-inr {
  border-top: 1px solid #838383;
}

.tab-parent a.tab-box {
  min-height: 72.5px;
}

.tab-box .g-header-category-ico-en {
  color: #fff;
  background: #333;
  margin-left: 5px;
  vertical-align: middle;
}

.tab-box.is-active .g-header-category-ico-en {
  color: #333;
  background: #fff;
}

.tab-box:hover .g-header-category-ico-en {
  color: #333;
  background: #fff;
  transition: none;
}

.timebar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.tooltip-btn:hover .ico-help,
.tooltip-btn:hover .ico-help-wht {
  transition: opacity 0.3s;
  opacity: 0.7;
}
.tooltip-btn:hover .ico-help-line::before {
  opacity: 0;
}
.tooltip-btn:hover .ico-help-line::after {
  opacity: 1;
}

.tooltip {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}

.tooltip-ball {
  position: relative;
  background: #6a6a6a;
  border-radius: 3px;
  color: #fff;
  padding: 20px 10px 20px 20px;
  width: 645px;
  font-size: 14px;
  line-height: 1.5;
  z-index: 100100;
  box-sizing: border-box;
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(-1px 0 #fff) drop-shadow(0 -1px 0 #fff);
}
.tooltip-ball::after {
  content: "";
  position: absolute;
  z-index: 102;
  bottom: -7px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #6a6a6a transparent transparent transparent;
}
.tooltip-ball.is-right::after {
  left: auto;
  right: 20px;
}
.tooltip-ball a {
  text-decoration: underline;
}

.tooltip-scroll-wrap {
  position: relative;
}

.tooltip-scroll {
  max-height: 87px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff #5a5a5a;
}
.tooltip-scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #5a5a5a;
  border-radius: 2px;
}
.tooltip-scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 2px;
}

.tooltip-scroll-inr {
  padding: 0 5px 0 0;
}

.tooltip-pop {
  position: relative;
  background: #6a6a6a;
  border-radius: 3px;
  color: #fff;
  padding: 30px;
  width: 800px;
  font-size: 14px;
  line-height: 1.5;
  z-index: 100100;
  box-sizing: border-box;
  cursor: move;
  border: 1px solid #fff;
}
.tooltip-pop a {
  text-decoration: underline;
}

.tooltip-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  transition: background 0.2s;
}
.tooltip-close::before, .tooltip-close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 11px;
  height: 1px;
  background: #fff;
  transition: background 0.2s;
}
.tooltip-close::before {
  transform: rotate(45deg);
}
.tooltip-close::after {
  transform: rotate(-45deg);
}
.tooltip-close:hover {
  background: #fff;
}
.tooltip-close:hover::before, .tooltip-close:hover::after {
  background: #6a6a6a;
}

.tooltip-table {
  border-collapse: separate;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  word-break: break-all;
}
.tooltip-table th {
  word-break: normal;
}
.tooltip-table .tb-col-h {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tooltip-table .tb-col-h-first {
  border-left: 0;
}
.tooltip-table .tb-row-h {
  padding: 5px;
  vertical-align: middle;
  border-top: 1px solid #fff;
}
.tooltip-table .tb-td {
  padding: 5px;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.tooltip-table tr:first-child .tb-row-h {
  border-top: 0;
}
.tooltip-table tr:first-child .tb-td {
  border-top: 0;
}
.tooltip-table .tb-c {
  text-align: center;
}
.tooltip-table .tb-l {
  text-align: left;
}
.tooltip-table .tb-r {
  text-align: right;
}
.tooltip-table .tb-vt {
  vertical-align: top;
}
.tooltip-table .tb-vm {
  vertical-align: middle;
}
.tooltip-table .tb-vb {
  vertical-align: bottom;
}

.ui-datepicker {
  position: relative;
  text-align: left;
}

.ui-datepicker-term {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  font-size: 14px;
}

.ui-datepicker-wrap {
  min-height: 22.5em;
}

.ui-datepicker-block-wrap {
  display: flex;
  justify-content: space-between;
}

.ui-datepicker-block {
  width: 46%;
  border-top: 1px solid #bdbdbd;
  padding: 25px 0 0;
  min-height: 326px;
}

.ui-datepicker-title {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin: -15px 0 0;
  left: -30px;
}

.ui-datepicker-next {
  left: auto;
  right: -30px;
}

.ui-icon-circle-triangle-w {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/_assets/image/common/ico_circle_arrow_left.png") no-repeat 50% 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}

.ui-icon-circle-triangle-e {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/_assets/image/common/ico_circle_arrow_right.png") no-repeat 50% 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-icon-cross {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 6px;
  top: 9px;
  display: block;
  z-index: 10;
  cursor: pointer;
}
.ui-icon-cross::before, .ui-icon-cross::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  margin: -1px 0 0 -50%;
  background: #5a5a5a;
}
.ui-icon-cross::before {
  transform: rotate(-45deg);
}
.ui-icon-cross::after {
  transform: rotate(45deg);
}
.ui-icon-cross.is-hide {
  display: none;
}

.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  text-align: center;
  padding: 5px 1px;
}
.ui-datepicker-calendar th {
  font-weight: bold;
  color: #000;
}
.ui-datepicker-calendar .ui-state-default {
  display: block;
  border-radius: 3px;
  padding: 1px 0;
}
.ui-datepicker-calendar .ui-state-default:hover {
  background: #5a5a5a;
  color: #fff;
  text-decoration: none;
}
.ui-datepicker-calendar .ui-state-active {
  background: #F8DEDE;
}
.ui-datepicker-calendar .ui-datepicker-week-end:first-child .ui-state-default {
  color: #f00;
  font-weight: bold;
}
.ui-datepicker-calendar .ui-datepicker-week-end:first-child .ui-state-default:hover {
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-week-end:last-child .ui-state-default {
  color: #00AEE0;
  font-weight: bold;
}
.ui-datepicker-calendar .ui-datepicker-week-end:last-child .ui-state-default:hover {
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-holiday .ui-state-default {
  color: #f00;
  font-weight: bold;
}
.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  color: #cdcdcd;
  pointer-events: none;
}
.ui-datepicker-calendar .ui-state-disabled .ui-state-default:hover {
  background: none;
}
.ui-datepicker-calendar .ui-state-disabled.ui-datepicker-week-end:first-child .ui-state-default {
  color: #cdcdcd;
}
.ui-datepicker-calendar .ui-state-disabled.ui-datepicker-week-end:last-child .ui-state-default {
  color: #cdcdcd;
}
.ui-datepicker-calendar .ui-state-disabled.ui-datepicker-holiday .ui-state-default {
  color: #cdcdcd;
}
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  background: #333;
  color: #fff !important;
}
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default:hover {
  background: #333;
}

.ui-datepicker-close {
  display: block;
  background: #fff;
  border: 1px solid #5a5a5a;
  border-radius: 40px;
  padding: 10px;
  margin: 70px auto 0;
  width: 150px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}

.ui-datepicker-close-btn {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.service-box {
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}

.service-box-head {
  background: #f2f2f2;
  border-bottom: 1px solid #bdbdbd;
  text-align: center;
  padding: 10px;
}

.service-box-body {
  padding: 40px;
}

.service-api-img {
  margin: 0 auto;
  max-width: 1000px;
}

.service-step {
  display: flex;
  gap: 40px;
}

.service-step-box {
  position: relative;
  flex: 1;
}
.service-step-box:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 100px;
  left: -30px;
  background: #5a5a5a;
  width: 18px;
  height: 38px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.service-step-box-head {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  background: #e6e6e6;
  box-sizing: border-box;
  padding: 0 5px;
}

.service-step-box-img {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.service-step-box.is-current .service-step-box-head {
  background: #fff;
  border: 1px solid #bdbdbd;
}

.service-info-box {
  border: 1px solid #bdbdbd;
  padding: 40px;
  background: #fff;
}

.service-info-box-bl {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}

.service-info-box-img {
  width: 120px;
}

.service-info-box-body {
  flex: 1;
}

.transition-lead {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.transition-loading {
  width: 128px;
  margin: 0 auto;
  animation: loading 0.81s steps(8, jump-start) 0s infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.g-wrapper {
  min-width: 1250px;
  background: url("/_assets/image/common/bg.jpg") no-repeat 100% 0;
  background-size: 100% auto;
  background-attachment: fixed;
}

.g-header {
  min-width: 1200px;
}

.g-header-row01 {
  position: relative;
  z-index: 100001;
  background-color: #fff;
  border-bottom: 5px solid #e60000;
}

.g-header-row01-inr {
  position: relative;
  height: 66px;
  margin: 0 auto;
}

.js-g-header-position {
  position: relative;
}
.nav-fix .js-g-header-position {
  height: 113px;
}

.g-header-row02 {
  position: relative;
  z-index: 100001;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.nav-fix .g-header-row02 {
  min-width: 1250px;
  position: fixed;
  top: 0;
  width: 100%;
}

.g-header-row02-inr {
  position: relative;
  margin: 0 auto;
  height: 50px;
  display: flex;
  justify-content: space-between;
}

.g-header-logo-mufg {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 157px;
  line-height: 1;
}
.g-header-logo-mufg img {
  width: 100%;
}

.g-header-logo-bank {
  position: absolute;
  top: 24px;
  right: 23px;
  width: 125px;
  line-height: 1;
}
.g-header-logo-bank img {
  width: 100%;
}

.g-header-logo-wrap {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 0 0 20px;
}

.g-header-logo-biz {
  width: 111px;
}

.g-header-logo-biz-inr {
  line-height: 1;
  font-size: 0;
}

.g-header-logo-bizstation-a {
  display: flex;
  align-items: center;
  margin: 0 0 0 15px;
  padding: 3px 15px;
  min-height: 30px;
}
.g-header-logo-bizstation-a:hover {
  background: #f2f2f2;
  border-radius: 20px;
  text-decoration: none;
}

.g-header-logo-bizstation-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 0 15px;
  padding: 3px 15px;
}

.g-header-logo-bizstation-inr {
  line-height: 1;
  font-size: 0;
  width: 113px;
}

.g-header-logo-bizstation-light-inr {
  line-height: 1;
  font-size: 0;
  width: 169px;
  padding: 2px 0 0;
}

.g-header-category-name {
  margin: 2px 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.g-header-nav {
  display: table;
  height: 100%;
  padding: 0 20px;
}

.g-header-nav-account {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.g-header-nav-account-a {
  display: flex;
  align-items: center;
  height: 50px;
  transition: opacity 0.2s;
}
.g-header-nav-account-a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.g-header-nav-account-txt {
  height: 50px;
  display: flex;
  align-items: center;
  visibility: hidden;
  line-height: 1.2;
}

.g-header-nav-account-ico {
  width: 30px;
  padding: 0 10px 0 0;
}
.g-header-nav-account-ico .ico-user {
  display: block;
}

.g-header-account {
  display: none;
  position: absolute;
  top: 41px;
  right: -10px;
  background: #fff;
  width: 600px;
  padding: 20px;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  z-index: 2;
  border: 1px solid #e8e8e8;
}

.g-header-account-table {
  border-collapse: separate;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #bdbdbd;
  font-size: 14px;
  line-height: 1.5;
}
.g-header-account-table th {
  padding: 20px;
  vertical-align: top;
  background: #f2f2f2;
  border-top: 1px solid #bdbdbd;
  width: 30%;
}
.g-header-account-table td {
  padding: 20px;
  vertical-align: top;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
.g-header-account-table tr:first-child th,
.g-header-account-table tr:first-child td {
  border-top: 0;
}

.g-header-nav-menu {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
}

.g-header-menu {
  position: relative;
}

.g-header-menu-btn {
  display: table;
  height: 30px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
}

.g-header-menu-btn-quick-a {
  display: table-cell;
  vertical-align: middle;
  background: #5a5a5a;
  padding: 1px 15px 0;
  color: #fff;
  border-radius: 15px 0 0 15px;
  transition: opacity 0.2s;
}
.g-header-menu-btn-quick-a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.g-header-menu-btn-quick-a .e-ico {
  transition: transform 0.3s ease;
}
.g-header-menu-btn-quick-a.is-open .e-ico {
  transform: rotate(180deg);
}

.g-header-menu-btn-quick-a-single {
  border-radius: 15px;
}

.g-header-menu-btn-logout-a {
  display: table-cell;
  vertical-align: middle;
  padding: 1px 15px 0;
  background-image: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(165, 0, 130) 100%);
  border-radius: 0 15px 15px 0;
  color: #fff;
  border-left: 1px solid #fff;
  transition: opacity 0.2s;
}
.g-header-menu-btn-logout-a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.g-header-menu-btn-logout-a-single {
  border-radius: 15px;
  border-left: 0;
}

.g-header-menu-btn-close-a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  border: 1px solid #5a5a5a;
  border-radius: 0 15px 15px 0;
  border-left: 1px solid #fff;
  transition: background 0.2s, color 0.2s;
}
.g-header-menu-btn-close-a:hover {
  text-decoration: none;
  color: #fff;
  background: #5a5a5a;
}
.g-header-menu-btn-close-a:hover .e-ico::before {
  opacity: 0;
}
.g-header-menu-btn-close-a:hover .e-ico::after {
  opacity: 1;
}

.g-header-menu-btn-close-a-single {
  border-radius: 15px;
  border: 1px solid #5a5a5a;
}

.g-header-menu-quick {
  position: absolute;
  top: 30px;
  left: 0;
  background: #fff;
  border-radius: 3px;
  width: 220px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  line-height: 1.5;
  display: none;
  z-index: 2;
  border: 1px solid #e8e8e8;
}
.g-header-menu-quick.is-en {
  width: 250px;
}

.g-header-menu-quick-block1 {
  padding: 5px 0;
}

.g-header-menu-quick-item-a {
  display: block;
  padding: 5px 20px;
  transition: background 0.2s, color 0.2s;
}
.g-header-menu-quick-item-a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
.g-header-menu-quick-item-a:hover .e-ico::before {
  opacity: 0;
}
.g-header-menu-quick-item-a:hover .e-ico::after {
  opacity: 1;
}
.g-header-menu-quick-item-a .e-ico {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.g-header-menu-quick-block2 {
  border-top: 1px solid #bdbdbd;
  padding: 5px 0;
}

.g-header-category {
  display: table;
  width: 100%;
}

.g-header-category-title {
  background: #e60000;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width: 170px;
  line-height: 1.1;
  padding: 10px 0;
}

.g-header-category-body {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  background: #f2f2f2;
}

.g-header-category-ico-en {
  color: #333;
  background: #d5d5d5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 0 10px;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
}

.g-header-category-ico-en-gry {
  color: #fff;
  background: #404040;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 0 10px;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
}

.g-header-category-nav-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1px;
  background: #f2f2f2;
}

.g-header-category-topicpath {
  padding: 6px 20px;
  font-size: 14px;
  height: 38px;
  box-sizing: border-box;
  display: none;
}

.g-header-category-topicpath-a:not(:first-child),
.g-header-category-topicpath-arw:not(:first-child) {
  margin: 0 0 0 20px;
}

.g-header-category-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.g-header-category-nav-a {
  font-weight: bold;
  white-space: nowrap;
  padding: 6px 25px;
  transition: background 0.2s, color 0.2s;
}
.g-header-category-nav-a:hover {
  text-decoration: none;
  color: #e60000;
  background: #fff;
}
.g-header-category-nav-a:hover .g-header-category-ico-en {
  background: #F8DEDE;
  color: #e60000;
}
.g-header-category-nav-a.is-current {
  color: #fff;
  background: #5a5a5a;
}
.g-header-category-nav-a.is-current .g-header-category-ico-en {
  background: #404040;
  color: #fff;
}

.g-header-category-nav-btn {
  padding: 3px 20px 2px 5px;
  white-space: nowrap;
}

.g-header-category-nav-btn-a.btn-grdline .e-inr {
  font-size: 12px;
  height: 30px;
}
.g-header-category-nav-btn-a.btn-grdline .e-inr2 {
  padding: 3px 10px;
}

.g-header-category-nav-lv2 {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0 0 1px;
}

.g-header-category-nav-lv2-a {
  white-space: nowrap;
  padding: 4px 25px;
  transition: background 0.2s, color 0.2s;
}
.g-header-category-nav-lv2-a:hover {
  text-decoration: none;
  color: #e60000;
  background: #fff;
}
.g-header-category-nav-lv2-a:hover .g-header-category-ico-en {
  background: #F8DEDE;
  color: #e60000;
}
.g-header-category-nav-lv2-a.is-current {
  color: #fff;
  background: #5a5a5a;
}
.g-header-category-nav-lv2-a.is-current .g-header-category-ico-en {
  background: #404040;
  color: #fff;
}

.nav-fix .g-header-category-topicpath {
  display: block;
}
.nav-fix .g-header-category-title {
  font-size: 12px;
  line-height: 1.2;
}
.nav-fix .g-header-category-nav {
  display: none;
}
.nav-fix .g-header-category-nav-lv2 {
  display: none;
}

.g-header-category-flex {
  display: flex;
}
.g-header-category-flex .g-header-category-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-header-category-flex .g-header-category-body {
  display: flex;
  flex: 1;
}
.g-header-category-flex .g-header-category-nav-wrap {
  flex: 1;
}
.g-header-category-flex .g-header-category-nav-main {
  display: flex;
  flex: 1;
}
.g-header-category-flex .g-header-category-nav-a {
  display: flex;
  align-items: center;
}
.g-header-category-flex .g-header-category-nav-btn {
  display: flex;
  align-items: center;
}

.nav-fix .g-header-category-flex .g-header-category-topicpath {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 38px;
}

.g-header-nav-lang {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
  white-space: nowrap;
}

.g-header-nav-lang-a {
  transition: opacity 0.2s;
}
.g-header-nav-lang-a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.g-header-nav-top {
  padding: 0 0 0 20px;
}

.g-header-top-menu-btn {
  display: table-cell;
  padding: 0 0 0 20px;
}

.g-header-top-menu-btn-a {
  background: #333;
  width: 90px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.2s;
}
.g-header-top-menu-btn-a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.g-header-top-menu-btn-elm {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 25px 0 0;
}

.g-header-top-menu-btn-line {
  position: absolute;
  width: 100%;
  border-top: 2px solid #fff;
  left: 0;
  transition: transform 0.2s, opacity 0.2s, top 0.2s;
}
.g-header-top-menu-btn-line:nth-child(1) {
  top: 0;
}
.g-header-top-menu-btn-line:nth-child(2) {
  top: 8px;
}
.g-header-top-menu-btn-line:nth-child(3) {
  top: 16px;
}

.g-header-top-menu-btn-txt {
  font-size: 10px;
  line-height: 1;
  transition: opacity 0.2s;
}

html.is-nav-open {
  overflow-x: auto;
  overflow-y: hidden;
}
html.is-nav-open .g-header-top-menu-btn-line:nth-child(1) {
  transform: rotate(45deg);
  top: 18px;
}
html.is-nav-open .g-header-top-menu-btn-line:nth-child(2) {
  opacity: 0;
}
html.is-nav-open .g-header-top-menu-btn-line:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
}
html.is-nav-open .g-header-top-menu-btn-txt {
  opacity: 0;
}

.g-header-top-menu-container {
  position: absolute;
  top: 50px;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.g-header-top-menu {
  position: relative;
  background: #333;
  padding: 5px;
  box-sizing: border-box;
}

.g-header-top-menu-inr {
  background: #fff;
  border-radius: 3px;
  padding: 0;
  overflow: auto;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

.g-header-top-menu-inr2 {
  position: relative;
  min-width: 1160px;
  padding: 40px;
}

.g-header-top-menu-content {
  max-width: 1500px;
  margin: 0 auto;
}

.g-header-top-menu-tab-wrap {
  display: flex;
  gap: 10px;
  margin: 0 0 30px;
}

.g-header-top-menu-tab {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  background: #e60000;
  color: #fff;
}

.g-header-top-menu-tab-n1 {
  width: 11%;
}

.g-header-top-menu-tab-n2 {
  width: 22%;
}

.g-header-top-menu-tab-n3 {
  width: 33%;
}

.g-header-top-menu-tab-n5 {
  width: 55%;
}

.g-header-top-menu-tab-item-inr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: background 0.2s, color 0.2s;
  padding: 5px 0;
}

.g-header-top-menu-tab-item-label {
  background: #fff;
  color: #e60000;
  border: 1px solid #e60000;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1;
  margin: 0 auto 2px;
  width: fit-content;
}

.g-header-top-menu-tab-item {
  flex: 1;
  display: flex;
  position: relative;
  text-align: center;
  min-height: 50px;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 1.2;
}
.g-header-top-menu-tab-item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: calc(100% - 20px);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.g-header-top-menu-tab-item:hover {
  text-decoration: none;
}
.g-header-top-menu-tab-item:not(.is-disabled):not(.is-active):hover .g-header-top-menu-tab-item-inr {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
.g-header-top-menu-tab-item.is-active .g-header-top-menu-tab-item-inr {
  position: relative;
  background: #fff;
  color: #e60000;
  border-radius: 3px;
}
.g-header-top-menu-tab-item.is-active .g-header-top-menu-tab-item-inr::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
.g-header-top-menu-tab-item.is-disabled {
  pointer-events: none;
}

.g-header-top-menu-tab-gry {
  background: #333;
}
.g-header-top-menu-tab-gry .g-header-top-menu-tab-item.is-active .g-header-top-menu-tab-item-inr {
  color: #333;
}

.g-header-top-menu-tab-content {
  display: none;
}

.g-header-top-menu-box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  padding: 0 0 40px;
  border-bottom: 1px solid #bdbdbd;
}

.g-header-top-menu-box {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #bdbdbd;
  padding: 10px 0;
}
.g-header-top-menu-box:nth-child(4n+1) {
  border-left: 1px solid #bdbdbd;
}

.g-header-top-menu-box-head {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.g-header-top-menu-box-head-inr {
  padding: 7px 20px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g-header-top-menu-box-head-a {
  padding: 7px 20px 6px;
  transition: background 0.2s, color 0.2s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-header-top-menu-box-head-a:not(.is-disabled):hover {
  text-decoration: none;
  background: #5a5a5a;
  color: #fff;
}
.g-header-top-menu-box-head-a.is-disabled {
  color: #acacac;
}

.g-header-top-menu-item {
  line-height: 1.5;
}

.g-header-top-menu-item-label {
  font-size: 12px;
  transition: color 0.2s;
  margin: 0 20px;
  padding: 10px 0 3px;
}

.g-header-top-menu-item-a {
  padding: 7px 20px 6px;
  transition: background 0.2s, color 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-header-top-menu-item-a:not(.is-disabled):not(.is-nolink):hover {
  text-decoration: none;
  background: #5a5a5a;
  color: #fff;
}
.g-header-top-menu-item-a:not(.is-disabled):not(.is-nolink):hover .g-header-top-menu-item-label {
  color: #fff;
}
.g-header-top-menu-item-a.is-disabled {
  color: #acacac;
}

.g-header-top-menu-item-tag {
  line-height: 1;
}

.g-header-tag-grylline {
  min-width: 60px;
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
  padding: 3px 5px 2px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.3;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
  vertical-align: 0.3em;
  background: #fff;
}

.g-header-tag-redlline {
  min-width: 60px;
  border: 1px solid #e60000;
  color: #e60000;
  padding: 3px 5px 2px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.3;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
  vertical-align: 0.3em;
  background: #fff;
}

.g-header-top-menu-box-btm {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.5;
}

.g-header-top-menu-box-btm-a {
  padding: 7px 20px 6px;
  transition: background 0.2s, color 0.2s;
  font-weight: bold;
}
.g-header-top-menu-box-btm-a:not(.is-disabled):hover {
  text-decoration: none;
  background: #5a5a5a;
  color: #fff;
}
.g-header-top-menu-box-btm-a.is-disabled {
  color: #acacac;
}

.g-header-top-menu-box-btm-note {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #5a5a5a;
}

.g-header-top-menu-btn-close {
  position: relative;
  margin: 40px 0 0;
}

.g-header-top-menu-btn-close-a {
  margin: 0 auto;
  display: table;
  font-weight: bold;
}

.g-header-top-menu-btn-note {
  position: absolute;
  top: 0;
  right: 0;
  color: #acacac;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.g-header-top-menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.5);
}

.g-contents {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0 0 100px;
}

.displayid {
  padding: 0 10px 10px;
  font-size: 12px;
}

.g-footer {
  background: #fff;
  border-top: 5px solid #e60000;
  overflow: hidden;
  padding: 0 10px;
}

.g-footer-inr {
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1200px;
}

.g-footer-copyright {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.u-ta-c {
  text-align: center;
}

.u-ta-l {
  text-align: left;
}

.u-ta-r {
  text-align: right;
}

.u-nobr {
  display: inline-block;
}

.u-wn {
  white-space: nowrap;
}

.u-wb {
  word-break: break-all;
}

.u-wbnm {
  word-break: normal;
}

.u-text-underline {
  text-decoration: underline;
}

.u-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.u-flex-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.u-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.u-flex-end {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.u-flex-basic {
  display: flex;
}

.u-flex-vt {
  align-items: flex-start;
}

.u-flex-vb {
  align-items: flex-end;
}

.u-flex-gap10 {
  gap: 10px;
}

.u-flex-gap40 {
  gap: 40px;
}

.u-flex-grow1 {
  flex: 1 1 0;
}

.u-flex-jc-end {
  justify-content: end;
}

.u-hide {
  display: none;
}

.u-bg-gry {
  background: #f2f2f2;
}

.u-bg-blu {
  background: #E5F7FC;
}

.u-bg-red {
  background: #F8DEDE;
}

.u-bg-ylw {
  background: #FFFBED;
}

.u-float-n {
  float: none;
}

.u-float-l {
  float: left;
}

.u-float-r {
  float: right;
}

.u-dp-b {
  display: block;
}

.u-dp-i {
  display: inline;
}

.u-dp-ib {
  display: inline-block;
}

.u-dp-tb {
  display: table;
}

.u-dp-tbcl {
  display: table-cell;
}

.u-va-vt {
  vertical-align: top;
}

.u-va-vm {
  vertical-align: middle;
}

.u-va-vb {
  vertical-align: bottom;
}

.u-cf::before, .u-cf::after {
  content: " ";
  display: table;
}
.u-cf::after {
  clear: both;
}

.u-hover {
  transition: opacity 0.3s;
}
.u-hover:hover {
  opacity: 0.7;
}

.u-pe-none {
  pointer-events: none;
}

.u-fz10 {
  font-size: 10px;
}

.u-fz12 {
  font-size: 12px;
}

.u-fz14 {
  font-size: 14px;
}

.u-fz16 {
  font-size: 16px;
}

.u-fz18 {
  font-size: 18px;
}

.u-fz20 {
  font-size: 20px;
}

.u-fz22 {
  font-size: 22px;
}

.u-fz24 {
  font-size: 24px;
}

.u-fz26 {
  font-size: 26px;
}

.u-fwb {
  font-weight: bold;
}

.u-fwn {
  font-weight: normal;
}

.u-fc-base {
  color: #333;
}

.u-fc-red {
  color: #e60000;
}

.u-fc-gry {
  color: #5a5a5a;
}

.u-fc-gry-l {
  color: #838383;
}

.u-fc-blu {
  color: #337EBC;
}

.u-fc-grn {
  color: #249e93;
}

.u-fc-disabled {
  color: rgba(51, 51, 51, 0.4);
}

.u-lh-0 {
  line-height: 0;
}

.u-lh-s {
  line-height: 1.3;
}

.u-lh-m {
  line-height: 1.5;
}

.u-lh-l {
  line-height: 1.75;
}

.u-w-auto {
  width: auto;
}

.u-w5 {
  width: 5px;
}
.u-w10 {
  width: 10px;
}
.u-w15 {
  width: 15px;
}
.u-w20 {
  width: 20px;
}
.u-w25 {
  width: 25px;
}
.u-w30 {
  width: 30px;
}
.u-w35 {
  width: 35px;
}
.u-w40 {
  width: 40px;
}
.u-w45 {
  width: 45px;
}
.u-w50 {
  width: 50px;
}
.u-w55 {
  width: 55px;
}
.u-w60 {
  width: 60px;
}
.u-w65 {
  width: 65px;
}
.u-w70 {
  width: 70px;
}
.u-w75 {
  width: 75px;
}
.u-w80 {
  width: 80px;
}
.u-w85 {
  width: 85px;
}
.u-w90 {
  width: 90px;
}
.u-w95 {
  width: 95px;
}
.u-w100 {
  width: 100px;
}
.u-w105 {
  width: 105px;
}
.u-w110 {
  width: 110px;
}
.u-w115 {
  width: 115px;
}
.u-w120 {
  width: 120px;
}
.u-w125 {
  width: 125px;
}
.u-w130 {
  width: 130px;
}
.u-w135 {
  width: 135px;
}
.u-w140 {
  width: 140px;
}
.u-w145 {
  width: 145px;
}
.u-w150 {
  width: 150px;
}
.u-w155 {
  width: 155px;
}
.u-w160 {
  width: 160px;
}
.u-w165 {
  width: 165px;
}
.u-w170 {
  width: 170px;
}
.u-w175 {
  width: 175px;
}
.u-w180 {
  width: 180px;
}
.u-w185 {
  width: 185px;
}
.u-w190 {
  width: 190px;
}
.u-w195 {
  width: 195px;
}
.u-w200 {
  width: 200px;
}
.u-w205 {
  width: 205px;
}
.u-w210 {
  width: 210px;
}
.u-w215 {
  width: 215px;
}
.u-w220 {
  width: 220px;
}
.u-w225 {
  width: 225px;
}
.u-w230 {
  width: 230px;
}
.u-w235 {
  width: 235px;
}
.u-w240 {
  width: 240px;
}
.u-w245 {
  width: 245px;
}
.u-w250 {
  width: 250px;
}
.u-w255 {
  width: 255px;
}
.u-w260 {
  width: 260px;
}
.u-w265 {
  width: 265px;
}
.u-w270 {
  width: 270px;
}
.u-w275 {
  width: 275px;
}
.u-w280 {
  width: 280px;
}
.u-w285 {
  width: 285px;
}
.u-w290 {
  width: 290px;
}
.u-w295 {
  width: 295px;
}
.u-w300 {
  width: 300px;
}
.u-w305 {
  width: 305px;
}
.u-w310 {
  width: 310px;
}
.u-w315 {
  width: 315px;
}
.u-w320 {
  width: 320px;
}
.u-w325 {
  width: 325px;
}
.u-w330 {
  width: 330px;
}
.u-w335 {
  width: 335px;
}
.u-w340 {
  width: 340px;
}
.u-w345 {
  width: 345px;
}
.u-w350 {
  width: 350px;
}
.u-w355 {
  width: 355px;
}
.u-w360 {
  width: 360px;
}
.u-w365 {
  width: 365px;
}
.u-w370 {
  width: 370px;
}
.u-w375 {
  width: 375px;
}
.u-w380 {
  width: 380px;
}
.u-w385 {
  width: 385px;
}
.u-w390 {
  width: 390px;
}
.u-w395 {
  width: 395px;
}
.u-w400 {
  width: 400px;
}
.u-w405 {
  width: 405px;
}
.u-w410 {
  width: 410px;
}
.u-w415 {
  width: 415px;
}
.u-w420 {
  width: 420px;
}
.u-w425 {
  width: 425px;
}
.u-w430 {
  width: 430px;
}
.u-w435 {
  width: 435px;
}
.u-w440 {
  width: 440px;
}
.u-w445 {
  width: 445px;
}
.u-w450 {
  width: 450px;
}
.u-w455 {
  width: 455px;
}
.u-w460 {
  width: 460px;
}
.u-w465 {
  width: 465px;
}
.u-w470 {
  width: 470px;
}
.u-w475 {
  width: 475px;
}
.u-w480 {
  width: 480px;
}
.u-w485 {
  width: 485px;
}
.u-w490 {
  width: 490px;
}
.u-w495 {
  width: 495px;
}
.u-w500 {
  width: 500px;
}
.u-w505 {
  width: 505px;
}
.u-w510 {
  width: 510px;
}
.u-w515 {
  width: 515px;
}
.u-w520 {
  width: 520px;
}
.u-w525 {
  width: 525px;
}
.u-w530 {
  width: 530px;
}
.u-w535 {
  width: 535px;
}
.u-w540 {
  width: 540px;
}
.u-w545 {
  width: 545px;
}
.u-w550 {
  width: 550px;
}
.u-w555 {
  width: 555px;
}
.u-w560 {
  width: 560px;
}
.u-w565 {
  width: 565px;
}
.u-w570 {
  width: 570px;
}
.u-w575 {
  width: 575px;
}
.u-w580 {
  width: 580px;
}
.u-w585 {
  width: 585px;
}
.u-w590 {
  width: 590px;
}
.u-w595 {
  width: 595px;
}
.u-w600 {
  width: 600px;
}
.u-w605 {
  width: 605px;
}
.u-w610 {
  width: 610px;
}
.u-w615 {
  width: 615px;
}
.u-w620 {
  width: 620px;
}
.u-w625 {
  width: 625px;
}
.u-w630 {
  width: 630px;
}
.u-w635 {
  width: 635px;
}
.u-w640 {
  width: 640px;
}
.u-w645 {
  width: 645px;
}
.u-w650 {
  width: 650px;
}
.u-w655 {
  width: 655px;
}
.u-w660 {
  width: 660px;
}
.u-w665 {
  width: 665px;
}
.u-w670 {
  width: 670px;
}
.u-w675 {
  width: 675px;
}
.u-w680 {
  width: 680px;
}
.u-w685 {
  width: 685px;
}
.u-w690 {
  width: 690px;
}
.u-w695 {
  width: 695px;
}
.u-w700 {
  width: 700px;
}
.u-w705 {
  width: 705px;
}
.u-w710 {
  width: 710px;
}
.u-w715 {
  width: 715px;
}
.u-w720 {
  width: 720px;
}
.u-w725 {
  width: 725px;
}
.u-w730 {
  width: 730px;
}
.u-w735 {
  width: 735px;
}
.u-w740 {
  width: 740px;
}
.u-w745 {
  width: 745px;
}
.u-w750 {
  width: 750px;
}
.u-w755 {
  width: 755px;
}
.u-w760 {
  width: 760px;
}
.u-w765 {
  width: 765px;
}
.u-w770 {
  width: 770px;
}
.u-w775 {
  width: 775px;
}
.u-w780 {
  width: 780px;
}
.u-w785 {
  width: 785px;
}
.u-w790 {
  width: 790px;
}
.u-w795 {
  width: 795px;
}
.u-w800 {
  width: 800px;
}
.u-w805 {
  width: 805px;
}
.u-w810 {
  width: 810px;
}
.u-w815 {
  width: 815px;
}
.u-w820 {
  width: 820px;
}
.u-w825 {
  width: 825px;
}
.u-w830 {
  width: 830px;
}
.u-w835 {
  width: 835px;
}
.u-w840 {
  width: 840px;
}
.u-w845 {
  width: 845px;
}
.u-w850 {
  width: 850px;
}
.u-w855 {
  width: 855px;
}
.u-w860 {
  width: 860px;
}
.u-w865 {
  width: 865px;
}
.u-w870 {
  width: 870px;
}
.u-w875 {
  width: 875px;
}
.u-w880 {
  width: 880px;
}
.u-w885 {
  width: 885px;
}
.u-w890 {
  width: 890px;
}
.u-w895 {
  width: 895px;
}
.u-w900 {
  width: 900px;
}
.u-w905 {
  width: 905px;
}
.u-w910 {
  width: 910px;
}
.u-w915 {
  width: 915px;
}
.u-w920 {
  width: 920px;
}
.u-w925 {
  width: 925px;
}
.u-w930 {
  width: 930px;
}
.u-w935 {
  width: 935px;
}
.u-w940 {
  width: 940px;
}
.u-w945 {
  width: 945px;
}
.u-w950 {
  width: 950px;
}
.u-w955 {
  width: 955px;
}
.u-w960 {
  width: 960px;
}
.u-w965 {
  width: 965px;
}
.u-w970 {
  width: 970px;
}
.u-w975 {
  width: 975px;
}
.u-w980 {
  width: 980px;
}
.u-w985 {
  width: 985px;
}
.u-w990 {
  width: 990px;
}
.u-w995 {
  width: 995px;
}
.u-w1000 {
  width: 1000px;
}
.u-w1005 {
  width: 1005px;
}
.u-w1010 {
  width: 1010px;
}
.u-w1015 {
  width: 1015px;
}
.u-w1020 {
  width: 1020px;
}
.u-w1025 {
  width: 1025px;
}
.u-w1030 {
  width: 1030px;
}
.u-w1035 {
  width: 1035px;
}
.u-w1040 {
  width: 1040px;
}
.u-w1045 {
  width: 1045px;
}
.u-w1050 {
  width: 1050px;
}
.u-w1055 {
  width: 1055px;
}
.u-w1060 {
  width: 1060px;
}
.u-w1065 {
  width: 1065px;
}
.u-w1070 {
  width: 1070px;
}
.u-w1075 {
  width: 1075px;
}
.u-w1080 {
  width: 1080px;
}
.u-w1085 {
  width: 1085px;
}
.u-w1090 {
  width: 1090px;
}
.u-w1095 {
  width: 1095px;
}
.u-w1100 {
  width: 1100px;
}
.u-w1105 {
  width: 1105px;
}
.u-w1110 {
  width: 1110px;
}
.u-w1115 {
  width: 1115px;
}
.u-w1120 {
  width: 1120px;
}
.u-w1125 {
  width: 1125px;
}
.u-w1130 {
  width: 1130px;
}
.u-w1135 {
  width: 1135px;
}
.u-w1140 {
  width: 1140px;
}
.u-w1145 {
  width: 1145px;
}
.u-w1150 {
  width: 1150px;
}
.u-w1155 {
  width: 1155px;
}
.u-w1160 {
  width: 1160px;
}
.u-w1165 {
  width: 1165px;
}
.u-w1170 {
  width: 1170px;
}
.u-w1175 {
  width: 1175px;
}
.u-w1180 {
  width: 1180px;
}
.u-w1185 {
  width: 1185px;
}
.u-w1190 {
  width: 1190px;
}
.u-w1195 {
  width: 1195px;
}
.u-w1200 {
  width: 1200px;
}
.u-w1205 {
  width: 1205px;
}
.u-w1210 {
  width: 1210px;
}
.u-w1215 {
  width: 1215px;
}
.u-w1220 {
  width: 1220px;
}
.u-w1225 {
  width: 1225px;
}
.u-w1230 {
  width: 1230px;
}
.u-w1235 {
  width: 1235px;
}
.u-w1240 {
  width: 1240px;
}
.u-w1245 {
  width: 1245px;
}
.u-w1250 {
  width: 1250px;
}
.u-w1255 {
  width: 1255px;
}
.u-w1260 {
  width: 1260px;
}
.u-w1265 {
  width: 1265px;
}
.u-w1270 {
  width: 1270px;
}
.u-w1275 {
  width: 1275px;
}
.u-w1280 {
  width: 1280px;
}
.u-w1285 {
  width: 1285px;
}
.u-w1290 {
  width: 1290px;
}
.u-w1295 {
  width: 1295px;
}
.u-w1300 {
  width: 1300px;
}
.u-w1305 {
  width: 1305px;
}
.u-w1310 {
  width: 1310px;
}
.u-w1315 {
  width: 1315px;
}
.u-w1320 {
  width: 1320px;
}
.u-w1325 {
  width: 1325px;
}
.u-w1330 {
  width: 1330px;
}
.u-w1335 {
  width: 1335px;
}
.u-w1340 {
  width: 1340px;
}
.u-w1345 {
  width: 1345px;
}
.u-w1350 {
  width: 1350px;
}
.u-w1355 {
  width: 1355px;
}
.u-w1360 {
  width: 1360px;
}
.u-w1365 {
  width: 1365px;
}
.u-w1370 {
  width: 1370px;
}
.u-w1375 {
  width: 1375px;
}
.u-w1380 {
  width: 1380px;
}
.u-w1385 {
  width: 1385px;
}
.u-w1390 {
  width: 1390px;
}
.u-w1395 {
  width: 1395px;
}
.u-w1400 {
  width: 1400px;
}
.u-w1405 {
  width: 1405px;
}
.u-w1410 {
  width: 1410px;
}
.u-w1415 {
  width: 1415px;
}
.u-w1420 {
  width: 1420px;
}
.u-w1425 {
  width: 1425px;
}
.u-w1430 {
  width: 1430px;
}
.u-w1435 {
  width: 1435px;
}
.u-w1440 {
  width: 1440px;
}
.u-w1445 {
  width: 1445px;
}
.u-w1450 {
  width: 1450px;
}
.u-w1455 {
  width: 1455px;
}
.u-w1460 {
  width: 1460px;
}
.u-w1465 {
  width: 1465px;
}
.u-w1470 {
  width: 1470px;
}
.u-w1475 {
  width: 1475px;
}
.u-w1480 {
  width: 1480px;
}
.u-w1485 {
  width: 1485px;
}
.u-w1490 {
  width: 1490px;
}
.u-w1495 {
  width: 1495px;
}
.u-w1500 {
  width: 1500px;
}
.u-wp1 {
  width: 1%;
}
.u-wp2 {
  width: 2%;
}
.u-wp3 {
  width: 3%;
}
.u-wp4 {
  width: 4%;
}
.u-wp5 {
  width: 5%;
}
.u-wp6 {
  width: 6%;
}
.u-wp7 {
  width: 7%;
}
.u-wp8 {
  width: 8%;
}
.u-wp9 {
  width: 9%;
}
.u-wp10 {
  width: 10%;
}
.u-wp11 {
  width: 11%;
}
.u-wp12 {
  width: 12%;
}
.u-wp13 {
  width: 13%;
}
.u-wp14 {
  width: 14%;
}
.u-wp15 {
  width: 15%;
}
.u-wp16 {
  width: 16%;
}
.u-wp17 {
  width: 17%;
}
.u-wp18 {
  width: 18%;
}
.u-wp19 {
  width: 19%;
}
.u-wp20 {
  width: 20%;
}
.u-wp21 {
  width: 21%;
}
.u-wp22 {
  width: 22%;
}
.u-wp23 {
  width: 23%;
}
.u-wp24 {
  width: 24%;
}
.u-wp25 {
  width: 25%;
}
.u-wp26 {
  width: 26%;
}
.u-wp27 {
  width: 27%;
}
.u-wp28 {
  width: 28%;
}
.u-wp29 {
  width: 29%;
}
.u-wp30 {
  width: 30%;
}
.u-wp31 {
  width: 31%;
}
.u-wp32 {
  width: 32%;
}
.u-wp33 {
  width: 33%;
}
.u-wp34 {
  width: 34%;
}
.u-wp35 {
  width: 35%;
}
.u-wp36 {
  width: 36%;
}
.u-wp37 {
  width: 37%;
}
.u-wp38 {
  width: 38%;
}
.u-wp39 {
  width: 39%;
}
.u-wp40 {
  width: 40%;
}
.u-wp41 {
  width: 41%;
}
.u-wp42 {
  width: 42%;
}
.u-wp43 {
  width: 43%;
}
.u-wp44 {
  width: 44%;
}
.u-wp45 {
  width: 45%;
}
.u-wp46 {
  width: 46%;
}
.u-wp47 {
  width: 47%;
}
.u-wp48 {
  width: 48%;
}
.u-wp49 {
  width: 49%;
}
.u-wp50 {
  width: 50%;
}
.u-wp51 {
  width: 51%;
}
.u-wp52 {
  width: 52%;
}
.u-wp53 {
  width: 53%;
}
.u-wp54 {
  width: 54%;
}
.u-wp55 {
  width: 55%;
}
.u-wp56 {
  width: 56%;
}
.u-wp57 {
  width: 57%;
}
.u-wp58 {
  width: 58%;
}
.u-wp59 {
  width: 59%;
}
.u-wp60 {
  width: 60%;
}
.u-wp61 {
  width: 61%;
}
.u-wp62 {
  width: 62%;
}
.u-wp63 {
  width: 63%;
}
.u-wp64 {
  width: 64%;
}
.u-wp65 {
  width: 65%;
}
.u-wp66 {
  width: 66%;
}
.u-wp67 {
  width: 67%;
}
.u-wp68 {
  width: 68%;
}
.u-wp69 {
  width: 69%;
}
.u-wp70 {
  width: 70%;
}
.u-wp71 {
  width: 71%;
}
.u-wp72 {
  width: 72%;
}
.u-wp73 {
  width: 73%;
}
.u-wp74 {
  width: 74%;
}
.u-wp75 {
  width: 75%;
}
.u-wp76 {
  width: 76%;
}
.u-wp77 {
  width: 77%;
}
.u-wp78 {
  width: 78%;
}
.u-wp79 {
  width: 79%;
}
.u-wp80 {
  width: 80%;
}
.u-wp81 {
  width: 81%;
}
.u-wp82 {
  width: 82%;
}
.u-wp83 {
  width: 83%;
}
.u-wp84 {
  width: 84%;
}
.u-wp85 {
  width: 85%;
}
.u-wp86 {
  width: 86%;
}
.u-wp87 {
  width: 87%;
}
.u-wp88 {
  width: 88%;
}
.u-wp89 {
  width: 89%;
}
.u-wp90 {
  width: 90%;
}
.u-wp91 {
  width: 91%;
}
.u-wp92 {
  width: 92%;
}
.u-wp93 {
  width: 93%;
}
.u-wp94 {
  width: 94%;
}
.u-wp95 {
  width: 95%;
}
.u-wp96 {
  width: 96%;
}
.u-wp97 {
  width: 97%;
}
.u-wp98 {
  width: 98%;
}
.u-wp99 {
  width: 99%;
}
.u-wp100 {
  width: 100%;
}

.u-wp12-5 {
  width: 12.5%;
}

.u-wp38-5 {
  width: 38.5%;
}

.u-wp61-5 {
  width: 61.5%;
}

.u-mw600 {
  min-width: 600px;
}

.u-mw640 {
  min-width: 640px;
}

.u-mw850 {
  min-width: 850px;
}

.u-mw880 {
  min-width: 880px;
}

.u-mw1200 {
  min-width: 1200px;
}

.u-m-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-mt0 {
  margin-top: 0px;
}
.u-mt5 {
  margin-top: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mt55 {
  margin-top: 55px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt65 {
  margin-top: 65px;
}
.u-mt70 {
  margin-top: 70px;
}
.u-mt75 {
  margin-top: 75px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt85 {
  margin-top: 85px;
}
.u-mt90 {
  margin-top: 90px;
}
.u-mt95 {
  margin-top: 95px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt105 {
  margin-top: 105px;
}
.u-mt110 {
  margin-top: 110px;
}
.u-mt115 {
  margin-top: 115px;
}
.u-mt120 {
  margin-top: 120px;
}
.u-mt125 {
  margin-top: 125px;
}
.u-mt130 {
  margin-top: 130px;
}
.u-mt135 {
  margin-top: 135px;
}
.u-mt140 {
  margin-top: 140px;
}
.u-mt145 {
  margin-top: 145px;
}
.u-mt150 {
  margin-top: 150px;
}
.u-mr0 {
  margin-right: 0px;
}
.u-mr5 {
  margin-right: 5px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-mr15 {
  margin-right: 15px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-mr25 {
  margin-right: 25px;
}
.u-mr30 {
  margin-right: 30px;
}
.u-mr35 {
  margin-right: 35px;
}
.u-mr40 {
  margin-right: 40px;
}
.u-mr45 {
  margin-right: 45px;
}
.u-mr50 {
  margin-right: 50px;
}
.u-mr55 {
  margin-right: 55px;
}
.u-mr60 {
  margin-right: 60px;
}
.u-mr65 {
  margin-right: 65px;
}
.u-mr70 {
  margin-right: 70px;
}
.u-mr75 {
  margin-right: 75px;
}
.u-mr80 {
  margin-right: 80px;
}
.u-mr85 {
  margin-right: 85px;
}
.u-mr90 {
  margin-right: 90px;
}
.u-mr95 {
  margin-right: 95px;
}
.u-mr100 {
  margin-right: 100px;
}
.u-mr105 {
  margin-right: 105px;
}
.u-mr110 {
  margin-right: 110px;
}
.u-mr115 {
  margin-right: 115px;
}
.u-mr120 {
  margin-right: 120px;
}
.u-mr125 {
  margin-right: 125px;
}
.u-mr130 {
  margin-right: 130px;
}
.u-mr135 {
  margin-right: 135px;
}
.u-mr140 {
  margin-right: 140px;
}
.u-mr145 {
  margin-right: 145px;
}
.u-mr150 {
  margin-right: 150px;
}
.u-mb0 {
  margin-bottom: 0px;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mb55 {
  margin-bottom: 55px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mb65 {
  margin-bottom: 65px;
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mb75 {
  margin-bottom: 75px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mb85 {
  margin-bottom: 85px;
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mb95 {
  margin-bottom: 95px;
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-mb105 {
  margin-bottom: 105px;
}
.u-mb110 {
  margin-bottom: 110px;
}
.u-mb115 {
  margin-bottom: 115px;
}
.u-mb120 {
  margin-bottom: 120px;
}
.u-mb125 {
  margin-bottom: 125px;
}
.u-mb130 {
  margin-bottom: 130px;
}
.u-mb135 {
  margin-bottom: 135px;
}
.u-mb140 {
  margin-bottom: 140px;
}
.u-mb145 {
  margin-bottom: 145px;
}
.u-mb150 {
  margin-bottom: 150px;
}
.u-ml0 {
  margin-left: 0px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-ml15 {
  margin-left: 15px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-ml25 {
  margin-left: 25px;
}
.u-ml30 {
  margin-left: 30px;
}
.u-ml35 {
  margin-left: 35px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-ml45 {
  margin-left: 45px;
}
.u-ml50 {
  margin-left: 50px;
}
.u-ml55 {
  margin-left: 55px;
}
.u-ml60 {
  margin-left: 60px;
}
.u-ml65 {
  margin-left: 65px;
}
.u-ml70 {
  margin-left: 70px;
}
.u-ml75 {
  margin-left: 75px;
}
.u-ml80 {
  margin-left: 80px;
}
.u-ml85 {
  margin-left: 85px;
}
.u-ml90 {
  margin-left: 90px;
}
.u-ml95 {
  margin-left: 95px;
}
.u-ml100 {
  margin-left: 100px;
}
.u-ml105 {
  margin-left: 105px;
}
.u-ml110 {
  margin-left: 110px;
}
.u-ml115 {
  margin-left: 115px;
}
.u-ml120 {
  margin-left: 120px;
}
.u-ml125 {
  margin-left: 125px;
}
.u-ml130 {
  margin-left: 130px;
}
.u-ml135 {
  margin-left: 135px;
}
.u-ml140 {
  margin-left: 140px;
}
.u-ml145 {
  margin-left: 145px;
}
.u-ml150 {
  margin-left: 150px;
}
.u-ma0 {
  margin: 0px;
}
.u-ma5 {
  margin: 5px;
}
.u-ma10 {
  margin: 10px;
}
.u-ma15 {
  margin: 15px;
}
.u-ma20 {
  margin: 20px;
}
.u-ma25 {
  margin: 25px;
}
.u-ma30 {
  margin: 30px;
}
.u-ma35 {
  margin: 35px;
}
.u-ma40 {
  margin: 40px;
}
.u-ma45 {
  margin: 45px;
}
.u-ma50 {
  margin: 50px;
}
.u-ma55 {
  margin: 55px;
}
.u-ma60 {
  margin: 60px;
}
.u-ma65 {
  margin: 65px;
}
.u-ma70 {
  margin: 70px;
}
.u-ma75 {
  margin: 75px;
}
.u-ma80 {
  margin: 80px;
}
.u-ma85 {
  margin: 85px;
}
.u-ma90 {
  margin: 90px;
}
.u-ma95 {
  margin: 95px;
}
.u-ma100 {
  margin: 100px;
}
.u-ma105 {
  margin: 105px;
}
.u-ma110 {
  margin: 110px;
}
.u-ma115 {
  margin: 115px;
}
.u-ma120 {
  margin: 120px;
}
.u-ma125 {
  margin: 125px;
}
.u-ma130 {
  margin: 130px;
}
.u-ma135 {
  margin: 135px;
}
.u-ma140 {
  margin: 140px;
}
.u-ma145 {
  margin: 145px;
}
.u-ma150 {
  margin: 150px;
}

.u-pt0 {
  padding-top: 0px;
}
.u-pt5 {
  padding-top: 5px;
}
.u-pt10 {
  padding-top: 10px;
}
.u-pt15 {
  padding-top: 15px;
}
.u-pt20 {
  padding-top: 20px;
}
.u-pt25 {
  padding-top: 25px;
}
.u-pt30 {
  padding-top: 30px;
}
.u-pt35 {
  padding-top: 35px;
}
.u-pt40 {
  padding-top: 40px;
}
.u-pt45 {
  padding-top: 45px;
}
.u-pt50 {
  padding-top: 50px;
}
.u-pt55 {
  padding-top: 55px;
}
.u-pt60 {
  padding-top: 60px;
}
.u-pt65 {
  padding-top: 65px;
}
.u-pt70 {
  padding-top: 70px;
}
.u-pt75 {
  padding-top: 75px;
}
.u-pt80 {
  padding-top: 80px;
}
.u-pt85 {
  padding-top: 85px;
}
.u-pt90 {
  padding-top: 90px;
}
.u-pt95 {
  padding-top: 95px;
}
.u-pt100 {
  padding-top: 100px;
}
.u-pt105 {
  padding-top: 105px;
}
.u-pt110 {
  padding-top: 110px;
}
.u-pt115 {
  padding-top: 115px;
}
.u-pt120 {
  padding-top: 120px;
}
.u-pt125 {
  padding-top: 125px;
}
.u-pt130 {
  padding-top: 130px;
}
.u-pt135 {
  padding-top: 135px;
}
.u-pt140 {
  padding-top: 140px;
}
.u-pt145 {
  padding-top: 145px;
}
.u-pt150 {
  padding-top: 150px;
}
.u-pr0 {
  padding-right: 0px;
}
.u-pr5 {
  padding-right: 5px;
}
.u-pr10 {
  padding-right: 10px;
}
.u-pr15 {
  padding-right: 15px;
}
.u-pr20 {
  padding-right: 20px;
}
.u-pr25 {
  padding-right: 25px;
}
.u-pr30 {
  padding-right: 30px;
}
.u-pr35 {
  padding-right: 35px;
}
.u-pr40 {
  padding-right: 40px;
}
.u-pr45 {
  padding-right: 45px;
}
.u-pr50 {
  padding-right: 50px;
}
.u-pr55 {
  padding-right: 55px;
}
.u-pr60 {
  padding-right: 60px;
}
.u-pr65 {
  padding-right: 65px;
}
.u-pr70 {
  padding-right: 70px;
}
.u-pr75 {
  padding-right: 75px;
}
.u-pr80 {
  padding-right: 80px;
}
.u-pr85 {
  padding-right: 85px;
}
.u-pr90 {
  padding-right: 90px;
}
.u-pr95 {
  padding-right: 95px;
}
.u-pr100 {
  padding-right: 100px;
}
.u-pr105 {
  padding-right: 105px;
}
.u-pr110 {
  padding-right: 110px;
}
.u-pr115 {
  padding-right: 115px;
}
.u-pr120 {
  padding-right: 120px;
}
.u-pr125 {
  padding-right: 125px;
}
.u-pr130 {
  padding-right: 130px;
}
.u-pr135 {
  padding-right: 135px;
}
.u-pr140 {
  padding-right: 140px;
}
.u-pr145 {
  padding-right: 145px;
}
.u-pr150 {
  padding-right: 150px;
}
.u-pb0 {
  padding-bottom: 0px;
}
.u-pb5 {
  padding-bottom: 5px;
}
.u-pb10 {
  padding-bottom: 10px;
}
.u-pb15 {
  padding-bottom: 15px;
}
.u-pb20 {
  padding-bottom: 20px;
}
.u-pb25 {
  padding-bottom: 25px;
}
.u-pb30 {
  padding-bottom: 30px;
}
.u-pb35 {
  padding-bottom: 35px;
}
.u-pb40 {
  padding-bottom: 40px;
}
.u-pb45 {
  padding-bottom: 45px;
}
.u-pb50 {
  padding-bottom: 50px;
}
.u-pb55 {
  padding-bottom: 55px;
}
.u-pb60 {
  padding-bottom: 60px;
}
.u-pb65 {
  padding-bottom: 65px;
}
.u-pb70 {
  padding-bottom: 70px;
}
.u-pb75 {
  padding-bottom: 75px;
}
.u-pb80 {
  padding-bottom: 80px;
}
.u-pb85 {
  padding-bottom: 85px;
}
.u-pb90 {
  padding-bottom: 90px;
}
.u-pb95 {
  padding-bottom: 95px;
}
.u-pb100 {
  padding-bottom: 100px;
}
.u-pb105 {
  padding-bottom: 105px;
}
.u-pb110 {
  padding-bottom: 110px;
}
.u-pb115 {
  padding-bottom: 115px;
}
.u-pb120 {
  padding-bottom: 120px;
}
.u-pb125 {
  padding-bottom: 125px;
}
.u-pb130 {
  padding-bottom: 130px;
}
.u-pb135 {
  padding-bottom: 135px;
}
.u-pb140 {
  padding-bottom: 140px;
}
.u-pb145 {
  padding-bottom: 145px;
}
.u-pb150 {
  padding-bottom: 150px;
}
.u-pl0 {
  padding-left: 0px;
}
.u-pl5 {
  padding-left: 5px;
}
.u-pl10 {
  padding-left: 10px;
}
.u-pl15 {
  padding-left: 15px;
}
.u-pl20 {
  padding-left: 20px;
}
.u-pl25 {
  padding-left: 25px;
}
.u-pl30 {
  padding-left: 30px;
}
.u-pl35 {
  padding-left: 35px;
}
.u-pl40 {
  padding-left: 40px;
}
.u-pl45 {
  padding-left: 45px;
}
.u-pl50 {
  padding-left: 50px;
}
.u-pl55 {
  padding-left: 55px;
}
.u-pl60 {
  padding-left: 60px;
}
.u-pl65 {
  padding-left: 65px;
}
.u-pl70 {
  padding-left: 70px;
}
.u-pl75 {
  padding-left: 75px;
}
.u-pl80 {
  padding-left: 80px;
}
.u-pl85 {
  padding-left: 85px;
}
.u-pl90 {
  padding-left: 90px;
}
.u-pl95 {
  padding-left: 95px;
}
.u-pl100 {
  padding-left: 100px;
}
.u-pl105 {
  padding-left: 105px;
}
.u-pl110 {
  padding-left: 110px;
}
.u-pl115 {
  padding-left: 115px;
}
.u-pl120 {
  padding-left: 120px;
}
.u-pl125 {
  padding-left: 125px;
}
.u-pl130 {
  padding-left: 130px;
}
.u-pl135 {
  padding-left: 135px;
}
.u-pl140 {
  padding-left: 140px;
}
.u-pl145 {
  padding-left: 145px;
}
.u-pl150 {
  padding-left: 150px;
}
.u-pa0 {
  padding: 0px;
}
.u-pa5 {
  padding: 5px;
}
.u-pa10 {
  padding: 10px;
}
.u-pa15 {
  padding: 15px;
}
.u-pa20 {
  padding: 20px;
}
.u-pa25 {
  padding: 25px;
}
.u-pa30 {
  padding: 30px;
}
.u-pa35 {
  padding: 35px;
}
.u-pa40 {
  padding: 40px;
}
.u-pa45 {
  padding: 45px;
}
.u-pa50 {
  padding: 50px;
}
.u-pa55 {
  padding: 55px;
}
.u-pa60 {
  padding: 60px;
}
.u-pa65 {
  padding: 65px;
}
.u-pa70 {
  padding: 70px;
}
.u-pa75 {
  padding: 75px;
}
.u-pa80 {
  padding: 80px;
}
.u-pa85 {
  padding: 85px;
}
.u-pa90 {
  padding: 90px;
}
.u-pa95 {
  padding: 95px;
}
.u-pa100 {
  padding: 100px;
}
.u-pa105 {
  padding: 105px;
}
.u-pa110 {
  padding: 110px;
}
.u-pa115 {
  padding: 115px;
}
.u-pa120 {
  padding: 120px;
}
.u-pa125 {
  padding: 125px;
}
.u-pa130 {
  padding: 130px;
}
.u-pa135 {
  padding: 135px;
}
.u-pa140 {
  padding: 140px;
}
.u-pa145 {
  padding: 145px;
}
.u-pa150 {
  padding: 150px;
}

@media print {
  @page {
    size: A4;
  }
  html,
  body {
    height: auto;
  }
  body {
    -webkit-print-color-adjust: exact;
    printer-colors: exact;
    color-adjust: exact;
    zoom: 0.8;
  }
}
@media print {
  .g-wrapper {
    background-attachment: scroll;
  }
  .nav-fix .js-g-header-position {
    height: auto !important;
  }
  .nav-fix .g-header-row02 {
    position: static;
  }
  .nav-fix .g-header-category-topicpath {
    display: none;
  }
  .nav-fix .g-header-category-title {
    font-size: 16px;
    line-height: 1.1;
  }
  .nav-fix .g-header-category-nav {
    display: flex;
  }
  .nav-fix .g-header-category-nav-lv2 {
    display: flex;
  }
  .nav-fix .g-header-category-flex .g-header-category-topicpath {
    display: none;
  }
  .tb-sticky {
    position: static;
  }
  .table,
  .table-list,
  .table-data {
    border-collapse: collapse;
  }
  .table.tb-shadow {
    box-shadow: none;
  }
  .table-list.tb-shadow {
    box-shadow: none;
  }
  .table-list tr {
    break-inside: avoid;
  }
  .btn-side-float {
    display: none;
  }
  .pagetop,
  .pagetop-bottom {
    display: none !important;
  }
}
@media print {
  .print-hide {
    display: none;
  }
}

.biz-overlay {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(225, 225, 225, 0.5);
  transition: opacity 0.2s;
}

.biz-overlay.global {
  position: fixed;
  z-index: 1000000;
}

.biz-overlay:not(.show) {
  opacity: 0;
  z-index: -1;
}

.m-progress {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-progress .m-progress-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.m-progress .m-progress-item:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 12%;
  height: 18%;
  background-color: #9e9e9e;
  border-radius: 6px;
  animation: m-progress-itemFadeDelay 1.2s infinite ease-in-out both;
}

.m-progress .m-progress-item2 {
  transform: rotate(30deg);
}

.m-progress .m-progress-item3 {
  transform: rotate(60deg);
}

.m-progress .m-progress-item4 {
  transform: rotate(90deg);
}

.m-progress .m-progress-item5 {
  transform: rotate(120deg);
}

.m-progress .m-progress-item6 {
  transform: rotate(150deg);
}

.m-progress .m-progress-item7 {
  transform: rotate(180deg);
}

.m-progress .m-progress-item8 {
  transform: rotate(210deg);
}

.m-progress .m-progress-item9 {
  transform: rotate(240deg);
}

.m-progress .m-progress-item10 {
  transform: rotate(270deg);
}

.m-progress .m-progress-item11 {
  transform: rotate(300deg);
}

.m-progress .m-progress-item12 {
  transform: rotate(330deg);
}

.m-progress .m-progress-item2:before {
  animation-delay: -1.1s;
}

.m-progress .m-progress-item3:before {
  animation-delay: -1s;
}

.m-progress .m-progress-item4:before {
  animation-delay: -0.9s;
}

.m-progress .m-progress-item5:before {
  animation-delay: -0.8s;
}

.m-progress .m-progress-item6:before {
  animation-delay: -0.7s;
}

.m-progress .m-progress-item7:before {
  animation-delay: -0.6s;
}

.m-progress .m-progress-item8:before {
  animation-delay: -0.5s;
}

.m-progress .m-progress-item9:before {
  animation-delay: -0.4s;
}

.m-progress .m-progress-item10:before {
  animation-delay: -0.3s;
}

.m-progress .m-progress-item11:before {
  animation-delay: -0.2s;
}

.m-progress .m-progress-item12:before {
  animation-delay: -0.1s;
}

@keyframes m-progress-itemFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  25% {
    transform: scaleY(2);
  }
  40% {
    opacity: 1;
  }
  60% {
    transform: scaleY(1);
  }
}
.tag-gray-ss {
  border: 1px solid #5a5a5a;
  background-color: #5a5a5a;
  color: #fff;
  padding: 3px 5px 2px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1.3;
  display: inline-block;
  white-space: nowrap;
  min-width: 80px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: 0.3em;
}

.u-dp-max5-4 {
  padding-right: 0.6em;
}

.u-dp-max5-3 {
  padding-right: 1.2em;
}

.u-dp-max5-2 {
  padding-right: 1.8em;
}

.u-dp-max5-1 {
  padding-right: 2.4em;
}

.u-dp-max5-0 {
  padding-right: 3.4em;
}

.u-dp-max4-3 {
  padding-right: 0.6em;
}

.u-dp-max4-2 {
  padding-right: 1.2em;
}

.u-dp-max4-1 {
  padding-right: 1.8em;
}

.u-dp-max4-0 {
  padding-right: 2.8em;
}

.u-dp-max3-2 {
  padding-right: 0.6em;
}

.u-dp-max3-1 {
  padding-right: 1.2em;
}

.u-dp-max3-0 {
  padding-right: 2.2em;
}

.u-dp-max2-1 {
  padding-right: 0.6em;
}

.u-dp-max2-0 {
  padding-right: 1.6em;
}

.u-dp-max1-0 {
  padding-right: 1em;
}
