@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
div, dl, dt, dd, ul, ol,
li, h1, h2, h3, h4, h5,
h6, pre, code, form, fieldset, legend,
input, textarea, p, blockquote,
th, td {
  margin: 0;
  padding: 0;
  word-break: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-word;
  font-size: inherit;
  width: 100%;
}

fieldset, img {
  border: 0;
}

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

li {
  list-style: none;
}

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

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  vertical-align: middle;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
  font-size: 70%;
}

sub {
  vertical-align: text-bottom;
  font-size: 70%;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}

.aligncenter {
  text-align: center;
}

img {
  vertical-align: bottom;
  line-height: 1;
  margin: 0;
}

a {
  text-decoration: none;
  color: #323232;
}

* {
  outline: none;
}

/* common item ---------------------------------------*/
.clearfix:after,
.inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  height: 100%;
}

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

body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  height: 100%;
  color: #323232;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 15px;
}

a:hover {
  opacity: 0.7;
}

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

p {
  font-size: 15px;
  line-height: 1.6;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
  color: #157ED8;
  text-decoration: underline;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

table {
  font-size: 15px;
}

td a {
  color: #157ED8;
  text-decoration: underline;
}
td a:hover {
  text-decoration: none;
}

p, ul, ol, table {
  margin-bottom: 20px;
}

hr {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  margin: 20px 0;
}

.ovh {
  overflow: hidden !important;
}

.ovv {
  overflow: visible !important;
}

.disnone {
  display: none;
}

.list-inline > li {
  display: inline-block;
}

@media (max-width: 768px) {
  p, a, ul, ol, table {
    font-size: 14px;
  }
  p, ul, ol, table {
    margin-bottom: 20px;
  }
  hr {
    margin: 20px 0;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.narrow-gutters {
  margin-right: -9px;
  margin-left: -9px;
}

.narrow-gutters > .col,
.narrow-gutters > [class*=col-] {
  padding-right: 9px;
  padding-left: 9px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.va-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-1, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-2-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (max-width: 1180px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .col-1, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto {
    padding-right: 5px;
    padding-left: 5px;
  }
  .narrow-gutters {
    margin-right: -5px;
    margin-left: -5px;
  }
  .narrow-gutters > .col,
  .narrow-gutters > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 370px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

table.d-inline-block, table.d-block {
  display: table !important;
}
table th.d-inline-block, table th.d-block, table td.d-inline-block, table td.d-block {
  display: table-cell !important;
}

@media (max-width: 1180px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block, table td.d-lg-inline-block, table td.d-lg-block {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block, table td.d-md-inline-block, table td.d-md-block {
    display: table-cell !important;
  }
}
@media (max-width: 370px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block, table td.d-sm-inline-block, table td.d-sm-block {
    display: table-cell !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .pcbr {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .spbr {
    display: none;
  }
}
.l-header {
  position: fixed;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 175px;
  height: 100%;
  border-bottom: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.l-header-inner {
  width: auto;
  background: #fff;
  position: relative;
  z-index: 200;
}
.l-header-lp {
  position: relative;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
}

.l-footer {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.l-footer-inner {
  background: #E4E4E4;
  padding: 1px 0;
}
.l-footer-bottom {
  font-size: 12px;
}
.l-footer-fixed {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(186, 191, 208, 0.16);
  text-align: center;
  padding: 15px;
}
.l-footer-fixed .btn-inline-wrapper {
  margin: 0;
}

.l-lp .l-footer-bottom {
  margin-bottom: 92px;
}

.l-container {
  width: auto;
  margin-left: 175px;
}

.l-wrapper {
  padding: 0 0 0;
}

.l-inner {
  max-width: 980px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.l-section {
  padding: 80px 0;
  overflow: hidden;
}

.l-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.l-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-page-head {
  padding: 60px 0 40px;
}

.bg-black {
  background: #323232;
}

.bg-gray {
  background: #f4f5f7;
}

.bg-white {
  background: #fff;
}

.bg-yellow {
  background: #FFFEEB;
}

.bg-orange {
  background: #FFF9F1;
}

.bg-sky {
  background: #F4F8FC;
}

.bg-green {
  background: #F5FFFC;
}

@media (max-width: 1200px) {
  .l-inner {
    padding: 0 15px;
  }
}
@media (max-width: 1180px) {
  .l-header {
    position: relative;
    left: 0;
    top: 1px;
    background: #fff;
    width: 100%;
    height: 60px;
    border: none;
    z-index: 100;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .l-header-inner {
    z-index: 200;
  }
  .is-header-fixed .l-header {
    position: fixed;
    top: 0;
  }
  .l-container {
    padding: 0;
    margin-left: 0px;
  }
  .l-inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-header {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .is-header-fixed {
    padding-top: 60px;
  }
  .is-header-fixed .headpromotion {
    display: none !important;
  }
  #lp.is-header-fixed {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .l-header {
    position: relative;
    width: 100%;
    height: 57px;
    background-color: #fff;
    left: 0px;
    top: 0px;
    z-index: 9999;
    padding: 0px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .is-header-min .l-header,
  .has-promotion .l-header {
    height: 57px;
  }
  .is-header-fixed {
    padding-top: 57px;
  }
  #lp.is-header-fixed {
    padding-top: 0;
  }
  .l-footer {
    padding-bottom: 70px;
  }
  .l-footer-bottom {
    font-size: 12px;
  }
  .l-footer-control {
    background: none;
    width: 100%;
    height: 66px;
    padding-bottom: 10px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: #323232;
    color: #fff;
    z-index: 100;
    border-top: none;
  }
  .l-footer-control-inner {
    width: auto;
    padding-right: 55px;
    overflow: hidden;
  }
  .l-footer-control-inner.fourmenu {
    padding-right: 65px;
  }
  .l-footer-fixed {
    padding: 8px 15px 10px;
  }
  .l-lp .l-footer-bottom {
    margin-bottom: 58px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .l-container,
  .has-promotion .l-container {
    padding: 0 0 0 0;
  }
  .l-inner {
    padding: 0 15px;
    width: auto;
  }
  .l-section {
    padding: 40px 0;
  }
  .l-page-head {
    padding: 56px 0 40px;
  }
  .bg-md-black {
    background: #323232;
  }
  .bg-md-gray {
    background: rgba(186, 191, 208, 0.16);
  }
  .bg-md-white {
    background: #fff;
  }
}
.header {
  position: relative;
}
.header-logo {
  left: 20px;
  top: 20px;
  display: block;
  background: url(../images/common/logo.svg) no-repeat left top;
  background-size: 128px 26px;
  width: 128px;
  height: 26px;
  padding: 0px;
  margin: 58px auto 38px;
  text-indent: -99em;
  overflow: hidden;
}
.header-logo-store {
  left: 15px;
  top: 20px;
  display: block;
  background: url(/store/images/logo_store.svg) no-repeat left top;
  background-size: 128px 53px;
  width: 128px;
  height: 55px;
  padding: 0px;
  margin: 58px auto 15px;
  text-indent: -99em;
  overflow: hidden;
}
.header-logo-lp {
  display: block;
  background: url(../images/common/logo.svg) no-repeat left top;
  background-size: 128px 26px;
  width: 128px;
  height: 26px;
  padding: 0px;
  margin: 0px auto 38px;
  text-indent: -99em;
  overflow: hidden;
}
.header-logo-lp-store {
  display: block;
  background: url(/store/images/logo_store_sp.svg) no-repeat left top;
  background-size: 225px 24px;
  width: 225px;
  height: 24px;
  padding: 0px;
  margin: 0px auto;
  text-indent: -99em;
  overflow: hidden;
}
.header-submenu {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  margin: 0 20px;
  font-size: 0;
}
.header-submenu > li {
  line-height: 1;
  margin-bottom: 7px;
  font-weight: bold;
  width: 48%;
  margin-right: 4%;
  display: inline-block;
}
.header-submenu > li:nth-child(2n) {
  margin-right: 0;
}
.header-submenu > li > a {
  display: block;
  font-size: 10px;
  color: #222;
  border: 1px solid #323232;
  -webkit-box-shadow: 0px 2px 0px #000;
          box-shadow: 0px 2px 0px #000;
  border-radius: 7px;
  cursor: pointer;
  text-indent: -99em;
  overflow: hidden;
  height: 50px;
}
.header-submenu > li > a:hover {
  opacity: 0.5;
}
.header-submenu-myymobile > a {
  background: url(/common_c/images/common/icon/gnav_sp_myymobile_white.svg) no-repeat center center #FF0033;
  background-size: 49px 41px;
  border: 1px solid #FF0033 !important;
  -webkit-box-shadow: 0px 2px 0px #d70b32 !important;
          box-shadow: 0px 2px 0px #d70b32 !important;
}
.header-submenu-onlinestore > a {
  background: url(../images/common/icon/gnav_sp_store_white_2.svg) no-repeat center #FF0033;
  background-size: 51px 36px;
  border: 1px solid #FF0033 !important;
  -webkit-box-shadow: 0px 2px 0px #d70b32 !important;
          box-shadow: 0px 2px 0px #d70b32 !important;
}
.header-submenu-client > a {
  background: url(../images/common/icon/gnav_sp_company_white.svg) no-repeat center center #323232;
  background-size: 46px 42px;
}
.header-submenu-search > a {
  background: url(../images/common/icon/gnav_sp_search_white.svg) no-repeat center 9px #323232;
  background-size: 23px 36px;
}
.header-submenu-officialtop > a {
  background: url(../images/common/icon/gnav_sp_top_white.svg) no-repeat center center #323232;
  background-size: 46px 42px;
}

.searchmodal {
  width: calc(100% - 175px);
  height: 100%;
  background: rgba(186, 191, 208, 0.16);
  position: fixed;
  left: 175px;
  top: 0px;
  z-index: 9999;
  display: none;
}
.searchmodal-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 600px;
  background: #fff;
  border: 1px solid #CACACA;
  border-radius: 10px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  text-align: left;
  margin-right: 30px;
}
.searchmodal-inner-input {
  border: none;
  width: 540px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
}
.searchmodal-inner-input::-webkit-input-placeholder {
  color: #CACACA;
}
.searchmodal-inner-input::-moz-placeholder {
  color: #CACACA;
}
.searchmodal-inner-input:-ms-input-placeholder {
  color: #CACACA;
}
.searchmodal-inner-input::-ms-input-placeholder {
  color: #CACACA;
}
.searchmodal-inner-input::placeholder {
  color: #CACACA;
}
.searchmodal-inner-btn {
  background: url(../images/common/modal_search.png) no-repeat center center;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 2px;
  top: 1px;
  text-indent: -99em;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.modal-close {
  display: block;
  width: 80px;
  height: 80px;
  text-indent: -99em;
  overflow: hidden;
  position: fixed;
  right: 0px;
  top: 0px;
  background: url(../images/common/close.svg) no-repeat center 52px #000;
  background-size: 34px;
  z-index: 500;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-close span {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #CACACA;
  position: absolute;
  left: 18px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.modal-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
  left: 20px;
}
.modal-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 30px;
  left: 20px;
}

.headpromotion {
  line-height: 1;
  text-align: center;
  margin-left: 175px;
  height: 50px;
  position: relative;
}
.headpromotion img {
  max-width: 95%;
}
.headpromotion a {
  display: block;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: #000;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 7px;
}
.headpromotion a:hover {
  opacity: 0.8;
}
.headpromotion-close {
  position: absolute;
  right: 15px;
  top: 12px;
  display: block;
  background: rgba(255, 255, 255, 0.5) no-repeat left top;
  background-image: url(/common_c/images/common/icon/icon_close_clear.svg);
  border-radius: 20px;
  width: 25px;
  height: 25px;
  text-indent: -99em;
  overflow: hidden;
  cursor: pointer;
}
.headpromotion .text-link {
  display: table;
  text-align: center;
  width: 100%;
  padding-top: 0;
}
.headpromotion .text-link span {
  display: table-cell;
  vertical-align: middle;
}
.headpromotion .text-link span:after {
  display: inline-block;
  content: "";
  background: url(/common_c/images/common/icon/icon_arrow_white.svg) no-repeat left top;
  background-size: 10px 12px;
  width: 10px;
  height: 11px;
  margin-left: 5px;
}

.headpromotion-store {
  background-color: #ff0033;
  text-align: center;
  margin-left: 175px;
}
@media (max-width: 1180px) {
  .headpromotion-store {
    margin-left: 0;
  }
}
.headpromotion-store.ticker-onsale {
  background-image: url(/store/images/head_promotion_onsale_bg.png);
  background-size: cover;
  background-position: center;
  background-color: #FFDE00;
}
.headpromotion-store-lp {
  background-color: #ff0033;
  text-align: center;
}
.headpromotion-store-lp.ticker-onsale {
  background-image: url(/store/images/head_promotion_onsale_bg.png);
  background-size: cover;
  background-position: center;
  background-color: #FFDE00;
}

.heademergency {
  margin-left: 175px;
  padding: 50px 0 20px;
  background: rgba(186, 191, 208, 0.16);
}
.heademergency-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 40px 10% 10px;
  height: 100%;
  margin-bottom: 5px;
}
.heademergency-box-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: bold;
}
.heademergency-box .btn {
  width: 100%;
  max-width: 378px;
  margin-bottom: 5px;
  min-width: 0;
}
.heademergency-table {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.5;
}
.heademergency-table:last-child {
  margin-bottom: 0;
}
.heademergency-table th {
  width: 140px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  padding: 13px 0;
}
.heademergency-table td {
  background: #fff;
  font-size: 14px;
  padding: 0 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.heademergency-table-cell-red {
  background: #FF0033;
}
.heademergency-table-cell-gray {
  background: #818181;
}
.heademergency-table-message {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 20px 12px 10px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #323232;
}
.heademergency-table-message:last-child {
  border-bottom: none;
}
.heademergency-table-message:after {
  display: block;
  content: "";
  background: url(../images/common/icon/icon_arrow.svg) no-repeat left top;
  background-size: 5px;
  width: 5px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
}
.heademergency-table-message-blank:after {
  background-image: url(../images/common/icon/icon_blank_gray.svg);
  background-size: 11px;
  width: 11px;
  height: 11px;
  margin-top: -4px;
}
.heademergency .btn-heademergency {
  color: #fff;
  background: #FF0033;
  border-color: #FF0033;
  -webkit-box-shadow: 0px 3px 0px #d70b32;
          box-shadow: 0px 3px 0px #d70b32;
  border-radius: 10px;
  width: 100%;
  padding: 16px 5px;
  font-size: 17px;
}
.heademergency .btn-heademergency:not(.btn-disabled):hover {
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
  padding: 16px 5px;
}
.heademergency .btn-heademergency:before {
  content: "";
  background: url(../images/common/icon/icon_info_whte.svg) no-repeat left top;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.heademergency .btn-heademergency:after {
  content: "";
  background: url(../images/common/icon/icon_arrow_white.svg) no-repeat left top;
  background-size: 7px 12px;
  width: 7px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.heademergency-last {
  padding-bottom: 50px;
}

.heademergency + .heademergency {
  padding-top: 0;
}

@media (max-width: 1180px) {
  .header {
    position: relative;
  }
  .header-logo {
    position: absolute;
    left: 20px;
    top: 15px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header-logo-store {
    position: absolute;
    left: 20px;
    top: 12px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: url(/store/images/logo_store.svg) no-repeat left top;
    background-size: 90px;
    width: 90px;
    height: 40px;
  }
  .header-submenu {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 0px;
    border: none;
    padding-top: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
  }
  .header-submenu > li {
    display: block;
    width: auto;
    float: right;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header-submenu > li > a {
    font-size: 11px;
    padding: 0 15px;
    height: 60px;
    width: 55px;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 0;
  }
  .header-submenu > li > a > span {
    display: none;
  }
  .header-submenu-myymobile a {
    background: url("../images/common/icon/icon_myymobile_white.svg") center center no-repeat #000;
    background-size: 26px;
  }
  .header-submenu-onlinestore a {
    background: url("../images/common/icon/icon_cart_white.svg") center center no-repeat #FF0033;
    background-size: 25px;
  }
  .header-submenu-client a {
    background: url("../images/common/icon/icon_tie.svg") center center no-repeat #000;
    background-size: 10px 25px;
  }
  .header-submenu-search a {
    background: url("../images/common/icon/icon_search.svg") center center no-repeat #000;
    background-size: 24px;
  }
  .header-submenu-officialtop a {
    background: url("../images/common/icon/icon_home_white.svg") center center no-repeat #000;
    background-size: 24px;
  }
  .header-submenu > li.header-submenu-search,
  .header-submenu > li.header-submenu-client {
    display: none;
  }
  .searchmodal {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .headpromotion {
    margin: 0;
    width: 100%;
    z-index: 200;
  }
  .heademergency {
    margin-left: 0;
  }
  .has-promotion .heademergency {
    padding-top: 150px;
  }
  .has-promotion .heademergency + .heademergency {
    padding-top: 0px;
  }
}
@media (max-width: 900px) {
  .heademergency-box {
    padding: 40px 7% 10px;
  }
  .heademergency-box-title {
    font-size: 18px;
  }
  .heademergency-box p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header-submenu {
    right: 0;
    margin: 0;
    overflow: hidden;
  }
  .header-submenu > li {
    float: right;
    margin: 0;
  }
  .header-submenu > li > a {
    padding: 0 0px;
    width: 60px;
    height: 56px;
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .header-submenu > li > a:hover {
    opacity: 1;
  }
  .header-submenu > li > a > span {
    display: none;
  }
  .header-submenu-myymobile {
    float: left !important;
  }
  .header-submenu-myymobile a {
    background: url("../images/common/icon/gnav_sp_myymobile_white.svg") center 1px no-repeat #000;
    background-size: 40px 36px;
    background-position: center;
  }
  .header-submenu-onlinestore a {
    background: url("../images/common/icon/gnav_sp_store_white.svg") center 3px no-repeat #FF0033;
    background-size: 49px 35px;
    background-position: center;
  }
  .header-submenu-officialtop a {
    background: url("../images/common/icon/gnav_sp_company.svg") center 1px no-repeat #000;
    background-size: 42px 34px;
    background-position: center;
  }
  .header-submenu-client {
    display: none !important;
  }
  .header-submenu-search {
    display: none !important;
  }
  .header-logo {
    left: 15px;
    top: 15px;
    background: url(../images/common/logo.svg) no-repeat left top;
    background-size: 117px 26px;
    width: 117px;
    height: 26px;
    padding: 0px;
  }
  .header-logo-lp {
    background-size: 117px 26px;
    width: 117px;
  }
  .header-logo-store {
    right: 0;
    left: 0;
    margin: auto;
    top: 15px;
    background: url(/store/images/logo_store_sp.svg) no-repeat left top;
    background-size: 225px 24px;
    width: 225px;
    height: 24px;
    padding: 0px;
  }
  .has-promotion .header-logo {
    top: 15px;
  }
  .has-promotion .header-logo-store {
    top: 15px;
  }
  .headpromotion {
    position: relative;
  }
  .headpromotion img {
    width: 281.5px;
    max-width: 80%;
  }
  .headpromotion a {
    display: block;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #000;
    padding: 12px 0;
  }
  .headpromotion a:hover {
    background: #818181;
    opacity: 1;
  }
  .headpromotion-close {
    right: 10px;
    top: 50%;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
  .headpromotion .text-link {
    padding: 0;
  }
  .headpromotion .text-link span {
    padding: 0 60px 0 10px;
    line-height: 1.5;
  }
  .headpromotion .text-link span:after {
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -5px;
  }
  .heademergency {
    padding: 20px 0 15px;
  }
  .heademergency-box {
    padding: 20px 20px 10px;
  }
  .heademergency-box-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .heademergency-box .btn {
    min-width: 200px;
    width: 200px;
    margin-bottom: 5px;
  }
  .heademergency-table {
    display: block;
    margin-bottom: 3px;
  }
  .heademergency-table tbody, .heademergency-table tr, .heademergency-table th, .heademergency-table td {
    display: block;
  }
  .heademergency-table th {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
  }
  .heademergency-table td {
    font-size: 12px;
    padding: 0 10px 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .heademergency-table-message {
    position: relative;
    overflow: hidden;
    /*white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;*/
  }
  .heademergency-table-message:after {
    right: 0px;
  }
  .heademergency .btn-heademergency {
    border-radius: 7px;
    padding: 10px 3px;
    font-size: 13px;
  }
  .heademergency .btn-heademergency:before {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  .heademergency .btn-heademergency:after {
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
  }
  .has-promotion .heademergency {
    padding-top: 20px;
  }
  .has-promotion .heademergency + .heademergency {
    padding-top: 0px;
  }
  .heademergency-last {
    padding-bottom: 20px;
  }
  .heademergency-table-red td {
    /*
    padding:0 10px 0 38px;
    position: relative;
    &:before{
    	content:'';
    	display: block;
    	position: absolute;
    	left:10px;
    	top:50%;
    	margin-top: -8px;
    	background: url(../images/common/icon/icon_alert_red.svg) 0 0 no-repeat;
    	background-size: 18px;
    	width:18px;
    	height:18px;
    }
    */
  }
  .heademergency + .heademergency {
    padding-top: 0;
  }
}
@media (max-width: 370px) {
  .header-logo,
  .header-logo-store {
    left: 10px;
    font-size: 11px;
    padding-left: 105px;
  }
  .header-logo-store {
    background-size: 180px 20px;
  }
}
/* 212020更新 */
.header-submenu.header-submenu--temporarily211020 > li {
  width: 100%;
  margin: 0;
}
.header-submenu.header-submenu--temporarily211020 > li + li {
  margin-top: 10px;
}
.header-submenu.header-submenu--temporarily211020 a {
  height: 32px;
}
.header-submenu.header-submenu--temporarily211020 .header-submenu-myymobile a {
  background: url(/common_c/images/common/icon/gnav_sp_myymobile_pc.svg) no-repeat center center #fff;
  background-size: 90px 41px;
  border: 1px solid #CACACA !important;
  -webkit-box-shadow: 0px 2px 0px #CACACA !important;
          box-shadow: 0px 2px 0px #CACACA !important;
}
.header-submenu.header-submenu--temporarily211020 .header-submenu-onlinestore a {
  background: url(../images/common/icon/gnav_sp_store_white_pc.svg) no-repeat center center #FF0033;
  background-size: 98px;
  border: 1px solid #FF0033 !important;
  -webkit-box-shadow: 0px 2px 0px #d70b32 !important;
          box-shadow: 0px 2px 0px #d70b32 !important;
}
.header-submenu.header-submenu--temporarily211020 .header-submenu-client a {
  background: url(../images/common/icon/gnav_sp_company_pc.svg) no-repeat center center #323232;
  background-size: 84px;
  background-position: center left 27px;
}
.header-submenu.header-submenu--temporarily211020 .header-submenu-officialtop a {
  height: 49px;
  background: url(../images/common/icon/gnav_sp_top_2.svg) no-repeat center 8px #fff;
  background-size: 80px;
  border: 1px solid #CACACA !important;
  -webkit-box-shadow: 0px 2px 0px #CACACA !important;
          box-shadow: 0px 2px 0px #CACACA !important;
}
@media (max-width: 1180px) {
  .header-submenu.header-submenu--temporarily211020 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-submenu.header-submenu--temporarily211020 > li {
    width: auto;
  }
  .header-submenu.header-submenu--temporarily211020 > li + li {
    margin-top: 0;
  }
  .header-submenu.header-submenu--temporarily211020 > li > a {
    height: 60px;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-myymobile a {
    background: url("../images/common/icon/icon_myymobile.svg") center center no-repeat #fff;
    background-size: 26px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-onlinestore {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-onlinestore a {
    height: 60px;
    background: url("../images/common/icon/gnav_sp_store_white.svg") center center no-repeat #FF0033;
    background-size: 52px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-client {
    display: block;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-client a {
    background: url("../images/common/icon/icon_tie.svg") center center no-repeat #fff;
    border: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    background-size: 20px 35px;
  }
  .header-submenu.header-submenu--temporarily211020-guide a {
    background: url("../images/common/icon/gnav_guide_white.svg") center center no-repeat #FF0033;
    background-size: 50px;
  }
}
.header-submenu.header-submenu--temporarily211020 .searchmodal-inner {
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .header-submenu.header-submenu--temporarily211020 .searchmodal-inner {
    display: none;
  }
}
.header-submenu.header-submenu--temporarily211020 .searchmodal-inner-input {
  height: 32px;
  font-size: 12px;
}
.header-submenu.header-submenu--temporarily211020 .searchmodal-inner-btn {
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  background-size: contain;
}
@media (max-width: 768px) {
  .header-submenu.header-submenu--temporarily211020 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-submenu.header-submenu--temporarily211020 > li {
    width: auto;
  }
  .header-submenu.header-submenu--temporarily211020 > li + li {
    margin-top: 0;
  }
  .header-submenu.header-submenu--temporarily211020 > li > a {
    height: 56px;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-myymobile a {
    background: url("../images/common/icon/gnav_sp_myymobile_black.svg") center 1px no-repeat #fff;
    background-size: 40px 38px;
    background-position: center bottom 8px;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-onlinestore {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-onlinestore a {
    height: 56px;
    background: url(../images/common/icon/gnav_sp_store_white.svg) no-repeat center #FF0033;
    background-size: 49px 35px;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-client {
    display: block !important;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-client a {
    background: url("../images/common/icon/gnav_sp_company.svg") center 1px no-repeat #fff;
    background-size: 41px 38px;
    background-position: center bottom 8px;
  }
}

@media (max-width: 768px) {
  .header-logo-store--temporarily211020store.header-logo-store {
    margin-left: 15px;
  }
}
.header-submenu.header-submenu--temporarily211020store .header-submenu-guide a {
  height: 85px;
  background: url("../images/common/icon/btn_guide.png") center center no-repeat #fff;
  background-size: cover;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1180px) {
  .header-submenu.header-submenu--temporarily211020store .header-submenu-guide a {
    height: 60px;
    background: url("../images/common/icon/gnav_guide_white.svg") center center no-repeat #FF0033;
    background-size: 50px;
  }
}
@media (max-width: 768px) {
  .header-submenu.header-submenu--temporarily211020store .header-submenu-guide a {
    height: 56px;
    background-size: 50px;
  }
}
@media (max-width: 1180px) {
  .header-submenu.header-submenu--temporarily211020store .header-submenu-officialtop a {
    height: 60px;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media (max-width: 1180px) {
  .header-submenu.header-submenu--temporarily211020store .header-submenu-client a {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-submenu.header-submenu--temporarily211020store .header-submenu-menu {
    display: block !important;
    width: 57px !important;
    height: 57px !important;
    background: url(../images/common/menu_jp.svg) no-repeat center 38px #000 !important;
    background-size: 34px !important;
    position: relative !important;
  }
  .header-submenu.header-submenu--temporarily211020store .header-submenu-menu span {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #CACACA;
    position: absolute;
    left: 19px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header-submenu.header-submenu--temporarily211020store .header-submenu-menu span:nth-child(1) {
    top: 14px;
  }
  .header-submenu.header-submenu--temporarily211020store .header-submenu-menu span:nth-child(2) {
    top: 22px;
  }
  .header-submenu.header-submenu--temporarily211020store .header-submenu-menu span:nth-child(3) {
    top: 30px;
  }
  .header-submenu.header-submenu--temporarily211020store .header-submenu-menu.is-active {
    background-image: url(../images/common/close.svg);
    background-size: 26px;
    position: fixed !important;
    top: 0;
  }
  .header-submenu.header-submenu--temporarily211020store .header-submenu-menu.is-active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 21px;
    left: 20px;
  }
  .header-submenu.header-submenu--temporarily211020store .header-submenu-menu.is-active span:nth-child(2) {
    opacity: 0;
    left: -25px;
  }
  .header-submenu.header-submenu--temporarily211020store .header-submenu-menu.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 21px;
    left: 20px;
  }
}

.footer-nav {
  padding: 80px 0 20px;
  overflow: hidden;
}
.footer-nav-line {
  float: left;
  width: 25%;
  padding-left: 30px;
  border-left: 1px solid #CACACA;
  height: 225px;
}
.footer-nav-line:first-child {
  padding-left: 0;
  border-left: none;
}
.footer-nav-line:nth-child(4) {
  padding-left: 40px;
}
.footer-nav-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-nav-list {
  margin-bottom: 0;
}
.footer-nav-list-item {
  line-height: 1.5;
  margin-bottom: 5px;
}
.footer-nav-list-item a {
  font-size: 12px;
  background: url(../images/common/icon/icon_arrow.svg) left center no-repeat;
  background-size: 5px 10px;
  padding: 0 0 0 10px;
}
.footer-nav-list-item .text-link-blank:after {
  background-size: 12px;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon/icon_blank_gray.svg);
}
.footer-contact {
  padding: 20px 0 3px;
}
.footer-action {
  font-size: 0px;
  text-align: center;
  padding-bottom: 75px;
}
.footer-search {
  display: inline-block;
  width: 406px;
  background: #fff;
  border: 1px solid #CACACA;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  position: relative;
  text-align: left;
}
.footer-search-input {
  border: none;
  width: 267px;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  outline: none;
}
.footer-search-input::-webkit-input-placeholder {
  color: #CACACA;
}
.footer-search-input::-moz-placeholder {
  color: #CACACA;
}
.footer-search-input:-ms-input-placeholder {
  color: #CACACA;
}
.footer-search-input::-ms-input-placeholder {
  color: #CACACA;
}
.footer-search-input::placeholder {
  color: #CACACA;
}
.footer-search-btn {
  background: url(../images/common/icon/icon_search_gray.svg) no-repeat center center;
  background-size: 20px;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 0px;
  top: 1px;
  text-indent: -99em;
  overflow: hidden;
  border: none;
}
.footer-sns {
  display: inline-block;
}
.footer-sns-list-item {
  display: inline-block;
  margin-left: 10px;
}
.footer-sns-list-item img {
  width: 37px;
}
.footer-bottom {
  padding: 15px 0;
  overflow: hidden;
  line-height: 1;
  text-align: center;
}
.footer-bottom-nav {
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}
.footer-bottom-nav-list {
  font-size: 0px;
  margin-bottom: 0;
}
.footer-bottom-nav-list-item {
  display: inline-block;
}
.footer-bottom-nav-list-item a {
  font-size: 11px;
  color: #818181;
  padding: 0 7px;
  border-left: 1px solid #CACACA;
  display: block;
}
.footer-bottom-nav-list-item:first-child {
  border-left: none;
}
.footer-bottom-nav-list-item:first-child a {
  border-left: 0;
}
.footer-bottom-nav-list-item .text-link-blank:after {
  background-size: 12px;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon/icon_blank_gray.svg);
}
.footer-bottom .copyright {
  color: #CACACA;
  font-size: 11px;
}
.footer-bottom .copyright span {
  display: inline-block;
  padding: 0 0 0 15px;
}
.footer-storemerit {
  height: 80px;
  background: #E4E4E4;
}
.footer-storemerit-image {
  display: block;
  height: 80px;
  background: url(../images/common/footer_store_merit.png) no-repeat;
  background-position: center;
}

.en-index .footer-bottom {
  text-align: left;
}
.en-index .footer-bottom-nav {
  float: right;
  width: 60%;
  text-align: left;
  margin: 0;
}
.en-index .footer-bottom-nav-list {
  text-align: right;
}
.en-index .footer-bottom .copyright {
  float: left;
  width: 40%;
  text-align: left;
}
.en-index .footer-bottom .copyright span {
  margin-top: 5px;
  padding-left: 0;
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.shortcutmenu {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 90px;
  z-index: 10;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}
.shortcutmenu-inner {
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: visible;
}
.shortcutmenu-inner a {
  display: block;
  width: 90px;
  height: 90px;
  overflow: visible;
  margin-top: 8px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.shortcutmenu-inner a:hover {
  opacity: 0.7;
}
.shortcutmenu-inner a:hover em.futenyan {
  -webkit-animation: 0.5s linear 1 rotation1;
          animation: 0.5s linear 1 rotation1;
}
.shortcutmenu-inner a span {
  text-indent: -999em;
  display: inline-block;
}
.shortcutmenu-inner em.futenyan {
  content: "";
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 90px auto;
  width: 90px;
  height: 150px;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 2;
}
.shortcutmenu-inner em.futenyan img {
  z-index: 2;
}
.shortcutmenu.is-absolute {
  bottom: 145px;
}
.shortcutmenu-buy {
  background: url(../images/common/toolbtn_buy_pc.svg) no-repeat left top;
  background-size: 90px 90px;
}
.shortcutmenu-chat {
  background: url(../images/common/toolbtn_chat_pc.svg) no-repeat left top;
  background-size: 90px 90px;
}
.shortcutmenu-store {
  background: url(../images/common/toolbtn_store_pc2.svg) no-repeat left top;
  background-size: 90px 90px;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #ccc;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shortcutmenu-store:after, .shortcutmenu-store:before {
  content: "";
  position: absolute;
  left: -10%;
  top: -10%;
  border: 0px solid #FF0033;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: 1.2s circleanime linear 3;
          animation: 1.2s circleanime linear 3;
}
.shortcutmenu-store:before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.shortcutmenu-store:hover:after, .shortcutmenu-store:hover:before {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: none;
          transform: none;
}
.shortcutmenu-guide-move {
  background-size: 90px 90px;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #ccc;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shortcutmenu-guide-move:after, .shortcutmenu-guide-move:before {
  content: "";
  position: absolute;
  left: -10%;
  top: -10%;
  border: 0px solid #FF0033;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: 1.2s circleanime linear infinite;
          animation: 1.2s circleanime linear infinite;
}
.shortcutmenu-guide-move:before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.shortcutmenu-guide-move:hover:after, .shortcutmenu-guide-move:hover:before {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: none;
          transform: none;
}
.shortcutmenu-store2 {
  background: url(../images/common/toolbtn_store_pc_blue.svg) no-repeat left top;
  background-size: 90px 90px;
}
.shortcutmenu-guide, .shortcutmenu-guide-move {
  background: url(../images/common/toolbtn_guide_pc.svg) no-repeat left top;
  background-size: 90px 90px;
}
.shortcutmenu-guide2 {
  background: url(../images/common/toolbtn_guide_02_pc.svg) no-repeat left top;
  background-size: 90px 90px;
}
.shortcutmenu-simulation {
  background: url(../images/common/toolbtn_simulation_pc.svg) no-repeat left top;
  background-size: 90px 90px;
}
.shortcutmenu-myymobile {
  background: url(../images/common/toolbtn_myymobile_pc.svg) no-repeat left top;
  background-size: 90px 90px;
}
.shortcutmenu-store-lineup {
  background: url(../images/common/toolbtn_store_lineup_pc.svg) no-repeat left top;
  background-size: 90px 90px;
}

@-webkit-keyframes circleanime {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 0;
    border: 1px solid #FF0033;
  }
  33% {
    border: 1px solid #FF0033;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  70% {
    border: 1px solid #FF0033;
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes circleanime {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border: 0;
    border: 1px solid #FF0033;
  }
  33% {
    border: 1px solid #FF0033;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  70% {
    border: 1px solid #FF0033;
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
.gotop {
  position: fixed;
  right: 15px;
  bottom: 30px;
  display: none;
  z-index: 10;
}
.gotop a {
  display: block;
  background: url(../images/common/pagetop.png) no-repeat left top;
  background-size: 100%;
  width: 90px;
  height: 90px;
  text-indent: -99em;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gotop a:hover {
  opacity: 0.7;
}

#lp .gotop {
  bottom: 110px;
}

.chatsupport {
  background: url(../images/common/chat_support.svg) no-repeat left top;
  background-size: 100%;
  width: 50px;
  height: 143px;
  position: fixed;
  right: 0px;
  top: 30%;
  z-index: 100;
  display: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.chatsupport.is-active {
  opacity: 1;
}
.chatsupport.is-active:hover {
  opacity: 0.7;
}
.chatsupport > a {
  display: block;
  text-indent: -99em;
  overflow: hidden;
  width: 100%;
  height: 110px;
}
.chatsupport-close {
  background: url(../images/common/icon/icon_close_darkgray.svg) no-repeat left top;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  bottom: 10px;
  cursor: pointer;
}

/* 公式SNS */
.bottom-sns {
  text-align: center;
}
.bottom-sns-list {
  overflow: hidden;
  font-size: 0px;
}
.bottom-sns-list-item {
  display: inline-block;
  margin: 0 8px;
}
.bottom-sns-list-item a {
  display: block;
}
.bottom-sns-list-item img {
  width: 40px;
}

@media (min-width: 769px) and (max-width: 980px) {
  .footer-nav {
    width: 720px;
    margin: 0 auto;
    padding: 40px 0 0px;
    text-align: center;
    font-size: 0px;
  }
  .footer-nav-line {
    float: none;
    display: inline-block;
    text-align: left;
    width: 358px;
    vertical-align: top;
    padding-left: 90px;
  }
  .footer-nav-line:nth-child(1) {
    padding-left: 90px;
  }
  .footer-nav-line:nth-child(3) {
    border-left: none;
    margin-top: 50px;
  }
  .footer-nav-line:nth-child(4) {
    margin-top: 50px;
    padding-left: 90px;
  }
  .footer-action {
    padding-top: 30px;
  }
  .footer-bottom {
    width: auto;
    text-align: center;
    padding: 25px 0;
  }
  .footer-bottom-nav,
  .footer-bottom .copyright {
    float: none;
    width: auto;
    margin: 0;
  }
  .footer-bottom-nav {
    margin-bottom: 20px;
  }
  .footer-bottom-nav-list {
    text-align: center;
  }
  .footer-bottom-nav-list-item {
    font-size: 12px;
  }
  .footer-bottom-nav-list-item:first-child a {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .footer-nav {
    padding: 40px 15px 20px;
  }
  .footer-nav-line {
    float: none;
    width: auto;
    height: auto;
    padding-left: 0;
    border-left: none;
    border-bottom: 1px solid #CACACA;
  }
  .footer-nav-line:nth-child(4) {
    padding-left: 0;
  }
  .footer-nav-title {
    font-size: 13px;
    font-weight: normal;
    padding: 15px 0;
    margin-bottom: 0px;
    position: relative;
  }
  .footer-nav-title:after {
    display: block;
    content: "";
    background: url(../images/common/icon/icon_footer_plus.png) no-repeat center center;
    background-size: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
  }
  .footer-nav-title.is-active {
    color: #818181;
  }
  .footer-nav-title.is-active:after {
    background-image: url(../images/common/icon/icon_footer_minus.png);
  }
  .footer-nav-list {
    overflow: hidden;
    display: none;
    padding: 10px 0;
  }
  .footer-nav-list-item {
    float: left;
    width: 50%;
    line-height: 1.5;
    margin-bottom: 22px;
    padding-right: 5px;
  }
  .footer-nav-list-item a {
    display: block;
    font-size: 13px;
    background: none;
    padding: 0 0px 0 15px;
    background: url(../images/common/icon/icon_arrow.svg) left 5px no-repeat;
    background-size: 5px 10px;
  }
  .footer-nav-list-item a:before {
    display: none;
  }
  .footer-nav-list-item:nth-child(2n+1) {
    clear: left;
  }
  .footer-contact {
    border-top: 1px solid #CACACA;
    text-align: center;
    padding-top: 30px;
  }
  .footer-action {
    padding-bottom: 20px;
  }
  .footer-search {
    display: block;
    width: auto;
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .footer-search-input {
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
  }
  .footer-search-btn {
    width: 33px;
    height: 38px;
    right: 3px;
    top: 6px;
  }
  .footer-sns {
    padding-top: 15px;
    display: inline-block;
  }
  .footer-sns-list-item {
    margin: 0 8px;
  }
  .footer-sns-list-item img {
    width: 44px;
  }
  .footer-bottom {
    padding: 15px 0;
    overflow: hidden;
    line-height: 1;
  }
  .footer-bottom-nav {
    float: none;
    width: auto;
    padding: 10px 15px;
  }
  .footer-bottom-nav-list {
    font-size: 0px;
    text-align: left;
  }
  .footer-bottom-nav-list-item {
    width: 50%;
    margin-bottom: 15px;
    vertical-align: top;
  }
  .footer-bottom-nav-list-item a {
    padding: 0 10px 0 0;
    border-left: none;
    line-height: 1.5;
    border-left: none;
  }
  .footer-bottom .copyright {
    display: block;
    float: none;
    width: auto;
    text-align: center;
    font-size: 10px;
  }
  .footer-bottom .copyright span {
    display: block;
    padding: 5px 0 0 0;
  }
  .footer-storemerit {
    height: auto;
  }
  .footer-storemerit-image {
    height: 250px;
    width: 100%;
    background: url(../images/common/footer_store_merit_sp.png) no-repeat center top #E4E4E4;
    background-size: contain;
  }
  .en-index .footer-bottom-nav {
    float: none;
    width: auto;
    padding: 10px 15px;
  }
  .en-index .footer-bottom-nav-list {
    font-size: 0px;
    text-align: left;
  }
  .en-index .footer-bottom .copyright {
    display: block;
    float: none;
    width: auto;
    text-align: center;
    font-size: 10px;
  }
  .shortcutmenu {
    bottom: 75px;
    right: 5px;
  }
  .shortcutmenu-inner a {
    width: 60px;
    height: 68px;
  }
  .shortcutmenu-inner a:hover em.futenyan {
    -webkit-animation: none;
            animation: none;
  }
  .shortcutmenu-inner em.futenyan {
    content: "";
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 60px auto;
    width: 60px;
    height: 50px;
    top: -20px;
    left: 0;
  }
  .shortcutmenu.is-absolute {
    position: fixed;
    bottom: 145px;
  }
  .shortcutmenu a:hover {
    opacity: 1;
  }
  .shortcutmenu-buy {
    background-image: url(../images/common/toolbtn_buy.svg);
    background-size: 60px 68px;
  }
  .shortcutmenu-chat {
    background-image: url(../images/common/toolbtn_chat.svg);
    background-size: 60px 68px;
  }
  .shortcutmenu-store, .shortcutmenu-guide-move {
    background-image: url(../images/common/toolbtn_store.svg);
    background-size: 60px 68px;
    border-radius: 0;
  }
  .shortcutmenu-store:after, .shortcutmenu-store:before, .shortcutmenu-guide-move:after, .shortcutmenu-guide-move:before {
    top: -12%;
    left: -10%;
    width: 120%;
    height: 105%;
  }
  .shortcutmenu-store2 {
    background-image: url(../images/common/toolbtn_store_blue.svg);
    background-size: 60px 68px;
  }
  .shortcutmenu-guide, .shortcutmenu-guide-move {
    background-image: url(../images/common/toolbtn_guide.svg);
    background-size: 60px 68px;
  }
  .shortcutmenu-guide2 {
    height: 85px !important;
    background-image: url(../images/common/toolbtn_guide_02.svg);
    background-size: 60px 85px;
  }
  .shortcutmenu-simulation {
    background-image: url(../images/common/toolbtn_simulation.svg);
    background-size: 60px 68px;
  }
  .shortcutmenu-myymobile {
    background-image: url(../images/common/toolbtn_myymobile.svg);
    background-size: 60px 68px;
  }
  .shortcutmenu-store-lineup {
    background-image: url(../images/common/toolbtn_store_lineup.svg);
    background-size: 60px 68px;
  }
  @-webkit-keyframes circleanime {
    0% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
      border: 0;
      border: 1px solid #FF0033;
    }
    33% {
      border: 1px solid #FF0033;
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
    70% {
      border: 1px solid #FF0033;
      opacity: 1;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0;
    }
  }
  @keyframes circleanime {
    0% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
      border: 0;
      border: 1px solid #FF0033;
    }
    33% {
      border: 1px solid #FF0033;
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
    70% {
      border: 1px solid #FF0033;
      opacity: 1;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0;
    }
  }
  .gotop {
    right: 7px;
    bottom: 75px;
  }
  .gotop a {
    width: 55px;
    height: 60px;
    margin-right: 1px;
  }
  .gotop a:hover {
    opacity: 1;
  }
  #lp .gotop {
    bottom: 65px;
  }
  .chatsupport {
    background: url(../images/common/chat_support.svg) no-repeat left top;
    background-size: 100%;
    width: 40px;
    height: 115px;
  }
  .chatsupport > a {
    height: 90px;
  }
  .chatsupport-close {
    width: 20px;
    height: 20px;
    right: 8px;
    bottom: 8px;
  }
  /* 公式SNS */
  .bottom-sns .ttl-article {
    margin-bottom: 15px;
  }
  .bottom-sns-list-item:first-child {
    margin-left: 0;
  }
  .bottom-sns-list-item img {
    width: 44px;
  }
  .footer-control-nav {
    float: left;
    height: 56px;
    width: 100%;
    background: #323232;
  }
  .footer-control-nav-list {
    overflow: hidden;
  }
  .footer-control-nav-list-item {
    width: 20%;
    margin-top: 5px;
    float: left;
  }
  .footer-control-nav-list-item a {
    display: block;
    height: 54px;
    text-indent: -99em;
    overflow: hidden;
    background-color: #323232;
    border-left: 1px solid #fff;
    background: url(../images/common/icon/gnav_guide_white.svg) no-repeat center center;
    background-size: 44px;
  }
  .footer-control-nav-list-item a:first-child {
    border-left: none;
  }
  .footer-control-nav-list-item-1 a {
    background-image: url(../images/common/icon/gnav_guide_white.svg);
    background-position: center 2px;
    background-size: 70px 54px !important;
  }
  .footer-control-nav-list-item-2 a {
    background-image: url(../images/common/icon/gnav_iphone_white.svg);
  }
  .footer-control-nav-list-item-3 a {
    background-image: url(../images/common/icon/gnav_smartphone_white.svg);
  }
  .footer-control-nav-list-item-4 a {
    background-image: url(../images/common/icon/gnav_sim_white.svg);
  }
  .footer-control-nav-list-item-5 a {
    background-image: url(../images/common/icon/gnav_campaign_white.svg);
  }
  .footer-control-nav-list-item-6 a {
    background-image: url(../images/common/icon/gnav_price_white.svg);
  }
  .footer-control-nav-list-item-7 a {
    background-image: url(../images/common/icon/gnav_product_white.svg);
  }
  .footer-control-nav-list-item-8 a {
    background-image: url(../images/common/icon/gnav_service_white.svg);
  }
  .footer-control-nav-list-item-9 a {
    background-image: url(../images/common/icon/gnav_support_white.svg);
  }
  .footer-control-nav-list-item-10 a {
    background-image: url(../images/common/icon/gnav_store_white.svg);
  }
  .footer-control-nav-list-item-11 a {
    background-image: url(../images/common/icon/gnav_sale_white.svg);
  }
  .footer-control-nav-list-item-12 a {
    background-image: url(../images/common/icon/gnav_product_store_white.svg);
  }
  .footer-control-nav-list-item-13 a {
    background-image: url(../images/common/icon/gnav_change_store_white.svg);
    background-size: 52px;
  }
  .footer-control-nav-list-item-14 a {
    background-image: url(../images/common/icon/gnav_flow_store_white.svg);
  }
  .footer-control-nav-list-item-15 a {
    background-image: url(../images/common/icon/gnav_sp_company_white.svg);
  }
  .footer-control-nav-list-item-16 a {
    background-image: url(../images/common/icon/gnav_product_b_store_white.svg);
  }
  .footer-control-nav-list-item-17 a {
    background-image: url(../images/common/icon/gnav_sp_kihen_white.svg);
  }
  .footer-control-nav-list-item-18 a {
    background-image: url(../images/common/icon/gnav_sim_store_white.svg);
  }
  .footer-control-nav-list-item-19 a {
    background-image: url(../images/common/icon/gnav_sale_store_white.svg);
  }
}
.l-footer-control-inner.fourmenu .footer-control-nav-list {
  overflow: hidden;
}
.l-footer-control-inner.fourmenu .footer-control-nav-list-item {
  margin-top: 0px;
  width: 25%;
}
.l-footer-control-inner.fourmenu .footer-control-nav-list-item a {
  background-size: 70px 50px;
}

@media (max-width: 370px) {
  /* 公式SNS */
  .bottom-sns-list-item img {
    width: 40px;
  }
}
.gnav:before {
  content: "";
  background: #f4f5f7;
  position: absolute;
  left: 175px;
  top: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 0 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0.5;
}
.gnav.is-active:before {
  opacity: 1;
  width: 435px;
}
.gnav a {
  color: #323232;
  text-decoration: none;
}
.gnav-mainmenu {
  padding: 0 0 12px 20px;
  margin-bottom: 0;
}
.gnav-mainmenu-item {
  font-weight: bold;
  line-height: 1;
}
.gnav-mainmenu-item > a {
  font-size: 14px;
  display: block;
  padding: 13px 0 13px 0px;
  background: #fff;
  z-index: 200;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gnav-mainmenu-item:hover > a {
  opacity: 0.5;
}
.gnav-mainmenu-item.hassub > a:after {
  content: url(../images/common/icon/icon_arrow.svg);
  background-size: 6px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 10px;
  margin-top: -7px;
  fill: #FEC8CD;
}
.gnav-mainmenu-item.hassub:hover:after {
  content: "";
  position: absolute;
  left: 100%;
  margin-top: -32px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 10;
}
.gnav-mainmenu-item > span {
  display: block;
  padding: 10px 0;
}
.gnav-submenu {
  background: none;
  position: absolute;
  left: 175px;
  top: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 0 0;
  opacity: 0;
}
.gnav-submenu.is-active {
  opacity: 1;
  width: 435px;
}
.gnav-submenu ul {
  overflow: hidden;
}
.gnav-submenu-inner {
  position: absolute;
  right: 0px;
  top: 65px;
  width: 435px;
  opacity: 0;
  -webkit-transition: all 0.01s ease;
  transition: all 0.01s ease;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.gnav-submenu-title {
  font-size: 16px;
  line-height: 1;
  width: 235px;
  font-weight: normal;
  margin: 0 30px 15px;
}
.gnav-submenu-item {
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.gnav-submenu-item > a {
  font-size: 14px;
  display: block;
  padding: 15px 10px 15px 40px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gnav-submenu-item > a.sbc {
  font-size: 13px;
  padding: 15px 0px 15px 40px;
}
.gnav-submenu-item > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
  background: url(../images/common/icon/icon_price_smartphone.svg) center center no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.gnav-submenu-item > a:hover {
  opacity: 0.5;
}
.gnav-submenu-item > span {
  display: block;
  padding: 10px 0;
  color: #ccc;
}
.gnav-submenu-item.icon-price-smartphone {
  width: 100%;
}
.gnav-submenu-item.icon-price-smartphone a:before {
  background: url(../images/common/icon/icon_price_smartphone.svg) no-repeat center center;
}
.gnav-submenu-item.icon-price-pocketwifi a:before {
  background: url(../images/common/icon/icon_price_pocketwifi.svg) no-repeat center center;
}
.gnav-submenu-item.icon-price-sim a:before {
  background: url(../images/common/icon/icon_product_sim.svg) no-repeat center center;
}
.gnav-submenu-item.icon-price-mobile a:before {
  background: url(../images/common/icon/icon_price_mobile.svg) no-repeat center center;
}
.gnav-submenu-item.icon-price-tablet a:before {
  background: url(../images/common/icon/icon_price_tablet.svg) no-repeat center center;
}
.gnav-submenu-item.icon-price-other a:before {
  background: url(../images/common/icon/icon_price_other.svg) no-repeat center center;
}
.gnav-submenu-item.icon-product-iphone a:before {
  background: url(../images/common/icon/icon_product_iphone.svg) no-repeat center center;
}
.gnav-submenu-item.icon-product-android a:before {
  background: url(../images/common/icon/icon_product_android.svg) no-repeat center center;
}
.gnav-submenu-item.icon-product-smartphone a:before {
  background: url(../images/common/icon/icon_product_smartphone.svg) no-repeat center center;
}
.gnav-submenu-item.icon-product-sim a:before {
  background: url(../images/common/icon/icon_product_sim.svg) no-repeat center center;
}
.gnav-submenu-item.icon-product-mobile a:before {
  background: url(../images/common/icon/icon_product_mobile.svg) no-repeat center center;
}
.gnav-submenu-item.icon-product-pocketwifi a:before {
  background: url(../images/common/icon/icon_product_pocketwifi.svg) no-repeat center center;
}
.gnav-submenu-item.icon-product-other a:before {
  background: url(../images/common/icon/icon_price_other.svg) no-repeat center center;
}
.gnav-submenu-item.icon-product-tablet a:before {
  background: url(../images/common/icon/icon_price_tablet.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-premium a:before {
  background: url(../images/common/icon/icon_service_premium.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-milage a:before {
  background: url(../images/common/icon/icon_service_milage.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-enjoy a:before {
  background: url(../images/common/icon/icon_service_enjoy.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-anshin a:before {
  background: url(../images/common/icon/icon_service_anshin.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-datazoryo a:before {
  background: url(../images/common/icon/icon_service_datazoryo.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-tuwaoption a:before {
  background: url(../images/common/icon/icon_service_tuwaoption.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-security-pack a:before {
  background: url(../images/common/icon/icon_service_security_pack.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-tanmatsu-hosho a:before {
  background: url(../images/common/icon/icon_price_smartphone.svg) no-repeat center center;
}
.gnav-submenu-item.icon-support-online a:before {
  background: url(../images/common/icon/icon_support_online.svg) no-repeat center center;
}
.gnav-submenu-item.icon-support-online-guide a:before {
  background: url(../images/common/icon/icon_support_online_guide.svg) no-repeat center center;
}
.gnav-submenu-item.icon-support-contract a:before {
  background: url(../images/common/icon/icon_support_contract.svg) no-repeat center center;
}
.gnav-submenu-item.icon-support-confirm a:before {
  background: url(../images/common/icon/icon_support_confirm.svg) no-repeat center center;
}
.gnav-submenu-item.icon-support-pay a:before {
  background: url(../images/common/icon/icon_support_pay.svg) no-repeat center center;
}
.gnav-submenu-item.icon-support-product a:before {
  background: url(../images/common/icon/icon_support_product.svg) no-repeat center center;
}
.gnav-submenu-item.icon-support-faq a:before {
  background: url(../images/common/icon/icon_support_faq.svg) no-repeat center center;
}
.gnav-submenu-item.icon-support-info a:before {
  background: url(../images/common/icon/icon_support_info.svg) no-repeat center center;
}
.gnav-submenu-item.icon-support-contact a:before {
  background: url(../images/common/icon/icon_support_contact.svg) no-repeat center center;
}
.gnav-submenu-item.icon-shop-top a:before {
  background: url(../images/common/icon/icon_shop_top.svg) no-repeat center center;
}
.gnav-submenu-item.icon-shop-book a:before {
  background: url(../images/common/icon/icon_shop_book.svg) no-repeat center center;
}
.gnav-submenu-item.icon-shop-myymobile a:before {
  background: url(../images/common/icon/icon_shop_myymobile.svg) no-repeat center center;
}
.gnav-submenu-item.icon-shop-service a:before {
  background: url(../images/common/icon/icon_shop_service.svg) no-repeat center center;
}
.gnav-submenu-item.icon-shop-androidambassador a:before {
  background: url(../images/common/icon/icon_shop_androidambassador.svg) no-repeat center center;
}
.gnav-submenu-item.icon-guide-store a:before {
  background: url(../images/common/icon/icon_guide_store.svg) no-repeat center center;
}
.gnav-submenu-item.icon-guide-flow a:before {
  background: url(../images/common/icon/icon_guide_flow.svg) no-repeat center center;
}
.gnav-submenu-item.icon-guide-prepare a:before {
  background: url(../images/common/icon/icon_guide_prepare.svg) no-repeat center center;
}
.gnav-submenu-item.icon-guide-paper a:before {
  background: url(../images/common/icon/icon_guide_paper.svg) no-repeat center center;
}
.gnav-submenu-item.icon-beginner-about a:before {
  background: url(../images/common/icon/icon_beginner_about.svg) no-repeat center center;
}
.gnav-submenu-item.icon-beginner-flow a:before {
  background: url(../images/common/icon/icon_beginner_flow.svg) no-repeat center center;
}
.gnav-submenu-item.icon-beginner-faq a:before {
  background: url(../images/common/icon/icon_beginner_faq.svg) no-repeat center center;
}
.gnav-submenu-item.icon-beginner-movie a:before {
  background: url(../images/common/icon/icon_beginner_movie.svg) no-repeat center center;
}
.gnav-submenu-list1 {
  padding-bottom: 7px;
  margin: 0 30px 10px;
  font-size: 0px;
}
.gnav-submenu-list2 {
  padding-top: 25px;
  margin: 0 30px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0px;
}
.gnav-submenu-list2 .gnav-submenu-item > a {
  background: url(../images/common/icon/icon_arrow.svg) no-repeat left 15px;
  background-size: 5px;
  font-size: 14px;
  padding: 10px 0 10px 10px;
}
.gnav-submenu-list2 .gnav-submenu-item > a:before {
  display: none;
}
.gnav-submenu-bnr {
  overflow: hidden;
  padding: 20px 0 0 30px;
}
.gnav-submenu-bnr a {
  display: block;
  float: left;
  width: 173px;
}
.gnav-submenu-bnr a:first-child, .gnav-submenu-bnr a:nth-child(3) {
  margin-right: 15px;
}
.gnav-submenu-bnr img {
  width: 100%;
}
.gnav-submenu-bnr2 p.text-left {
  padding-top: 20px;
  margin-right: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.gnav-submenu-bnr2 a:nth-child(2) {
  margin-right: 15px;
}
.gnav-sp-head {
  display: none;
}
.gnav-sp-foot {
  display: none;
}
@media (max-width: 768px) {
  .gnav .gnavi-ab-etc {
    padding: 0 20px;
  }
  .gnav .gnavi-ab-etc dt {
    font-weight: bold;
    margin: 0 0 10px 0;
  }
  .gnav .gnavi-ab-etc dd {
    margin-bottom: 10px;
  }
  .gnav .gnavi-ab-etc dd:last-child {
    margin-bottom: 0;
  }
  .gnav .gnavi-ab-etc dd a.btn {
    width: 100%;
    text-align: left;
    position: relative;
    background-color: #fff;
    padding: 15px 40px;
    -webkit-box-shadow: 0px 3px 0px #CACACA;
            box-shadow: 0px 3px 0px #CACACA;
    color: #323232;
    border-color: #CACACA;
    font-size: 16px;
  }
  .gnav .gnavi-ab-etc dd a.btn:not(.btn-disabled):hover {
    padding: 15px 40px;
  }
  .gnav .gnavi-ab-etc dd a.btn:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    background: url(/common_c/images/common/icon/navi_icon_bignners.svg) no-repeat top left;
    background-size: 24px 24px;
  }
  .gnav .gnavi-ab-etc dd a.btn :after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -3px;
  }
  .gnav .gnavi-ab-etc dd:nth-child(3) a.btn:before {
    background: url(/common_c/images/common/icon/navi_icon_mnp.svg) no-repeat top left;
  }
  .gnav .gnavi-ab-etc dd:nth-child(4) a.btn:before {
    background: url(/common_c/images/common/icon/navi_icon_change.svg) no-repeat top left;
  }
}

.gnav-submenu.is-child-active .gnav-submenu-inner {
  -webkit-transition: all 0.25s 0.1s ease;
  transition: all 0.25s 0.1s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list1 > li:nth-child(1) {
  -webkit-transition: all 0.25s 0.1s ease;
  transition: all 0.25s 0.1s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list1 > li:nth-child(2) {
  -webkit-transition: all 0.25s 0.2s ease;
  transition: all 0.25s 0.2s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list1 > li:nth-child(3) {
  -webkit-transition: all 0.25s 0.3s ease;
  transition: all 0.25s 0.3s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list1 > li:nth-child(4) {
  -webkit-transition: all 0.25s 0.4s ease;
  transition: all 0.25s 0.4s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list1 > li:nth-child(5) {
  -webkit-transition: all 0.25s 0.5s ease;
  transition: all 0.25s 0.5s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list1 > li:nth-child(6) {
  -webkit-transition: all 0.25s 0.6s ease;
  transition: all 0.25s 0.6s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list1 > li:nth-child(7) {
  -webkit-transition: all 0.25s 0.7s ease;
  transition: all 0.25s 0.7s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list1 > li:nth-child(8) {
  -webkit-transition: all 0.25s 0.8s ease;
  transition: all 0.25s 0.8s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list1 > li:nth-child(9) {
  -webkit-transition: all 0.25s 0.9s ease;
  transition: all 0.25s 0.9s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list2 > li:nth-child(1) {
  -webkit-transition: all 0.25s 0.8s ease;
  transition: all 0.25s 0.8s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list2 > li:nth-child(2) {
  -webkit-transition: all 0.25s 0.9s ease;
  transition: all 0.25s 0.9s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list2 > li:nth-child(3) {
  -webkit-transition: all 0.25s 1s ease;
  transition: all 0.25s 1s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list2 > li:nth-child(4) {
  -webkit-transition: all 0.25s 1.1s ease;
  transition: all 0.25s 1.1s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list2 > li:nth-child(5) {
  -webkit-transition: all 0.25s 1.2s ease;
  transition: all 0.25s 1.2s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list2 > li:nth-child(6) {
  -webkit-transition: all 0.25s 1.3s ease;
  transition: all 0.25s 1.3s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list2 > li:nth-child(7) {
  -webkit-transition: all 0.25s 1.4s ease;
  transition: all 0.25s 1.4s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list2 > li:nth-child(8) {
  -webkit-transition: all 0.25s 1.5s ease;
  transition: all 0.25s 1.5s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.gnav-submenu.is-child-active .gnav-submenu-list2 > li:nth-child(9) {
  -webkit-transition: all 0.25s 1.6s ease;
  transition: all 0.25s 1.6s ease;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

#menu-close {
  display: none;
}

@media (max-width: 1180px) {
  .gnav {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
  .gnav:before {
    content: none;
  }
  .gnav-mainmenu {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: 1%;
    font-size: 0px;
    text-align: center;
  }
  .gnav-mainmenu-item {
    display: inline-block;
  }
  .gnav-mainmenu-item > a {
    display: block;
    padding: 0px 2vw;
    height: 35px;
    position: relative;
  }
  .gnav-mainmenu-item > a:before {
    display: none;
  }
  .gnav-mainmenu-item.hassub > a {
    background: #fff;
  }
  .gnav-mainmenu-item.hassub > a:after {
    /*
    content:'';
    background: url(../images/common/icon/icon_arrow.svg) no-repeat 90% center #fff;
    background-size: 100%;
    transform:rotate(90deg);
    width:7px;
    height:12px;
    position: absolute;
    left:50%;
    bottom:5px;
    margin:0 0 0 -4px
    */
    display: none;
  }
  .gnav-submenu {
    background: #f4f5f7;
    position: absolute;
    left: 0px;
    top: 40px;
    overflow: hidden;
    width: 100%;
    height: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  .gnav-submenu.is-active {
    height: 500px;
    width: 100%;
  }
  .gnav-submenu-inner {
    position: static;
    width: 680px;
    padding: 50px 0px 0px;
    margin: 0 auto;
    text-align: left;
  }
  .gnav-submenu-title {
    margin: 0 0px 20px;
  }
  .gnav-submenu-title a {
    text-decoration: none;
  }
  .gnav-submenu-item {
    width: 30%;
    margin: 0 0 5px 5%;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .gnav-submenu-item > a {
    padding: 15px 0px 10px 0px;
    position: relative;
  }
  .gnav-submenu-item > a:before {
    vertical-align: middle;
    display: inline-block;
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-right: 5px;
  }
  .gnav-submenu-item > a span {
    display: inline-block;
    vertical-align: middle;
  }
  .gnav-submenu-list1 {
    padding-bottom: 7px;
    margin: 0 0px 0px;
    overflow: hidden;
  }
  .gnav-submenu-list1 .gnav-submenu-item:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .gnav-submenu-list2 {
    margin: 0px;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    font-size: 0px;
  }
  .gnav-submenu-list2 .gnav-submenu-item:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .gnav-submenu-list2 .gnav-submenu-item > a {
    background: url(../images/common/icon/icon_arrow.svg) no-repeat left center;
    background-size: 5px;
    font-size: 14px;
    padding: 10px 0 10px 15px;
  }
  .gnav-submenu-list2 .gnav-submenu-item > a:before {
    display: none;
  }
  .gnav-submenu-bnr {
    padding: 20px 0 0 0px;
  }
  .gnav-bnr-list-item {
    margin-bottom: 10px;
  }
  .icon-service .gnav-submenu.is-active {
    height: 500px;
  }
  .gnav-mainmenu-item.icon-service.hassub:hover:after {
    margin-left: 6.4%;
  }
  .gnav-mainmenu-item.icon-support.hassub:hover:after {
    margin-left: 6.4%;
  }
  .has-promotion .gnav-mainmenu-item > a {
    height: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .gnav {
    /* 211020更新 */
  }
  .gnav-mainmenu {
    margin-left: 6%;
  }
  .gnav-mainmenu-item > a {
    padding: 0px 1.4vw;
  }
  .gnav--temporarily211020 .gnav-mainmenu-item > a {
    padding: 0px 0.7vw;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .gnav_tablet {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .gnav {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #f4f5f7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 300;
  }
  .gnav:before {
    content: none;
  }
  .gnav.is-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .gnav a:hover {
    color: #323232;
  }
  .gnav-mainmenu {
    text-align: left;
    padding: 10px 20px 15px;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .gnav-mainmenu-item {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 0.01s ease;
    transition: all 0.01s ease;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  .gnav-mainmenu-item > a {
    background: none;
    display: block;
    padding: 20px 0px;
    height: auto;
    font-size: 16px;
    font-weight: normal;
  }
  .gnav-mainmenu-item > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    position: relative;
    top: -1px;
  }
  .gnav-mainmenu-item > a:after {
    content: "";
    background: url(../images/common/icon/icon_arrow.svg) no-repeat right center;
    background-size: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 7px;
    height: 12px;
    position: absolute;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 50%;
    margin: -6px 0 0 0;
  }
  .gnav-mainmenu-item:hover > a {
    opacity: 1;
  }
  .gnav-mainmenu-item.icon-price > a:before {
    background: url(../images/common/icon/icon_price.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-product > a:before {
    background: url(../images/common/icon/icon_product.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-service > a:before {
    background: url(../images/common/icon/icon_service.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-support > a:before {
    background: url(../images/common/icon/icon_support.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-shop > a:before {
    background: url(../images/common/icon/icon_shop.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-area > a:before {
    background: url(../images/common/icon/icon_area.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-campaign > a:before {
    background: url(../images/common/icon/icon_campaign.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-guide > a:before {
    background: url(../images/common/icon/icon_guide.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-iphone > a:before {
    background: url(../images/common/icon/icon_iphone.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-smartphone > a:before {
    background: url(../images/common/icon/icon_smartphone.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-sim > a:before {
    background: url(../images/common/icon/icon_sim.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-other > a:before {
    background: url(../images/common/icon/icon_other.svg) no-repeat center center;
  }
  .gnav-mainmenu-item.icon-sale > a:before {
    background: url(../images/common/icon/icon_sale.svg) no-repeat center center;
  }
  .gnav-mainmenu-item span {
    display: inline-block;
    padding: 0;
  }
  .gnav-mainmenu-item.hassub {
    position: relative;
  }
  .gnav-mainmenu-item.hassub > a {
    background: none;
  }
  .gnav-mainmenu-item.hassub > a:after {
    display: none;
  }
  .gnav-mainmenu-item.hassub:hover:after, .gnav-mainmenu-item.hassub:after {
    content: "";
    background: url(../images/common/icon/icon_gnav_plus.svg) no-repeat right center;
    background-size: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 11px;
    height: 65px;
    position: absolute;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    margin: 0;
    border: none;
  }
  .gnav-mainmenu-item.hassub.is-active a {
    color: #818181;
  }
  .gnav-mainmenu-item.hassub.is-active:after, .gnav-mainmenu-item.hassub.is-active:hover:after {
    background-image: url(../images/common/icon/icon_gnav_minus.svg);
  }
  .gnav-submenu {
    background: none;
    position: static;
    width: auto;
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 0px 0px;
    display: none;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .gnav-submenu.is-active {
    display: block;
  }
  .gnav-submenu-inner {
    padding: 0 0px 40px;
    width: auto;
    opacity: 1;
    text-align: center;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  .gnav-submenu-title {
    display: none;
  }
  .gnav-submenu-item {
    width: 50%;
    margin: 0 0 10px 0;
    float: left;
  }
  .gnav-submenu-item:nth-child(2n+1) {
    clear: left;
  }
  .gnav-submenu-item:nth-child(3n+1) {
    clear: none;
    float: left;
  }
  .gnav-submenu-item > a {
    padding: 10px 0px 0px 0px;
    background: none;
    position: relative;
    font-size: 14px;
    color: #818181;
  }
  .gnav-submenu-item > a.sbc {
    font-size: 14px;
    padding: 10px 0px 0px 0px;
  }
  .gnav-submenu-item > a:before {
    display: block;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: url(../images/common/icon/icon_price_smartphone.svg) center center no-repeat;
    width: 56px;
    margin: 0 auto;
    height: 68px;
  }
  .gnav-submenu-item > a:hover {
    opacity: 1;
  }
  .gnav-submenu-item > span {
    display: block;
    padding: 10px 0;
    color: #ccc;
  }
  .gnav-submenu-item.icon-price-smartphone {
    text-align: left;
  }
  .gnav-submenu-item.icon-price-smartphone a:before {
    background: url(../images/common/icon/icon_price_smartphone.svg) no-repeat center center;
    display: inline-block;
    width: 50%;
  }
  .gnav-submenu-item.icon-price-smartphone span {
    width: 65%;
    margin-left: -15%;
  }
  .gnav-submenu-item.icon-price-pocketwifi {
    clear: none;
  }
  .gnav-submenu-item.icon-price-pocketwifi a:before {
    background: url(../images/common/icon/icon_price_pocketwifi.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-price-mobile a:before {
    background: url(../images/common/icon/icon_price_mobile.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-price-tablet a:before {
    background: url(../images/common/icon/icon_price_tablet.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-price-other a:before {
    background: url(../images/common/icon/icon_price_other.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-product-iphone a:before {
    background: url(../images/common/icon/icon_product_iphone.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-product-android a:before {
    background: url(../images/common/icon/icon_product_android.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-product-smartphone a:before {
    background: url(../images/common/icon/icon_product_smartphone.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-product-sim a:before {
    background: url(../images/common/icon/icon_product_sim.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-product-mobile a:before {
    background: url(../images/common/icon/icon_product_mobile.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-product-pocketwifi a:before {
    background: url(../images/common/icon/icon_product_pocketwifi.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-product-other a:before {
    background: url(../images/common/icon/icon_price_other.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-service-premium a:before {
    background: url(../images/common/icon/icon_service_premium.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-service-milage a:before {
    background: url(../images/common/icon/icon_service_milage.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-service-enjoy a:before {
    background: url(../images/common/icon/icon_service_enjoy.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-service-anshin a:before {
    background: url(../images/common/icon/icon_service_anshin.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-support-myymobile a:before {
    background: url(../images/common/icon/icon_support_myymobile.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-support-contract a:before {
    background: url(../images/common/icon/icon_support_contract.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-support-confirm a:before {
    background: url(../images/common/icon/icon_support_confirm.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-support-pay a:before {
    background: url(../images/common/icon/icon_support_pay.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-support-product a:before {
    background: url(../images/common/icon/icon_support_product.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-support-faq a:before {
    background: url(../images/common/icon/icon_support_faq.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-support-info a:before {
    background: url(../images/common/icon/icon_support_info.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-shop-book a:before {
    background: url(../images/common/icon/icon_shop_book.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-shop-myymobile a:before {
    background: url(../images/common/icon/icon_shop_myymobile.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-shop-service a:before {
    background: url(../images/common/icon/icon_shop_service.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-shop-androidambassador a:before {
    background: url(../images/common/icon/icon_shop_androidambassador.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-guide-store a:before {
    background: url(../images/common/icon/icon_guide_store.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-guide-flow a:before {
    background: url(../images/common/icon/icon_guide_flow.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-guide-prepare a:before {
    background: url(../images/common/icon/icon_guide_prepare.svg) no-repeat center center;
  }
  .gnav-submenu-item.icon-guide-paper a:before {
    background: url(../images/common/icon/icon_guide_paper.svg) no-repeat center center;
  }
  .gnav-submenu-list1 {
    padding-bottom: 0;
    margin: 0 10px 20px;
  }
  .gnav-submenu-list1 .gnav-submenu-item:nth-child(3n+1) {
    clear: none;
    float: left;
  }
  .gnav-submenu-list2 {
    margin: 0 10px;
    padding-top: 22px;
  }
  .gnav-submenu-list2 .gnav-submenu-item {
    text-align: left;
    margin: 0;
  }
  .gnav-submenu-list2 .gnav-submenu-item > a {
    font-size: 13px;
    padding: 15px 0 15px 15px;
    background-position: left 20px;
  }
  .gnav-submenu-list2 .gnav-submenu-item > a:before {
    display: none;
  }
  .gnav-submenu-list2 .gnav-submenu-item:nth-child(3n+1) {
    clear: none;
    float: left;
  }
  .gnav-submenu-list2 .gnav-submenu-item:nth-child(2n) {
    padding-left: 20px;
  }
  .gnav-submenu-bnr a {
    width: 100%;
  }
  .gnav-submenu-bnr a:first-child, .gnav-submenu-bnr a:nth-child(3) {
    margin-right: 0;
  }
  .gnav-submenu-bnr a:nth-child(2) {
    margin-top: 10px;
  }
  .gnav-sp-head {
    display: block;
    padding: 15px 20px 0;
  }
  .gnav-sp-head .gnav-mainmenu {
    padding: 0 0 15px;
  }
  .gnav-sp-head .gnav-mainmenu-item {
    border: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .gnav-sp-head .gnav-mainmenu-item.is-active > a {
    font-weight: bold;
  }
  .gnav-sp-head .gnav-mainmenu-item.hassub:after {
    height: 43px;
  }
  .gnav-sp-head .gnav-mainmenu-item.is-new:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #FF0033;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin: -5px 0 0;
    border: none;
  }
  .gnav-sp-head .gnav-mainmenu-item a {
    font-size: 13px;
    padding: 10px 15px 10px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .gnav-sp-head .gnav-mainmenu-item a:before {
    display: none;
  }
  .gnav-sp-head .gnav-submenu {
    padding: 0 0 5px 10px;
  }
  .gnav-sp-head .gnav-submenu ul li {
    text-align: left;
  }
  .gnav-sp-head .gnav-submenu ul li a {
    background: none;
    display: block;
    padding: 11px 15px 11px 17px;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    position: relative;
  }
  .gnav-sp-head .gnav-submenu ul li a:before {
    content: "";
    background: url(../images/common/icon/icon_arrow.svg) no-repeat right center;
    background-size: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 7px;
    height: 12px;
    position: absolute;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 50%;
    margin: -6px 0 0 0;
  }
  .gnav-sp-head-link {
    overflow: hidden;
  }
  .gnav-sp-head-link li {
    float: left;
    width: 32%;
    margin-left: 2%;
    padding-bottom: 5px;
  }
  .gnav-sp-head-link li:first-child {
    margin-left: 0;
  }
  .gnav-sp-head-link li a {
    display: block;
    font-size: 10px;
    color: #222;
    border: 1px solid #CACACA;
    -webkit-box-shadow: 0px 4px 0px rgb(202, 202, 202);
            box-shadow: 0px 4px 0px rgb(202, 202, 202);
    border-radius: 7px;
    cursor: pointer;
    text-indent: -99em;
    overflow: hidden;
    height: 62px;
  }
  .gnav-sp-head-link-myymobile a {
    background: url(../images/common/icon/gnav_sp_myymobile.svg) no-repeat center center #fff;
    background-size: 58px 47px;
  }
  .gnav-sp-head-link-store a {
    background: url(../images/common/icon/gnav_sp_store.svg) no-repeat center center #fff;
    background-size: 63px 44px;
  }
  .gnav-sp-head-link-company a {
    background: url(../images/common/icon/gnav_sp_company.svg) no-repeat center center #fff;
    background-size: 52.5px 48px;
  }
  .gnav-sp-head-link-servicetop a {
    background: url(../images/common/icon/gnav_sp_top.svg) no-repeat center center #fff;
    background-size: 44px 47px;
  }
  .gnav-sp-head .footer-search {
    margin-bottom: 20px;
  }
  .gnav-sp-foot {
    display: block;
    padding: 15px 20px 60px;
    opacity: 0;
    -webkit-transition: all 0.01s ease;
    transition: all 0.01s ease;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  .gnav-sp-foot-corporate {
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #303030;
    border-radius: 5px;
    min-width: 195px;
    line-height: 1;
    padding: 15px 0;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0px -5px 0px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0px -5px 0px rgba(0, 0, 0, 0.15) inset;
    line-height: 1;
  }
  .gnav-sp-foot-corporate b {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: normal;
  }
  .gnav-sp-foot-corporate small {
    display: block;
    font-size: 10px;
    color: #fff;
  }
  .gnav-bnr-list {
    overflow: hidden;
    margin: 0 -2%;
  }
  .gnav-bnr-list-item {
    float: left;
    width: 46%;
    margin: 0 2%;
  }
  span.restock {
    background-color: #fa6061;
    color: #fff;
    padding: 4px 15px;
    font-size: 10px;
    margin-left: 10px;
    border-radius: 5px;
    vertical-align: middle;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(1) {
    -webkit-transition: all 0.25s 0.2s ease;
    transition: all 0.25s 0.2s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(2) {
    -webkit-transition: all 0.25s 0.3s ease;
    transition: all 0.25s 0.3s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(3) {
    -webkit-transition: all 0.25s 0.4s ease;
    transition: all 0.25s 0.4s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(4) {
    -webkit-transition: all 0.25s 0.5s ease;
    transition: all 0.25s 0.5s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(5) {
    -webkit-transition: all 0.25s 0.6s ease;
    transition: all 0.25s 0.6s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(6) {
    -webkit-transition: all 0.25s 0.7s ease;
    transition: all 0.25s 0.7s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(7) {
    -webkit-transition: all 0.25s 0.8s ease;
    transition: all 0.25s 0.8s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(8) {
    -webkit-transition: all 0.25s 0.9s ease;
    transition: all 0.25s 0.9s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(9) {
    -webkit-transition: all 0.25s 1s ease;
    transition: all 0.25s 1s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(10) {
    -webkit-transition: all 0.25s 1.1s ease;
    transition: all 0.25s 1.1s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-mainmenu-item:nth-child(11) {
    -webkit-transition: all 0.25s 1.2s ease;
    transition: all 0.25s 1.2s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .gnav.is-active .gnav-sp-foot {
    -webkit-transition: all 0.25s 0.8s ease;
    transition: all 0.25s 0.8s ease;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
  .overlay {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0;
    z-index: 6;
  }
  #menu-open {
    display: block;
    width: 55px;
    height: 66px;
    padding-bottom: 10px;
    text-indent: -99em;
    overflow: hidden;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: url(../images/common/menu.svg) no-repeat center 37px #000;
    background-size: 21px;
    z-index: 9999;
  }
  #menu-open.is-new:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 6px;
    background: #FF0033;
    width: 10px;
    height: 10px;
    border-radius: 7px;
    margin: -3px 0 0;
    border: none;
  }
  #menu-open.burger-fourmenu {
    width: 65px;
    background: url(../images/common/menu_jp.svg) no-repeat center 43px #000;
    background-size: 34px;
  }
  #menu-open span {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #CACACA;
    position: absolute;
    left: 18px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #menu-open span:nth-child(1) {
    top: 17px;
  }
  #menu-open span:nth-child(2) {
    top: 22px;
  }
  #menu-open span:nth-child(3) {
    top: 27px;
  }
  #menu-open.burger-fourmenu span {
    height: 3px;
    left: 22px;
  }
  #menu-open.burger-fourmenu span:nth-child(1) {
    top: 17px;
  }
  #menu-open.burger-fourmenu span:nth-child(2) {
    top: 25px;
  }
  #menu-open.burger-fourmenu span:nth-child(3) {
    top: 33px;
  }
  #menu-open.is-active {
    background: url(../images/common/close.svg) no-repeat center 37px #000;
    background-size: 21px;
  }
  #menu-open.is-active.is-new:after {
    content: none;
  }
  #menu-open.is-active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 22px;
    left: 17px;
  }
  #menu-open.is-active span:nth-child(2) {
    opacity: 0;
    left: -25px;
  }
  #menu-open.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 22px;
    left: 17px;
  }
  #menu-open.burger-fourmenu.is-active {
    background: url(../images/common/close.svg) no-repeat center 44px #000;
    background-size: 26px;
  }
  #menu-open.burger-fourmenu.is-active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 24px;
    left: 22px;
  }
  #menu-open.burger-fourmenu.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 24px;
    left: 22px;
  }
  .is-iphonexseries #menu-open {
    height: 76px;
    padding-bottom: 20px;
  }
  #menu-close {
    display: block;
    width: 55px;
    height: 56px;
    text-indent: -99em;
    overflow: hidden;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 300;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.25s 0s ease;
    transition: all 0.25s 0s ease;
  }
  #menu-close.is-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s 0.25s ease;
    transition: all 0.25s 0.25s ease;
  }
  #menu-close span {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #CACACA;
    position: absolute;
    left: 18px;
  }
  #menu-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 22px;
    left: 17px;
  }
  #menu-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 22px;
    left: 17px;
  }
  .is-menuopen {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #lp #menu-open {
    display: none;
  }
  .has-promotion .gnav-mainmenu-item > a {
    height: auto;
  }
}
@media (max-width: 370px) {
  .header-logo {
    left: 10px;
    font-size: 11px;
    padding-left: 105px;
  }
}
.localnav {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 100%;
  padding: 20px 0 30px;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
  display: none;
}
.localnav-open {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 60px;
  height: 40px;
  content: "";
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.localnav-open:after {
  position: absolute;
  left: 23px;
  top: 12px;
  content: "";
  background: url(../images/common/icon/icon_arrow_black.svg) no-repeat center center;
  background-size: 12px 20px;
  width: 12px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.localnav-open.is-active:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.localnav-inner {
  max-width: 980px;
  margin: 0 auto;
}
.localnav-list {
  font-size: 0px;
  margin-bottom: 0;
}
.localnav-list-item {
  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
  margin: 14px 0 0;
  width: 20%;
  vertical-align: top;
}
.localnav-list-item > a,
.localnav-list-item > span {
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.localnav-list-item > a:hover {
  opacity: 0.5;
}
.localnav-list-item .current {
  font-weight: bold;
}
.localnav-list-item:last-child > a,
.localnav-list-item:last-child > span {
  border-right: none;
}
.localnav-list-4col .localnav-list-item {
  min-width: 25%;
}
.localnav-list-5col .localnav-list-item {
  min-width: 20%;
}

.localnav-active-1 .localnav-list-item:nth-child(1) {
  font-weight: bold;
}

.localnav-active-2 .localnav-list-item:nth-child(2) {
  font-weight: bold;
}

.localnav-active-3 .localnav-list-item:nth-child(3) {
  font-weight: bold;
}

.localnav-active-4 .localnav-list-item:nth-child(4) {
  font-weight: bold;
}

.localnav-active-5 .localnav-list-item:nth-child(5) {
  font-weight: bold;
}

.localnav-active-6 .localnav-list-item:nth-child(6) {
  font-weight: bold;
}

.localnav-active-7 .localnav-list-item:nth-child(7) {
  font-weight: bold;
}

.localnav-active-8 .localnav-list-item:nth-child(8) {
  font-weight: bold;
}

.localnav-active-9 .localnav-list-item:nth-child(9) {
  font-weight: bold;
}

.localnav-active-10 .localnav-list-item:nth-child(10) {
  font-weight: bold;
}

.localnav-active-11 .localnav-list-item:nth-child(11) {
  font-weight: bold;
}

.localnav-active-12 .localnav-list-item:nth-child(12) {
  font-weight: bold;
}

.localnav-active-13 .localnav-list-item:nth-child(13) {
  font-weight: bold;
}

.localnav-active-14 .localnav-list-item:nth-child(14) {
  font-weight: bold;
}

.localnav-active-15 .localnav-list-item:nth-child(15) {
  font-weight: bold;
}

.localnav-active-16 .localnav-list-item:nth-child(16) {
  font-weight: bold;
}

.localnav-active-17 .localnav-list-item:nth-child(17) {
  font-weight: bold;
}

.localnav-active-18 .localnav-list-item:nth-child(18) {
  font-weight: bold;
}

.localnav-active-19 .localnav-list-item:nth-child(19) {
  font-weight: bold;
}

.localnav-active-20 .localnav-list-item:nth-child(20) {
  font-weight: bold;
}

@media (max-width: 768px) {
  .localnav {
    top: 42px;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .localnav-open {
    right: 0px;
    top: 5px;
    width: 55px;
    height: 33px;
  }
  .localnav-open:after {
    background-size: 8px 15px;
    width: 8px;
    height: 15px;
    top: 9px;
  }
  .localnav-list-item {
    display: block;
    margin: 0 0 0;
    padding: 0 15px;
    width: 100%;
  }
  .localnav-list-item > a,
  .localnav-list-item > span {
    border-right: none;
    padding: 16px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0;
  }
  .localnav-list-item > a:before,
  .localnav-list-item > span:before {
    display: block;
    content: "";
    background: url(../images/common/icon/icon_arrow.svg) no-repeat left top;
    background-size: 5px;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
  }
  .localnav-list-item:last-child > a,
  .localnav-list-item:last-child > span {
    border-bottom: none;
  }
  .localnav-list-item .current {
    font-weight: bold;
  }
}
.breadcrumb {
  padding: 20px 10px 19px 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.breadcrumb-wrap {
  padding-right: 56px;
  background: rgba(186, 191, 208, 0.16);
  line-height: 1;
  position: relative;
  z-index: 15;
}
.breadcrumb-wrap:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 60px;
  width: 50px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(246, 246, 246, 0)), to(rgb(246, 246, 246)));
  background-image: linear-gradient(to right, rgba(246, 246, 246, 0), rgb(246, 246, 246));
}
.breadcrumb-list {
  white-space: nowrap;
  margin-bottom: 0;
}
.breadcrumb-list-item {
  display: inline-block;
  color: #818181;
  font-size: 13px;
}
.breadcrumb-list-item > a {
  color: #818181;
  font-size: 13px;
}
.breadcrumb-list-item > a:after {
  display: inline-block;
  content: "";
  background: url(../images/common/icon/icon_arrow.svg) no-repeat left top;
  background-size: 6px 10px;
  width: 6px;
  height: 13px;
  margin: 2px 10px 0 15px;
  vertical-align: middle;
}
.breadcrumb-list-item:last-child {
  padding-right: 10px;
}
.breadcrumb-list-item:first-child a img {
  width: 23px;
  vertical-align: middle;
}
.breadcrumb-list-item:first-child a span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.footer-bread .breadcrumb-wrap {
  z-index: 0;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 12px 0px 11px 15px;
  }
  .breadcrumb-wrap:after {
    right: 55px;
    height: 42px;
  }
  .breadcrumb-list-item:first-child a img {
    width: 20px;
  }
  .breadcrumb-list-item a:after {
    margin: 0 5px 0 10px;
    height: 10px;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-95 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

@media (max-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-95 {
    margin-bottom: 85px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
}
.ttl-page {
  font-size: 40px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.4;
  max-width: 980px;
  background: -webkit-linear-gradient(0deg, #FF0033 0%, #A80022 100%) 0% 0% no-repeat padding-box;
  color: #FF0033;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.ttl-article {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: bold;
}

.ttl-section {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 2px 0 2px 15px;
  font-weight: bold;
  position: relative;
}
.ttl-section-withsub {
  display: inline-block;
  vertical-align: middle;
}
.ttl-section-sublist {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 0px;
}
.ttl-section-sublist li {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 7px 15px;
  font-size: 13px;
  margin-left: 10px;
  color: #818181;
  vertical-align: middle;
}

.ttl-section:after {
  display: block;
  content: "";
  background: #FF0033;
  width: 5px;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #FF0033;
  left: 0px;
  top: 0;
}

.ttl-block {
  font-size: 17px;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 1px 0 1px 10px;
  border-left: 3px solid #CACACA;
}

.ttl-paragraph {
  font-size: 17px;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.ttl-small {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ttl-page {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
  }
  .ttl-article {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 36px;
    margin-bottom: 26px;
    font-weight: bold;
  }
  .ttl-section {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: bold;
    padding: 0 0 0 10px;
    font-weight: bold;
    position: relative;
  }
  .ttl-section-withsub {
    display: block;
    margin-bottom: 8px;
  }
  .ttl-section-sublist {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .ttl-section-sublist li {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 11px;
    margin: 0 5px 0 0;
    color: #818181;
    vertical-align: middle;
  }
  .ttl-section:after {
    display: block;
    content: "";
    background: #FF0033;
    width: 3px;
    height: 100%;
    position: absolute;
    border-radius: 5px;
    border: 1px solid #FF0033;
    left: 0px;
    top: 0px;
  }
  .ttl-block {
    font-size: 18px;
    line-height: 1.5;
    padding: 0px 0 0px 8px;
    border-left-width: 2px;
    margin-top: 30px;
    margin-bottom: 18px;
    font-weight: bold;
  }
  .ttl-paragraph {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 22px;
    margin-bottom: 18px;
    font-weight: bold;
  }
  .ttl-small {
    font-size: 14px;
    line-height: 1.82;
    margin-top: 22px;
    margin-bottom: 18px;
    font-weight: bold;
  }
}
.text-huge {
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
}
.text-bold {
  font-weight: bold !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-red {
  color: #FF0033 !important;
}
.text-blue {
  color: #008ba2 !important;
}
.text-green {
  color: #92d050 !important;
}
.text-green-sougaku {
  color: #00CC96 !important;
}
.text-green-sougaku-box {
  color: #00CC96 !important;
  border: solid 1px #00CC96;
  padding: 4px;
  display: inline-block;
}
.text-yellow {
  color: #ffc000 !important;
}
.text-gray {
  color: #818181 !important;
}
.text-white {
  color: #fff !important;
}
.text-strike {
  text-decoration: line-through !important;
}
.text-bold {
  font-weight: bold !important;
}
.text-size-l, .text-size-l a {
  font-size: 24px !important;
}
.text-size-m, .text-size-m a {
  font-size: 20px !important;
}
.text-size-n, .text-size-n a {
  font-size: 15px !important;
}
.text-size-s, .text-size-s a {
  font-size: 12px !important;
}
.text-size-ss, .text-size-ss a {
  font-size: 11px !important;
}
.text-image-wrapper {
  margin-bottom: 20px;
}
.text-image-right {
  float: right;
  margin-left: 4%;
}
.text-image-left {
  float: left;
  margin-right: 4%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-link-blue {
  color: #157ED8;
}
.text-link-arrow {
  margin-right: 5px;
  display: inline-block;
  color: #157ED8 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}
.text-link-arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_arrow_circle_black.png);
}
.text-link-arrow-bottom {
  margin-right: 5px;
  display: inline-block;
  color: #157ED8 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}
.text-link-arrow-bottom:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_arrow_circle_down_black.png);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.text-link-arrow-bottom.is-active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.text-link-pdf {
  margin-right: 5px;
}
.text-link-pdf:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-left: 0.4em;
  background-image: url(../images/common/icon/icon_pdf_blue.svg);
  width: 17px;
  height: 15.5px;
}
.text-link-blank {
  margin-right: 5px;
}
.text-link-blank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-left: 0.4em;
  background-image: url(../images/common/icon/icon_blank_blue.svg);
}
.text-link-location {
  margin-right: 5px;
}
.text-link-location:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-left: 0.4em;
  background-image: url(../images/common/icon/icon_location_gray.svg);
}
.text-link-clear {
  margin-right: 5px;
  display: inline-block;
  color: #157ED8 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 15px;
}
.text-link-clear:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_clear.svg);
}
.text-link-clear:hover {
  opacity: 0.7;
}
.text-link-plus {
  margin-right: 5px;
  display: inline-block;
  color: #157ED8 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}
.text-link-plus:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_plus.svg);
}
.text-link-more {
  margin-right: 5px;
  display: inline-block;
  color: #157ED8 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}
.text-link-more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_arrow_circle_down_black.png);
}
.text-link-info {
  margin-right: 5px;
  display: inline-block;
  color: #157ED8 !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}
.text-link-info:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_info.svg);
}

/* CMS対応用 */
.cms-text-center {
  text-align: center;
  display: block;
}

.cms-text-right {
  text-align: right;
  display: block;
}

.cms-text-center + br,
.cms-text-right + br {
  display: none;
}

/* IEでリンクアイコンが見きれる問題を解消*/
@media all and (-ms-high-contrast: none) {
  .list-link > li > a:before,
  .list-link > li > span:before,
  .list-link-anchor > li > a:before,
  .text-link-arrow-bottom:before,
  .text-link-arrow:before,
  .text-link-clear:before,
  .text-link-plus:before,
  .text-link-minus:before,
  .text-link-more::before,
  .text-link-info::before {
    background-size: 95% !important;
  }
}
/* 検索結果なし */
.searchresult-nodata {
  text-align: center;
  color: #818181;
}
.searchresult-nodata-title {
  background: url(/common_c/images/common/icon/icon_notice_gray.png) no-repeat center top;
  background-size: 50px;
  padding-top: 60px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.searchresult-nodata-title b {
  font-size: 38px;
}
.searchresult-nodata p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .text-huge {
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 2.2 !important;
  }
  .text-bold {
    font-weight: bold !important;
  }
  .text-red {
    color: #FF0033;
  }
  .text-gray {
    color: #818181 !important;
  }
  .text-strike {
    text-decoration: line-through !important;
  }
  .text-bold {
    font-weight: bold !important;
  }
  .text-size-l, .text-size-l a {
    font-size: 16px !important;
  }
  .text-size-m, .text-size-m a {
    font-size: 15px !important;
  }
  .text-size-n, .text-size-n a {
    font-size: 14px !important;
  }
  .text-size-s, .text-size-s a {
    font-size: 12px !important;
  }
  .text-size-ss, .text-size-ss a {
    font-size: 12px !important;
  }
  .text-size-md-l, .text-size-md-l a {
    font-size: 16px !important;
  }
  .text-size-md-m, .text-size-md-m a {
    font-size: 15px !important;
  }
  .text-size-md-n, .text-size-md-n a {
    font-size: 14px !important;
  }
  .text-size-md-s, .text-size-md-s a {
    font-size: 12px !important;
  }
  .text-size-md-ss, .text-size-md-ss a {
    font-size: 12px !important;
  }
  .text-image-wrapper {
    margin-bottom: 15px;
  }
  .text-image-right, .text-image-left {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
  .text-link-arrow, .text-link-clear, .text-link-plus, .text-link-arrow-bottom, .text-link-more, .text-link-blank, .text-link-pdf, .text-link-lacation, .text-link-info {
    font-size: 14px;
  }
  .text-link-arrow:after, .text-link-clear:after, .text-link-plus:after, .text-link-arrow-bottom:after, .text-link-more:after, .text-link-blank:after, .text-link-pdf:after, .text-link-lacation:after, .text-link-info:after {
    width: 1.067em;
    height: 1.067em;
  }
  /* 検索結果なし */
  .searchresult-nodata-title {
    background: url(/common_c/images/common/icon/icon_notice_gray.png) no-repeat center top;
    background-size: 32px;
    padding-top: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .searchresult-nodata-title b {
    font-size: 24px;
  }
}
.formradio-inline-wrapper {
  font-size: 0px;
}
.formradio-inline-item, .formradio-inline-item-s {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  margin: 0 10px 10px 0;
  text-align: center;
  vertical-align: top;
}
.formradio-inline-item small, .formradio-inline-item-s small {
  font-size: 100%;
}
.formradio-inline-item label, .formradio-inline-item-s label {
  background: url(../images/common/radio_new.svg) 20px center no-repeat #fff;
  background-size: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  padding: 15px 20px 15px 50px;
  margin: 0px 0;
  border-radius: 8px;
  border: 2px solid #D2D3D7;
  position: relative;
  vertical-align: top;
  text-align: left;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.formradio-inline-item label:hover, .formradio-inline-item-s label:hover {
  opacity: 0.7;
}
.formradio-inline-item input[type=radio], .formradio-inline-item-s input[type=radio] {
  display: none;
}
.formradio-inline-item input:checked + label, .formradio-inline-item-s input:checked + label {
  background-image: url(../images/common/radio_new_on.svg);
  font-weight: bold;
  border-color: #636363;
}
.formradio-inline-item input:disabled + label, .formradio-inline-item-s input:disabled + label {
  opacity: 0.7;
}
.formradio-inline-item-s {
  font-size: 13px;
  margin: 0 7px 10px 0;
}
.formradio-inline-item-s label {
  padding: 12px 15px 12px 40px;
  background: url(../images/common/radio_new.svg) 10px center no-repeat #fff;
  background-size: 20px 20px;
}
.formradio-inline-item-s input:checked + label {
  font-weight: normal;
}

.formcheckbox-inline-wrapper {
  font-size: 0px;
}
.formcheckbox-inline-item, .formcheckbox-inline-item-s {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 10px 0;
  text-align: center;
  vertical-align: top;
}
.formcheckbox-inline-item small, .formcheckbox-inline-item-s small {
  font-size: 100%;
}
.formcheckbox-inline-item label, .formcheckbox-inline-item-s label {
  background: url(../images/common/checkbox_new.svg) 20px center no-repeat #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 20px 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  padding: 15px 20px 15px 50px;
  margin: 0px 0;
  border-radius: 8px;
  border: 2px solid #D2D3D7;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.formcheckbox-inline-item input[type=checkbox], .formcheckbox-inline-item-s input[type=checkbox] {
  display: none;
}
.formcheckbox-inline-item input:checked + label, .formcheckbox-inline-item-s input:checked + label {
  background-image: url(../images/common/checkbox_new_on.svg);
  font-weight: bold;
  border-color: #636363;
}
.formcheckbox-inline-item input:disabled + label, .formcheckbox-inline-item-s input:disabled + label {
  opacity: 0.7;
}
.formcheckbox-inline-item-s {
  font-size: 13px;
  margin: 0 7px 10px 0;
}
.formcheckbox-inline-item-s label {
  padding: 12px 15px 12px 40px;
  background: url(../images/common/checkbox_new.svg) 10px center no-repeat #fff;
  background-size: 20px 20px;
}
.formcheckbox-inline-item-s input:checked + label {
  font-weight: normal;
}

.formswitch {
  display: inline-block;
}
.formswitch > li {
  display: inline-block;
}
.formswitch > li a, .formswitch > li span {
  display: inline-block;
  border: 2px solid #D2D3D7;
  border-radius: 20px;
  padding: 7px 15px;
  margin-right: 5px;
  color: #818181;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .formswitch > li a, .formswitch > li span {
    border-radius: 20px;
    padding: 4px 10px;
    margin: 0 5px 0 0;
  }
}
.formswitch > li a.is-active, .formswitch > li span.is-active {
  color: #FF0033;
  border-color: #FF0033;
}
.formswitch > li input {
  display: none;
}
.formswitch > li input:checked + span {
  color: #FF0033;
  border-color: #FF0033;
}

/* IEでのテキスト上付きになる現象を解消 */
@media all and (-ms-high-contrast: none) {
  .formradio-inline-item label,
  .formcheckbox-inline-item label {
    padding: 18px 20px 12px 50px;
  }
  .formradio-inline-item-s label,
  .formcheckbox-inline-item-s label {
    padding: 14px 15px 10px 40px;
  }
}
.formtext {
  border: 2px solid #D2D3D7;
  border-radius: 8px;
  font-size: 15px;
  width: 100%;
  padding: 13px 20px;
  line-height: 1;
  -webkit-appearance: none;
}
.formtext::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formtext::-moz-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formtext:-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formtext::-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formtext::placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formtext:focus {
  border-color: #636363;
}
.formtext:disabled {
  background: rgba(0, 0, 0, 0.1);
}

.formsearch {
  border: 2px solid #D2D3D7;
  border-radius: 8px;
  font-size: 15px;
  width: 100%;
  padding: 13px 20px;
  line-height: 1;
  background: url(../images/common/icon/icon_search.svg) no-repeat #fff;
  background-size: 25px 25px;
  background-position: right 13px center;
  -webkit-appearance: none;
}
.formsearch::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formsearch::-moz-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formsearch:-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formsearch::-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formsearch::placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formsearch:focus {
  border-color: #636363;
}
.formsearch:disabled {
  background: rgba(0, 0, 0, 0.1);
}

.datepicker {
  overflow: hidden;
  margin-left: 35px;
  width: calc(100% - 35px);
  font-size: 14px;
  padding: 8px 10px;
  line-height: 1;
  border: none;
}

.formtextarea {
  border: 2px solid #D2D3D7;
  padding: 20px;
  border-radius: 8px;
  height: 300px;
  width: 100%;
  -webkit-appearance: none;
}
.formtextarea::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formtextarea::-moz-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formtextarea:-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formtextarea::-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formtextarea::placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.formtextarea:focus {
  border-color: #636363;
}
.formtextarea:disabled {
  background: rgba(0, 0, 0, 0.1);
}

.formselect {
  width: 100%;
  padding: 16px 30px 16px 13px;
  font-size: 15px;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #D2D3D7;
  background: #fff;
  border-radius: 8px;
  background: url(../images/common/icon/icon_arrow_down_black.svg) no-repeat right 15px center white;
  background-size: 15px 9px;
  color: #000;
  cursor: pointer;
}
.formselect:disabled {
  opacity: 0.7;
  color: #818181;
}

.sortselect {
  color: #818181;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 13px;
  background: transparent;
}
@media (max-width: 768px) {
  .sortselect {
    font-size: 13px;
    margin-right: -10px;
  }
}
.sortselect-wrap {
  padding-left: 20px;
  background: url(../images/common/icon/icon_sort.svg) no-repeat left 0 center;
  background-size: 25px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sortselect-wrap {
    margin-bottom: 20px;
  }
}

select::-ms-expand {
  display: none;
}

.submit {
  text-align: center;
  padding: 20px 0 0 0;
}

/* form other ---------------------------------------*/
.formtable {
  width: 100%;
}
.formtable th {
  vertical-align: top;
  font-size: 15px;
  width: 250px;
  border-bottom: 1px solid #D2D3D7;
  padding: 30px 0 15px 0;
  text-align: left;
}
.formtable td {
  border-bottom: 1px solid #D2D3D7;
  padding: 20px 0;
}
.formtable tr:last-child th,
.formtable tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

.formline-col {
  display: inline-block;
}

.formline-col + .formline-col {
  margin-left: 15px;
}

.formline-type {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}

.formmust {
  color: #FF0033;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  margin-left: 3px;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input {
  outline: none;
}

/* error ---------------------------------------*/
.error-topbox {
  background: #FFF7F7;
  border-radius: 10px;
  padding: 30px;
  line-height: 1.6;
}
.error-topbox p {
  color: #FF0033;
}
.error-topbox p:last-child {
  margin-bottom: 0;
}
.error-lead {
  line-height: 1.6;
  color: #FF0033;
  margin-bottom: 10px;
}
.error-input {
  background: #FFF7F7;
  border-color: #FF0033;
}

@media (min-width: 769px) {
  .refinemodal-section .formradio-inline-item label,
  .refinemodal-section .formradio-inline-item-s label {
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  .formradio-inline {
    font-size: 0px;
  }
  .formradio-inline-item {
    font-size: 13px;
    margin: 0 0px 10px 2%;
    width: 49%;
    text-align: left;
  }
  .formradio-inline-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .formradio-inline-item label {
    background: url(../images/common/radio_new.svg) 15px center no-repeat #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: 20px 20px;
    display: block;
    line-height: 1.2;
    height: 56px;
    width: 100%;
    padding: 19px 20px 0px 43px;
    margin: 0px 0;
    border-radius: 8px;
    position: relative;
    vertical-align: top;
    -webkit-transition: none;
    transition: none;
  }
  .formradio-inline-item label:hover {
    opacity: 1;
  }
  .formradio-inline-item label span {
    position: absolute;
    left: 43px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding-right: 5px;
  }
  .formradio-inline-item.wide {
    margin: 0 0px 10px;
    width: 100%;
  }
  .formradio-inline-item-s {
    font-size: 12px;
    margin: 0 5px 8px 0;
  }
  .formradio-inline-item-s label {
    padding: 11px 10px 11px 35px;
    background: url(../images/common/radio_new.svg) 10px center no-repeat #fff;
    background-size: 15px;
    -webkit-transition: none;
    transition: none;
  }
  .formradio-inline-item-s label:hover {
    opacity: 1;
  }
  .formcheckbox-inline {
    font-size: 0px;
  }
  .formcheckbox-inline-item {
    font-size: 13px;
    margin: 0 0px 10px 2%;
    width: 49%;
    text-align: left;
  }
  .formcheckbox-inline-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .formcheckbox-inline-item label {
    background: url(../images/common/checkbox_new.svg) 15px center no-repeat #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: 20px 20px;
    display: block;
    line-height: 1.2;
    height: 56px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0;
    border-radius: 8px;
    position: relative;
    vertical-align: top;
  }
  .formcheckbox-inline-item label:hover {
    opacity: 1;
  }
  .formcheckbox-inline-item label span {
    position: absolute;
    left: 43px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding-right: 5px;
  }
  .formcheckbox-inline-item-s {
    font-size: 12px;
    margin: 0 5px 8px 0;
  }
  .formcheckbox-inline-item-s label {
    padding: 11px 10px 11px 35px;
    background: url(../images/common/checkbox_new.svg) 10px center no-repeat #fff;
    background-size: 15px;
  }
  .formcheckbox-inline-item-s label:hover {
    opacity: 1;
  }
  .formtext {
    height: 56px;
    line-height: 56px;
    padding-left: 12px;
    border-radius: 8px;
    font-size: 14px;
  }
  .formsearch {
    height: 56px;
    line-height: 56px;
    padding-left: 12px;
    border-radius: 8px;
    font-size: 14px;
    background: url(../images/common/icon/icon_search.svg) no-repeat #fff;
    background-size: 18px 18px;
    background-position: right 13px center;
  }
  .formselect {
    font-size: 14px;
    padding: 17px 30px 17px 13px;
  }
  /* form other ---------------------------------------*/
  .formtable,
  .formtable tbody,
  .formtable tr,
  .formtable td,
  .formtable th {
    display: block;
    width: auto;
  }
  .formtable tr {
    border-bottom: 1px solid #D2D3D7;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .formtable tr:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .formtable th {
    font-size: 14px;
    padding: 0 0 10px 0;
    border-bottom: none;
  }
  .formtable td {
    border-bottom: none;
    padding: 0px 0;
  }
  .formtable tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .formtable tr:last-child th {
    padding-bottom: 10px;
  }
  .formline-col {
    display: block;
    margin-bottom: 10px;
  }
  .formline-col + .formline-col {
    margin-left: 0;
  }
  .formline-type {
    float: right;
    font-size: 11px;
    line-height: 1;
    padding-top: 4px;
  }
  .formmust {
    font-size: 11px;
    margin-left: 2px;
  }
  /* error ---------------------------------------*/
  .error-topbox {
    border-radius: 5px;
    padding: 20px;
  }
  .error-lead {
    line-height: 1.4;
    margin-bottom: 7px;
  }
  .error-input {
    background: #FFF7F7;
  }
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #323232;
  text-align: center;
  background: #fff;
  max-width: 100%;
  min-width: 195px;
  padding: 10px 5px;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3215686275);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3215686275);
  margin-bottom: 6px;
  border: 1px solid #323232;
  border-radius: 6px;
  line-height: 1.7;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
}
.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.btn-red {
  color: #fff;
  background: #FF0033;
  border-color: #FF0033;
}

.btn-blue {
  color: #fff;
  background: #157ED8;
  border-color: #157ED8;
}

.btn-white {
  background: #fff;
  color: #000;
  border-color: #CACACA;
}

.btn-black {
  background: #323232;
  border: 1px solid #323232;
  color: #fff;
}

.btn-gray {
  background: #CACACA;
  border-color: #CACACA;
  color: #fff;
}

.btn-disabled {
  color: #fff;
  background: #CACACA;
  border-color: #CACACA;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}

.btn-pdf:after {
  content: "";
  background: url(../images/common/icon/icon_pdf_black.svg) no-repeat left top;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.btn-blank:after {
  content: "";
  background: url(../images/common/icon/icon_blank_black.svg) no-repeat left top;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.btn-voice:after {
  content: "";
  background: url(../images/common/icon/icon_sound_black.svg) no-repeat left top;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.btn-cart:before {
  content: "";
  background: url(../images/common/icon/icon_cart_white.svg) no-repeat left top;
  background-size: 16px 15px;
  width: 16px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.btn-stock:before {
  content: "";
  background: url(../images/common/icon/icon_stock_white.svg) no-repeat left top;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.btn-stock-gray:before {
  content: "";
  background: url(../images/common/icon/icon_stock_gray.svg) no-repeat left top;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.btn-simulation:before {
  content: "";
  background: url(../images/common/icon/icon_simulation.svg) no-repeat left top;
  background-size: 20px 30px;
  width: 20px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.btn-geo:after {
  content: "";
  background: url(../images/common/icon/icon_geo_black.svg) no-repeat left top;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.btn-rss {
  min-width: 85px;
}
.btn-rss:before {
  content: "";
  background: url(../images/common/icon/icon_rss.png) no-repeat left top;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.btn-red.btn-pdf:after,
.btn-black.btn-pdf:after,
.btn-disabled.btn-pdf:after {
  background-image: url(../images/common/icon/icon_pdf_white.svg);
}

.btn-red.btn-blank:after,
.btn-black.btn-blank:after,
.btn-disabled.btn-blank:after {
  background-image: url(../images/common/icon/icon_blank_white.svg);
}

.btn-red.btn-voice:after,
.btn-black.btn-voice:after,
.btn-disabled.btn-voice:after {
  background-image: url(../images/common/icon/icon_sound_white.svg);
}

.btn-cart-before:before {
  content: "";
  background: url(../images/common/icon/icon_cart_white.svg) no-repeat left top;
  background-size: 28px 25px;
  width: 28px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.btn-shop-before:before {
  content: "";
  background: url(../images/common/icon/icon_shop_white.svg) no-repeat left top;
  background-size: 24px 27px;
  width: 24px;
  height: 27px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.btn-shop-next:after {
  content: "";
  background: url(../images/common/icon/icon_arrow.svg) no-repeat left top;
  background-size: 8px 16px;
  width: 8px;
  height: 16px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.btn-shop-prev:before {
  content: "";
  background: url(../images/common/icon/icon_arrow.svg) no-repeat left top;
  background-size: 8px 16px;
  width: 8px;
  height: 16px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-reserve {
  min-width: 88px;
  background: #fff;
  color: #000;
  border-color: #CACACA;
  -webkit-box-shadow: 0px 3px 0px rgb(202, 202, 202);
          box-shadow: 0px 3px 0px rgb(202, 202, 202);
  padding: 4px 3px;
}
.btn-reserve > img {
  width: 20px;
}

.btn-m {
  border-radius: 8px;
  min-width: 270px;
  padding: 13px 5px;
  font-size: 16px;
}
.btn-l {
  border-radius: 10px;
  min-width: 300px;
  padding: 16px 5px;
  font-size: 18px;
}
.btn-xl {
  border-radius: 10px;
  min-width: 340px;
  height: 94px;
  font-size: 20px;
  line-height: 1.5;
}
.btn-inline-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn-inline-wrapper .btn {
  margin-right: 15px;
  margin-top: 15px;
  vertical-align: middle;
}
.btn-inline-wrapper .btn:first-child, .btn-inline-wrapper .btn:nth-child(2), .btn-inline-wrapper .btn:nth-child(3), .btn-inline-wrapper .btn:nth-child(4) {
  margin-top: 0;
}
.btn-inline-wrapper .btn:last-child {
  margin-right: 0;
}

.btn-summery {
  line-height: 1;
}
.btn-summery small {
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 5px;
}
.btn-summery.btn {
  padding: 5px 5px;
}
.btn-summery.btn-m {
  padding: 10px 5px;
}
.copy-btn {
  font-size: 12px;
  border-radius: 5px;
  background-color: #a6a6a6;
  color: #fff;
  padding: 5px 3px;
  cursor: pointer;
}

.btn-text-reset {
  position: relative;
}
.btn-text-reset .text-reset {
  display: block;
  position: absolute;
  top: 3px;
  right: 50px;
  padding: 13px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn-text-reset .text-reset {
    right: 40px;
  }
}
.btn-text-reset .text-reset em {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
}
.btn-text-reset .text-reset em:before, .btn-text-reset .text-reset em:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 18px;
  background: #818181;
}
.btn-text-reset .text-reset em:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.btn-text-reset .text-reset em:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-text-reset.box-lightgray .text-reset {
  top: 24px;
  right: 75px;
}
@media (max-width: 768px) {
  .btn-text-reset.box-lightgray .text-reset {
    top: 21px;
    right: 60px;
  }
}

@media (max-width: 900px) {
  .btn-inline-wrapper .btn:nth-child(4) {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .btn,
  .btn-md-s {
    font-size: 14px;
    border-radius: 5px;
    min-width: 48.5%;
    padding: 10px 3px;
  }
  .btn-m,
  .btn-l,
  .btn-md-m,
  .btn-md-l {
    border-radius: 7px;
    min-width: 275px;
    padding: 13px 15px;
    font-size: 16px;
  }
  .btn-xl {
    font-size: 16px;
    padding: 110px 0 10px;
    line-height: 1.5;
  }
  .btn-cart-before {
    font-size: 12px;
  }
  .btn-cart-before:before {
    background: url(../images/common/icon/icon_cart_white.svg) no-repeat left top;
    background-size: 22px 20px;
    width: 22px;
    height: 20px;
    margin-right: 5px;
  }
  .btn-shop-before {
    font-size: 12px;
  }
  .btn-shop-before:before {
    background: url(../images/common/icon/icon_shop_white.svg) no-repeat left top;
    background-size: 18px 20px;
    width: 18px;
    height: 20px;
    margin-right: 5px;
  }
  .btn-shop-next,
  .btn-shop-prev {
    min-width: 120px;
  }
  .btn-rss {
    min-width: 75px;
  }
  .btn-rss:before {
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
  }
  .btn-inline-wrapper {
    font-size: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-inline-wrapper.text-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-inline-wrapper .btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 0;
    width: 48.5%;
    margin-top: 15px;
    margin-right: 3%;
  }
  .btn-inline-wrapper .btn:first-child, .btn-inline-wrapper .btn:nth-child(2) {
    margin-top: 0;
  }
  .btn-inline-wrapper .btn:nth-child(3), .btn-inline-wrapper .btn:nth-child(4) {
    margin-top: 15px;
  }
  .btn-inline-wrapper .btn:nth-child(2n) {
    margin-right: 0;
  }
  .btn-summery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-summery small {
    margin-bottom: 3px;
  }
  .section-device .btn-summery {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .btn-inline-wrapper .btn {
    font-size: 10px;
  }
  .btn,
  .btn-md-s {
    font-size: 11px;
  }
  .btn-m,
  .btn-l,
  .btn-md-m,
  .btn-md-l {
    font-size: 12px;
  }
}
.box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  background: #fff;
  border-radius: 6px;
}
.box p:last-child {
  margin-bottom: 0;
}
.box-gray {
  background: rgba(186, 191, 208, 0.16);
  border: none;
}
.box-lightgray {
  background: rgba(186, 191, 208, 0.16);
  border: none;
}
.box-red {
  border-color: #FF0033;
  background: #FFF7F7;
}
.box-title {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1.5;
  background: rgba(186, 191, 208, 0.16);
  border-radius: 6px 6px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.box-title + .box {
  border-top: none;
  border-radius: 0 0 6px 6px;
}
.box-title-red {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1.5;
  background: #FFF7F7;
  border: 1px solid #FF0033;
}
.box-title-red + .box {
  border-top: none;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
}
.box-inner-title {
  background: rgba(186, 191, 208, 0.16);
  font-weight: bold;
  font-size: 15px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 15px;
}
.box .ttl-page,
.box .ttl-article,
.box .ttl-section,
.box .ttl-block,
.box .ttl-paragraph,
.box .ttl-small {
  margin-top: 0;
}
.box > .box {
  margin-left: 20px;
  min-height: 0;
  padding: 20px;
}
.box-product {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 35px 5px 25px;
  text-align: center;
  position: relative;
  height: 100%;
  background: #fff;
}
.box-product .ttl-paragraph {
  margin-top: 0;
  margin-bottom: 10px;
}
.box-product span.icon-5g {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 2px 4px;
  border-radius: 5px;
}
.box-product-flag {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #CACACA;
  padding: 4px 8px;
  border-radius: 0 0 0 10px;
}
.box-product-flag.bg-red {
  background: #FF0033;
}
.box-product-flag.bg-orange {
  background: #FD8F25;
}
.box-product-flag.bg-black {
  background: #000;
}
.box-product-flag.bg-yellow {
  background: #FEEA34;
  color: #323232;
}
.box-product-flag.bg-blue {
  background: #2BB5FF;
}
.box-product-flag.bg-green {
  background: #73BD04;
}
.box-product-flag.bg-bluegreen {
  background: #37B1AB;
}
.box-product-attention {
  position: absolute;
  top: -20px;
  left: -4px;
  width: 100px;
  height: 100px;
  background-image: url(/store/images/bg_attention_circle_pink.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .box-product-attention {
    top: -10px;
    width: 75px;
    height: 75px;
  }
}
.box-product-attention.yellow {
  background-image: url("/store/images/bg_attention_circle_yellow.svg");
  color: #323232;
}
.box-product-image {
  margin-bottom: 20px;
  height: 140px;
  position: relative;
}
.box-product-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.box-product-image span.icon-5g {
  top: 13px;
  right: 5px;
}
.box-product-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.box-product .ttl-paragraph:last-child {
  margin-bottom: 0;
}
.box-product .ttl-small:last-child {
  margin-bottom: 0;
}
.box-product-foot {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 25px;
}
.box-product .btn:not(.btn-m) {
  min-width: 0;
  width: 160px;
  padding: 6px 10px;
}
.box-product-link {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
  width: 100%;
  height: 100%;
}
.box-product-link .box-product,
.box-product-link .box-block-border {
  border: none;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3215686275);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3215686275);
}
.box-product-link .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.box-product-table td {
  color: #818181;
}
.box-product-table-price {
  font-size: 32px;
}
@media (max-width: 768px) {
  .box-product-table-price {
    font-size: 32px;
  }
}
.box-block {
  position: relative;
  overflow: hidden;
}
.box-block .ttl-paragraph,
.box-block .ttl-small {
  margin-top: 0;
}
.box-block-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 6% 15px;
  background: #fff;
}
.box-block .btn {
  min-width: 0;
  padding: 6px 10px;
}
.box-block .btn:hover {
  padding: 6px 10px;
}
.box-block-link {
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  height: 100%;
}
.box-block-link:hover {
  opacity: 0.7;
}
.box-block-link .box-product,
.box-block-link .box-block-border {
  border: none;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3215686275);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3215686275);
}
.box-block-link .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.box-block a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-block a:hover {
  opacity: 0.7;
}
.box-block-image-left {
  float: left;
  width: 29%;
  margin-right: 4%;
}
.box-block-image-left img {
  max-width: 100%;
}
.box-block-image-right {
  float: right;
  margin-left: 4%;
  width: 29%;
}
.box-block-image-right img {
  max-width: 100%;
}
.box-block-text {
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.7;
  overflow: hidden;
  position: relative;
}
.box-block-detail-middle {
  position: absolute;
  left: 36%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 58%;
}
.box-block .ttl-small {
  margin-bottom: 10px;
}
.box-block .ttl-paragraph {
  margin-bottom: 10px;
}
.box-small {
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}
.box-small-image {
  float: left;
  margin-right: 15px;
  padding-top: 0;
  width: 50px;
}
.box-small-image img {
  display: block;
  width: 100%;
}
.box-small p {
  font-size: 15px;
  line-height: 1.6;
  position: absolute;
  left: 75px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.box-small p:last-child {
  margin-bottom: 0;
}

/* IEでのテキスト上付きになる現象を解消 */
@media all and (-ms-high-contrast: none) {
  .box-product-flag {
    padding: 5px 8px 3px;
  }
}
@media (max-width: 1180px) {
  .box-product-foot {
    position: absolute;
    width: calc(100% - 0px);
    left: 0px;
    bottom: 25px;
  }
}
@media (max-width: 768px) {
  .box {
    min-height: 0px;
    padding: 15px;
  }
  .box-title {
    font-size: 15px;
    padding: 10px 15px;
  }
  .box-title-red {
    font-size: 15px;
    padding: 10px 15px;
  }
  .box-inner-title {
    font-size: 13px;
    padding: 4px 5px;
    margin-bottom: 10px;
  }
  .box > .box {
    margin-left: 0px;
    min-height: 0;
    padding: 15px;
  }
  .box-product {
    border-radius: 5px;
    padding: 20px 5px 15px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .box-product-large {
    padding: 30px 5px 35px;
  }
}
@media (max-width: 768px) {
  .box-product.has-flag {
    padding-top: 25px;
  }
  .box-product-flag {
    position: absolute;
    font-size: 10px;
    padding: 6px 6px;
    border-radius: 0 0 0 5px;
    z-index: 5;
  }
  .box-product-image {
    margin-bottom: 10px;
    position: relative;
  }
  .box-product-image span.icon-5g {
    top: 13px;
    right: 5px;
  }
  .box-product span.icon-5g {
    font-size: 10px;
  }
  .box-product-text {
    font-size: 13px;
    line-height: 1.5;
  }
  .box-product .ttl-paragraph {
    margin-bottom: 5px;
  }
  .box-product .ttl-small {
    margin-bottom: 5px;
  }
  .box-product .btn:not(.btn-m) {
    min-width: 0;
    padding: 3px 4px;
    font-size: 11px;
    width: 150px;
    max-width: 93%;
  }
  .box-block-border {
    border-radius: 5px;
    padding: 15px 7%;
  }
  .box-block a:hover img {
    opacity: 1;
  }
  .box-block-image-left {
    margin-right: 5%;
    width: 35%;
  }
  .box-block-image-right {
    margin-left: 5%;
    width: 35%;
  }
  .box-block-text {
    padding-top: 0px;
    line-height: 1.6;
  }
  .box-block-detail-middle {
    left: 42%;
    width: 53%;
  }
  .box-block .ttl-small {
    margin-bottom: 2px;
  }
  .box-block .ttl-paragraph {
    margin-bottom: 2px;
  }
  .box-block .btn {
    min-width: 0;
    padding: 3px 10px;
    font-size: 11px;
  }
  .box-block .btn:hover {
    padding: 3px 10px;
  }
  .box-block-link:hover {
    opacity: 1;
  }
  .box-block.sp-vertical {
    text-align: center;
  }
  .box-block.sp-vertical .box-block-image-left {
    margin: 0 0 15px;
    float: none;
    width: 100%;
  }
  .box-block.sp-vertical .box-block-detail-middle {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .box-small {
    padding: 6px;
  }
  .box-small-image {
    margin-right: 10px;
    padding-top: 3px;
    width: 40px;
  }
  .box-small p {
    font-size: 12px;
    line-height: 1.5;
    left: 55px;
  }
  .box-block-link .box-block-text {
    padding-right: 10px;
  }
}
.tab {
  margin-top: 60px;
  margin-bottom: 60px;
}
.tab-list {
  font-size: 0px;
  padding: 0 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.tab-list-item {
  display: inline-block;
  padding: 0px 0;
  height: 50px;
  text-align: center;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  width: 50%;
  color: #818181;
  background-color: rgba(186, 191, 208, 0.16);
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tab-list-item a {
  color: rgba(50, 50, 50, 0.5);
  font-size: 18px;
}
.tab-list-item:hover {
  color: #323232;
  font-weight: bold;
}
.tab-list-item:hover a {
  font-weight: bold;
  opacity: 1 !important;
  color: #323232;
}
.tab-list-item:first-child {
  padding-left: 0;
}
.tab-list-item:last-child {
  padding-right: 0;
}
.tab-list-item span {
  display: block;
  padding: 0px 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tab-list-item span a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tab-list-item.is-active {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #FF0033;
  background-color: #FFF7F7;
  font-weight: bold;
  color: #FF0033;
}
.tab-list-item.is-active a {
  color: #FF0033;
}
.tab-list-item.is-active:after {
  display: block;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0px;
  bottom: -1px;
}
.tab-list-bottom .tab-list-item.is-active {
  border-bottom: 3px solid #FF0033;
  border-top: none;
  border-right: none;
  border-left: none;
}
.tab-list-bottom .tab-list-item.is-active:after {
  background: #FF0033;
}

.bg-gray .tab-list-item.is-active:after {
  background: rgba(186, 191, 208, 0.16);
}

/* スクロール追従用のタブ */
.tab-fixed-wrapper {
  position: relative;
}
.tab-fixed-wrapper.is-fixed {
  padding-top: 90px;
}
.tab-fixed-wrapper > .tab {
  width: 100%;
  background: #fff;
  width: 100%;
}
.tab-fixed-wrapper > .tab .tab-list-item {
  -webkit-transition: none;
  transition: none;
}
.tab-fixed-wrapper > .tab .tab-btn-item {
  display: none;
  position: absolute;
  right: 0;
}
.tab-fixed-wrapper > .tab .tab-btn-item .btn {
  min-width: 140px;
  padding: 5px 0;
}
.tab-fixed-wrapper > .tab.is-fixed {
  position: fixed;
  top: -50px;
  margin: 0;
  padding-top: 0;
  width: calc(100% - 175px);
  z-index: 20;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-fixed-wrapper > .tab.is-fixed.is-show {
  top: 0;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}
.tab-fixed-wrapper > .tab.is-fixed .tab-list {
  border-bottom: none;
  padding: 0;
}
.tab-fixed-wrapper > .tab.is-fixed .tab-list-item {
  height: 50px;
  font-size: 15px;
  -webkit-transition: none;
  transition: none;
}
.tab-fixed-wrapper > .tab.is-fixed .tab-list-item:first-child:before, .tab-fixed-wrapper > .tab.is-fixed .tab-list-item:last-child span:after {
  content: none;
}
.tab-fixed-wrapper > .tab.is-fixed .tab-btn-item {
  top: 7px;
  display: inline-block;
}

.tab-list-3 .tab-list-item {
  width: 33.33%;
}

.tab-list-3 .tab-list-item + .tab-list-item:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0.1);
}

.tab-list-3 .tab-list-item.is-active:before,
.tab-list-3 .tab-list-item.is-active + .tab-list-item:before {
  display: none;
}

.tab-list-4 .tab-list-item {
  width: 25%;
  padding: 8px 0;
}

.tab-list-4 .tab-list-item span {
  padding: 2px 0;
}

.tab-list-4 .tab-list-item + .tab-list-item:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0.1);
}

.tab-list-4 .tab-list-item.is-active:before,
.tab-list-4 .tab-list-item.is-active + .tab-list-item:before {
  display: none;
}

.tab-list-bottom .tab-list-item:before,
.tab-list-bottom .tab-list-item:last-child:before {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -12px;
  background: rgba(0, 0, 0, 0.1);
}
.tab-list-bottom .tab-list-item:last-child span:after {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -11px;
  background: rgba(0, 0, 0, 0.1);
}
.tab-list-bottom.tab-list-3 .tab-list-item.is-active:before, .tab-list-bottom.tab-list-3 .tab-list-item.is-active + .tab-list-item:before, .tab-list-bottom.tab-list-4 .tab-list-item.is-active:before, .tab-list-bottom.tab-list-4 .tab-list-item.is-active + .tab-list-item:before {
  display: block;
}

.bg-gray .tab-list-item.is-active:after {
  background: rgba(186, 191, 208, 0.16);
}

.tab-target {
  overflow: hidden;
  position: relative;
}
.tab-target-item {
  display: none !important;
  left: 0px;
  top: 0px;
  width: 100%;
  -webkit-transition: all 1.25s ease;
  transition: all 1.25s ease;
  overflow: hidden;
}
.tab-target-item.is-active {
  display: block !important;
}

.tab-target-wrapper .tab-target-item {
  opacity: 0;
}
.tab-target-wrapper .tab-target-item.is-active {
  opacity: 1;
}
.tab-target-wrapper .tab-target-item.is-prepare-left {
  display: block !important;
  -webkit-transition: all 0.01s ease;
  transition: all 0.01s ease;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.tab-target-wrapper .tab-target-item.is-prepare-right {
  display: block !important;
  -webkit-transition: all 0.01s ease;
  transition: all 0.01s ease;
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.tab-target-wrapper .tab-target-item.is-prepare-left.is-active, .tab-target-wrapper .tab-target-item.is-prepare-right.is-active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.tab-target-wrapper .tab-target-item.is-fadeout-left {
  display: block !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.tab-target-wrapper .tab-target-item.is-fadeout-right {
  display: block !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}

@media (max-width: 1180px) {
  .tab-fixed-wrapper > .tab.is-fixed.is-show {
    top: 60px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tab {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .tab-list-item {
    padding: 0px 0;
    font-size: 14px;
  }
  .tab-list-item span {
    padding: 0px 0;
  }
  .tab-list-item span, .tab-list-item a {
    font-size: 14px;
  }
  .tab-fixed-wrapper.is-fixed {
    padding-top: 76px;
  }
  .tab-fixed-wrapper > .tab.is-fixed {
    width: 100%;
  }
  .tab-fixed-wrapper > .tab.is-fixed.is-show {
    top: 0;
  }
  .tab-fixed-wrapper > .tab.is-fixed .tab-list-item {
    font-size: 11px;
    height: 43px;
  }
  .tab-fixed-wrapper > .tab.is-fixed .tab-btn-item {
    top: 0;
    width: 25%;
  }
  .tab-fixed-wrapper > .tab.is-fixed .tab-btn-item .btn {
    width: 100%;
    min-width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 43px;
    border-radius: 0;
    padding-top: 11px;
  }
  .tab-fixed-wrapper > .tab.is-fixed .tab-btn-item .btn:before {
    content: none;
  }
  .tab-fixed-wrapper > .tab.is-fixed .l-inner {
    padding: 0;
  }
  .bg-md-gray .tab-list {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .bg-md-gray .tab-list-item.is-active {
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .bg-md-gray .tab-list-item.is-active:after {
    background: rgba(186, 191, 208, 0.16);
  }
  .bg-md-white .tab-list-item.is-active:after {
    background: #fff;
  }
}
.accordion-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 15px 45px 15px 15px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-top: 30px;
  margin-bottom: 30px;
}
.accordion-title:hover {
  opacity: 0.7;
}
.accordion-title.is-active {
  font-weight: bold;
}
.accordion-title.is-active .accordion-icon span:nth-child(1) {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-title.is-active .accordion-icon span:nth-child(2) {
  opacity: 0;
}
.accordion-icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}
.accordion-icon span {
  position: absolute;
  background: #323232;
}
.accordion-icon span:nth-child(1) {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 0px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion-icon span:nth-child(2) {
  width: 14px;
  height: 2px;
  left: 0px;
  top: 6px;
}
.accordion-box {
  display: none;
  padding: 10px 10px 40px;
}
.accordion-box h1:first-child, .accordion-box h2:first-child, .accordion-box h3:first-child, .accordion-box h4:first-child, .accordion-box h5:first-child {
  margin-top: 0;
}
.accordion-box-narrow {
  padding: 0 0 40px;
}
.accordion-box-inner {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion-box-inner.is-active {
  opacity: 1;
  -webkit-transition: all 0.55s 0.2s ease;
  transition: all 0.55s 0.2s ease;
}
.accordion-box p:last-child {
  margin-bottom: 0;
}

.accordion-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 70px;
}
.accordion-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-list-item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 30px 0;
}
.accordion-list-item-title:after {
  display: block;
  content: "";
  background: url(/common_c/images/common/icon/icon_arrow.svg) no-repeat left top;
  width: 7px;
  height: 14px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.accordion-list-item-title.is-active:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.accordion-list-item-title.is-active + .faqdetail-answer-list-item-box {
  display: block;
}
.accordion-list-item-title.no-li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-list-item:first-child-title {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-list-item-box {
  padding: 0 20px 30px;
  display: none;
}
.accordion-list-item-box p {
  margin-bottom: 0;
}
.accordion-list-item-title:last-child, .accordion-list-item-box:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-device {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .accordion-device {
    margin-bottom: 15px;
  }
}
.accordion-device .accordion-title {
  padding-right: 70px;
  margin-top: 0;
  margin-bottom: 0;
}
.accordion-device .accordion-title.is-active {
  background-color: rgba(50, 50, 50, 0.08);
  border-bottom: none;
}
.accordion-device .accordion-title .accordion-icon2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  padding: 0;
}
.accordion-device .accordion-box {
  position: relative;
  margin-top: -3px;
  padding: 25px 15px 25px 15px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 5px 5px;
}
@media (max-width: 768px) {
  .accordion-device .accordion-box {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .accordion-title {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .accordion-title:after {
    background: url(../images/common/icon/icon_gnav_plus.svg) no-repeat center center;
    background-size: 10px;
    width: 10px;
    height: 10px;
    right: 15px;
    margin-top: -5px;
  }
  .accordion-title.is-active:after {
    background-image: url(../images/common/icon/icon_gnav_minus.svg);
    background-size: 15px;
  }
  .accordion-box {
    padding: 10px 5px 0;
  }
  .accordion-box-narrow {
    padding: 0 0 20px;
  }
  .accordion-list {
    margin-bottom: 35px;
  }
  .accordion-list-item-title {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0;
  }
  .accordion-list-item-title.is-active {
    font-weight: bold;
  }
  .accordion-list-item-box {
    padding: 0 0 15px;
    display: none;
  }
  .accordion-list-item-box p {
    margin-bottom: 0;
  }
}
/* コンテンツトップのバナー */
.bnr-contentstop {
  margin-bottom: 50px;
}

.bnr-slider-single {
  text-align: center;
}

/* スライダートップバナー（2つパターン） */
.bnr-slider-list {
  margin-bottom: 30px;
}
.bnr-slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  height: 224px;
}
.bnr-slider-wrapper .swiper-button-next, .bnr-slider-wrapper .swiper-button-prev {
  display: none;
}
.bnr-slider-more {
  text-align: center;
}

/* シンプルなバナー一覧（画像のみ） */
.bnr-small-slider-list {
  margin-bottom: 30px;
}
.bnr-small-slider-list > li {
  width: 32%;
  margin-right: 2%;
}
.bnr-small-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.bnr-small-slider-wrapper .swiper-button-next, .bnr-small-slider-wrapper .swiper-button-prev {
  display: none;
}
.bnr-small-slider-more {
  text-align: center;
}

/* キャンペーンタイプのバナー一覧（画像+テキスト） */
.bnr-campaign {
  position: relative;
}
.bnr-campaign-list {
  margin-bottom: 30px;
}
.bnr-campaign-list-wrapper {
  position: relative;
  overflow: hidden;
}
.bnr-campaign-list-wrapper.swiper-container-horizontal .swiper-slide {
  display: block;
}
.bnr-campaign-list-item {
  width: 32%;
  margin-right: 2%;
}
.bnr-campaign-list-item > a {
  display: inline-block;
}
.bnr-campaign-image {
  margin-bottom: 15px;
}
.bnr-campaign-image img {
  width: 100%;
}
.bnr-campaign-title {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.bnr-campaign-text {
  font-size: 13px;
  line-height: 1.7;
  color: #818181;
  margin-bottom: 0;
}
.bnr-campaign-more {
  text-align: center;
}
.bnr-campaign .swiper-button-next, .bnr-campaign .swiper-button-prev {
  display: none;
}

.swiper-pagination {
  bottom: 0px;
}

/* 横幅いっぱいで3個並ぶバナー */
.indexmessage {
  overflow: hidden;
}
.indexmessage-inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}
.indexmessage-list {
  margin-bottom: 0;
}
.indexmessage-list-wrapper {
  position: relative;
  width: 313px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.indexmessage-list a {
  display: block;
}
.indexmessage .swiper-button-prev,
.indexmessage .swiper-button-next {
  border: none;
  background: url(../images/index/slider_arrow.png) no-repeat center center;
  background-size: 50px 50px;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  text-indent: -99em;
  overflow: hidden;
  z-index: 10;
  margin-top: -25px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.indexmessage .swiper-button-prev {
  left: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.indexmessage .swiper-button-next {
  right: 0px;
}
.indexmessage .swiper-button-prev:hover,
.indexmessage .swiper-button-next:hover {
  background-image: url(../images/index/slider_arrow_on.png);
  opacity: 1;
}
.indexmessage .swiper-pagination {
  bottom: 0;
}

.js-indexmessage-top .indexmessage-list > li {
  height: 304px;
}

@media (max-width: 1180px) {
  /* スライダートップバナー（2つパターン） */
  .bnr-slider-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  /* スライダートップバナー（2つパターン） */
  .bnr-slider {
    margin: 0;
  }
  .bnr-slider-list {
    margin-bottom: 30px;
  }
  .bnr-slider-wrapper {
    margin: 0 -15px 20px;
  }
  /* シンプルなバナー一覧（画像のみ） */
  .bnr-small-slider-list {
    margin-bottom: 30px;
  }
  .bnr-small-slider-wrapper {
    width: 306px;
    max-width: 100%;
    overflow: visible;
    margin: 0 auto 20px;
  }
  .bnr-small-slider-wrapper .swiper-pagination {
    bottom: -30px;
  }
  /* キャンペーンタイプのバナー一覧（画像+テキスト） */
  .bnr-campaign {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .bnr-campaign-list-wrapper {
    width: 306px;
    max-width: 100%;
    overflow: visible;
    margin: 0 auto 20px;
  }
  .bnr-campaign-list-wrapper .swiper-pagination {
    bottom: -30px;
  }
  .bnr-campaign-title {
    font-size: 13px;
  }
  .bnr-campaign-text {
    font-size: 12px;
  }
  .swiper-pagination {
    bottom: 0;
  }
  /* 横幅いっぱいで3個並ぶバナー */
  .indexmessage-inner {
    width: 306px;
    max-width: 100%;
  }
  .indexmessage-list-wrapper {
    width: 306px;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .indexmessage-list a {
    display: block;
  }
  .indexmessage .swiper-button-prev,
  .indexmessage .swiper-button-next {
    display: none;
  }
  .js-indexmessage-top .indexmessage-list > li {
    height: 296px;
  }
}
.list > li {
  padding-left: 15px;
  text-indent: -1rem;
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
}
.list > li a {
  color: #157ED8;
  text-decoration: underline;
}
.list > li a:hover {
  text-decoration: none;
}
.list > li:before {
  content: "●";
}
.list > li > ul {
  padding: 10px 0 0 0;
}
.list > li .list > li:before {
  content: "・";
}
.list-nohead > li {
  padding-left: 0;
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
}
.list-nohead > li a {
  color: #157ED8;
  text-decoration: underline;
}
.list-nohead > li a:hover {
  text-decoration: none;
}
.list-number > li {
  font-size: 15px;
  margin: 0 0 10px 17px;
  line-height: 1.4;
  list-style-type: decimal;
}
.list-number > li a {
  color: #157ED8;
  text-decoration: underline;
}
.list-number > li a:hover {
  text-decoration: none;
}
.list-number > li > ul {
  padding: 10px 0 0 0;
}
.list-number > li .list > li:before {
  content: "・";
}
.list-link {
  /* 単純移行ページ対応のため追加 */
}
.list-link > li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.list-link > li:last-child {
  margin-bottom: 0;
}
.list-link > li > a,
.list-link > li > span {
  padding-left: 1.4em;
  text-indent: -1.4em;
  display: inline-block;
  color: #157ED8;
}
.list-link > li > a:before,
.list-link > li > span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_arrow_circle_black.png);
}
.list-link > a {
  padding-left: 1.4em;
  text-indent: -1.4em;
  display: inline-block;
  color: #157ED8;
  text-decoration: none;
}
.list-link > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_arrow_circle_black.png);
}
.list-link-ib {
  font-size: 0px;
}
.list-link-ib > li {
  display: inline-block;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.list-link-ib > li:last-child {
  border-right: none;
}
.list-link-ib > li:last-child {
  border-right: none;
}
.list-link-anchor {
  font-size: 0px;
}
.list-link-anchor > li {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 0 25px 0 0px;
  margin-right: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.4;
  display: inline-block;
}
.list-link-anchor > li:last-child {
  border-right: none;
}
.list-link-anchor > li > a {
  color: #157ED8;
}
.list-link-anchor > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_arrow_circle_down_black.png);
}
.list-info {
  margin-bottom: 0;
}
.list-info.fl-no-bd .list-info-item:first-child {
  border-top: none;
}
.list-info.fl-no-bd .list-info-item:last-child {
  border-bottom: none;
}
.list-info-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-info-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-info-item-block,
.list-info-item > a {
  display: block;
  padding: 15px 20px 15px 0;
  position: relative;
  text-indent: -44px;
  padding-left: 90px;
  /*
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  */
}
@media all and (-ms-high-contrast: none) {
  .list-info-item-block,
  .list-info-item > a {
    text-overflow: clip;
  }
}
.list-info-item > a:after {
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  width: 15px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  background-image: url(../images/common/icon/icon_arrow.svg);
  z-index: 1;
}
.list-info-item .list-info-blank:after {
  display: block;
  content: "";
  background: url("../images/common/icon/icon_blank_gray.svg") right center no-repeat;
  background-size: 11px;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
}
.list-info-date {
  color: #818181;
  vertical-align: middle;
  line-height: 1.5;
  display: inline-block;
  margin-right: 10px;
}
.list-info-category {
  color: #FF9508;
  font-size: 10px;
  vertical-align: middle;
  border: 1px solid #FF9508;
  border-radius: 20px;
  padding: 1px 6px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
.list-info-text {
  color: #323232;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1.5;
}
.list-info-text.no-ellipsis {
  white-space: normal;
}
.list-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.list-faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-faq-item a {
  display: block;
  padding: 20px 10px 20px 0;
  position: relative;
  overflow: hidden;
}
.list-faq-item a:after {
  display: block;
  content: "";
  background: url(../images/common/icon/icon_arrow.svg) no-repeat left top;
  background-size: 5px;
  width: 5px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
}
.list-faq-item .list-faq-blank:after {
  display: block;
  content: "";
  background: url("../images/common/icon/icon_blank_gray.svg") right center no-repeat;
  background-size: 11px;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
}
.list-faq-item .newflag_false {
  display: none;
}
.list-faq-item .newflag_true {
  color: #FF0033;
  font-size: 10px;
  vertical-align: middle;
  border: 1px solid #FF0033;
  border-radius: 20px;
  padding: 1px 6px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
.list-faq .newflag_true {
  font-size: 9px;
  padding: 1px 6px;
}
.list-faq-question {
  font-size: 15px;
  color: #323232;
  margin: 0;
  /*
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  */
  text-indent: -43px;
  padding-left: 43px;
}
.list-faq-question:before {
  content: "";
  background: url(../images/common/icon/icon_faq_q.svg) no-repeat left top;
  background-size: 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.list-faq-answer {
  color: #323232;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.5;
  margin: 7px 0 0 0;
  /*
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  */
  text-indent: -43px;
  padding-left: 43px;
}
.list-faq-answer:before {
  content: "";
  background: url(../images/common/icon/icon_faq_a_new.svg) no-repeat left top;
  background-size: 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.list-faq-fav {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
  line-height: 1;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 12px;
  display: inline-block;
  cursor: pointer;
}
.list-faq-fav:before {
  content: "";
  background: url(../images/common/icon/icon_fav_off.svg) no-repeat left top;
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.list-faq-fav.is-active {
  font-weight: bold;
}
.list-faq-fav.is-active:before {
  background: url(../images/common/icon/icon_fav_on.svg) no-repeat left top;
}
.list-faq-withfav .list-faq-item a {
  padding-right: 150px;
}
.list-iconindent li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  line-height: 1.6;
}
.list-iconindent li a {
  color: #157ED8;
  text-decoration: underline;
}
.list-iconindent li a:hover {
  text-decoration: none;
}
.list-iconindent li span {
  margin-right: 5px;
}
.list-iconindent li span:last-child {
  margin-right: 0;
}
.list-iconindent li:last-child {
  margin-bottom: 0;
}
.list-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 15px 0;
}
.list-price-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-price-item-title {
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  padding: 9px 0px 9px 0;
  color: #818181;
}
.list-price-item-number {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  padding: 9px 0px 9px 5%;
}

/*
.tab-target-item .list-info-item:first-child{border-top: none;}
.tab-target-item .list-info-item:last-child{border-bottom: none;}
*/
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.category-list-item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
}
.category-list-item:nth-child(2n) {
  padding-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.category-list-item:nth-child(2n+1) {
  padding-right: 40px;
}
.category-list-item-link {
  display: block;
}
.category-list-block {
  position: relative;
  margin-left: 140px;
}
.category-list-image {
  float: left;
  width: 120px;
}
.category-list-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.category-list-text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .list > li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
  .list > li:before {
    top: 0px;
  }
  .list-nohead > li {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .list-number > li {
    font-size: 14px;
    margin: 0 0 10px 17px;
    line-height: 1.7;
    list-style-type: decimal;
  }
  .list-number > li .list > li:before {
    font-size: 10px;
    top: 4px;
    left: 5px;
  }
  .list-link > li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .list-link > li > a:before,
  .list-link > li > span:before {
    width: 1.067em;
    height: 1.067em;
  }
  .list-link > a:before {
    width: 1.067em;
    height: 1.067em;
  }
  .list-link-ib > li {
    padding-right: 15px;
    margin-right: 15px;
  }
  .list-link-anchor > li {
    font-size: 14px;
    padding: 0 15px 0 0px;
    margin-right: 15px;
  }
  .list-link-anchor > li > a:before,
  .list-link-anchor > li > span:before {
    width: 1.067em;
    height: 1.067em;
  }
  .list-info-item-block,
  .list-info-item > a {
    text-indent: -42px;
    padding-left: 85px;
  }
  .list-info-date {
    margin-right: 5px;
  }
  .list-info-category {
    font-size: 9px;
    padding: 1px 6px;
  }
  .list-info-text {
    /*
    padding:0px 0 0 0;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    */
  }
  .list-faq-item {
    overflow-y: hidden;
  }
  .list-faq-item a {
    padding: 13px 15px 13px 0;
  }
  .list-faq-question {
    font-size: 14px;
    margin: 0 0 3px;
    text-indent: -40px;
    padding-left: 40px;
  }
  .list-faq-answer {
    font-size: 14px;
    line-height: 1.5;
    text-indent: -40px;
    padding-left: 40px;
  }
  .list-faq-fav {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 13px;
    border-radius: 6px;
    padding: 8px 8px;
    float: right;
    margin-bottom: 10px;
  }
  .list-faq-fav:before {
    background: url(../images/common/icon/icon_fav_off.svg) no-repeat left top;
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .list-faq-fav.is-active:before {
    background: url(../images/common/icon/icon_fav_on.svg) no-repeat left top;
  }
  .list-faq-withfav .list-faq-item a {
    padding: 13px 15px 3px 0;
  }
  .list-price-item {
    font-size: 14px;
    padding: 12px 0;
  }
  .list-price-item-title {
    padding: 2px 0px 2px 0;
  }
  .list-price-item-number {
    padding: 2px 0px 2px 5%;
  }
  .category-list-item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 0;
  }
  .category-list-item:nth-child(2n) {
    padding-left: 0px;
    border-left: none;
  }
  .category-list-item:nth-child(2n+1) {
    padding-right: 0px;
  }
  .category-list-item:first-child {
    padding-top: 0;
  }
  .category-list-item:last-child {
    border-bottom: none;
  }
  .category-list-block {
    margin-left: 105px;
  }
  .category-list-image {
    width: 90px;
  }
  .category-list-title {
    left: 105px;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .category-list-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    height: auto;
  }
}
.table {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table.text-size-s th, .table.text-size-s td {
  padding: 15px 5px;
}
.table th, .table td {
  padding: 15px;
  line-height: 1.7;
  /* position: relative; //IEで枠線が消える原因となるためコメントアウト */
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 50px;
}
.table th a:not(.btn), .table td a:not(.btn) {
  color: #157ED8;
  text-decoration: underline;
}
.table th a:not(.btn):hover, .table td a:not(.btn):hover {
  text-decoration: none;
}
.table th.table-cell-reservation, .table td.table-cell-reservation {
  padding: 5px 8px;
  line-height: 1;
  text-align: center;
}
.table th p:last-child, .table td p:last-child {
  margin-bottom: 0;
}
.table th.bt-none, .table td.bt-none {
  border-top: none;
}
.table th.bl-none, .table td.bl-none {
  border-left: none;
}
.table th {
  background: rgba(186, 191, 208, 0.16);
}
.table td {
  background: #fff;
}
.table-schedule-icon {
  width: 27px;
}
.table-cell-title {
  font-weight: bold;
  font-size: 17px;
}
.table-cell-sunday {
  text-align: center;
  color: #FF0033;
  background-color: #FFF7F7 !important;
}
.table-cell-weekday {
  text-align: center;
}
.table-cell-saturday {
  text-align: center;
  color: #00CC96;
  background-color: #F5FFFC !important;
}
.table-cell-center {
  text-align: center;
}
.table-cell-gray {
  background: #FAFAFA;
}
.table-cell-holiday {
  color: #CACACA;
}
.table .nowrap {
  white-space: nowrap;
}
.table.fixed {
  table-layout: fixed;
}
.table.nofixed {
  table-layout: auto;
}

.table-50 {
  width: 50%;
}

.table-150 {
  width: 150px;
}

@media (max-width: 768px) {
  .table {
    table-layout: fixed;
  }
  .table.text-size-s th, .table.text-size-s td {
    padding: 10px 4px;
    min-width: 0;
  }
  .table th, .table td {
    padding: 10px 4px;
    line-height: 1.5;
    white-space: normal;
  }
  .table th:before, .table td:before {
    top: 12px;
    height: calc(100% - 24px);
  }
  .table-schedule-icon {
    width: 20px;
  }
  .table-cell-title {
    padding: 10px 10px;
    font-size: 15px;
  }
  .table-cell-holiday {
    font-size: 11px;
  }
  .table-reservation button {
    cursor: pointer;
  }
  .table.fixed {
    table-layout: fixed;
  }
  .table.nofixed {
    table-layout: auto;
  }
  .table-wrapper {
    overflow: auto;
  }
  .table-md-100 {
    width: 100px;
  }
  .table-reservation th, .table-reservation td {
    padding: 10px 0;
  }
  .table-reservation button {
    padding: 0;
    background: none;
    border: none;
  }
}
.refinebtn {
  position: relative;
  border: 2px solid #D2D3D7;
  border-radius: 10px;
  line-height: 1;
  padding: 18px 30px 18px 20px;
  font-size: 15px;
  background: #fff;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.refinebtn:hover {
  opacity: 0.7;
}
.refinebtn-wrapper {
  overflow: hidden;
}
.refinebtn-title {
  color: #818181;
  display: inline;
}
.refinebtn-name {
  display: inline;
  font-weight: bold;
}
.refinebtn-icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}
.refinebtn-icon span {
  position: absolute;
  background: #323232;
}
.refinebtn-icon span:nth-child(1) {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 0px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.refinebtn-icon span:nth-child(2) {
  width: 14px;
  height: 2px;
  left: 0px;
  top: 6px;
}
.refinebtn-disabled {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  line-height: 1;
  padding: 18px 20px;
  font-size: 15px;
  display: block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.refinemodal {
  width: calc(100% - 175px);
  height: 100%;
  background: #f4f5f7;
  position: fixed;
  left: 175px;
  top: 0px;
  z-index: 10000;
  display: none;
}
.refinemodal-inner {
  position: absolute;
  left: 50%;
  top: 95px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  overflow: hidden;
  font-size: 16px;
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  max-width: 980px;
  max-height: calc(100vh - 95px);
  overflow: auto;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.refinemodal .ttl-page {
  margin-bottom: 50px;
}
.refinemodal-section {
  margin-bottom: 40px;
}
.refinemodal-btn {
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.refinemodal-count {
  text-align: center;
  font-size: 15px;
}
.refinemodal-count b {
  font-weight: bold;
}
.refinemodal-bottom {
  display: none;
}
.refinemodal-prefecture-list-item a {
  display: inline-block;
  width: 100%;
}
.refinemodal-city {
  padding: 0 50px;
}
.refinemodal-city-list {
  font-size: 0px;
  margin-bottom: 5px;
}
.refinemodal-city-list-item {
  width: 18.5%;
  display: inline-block;
  margin: 0 0 10px 1.5%;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.refinemodal-city-list-item:nth-child(5n+1) {
  margin-left: 0;
}
.refinemodal-city-list-item:hover {
  opacity: 0.7;
}
.refinemodal-image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.refinemodal-image-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
}
.refinemodal .l-youtube {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.modal-zoom-ico {
  display: inline-block;
  position: relative;
  padding-bottom: 40px;
}
.modal-zoom-ico:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(/common_c/images/common/icon/icon_zoom.png);
  background-size: cover;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1180px) {
  .refinemodal {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .refinemodal-inner {
    padding: 0 15px;
    width: 100%;
  }
  .refinemodal .ttl-page {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .refinebtn {
    border-radius: 8px;
    padding: 19px 30px 19px 10px;
    font-size: 14px;
  }
  .refinebtn-icon {
    right: 14px;
    margin-top: -6px;
    width: 15px;
    height: 15px;
  }
  .refinebtn-icon span:nth-child(1) {
    width: 2px;
    height: 14px;
    left: 5px;
    top: 0px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .refinebtn-icon span:nth-child(2) {
    width: 14px;
    height: 2px;
    left: -1px;
    top: 6px;
  }
  .refinebtn-disabled {
    border-radius: 8px;
    padding: 20px 10px;
    font-size: 14px;
  }
  .refinemodal-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    overflow: auto;
    font-size: 13px;
    padding: 25px 0 60px;
    bbox-sizing: border-box;
    overflow: auto;
  }
  .refinemodal .ttl-page {
    font-size: 16px;
  }
  .refinemodal-section {
    padding: 10px 20px 0;
    margin-bottom: 0px;
    font-size: 0px;
  }
  .refinemodal-btn {
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
  }
  .refinemodal-btn-back {
    font-size: 13.5px;
    line-height: 1;
    background: rgba(0, 0, 0, 0.1);
    padding: 20px 15px 20px 35px;
    position: relative;
    cursor: pointer;
    margin: 0 -20px;
  }
  .refinemodal-btn-back:before {
    display: block;
    content: "";
    background: url(../images/common/icon/icon_arrow.svg) no-repeat left top;
    background-size: 7px;
    width: 7px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -8px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .refinemodal-count {
    display: none;
  }
  .refinemodal-bottom {
    display: block;
    padding: 10px 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 56px;
    overflow: hidden;
  }
  .refinemodal-bottom-close {
    display: block;
    width: 55px;
    height: 56px;
    text-indent: -99em;
    overflow: hidden;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: url(../images/common/close.svg) no-repeat center 37px #000;
    background-size: 21px;
    z-index: 500;
  }
  .refinemodal-bottom-close span {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #CACACA;
    position: absolute;
  }
  .refinemodal-bottom-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 22px;
    left: 17px;
  }
  .refinemodal-bottom-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 22px;
    left: 17px;
  }
  .refinemodal-bottom-btn .btn {
    min-width: 100px;
  }
  .refinemodal .modal-close {
    display: none;
  }
  .refinemodal-prefecture {
    padding: 0 0px;
  }
  .refinemodal-prefecture-list {
    margin-bottom: 30px;
  }
  .refinemodal-prefecture-list-item {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .refinemodal-prefecture-list-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .refinemodal-prefecture-list-item:after {
    display: block;
    content: "";
    background: url(../images/common/icon/icon_arrow.svg) no-repeat left top;
    background-size: 5px;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
  }
  .refinemodal-city {
    padding: 0 0px;
  }
  .refinemodal-city-list {
    margin-bottom: 30px;
  }
  .refinemodal-city-list-item {
    width: auto;
    display: block;
    margin: 0;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: none;
    text-align: left;
  }
  .refinemodal-city-list-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .refinemodal-city-list-item:after {
    display: block;
    content: "";
    background: url(../images/common/icon/icon_arrow.svg) no-repeat left top;
    background-size: 5px;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
  }
  .refinemodal-city-list-item:hover {
    color: #424242;
    border-color: rgba(0, 0, 0, 0.1);
    font-weight: normal;
  }
  .refinemodal-image {
    padding-bottom: 40px;
  }
  .refinemodal-image-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-bottom: 10px;
    background: url(/common_c/images/common/icon/icon_table_scroll.png) no-repeat;
    background-position: right 5px bottom 10px;
    background-size: 85px 12px;
  }
  .refinemodal-image img {
    width: auto;
  }
  #refinemodal-section-city .refinemodal-city-list {
    margin-bottom: 0;
  }
  #refinemodal-section-city .refinemodal-city-list-item:last-child {
    border-bottom: none;
  }
}
/* pager ---------------------------------------*/
.pager ul {
  overflow: hidden;
  text-align: center;
  font-size: 0px;
  margin-bottom: 0;
}

.pager ul li {
  display: inline-block;
  margin: 0 4px;
  font-size: 13px;
  vertical-align: top;
}

.pager ul li a,
.pager ul li span,
.pager ul li em {
  display: block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  color: #323232;
  text-decoration: none;
  border-radius: 32px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  border: 1px solid #CACACA;
  font-size: 13px;
}

.pager ul li.pager-prev {
  margin-right: 30px;
}

.pager ul li.pager-next {
  margin-left: 30px;
}

.pager ul li.pager-prev a,
.pager ul li.pager-next a,
.pager ul li.pager-prev span,
.pager ul li.pager-next span,
.pager ul li.pager-prev em,
.pager ul li.pager-next em {
  background: none;
  border: none;
  width: 50px;
}

.pager ul li.pager-prev a:before,
.pager ul li.pager-prev span:before,
.pager ul li.pager-prev em:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  overflow: hidden;
  background: url(../images/common/icon/icon_arrow.svg) no-repeat center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: 7px 14px;
  margin-right: 14px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.pager ul li.pager-next a:after,
.pager ul li.pager-next span:after,
.pager ul li.pager-next em:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  overflow: hidden;
  background: url(../images/common/icon/icon_arrow.svg) no-repeat center center;
  background-size: 7px 14px;
  margin-left: 14px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.pager ul li a:hover,
.pager ul li span,
.pager ul li em {
  background: #CACACA;
  color: #fff;
}

.pager ul li.pager-prev span,
.pager ul li.pager-next span,
.pager ul li.pager-prev em,
.pager ul li.pager-next em,
.pager ul li.pager-prev a:hover,
.pager ul li.pager-next a:hover {
  background: none;
  color: #323232;
}

img.img-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* pager ---------------------------------------*/
  .pager ul li {
    margin: 0 10px;
  }
  .pager ul li:first-child {
    margin-left: 0;
  }
  .pager ul li:last-child {
    margin-right: 0;
  }
  .pager ul li.pager-prev {
    margin-right: 20px;
  }
  .pager ul li.pager-next {
    margin-left: 20px;
  }
  .pager ul li a,
  .pager ul li span,
  .pager ul li em {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
/* スライドトピック */
.slidetopic {
  font-size: 14px;
  padding: 0px 0px;
  line-height: 1;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.slidetopic-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.slidetopic-list {
  padding: 0 0px;
  margin-bottom: 0;
}
.slidetopic-list-item a {
  color: #111;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 16px 50px 16px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slidetopic-list-item a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../images/common/icon/icon_info.svg) 0 0 no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  position: relative;
  top: -1px;
}
.slidetopic-list-item a:hover {
  opacity: 0.7;
}
.slidetopic-list-item a .date {
  display: inline-block;
  color: #818181;
  padding: 0 15px 0 0;
}
.slidetopic .swiper-button-next, .slidetopic .swiper-button-prev {
  width: 30px;
  height: 50px;
  top: 0;
  margin-top: 0px;
  background-size: 10px 17px;
  background-color: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.slidetopic .swiper-button-next {
  left: auto;
  right: 0px;
}
.slidetopic .swiper-button-prev {
  left: auto;
  right: 30px;
}

.dropdowntopic {
  padding: 15px 0 0 0;
}
.dropdowntopic-title {
  background: url(../images/common/icon/icon_info.svg) no-repeat left center;
  background-size: 17px 17px;
  padding: 16px 0 15px 25px;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.dropdowntopic-title:hover {
  opacity: 0.7;
}
.dropdowntopic-title:after {
  display: block;
  content: "";
  background: url(../images/common/icon/icon_arrow_down.svg) no-repeat left top;
  background-size: 12px 6px;
  width: 12px;
  height: 6px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.dropdowntopic-title.is-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdowntopic-box {
  display: none;
}
.dropdowntopic-box-inner {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.dropdowntopic-box-inner.is-active {
  opacity: 1;
  -webkit-transition: all 0.55s 0.2s ease;
  transition: all 0.55s 0.2s ease;
}
.dropdowntopic-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .slidetopic {
    width: auto;
  }
}
@media (max-width: 768px) {
  .slidetopic {
    font-size: 13px;
    padding: 0px 0px;
    margin: 0 auto;
  }
  .slidetopic-wrapper {
    padding-left: 20px;
    width: auto;
  }
  .slidetopic-list {
    padding: 0 0;
  }
  .slidetopic-list-item a {
    padding: 10px 50px 10px 0px;
  }
  .slidetopic-list-item a:before {
    margin-right: 10px;
    background: url(../images/common/icon/icon_info.svg) 0 0 no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    top: -1px;
  }
  .slidetopic-list-item a:hover {
    opacity: 1;
  }
  .slidetopic-list-item a .date {
    display: none;
  }
  .slidetopic .swiper-button-next, .slidetopic .swiper-button-prev {
    width: 30px;
    height: 35px;
    background-size: 7px 8px;
  }
  .dropdowntopic-title {
    background: url(../images/common/icon/icon_info.svg) no-repeat left center;
    background-size: 15px 15px;
    padding: 10px 0 10px 25px;
    font-size: 13px;
  }
}
/* エリアマップ */
.areamap-select-wrapper {
  width: 910px;
  height: 525px;
  margin: 0 auto;
  position: relative;
}
.areamap-select-picture {
  margin-left: 185px;
}
.areamap-select-block {
  position: absolute;
  background: #CACACA;
  border-radius: 5px;
  padding: 5px 5px 1px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.areamap-select-block:after {
  display: block;
  content: "";
  background: url(/area/images/fukidashi_top.png) no-repeat left top;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: -18px;
  margin: 0 0 0 -10px;
}
.areamap-select-block-title {
  display: none;
}
.areamap-select-block-list {
  margin-bottom: 0;
}
.areamap-select-block-hokkaido {
  right: 40px;
  top: 30px;
  width: 90px;
}
.areamap-select-block-hokkaido:after {
  background: url(/area/images/fukidashi_left.png) no-repeat left top;
  width: 16px;
  height: 20px;
  left: -16px;
  top: 50%;
  margin: -10px 0 0 0;
}
.areamap-select-block-tohoku {
  right: 0px;
  top: 130px;
  width: 175px;
}
.areamap-select-block-tohoku:after {
  background: url(/area/images/fukidashi_left.png) no-repeat left top;
  width: 16px;
  height: 20px;
  left: -16px;
  top: 33%;
  margin: -10px 0 0 0;
}
.areamap-select-block-kanto {
  right: 0px;
  top: 270px;
  width: 175px;
}
.areamap-select-block-kanto:after {
  background: url(/area/images/fukidashi_left.png) no-repeat left top;
  width: 16px;
  height: 20px;
  left: -16px;
  top: 33%;
  margin: -10px 0 0 0;
}
.areamap-select-block-tokai {
  right: 240px;
  bottom: 0px;
  width: 175px;
}
.areamap-select-block-hokuriku {
  right: 330px;
  top: 0px;
  width: 175px;
}
.areamap-select-block-hokuriku:after {
  background: url(/area/images/fukidashi_bottom2.png) no-repeat left top;
  width: 22px;
  height: 40px;
  left: 70%;
  top: auto;
  bottom: -40px;
  margin: 0 0 0 0px;
}
.areamap-select-block-kansai {
  right: 410px;
  top: 130px;
  width: 175px;
}
.areamap-select-block-kansai:after {
  background: url(/area/images/fukidashi_bottom1.png) no-repeat left top;
  width: 19px;
  height: 18px;
  left: 70%;
  top: auto;
  bottom: -18px;
  margin: 0 0 0 0px;
}
.areamap-select-block-shikoku {
  left: 300px;
  bottom: 0px;
  width: 175px;
}
.areamap-select-block-chugoku {
  left: 220px;
  top: 55px;
  width: 90px;
}
.areamap-select-block-chugoku .areamap-select-block-list-item {
  margin-left: 0;
}
.areamap-select-block-chugoku:after {
  background: url(/area/images/fukidashi_bottom3.png) no-repeat left top;
  width: 35px;
  height: 26px;
  left: auto;
  top: auto;
  right: 0;
  bottom: -26px;
  margin: 0 0 0 0px;
}
.areamap-select-block-kyusyu {
  left: 0px;
  top: 220px;
  width: 175px;
}
.areamap-select-block-kyusyu:after {
  background: url(/area/images/fukidashi_right.png) no-repeat left top;
  width: 15px;
  height: 19px;
  left: auto;
  right: -15px;
  top: 50%;
  margin: -10px 0 0 0;
}
.areamap-select-block-okinawa {
  left: 160px;
  bottom: 35px;
  width: 90px;
}
.areamap-select-block-list {
  overflow: hidden;
}
.areamap-select-block-list-item {
  float: left;
  margin: 0 0 5px 5px;
  width: 80px;
  height: 32px;
}
.areamap-select-block-list-item:nth-child(2n+1) {
  margin-left: 0;
}
.areamap-select-block-list-item a, .areamap-select-block-list-item span {
  display: block;
  text-align: center;
  font-size: 14px;
  background: #fff;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.areamap-select-block-list-item a:hover, .areamap-select-block-list-item span:hover {
  opacity: 0.7;
}

@media (max-width: 1180px) {
  .slidetopic {
    width: auto;
  }
}
@media (max-width: 768px) {
  /* エリアマップ */
  .areamap-select-wrapper {
    width: auto;
    height: auto;
  }
  .areamap-select-picture {
    display: none;
  }
  .areamap-select-block {
    position: static;
    background: #fff;
    border-radius: 0px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .areamap-select-block:after {
    display: none;
  }
  .areamap-select-block-title {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  .areamap-select-block-title a {
    display: block;
    line-height: 1;
    padding: 18px 0;
    text-decoration: none;
    color: #323232;
    font-size: 13px;
    position: relative;
  }
  .areamap-select-block-title a:after {
    display: block;
    content: "";
    background: url(../images/common/icon/icon_arrow.svg) no-repeat left top;
    background-size: 5px;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
  }
  .areamap-select-block-hokkaido, .areamap-select-block-tohoku, .areamap-select-block-kanto, .areamap-select-block-tokai, .areamap-select-block-hokuriku, .areamap-select-block-kansai, .areamap-select-block-shikoku, .areamap-select-block-chugoku, .areamap-select-block-kyusyu, .areamap-select-block-okinawa {
    width: auto;
  }
  .areamap-select-block-list {
    display: none;
  }
}
.tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
}
.tooltip-icon {
  display: inline-block;
  content: "";
  background: url(../images/common/icon/icon_q.svg) no-repeat left top;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  vertical-align: middle;
  top: -2px;
}
.tooltip-close {
  display: block;
  content: "";
  background: url(../images/common/icon/icon_tooltip_close.svg) no-repeat left top;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
}
.tooltip-box {
  position: absolute;
  left: 40px;
  top: -27px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #252525;
  font-size: 14px;
  line-height: 1.7;
  padding: 15px;
  border-radius: 10px;
  width: 240px;
  text-align: left;
  display: none;
  z-index: 5;
}
.tooltip-box a {
  color: #157ED8;
  text-decoration: underline;
}
.tooltip-box a:hover {
  text-decoration: none;
}
.tooltip-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
.tooltip-arrow:before {
  content: "";
  position: absolute;
  top: 31px;
  left: -17px;
  border: 5px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.tooltip-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  left: -24px;
  border: 8px solid transparent;
  border-right: 16px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
}

@media (max-width: 768px) {
  .tooltip {
    margin-left: 4px;
  }
  .tooltip-icon {
    background: url(../images/common/icon/icon_q.svg) no-repeat left top;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  .tooltip-box {
    top: 35px;
    left: 15px;
    width: 75%;
    background: #fff;
    font-size: 11px;
    line-height: 1.5;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
  }
  .tooltip-arrow:before {
    content: "";
    position: absolute;
    top: -19px;
    left: 4px;
    border: 6px solid transparent;
    border-bottom: 13px solid #FFF;
    z-index: 2;
  }
  .tooltip-arrow:after {
    content: "";
    position: absolute;
    top: -26px;
    left: 2px;
    border: 8px solid transparent;
    border-bottom: 16px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
}
.wid-10 {
  width: 10px !important;
  min-width: 10px !important;
}

.wid-20 {
  width: 20px !important;
  min-width: 20px !important;
}

.wid-30 {
  width: 30px !important;
  min-width: 30px !important;
}

.wid-40 {
  width: 40px !important;
  min-width: 40px !important;
}

.wid-50 {
  width: 50px !important;
  min-width: 50px !important;
}

.wid-60 {
  width: 60px !important;
  min-width: 60px !important;
}

.wid-70 {
  width: 70px !important;
  min-width: 70px !important;
}

.wid-80 {
  width: 80px !important;
  min-width: 80px !important;
}

.wid-90 {
  width: 90px !important;
  min-width: 90px !important;
}

.wid-100 {
  width: 100px !important;
  min-width: 100px !important;
}

.wid-110 {
  width: 110px !important;
  min-width: 110px !important;
}

.wid-120 {
  width: 120px !important;
  min-width: 120px !important;
}

.wid-130 {
  width: 130px !important;
  min-width: 130px !important;
}

.wid-140 {
  width: 140px !important;
  min-width: 140px !important;
}

.wid-150 {
  width: 150px !important;
  min-width: 150px !important;
}

.wid-160 {
  width: 160px !important;
  min-width: 160px !important;
}

.wid-170 {
  width: 170px !important;
  min-width: 170px !important;
}

.wid-180 {
  width: 180px !important;
  min-width: 180px !important;
}

.wid-190 {
  width: 190px !important;
  min-width: 190px !important;
}

.wid-200 {
  width: 200px !important;
  min-width: 200px !important;
}

.wid-210 {
  width: 210px !important;
  min-width: 210px !important;
}

.wid-220 {
  width: 220px !important;
  min-width: 220px !important;
}

.wid-230 {
  width: 230px !important;
  min-width: 230px !important;
}

.wid-240 {
  width: 240px !important;
  min-width: 240px !important;
}

.wid-250 {
  width: 250px !important;
  min-width: 250px !important;
}

.wid-260 {
  width: 260px !important;
  min-width: 260px !important;
}

.wid-270 {
  width: 270px !important;
  min-width: 270px !important;
}

.wid-280 {
  width: 280px !important;
  min-width: 280px !important;
}

.wid-290 {
  width: 290px !important;
  min-width: 290px !important;
}

.wid-300 {
  width: 300px !important;
  min-width: 300px !important;
}

.wid-310 {
  width: 310px !important;
  min-width: 310px !important;
}

.wid-320 {
  width: 320px !important;
  min-width: 320px !important;
}

.wid-330 {
  width: 330px !important;
  min-width: 330px !important;
}

.wid-340 {
  width: 340px !important;
  min-width: 340px !important;
}

.wid-350 {
  width: 350px !important;
  min-width: 350px !important;
}

.wid-360 {
  width: 360px !important;
  min-width: 360px !important;
}

.wid-370 {
  width: 370px !important;
  min-width: 370px !important;
}

.wid-380 {
  width: 380px !important;
  min-width: 380px !important;
}

.wid-390 {
  width: 390px !important;
  min-width: 390px !important;
}

.wid-400 {
  width: 400px !important;
  min-width: 400px !important;
}

.wid-410 {
  width: 410px !important;
  min-width: 410px !important;
}

.wid-420 {
  width: 420px !important;
  min-width: 420px !important;
}

.wid-430 {
  width: 430px !important;
  min-width: 430px !important;
}

.wid-440 {
  width: 440px !important;
  min-width: 440px !important;
}

.wid-450 {
  width: 450px !important;
  min-width: 450px !important;
}

.wid-460 {
  width: 460px !important;
  min-width: 460px !important;
}

.wid-470 {
  width: 470px !important;
  min-width: 470px !important;
}

.wid-480 {
  width: 480px !important;
  min-width: 480px !important;
}

.wid-490 {
  width: 490px !important;
  min-width: 490px !important;
}

.wid-500 {
  width: 500px !important;
  min-width: 500px !important;
}

.wid-510 {
  width: 510px !important;
  min-width: 510px !important;
}

.wid-520 {
  width: 520px !important;
  min-width: 520px !important;
}

.wid-530 {
  width: 530px !important;
  min-width: 530px !important;
}

.wid-540 {
  width: 540px !important;
  min-width: 540px !important;
}

.wid-550 {
  width: 550px !important;
  min-width: 550px !important;
}

.wid-560 {
  width: 560px !important;
  min-width: 560px !important;
}

.wid-570 {
  width: 570px !important;
  min-width: 570px !important;
}

.wid-580 {
  width: 580px !important;
  min-width: 580px !important;
}

.wid-590 {
  width: 590px !important;
  min-width: 590px !important;
}

.wid-600 {
  width: 600px !important;
  min-width: 600px !important;
}

.wid-610 {
  width: 610px !important;
  min-width: 610px !important;
}

.wid-620 {
  width: 620px !important;
  min-width: 620px !important;
}

.wid-630 {
  width: 630px !important;
  min-width: 630px !important;
}

.wid-640 {
  width: 640px !important;
  min-width: 640px !important;
}

.wid-650 {
  width: 650px !important;
  min-width: 650px !important;
}

.wid-660 {
  width: 660px !important;
  min-width: 660px !important;
}

.wid-670 {
  width: 670px !important;
  min-width: 670px !important;
}

.wid-680 {
  width: 680px !important;
  min-width: 680px !important;
}

.wid-690 {
  width: 690px !important;
  min-width: 690px !important;
}

.wid-700 {
  width: 700px !important;
  min-width: 700px !important;
}

.wid-710 {
  width: 710px !important;
  min-width: 710px !important;
}

.wid-720 {
  width: 720px !important;
  min-width: 720px !important;
}

.wid-730 {
  width: 730px !important;
  min-width: 730px !important;
}

.wid-740 {
  width: 740px !important;
  min-width: 740px !important;
}

.wid-750 {
  width: 750px !important;
  min-width: 750px !important;
}

.wid-760 {
  width: 760px !important;
  min-width: 760px !important;
}

.wid-770 {
  width: 770px !important;
  min-width: 770px !important;
}

.wid-780 {
  width: 780px !important;
  min-width: 780px !important;
}

.wid-790 {
  width: 790px !important;
  min-width: 790px !important;
}

.wid-800 {
  width: 800px !important;
  min-width: 800px !important;
}

.wid-810 {
  width: 810px !important;
  min-width: 810px !important;
}

.wid-820 {
  width: 820px !important;
  min-width: 820px !important;
}

.wid-830 {
  width: 830px !important;
  min-width: 830px !important;
}

.wid-840 {
  width: 840px !important;
  min-width: 840px !important;
}

.wid-850 {
  width: 850px !important;
  min-width: 850px !important;
}

.wid-860 {
  width: 860px !important;
  min-width: 860px !important;
}

.wid-870 {
  width: 870px !important;
  min-width: 870px !important;
}

.wid-880 {
  width: 880px !important;
  min-width: 880px !important;
}

.wid-890 {
  width: 890px !important;
  min-width: 890px !important;
}

.wid-900 {
  width: 900px !important;
  min-width: 900px !important;
}

.wid-910 {
  width: 910px !important;
  min-width: 910px !important;
}

.wid-920 {
  width: 920px !important;
  min-width: 920px !important;
}

.wid-930 {
  width: 930px !important;
  min-width: 930px !important;
}

.wid-940 {
  width: 940px !important;
  min-width: 940px !important;
}

.wid-950 {
  width: 950px !important;
  min-width: 950px !important;
}

.wid-960 {
  width: 960px !important;
  min-width: 960px !important;
}

.wid-970 {
  width: 970px !important;
  min-width: 970px !important;
}

.wid-980 {
  width: 980px !important;
  min-width: 980px !important;
}

.wid-990 {
  width: 990px !important;
  min-width: 990px !important;
}

.wid-1000 {
  width: 1000px !important;
  min-width: 1000px !important;
}

.wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.wid-auto {
  width: auto !important;
  min-width: 0;
}

@media (max-width: 768px) {
  .wid-md-10 {
    width: 10px !important;
    min-width: 10px !important;
  }
  .wid-md-20 {
    width: 20px !important;
    min-width: 20px !important;
  }
  .wid-md-30 {
    width: 30px !important;
    min-width: 30px !important;
  }
  .wid-md-40 {
    width: 40px !important;
    min-width: 40px !important;
  }
  .wid-md-50 {
    width: 50px !important;
    min-width: 50px !important;
  }
  .wid-md-60 {
    width: 60px !important;
    min-width: 60px !important;
  }
  .wid-md-70 {
    width: 70px !important;
    min-width: 70px !important;
  }
  .wid-md-80 {
    width: 80px !important;
    min-width: 80px !important;
  }
  .wid-md-90 {
    width: 90px !important;
    min-width: 90px !important;
  }
  .wid-md-100 {
    width: 100px !important;
    min-width: 100px !important;
  }
  .wid-md-110 {
    width: 110px !important;
    min-width: 110px !important;
  }
  .wid-md-120 {
    width: 120px !important;
    min-width: 120px !important;
  }
  .wid-md-130 {
    width: 130px !important;
    min-width: 130px !important;
  }
  .wid-md-140 {
    width: 140px !important;
    min-width: 140px !important;
  }
  .wid-md-150 {
    width: 150px !important;
    min-width: 150px !important;
  }
  .wid-md-160 {
    width: 160px !important;
    min-width: 160px !important;
  }
  .wid-md-170 {
    width: 170px !important;
    min-width: 170px !important;
  }
  .wid-md-180 {
    width: 180px !important;
    min-width: 180px !important;
  }
  .wid-md-190 {
    width: 190px !important;
    min-width: 190px !important;
  }
  .wid-md-200 {
    width: 200px !important;
    min-width: 200px !important;
  }
  .wid-md-210 {
    width: 210px !important;
    min-width: 210px !important;
  }
  .wid-md-220 {
    width: 220px !important;
    min-width: 220px !important;
  }
  .wid-md-230 {
    width: 230px !important;
    min-width: 230px !important;
  }
  .wid-md-240 {
    width: 240px !important;
    min-width: 240px !important;
  }
  .wid-md-250 {
    width: 250px !important;
    min-width: 250px !important;
  }
  .wid-md-260 {
    width: 260px !important;
    min-width: 260px !important;
  }
  .wid-md-270 {
    width: 270px !important;
    min-width: 270px !important;
  }
  .wid-md-280 {
    width: 280px !important;
    min-width: 280px !important;
  }
  .wid-md-290 {
    width: 290px !important;
    min-width: 290px !important;
  }
  .wid-md-300 {
    width: 300px !important;
    min-width: 300px !important;
  }
  .wid-md-310 {
    width: 310px !important;
    min-width: 310px !important;
  }
  .wid-md-320 {
    width: 320px !important;
    min-width: 320px !important;
  }
  .wid-md-330 {
    width: 330px !important;
    min-width: 330px !important;
  }
  .wid-md-340 {
    width: 340px !important;
    min-width: 340px !important;
  }
  .wid-md-350 {
    width: 350px !important;
    min-width: 350px !important;
  }
  .wid-md-360 {
    width: 360px !important;
    min-width: 360px !important;
  }
  .wid-md-370 {
    width: 370px !important;
    min-width: 370px !important;
  }
  .wid-md-380 {
    width: 380px !important;
    min-width: 380px !important;
  }
  .wid-md-390 {
    width: 390px !important;
    min-width: 390px !important;
  }
  .wid-md-400 {
    width: 400px !important;
    min-width: 400px !important;
  }
  .wid-md-410 {
    width: 410px !important;
    min-width: 410px !important;
  }
  .wid-md-420 {
    width: 420px !important;
    min-width: 420px !important;
  }
  .wid-md-430 {
    width: 430px !important;
    min-width: 430px !important;
  }
  .wid-md-440 {
    width: 440px !important;
    min-width: 440px !important;
  }
  .wid-md-450 {
    width: 450px !important;
    min-width: 450px !important;
  }
  .wid-md-460 {
    width: 460px !important;
    min-width: 460px !important;
  }
  .wid-md-470 {
    width: 470px !important;
    min-width: 470px !important;
  }
  .wid-md-480 {
    width: 480px !important;
    min-width: 480px !important;
  }
  .wid-md-490 {
    width: 490px !important;
    min-width: 490px !important;
  }
  .wid-md-500 {
    width: 500px !important;
    min-width: 500px !important;
  }
  .wid-md-510 {
    width: 510px !important;
    min-width: 510px !important;
  }
  .wid-md-520 {
    width: 520px !important;
    min-width: 520px !important;
  }
  .wid-md-530 {
    width: 530px !important;
    min-width: 530px !important;
  }
  .wid-md-540 {
    width: 540px !important;
    min-width: 540px !important;
  }
  .wid-md-550 {
    width: 550px !important;
    min-width: 550px !important;
  }
  .wid-md-560 {
    width: 560px !important;
    min-width: 560px !important;
  }
  .wid-md-570 {
    width: 570px !important;
    min-width: 570px !important;
  }
  .wid-md-580 {
    width: 580px !important;
    min-width: 580px !important;
  }
  .wid-md-590 {
    width: 590px !important;
    min-width: 590px !important;
  }
  .wid-md-600 {
    width: 600px !important;
    min-width: 600px !important;
  }
  .wid-md-610 {
    width: 610px !important;
    min-width: 610px !important;
  }
  .wid-md-620 {
    width: 620px !important;
    min-width: 620px !important;
  }
  .wid-md-630 {
    width: 630px !important;
    min-width: 630px !important;
  }
  .wid-md-640 {
    width: 640px !important;
    min-width: 640px !important;
  }
  .wid-md-650 {
    width: 650px !important;
    min-width: 650px !important;
  }
  .wid-md-660 {
    width: 660px !important;
    min-width: 660px !important;
  }
  .wid-md-670 {
    width: 670px !important;
    min-width: 670px !important;
  }
  .wid-md-680 {
    width: 680px !important;
    min-width: 680px !important;
  }
  .wid-md-690 {
    width: 690px !important;
    min-width: 690px !important;
  }
  .wid-md-700 {
    width: 700px !important;
    min-width: 700px !important;
  }
  .wid-md-710 {
    width: 710px !important;
    min-width: 710px !important;
  }
  .wid-md-720 {
    width: 720px !important;
    min-width: 720px !important;
  }
  .wid-md-730 {
    width: 730px !important;
    min-width: 730px !important;
  }
  .wid-md-740 {
    width: 740px !important;
    min-width: 740px !important;
  }
  .wid-md-750 {
    width: 750px !important;
    min-width: 750px !important;
  }
  .wid-md-760 {
    width: 760px !important;
    min-width: 760px !important;
  }
  .wid-md-770 {
    width: 770px !important;
    min-width: 770px !important;
  }
  .wid-md-780 {
    width: 780px !important;
    min-width: 780px !important;
  }
  .wid-md-790 {
    width: 790px !important;
    min-width: 790px !important;
  }
  .wid-md-800 {
    width: 800px !important;
    min-width: 800px !important;
  }
  .wid-md-810 {
    width: 810px !important;
    min-width: 810px !important;
  }
  .wid-md-820 {
    width: 820px !important;
    min-width: 820px !important;
  }
  .wid-md-830 {
    width: 830px !important;
    min-width: 830px !important;
  }
  .wid-md-840 {
    width: 840px !important;
    min-width: 840px !important;
  }
  .wid-md-850 {
    width: 850px !important;
    min-width: 850px !important;
  }
  .wid-md-860 {
    width: 860px !important;
    min-width: 860px !important;
  }
  .wid-md-870 {
    width: 870px !important;
    min-width: 870px !important;
  }
  .wid-md-880 {
    width: 880px !important;
    min-width: 880px !important;
  }
  .wid-md-890 {
    width: 890px !important;
    min-width: 890px !important;
  }
  .wid-md-900 {
    width: 900px !important;
    min-width: 900px !important;
  }
  .wid-md-910 {
    width: 910px !important;
    min-width: 910px !important;
  }
  .wid-md-920 {
    width: 920px !important;
    min-width: 920px !important;
  }
  .wid-md-930 {
    width: 930px !important;
    min-width: 930px !important;
  }
  .wid-md-940 {
    width: 940px !important;
    min-width: 940px !important;
  }
  .wid-md-950 {
    width: 950px !important;
    min-width: 950px !important;
  }
  .wid-md-960 {
    width: 960px !important;
    min-width: 960px !important;
  }
  .wid-md-970 {
    width: 970px !important;
    min-width: 970px !important;
  }
  .wid-md-980 {
    width: 980px !important;
    min-width: 980px !important;
  }
  .wid-md-990 {
    width: 990px !important;
    min-width: 990px !important;
  }
  .wid-md-1000 {
    width: 1000px !important;
    min-width: 1000px !important;
  }
  .wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }
  .wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }
  .wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }
  .wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }
  .wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }
  .wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }
  .wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }
  .wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }
  .wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }
  .wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}
/* 検索 */
.searchresult-head {
  overflow: hidden;
  margin-bottom: 50px;
}
.searchresult-title {
  font-size: 16px;
  font-weight: bold;
  float: left;
}
.searchresult-count {
  font-size: 15px;
  float: right;
}
.searchresult-list {
  margin-bottom: 70px;
}
.searchresult-list-item {
  overflow: hidden;
  padding-bottom: 35px;
  font-size: 15px;
}
.searchresult-list-item .text-link-arrow {
  margin-top: 10px;
  display: inline-block;
}
.searchresult-list-item-text {
  font-size: 13px;
  line-height: 1.5;
  padding-top: 15px;
  color: #818181;
}
.searchresult-list-item:last-child {
  padding-bottom: 0;
}
.searchresult-list-image {
  float: left;
  width: 120px;
  margin-right: 30px;
}
.searchresult-list-image img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.searchresult-recommend-list {
  overflow: hidden;
  margin-bottom: 0;
}
.searchresult-recommend-list-item {
  width: 17.7%;
  float: left;
  margin-left: 2.8%;
}
.searchresult-recommend-list-item:first-child {
  margin-left: 0;
}
.searchresult-recommend-list-item > a {
  display: inline-block;
}
.searchresult-recommend-list-item p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.searchresult-recommend-list-image {
  margin-bottom: 15px;
}
.searchresult-recommend-list-image img {
  width: 100%;
}

.searchsite-wrap {
  position: relative;
}
.searchsite-block {
  display: block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  text-align: left;
}
.searchsite-block-input {
  border: none;
  width: 867px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  outline: none;
}
.searchsite-block-input::-webkit-input-placeholder {
  color: #CACACA;
}
.searchsite-block-input::-moz-placeholder {
  color: #CACACA;
}
.searchsite-block-input:-ms-input-placeholder {
  color: #CACACA;
}
.searchsite-block-input::-ms-input-placeholder {
  color: #CACACA;
}
.searchsite-block-input::placeholder {
  color: #CACACA;
}
.searchsite-block-btn {
  background: url(/common_c/images/common/icon/icon_search_gray.svg) no-repeat center center;
  background-size: 25px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 1px;
  text-indent: -99em;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

/* -----------------------------------------
	検索画面調整
----------------------------------------- */
.searchresult-list-image {
  width: 200px;
}

@media (max-width: 768px) {
  /* 検索 */
  .searchresult-head {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .searchresult-title {
    font-size: 14px;
    margin-bottom: 5px;
    float: none;
  }
  .searchresult-count {
    font-size: 13px;
    float: none;
  }
  .searchresult-list {
    margin-bottom: 40px;
  }
  .searchresult-list-item {
    margin-bottom: 0px;
    padding: 15px 0 0;
    font-size: 13px;
  }
  .searchresult-list-item a {
    display: block;
  }
  .searchresult-list-item .text-link-arrow {
    margin-top: 0;
    float: right;
    width: calc(100% - 110px);
  }
  .searchresult-list-item-text {
    clear: both;
    font-size: 11px;
    line-height: 1.4;
    margin-top: 0;
    padding-top: 0;
    float: right;
    width: calc(100% - 110px);
    color: #818181;
  }
  .searchresult-list-image {
    width: 90px;
    margin-right: 0px;
  }
  .searchresult-recommend-list {
    padding-top: 0px;
  }
  .searchresult-recommend-list-item {
    width: auto;
    float: none;
    margin-left: 0;
  }
  .searchresult-recommend-list-item p {
    font-size: 13px;
    padding-left: 25px;
    background: url(/common_c/images/common/icon/icon_arrow_circle_black.png) no-repeat left 1px;
    background-size: 16px;
  }
  .searchresult-recommend-list-item:last-child p {
    padding-bottom: 0;
  }
  .searchresult-recommend-list-image {
    display: none;
  }
  .searchsite-block {
    display: block;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    font-size: 13px;
    position: relative;
    text-align: left;
  }
  .searchsite-block-input {
    border: none;
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    outline: none;
  }
  .searchsite-block-input::-webkit-input-placeholder {
    color: #ccc;
  }
  .searchsite-block-input::-moz-placeholder {
    color: #ccc;
  }
  .searchsite-block-input:-ms-input-placeholder {
    color: #ccc;
  }
  .searchsite-block-input::-ms-input-placeholder {
    color: #ccc;
  }
  .searchsite-block-input::placeholder {
    color: #ccc;
  }
  .searchsite-block-btn {
    background: url(/common_c/images/common/icon/icon_search_gray.svg) no-repeat center center;
    background-size: 20px;
    width: 40px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 1px;
    text-indent: -99em;
    overflow: hidden;
    border: none;
    cursor: pointer;
  }
  /* -----------------------------------------
  	検索画面調整
  ----------------------------------------- */
  .searchresult-list-item {
    padding-top: 20px;
  }
  .searchresult-list-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .searchresult-list-image {
    float: none;
    width: 36%;
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .searchresult-list-item .text-link-arrow {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 6px;
  }
  .searchresult-list-item .searchresult-list-item-text {
    float: none;
    width: 64%;
    padding-left: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .searchresult-recommend-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .searchresult-recommend-list li {
    width: 46%;
  }
  .searchresult-recommend-list-item a .searchresult-recommend-list-image {
    display: block;
  }
  .searchresult-recommend-list-item a p {
    background: none;
    padding-left: 0;
  }
}
/* iphone5 iphoneSE用 */
.deviceinfo-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.deviceinfo-table td:first-child {
  width: 120px;
}
@media (max-width: 768px) {
  .deviceinfo-table td:first-child {
    width: 110px;
  }
}
@media (max-width: 768px) {
  .deviceinfo-table td {
    padding: 10px 4px;
  }
}

.devicenote {
  vertical-align: middle;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .devicenote {
    margin-bottom: 30px;
  }
}
.devicenote img {
  vertical-align: middle;
}

.section-device > *:first-child {
  margin-top: 0;
}

/* -----------------------------------------
  基本
----------------------------------------- */
#legacy img {
  height: auto;
}
#legacy .table {
  table-layout: fixed;
}
#legacy .table.fixed {
  table-layout: fixed;
}
#legacy .table.nofixed {
  table-layout: auto;
}
#legacy .l-section > .l-inner:first-child > *:first-child {
  margin-top: 0;
}
#legacy .box > *:last-child {
  margin-bottom: 0;
}
#legacy .contact_block {
  display: none;
}
#legacy .tab-target-item > [class*=ttl-]:first-child {
  margin-top: 0;
}
#legacy .row > .text-right {
  width: 100%;
}

/* -----------------------------------------
  ボタン
----------------------------------------- */
.btn-legacy {
  margin-bottom: 10px;
}
.btn-legacy a {
  display: inline-block;
  font-size: 13px;
  color: #323232;
  text-align: center;
  border: 1px solid #CACACA;
  border-radius: 7px;
  min-width: 195px;
  padding: 10px 5px;
  margin-right: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 0px rgb(202, 202, 202);
          box-shadow: 0px 3px 0px rgb(202, 202, 202);
  line-height: 1.7;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  top: 0px;
  position: relative;
}
.btn-legacy a:hover {
  -webkit-box-shadow: 0px 0px 0px rgb(202, 202, 202);
          box-shadow: 0px 0px 0px rgb(202, 202, 202);
  padding: 10px 5px;
  top: 3px;
  opacity: 0.7;
}
.btn-legacy a:after {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.btn-legacy a:last-child {
  margin-right: 0;
}

ul.btn-legacy > li {
  display: inline-block;
  margin-right: 15px;
}
ul.btn-legacy > li:last-child {
  margin-right: 0;
}
ul.btn-legacy.btn-legacy-xl > li {
  margin-right: 0;
}

.btn-legacy-red a,
.btn-legacy .red,
.btn-legacy .text-red {
  background: #FF0033;
  color: #fff !important;
  border-color: #FF0033;
  -webkit-box-shadow: 0px 3px 0px rgb(215, 11, 50);
          box-shadow: 0px 3px 0px rgb(215, 11, 50);
}

.btn-legacy-white a {
  background: #fff;
  color: #000;
  border-color: #CACACA;
  -webkit-box-shadow: 0px 3px 0px rgb(202, 202, 202);
          box-shadow: 0px 3px 0px rgb(202, 202, 202);
}

.btn-legacy-black a,
.btn-legacy .black {
  background: #323232;
  color: #fff;
  border-color: #323232;
  -webkit-box-shadow: 0px 3px 0px rgb(0, 0, 0);
          box-shadow: 0px 3px 0px rgb(0, 0, 0);
}

.btn-legacy-gray a {
  color: #fff;
  background: #CACACA;
  border-color: #CACACA;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0px 3px 0px rgb(192, 192, 192);
          box-shadow: 0px 3px 0px rgb(192, 192, 192);
}

.btn-legacy-disabled a,
.btn-legacy .disabled {
  color: #fff;
  background: #CACACA;
  border-color: #CACACA;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}

.btn-legacy-disabled a:hover {
  -webkit-box-shadow: 0px 0px 0px rgb(0, 0, 0);
          box-shadow: 0px 0px 0px rgb(0, 0, 0);
  top: 0px;
  opacity: 1;
}

.btn-legacy-m a {
  border-radius: 8px;
  min-width: 250px;
  padding: 13px 5px;
  font-size: 15px;
}
.btn-legacy-m a:not(.btn-legacy-disabled):hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  padding: 13px 5px;
}

.btn-legacy-l a {
  border-radius: 10px;
  min-width: 300px;
  padding: 16px 5px;
  font-size: 17px;
}
.btn-legacy-l a:not(.btn-legacy-disabled):hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  padding: 16px 5px;
}

.btn-legacy-xl a {
  border-radius: 10px;
  width: 340px;
  height: 94px;
  font-size: 20px;
  line-height: 1.5;
}
.btn-legacy-xl a:hover {
  padding-left: 60px;
}

.btn-legacy-red .btn-pdf:after,
.btn-legacy-black .btn-pdf:after,
.btn-legacy-disabled .btn-pdf:after {
  content: "";
  background-image: url(../images/common/icon/icon_pdf_white.svg);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.btn-legacy .pdf:after {
  content: "";
  background-image: url(../images/common/icon/icon_pdf_gray.svg);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.btn-legacy-red .btn-blank:after,
.btn-legacy-black .btn-blank:after,
.btn-legacy-disabled .btn-blank:after {
  content: "";
  background-image: url(../images/common/icon/icon_blank_white.svg);
}

.btn-legacy .popup:after {
  content: "";
  background-image: url(../images/common/icon/icon_blank.svg);
}

.btn-legacy-red .btn-voice:after,
.btn-legacy-black .btn-voice:after,
.btn-legacy-disabled .btn-voice:after {
  content: "";
  background-image: url(../images/common/icon/icon_sound_white.svg);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

/* -----------------------------------------
  ボックスレイアウト
----------------------------------------- */
.box-list-5,
.box-list-4,
.box-list-3,
.box-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
}
.box-list-5 .ttl-section:first-child,
.box-list-4 .ttl-section:first-child,
.box-list-3 .ttl-section:first-child,
.box-list-2 .ttl-section:first-child {
  margin-top: 0;
}
.box-list-5 > li, .box-list-5 > div,
.box-list-4 > li,
.box-list-4 > div,
.box-list-3 > li,
.box-list-3 > div,
.box-list-2 > li,
.box-list-2 > div {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.box-list-5 > li > a, .box-list-5 > div > a,
.box-list-4 > li > a,
.box-list-4 > div > a,
.box-list-3 > li > a,
.box-list-3 > div > a,
.box-list-2 > li > a,
.box-list-2 > div > a {
  display: block;
  height: 100%;
}
.box-list-5 > li > a span, .box-list-5 > div > a span,
.box-list-4 > li > a span,
.box-list-4 > div > a span,
.box-list-3 > li > a span,
.box-list-3 > div > a span,
.box-list-2 > li > a span,
.box-list-2 > div > a span {
  display: block;
}
.box-list-5 > li > span,
.box-list-5 > li > p, .box-list-5 > div > span,
.box-list-5 > div > p,
.box-list-4 > li > span,
.box-list-4 > li > p,
.box-list-4 > div > span,
.box-list-4 > div > p,
.box-list-3 > li > span,
.box-list-3 > li > p,
.box-list-3 > div > span,
.box-list-3 > div > p,
.box-list-2 > li > span,
.box-list-2 > li > p,
.box-list-2 > div > span,
.box-list-2 > div > p {
  display: inline-block;
  width: 100%;
}
.box-list-5 > li > span:last-child,
.box-list-5 > li > p:last-child, .box-list-5 > div > span:last-child,
.box-list-5 > div > p:last-child,
.box-list-4 > li > span:last-child,
.box-list-4 > li > p:last-child,
.box-list-4 > div > span:last-child,
.box-list-4 > div > p:last-child,
.box-list-3 > li > span:last-child,
.box-list-3 > li > p:last-child,
.box-list-3 > div > span:last-child,
.box-list-3 > div > p:last-child,
.box-list-2 > li > span:last-child,
.box-list-2 > li > p:last-child,
.box-list-2 > div > span:last-child,
.box-list-2 > div > p:last-child {
  margin-bottom: 0;
}
.box-list-5.border > li a, .box-list-5.border > div a,
.box-list-4.border > li a,
.box-list-4.border > div a,
.box-list-3.border > li a,
.box-list-3.border > div a,
.box-list-2.border > li a,
.box-list-2.border > div a {
  padding: 20px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.box-list-5 > li, .box-list-5 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.box-list-4 > li, .box-list-4 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.box-list-3 > li, .box-list-3 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  text-align: left;
}
.box-list-3 > li div, .box-list-3 > div div {
  padding: 0 20px;
  display: table;
}
.box-list-3 > li div p, .box-list-3 > div div p {
  display: table-cell;
  vertical-align: middle;
}
.box-list-3 > li div p span, .box-list-3 > div div p span {
  display: block;
  padding: 0 0 0 20px;
}

.box-list-2 > li, .box-list-2 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}
.box-list-2 > li div, .box-list-2 > div div {
  padding: 0 20px;
  display: table;
}
.box-list-2 > li div p, .box-list-2 > div div p {
  display: table-cell;
  vertical-align: middle;
}
.box-list-2 > li div p span, .box-list-2 > div div p span {
  display: block;
  padding: 0 0 0 20px;
}
.box-list-2 > li div p span:first-child, .box-list-2 > div div p span:first-child {
  font-weight: bold;
}

.box-list-5b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.box-list-5b > li, .box-list-5b > div {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.box-list-5b > li span:first-child, .box-list-5b > div span:first-child {
  display: block;
  margin-bottom: 10px;
}

/* -----------------------------------------
  カラムレイアウト
----------------------------------------- */
/*
.text-legacy{
	margin: 0 0 30px;
	padding: 0;
	display: table;
	width: 100%;
	>div{
		vertical-align: top;
		display: table-cell;
		vertical-align: top;
		direction: ltr;
		padding-right: 20px;
		width: auto;
		&.image,
		&.image-center{
			display: table-cell;
			vertical-align: top;
			direction: ltr;
			float: none;
			margin-left: 0;
			width: 30%;
			padding-right: 20px;
		}
		&.image-center{text-align: center;}
	}
	&-right{
		direction: rtl;
		>div{
			padding-left: 20px;
			padding-right: 0;
			&.image{
				padding-left: 0;
				padding-right: 0;
				width: auto;
			}
		}
	}
}
*/
.text-legacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  margin: 0 -15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.text-legacy > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 15px;
}
.text-legacy > div.image img, .text-legacy > div.image-center img {
  max-width: initial;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.text-legacy > div.image img.noborder, .text-legacy > div.image-center img.noborder {
  border: none;
}
.text-legacy-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.text-legacy-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* -----------------------------------------
  リスト
----------------------------------------- */
#ewc .list-iconindent {
  margin-left: 1em;
}
#ewc .list-iconindent > li {
  list-style-type: disc;
  text-indent: 0;
  margin-left: 0;
}
#ewc .list-iconindent.note {
  margin-left: 0;
}
#ewc .list-iconindent.note > li {
  list-style: none;
  text-indent: -1em;
  margin-left: 1em;
}

/* -----------------------------------------
	テーブル
----------------------------------------- */
div.ab table td {
  text-align: left;
}

/* -----------------------------------------
	製品カタログ
----------------------------------------- */
.lineup-item .name {
  min-height: 48px;
  margin-bottom: 20px;
}
.lineup-item .image {
  width: 90%;
  margin: 0 auto 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* -----------------------------------------
	サポート・サービス下層
----------------------------------------- */
.bg_on {
  background-image: url(/common_c/images/common/icon/icon_yaji.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
}

@media (max-width: 768px) {
  /* -----------------------------------------
    ボタン
  ----------------------------------------- */
  .btn-legacy {
    margin-bottom: 0;
  }
  .btn-legacy a {
    font-size: 12px;
    border-radius: 5px;
    min-width: 170px;
    padding: 7px 3px;
    margin-bottom: 20px;
  }
  .btn-legacy a:hover {
    padding: 7px 3px;
  }
  .btn-legacy:not(.btn-legacy-disabled) a:hover {
    padding: 7px 3px;
  }
  ul.btn-legacy > li {
    display: inline-block;
    margin-right: 0;
  }
  .btn-legacy-s a {
    font-size: 12px;
    border-radius: 5px;
    min-width: 170px;
    padding: 7px 3px;
    margin-bottom: 20px;
  }
  .btn-legacy-s a:hover {
    padding: 7px 3px;
  }
  .btn-legacy-s a:not(.btn-legacy-disabled):hover {
    padding: 7px 3px;
  }
  .btn-legacy-m a,
  .btn-legacy-l a {
    border-radius: 7px;
    min-width: 200px;
    padding: 10px 3px;
    font-size: 13px;
  }
  .btn-legacy-m a:hover,
  .btn-legacy-l a:hover {
    padding: 10px 3px;
  }
  .btn-legacy-m a:not(.btn-legacy-disabled):hover,
  .btn-legacy-l a:not(.btn-legacy-disabled):hover {
    padding: 10px 3px;
  }
  .btn-legacy-xl {
    font-size: 14px;
    padding: 110px 0 10px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  /* -----------------------------------------
    ボックスレイアウト
  ----------------------------------------- */
  .box-list-5,
  .box-list-4,
  .box-list-3,
  .box-list-2 {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
  }
  .box-list-5 > li, .box-list-5 > div,
  .box-list-4 > li,
  .box-list-4 > div,
  .box-list-3 > li,
  .box-list-3 > div,
  .box-list-2 > li,
  .box-list-2 > div {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .box-list-5.border > li a, .box-list-5.border > div a,
  .box-list-4.border > li a,
  .box-list-4.border > div a,
  .box-list-3.border > li a,
  .box-list-3.border > div a,
  .box-list-2.border > li a,
  .box-list-2.border > div a {
    border-radius: 5px;
  }
  .box-list-5 > li, .box-list-5 > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .box-list-4 > li, .box-list-4 > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .box-list-3 > li, .box-list-3 > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .box-list-2 > li, .box-list-2 > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .box-list-5b > li, .box-list-5b > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* -----------------------------------------
    カラムレイアウト
  ----------------------------------------- */
  .text-legacy {
    display: block;
  }
  .text-legacy > div {
    margin-bottom: 15px;
  }
  .text-legacy > div.image, .text-legacy > div.image-center {
    text-align: center;
  }
  .text-legacy > div.image img, .text-legacy > div.image-center img {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .text-legacy-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* -----------------------------------------
  	テーブル
  ----------------------------------------- */
  .table-adjust {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-bottom: 10px;
    background: url(/common_c/images/common/icon/icon_table_scroll.png) no-repeat;
    background-position: right 5px bottom 15px;
    padding-bottom: 20px;
    background-size: 85px 12px;
  }
  .table-adjust .table {
    width: 768px !important;
    max-width: none !important;
  }
  .table-adjust.tbl400 > table {
    width: 400px !important;
    max-width: none !important;
  }
  .table-adjust.tbl500 > table {
    width: 500px !important;
    max-width: none !important;
  }
  .table-adjust.tbl600 > table {
    width: 600px !important;
    max-width: none !important;
  }
  .table-adjust.tbl700 > table {
    width: 700px !important;
    max-width: none !important;
  }
  .table-adjust.tbl800 > table {
    width: 800px !important;
    max-width: none !important;
  }
  /* -----------------------------------------
  	サポートの製品選択
  ----------------------------------------- */
  .bg_on {
    font-size: 0;
    padding-top: 25px;
    background-position: center 5px;
    background-size: 20px;
  }
  /* -----------------------------------------
  	製品カタログ
  ----------------------------------------- */
  .lineup-item .name {
    min-height: 40px;
    margin-bottom: 15px;
  }
  .lineup-item .image {
    width: 90%;
    margin: 0 auto 15px;
  }
}