@charset "UTF-8";
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%;
}

figure {
  margin: 0;
}

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: #131313;
}

* {
  outline: none;
}

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

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

*,
*::before,
*::after {
  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%;
}

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

a {
  text-decoration: none;
  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: #1A0DAB;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
  opacity: 1;
  text-decoration: underline;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, p a:visited {
  color: #660099;
}

strong {
  font-weight: bold;
}

table {
  font-size: 15px;
}

td a {
  color: #1A0DAB;
  text-decoration: none;
}
td a:hover {
  text-decoration: underline;
}
td a:visited {
  color: #660099;
}

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

hr {
  height: 1px;
  background-color: #e8e8e8;
  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: 13px;
  }

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

  hr {
    margin: 15px 0;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.va-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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-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;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .pcbr {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .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 #e8e8e8;
  z-index: 100;
}
.l-header-inner {
  width: auto;
  background: #fff;
  position: relative;
  z-index: 200;
}
.l-header-lp {
  position: relative;
  height: 58px;
  box-sizing: border-box;
  padding-top: 15px;
}

.l-footer {
  position: relative;
  border-top: 1px solid #e8e8e8;
}
.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: #F6F6F6;
  text-align: center;
  padding: 15px;
}
.l-footer-fixed .btn-inline-wrapper {
  margin: 0;
}

.l-lp .l-footer-bottom {
  padding-bottom: 120px;
}

.l-footer-hasfixcv {
  padding-bottom: 120px;
}

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

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

.l-inner {
  max-width: 980px;
  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;
}

.bg-black {
  background: #131313;
}

.bg-gray {
  background: #f6f6f6;
}

.bg-white {
  background: #fff;
}

.bg-green {
  background: #ECF7F3;
}

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

@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;
    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;
  }

  .l-page-head {
    padding: 20px 0 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .l-header {
    transform: translate3d(0, 0, 0);
  }

  .is-header-fixed .l-header {
    position: fixed;
    top: 0px;
    display: none;
  }

  .is-header-fixed {
    padding-top: 60px;
  }

  .is-header-fixed .header-submenu-conversion {
    display: block !important;
  }

  .header-submenu-conversion {
    z-index: 100;
  }
}
@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 #e8e8e8;
  }

  .is-header-min .l-header,
.has-promotion .l-header {
    height: 57px;
  }

  .is-header-fixed {
    padding-top: 57px;
  }

  .l-footer {
    padding-bottom: 55px;
  }
  .l-footer-bottom {
    font-size: 12px;
  }
  .l-footer-control {
    background: none;
    width: 100%;
    height: 56px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    z-index: 100;
    border-top: 1px solid #D9D9D9;
  }
  .l-footer-control-inner {
    width: auto;
    padding-right: 55px;
    overflow: hidden;
  }
  .l-footer-fixed {
    padding: 8px 15px;
  }

  .l-lp .l-footer-bottom {
    margin-bottom: 120px;
    border-top: 1px solid #e8e8e8;
  }

  .l-footer.l-footer-hasfixcv {
    margin-bottom: 130px;
  }

  .l-container,
.has-promotion .l-container {
    padding: 0 0 0 0;
  }

  .l-inner {
    padding: 0 15px;
    width: auto;
  }

  .l-section {
    padding: 40px 0;
  }

  .bg-md-black {
    background: #131313;
  }

  .bg-md-gray {
    background: #F6F6F6;
  }

  .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: 120px;
  width: 120px;
  height: 56px;
  padding: 0px;
  margin: 58px auto 38px;
  text-indent: -99em;
  overflow: hidden;
}
.header-logo-lp {
  display: block;
  background: url(../images/common/logo_sp.svg) no-repeat left top;
  background-size: 250px;
  width: 250px;
  height: 30px;
  padding: 0px;
  margin: 0px auto 0px;
  text-indent: -99em;
  overflow: hidden;
}
.header-submenu {
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
  margin: 0 20px;
  font-size: 0;
}
.header-submenu > li {
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}
.header-submenu > li:nth-child(2n) {
  margin-right: 0;
}
.header-submenu > li > a {
  display: block;
  font-size: 10px;
  color: #222;
  padding: 2px 0 5px 30px;
  border-radius: 7px;
  cursor: pointer;
}
.header-submenu > li > a:hover {
  opacity: 0.5;
}
.header-submenu-businessnews {
  background: url(../images/common/icon/gnav_businessmail.svg) no-repeat left top white;
  background-size: 20px 20px;
}
.header-submenu-bizconceirge {
  background: url(../images/common/icon/gnav_conceirge.svg) no-repeat left top white;
  background-size: 20px 20px;
}
.header-submenu-customer {
  background: url(../images/common/icon/gnav_consumer.svg) no-repeat left top white;
  background-size: 20px 20px;
}

.searchmodal {
  width: calc(100% - 175px);
  height: 100%;
  background: #F6F6F6;
  position: fixed;
  left: 175px;
  top: 0px;
  z-index: 9999;
  display: none;
}
.searchmodal-inner {
  position: absolute;
  left: 50%;
  top: 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::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;
  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;
  transition: all 0.25s ease;
}
.modal-close span:nth-child(1) {
  transform: rotate(45deg);
  top: 30px;
  left: 20px;
}
.modal-close span:nth-child(2) {
  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;
  transition: all 0.1s ease;
  background: #000;
  height: 50px;
  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_b/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_b/images/common/icon/icon_arrow_white.svg) no-repeat left top;
  background-size: 10px 12px;
  width: 10px;
  height: 11px;
  margin-left: 5px;
}

.heademergency {
  margin-left: 175px;
  padding: 50px 0 20px;
  background: #F6F6F6;
}
.heademergency-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  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 #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.heademergency-table-cell-red {
  background: #FC0F3A;
}
.heademergency-table-cell-gray {
  background: #737373;
}
.heademergency-table-message {
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 20px 12px 10px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #131313;
}
.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: #FC0F3A;
  border-color: #FC0F3A;
  box-shadow: 0px 3px 0px #d70b32;
  border-radius: 10px;
  width: 100%;
  padding: 16px 5px;
  font-size: 17px;
}
.heademergency .btn-heademergency:not(.btn-disabled):hover {
  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: 18px;
    padding: 0px;
    margin: 0px;
    transition: all 0.25s ease;
    background: url(../images/common/logo_sp.svg) no-repeat left top;
    background-size: 200px;
    width: 200px;
    height: 30px;
  }
  .header-submenu {
    position: absolute;
    right: 20px;
    top: 21px;
    margin: 0;
    font-size: 0px;
    border: none;
    padding-top: 0;
    transition: all 0.25s ease;
    overflow: hidden;
  }
  .header-submenu > li {
    display: block;
    width: auto;
    float: left;
    margin: 0 0 0 15px;
    overflow: hidden;
    transition: all 0.25s ease;
  }
  .header-submenu > li > a {
    font-size: 13px;
    padding: 3px 0 0 30px;
    height: 20px;
    width: 100%;
    border: 1px none;
    box-shadow: none;
  }
  .header-submenu-businessnews {
    background: url("../images/common/icon/gnav_businessmail_tab.svg") center center no-repeat;
    background-size: 30px;
    display: none !important;
  }
  .header-submenu-bizconceirge {
    background: url("../images/common/icon/gnav_conceirge_tab.svg") center center no-repeat;
    background-size: 30px;
    display: none !important;
  }
  .header-submenu-customer {
    background: url("../images/common/icon/gnav_consumer.svg") left center no-repeat;
    background-size: 22px 22px;
  }

  .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;
    padding-top: 50px;
  }

  .has-promotion .heademergency {
    padding-top: 150px;
  }

  .has-promotion .heademergency + .heademergency {
    padding-top: 0px;
  }

  .is-header-fixed .header-submenu {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .header-submenu-conversion {
    right: 0px;
    top: 0px;
    margin: 0;
    overflow: hidden;
    width: 180px;
    z-index: 100;
  }
  .header-submenu-conversion > li {
    float: left;
    margin: 0 0 0 0px;
  }
  .header-submenu-conversion > li > a {
    padding: 0 0px;
    width: 90px;
    height: 60px;
    text-align: center;
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    font-size: 6px;
    box-sizing: border-box;
    padding-top: 40px;
    line-height: 1;
    text-indent: -99em;
    overflow: hidden;
  }
  .header-submenu-conversion > li > a:hover {
    opacity: 1;
  }
  .header-submenu-conversion > li > a > span {
    display: block;
  }
  .header-submenu-buy {
    background: url(../images/common/icon/icon_head_buy_sp.svg) no-repeat center 7px #FC0F3A;
    background-size: 56px;
  }
  .header-submenu-support {
    background: url(../images/common/icon/icon_head_support_sp.svg) no-repeat center 8px #000;
    background-size: 55px;
  }
  .header-tablet-search {
    position: absolute;
    right: 180px;
    top: 0px;
    width: 60px;
    height: 60px;
    display: none !important;
    overflow: hidden;
    text-indent: -99em;
  }
  .header-tablet-search a {
    background: url(../images/common/icon/icon_search.svg) no-repeat center center;
    background-size: 17px 17px;
    width: 60px;
    height: 60px;
    display: block;
  }

  .is-header-fixed .header-tablet-search {
    display: block !important;
  }
}
@media (max-width: 900px) {
  .header-logo {
    left: 20px;
    top: 12px;
    background: url(../images/common/logo.svg) no-repeat left top;
    background-size: 80px;
    width: 80px;
    height: 38px;
  }

  .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: 0px;
    top: 0px;
    margin: 0;
    overflow: hidden;
    width: 140px;
  }
  .header-submenu > li {
    float: left;
    margin: 0 0 0 0px;
  }
  .header-submenu > li > a {
    padding: 0 0px;
    width: 70px;
    height: 56px;
    text-align: center;
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    font-size: 6px;
    box-sizing: border-box;
    padding-top: 40px;
    line-height: 1;
    text-indent: -99em;
    overflow: hidden;
  }
  .header-submenu > li > a:hover {
    opacity: 1;
  }
  .header-submenu > li > a > span {
    display: block;
  }
  .header-submenu-buy {
    background: url(../images/common/icon/icon_head_buy_sp.svg) no-repeat center 7px #FC0F3A;
    background-size: 56px;
  }
  .header-submenu-support {
    background: url(../images/common/icon/icon_head_support_sp.svg) no-repeat center 8px #000;
    background-size: 55px;
  }
  .header-submenu-online {
    width: auto;
  }

  .header-logo {
    position: absolute;
    left: 20px;
    top: 18px;
    padding: 0px;
    margin: 0px;
    background: url(../images/common/logo_sp.svg) no-repeat left top;
    background-size: 190px;
    width: 190px;
    height: 26px;
  }

  .has-promotion .header-logo {
    top: 17px;
  }

  .has-promotion .header-submenu {
    top: 10px;
  }

  .headpromotion {
    position: relative;
  }
  .headpromotion img {
    width: 281.5px;
    max-width: 80%;
  }
  .headpromotion a {
    display: block;
    transition: all 0.1s ease;
    background: #000;
    padding: 12px 0;
  }
  .headpromotion a:hover {
    background: #999;
    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 #e8e8e8;
  }
  .heademergency-table-cell-red {
    display: none !important;
  }
  .heademergency-table-message {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .heademergency-table-message:after {
    right: 0px;
  }
  .heademergency .btn-heademergency {
    border-radius: 7px;
    padding: 10px 3px;
    font-size: 13px;
  }
  .heademergency .btn-heademergency:not(.btn-disabled):hover {
    padding: 10px 3px;
  }
  .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;
  }
  .heademergency-table-red td: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 {
    left: 10px;
    font-size: 11px;
    padding-left: 105px;
  }
}
.footer-nav {
  padding: 80px 0 50px;
  overflow: hidden;
}
.footer-nav-line {
  float: left;
  width: 20%;
  padding: 0 10px 0 20px;
  border-left: 1px solid #cacaca;
  height: 225px;
}
.footer-nav-line:first-child {
  padding-left: 20px;
  border-left: none;
  width: 18%;
}
.footer-nav-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-nav-list {
  margin-bottom: 0;
}
.footer-nav-list-item {
  line-height: 1.1;
  margin-bottom: 10px;
}
.footer-nav-list-item a {
  color: #131313;
  display: block;
  font-size: 12px;
  background: url(../images/common/icon/icon_arrow.svg) left 2px no-repeat;
  background-size: 5px 10px;
  padding: 0 0 0 10px;
}
.footer-nav-list-item a:visited {
  color: #131313;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.footer-nav-list-item .text-link-blank:after {
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.footer-contact {
  padding: 20px 0 3px;
}
.footer-action {
  font-size: 0px;
  text-align: center;
  padding-bottom: 50px;
}
.footer-search {
  display: inline-block;
  width: 300px;
  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::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;
}
.footer-bottom-nav {
  float: right;
  width: 80%;
}
.footer-bottom-nav-list {
  font-size: 0px;
  text-align: right;
  margin-bottom: 0;
}
.footer-bottom-nav-list-item {
  display: inline-block;
}
.footer-bottom-nav-list-item a {
  font-size: 11px;
  color: #737373;
  padding: 0 10px;
  border-left: 1px solid #737373;
  display: block;
}
.footer-bottom-nav-list-item a:visited {
  color: #737373;
}
.footer-bottom-nav-list-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.footer-bottom-nav-list-item:first-child a {
  border-left: none;
}
.footer-bottom-nav-list-item .text-link-blank:after {
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.footer-bottom .copyright {
  float: left;
  width: 20%;
  color: #737373;
  font-size: 11px;
}
.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;
}

.shortcutmenu {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 90px;
  z-index: 10;
  transition: all 300ms 0s ease;
}
.shortcutmenu-inner {
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
.shortcutmenu-inner a {
  display: block;
  width: 90px;
  height: 90px;
  text-indent: -99em;
  overflow: hidden;
  margin-top: 8px;
  transition: all 0.25s ease;
}
.shortcutmenu-inner a:hover {
  opacity: 0.7;
}
.shortcutmenu.is-absolute {
  bottom: 135px;
}

.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;
  transition: all 0.25s ease;
}
.gotop a:hover {
  opacity: 0.7;
}

#lp .gotop,
.gotop-lp {
  bottom: 130px;
}

.shortcutmenu-lp {
  bottom: 130px;
}

.shortcutmenu-lp.is-absolute {
  bottom: 235px;
}

.chatsupport {
  background: url(../images/common/icon_chatbot.png) no-repeat left top;
  background-size: 100%;
  width: 40px;
  height: 142px;
  position: fixed;
  right: 0px;
  top: 30%;
  z-index: 100;
  display: none;
  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: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  bottom: 8px;
  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;
  		&-line{
  			float:none;
  			display: inline-block;
  			text-align: left;
  			width:358px;
  			vertical-align: top;
  			padding-left: 90px;
  			&:nth-child(1){padding-left: 90px;}
  			&:nth-child(3){
  				border-left:none;
  				margin-top: 50px;
  			}
  			&: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:first-child {
    width: auto;
    padding-left: 0;
  }
  .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: #737373;
  }
  .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-storemerit {
    height: auto;
  }
  .footer-storemerit-image {
    height: 210px;
    width: 100%;
    background: url(../images/common/footer_store_merit_sp.png) no-repeat center top #E4E4E4;
    background-size: contain;
  }

  .shortcutmenu {
    bottom: 65px;
    right: 5px;
  }
  .shortcutmenu-inner a {
    width: 48px;
    height: 55px;
  }
  .shortcutmenu.is-absolute {
    position: fixed;
    bottom: 118px;
  }
  .shortcutmenu a:hover {
    opacity: 1;
  }

  .gotop {
    right: 7px;
    bottom: 65px;
  }
  .gotop a {
    width: 45px;
    height: 45px;
  }
  .gotop a:hover {
    opacity: 1;
  }

  #lp .gotop,
.gotop-lp {
    bottom: 150px;
  }

  .shortcutmenu-lp {
    bottom: 150px;
  }

  .shortcutmenu-lp.is-absolute {
    bottom: 200px;
  }

  /* 公式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: #F6F6F6;
  }
  .footer-control-nav-list {
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
  }
  .footer-control-nav-list-item {
    width: 20%;
    float: left;
  }
  .footer-control-nav-list-item a {
    display: block;
    height: 54px;
    text-indent: -99em;
    overflow: hidden;
    background-color: #F6F6F6;
    border-left: 1px solid #fff;
    background: url(../images/common/icon/gnav_guide.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.svg);
  }
  .footer-control-nav-list-item-2 a {
    background-image: url(../images/common/icon/gnav_iphone.svg);
  }
  .footer-control-nav-list-item-3 a {
    background-image: url(../images/common/icon/gnav_smartphone.svg);
  }
  .footer-control-nav-list-item-4 a {
    background-image: url(../images/common/icon/gnav_sim.svg);
  }
  .footer-control-nav-list-item-5 a {
    background-image: url(../images/common/icon/gnav_campaign.svg);
  }
  .footer-control-nav-list-item-6 a {
    background-image: url(../images/common/icon/gnav_price.svg);
  }
  .footer-control-nav-list-item-7 a {
    background-image: url(../images/common/icon/gnav_product.svg);
  }
  .footer-control-nav-list-item-8 a {
    background-image: url(../images/common/icon/gnav_service.svg);
  }
  .footer-control-nav-list-item-9 a {
    background-image: url(../images/common/icon/gnav_contact.svg);
  }
  .footer-control-nav-list-item-10 a {
    background-image: url(../images/common/icon/gnav_support.svg);
  }
  .footer-control-nav-list-item-11 a {
    background-image: url(../images/common/icon/gnav_sale.svg);
  }

  .footer-payment {
    float: left;
    height: 56px;
    width: calc(100% - 48px);
    padding-top: 8px;
  }
  .footer-payment-table {
    width: 100%;
  }
  .footer-payment-table th {
    height: 22px;
    padding-left: 15px;
    font-size: 13px;
    vertical-align: middle;
  }
  .footer-payment-table th > div {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .footer-payment-table th > div > span {
    background: #000;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    z-index: 2;
  }
  .footer-payment-table th > div:after {
    display: block;
    content: "";
    border-bottom: 1px dotted #444;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  .footer-payment-table td.price {
    height: 22px;
    width: 75px;
    text-align: right;
    font-size: 13px;
    padding: 0 15px 0 0;
    vertical-align: middle;
  }
  .footer-payment-btn {
    display: block;
    float: right;
    width: 48px;
    background: #363636;
    height: 56px;
    color: #CACACA;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    position: relative;
  }
  .footer-payment-btn:after {
    display: block;
    content: "";
    background: url(../images/common/arrow_circle_black.png) no-repeat left top;
    background-size: 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin: 0 0 0 -8px;
  }
}
@media (max-width: 370px) {
  /* 公式SNS */
  .bottom-sns-list-item img {
    width: 40px;
  }
}
.gnav:before {
  content: "";
  background: #F6F6F6;
  position: absolute;
  left: 175px;
  top: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  padding: 65px 0 0;
  transition: all 0.25s ease;
  opacity: 0.5;
}
.gnav.is-active:before {
  opacity: 1;
  width: 435px;
}
.gnav a {
  color: #131313;
  text-decoration: none;
}
.gnav a:hover {
  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;
  transition: all 0.25s ease;
}
.gnav-mainmenu-item > a:visited {
  color: #131313;
}
.gnav-mainmenu-item:hover > a {
  text-decoration: none;
  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: #ffaaaa;
}
.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%;
  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;
  transition: all 0.01s ease;
  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 30px;
  position: relative;
  transition: all 0.25s ease;
}
.gnav-submenu-item > a:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: 50%;
  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 {
  text-decoration: none;
  opacity: 0.5;
}
.gnav-submenu-item > a:visited {
  color: #131313;
}
.gnav-submenu-item > span {
  display: block;
  padding: 10px 0;
  color: #ccc;
}
.gnav-submenu-item.icon-arrow a {
  background: url(../images/common/icon/icon_arrow.svg) no-repeat left 11px;
  background-size: 5px;
  font-size: 14px;
  padding: 5px 0 10px 10px;
  text-align: left;
}
.gnav-submenu-item.icon-arrow a:before {
  content: none;
}
.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-support a:before {
  background: url(../images/common/icon/icon_service_support.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-bill a:before {
  background: url(../images/common/icon/icon_service_bill.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-global a:before {
  background: url(../images/common/icon/icon_service_global.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-device_management a:before {
  background: url(../images/common/icon/icon_service_device_management.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-bcp a:before {
  background: url(../images/common/icon/icon_service_bcp.svg) no-repeat center center;
  left: -3px;
}
.gnav-submenu-item.icon-service-call a:before {
  background: url(../images/common/icon/icon_service_call.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-data a:before {
  background: url(../images/common/icon/icon_service_data.svg) no-repeat center center;
  left: -3px;
}
.gnav-submenu-item.icon-service-network a:before {
  background: url(../images/common/icon/icon_service_network.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-others a:before {
  background: url(../images/common/icon/icon_service_others.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-phs a:before {
  background: url(../images/common/icon/icon_service_phs.svg) no-repeat center center;
}
.gnav-submenu-item.icon-service-phs_solutions a:before {
  background: url(../images/common/icon/icon_service_phs_solutions.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-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;
  left: 0px;
}
.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-new a:before {
  background: url(../images/common/icon/icon_shop_new.svg) no-repeat center center;
  left: 0;
}
.gnav-submenu-item.icon-shop-support a:before {
  background: url(../images/common/icon/icon_shop_support.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-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 #ddd;
  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: 0 0 0 30px;
}
.gnav-submenu-bnr a {
  display: block;
  float: left;
  width: 173px;
  margin-bottom: 15px;
}
.gnav-submenu-bnr a:first-child {
  margin-right: 15px;
}
.gnav-submenu-bnr a:nth-child(2n+1) {
  margin-right: 15px;
}
.gnav-submenu-bnr img {
  width: 100%;
}
.gnav-sp-head {
  display: none;
}
.gnav-sp-foot {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gnav-submenu.is-child-active .gnav-submenu-list2 > li:nth-child(9) {
  transition: all 0.25s 1.6s ease;
  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: 0%;
    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: #F6F6F6;
    position: absolute;
    left: 0px;
    top: 40px;
    overflow: hidden;
    width: 100%;
    height: 0;
    z-index: 100;
    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;
    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;
    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 #ddd;
    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-mainmenu {
    margin-right: 12%;
  }
}
@media (max-width: 768px) {
  .gnav {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #F6F6F6;
    box-sizing: border-box;
    transform: translate3d(100%, 0, 0);
    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 {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .gnav a:hover {
    color: #131313;
  }
  .gnav-mainmenu {
    text-align: left;
    padding: 10px 20px 15px;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .gnav-mainmenu-item {
    display: block;
    border-bottom: 1px solid #ddd;
    opacity: 0;
    transition: all 0.01s ease;
    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%;
    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%;
    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: #737373;
  }
  .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;
    box-sizing: border-box;
    padding: 0px 0px 0px;
    display: none;
    opacity: 1;
    transition: none;
  }
  .gnav-submenu.is-active {
    display: block;
  }
  .gnav-submenu-inner {
    padding: 0 0px 40px;
    width: auto;
    opacity: 1;
    text-align: center;
    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(3n+1) {
    clear: none;
    float: left;
  }
  .gnav-submenu-item > a {
    padding: 10px 0px 0px 0px;
    background: none;
    position: relative;
    font-size: 14px;
    color: #737373;
  }
  .gnav-submenu-item > a:before {
    display: block;
    position: static;
    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:not(.icon-arrow) {
    height: 105px;
  }
  .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-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 0 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+1) {
    clear: left;
  }
  .gnav-submenu-list2 .gnav-submenu-item:nth-child(2n) {
    padding-left: 20px;
  }
  .gnav-submenu-bnr a {
    width: 48%;
  }
  .gnav-submenu-bnr a:first-child, .gnav-submenu-bnr a:nth-child(2n+1) {
    margin-right: 4%;
  }
  .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;
    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: #F91940;
    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%;
    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;
    box-shadow: 0px 4px 0px #cacaca;
    border-radius: 7px;
    cursor: pointer;
    text-indent: -99em;
    overflow: hidden;
    height: 62px;
  }
  .gnav-sp-head-link-businessnews a {
    background: url(../images/common/icon/gnav_sp_news.svg) no-repeat center center #fff;
    background-size: 60px;
  }
  .gnav-sp-head-link-charge a {
    background: url(../images/common/icon/gnav_sp_charge.svg) no-repeat center center #fff;
    background-size: 60px;
  }
  .gnav-sp-head-link-consumer a {
    background: url(../images/common/icon/gnav_sp_consumer.svg) no-repeat center center #fff;
    background-size: 60px;
  }
  .gnav-sp-head-link-servicetop a {
    background: url(../images/common/icon/gnav_sp_top.svg) no-repeat center center #fff;
    background-size: 60px;
  }
  .gnav-sp-head .footer-search {
    margin-bottom: 20px;
  }
  .gnav-sp-foot {
    display: block;
    padding: 15px 20px 60px;
    opacity: 0;
    transition: all 0.01s ease;
    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;
    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%;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(1) {
    transition: all 0.25s 0.2s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(2) {
    transition: all 0.25s 0.3s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(3) {
    transition: all 0.25s 0.4s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(4) {
    transition: all 0.25s 0.5s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(5) {
    transition: all 0.25s 0.6s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(6) {
    transition: all 0.25s 0.7s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(7) {
    transition: all 0.25s 0.8s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(8) {
    transition: all 0.25s 0.9s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(9) {
    transition: all 0.25s 1s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(10) {
    transition: all 0.25s 1.1s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-mainmenu-item:nth-child(11) {
    transition: all 0.25s 1.2s ease;
    transform: translate(0, 0px);
    opacity: 1;
  }

  .gnav.is-active .gnav-sp-foot {
    transition: all 0.25s 0.8s ease;
    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: 56px;
    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: #F91940;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin: -3px 0 0;
    border: none;
  }
  #menu-open span {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #CACACA;
    position: absolute;
    left: 18px;
    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.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) {
    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) {
    transform: rotate(-45deg);
    top: 22px;
    left: 17px;
  }

  #menu-close {
    display: block;
    width: 55px;
    height: 56px;
    text-indent: -99em;
    overflow: hidden;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 300;
    transform: translate3d(100%, 0, 0);
    transition: all 0.25s 0s ease;
  }
  #menu-close.is-active {
    transform: translate3d(0, 0, 0);
    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) {
    transform: rotate(45deg);
    top: 22px;
    left: 17px;
  }
  #menu-close span:nth-child(2) {
    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;
    background-position: 0 2px;
    background-size: 160px;
    width: 160px;
  }
}
.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 #e8e8e8;
  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;
  transform: rotate(90deg);
  transition: all 0.25s ease;
}
.localnav-open.is-active:after {
  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 #e8e8e8;
  padding: 0 15px;
  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 #e8e8e8;
    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 #e8e8e8;
    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 {
  border-top: 1px solid #E8E8E8;
  line-height: 1;
  position: relative;
  z-index: 10;
}
.breadcrumb-list {
  white-space: nowrap;
  margin-bottom: 0;
}
.breadcrumb-list-item {
  display: inline-block;
  color: #737373;
}
.breadcrumb-list-item > a {
  color: #737373;
  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;
}

@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: 1180px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-lg-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: 28px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.4;
  padding: 3px 0 3px 20px;
  border-left: 6px solid #000;
  max-width: 980px;
}

.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 #e8e8e8;
  border-radius: 20px;
  padding: 7px 15px;
  font-size: 13px;
  margin-left: 10px;
  color: #737373;
  vertical-align: middle;
}

.ttl-section:after {
  display: block;
  content: "";
  background: #F91940;
  width: 5px;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #F91940;
  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 #D2D2D2;
}

.ttl-paragraph {
  font-size: 18px;
  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;
}

.ttl-lp-section-wrapper {
  background: #4B4B4B;
  padding: 22px 0;
  color: #fff;
  font-weight: bold;
}

.ttl-lp-section {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-left: 60px;
  line-height: 1.3;
}

.ttl-lp-section-line {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.ttl-lp-section-line small {
  font-size: 15px;
}

.ttl-lp-section-line:before {
  display: block;
  content: "";
  background: #F70E31;
  width: 6px;
  height: 80%;
  position: absolute;
  left: 10px;
  top: 10%;
  border-radius: 4px;
}

.ttl-lp-section-num {
  width: 43px;
  height: 43px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  background: #000;
  color: #fff;
  line-height: 43px;
  border-radius: 10px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}

.ttl-lp-section-wrapper-red .ttl-lp-section {
  position: relative;
}

.ttl-lp-section-wrapper-green .ttl-lp-section-num {
  background: #1F9F6B;
}

.ttl-lp-section-wrapper-red .ttl-lp-section-num {
  background: #F70E31;
}

.ttl-lp-block {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.bg-green .ttl-lp-block {
  color: #289E6D;
}

@media (max-width: 768px) {
  .ttl-page {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    padding: 2px 10px 2px 10px;
    border-left: 4px solid #000;
  }

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

  .ttl-section {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 15px;
    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 #e8e8e8;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 11px;
    margin: 0 5px 0 0;
    color: #737373;
    vertical-align: middle;
  }

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

  .ttl-block {
    font-size: 15px;
    line-height: 1.5;
    padding: 0px 0 0px 8px;
    border-left-width: 2px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .ttl-paragraph {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
  }

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

  .ttl-lp-section-wrapper {
    padding: 15px 0;
  }

  .ttl-lp-section {
    font-size: 17px;
    padding-left: 40px;
  }

  .ttl-lp-section-line {
    font-size: 17px;
  }

  .ttl-lp-section-line small {
    font-size: 12px;
    display: inline-block;
    line-height: 1.4;
  }

  .ttl-lp-section-line:before {
    width: 5px;
    height: 28px;
  }

  .ttl-lp-section-num {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    border-radius: 5px;
  }

  .ttl-lp-block {
    font-size: 15px;
    margin: 0 0 15px 0;
  }
}
.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-yellow {
  color: #ffc000 !important;
}
.text-gray {
  color: #737373 !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-size-bigtel, .text-size-bigtel a {
  font-size: 45px;
  text-decoration: none;
  color: #131313;
}
.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: #1c619c;
}
.text-link-arrow {
  margin-right: 5px;
  display: inline-block;
  color: #1A0DAB;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}
.text-link-arrow:visited {
  color: #660099;
}
.text-link-arrow:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-link-arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  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: #1A0DAB;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}
.text-link-arrow-bottom:visited {
  color: #660099;
}
.text-link-arrow-bottom:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-link-arrow-bottom:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  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);
  transition: all 0.25s ease;
}
.text-link-arrow-bottom.is-active:before {
  transform: rotate(180deg);
}
.text-link-arrow-white:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_arrow_circle_white.svg);
}
.text-link-pdf {
  color: #1A0DAB;
  margin-right: 5px;
}
.text-link-pdf:visited {
  color: #660099;
}
.text-link-pdf:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-link-pdf:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-left: 0.4em;
  background-image: url(../images/common/icon/icon_pdf_red.svg);
  width: 17px;
  height: 15.5px;
}
.text-link-blank {
  color: #1A0DAB;
  margin-right: 5px;
}
.text-link-blank:visited {
  color: #660099;
}
.text-link-blank:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-link-blank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-left: 0.4em;
  background-image: url(../images/common/icon/icon_blank_gray.svg);
}
.text-link-location {
  color: #1A0DAB;
  margin-right: 5px;
}
.text-link-location:visited {
  color: #660099;
}
.text-link-location:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-link-location:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-left: 0.4em;
  background-image: url(../images/common/icon/icon_location_gray.svg);
}
.text-link-clear {
  margin-right: 5px;
  display: inline-block;
  color: #1A0DAB;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.25s ease;
  font-size: 15px;
}
.text-link-clear:visited {
  color: #660099;
}
.text-link-clear:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-link-clear:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  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-plus {
  margin-right: 5px;
  display: inline-block;
  color: #1A0DAB;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}
.text-link-plus:visited {
  color: #660099;
}
.text-link-plus:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-link-plus:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  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: #1A0DAB;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}
.text-link-more:visited {
  color: #660099;
}
.text-link-more:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-link-more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  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-up {
  margin-right: 5px;
  display: inline-block;
  color: #1A0DAB;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}
.text-link-up:visited {
  color: #660099;
}
.text-link-up:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-link-up:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_arrow_circle_up_black.png);
}
.text-link-info {
  margin-right: 5px;
  display: inline-block;
  color: #1A0DAB;
  padding-left: 1.4em;
  text-indent: -1.4em;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}
.text-link-info:visited {
  color: #660099;
}
.text-link-info:hover {
  opacity: 1;
  text-decoration: underline;
}
.text-link-info:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../images/common/icon/icon_info.svg);
}

a [class*=text-link] {
  color: #131313;
}
a [class*=text-link]:visited {
  color: #131313;
}
a [class*=text-link]:hover {
  text-decoration: none;
}

[class*=ttl-] a[class*=text-link] {
  color: #131313;
}
[class*=ttl-] a[class*=text-link]:visited {
  color: #131313;
}
[class*=ttl-] a[class*=text-link]:hover {
  text-decoration: none;
}

/* 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: #737373;
}
.searchresult-nodata-title {
  background: url(/common_b/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: #737373 !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: 13px !important;
  }
  .text-size-s, .text-size-s a {
    font-size: 10px !important;
  }
  .text-size-ss, .text-size-ss a {
    font-size: 10px !important;
  }
  .text-size-bigtel, .text-size-bigtel a {
    font-size: 32px;
  }
  .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: 13px !important;
  }
  .text-size-md-s, .text-size-md-s a {
    font-size: 10px !important;
  }
  .text-size-md-ss, .text-size-md-ss a {
    font-size: 10px !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: 13px;
  }
  .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_b/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: 16px;
  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.svg) 20px center no-repeat #fff;
  background-size: 20px 20px;
  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: 1px solid #e8e8e8;
  position: relative;
  vertical-align: top;
  text-align: left;
  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_on.svg);
  font-weight: bold;
}
.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.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;
  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.svg) 20px center no-repeat #fff;
  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: 1px solid #e8e8e8;
  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_on.svg);
  font-weight: bold;
}
.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.svg) 10px center no-repeat #fff;
  background-size: 20px 20px;
}
.formcheckbox-inline-item-s input:checked + label {
  font-weight: normal;
}

.formcheckbox label {
  background: url(../images/common/check.png) left 1px no-repeat;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  min-height: 23px;
  margin: 0px 0;
  padding: 3px 0 0 28px;
  position: relative;
  vertical-align: top;
}
.formcheckbox input[type=checkbox] {
  display: none;
}
.formcheckbox input:checked + label {
  background-image: url(../images/common/check_on.png);
}
.formcheckbox input:disabled + label {
  opacity: 0.7;
}

/* 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: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 15px;
  width: 100%;
  padding: 13px 20px;
  line-height: 1;
  -webkit-appearance: none;
}
.formtext::placeholder {
  color: #ccc;
}

.formsearch {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 15px;
  width: 100%;
  padding: 13px 20px;
  line-height: 1;
  background: url(../images/common/icon/icon_search_gray.svg) no-repeat #fff;
  background-size: 25px 25px;
  background-position: right 13px center;
  -webkit-appearance: none;
}
.formsearch::placeholder {
  color: #ccc;
}

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

.formtextarea {
  border: 1px solid #e8e8e8;
  padding: 20px;
  border-radius: 8px;
  height: 300px;
  width: 100%;
  -webkit-appearance: none;
}
.formtextarea::placeholder {
  color: #ccc;
}

.formselect {
  width: 100%;
  padding: 13px 30px 13px 13px;
  font-size: 15px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 8px;
  background: url(../images/common/icon/icon_arrow_down.svg) no-repeat right 15px center white;
  background-size: 8px 5px;
}
.formselect:disabled {
  opacity: 0.7;
  color: #aaa;
}

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 #e8e8e8;
  padding: 30px 0 15px 0;
  text-align: left;
}
.formtable td {
  border-bottom: 1px solid #e8e8e8;
  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: 13px;
  vertical-align: middle;
  margin-left: 10px;
}

.formmust {
  color: #FC0D1B;
  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: #FFF3F4;
  border-radius: 10px;
  padding: 30px;
  line-height: 1.6;
}
.error-topbox p {
  color: #FC0F3A;
}
.error-topbox p:last-child {
  margin-bottom: 0;
}
.error-lead {
  line-height: 1.6;
  color: #FC0F3A;
  margin-bottom: 10px;
}
.error-input {
  background: #FFF3F4;
}

@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.svg) 15px center no-repeat #fff;
    box-sizing: border-box;
    background-size: 20px 20px;
    display: block;
    line-height: 1.2;
    height: 55px;
    width: 100%;
    padding: 19px 20px 0px 43px;
    margin: 0px 0;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    position: relative;
    vertical-align: top;
    transition: none;
  }
  .formradio-inline-item label:hover {
    opacity: 1;
  }
  .formradio-inline-item label span {
    position: absolute;
    left: 43px;
    top: 50%;
    transform: translate(0, -50%);
    padding-right: 5px;
  }
  .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.svg) 10px center no-repeat #fff;
    background-size: 15px;
    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.svg) 15px center no-repeat #fff;
    box-sizing: border-box;
    background-size: 20px 20px;
    display: block;
    line-height: 1.2;
    height: 55px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    position: relative;
    vertical-align: top;
  }
  .formcheckbox-inline-item label:hover {
    opacity: 1;
  }
  .formcheckbox-inline-item label span {
    position: absolute;
    left: 43px;
    top: 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.svg) 10px center no-repeat #fff;
    background-size: 15px;
  }
  .formcheckbox-inline-item-s label:hover {
    opacity: 1;
  }

  .formtext {
    height: 55px;
    line-height: 55px;
    padding-left: 12px;
    border-radius: 8px;
    font-size: 13px;
  }

  .formsearch {
    height: 55px;
    line-height: 55px;
    padding-left: 12px;
    border-radius: 8px;
    font-size: 13px;
    background: url(../images/common/icon/icon_search_gray.svg) no-repeat #fff;
    background-size: 18px 18px;
    background-position: right 13px center;
  }

  .formselect {
    font-size: 13px;
    padding: 16px 30px 16px 13px;
  }

  /* form other ---------------------------------------*/
  .formtable,
.formtable tbody,
.formtable tr,
.formtable td,
.formtable th {
    display: block;
    width: auto;
  }

  .formtable tr {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .formtable tr:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .formtable th {
    font-size: 13px;
    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: #FFF3F4;
  }
}
.btn {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #fff;
  color: #323232;
  border: 1px solid #cacaca;
  border-radius: 7px;
  min-width: 195px;
  padding: 10px 5px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 3px 0px #cacaca;
  line-height: 1.7;
  transition: all 0.1s ease;
  top: 0px;
  position: relative;
}
.btn:not(.btn-disabled):hover {
  box-shadow: 0px 0px 0px #cacaca;
  padding: 10px 5px;
  top: 3px;
  opacity: 0.7;
}

input.btn {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input.btn::-webkit-search-decoration {
  display: none;
}

input.btn::focus {
  display: none;
}

.btn-red {
  color: #fff;
  background: #FC0F3A;
  border-color: #FC0F3A;
  box-shadow: 0px 3px 0px #d70b32;
}

.btn-blue {
  color: #fff;
  background: #148BA0;
  border-color: #148BA0;
  box-shadow: 0px 3px 0px #0d6e7f;
}

.btn-white {
  background: #fff;
  color: #000;
  border-color: #cacaca;
  box-shadow: 0px 3px 0px #cacaca;
}

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

.btn-gray {
  background: #D2D2D2;
  border-color: #D2D2D2;
  box-shadow: none;
  box-shadow: 0px 3px 0px silver;
  color: #fff;
}

.btn-green {
  color: #fff;
  background: #17A06A;
  border-color: #17A06A;
  box-shadow: 0px 3px 0px RGBA(15, 125, 81, 1);
}

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

.btn-pdf:after {
  content: "";
  background: url(../images/common/icon/icon_pdf_gray.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_gray.svg) no-repeat left top;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.btn-blank.space {
  padding: 10px 16px;
}

.btn-voice:after {
  content: "";
  background: url(../images/common/icon/icon_sound_gray.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-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.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;
  transform: rotate(180deg);
}

.btn-reserve {
  min-width: 88px;
  background: #fff;
  color: #000;
  border-color: #cacaca;
  box-shadow: 0px 3px 0px #cacaca;
  padding: 4px 3px;
}
.btn-reserve:not(.btn-disabled):hover {
  padding: 4px 3px;
}
.btn-reserve > img {
  width: 20px;
}

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

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

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

.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-newcontract {
  background-image: url(/common_b/images/common/icon/icon_newcontract.svg);
  background-repeat: no-repeat;
  background-position: 35px center;
  background-size: 80px 80px;
}
.btn-newcontract span {
  line-height: 1.5;
  padding-left: 70px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  padding-top: 13px;
}

.btn-change {
  background-image: url(/common_b/images/common/icon/icon_changecontract.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 80px 80px;
}
.btn-change span {
  line-height: 1.5;
  padding-left: 70px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  padding-top: 13px;
}

.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:not(.btn-disabled):hover {
  padding: 5px 5px;
}
.btn-summery.btn-m {
  padding: 10px 5px;
}
.btn-summery.btn-m:not(.btn-disabled):hover {
  padding: 10px 5px;
}

@media (max-width: 900px) {
  .btn-inline-wrapper .btn:nth-child(4) {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 12px;
    border-radius: 5px;
    min-width: 48.5%;
    padding: 8px 3px;
  }
  .btn:not(.btn-disabled):hover {
    padding: 8px 3px;
  }

  .btn-md-s {
    font-size: 12px;
    border-radius: 5px;
    min-width: 170px;
    padding: 8px 3px;
  }
  .btn-md-s:not(.btn-disabled):hover {
    padding: 8px 3px;
  }

  .btn-m,
.btn-l,
.btn-md-m,
.btn-md-l {
    border-radius: 7px;
    min-width: 200px;
    padding: 10px 3px;
    font-size: 13px;
  }
  .btn-m:not(.btn-disabled):hover,
.btn-l:not(.btn-disabled):hover,
.btn-md-m:not(.btn-disabled):hover,
.btn-md-l:not(.btn-disabled):hover {
    padding: 10px 3px;
  }

  .btn-xl {
    font-size: 14px;
    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;
  }
  .btn-inline-wrapper .btn {
    display: inline-block;
    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 small {
    margin-bottom: 3px;
  }

  .btn-newcontract {
    background-position: center 5px;
    padding: 85px 0 30px;
    line-height: 1.5;
    height: 140px;
  }
  .btn-newcontract span {
    padding-top: 0;
    line-height: 1.5;
    padding-left: 0;
    font-size: 14px;
  }
  .btn-newcontract:hover {
    padding: 85px 0 30px !important;
  }

  .btn-change {
    background-position: center 5px;
    padding: 85px 0 30px;
    line-height: 1.5;
    height: 140px;
  }
  .btn-change span {
    padding-top: 0;
    line-height: 1.5;
    padding-left: 0;
    font-size: 14px;
  }
  .btn-change:hover {
    padding: 85px 0 30px !important;
  }
}
@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;
  }

  .btn-newcontract span,
.btn-change span {
    font-size: 12px;
  }
}
.box {
  border: 1px solid #e8e8e8;
  padding: 20px 20px;
  background: #fff;
}
.box p:last-child {
  margin-bottom: 0;
}
.box-gray {
  background: #E8E8E8;
}
.box-lightgray {
  background: #F6F6F6;
  border: none;
}
.box-red {
  border-color: #FC0F3A;
}
.box-title {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1.5;
  background: #E8E8E8;
}
.box-title-red {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1.5;
  background: #FC0F3A;
  color: #fff;
}
.box-inner-title {
  background: #F6F6F6;
  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 #e8e8e8;
  border-radius: 10px;
  padding: 35px 5px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.box-product .ttl-paragraph {
  margin-top: 0;
  margin-bottom: 10px;
}
.box-product-flag {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 1;
  color: #fff;
  border-radius: 0 0 0 5px;
  overflow: hidden;
  font-size: 0px;
}
.box-product-flag li {
  font-size: 11px;
  display: inline-block;
  background: #CACACA;
  padding: 4px 8px;
}
.box-product-flag li.bg-blue {
  background: #21629A;
}
.box-product-flag li.bg-red {
  background: #ff0000;
}
.box-product-flag li.bg-orange {
  background: #FD8F25;
}
.box-product-flag li.bg-yellow {
  background: #FEEA34;
  color: #131313;
}
.box-product-image {
  margin-bottom: 20px;
  height: 140px;
  position: relative;
}
.box-product-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.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 {
  min-width: 0;
  padding: 6px 10px;
}
.box-product .btn:hover {
  padding: 6px 10px;
}
.box-product-link {
  transition: all 0.25s ease;
  display: block;
  width: 100%;
  height: 100%;
}
.box-product-biz {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 35px 35px 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.box-product-biz .ttl-paragraph {
  margin: 0 0 8px;
}
.box-product-biz-image {
  float: left;
  width: 120px;
  text-align: center;
}
.box-product-biz-text {
  margin-left: 120px;
}
.box-product-biz-text p {
  margin-bottom: 10px;
}
.box-product-biz-action {
  overflow: hidden;
  padding-bottom: 10px;
}
.box-product-biz-action .lineup-list-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.box-product-biz-action .lineup-list-textlink {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.box-product-biz-spec {
  clear: both;
  overflow: hidden;
  font-size: 0px;
  padding-top: 15px;
  margin: 0 5px 0;
}
.box-product-biz-spec > li {
  text-align: center;
  display: inline-block;
  font-size: 9px;
  height: 70px;
  position: relative;
  padding: 0 10px;
  width: 18.7%;
  box-sizing: border-box;
  vertical-align: top;
}
.box-product-biz-spec > li:before {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 10px;
  background: #E8E8E8;
}
.box-product-biz-spec > li:first-child {
  width: 25%;
}
.box-product-biz-spec > li:first-child:before {
  display: none;
}
.box-product-biz-spec > li.is-disactive {
  opacity: 0.3;
}
.box-product-biz-spec > li img {
  width: 27px;
}
.box-product-biz-spec > li p {
  padding-top: 5px;
  font-size: 9px;
  line-height: 1.4;
  margin: 0;
}
.box-block {
  position: relative;
  overflow: hidden;
}
.box-block .ttl-paragraph,
.box-block .ttl-small {
  margin-top: 0;
}
.box-block-border {
  border: 1px solid #e8e8e8;
  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;
  transition: all 0.25s ease;
  width: 100%;
  height: 100%;
}
.box-block-link:hover {
  opacity: 0.7;
}
.box-block a {
  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%;
  transform: translate(0%, -50%);
  width: 58%;
}
.box-block-order {
  text-align: left;
  padding-right: 2%;
}
.box-block-order .box-block-image-left {
  float: none;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5%;
}
.box-block-order .box-block-image-left img {
  width: 23px;
}
.box-block-order .box-block-detail-middle {
  left: auto;
  width: auto;
  position: static;
  display: inline-block;
  vertical-align: middle;
  transform: translate(0, 0);
}
.box-block-order-tel {
  overflow: hidden;
}
.box-block-order-tel-title {
  float: left;
  width: 200px;
  text-align: left;
  line-height: 1;
  padding: 30px 0;
}
.box-block-order-tel-number {
  margin-left: 200px;
  line-height: 1.4;
  padding: 15px 0 15px 40px;
  position: relative;
  border-left: 1px solid #E8E8E8;
}
.box-block-order-tel-number .number {
  display: inline-block;
  margin-right: 10px;
  color: #ff0033;
  background: url(/common_b/images/common/icon/icon_tel.svg) no-repeat left top;
  background-size: 15px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
}
.box-block-order-tel-number p {
  display: inline-block;
}
.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%;
  transform: translate(0%, -50%);
}
.box-small p:last-child {
  margin-bottom: 0;
}

span.box-block-link:hover {
  opacity: 1;
}

/* お申し込み方法 */
.howtoorder > div {
  display: flex;
}
.howtoorder-item {
  border: 2px solid #e8e8e8;
  padding: 35px 10px 5px 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.howtoorder-item-num {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #e8e8e8;
  line-height: 1;
  font-size: 22px;
  line-height: 40px;
  border-radius: 0 0 5px 0;
}
.howtoorder-item-image {
  text-align: center;
}
.howtoorder-item-image img {
  width: 70px;
}
.howtoorder-item .ttl-paragraph {
  margin: 20px 0 10px;
}
.howtoorder-item .ttl-paragraph small {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.howtoorder-item p {
  margin-bottom: 10px;
}

/* 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: 980px) {
  .box-block-order p {
    font-size: 13px;
  }

  .box-block-order .box-block-image-left {
    margin-right: 2%;
  }
}
@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;
  }
  .box-product.has-flag {
    padding-top: 25px;
  }
  .box-product-flag {
    position: absolute;
    font-size: 0px;
    border-radius: 0 0 0 5px;
    z-index: 5;
  }
  .box-product-image {
    margin-bottom: 10px;
    position: relative;
  }
  .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 {
    min-width: 0;
    padding: 3px 10px;
    font-size: 11px;
  }
  .box-product .btn:hover {
    padding: 3px 10px;
  }
  .box-product-biz {
    border-radius: 5px;
    padding: 25px 5px 15px;
  }
  .box-product-biz .ttl-paragraph {
    margin: 0 0 5px;
  }
  .box-product-biz-image {
    width: 100px;
  }
  .box-product-biz-text {
    margin-left: 100px;
  }
  .box-product-biz-text p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .box-product-biz-action {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .box-product-biz-action .lineup-list-textlink {
    margin: 0 0 0 10px;
  }
  .box-product-biz-spec {
    padding-top: 5px;
    margin: 0 0px 0;
  }
  .box-product-biz-spec > li {
    font-size: 2vw;
    height: 60px;
    position: relative;
    padding: 0 7px;
    box-sizing: border-box;
    vertical-align: top;
  }
  .box-product-biz-spec > li:before {
    display: block;
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 10px;
    background: #E8E8E8;
  }
  .box-product-biz-spec > li img {
    width: auto;
    width: 25px;
  }
  .box-product-biz-spec > li p {
    padding-top: 3px;
    font-size: 2vw;
  }
  .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;
    transform: none;
    width: 100%;
  }
  .box-block-order-tel-title {
    float: none;
    width: auto;
    text-align: center;
    padding: 0px 0 10px;
  }
  .box-block-order-tel-number {
    margin-left: 0px;
    padding: 15px 0 15px 0px;
    border-top: 1px solid #E8E8E8;
    border-left: none;
  }
  .box-block-order-tel-number .number {
    display: block;
    margin-right: 0px;
    background: url(/common_b/images/common/icon/icon_tel.svg) no-repeat left top;
    background-size: 20px;
    padding: 0px 0 5px 22px;
    font-weight: bold;
    font-size: 20px;
  }
  .box-block-order-tel-number p {
    display: block;
    font-size: 11px;
  }
  .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 #ddd;
  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: 3px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  width: 50%;
  color: #999;
  line-height: 1;
  transition: all 0.25s ease;
}
.tab-list-item:hover {
  color: #131313;
  font-weight: bold;
}
.tab-list-item:hover a {
  font-weight: bold;
  opacity: 1 !important;
}
.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%;
  transform: translate(0, -50%);
}
.tab-list-item span a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tab-list-item a {
  color: #999;
}
.tab-list-item.is-active {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 3px solid #ff0000;
  font-weight: bold;
  color: #111;
}
.tab-list-item.is-active a {
  color: #111;
}
.tab-list-item.is-active:after {
  display: block;
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0px;
  bottom: -1px;
}
.tab-list-bottom .tab-list-item.is-active {
  border-bottom: 3px solid #ff0000;
  border-top: none;
  border-right: none;
  border-left: none;
}
.tab-list-bottom .tab-list-item.is-active:after {
  background: #ff0000;
}

/* スクロール追従用のタブ */
.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 {
  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 #ddd;
}
.tab-fixed-wrapper > .tab.is-fixed.is-show {
  top: 0;
  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;
  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: #ddd;
}

.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: #ddd;
}

.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: #ddd;
}
.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: #ddd;
}
.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: #F6F6F6;
}

.tab-target {
  overflow: hidden;
  position: relative;
}
.tab-target-item {
  display: none !important;
  left: 0px;
  top: 0px;
  width: 100%;
  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;
  transition: all 0.01s ease;
  opacity: 0;
  transform: translate(-30px, 0);
}
.tab-target-wrapper .tab-target-item.is-prepare-right {
  display: block !important;
  transition: all 0.01s ease;
  opacity: 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 {
  transition: all 0.5s ease;
  opacity: 1;
  transform: translate(0, 0);
}
.tab-target-wrapper .tab-target-item.is-fadeout-left {
  display: block !important;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translate(-30px, 0);
}
.tab-target-wrapper .tab-target-item.is-fadeout-right {
  display: block !important;
  transition: all 0.5s ease;
  opacity: 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: 13px;
  }
  .tab-list-item span {
    padding: 0px 0;
  }
  .tab-list-item.is-active {
    border-top-width: 2px;
  }
  .tab-list-bottom .tab-list-item.is-active {
    border-bottom-width: 2px;
  }

  .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;
    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: #e8e8e8;
  }
  .bg-md-gray .tab-list-item.is-active {
    border-right-color: #e8e8e8;
    border-left-color: #e8e8e8;
  }
  .bg-md-gray .tab-list-item.is-active:after {
    background: #F6F6F6;
  }

  .bg-md-white .tab-list-item.is-active:after {
    background: #fff;
  }
}
.accordion-title {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 45px 15px 15px;
  border: 1px solid #e8e8e8;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  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;
  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: #DADADA;
}
.accordion-icon span:nth-child(1) {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 0px;
  transition: all 0.25s ease;
}
.accordion-icon span:nth-child(2) {
  width: 14px;
  height: 2px;
  left: 0px;
  top: 6px;
}
.accordion-box {
  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-inner {
  opacity: 0;
  transition: all 0.25s ease;
}
.accordion-box-inner.is-active {
  opacity: 1;
  transition: all 0.55s 0.2s ease;
}
.accordion-box p:last-child {
  margin-bottom: 0;
}

.accordion-box {
  display: none;
}
.accordion-box-inner {
  opacity: 0;
}

.accordion-list {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 70px;
}
.accordion-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.accordion-list-item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 30px 0;
}
.accordion-list-item-title:after {
  display: block;
  content: "";
  background: url(/common_b/images/common/icon/icon_arrow.svg) no-repeat left top;
  width: 7px;
  height: 14px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -7px;
  transform: rotate(90deg);
  transition: all 0.1s ease;
}
.accordion-list-item-title.is-active:after {
  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 #e8e8e8;
}
.accordion-list-item:first-child-title {
  border-top: 1px solid #e8e8e8;
}
.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 #e8e8e8;
}

.accordion-device {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .accordion-device {
    margin-bottom: 15px;
  }
}
.accordion-device .accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}
.accordion-device .accordion-title.is-active:hover {
  opacity: 1;
}
.accordion-device .accordion-title .accordion-icon2 {
  display: flex;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -7px;
  width: 16px;
  height: 16px;
  padding: 0;
}
.accordion-device .accordion-box {
  margin-top: -5px;
  padding: 25px 15px 25px 15px;
  border: 1px solid #e8e8e8;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 5px 5px;
}
@media (max-width: 768px) {
  .accordion-device .accordion-box {
    padding-top: 15px;
  }
}

@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-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: #737373;
  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;
  transition: all 0.25s ease;
}
.indexmessage .swiper-button-prev {
  left: 0px;
  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;
}

@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;
  }
}
.list > li {
  padding-left: 15px;
  text-indent: -1rem;
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
}
.list > li a {
  color: #1A0DAB;
  text-decoration: none;
}
.list > li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.list > li a:visited {
  color: #660099;
}
.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: #1A0DAB;
  text-decoration: none;
}
.list-nohead > li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.list-nohead > li a:visited {
  color: #660099;
}
.list-number > li {
  font-size: 15px;
  margin: 0 0 10px 17px;
  line-height: 1.4;
  list-style-type: decimal;
}
.list-number > li a {
  color: #1A0DAB;
  text-decoration: none;
}
.list-number > li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.list-number > li a:visited {
  color: #660099;
}
.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;
}
.list-link > li > a:before,
.list-link > li > span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  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 > li > a {
  color: #1A0DAB;
  text-decoration: none;
}
.list-link > li > a:hover {
  opacity: 1;
  text-decoration: underline;
}
.list-link > li > a:visited {
  color: #660099;
}
.list-link > li > a span {
  color: #1A0DAB;
  text-decoration: none;
}
.list-link > li > a span:hover {
  opacity: 1;
  text-decoration: underline;
}
.list-link > li > a span:visited {
  color: #660099;
}
.list-link > li > a:hover {
  opacity: 1;
}
.list-link > a {
  color: #1A0DAB;
  text-decoration: none;
  padding-left: 1.4em;
  text-indent: -1.4em;
  display: inline-block;
  color: #131313;
  text-decoration: none;
}
.list-link > a:hover {
  opacity: 1;
  text-decoration: underline;
}
.list-link > a:visited {
  color: #660099;
}
.list-link > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  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:hover {
  opacity: 1;
}
.list-link-ib {
  font-size: 0px;
}
.list-link-ib > li {
  display: inline-block;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #e8e8e8;
}
.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 #e8e8e8;
  line-height: 1.4;
  display: inline-block;
}
.list-link-anchor > li:last-child {
  border-right: none;
}
.list-link-anchor > li > a {
  color: #1A0DAB;
  text-decoration: none;
}
.list-link-anchor > li > a:hover {
  opacity: 1;
  text-decoration: underline;
}
.list-link-anchor > li > a:visited {
  color: #660099;
}
.list-link-anchor > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  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-link-anchor > li > a:hover {
  opacity: 1;
}
.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 #e8e8e8;
}
.list-info-item:first-child {
  border-top: 1px solid #e8e8e8;
}
.list-info-item-block,
.list-info-item > a {
  display: block;
  padding: 15px 20px 15px 0;
  position: relative;
  white-space: nowrap;
  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: 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-info-item-block {
  display: block;
  padding: 15px 10px 15px 0;
  position: relative;
}
.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: #737373;
  vertical-align: middle;
  line-height: 1.5;
  display: inline-block;
  margin-right: 10px;
}
.list-info-category {
  color: #ff0000;
  font-size: 10px;
  vertical-align: middle;
  border: 1px solid #ff0000;
  border-radius: 20px;
  padding: 1px 6px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
.list-info-text {
  color: #131313;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1.5;
}
.list-info-text.no-ellipsis {
  white-space: normal;
}
.list-faq-item {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.list-faq-item:first-child {
  border-top: 1px solid #e8e8e8;
}
.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: #ff0000;
  font-size: 10px;
  vertical-align: middle;
  border: 1px solid #ff0000;
  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: #131313;
  margin: 0;
  white-space: nowrap;
  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: #737373;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.5;
  margin: 7px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-indent: -43px;
  padding-left: 43px;
}
.list-faq-answer:before {
  content: "";
  background: url(../images/common/icon/icon_faq_a.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%;
  transform: translate(0, -50%);
  background: #fff;
  line-height: 1;
  font-size: 15px;
  border: 1px solid #e8e8e8;
  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: #1A0DAB;
  text-decoration: none;
}
.list-iconindent li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.list-iconindent li a:visited {
  color: #660099;
}
.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-iconindent2 li {
  text-indent: -2em;
  margin-left: 2em;
  line-height: 1.6;
}
.list-iconindent2 li a {
  color: #1A0DAB;
  text-decoration: none;
}
.list-iconindent2 li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.list-iconindent2 li a:visited {
  color: #660099;
}
.list-iconindent2 li span {
  margin-right: 5px;
}
.list-iconindent2 li span:last-child {
  margin-right: 0;
}
.list-iconindent2 li:last-child {
  margin-bottom: 0;
}
.list-price-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  padding: 15px 0;
}
.list-price-item:first-child {
  border-top: 1px solid #e8e8e8;
}
.list-price-item-title {
  width: 50%;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
  line-height: 1.5;
  padding: 9px 0px 9px 0;
  color: #737373;
}
.list-price-item-number {
  width: 50%;
  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: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.category-list-item {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
}
.category-list-item:nth-child(2n) {
  padding-left: 40px;
  border-left: 1px solid #e8e8e8;
}
.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: 13px;
    line-height: 1.7;
  }
  .list > li:before {
    top: 0px;
  }
  .list-nohead > li {
    padding-left: 0;
    font-size: 13px;
    line-height: 1.7;
  }
  .list-number > li {
    font-size: 13px;
    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: 13px;
    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: 13px;
    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 {
    padding: 10px 10px 10px 0;
  }
  .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;
    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: 13px;
    margin: 0 0 3px;
  }
  .list-faq-answer {
    font-size: 12px;
    line-height: 1.5;
  }
  .list-faq-fav {
    position: static;
    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: 13px;
    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%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid #e8e8e8;
    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: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
    height: auto;
  }
}
.table {
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.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 #E8E8E8;
  border-left: 1px solid #E8E8E8;
  min-width: 50px;
}
.table th a:not(.btn), .table td a:not(.btn) {
  color: #1A0DAB;
  text-decoration: none;
}
.table th a:not(.btn):hover, .table td a:not(.btn):hover {
  opacity: 1;
  text-decoration: underline;
}
.table th a:not(.btn):visited, .table td a:not(.btn):visited {
  color: #660099;
}
.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: #fafafa;
}
.table th.th-width-30 {
  width: 30%;
}
.table td {
  background: #fff;
}
.table-schedule-icon {
  width: 27px;
}
.table-cell-title {
  font-weight: bold;
  font-size: 17px;
}
.table-cell-sunday {
  text-align: center;
}
.table-cell-weekday {
  text-align: center;
}
.table-cell-saturday {
  text-align: center;
}
.table-cell-center {
  text-align: center;
}
.table-cell-right {
  text-align: right;
}
.table-cell-gray {
  background: #FAFAFA;
}
.table-cell-holiday {
  color: #cacaca;
}
.table .table-cell-sunday {
  color: #fb5060;
}
.table .table-cell-saturday {
  color: #33acc1;
}
.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: 1px solid #e8e8e8;
  border-radius: 10px;
  line-height: 1;
  padding: 18px 30px 18px 20px;
  font-size: 15px;
  background: #fff;
  cursor: pointer;
  display: block;
  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: #737373;
  display: inline;
}
.refinebtn-name {
  display: inline;
}
.refinebtn-icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}
.refinebtn-icon span {
  position: absolute;
  background: #DADADA;
}
.refinebtn-icon span:nth-child(1) {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 0px;
  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 #e8e8e8;
  border-radius: 10px;
  line-height: 1;
  padding: 18px 20px;
  font-size: 15px;
  display: block;
  transition: all 0.25s ease;
  background: #E8E8E8;
  color: #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.refinemodal {
  width: calc(100% - 175px);
  height: 100%;
  background: #F6F6F6;
  position: fixed;
  left: 175px;
  top: 0px;
  z-index: 10000;
  display: none;
}
.refinemodal-inner {
  position: absolute;
  left: 50%;
  top: 95px;
  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-inner.noscroll-horizntal {
  overflow-x: hidden;
}
.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 #e8e8e8;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  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;
}
.refinemodal .box-order {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 40px 20px 20px;
  background: #fff;
  height: 100%;
  text-align: center;
}
.refinemodal .ttl-box-order {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
}
.refinemodal .text-ordertel {
  font-size: 45px;
  line-height: 1;
  margin: 25px 0;
  font-weight: bold;
}

.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_b/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: 20px 30px 20px 10px;
    font-size: 13px;
  }
  .refinebtn-icon {
    right: 10px;
    margin-top: -6px;
    width: 11px;
    height: 11px;
  }
  .refinebtn-icon span:nth-child(1) {
    width: 1px;
    height: 11px;
    left: 5px;
    top: 0px;
    transition: all 0.25s ease;
  }
  .refinebtn-icon span:nth-child(2) {
    width: 11px;
    height: 1px;
    left: 0px;
    top: 5px;
  }
  .refinebtn-disabled {
    border-radius: 8px;
    padding: 20px 10px;
    font-size: 13px;
  }

  .refinemodal-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    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: #E8E8E8;
    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;
    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) {
    transform: rotate(45deg);
    top: 22px;
    left: 17px;
  }
  .refinemodal-bottom-close span:nth-child(2) {
    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 #e8e8e8;
  }
  .refinemodal-prefecture-list-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .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 #e8e8e8;
    border-radius: 0;
    background: none;
    text-align: left;
  }
  .refinemodal-city-list-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .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: #e8e8e8;
    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_b/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: #131313;
  text-decoration: none;
  border-radius: 32px;
  transition: all 0.25s ease;
  position: relative;
  border: 1px solid #D2D2D2;
  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;
  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: #D2D2D2;
  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: #131313;
}

@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;
  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: #999;
  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;
  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;
  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;
  transition: all 0.25s ease;
}
.dropdowntopic-title.is-active:after {
  transform: rotate(180deg);
}
.dropdowntopic-box {
  display: none;
}
.dropdowntopic-box-inner {
  opacity: 0;
  transition: all 0.25s ease;
}
.dropdowntopic-box-inner.is-active {
  opacity: 1;
  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;
  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;
  box-sizing: border-box;
  border: 1px solid #fff;
  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;
    box-sizing: border-box;
  }
  .areamap-select-block:after {
    display: none;
  }
  .areamap-select-block-title {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
  }
  .areamap-select-block-title a {
    display: block;
    line-height: 1;
    padding: 18px 0;
    text-decoration: none;
    color: #131313;
    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 #e8e8e8;
  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: #1A0DAB;
  text-decoration: none;
}
.tooltip-box a:hover {
  opacity: 1;
  text-decoration: underline;
}
.tooltip-box a:visited {
  color: #660099;
}
.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 #e8e8e8;
  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 #e8e8e8;
    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: #737373;
}
.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 #e8e8e8;
}
.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 #e8e8e8;
  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::placeholder {
  color: #cacaca;
}
.searchsite-block-btn {
  background: url(/common_b/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;
}

@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: #737373;
  }
  .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_b/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 #e8e8e8;
    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::placeholder {
    color: #ccc;
  }
  .searchsite-block-btn {
    background: url(/common_b/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;
  }
}
/* iphone5 iphoneSE用 */
.bizhead {
  padding: 21px 10px 0px 40px;
  font-size: 12px;
  box-sizing: border-box;
  height: 55px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: none;
  position: relative;
  line-height: 1;
  color: #737373;
}
.bizhead-wrap {
  padding-right: 56px;
  background: rgba(0, 0, 0, 0.03);
  line-height: 1;
  position: relative;
  z-index: 15;
}
.bizhead-wrap-index {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.bizhead-wrap-index .bizhead {
  color: #fff;
}
.bizhead-search {
  display: inline-block;
  width: 240px;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  text-align: left;
  position: absolute;
  right: 240px;
  top: 10px;
}
.bizhead-search-input {
  border: none;
  width: 267px;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  outline: none;
}
.bizhead-search-input::placeholder {
  color: #cacaca;
}
.bizhead-search-btn {
  background: url(../images/common/icon/icon_search_gray.svg) no-repeat center center;
  background-size: 20px;
  width: 33px;
  height: 29px;
  position: absolute;
  right: 0px;
  top: 1px;
  text-indent: -99em;
  overflow: hidden;
  border: none;
}
.bizhead-search-online {
  right: 120px;
}
.bizhead-btn-buy {
  position: absolute;
  right: 100px;
  top: 0px;
  width: 120px;
  height: 55px;
  background: url(../images/common/icon/icon_head_buy.svg) no-repeat center 8px #FC0F3A;
  background-size: 90px;
  color: #fff;
  line-height: 1;
  padding-top: 35px;
  font-size: 9px;
  text-align: center;
  text-indent: -99em;
  overflow: hidden;
}
.bizhead-btn-support {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 55px;
  background: url(../images/common/icon/icon_head_support.svg) no-repeat center 9px #000;
  background-size: 82px;
  color: #fff;
  line-height: 1;
  padding-top: 35px;
  font-size: 9px;
  text-align: center;
  text-indent: -99em;
  overflow: hidden;
}

@media (max-width: 1180px) {
  .bizhead-search {
    right: 160px;
    width: 200px;
  }

  .bizhead-search-online {
    right: 90px;
  }

  .bizhead-btn-buy {
    background: url(../images/common/icon/icon_head_buy_sp.svg) no-repeat center 7px #FC0F3A;
    background-size: 56px;
    width: 70px;
    right: 70px;
  }

  .bizhead-btn-support {
    background: url(../images/common/icon/icon_head_support_sp.svg) no-repeat center 7px #000;
    background-size: 56px;
    width: 70px;
  }
}
@media (max-width: 768px) {
  .bizhead {
    padding: 12px 0px 11px 15px;
  }
  .bizhead-wrap:after {
    right: 55px;
    height: 42px;
  }
  .bizhead-list-item:first-child a img {
    width: 20px;
  }
  .bizhead-list-item a:after {
    margin: 0 5px 0 10px;
    height: 10px;
  }
}
.deviceinfo-table td {
  border-bottom: 1px solid #E8E8E8;
  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;
  box-shadow: 0px 3px 0px #cacaca;
  line-height: 1.7;
  transition: all 0.1s ease;
  top: 0px;
  position: relative;
}
.btn-legacy a:hover {
  box-shadow: 0px 0px 0px #cacaca;
  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: #FC0F3A;
  color: #fff !important;
  border-color: #FC0F3A;
  box-shadow: 0px 3px 0px #d70b32;
}

.btn-legacy-white a {
  background: #fff;
  color: #000;
  border-color: #cacaca;
  box-shadow: 0px 3px 0px #cacaca;
}

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

.btn-legacy-gray a {
  color: #fff;
  background: #D2D2D2;
  border-color: #D2D2D2;
  box-shadow: none;
  box-shadow: 0px 3px 0px silver;
}

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

.btn-legacy-disabled a:hover {
  box-shadow: 0px 0px 0px black;
  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 {
  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 {
  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: flex;
  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 #e8e8e8;
  border-radius: 10px;
}

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

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

.box-list-3 > li, .box-list-3 > div {
  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 {
  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: flex;
  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;
  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: flex;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  margin: 0 calc(30px / 2 * -1);
  justify-content: space-between;
}
.text-legacy > div {
  flex: 0 1 auto;
  margin: 0 calc(30px / 2);
}
.text-legacy > div.image img, .text-legacy > div.image-center img {
  max-width: initial;
  border: 1px solid #e8e8e8;
}
.text-legacy > div.image img.noborder, .text-legacy > div.image-center img.noborder {
  border: none;
}
.text-legacy-right {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.text-legacy-left {
  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 #e8e8e8;
}

/* -----------------------------------------
	サポート・サービス下層
----------------------------------------- */
.bg_on {
  background-image: url(/common_b/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 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .box-list-3 > li, .box-list-3 > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .box-list-2 > li, .box-list-2 > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .box-list-5b > li, .box-list-5b > div {
    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 #e8e8e8;
  }
  .text-legacy-right {
    flex-direction: row;
  }

  /* -----------------------------------------
  	テーブル
  ----------------------------------------- */
  .table-adjust {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-bottom: 10px;
    background: url(/common_b/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: 730px !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;
  }
}
@media (max-width: 700px) {
  .table-adjust.tbl700 > table {
    width: 700px !important;
    max-width: none !important;
  }
}
@media (max-width: 600px) {
  .table-adjust.tbl600 > table {
    width: 600px !important;
    max-width: none !important;
  }
}
@media (max-width: 500px) {
  .table-adjust.tbl500 > table {
    width: 500px !important;
    max-width: none !important;
  }
}
@media (max-width: 400px) {
  .table-adjust.tbl400 > table {
    width: 400px !important;
    max-width: none !important;
  }
}
.image-border {
  border: #e8e8e8 solid 1px;
}

@media (min-width: 769px) {
  .ttl-article {
    margin-bottom: 35px;
  }
}
.begginer-breadcrumb {
  padding: 10px 10px 10px 40px;
}
.begginer-breadcrumb a[tabindex] {
  opacity: 1;
}
.begginer-breadcrumb a[tabindex]::after {
  content: none;
}
.begginer-breadcrumb-wrap {
  border-top: none;
}
.begginer-breadcrumb-list-item span {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.begginer-breadcrumb-list-item:first-child img {
  width: 23px;
  vertical-align: middle;
}
.begginer-section-arrow {
  padding-bottom: 105px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: inherit;
  z-index: 2;
}
.begginer-section-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.16));
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.begginer-section-arrow-inner {
  overflow: hidden;
}
.begginer-anchor-list {
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 50px !important;
}
.begginer-anchor-item {
  width: calc((100% - 40px) / 2);
  border-bottom: #E8E8E8 solid 2px;
}
.begginer-anchor-item a {
  text-align: center;
  display: block;
  padding-bottom: 35px;
  position: relative;
}
.begginer-anchor-item a::after {
  content: "";
  width: 11px;
  height: 18px;
  background-image: url(../images/common/icon/icon_arrow_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.begginer-anchor-item a > span {
  font-size: 18px;
  font-weight: bold;
}
.begginer-txt {
  font-size: 17px;
  line-height: 1.7;
}
.begginer-txt + *:not([class*=ttl-]):not([class*=-ttl]) {
  margin-top: 30px;
}
.begginer-txt a {
  font-size: inherit;
}
.begginer-txt-l {
  font-size: 20px;
  font-weight: bold;
}
.begginer-ttl-aside {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.begginer-ttl-icon {
  padding-left: 24px;
  position: relative;
}
.begginer-ttl-icon::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
.begginer-ttl-icon.ttl-caution {
  color: #FF0033;
}
.begginer-ttl-icon.ttl-caution::before {
  width: 18px;
  height: 16px;
  background-image: url(../images/common/icon/icon_attention_red.svg);
}
.begginer-ttl-icon.ttl-supplement {
  color: #0085C7;
}
.begginer-ttl-icon.ttl-supplement::before {
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon/icon_infomation.svg);
}
.begginer-btn {
  font-size: 15px;
  padding: 7px 5px;
}
.begginer-btn:not(.btn-disabled):hover {
  padding: 7px 5px;
}
.begginer-btn.btn-l {
  font-size: 17px;
  padding: 16px 5px;
}
.begginer-btn.btn-l:not(.btn-disabled):hover {
  padding: 16px 5px;
}
.begginer-btn-anchor {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border: #E8E8E8 solid 1px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}
.begginer-btn-anchor-section {
  padding: 30px 0;
}
.begginer-btn-anchor-list {
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
.begginer-btn-anchor-list.column-02 li {
  width: calc((100% - 30px) / 2);
}
.begginer-btn-anchor-list.column-03 li {
  width: calc((100% - 60px) / 3);
}
.begginer-btn-anchor-list.column-04 li {
  width: calc((100% - 90px) / 4);
}
.begginer-btn-anchor-list.column-05 li {
  width: calc((100% - 120px) / 5);
}
.begginer-btn-anchor-link {
  font-size: 15px;
  font-weight: bold;
  text-indent: inherit;
  line-height: 1.2;
  margin: 0;
  padding-left: 21px;
  position: relative;
}
.begginer-btn-anchor-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: -1px 0 0 0;
}
.begginer-btn-anchor.text-left {
  justify-content: flex-start;
}
.begginer-btn-anchor.black {
  background-color: #323232;
}
.begginer-btn-anchor.black .begginer-btn-anchor-link {
  color: #fff;
}
.begginer-btn-anchor.black .begginer-btn-anchor-link::before {
  background-image: url(../images/common/icon/icon_arrow_circle_down_white.png);
}
.begginer-formradio-inline-wrapper {
  width: 100%;
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  margin-top: -10px;
}
.begginer-formradio-inline-item {
  width: calc((100% - 20px) / 2);
  margin: 0;
  margin-top: 10px;
}
.begginer-formradio-inline-item label {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  padding: 20px 15px 20px 60px;
}
.begginer-list {
  margin-bottom: 20px;
}
.begginer-list > li {
  font-size: 17px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.begginer-list > li:not(:last-child) {
  margin-bottom: 17px;
}
.begginer-list > li::before {
  content: "・";
}
.begginer-list > li > [class*=begginer-list] {
  padding: 20px 0 0 18px;
}
.begginer-list > li > [class*=begginer-list] > li {
  font-size: 15px;
  margin-bottom: 15px;
}
.begginer-list > li > .begginer-list > li::before {
  content: "－";
}
.begginer-list > li > .begginer-list-number > li {
  text-indent: 0;
  padding-left: 0;
  list-style-type: decimal;
  margin-left: 18px;
}
.begginer-list > li a {
  font-size: 15px;
}
.begginer-list-number {
  margin-bottom: 20px;
}
.begginer-list-number > li {
  font-size: 17px;
  line-height: 1.4;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 17px;
  position: relative;
}
.begginer-list-number > li:not(:last-child) {
  margin-bottom: 17px;
}
.begginer-list-number > li > [class*=begginer-list] {
  padding: 20px 0 0 18px;
}
.begginer-list-number > li > [class*=begginer-list] > li {
  font-size: 15px;
}
.begginer-list-number > li > .begginer-list > li::before {
  content: "－";
}
.begginer-list-number > li > .begginer-list-number > li {
  text-indent: 0;
  padding-left: 0;
  list-style-type: decimal;
  margin-left: 18px;
}
.begginer-list-number > li a {
  font-size: 17px;
}
.begginer-list-notice {
  margin-bottom: 20px;
}
.begginer-list-notice > li {
  color: #555555;
  font-size: 15px;
  line-height: 1.4;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.begginer-list-notice > li:not(:last-child) {
  margin-bottom: 15px;
}
.begginer-list-notice > li a {
  font-size: 15px;
}
.begginer-list-notice.text-red > li {
  color: #FF0033;
}
.begginer-list-faq {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 50px;
}
.begginer-list-faq-item {
  border-bottom-color: #D2D2D2;
}
.begginer-list-faq-item:first-child {
  border-top: none;
}
.begginer-list-faq-item:last-child {
  border-bottom: none;
}
.begginer-list-faq-item a {
  background-color: #fff;
  padding: 24px 80px 24px 5px;
  transition: background-color 0.25s ease;
}
.begginer-list-faq-item a::after {
  width: 10px;
  height: 17px;
  background-image: url(../images/common/icon/icon_arrow_darkgray.svg);
  background-size: 10px;
  right: 34px;
}
.begginer-list-faq-item a:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  .begginer-list-faq-item a:hover {
    background-color: #F6F6F6;
  }
}
.begginer-list-faq-question {
  font-size: 17px;
  line-height: 1.7;
  text-overflow: initial;
  white-space: initial;
  text-indent: -36px;
  padding-left: 36px;
}
.begginer-list-faq-question::before {
  margin-right: 10px;
}
.begginer-text-link {
  font-size: 17px;
}
.begginer-list-link > li {
  margin-bottom: 10px;
}
.begginer-list-link > li a, .begginer-list-link > li span {
  font-size: 17px;
}
.begginer-list-link > li a::before, .begginer-list-link > li span::before {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.begginer-list-link-ib > li {
  border-right: none;
  padding-right: 0;
  margin-right: 60px;
}
.begginer-list-link-ib > li, .begginer-list-link-anchor > li {
  margin-bottom: 20px !important;
}
.begginer-list-link-anchor {
  display: flex;
  flex-wrap: wrap;
}
.begginer-list-link-anchor > li {
  border-color: #CACACA;
}
.begginer-text-image figcaption {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}
.begginer-text-image.text-image-center {
  text-align: center;
  margin-bottom: 30px;
}
.begginer-label {
  background-color: #262626;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-radius: 15px;
  padding: 7px 12px 6px;
  display: inline-block;
}
.begginer-label.label-s {
  font-size: 10px;
  padding: 5px 8px 5px;
}
.begginer-label.label-red {
  background-color: #F91919;
}
.begginer-label.label-blue {
  background-color: #3894FE;
}
.begginer-label-list {
  display: flex;
}
.begginer-label-list-item:not(:last-child) {
  margin-right: 20px;
}
.begginer-ttl-inline-label {
  display: flex;
  align-items: center;
}
.begginer-ttl-inline-label .begginer-label {
  margin-left: 10px;
}
.begginer-ttl-inline-label .begginer-label.label-s {
  margin-left: 5px;
}
.begginer-ttl-label .begginer-label {
  display: table;
  margin-bottom: 5px;
}
.begginer-ttl-label .begginer-label.label-s {
  margin-bottom: 3px;
}
.begginer-box {
  border: #E8E8E8 solid 1px;
  border-radius: 8px;
  padding: 40px;
}
.begginer-box > :first-child {
  margin-top: 0;
}
.begginer-box > :last-child {
  margin-bottom: 0;
}
.begginer-box + .begginer-box {
  margin-top: 60px;
}
.begginer-box.box-caution {
  background-color: #FFFCF2;
  border-color: #FFD789;
}
.begginer-box.box-supplement {
  background-color: #F7F9FB;
  border-color: #49A7D6;
}
.begginer-tab-list {
  display: flex;
  flex-wrap: wrap;
}
.begginer-tab-list-item {
  height: auto;
  min-height: 50px;
  font-size: 20px;
  font-weight: bold;
  border-top: #fff solid 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 5px !important;
}
.begginer-tab-list-item > span {
  line-height: 1.3;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.begginer-tab-list-item > span > span {
  position: relative;
  top: auto;
  transform: none;
  display: block;
  font-size: 15px;
  margin-top: 0.5rem;
}
.begginer-accordion {
  border-radius: 8px;
  border: #E8E8E8 solid 3px;
  transition: border-color 0.25s ease;
}
.begginer-accordion:hover {
  border-color: #CCCCCC;
}
@media (min-width: 769px) {
  .begginer-accordion.is-active:hover {
    border-color: #E8E8E8;
  }
}
.begginer-accordion-title {
  font-size: 17px;
  background-color: rgba(255, 255, 255, 0);
  border: none !important;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 21px 70px 21px 20px;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.25s ease;
}
.begginer-accordion-title.is-active {
  background-color: #F6F6F6;
  font-weight: normal;
}
.begginer-accordion-title.is-active .begginer-accordion-icon::before {
  transform: rotate(45deg) translate(-50%, -50%);
}
.begginer-accordion-title:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  .begginer-accordion-title:hover .begginer-accordion-icon {
    background-color: #E8E8E8;
  }
}
.begginer-accordion-box {
  display: none;
  padding: 40px 20px 52px;
}
.begginer-accordion-box-inner {
  opacity: 0;
  transition: all 0.25s ease;
}
.begginer-accordion-box-inner > :first-child {
  margin-top: 0;
}
.begginer-accordion-box-inner > :last-child {
  margin-bottom: 0;
}
.begginer-accordion-box-inner.is-active {
  opacity: 1;
  transition: all 0.55s 0.2s ease;
}
.begginer-accordion-box-inner img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.begginer-accordion-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: background-color 0.25s ease;
}
.begginer-accordion-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon/icon_plus_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left 0 0;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.begginer-accordion-faq {
  width: 100%;
  max-width: 860px;
  margin: auto;
}
.begginer-accordion-faq-title {
  background-color: rgba(255, 255, 255, 0);
  padding: 24px 80px 24px 5px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.begginer-accordion-faq-title.is-active .begginer-accordion-faq-icon::before {
  transform: rotate(45deg) translate(-50%, -50%);
}
.begginer-accordion-faq-title:hover {
  opacity: 1;
  background-color: #FAFAFA;
}
@media (min-width: 769px) {
  .begginer-accordion-faq-title:hover .begginer-accordion-faq-icon {
    background-color: #E8E8E8;
  }
}
.begginer-accordion-faq-question, .begginer-accordion-faq-answer {
  font-size: 17px;
  line-height: 1.7;
  text-overflow: initial;
  white-space: initial;
  text-indent: -36px;
  padding-left: 36px;
}
.begginer-accordion-faq-question::before, .begginer-accordion-faq-answer::before {
  margin-right: 10px;
}
.begginer-accordion-faq-question {
  font-weight: bold;
}
.begginer-accordion-faq-box {
  display: none;
  padding: 20px 80px 20px 5px;
}
.begginer-accordion-faq-box-inner {
  opacity: 0;
  transition: all 0.25s ease;
}
.begginer-accordion-faq-box-inner > :first-child {
  margin-top: 0;
}
.begginer-accordion-faq-box-inner > :last-child {
  margin-bottom: 0;
}
.begginer-accordion-faq-box-inner.is-active {
  opacity: 1;
  transition: all 0.55s 0.2s ease;
}
.begginer-accordion-faq-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: background-color 0.25s ease;
}
.begginer-accordion-faq-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon/icon_plus_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left 0 0;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.begginer-table th, .begginer-table td {
  font-size: 17px;
  padding: 30px 20px;
}
.begginer-table .table-th {
  width: 240px;
  text-align: left;
}
.begginer-process {
  line-height: 1.3;
}
.begginer-process-ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
}
.begginer-process-ttl-inner {
  width: calc(100% - 80px);
  font-size: 22px;
  font-weight: bold;
  padding-top: 0.25em;
}
.begginer-process-ttl-num {
  min-width: 40px;
  background-color: #FF0033;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: block;
  margin-right: 25px;
  padding: 7px 0 5px 5px;
  position: relative;
}
.begginer-process-ttl-num::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 27px 15px;
  border-color: transparent transparent transparent #FF0033;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 0;
}
@-moz-document url-prefix() {
  .begginer-process-ttl-num::after {
    right: -14px;
  }
}
.begginer-process-ttl-num span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  display: block;
}
.begginer-process-inner {
  position: relative;
  max-width: 1020px;
  margin: 70px auto 0;
}
.begginer-process-inner .swiper-button-prev, .begginer-process-inner .swiper-button-next {
  border: none;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../images/index/slider_arrow.png) no-repeat center center;
  background-size: contain;
  text-indent: -99em;
  overflow: hidden;
  z-index: 10;
  margin-top: -25px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.begginer-process-inner .swiper-button-prev.swiper-button-disabled, .begginer-process-inner .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
.begginer-process-inner .swiper-button-prev {
  left: -4px;
  transform: rotate(180deg);
}
.begginer-process-inner .swiper-button-next {
  right: -4px;
}
.begginer-process-inner .swiper-button-prev:hover, .begginer-process-inner .swiper-button-next:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  .begginer-process-inner .swiper-button-prev:hover, .begginer-process-inner .swiper-button-next:hover {
    background-image: url(../images/index/slider_arrow_on.png);
  }
}
.begginer-process-list {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.begginer-process-list-wrapper {
  width: 880px;
  margin: auto;
  position: relative;
}
.begginer-process-item {
  height: auto;
  border: #E8E8E8 solid 1px;
  border-radius: 8px;
  padding: 35px 20px 30px;
}
.begginer-process-item > :first-child {
  margin-top: 0;
}
.begginer-process-item > :last-child {
  margin-bottom: 0;
}
.begginer-process-item-num {
  background-color: #FF0033;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 30px;
  padding: 3px 30px 3px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.begginer-process-item-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 15px;
}
.begginer-process-item-img {
  text-align: center;
  margin-bottom: 15px;
}
.begginer-process-item-txt {
  font-size: 15px;
  line-height: 2;
}
.begginer-step-flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0;
}
.begginer-step-flow-list.column-06 .begginer-step-flow-item {
  width: calc((100% - 200px) / 6);
}
.begginer-step-flow-list.column-06 .begginer-step-flow-item:not(:last-child)::after {
  right: -32px;
}
.begginer-step-flow-list.column-07 .begginer-step-flow-item {
  width: calc((100% - 168px) / 7);
}
.begginer-step-flow-list.column-07 .begginer-step-flow-item:not(:last-child)::after {
  right: -24px;
}
.begginer-step-flow-item {
  position: relative;
}
.begginer-step-flow-item:not(:last-child)::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon/icon_material_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.begginer-step-flow-item a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  border: #E8E8E8 solid 1px;
  border-radius: 8px;
  display: block;
  padding: 10px 5px 24px;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}
.begginer-step-flow-item a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icon/icon_arrow_circle_down_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.begginer-step-flow-item a:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  .begginer-step-flow-item a:hover {
    background-color: #FFF8F8;
    border-color: #FEC8CD;
  }
  .begginer-step-flow-item a:hover .begginer-step-flow-num {
    color: #FF0033;
  }
}
.begginer-step-flow-item a > :first-child {
  margin-top: 0;
}
.begginer-step-flow-item a > :last-child {
  margin-bottom: 0;
}
.begginer-step-flow-num {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px;
  transition: color 0.25s ease;
}
.begginer-step-flow-icon {
  width: 68px;
  margin: 0 auto;
}
.begginer-step-flow-icon.top {
  transform: translateY(8px);
}
.begginer-step-flow-head {
  height: auto;
  min-height: 35px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.begginer-step-section {
  padding: 90px 0;
}
.begginer-step-box {
  max-width: 980px;
  background-color: #fff;
  border: #E8E8E8 solid 1px;
  margin: auto;
  padding: 90px 50px 30px;
  position: relative;
}
.begginer-step-box:not(:last-child) {
  margin-bottom: 100px;
}
.begginer-step-box:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 33px 0 33px;
  border-color: #ffc8cd transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.begginer-step-box-num {
  width: 72px;
  height: 72px;
  background-color: #FF0033;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.begginer-step-box-num > span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  padding-top: 0.45em;
}
.begginer-step-box-num > span span {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  display: block;
}
.begginer-step-box-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
}
.begginer-necessities-list {
  width: 100%;
  max-width: 780px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
.begginer-necessities-item {
  width: calc((100% - 100px) / 3);
  position: relative;
}
.begginer-necessities-item:not(:last-child) {
  margin-right: 49px;
}
.begginer-necessities-item a {
  background-color: #fff;
  text-align: center;
  border: #E8E8E8 solid 1px;
  display: block;
  padding: 30px 0 15px;
  position: relative;
  cursor: pointer;
}
.begginer-necessities-item a:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 769px) {
  .begginer-necessities-item a:hover {
    background-color: #FFF8F8;
  }
}
.begginer-necessities-item.plus:not(:last-child)::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/common/icon/icon_plus_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.begginer-necessities-label, .begginer-necessities-num {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.begginer-necessities-label {
  width: auto;
  min-width: 150px;
  background-color: #262626;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  border-radius: 15px;
  padding: 5px;
  display: inline-block;
  top: -12px;
}
.begginer-necessities-num {
  width: 26px;
  height: 26px;
  background-color: #FF0033;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
}
.begginer-necessities-icon {
  width: 72px;
  margin: 0 auto 10px;
}
.begginer-necessities-icon.top {
  transform: translateY(6px);
}
.begginer-necessities-link {
  font-weight: bold;
}
.begginer-necessities-txt {
  font-size: 13px;
  text-align: center;
}
.begginer-necessities-txt b {
  margin: 0 0.25em;
}
.begginer-necessities-box {
  width: 100%;
  max-width: 780px;
  background-color: #fff;
  border: #E8E8E8 solid 1px;
  padding: 24px 15px 15px;
  margin: 0 auto;
  position: relative;
}
.begginer-necessities-box-column {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.begginer-necessities-box-column-item {
  width: 50%;
}
.begginer-necessities-box-column-item:first-child {
  border-right: #E8E8E8 solid 1px;
}
.begginer-necessities-box-column-item a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  position: relative;
}
.begginer-necessities-box-column-item a:hover {
  cursor: pointer;
}
.begginer-necessities-box-txt {
  margin-bottom: 10px;
}
.begginer-necessities-pc-ttl {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.begginer-necessities-sp-ttl {
  display: none;
}
.begginer-attention-box {
  background-color: #fff;
  border-right: #FB5060 solid 1px;
  border-left: #FB5060 solid 1px;
  border-bottom: #FB5060 solid 1px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  position: relative;
}
.begginer-attention-box-ttl {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
}
.begginer-attention-box-ttl-wrapper {
  background-color: #FB5060;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 15px 20px;
}
.begginer-attention-box-ttl::before {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../images/common/icon/icon_attention_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
.begginer-attention-box-inner {
  padding: 20px;
  position: relative;
}
.begginer-attention-box-inner > :first-child {
  margin-top: 0;
}
.begginer-attention-box-inner > :last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .begginer-section-arrow {
    padding-bottom: 52px;
  }
  .begginer-section-arrow + .l-section {
    padding-top: 50px;
  }
  .begginer-anchor-list {
    margin: 40px auto 35px !important;
  }
  .begginer-anchor-item {
    width: calc((100% - 16px) / 2);
  }
  .begginer-anchor-item a {
    padding-bottom: 28px;
  }
  .begginer-anchor-item a::after {
    width: 8px;
    height: 14px;
    bottom: 9px;
  }
  .begginer-anchor-item a > span {
    font-size: 15px;
  }
  .begginer-breadcrumb {
    padding: 10px 0px 10px 15px;
  }
  .begginer-breadcrumb-list-item span {
    font-size: 13px;
  }
  .begginer-breadcrumb-list-item:first-child img {
    width: 20px;
  }
  .begginer-txt {
    font-size: 14px;
  }
  .begginer-txt + *:not([class*=ttl-]):not([class*=-ttl]) {
    margin-top: 20px;
  }
  .begginer-txt-l {
    font-size: 16px;
  }
  .begginer-ttl-aside {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .begginer-ttl-icon::before {
    top: 2px;
  }
  .begginer-btn {
    font-size: 13px;
    padding: 6px 5px;
  }
  .begginer-btn:not(.btn-disabled):hover {
    padding: 6px 5px;
  }
  .begginer-btn.btn-l {
    font-size: 15px;
    padding: 7px 5px;
  }
  .begginer-btn.btn-l:not(.btn-disabled):hover {
    padding: 7px 5px;
  }
  .begginer-btn-anchor {
    height: auto;
    min-height: 50px;
    border: none;
    border-radius: 0;
    text-align: left;
    justify-content: flex-start;
    padding: 5px 10px;
  }
  .begginer-btn-anchor-section {
    padding: 20px 0;
  }
  .begginer-btn-anchor-list {
    display: block;
    border: #E8E8E8 solid 1px;
    border-radius: 8px;
    overflow: hidden;
  }
  .begginer-btn-anchor-list li {
    width: 100% !important;
  }
  .begginer-btn-anchor-list li:not(:last-child) {
    border-bottom: #E8E8E8 solid 1px;
  }
  .begginer-btn-anchor-link {
    font-size: 16px;
    padding-left: 28px;
  }
  .begginer-formradio-inline-wrapper {
    display: block;
    margin-top: 0;
  }
  .begginer-formradio-inline-item {
    width: 100%;
    margin-top: 0;
  }
  .begginer-formradio-inline-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .begginer-formradio-inline-item label {
    font-size: 15px;
  }
  .begginer-list > li {
    font-size: 14px;
  }
  .begginer-list > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .begginer-list > li > [class*=begginer-list] {
    padding: 7px 0 0 0px;
  }
  .begginer-list > li > [class*=begginer-list] > li {
    font-size: 13px;
  }
  .begginer-list > li > [class*=begginer-list] > li > .begginer-list-number > li {
    margin-left: 18px;
  }
  .begginer-list > li a {
    font-size: 14px;
  }
  .begginer-list-number > li {
    font-size: 14px;
  }
  .begginer-list-number > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .begginer-list-number > li > [class*=begginer-list] {
    padding: 7px 0 0 0px;
  }
  .begginer-list-number > li > [class*=begginer-list] > li {
    font-size: 13px;
  }
  .begginer-list-number > li > .begginer-list-number > li {
    margin-left: 18px;
  }
  .begginer-list-number > li a {
    font-size: 14px;
  }
  .begginer-list-notice > li {
    font-size: 13px;
  }
  .begginer-list-notice > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .begginer-list-notice > li a {
    font-size: 13px;
  }
  .begginer-list-faq {
    margin-bottom: 30px;
  }
  .begginer-list-faq-item a {
    padding: 15px 35px 15px 5px;
  }
  .begginer-list-faq-item a::after {
    right: 0;
  }
  .begginer-list-faq-question {
    font-size: 15px;
    text-indent: -30px;
    padding-left: 30px;
  }
  .begginer-list-faq-question::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .begginer-text-link {
    font-size: 14px;
  }
  .begginer-list-link > li a, .begginer-list-link > li span {
    font-size: 14px;
  }
  .begginer-list-link-ib > li {
    margin-right: 30px;
  }
  .begginer-text-image {
    text-align: center;
  }
  .begginer-text-image figcaption {
    font-size: 13px;
    margin-top: 10px;
  }
  .begginer-text-image.text-image-center, .begginer-text-image.text-image-right, .begginer-text-image.text-image-left {
    margin-bottom: 20px;
  }
  .begginer-label {
    font-size: 10px;
    padding: 5px 8px 5px;
  }
  .begginer-label.label-s {
    transform-origin: left;
    transform: scale(0.8);
  }
  .begginer-label-list-item:not(:last-child) {
    margin-right: 10px;
  }
  .begginer-ttl-inline-label .begginer-label {
    margin-left: 9px;
  }
  .begginer-ttl-inline-label .begginer-label.label-s {
    margin-left: 4px;
  }
  .begginer-ttl-label .begginer-label {
    display: table;
    margin-bottom: 2px;
  }
  .begginer-ttl-label .begginer-label.label-s {
    margin-bottom: 2px;
  }
  .begginer-box {
    padding: 20px 15px;
  }
  .begginer-box + .begginer-box {
    margin-top: 30px;
  }
  .begginer-tab {
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
  .begginer-tab-list-item {
    min-height: 40px;
    font-size: 15px;
    border-top-width: 2px;
    padding: 10px 5px !important;
  }
  .begginer-tab-list-item > span > span {
    font-size: 11px;
  }
  .begginer-tab-list.tab-list-3 .begginer-tab-list-item {
    font-size: 16px;
  }
  .begginer-accordion {
    border-width: 2px;
  }
  .begginer-accordion-title {
    font-size: 14px;
    padding: 20px 55px 20px 15px;
  }
  .begginer-accordion-box {
    padding: 30px 15px;
  }
  .begginer-accordion-icon {
    width: 25px;
    height: 25px;
    right: 15px;
  }
  .begginer-accordion-icon::before {
    width: 10px;
    height: 10px;
  }
  .begginer-accordion-faq-title {
    padding: 15px 35px 15px 5px;
  }
  .begginer-accordion-faq-question, .begginer-accordion-faq-answer {
    font-size: 15px;
    text-indent: -30px;
    padding-left: 30px;
  }
  .begginer-accordion-faq-question::before, .begginer-accordion-faq-answer::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .begginer-accordion-faq-box {
    padding: 15px 35px 15px 5px;
  }
  .begginer-accordion-faq-icon {
    width: 25px;
    height: 25px;
    right: 5px;
  }
  .begginer-accordion-faq-icon::before {
    width: 10px;
    height: 10px;
  }
  .begginer-table th, .begginer-table td {
    font-size: 14px;
    padding: 15px;
  }
  .begginer-table .table-th {
    width: 100px;
    text-align: left;
  }
  .begginer-table.sp-full th, .begginer-table.sp-full td {
    width: 100%;
    display: block;
  }
  .begginer-process-ttl {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .begginer-process-ttl-inner {
    width: calc(100% - 60px);
    font-size: 16px;
    padding-top: 0;
  }
  .begginer-process-ttl-num {
    min-width: 32px;
    font-size: 10px;
    margin-right: 20px;
    padding: 6px 0 4px 3px;
    position: relative;
  }
  .begginer-process-ttl-num::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 10px;
    border-color: transparent transparent transparent #FF0033;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 0;
  }
  .begginer-process-ttl-num span {
    font-size: 22px;
  }
  .begginer-process-inner {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    margin-top: 30px;
  }
  .begginer-process-inner .swiper-button-prev, .begginer-process-inner .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .begginer-process-inner .swiper-button-prev {
    left: 0;
  }
  .begginer-process-inner .swiper-button-next {
    right: 0;
  }
  .begginer-process-list-wrapper {
    width: 100%;
    padding: 0 30px;
  }
  .begginer-process-item {
    border-radius: 8px;
    padding: 35px 15px 30px;
  }
  .begginer-process-txt {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .begginer-step-flow-list {
    display: block;
    border: #E8E8E8 solid 1px;
    border-radius: 8px;
    overflow: hidden;
  }
  .begginer-step-flow-item {
    width: 100% !important;
  }
  .begginer-step-flow-item:not(:last-child) {
    border-bottom: #E8E8E8 solid 1px;
  }
  .begginer-step-flow-item:not(:last-child)::after {
    content: none;
  }
  .begginer-step-flow-item a {
    border: none;
    border-radius: 0;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 50px 15px 40px;
  }
  .begginer-step-flow-item a::before {
    content: "";
    bottom: auto;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .begginer-step-flow-item a:hover {
    background-color: #fff;
  }
  .begginer-step-flow-item a:hover .begginer-step-flow-num {
    color: #131313;
  }
  .begginer-step-flow-num {
    width: 55px;
    font-size: 13px;
    margin: 0 5px 0 0;
  }
  .begginer-step-flow-icon {
    width: 36px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) !important;
  }
  .begginer-step-flow-head {
    width: calc(100% - 60px);
    min-height: auto;
    font-size: 14px;
    display: block;
  }
  .begginer-step-section {
    padding: 75px 0;
  }
  .begginer-step-box {
    border: none;
    padding: 65px 15px 20px;
  }
  .begginer-step-box:not(:last-child) {
    margin-bottom: 85px;
  }
  .begginer-step-box:not(:last-child)::after {
    bottom: -45px;
  }
  .begginer-step-box-num {
    width: 60px;
    height: 60px;
    top: -32px;
  }
  .begginer-step-box-num > span {
    font-size: 13px;
    padding-top: 0.25em;
  }
  .begginer-step-box-num > span span {
    font-size: 24px;
  }
  .begginer-step-box-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .begginer-necessities-list, .begginer-necessities-box {
    display: block;
    border: #E8E8E8 solid 1px;
    border-radius: 8px;
    overflow: hidden;
  }
  .begginer-necessities-item {
    width: 100%;
  }
  .begginer-necessities-item:not(:last-child) {
    border-bottom: #E8E8E8 solid 1px;
    margin-right: 0;
  }
  .begginer-necessities-item a {
    border: none;
    border-radius: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 50px 15px 40px;
  }
  .begginer-necessities-item a::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/common/icon/icon_arrow_circle_down_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .begginer-necessities-item a:hover {
    background-color: #fff;
  }
  .begginer-necessities-item.plus:not(:last-child)::after {
    content: none;
  }
  .begginer-necessities-icon {
    width: 36px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) !important;
  }
  .begginer-necessities-link {
    font-size: 14px;
    text-indent: 0;
    padding-left: 0;
  }
  .begginer-necessities-link::before {
    content: none;
  }
  .begginer-necessities-txt {
    font-size: 13px;
  }
  .begginer-necessities-box {
    padding: 0;
  }
  .begginer-necessities-box-column {
    display: block;
  }
  .begginer-necessities-box-column-item {
    width: 100%;
  }
  .begginer-necessities-box-column-item:first-child {
    border-right: none;
    border-bottom: #E8E8E8 solid 1px;
  }
  .begginer-necessities-box-column-item a {
    text-align: left;
    display: block;
    padding: 10px 10px 10px 40px;
  }
  .begginer-necessities-box-column-item a::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/common/icon/icon_arrow_circle_down_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .begginer-necessities-box-column-item a:hover {
    background-color: #FFF8F8;
  }
  .begginer-necessities-box-txt {
    color: #2680EB;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
  }
  .begginer-necessities-sp-ttl {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
  }
  .begginer-necessities-sp-ttl.s {
    font-size: 14px;
    font-weight: normal;
  }
  .begginer-necessities-sp-ttl-wrapper {
    border-bottom: #E8E8E8 solid 1px;
    padding: 10px;
  }
  .begginer-necessities-sp-label {
    margin-left: 10px;
  }
  .begginer-necessities-pc-ttl {
    display: none;
  }
  .begginer-attention-box-ttl {
    font-size: 14px;
  }
  .begginer-attention-box-ttl-wrapper {
    background-color: #FB5060;
    padding: 10px 15px;
  }
  .begginer-attention-box-ttl::before {
    top: 2px;
  }
  .begginer-attention-box-inner {
    padding: 15px;
  }
}
@media (max-width: 500px) {
  .begginer-list-link-anchor li {
    padding-right: 15px;
    margin-right: 15px;
  }
  .begginer-list-link-anchor.sp-wide > li {
    width: 100%;
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .begginer-list-link-anchor > li {
    width: 100%;
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .begginer-anchor-item a > span {
    font-size: 13px;
  }
  .begginer-txt {
    font-size: 13px;
  }
  .begginer-txt-l {
    font-size: 14px;
  }
  .begginer-process-item-num {
    font-size: 13px;
  }
  .begginer-table .table-th {
    width: 100px;
  }
  .begginer-table th, .begginer-table td {
    font-size: 13px;
  }
  .begginer-tab-list-item {
    font-size: 13px;
  }
  .begginer-step-flow-num {
    width: 42px;
    font-size: 10px;
  }
  .begginer-step-flow-head {
    width: calc(100% - 47px);
    font-size: 12px;
  }
  .begginer-necessities-sp-ttl {
    font-size: 12px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 769px) {
  .begginer-section-arrow {
    box-shadow: none;
    border-bottom: #D2D2D2 solid 2px;
  }
  .begginer-section-arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 53px 0 53px;
    border-color: #D2D2D2 transparent transparent transparent;
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .begginer-section-arrow::after {
    filter: none;
  }
}