  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal
  }

  * {
    box-sizing: border-box
  }

  body {
    line-height: 1
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
  }

  ol, ul {
    list-style: none
  }

  blockquote, q {
    quotes: none
  }

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
  }

  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: underline;
    color: #0c6db1
  }

  a:hover {
    text-decoration: none
  }

  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
  }

  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
  }

  del {
    text-decoration: line-through
  }

  abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
  }

  table {
    border-collapse: collapse;
    border-spacing: 0
  }

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
  }

  input, select {
    vertical-align: middle
  }

  @font-face {
    font-family: 'Roboto';
    src: url("/asset/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
  }

  @font-face {
    font-family: 'Roboto';
    src: url("/asset/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
  }

  @font-face {
    font-family: 'Roboto';
    src: url("/asset/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
  }

  .container-fluid, .container {
    margin-right: auto;
    margin-left: auto
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }

  .container-fluid {
    padding-right: 0;
    padding-left: 0
  }

  .row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem
  }

  .row.row-1 {
    margin-right: -1rem;
    margin-left: -1rem
  }

  .row.row-2 {
    margin-right: -2rem;
    margin-left: -2rem
  }

  .row.row-3 {
    margin-right: -2rem;
    margin-left: -2rem
  }

  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem
  }

  .row-1>.col-xs, .row-1>.col-xs-1, .row-1>.col-xs-2, .row-1>.col-xs-3, .row-1>.col-xs-4, .row-1>.col-xs-5, .row-1>.col-xs-6, .row-1>.col-xs-7, .row-1>.col-xs-8, .row-1>.col-xs-9, .row-1>.col-xs-10, .row-1>.col-xs-11, .row-1>.col-xs-12, .row-1>.col-xs-offset-0, .row-1>.col-xs-offset-1, .row-1>.col-xs-offset-2, .row-1>.col-xs-offset-3, .row-1>.col-xs-offset-4, .row-1>.col-xs-offset-5, .row-1>.col-xs-offset-6, .row-1>.col-xs-offset-7, .row-1>.col-xs-offset-8, .row-1>.col-xs-offset-9, .row-1>.col-xs-offset-10, .row-1>.col-xs-offset-11, .row-1>.col-xs-offset-12 {
    padding-right: 1rem;
    padding-left: 1rem
  }

  .row-2>.col-xs, .row-2>.col-xs-1, .row-2>.col-xs-2, .row-2>.col-xs-3, .row-2>.col-xs-4, .row-2>.col-xs-5, .row-2>.col-xs-6, .row-2>.col-xs-7, .row-2>.col-xs-8, .row-2>.col-xs-9, .row-2>.col-xs-10, .row-2>.col-xs-11, .row-2>.col-xs-12, .row-2>.col-xs-offset-0, .row-2>.col-xs-offset-1, .row-2>.col-xs-offset-2, .row-2>.col-xs-offset-3, .row-2>.col-xs-offset-4, .row-2>.col-xs-offset-5, .row-2>.col-xs-offset-6, .row-2>.col-xs-offset-7, .row-2>.col-xs-offset-8, .row-2>.col-xs-offset-9, .row-2>.col-xs-offset-10, .row-2>.col-xs-offset-11, .row-2>.col-xs-offset-12 {
    padding-right: 2rem;
    padding-left: 2rem
  }

  .row-3>.col-xs, .row-3>.col-xs-1, .row-3>.col-xs-2, .row-3>.col-xs-3, .row-3>.col-xs-4, .row-3>.col-xs-5, .row-3>.col-xs-6, .row-3>.col-xs-7, .row-3>.col-xs-8, .row-3>.col-xs-9, .row-3>.col-xs-10, .row-3>.col-xs-11, .row-3>.col-xs-12, .row-3>.col-xs-offset-0, .row-3>.col-xs-offset-1, .row-3>.col-xs-offset-2, .row-3>.col-xs-offset-3, .row-3>.col-xs-offset-4, .row-3>.col-xs-offset-5, .row-3>.col-xs-offset-6, .row-3>.col-xs-offset-7, .row-3>.col-xs-offset-8, .row-3>.col-xs-offset-9, .row-3>.col-xs-offset-10, .row-3>.col-xs-offset-11, .row-3>.col-xs-offset-12 {
    padding-right: 3rem;
    padding-left: 3rem
  }

  .col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .col-xs-offset-0 {
    margin-left: 0
  }

  .col-xs-offset-1 {
    margin-left: 8.33333333%
  }

  .col-xs-offset-2 {
    margin-left: 16.66666667%
  }

  .col-xs-offset-3 {
    margin-left: 25%
  }

  .col-xs-offset-4 {
    margin-left: 33.33333333%
  }

  .col-xs-offset-5 {
    margin-left: 41.66666667%
  }

  .col-xs-offset-6 {
    margin-left: 50%
  }

  .col-xs-offset-7 {
    margin-left: 58.33333333%
  }

  .col-xs-offset-8 {
    margin-left: 66.66666667%
  }

  .col-xs-offset-9 {
    margin-left: 75%
  }

  .col-xs-offset-10 {
    margin-left: 83.33333333%
  }

  .col-xs-offset-11 {
    margin-left: 91.66666667%
  }

  .start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  @media only screen and (min-width: 22.5em) {
    .col-sm, .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-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 0.5rem;
      padding-left: 0.5rem
    }
    .row-1>.col-sm, .row-1>.col-sm-1, .row-1>.col-sm-2, .row-1>.col-sm-3, .row-1>.col-sm-4, .row-1>.col-sm-5, .row-1>.col-sm-6, .row-1>.col-sm-7, .row-1>.col-sm-8, .row-1>.col-sm-9, .row-1>.col-sm-10, .row-1>.col-sm-11, .row-1>.col-sm-12, .row-1>.col-sm-offset-0, .row-1>.col-sm-offset-1, .row-1>.col-sm-offset-2, .row-1>.col-sm-offset-3, .row-1>.col-sm-offset-4, .row-1>.col-sm-offset-5, .row-1>.col-sm-offset-6, .row-1>.col-sm-offset-7, .row-1>.col-sm-offset-8, .row-1>.col-sm-offset-9, .row-1>.col-sm-offset-10, .row-1>.col-sm-offset-11, .row-1>.col-sm-offset-12 {
      padding-right: 1rem;
      padding-left: 1rem
    }
    .row-2>.col-sm, .row-2>.col-sm-1, .row-2>.col-sm-2, .row-2>.col-sm-3, .row-2>.col-sm-4, .row-2>.col-sm-5, .row-2>.col-sm-6, .row-2>.col-sm-7, .row-2>.col-sm-8, .row-2>.col-sm-9, .row-2>.col-sm-10, .row-2>.col-sm-11, .row-2>.col-sm-12, .row-2>.col-sm-offset-0, .row-2>.col-sm-offset-1, .row-2>.col-sm-offset-2, .row-2>.col-sm-offset-3, .row-2>.col-sm-offset-4, .row-2>.col-sm-offset-5, .row-2>.col-sm-offset-6, .row-2>.col-sm-offset-7, .row-2>.col-sm-offset-8, .row-2>.col-sm-offset-9, .row-2>.col-sm-offset-10, .row-2>.col-sm-offset-11, .row-2>.col-sm-offset-12 {
      padding-right: 2rem;
      padding-left: 2rem
    }
    .row-3>.col-sm, .row-3>.col-sm-1, .row-3>.col-sm-2, .row-3>.col-sm-3, .row-3>.col-sm-4, .row-3>.col-sm-5, .row-3>.col-sm-6, .row-3>.col-sm-7, .row-3>.col-sm-8, .row-3>.col-sm-9, .row-3>.col-sm-10, .row-3>.col-sm-11, .row-3>.col-sm-12, .row-3>.col-sm-offset-0, .row-3>.col-sm-offset-1, .row-3>.col-sm-offset-2, .row-3>.col-sm-offset-3, .row-3>.col-sm-offset-4, .row-3>.col-sm-offset-5, .row-3>.col-sm-offset-6, .row-3>.col-sm-offset-7, .row-3>.col-sm-offset-8, .row-3>.col-sm-offset-9, .row-3>.col-sm-offset-10, .row-3>.col-sm-offset-11, .row-3>.col-sm-offset-12 {
      padding-right: 3rem;
      padding-left: 3rem
    }
    .col-sm {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%
    }
    .col-sm-1 {
      -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
      max-width: 8.33333333%
    }
    .col-sm-2 {
      -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
      max-width: 16.66666667%
    }
    .col-sm-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%
    }
    .col-sm-4 {
      -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
      max-width: 33.33333333%
    }
    .col-sm-5 {
      -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
      max-width: 41.66666667%
    }
    .col-sm-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%
    }
    .col-sm-7 {
      -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
      max-width: 58.33333333%
    }
    .col-sm-8 {
      -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
      max-width: 66.66666667%
    }
    .col-sm-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%
    }
    .col-sm-10 {
      -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
      max-width: 83.33333333%
    }
    .col-sm-11 {
      -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
      max-width: 91.66666667%
    }
    .col-sm-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%
    }
    .col-sm-offset-0 {
      margin-left: 0
    }
    .col-sm-offset-1 {
      margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
      margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
      margin-left: 25%
    }
    .col-sm-offset-4 {
      margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
      margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
      margin-left: 50%
    }
    .col-sm-offset-7 {
      margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
      margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
      margin-left: 75%
    }
    .col-sm-offset-10 {
      margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
      margin-left: 91.66666667%
    }
    .start-sm {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: start
    }
    .center-sm {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center
    }
    .end-sm {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: end
    }
    .top-sm {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
    }
    .middle-sm {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
    }
    .bottom-sm {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end
    }
    .around-sm {
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
    .between-sm {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
    .first-sm {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1
    }
    .last-sm {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1
    }
  }

  @media only screen and (min-width: 48em) {
    .col-md, .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-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 0.5rem;
      padding-left: 0.5rem
    }
    .row-1>.col-md, .row-1>.col-md-1, .row-1>.col-md-2, .row-1>.col-md-3, .row-1>.col-md-4, .row-1>.col-md-5, .row-1>.col-md-6, .row-1>.col-md-7, .row-1>.col-md-8, .row-1>.col-md-9, .row-1>.col-md-10, .row-1>.col-md-11, .row-1>.col-md-12, .row-1>.col-md-offset-0, .row-1>.col-md-offset-1, .row-1>.col-md-offset-2, .row-1>.col-md-offset-3, .row-1>.col-md-offset-4, .row-1>.col-md-offset-5, .row-1>.col-md-offset-6, .row-1>.col-md-offset-7, .row-1>.col-md-offset-8, .row-1>.col-md-offset-9, .row-1>.col-md-offset-10, .row-1>.col-md-offset-11, .row-1>.col-md-offset-12 {
      padding-right: 1rem;
      padding-left: 1rem
    }
    .row-2>.col-md, .row-2>.col-md-1, .row-2>.col-md-2, .row-2>.col-md-3, .row-2>.col-md-4, .row-2>.col-md-5, .row-2>.col-md-6, .row-2>.col-md-7, .row-2>.col-md-8, .row-2>.col-md-9, .row-2>.col-md-10, .row-2>.col-md-11, .row-2>.col-md-12, .row-2>.col-md-offset-0, .row-2>.col-md-offset-1, .row-2>.col-md-offset-2, .row-2>.col-md-offset-3, .row-2>.col-md-offset-4, .row-2>.col-md-offset-5, .row-2>.col-md-offset-6, .row-2>.col-md-offset-7, .row-2>.col-md-offset-8, .row-2>.col-md-offset-9, .row-2>.col-md-offset-10, .row-2>.col-md-offset-11, .row-2>.col-md-offset-12 {
      padding-right: 2rem;
      padding-left: 2rem
    }
    .row-3>.col-md, .row-3>.col-md-1, .row-3>.col-md-2, .row-3>.col-md-3, .row-3>.col-md-4, .row-3>.col-md-5, .row-3>.col-md-6, .row-3>.col-md-7, .row-3>.col-md-8, .row-3>.col-md-9, .row-3>.col-md-10, .row-3>.col-md-11, .row-3>.col-md-12, .row-3>.col-md-offset-0, .row-3>.col-md-offset-1, .row-3>.col-md-offset-2, .row-3>.col-md-offset-3, .row-3>.col-md-offset-4, .row-3>.col-md-offset-5, .row-3>.col-md-offset-6, .row-3>.col-md-offset-7, .row-3>.col-md-offset-8, .row-3>.col-md-offset-9, .row-3>.col-md-offset-10, .row-3>.col-md-offset-11, .row-3>.col-md-offset-12 {
      padding-right: 3rem;
      padding-left: 3rem
    }
    .col-md {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%
    }
    .col-md-1 {
      -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
      max-width: 8.33333333%
    }
    .col-md-2 {
      -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
      max-width: 16.66666667%
    }
    .col-md-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%
    }
    .col-md-4 {
      -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
      max-width: 33.33333333%
    }
    .col-md-5 {
      -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
      max-width: 41.66666667%
    }
    .col-md-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%
    }
    .col-md-7 {
      -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
      max-width: 58.33333333%
    }
    .col-md-8 {
      -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
      max-width: 66.66666667%
    }
    .col-md-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%
    }
    .col-md-10 {
      -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
      max-width: 83.33333333%
    }
    .col-md-11 {
      -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
      max-width: 91.66666667%
    }
    .col-md-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%
    }
    .col-md-offset-0 {
      margin-left: 0
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%
    }
    .col-md-offset-3 {
      margin-left: 25%
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%
    }
    .col-md-offset-6 {
      margin-left: 50%
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%
    }
    .col-md-offset-9 {
      margin-left: 75%
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%
    }
    .start-md {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: start
    }
    .center-md {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center
    }
    .end-md {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: end
    }
    .top-md {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
    }
    .middle-md {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
    }
    .bottom-md {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end
    }
    .around-md {
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
    .between-md {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
    .first-md {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1
    }
    .last-md {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1
    }
  }

  @media only screen and (min-width: 64em) {
    .container {
      width: 100rem;
      padding-left: 0;
      padding-right: 0
    }
    .col-lg, .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-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 0.5rem;
      padding-left: 0.5rem
    }
    .row-1>.col-lg, .row-1>.col-lg-1, .row-1>.col-lg-2, .row-1>.col-lg-3, .row-1>.col-lg-4, .row-1>.col-lg-5, .row-1>.col-lg-6, .row-1>.col-lg-7, .row-1>.col-lg-8, .row-1>.col-lg-9, .row-1>.col-lg-10, .row-1>.col-lg-11, .row-1>.col-lg-12, .row-1>.col-lg-offset-0, .row-1>.col-lg-offset-1, .row-1>.col-lg-offset-2, .row-1>.col-lg-offset-3, .row-1>.col-lg-offset-4, .row-1>.col-lg-offset-5, .row-1>.col-lg-offset-6, .row-1>.col-lg-offset-7, .row-1>.col-lg-offset-8, .row-1>.col-lg-offset-9, .row-1>.col-lg-offset-10, .row-1>.col-lg-offset-11, .row-1>.col-lg-offset-12 {
      padding-right: 1rem;
      padding-left: 1rem
    }
    .row-2>.col-lg, .row-2>.col-lg-1, .row-2>.col-lg-2, .row-2>.col-lg-3, .row-2>.col-lg-4, .row-2>.col-lg-5, .row-2>.col-lg-6, .row-2>.col-lg-7, .row-2>.col-lg-8, .row-2>.col-lg-9, .row-2>.col-lg-10, .row-2>.col-lg-11, .row-2>.col-lg-12, .row-2>.col-lg-offset-0, .row-2>.col-lg-offset-1, .row-2>.col-lg-offset-2, .row-2>.col-lg-offset-3, .row-2>.col-lg-offset-4, .row-2>.col-lg-offset-5, .row-2>.col-lg-offset-6, .row-2>.col-lg-offset-7, .row-2>.col-lg-offset-8, .row-2>.col-lg-offset-9, .row-2>.col-lg-offset-10, .row-2>.col-lg-offset-11, .row-2>.col-lg-offset-12 {
      padding-right: 2rem;
      padding-left: 2rem
    }
    .row-3>.col-lg, .row-3>.col-lg-1, .row-3>.col-lg-2, .row-3>.col-lg-3, .row-3>.col-lg-4, .row-3>.col-lg-5, .row-3>.col-lg-6, .row-3>.col-lg-7, .row-3>.col-lg-8, .row-3>.col-lg-9, .row-3>.col-lg-10, .row-3>.col-lg-11, .row-3>.col-lg-12, .row-3>.col-lg-offset-0, .row-3>.col-lg-offset-1, .row-3>.col-lg-offset-2, .row-3>.col-lg-offset-3, .row-3>.col-lg-offset-4, .row-3>.col-lg-offset-5, .row-3>.col-lg-offset-6, .row-3>.col-lg-offset-7, .row-3>.col-lg-offset-8, .row-3>.col-lg-offset-9, .row-3>.col-lg-offset-10, .row-3>.col-lg-offset-11, .row-3>.col-lg-offset-12 {
      padding-right: 3rem;
      padding-left: 3rem
    }
    .col-lg {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%
    }
    .col-lg-1 {
      -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
      max-width: 8.33333333%
    }
    .col-lg-2 {
      -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
      max-width: 16.66666667%
    }
    .col-lg-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%
    }
    .col-lg-4 {
      -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
      max-width: 33.33333333%
    }
    .col-lg-5 {
      -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
      max-width: 41.66666667%
    }
    .col-lg-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%
    }
    .col-lg-7 {
      -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
      max-width: 58.33333333%
    }
    .col-lg-8 {
      -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
      max-width: 66.66666667%
    }
    .col-lg-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%
    }
    .col-lg-10 {
      -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
      max-width: 83.33333333%
    }
    .col-lg-11 {
      -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
      max-width: 91.66666667%
    }
    .col-lg-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%
    }
    .col-lg-offset-0 {
      margin-left: 0
    }
    .col-lg-offset-1 {
      margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
      margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
      margin-left: 25%
    }
    .col-lg-offset-4 {
      margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
      margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
      margin-left: 50%
    }
    .col-lg-offset-7 {
      margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
      margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
      margin-left: 75%
    }
    .col-lg-offset-10 {
      margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
      margin-left: 91.66666667%
    }
    .start-lg {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: start
    }
    .center-lg {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center
    }
    .end-lg {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: end
    }
    .top-lg {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
    }
    .middle-lg {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
    }
    .bottom-lg {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end
    }
    .around-lg {
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
    .between-lg {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
    .first-lg {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1
    }
    .last-lg {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1
    }
  }

  html {
    font-size: 62.5%
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ÓÎ¥´¥·¥Ã¥¯  Medium', meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #232323;
    word-wrap: break-word
  }

  @media screen and (max-width: 767px) {
    img {
      max-width: 100%
    }
  }

  a:hover img {
    opacity: 0.8
  }

  @media print {
    .layout-header, .layout-side, .layout-footer {
      display: none !important
    }
    .layout-main {
      width: 100% !important
    }
  }

  @keyframes mvslideAnime {
    0% {
      transform: translate3d(0, 0, 0)
    }
    100% {
      transform: translate3d(-40px, 0, 0)
    }
  }

  .container-l {
    width: 100%;
    max-width: 120rem;
    margin-right: auto;
    margin-left: auto
  }

  @media screen and (max-width: 1024px) {
    .container-l {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px
    }
  }

  /* .main-visual, .main-visual-still {
    background-color: #fff;
    background-image: url(/asset/img/home/home-bg-key-visual.jpg);
    background-size: cover;
    background-position: center center
  } */

  @media screen and (max-width: 767px) {
    .main-visual, .main-visual-still {
      overflow: hidden;
      background-color: #e0f0fb;
      position: relative
    }
  }

  .main-visual #bgndVideo_wap, .main-visual-still #bgndVideo_wap {
    height: 600px;
    width: 100%
  }

  @media screen and (max-width: 767px) {
    .main-visual #bgndVideo_wap, .main-visual-still #bgndVideo_wap {
      display: none
    }
  }

  .main-visual .bx-wrapper, .main-visual-still .bx-wrapper {
    /* display: none */
  }

  @media screen and (max-width: 767px) {
    .main-visual .bx-wrapper, .main-visual-still .bx-wrapper {
      display: block;
      width: 100%;
      margin-bottom: 0
    }
    .main-visual .bx-wrapper .bxslider-sp li img, .main-visual-still .bx-wrapper .bxslider-sp li img {
      animation: mvslideAnime 10s;
      width: 110% !important;
      max-width: inherit !important
    }
    .main-visual .bx-wrapper .bx-controls, .main-visual-still .bx-wrapper .bx-controls {
      display: none
    }
  }

  .main-visual .title-sp, .main-visual-still .title-sp {
    display: none
  }

  @media screen and (max-width: 767px) {
    .main-visual .title-sp, .main-visual-still .title-sp {
      display: inherit;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60%
    }
  }

  .main-visual-still {
    background-image: none;
    background-color: #F9F9F9
  }

  .main-visual-still #still-image {
    text-align: center
  }

  .main-visual-still #still-image img {
    vertical-align: bottom
  }

/* MV¥¹¥é¥¤¥É Start */
.main-visual .slider-wrapper {
    overflow: hidden;
}

.main-visual .slider {
    position: relative;
    overflow: visible !important;
    height: 100%;
}

.main-visual .slide {
    width: 1000px !important;
    height: 438px;
}

.main-visual .slide img {
    width: 1000px;
    height: 438px;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover;
    pointer-events: none;
}

.main-visual .slide a {
    display: block;
}

.main-visual .bx-wrapper {
    margin: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
}
.main-visual .bx-wrapper .bx-loading {
    left: calc((100% - 1000px) / -2 );
}
.main-visual .bx-wrapper .bx-viewport {
    margin: 0 auto;
    overflow: visible !important;
    left: calc((100% - 1000px) / 2 );
}
.main-visual .bx-wrapper .bx-pager,
.main-visual .bx-wrapper .bx-controls-auto {
    bottom: 2%;
}
.main-visual .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}
.main-visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-visual .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0c6db1;
}

.main-visual .bx-wrapper .bx-prev,
.main-visual .bx-wrapper .bx-next  {
    display: none;
}

.main-visual .bxslider li {
    display: none;
}
.main-visual .bx-viewport .bxslider li {
    display: block !important;
}

.main-visual .slider-wrapper .bx-controls-direction {
    display: none;
}

@media screen and (max-width: 1024px) {

    .main-visual .bx-wrapper .bx-viewport {
        height: 0 !important;
        left: 0;
        padding-bottom: calc(438 / 1000 * 100%);
    }
    .main-visual .bx-wrapper .bx-loading {
        left: 0;
    }
    .main-visual .slider {
        position: absolute !important;
        left: 0;
        height: 100%;
        right: 0;
        bottom: 0;
    }
    .main-visual .slide {
        width: 100vw !important;
        height: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .main-visual .slide img {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        object-fit: cover;
    }

    .main-visual .bx-wrapper .bx-prev,
    .main-visual .bx-wrapper .bx-next {
        display: none;
    }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast:none){
    /* IE11 */
    *::-ms-backdrop, .slide img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: auto;
        transform: translate(-50%,-50%);
        object-fit: none;
    }
}
/* MV¥¹¥é¥¤¥É End */

  .container-l .bx-wrapper {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  @media screen and (max-width: 1024px) {
    .container-l .bx-wrapper {
      margin-top: 20px;
      margin-bottom: 30px;
      width: 100%
    }
  }

  @media screen and (max-width: 767px) {
    .container-l .bx-wrapper {
      margin-top: 20px;
      margin-bottom: 70px;
      width: 100%
    }
  }

  .container-l .bx-wrapper .bx-viewport {
    height: 197px;
    width: 100% !important
  }

  @media screen and (max-width: 1024px) {
    .container-l .bx-wrapper ul.bxslider li {
      width: 100%
    }
  }

  .container-l .bx-wrapper ul.bxslider li a {
    display: block;
  }

  .container-l .bx-wrapper ul.bxslider li a span {
    display: inline-block;
    background-color: #fff;
    vertical-align: bottom;
  }

  .container-l .bx-wrapper ul.bxslider li a img {
    border-radius: 4px;
    box-shadow: 0px 0px 7px 0px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(20, 20, 20, 0.3)
  }

  @media screen and (max-width: 1024px) {
    .container-l .bx-wrapper ul.bxslider li a img {
      width: 100%;
      height: 100%;
      /* margin: 1%; */
      border-radius: 0
    }
  }

  .container-l .bx-wrapper .bx-controls .bx-pager {
    display: none
  }

  @media screen and (max-width: 767px) {
    .container-l .bx-wrapper .bx-controls .bx-pager {
      display: block;
      position: absolute;
      bottom: -40px;
    }
  }

  .container-l .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(20, 20, 20, 0.3)
  }

  .container-l .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active {
    background: #b1b1b1
  }

  .container-l .bx-wrapper .bx-controls .bx-controls-direction a {
    top: 50%;
    margin-top: -25px;
    width: 48px;
    height: 48px
  }

  .container-l .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -60px;
    background: url(/asset/img/home/controls-left_off.png) no-repeat left top;
    display: block;
  }

  .container-l .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
    background-image: url(/asset/img/home/controls-left_on.png)
  }

  @media screen and (max-width: 1200px) {
    .container-l .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
      left: -30px;
    }
  }

  @media screen and (max-width: 1024px) {
    .container-l .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
      display: none
    }
  }

  .container-l .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -60px;
    background: url(/asset/img/home/controls-right_off.png) no-repeat left top;
    display: block;
  }

  .container-l .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
    background-image: url(/asset/img/home/controls-right_on.png)
  }

  @media screen and (max-width: 1200px) {
    .container-l .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
      right: -30px;
    }
  }

  @media screen and (max-width: 1024px) {
    .container-l .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
      display: none
    }
  }



  .wrap-home {
    margin-top: 100px;
    margin-bottom: 100px
  }

  @media screen and (max-width: 767px) {
    .wrap-home {
      margin-top: 60px;
      margin-bottom: 60px
    }
  }

  .bg-light-blue {
    background-color: #e0f0fb;
    padding-bottom: 100px
  }

  @media screen and (max-width: 767px) {
    .bg-light-blue {
      padding-bottom: 60px
    }
  }

  .bg-light-blue.wrap-home {
    margin-top: 0
  }

  .info-important {
    border: 1px solid #fbd6d9;
    border-radius: 4px;
    display: table;
    width: 100%
  }

  @media screen and (max-width: 767px) {
    .info-important {
      display: block
    }
  }

  .info-important .info-important-title {
    color: #e30413;
    background-color: #fbd6d9;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center
  }

  @media screen and (max-width: 767px) {
    .info-important .info-important-title {
      display: block;
      width: 100%
    }
  }

  .info-important .info-important-title p {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    position: relative
  }

  @media screen and (max-width: 767px) {
    .info-important .info-important-title p {
      font-size: 1.6rem;
      text-align: left;
      padding: 10px 0 12px 25px
    }
  }

  .info-important .info-important-title p:before {
    content: '';
    width: 4px;
    height: 27px;
    background-color: #e30413;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: -10px
  }

  @media screen and (max-width: 767px) {
    .info-important .info-important-title p:before {
      height: 24px
    }
  }

  .info-important .info-important-list {
    background-color: #fff;
    display: table-cell;
    width: 75%;
    padding: 25px 25px 25px 45px;
    border-radius: 0 4px 4px 0
  }

  @media screen and (max-width: 767px) {
    .info-important .info-important-list {
      display: block;
      width: 100%;
      padding: 20px 30px
    }
  }

  .info-important .info-important-list li {
    font-size: 1.4rem;
    position: relative
  }

  .info-important .info-important-list li:before {
    content: " ";
    background-color: #e30413;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -20px
  }

  @media screen and (max-width: 767px) {
    .info-important .info-important-list li:before {
      left: -15px
    }
  }

  .info-important .info-important-list li+li {
    margin-top: 20px
  }

  @media screen and (max-width: 767px) {
    .info-important .info-important-list li+li {
      margin-top: 15px
    }
  }

  .info-important .info-important-list li a {
    color: #e30413 !important
  }

  .btn-contents-wrap {
    background-color: #fff;
    padding: 20px 20px 30px;
    border-radius: 4px
  }

  .btn-contents-wrap .btn-contents {
    width: auto
  }

  .btn-contents-wrap .btn-contents a {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 14px 14px 14px;
    color: #232323;
    text-decoration: none;
    text-align: center
  }

  @media screen and (max-width: 359px) {
    .btn-contents-wrap .btn-contents a {
      padding: 10px 7px 14px 7px
    }
  }

  .btn-contents-wrap .btn-contents a:hover {
    border: 3px solid #0c6db1;
    padding: 8px 12px 12px 12px
  }

  .btn-contents-wrap .btn-contents a:after {
    background-color: #0c6db1;
    width: 200px;
    height: 100px;
    content: " ";
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -100px;
    right: -100px
  }

  .btn-contents-wrap .btn-contents a.orange:hover {
    border: 3px solid #e27408;
    padding: 8px 12px 12px 12px
  }

  .btn-contents-wrap .btn-contents a.orange:after {
    background-color: #e27408
  }

  .btn-contents-wrap .btn-contents a.green:hover {
    border: 3px solid #017d01;
    padding: 8px 12px 12px 12px
  }

  .btn-contents-wrap .btn-contents a.green:after {
    background-color: #017d01
  }

  .btn-contents-wrap .btn-contents a .btn-contents-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px
  }

  @media screen and (max-width: 767px) {
    .btn-contents-wrap .btn-contents a .btn-contents-title {
      font-size: 1.4rem
    }
    .btn-contents-wrap .btn-contents a .btn-contents-title br {
      display: none
    }
  }

  @media screen and (max-width: 767px) {
    .btn-contents-wrap .btn-contents a .btn-contents-title {
      font-size: 1.2rem
    }
  }

  @media screen and (max-width: 359px) {
    .btn-contents-wrap .btn-contents a .btn-contents-title {
      font-size: 1.1rem
    }
  }

  .btn-contents-wrap .btn-contents a .btn-contents-title-long {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.3
  }

  @media screen and (max-width: 1024px) {
    .btn-contents-wrap .btn-contents a .btn-contents-title-long {
      font-size: 1.4rem
    }
  }

  @media screen and (max-width: 767px) {
    .btn-contents-wrap .btn-contents a .btn-contents-title-long {
      font-size: 1.2rem
    }
  }

  @media screen and (max-width: 359px) {
    .btn-contents-wrap .btn-contents a .btn-contents-title-long {
      font-size: 1.1rem
    }
  }

  .btn-contents-wrap .btn-contents a .btn-contents-icon {
    height: 66px;
    width: auto;
    margin-bottom: 6px;
    position: relative
  }

  @media screen and (max-width: 359px) {
    .btn-contents-wrap .btn-contents a .btn-contents-icon {
      height: 56px
    }
  }

  .btn-contents-wrap .btn-contents a .btn-contents-icon img {
    margin: 0 auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
  }

  .btn-contents-wrap .btn-contents a .btn-contents-sub {
    font-size: 1.3rem
  }

  @media screen and (max-width: 767px) {
    .btn-contents-wrap .btn-contents a .btn-contents-sub {
      text-align: left
    }
    .btn-contents-wrap .btn-contents a .btn-contents-sub br {
      display: none
    }
  }

  @media screen and (max-width: 359px) {
    .btn-contents-wrap .btn-contents a .btn-contents-sub {
      font-size: 1.2rem
    }
  }

  .btn-contents-wrap .btn-contents02 {
    width: auto
  }

  .btn-contents-wrap .btn-contents02 a {
    border: 1px solid #ddd;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #f9f9f9;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 50%;
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: 60%;
    margin-bottom: 20px
  }

  @media screen and (max-width: 767px) {
    .btn-contents-wrap .btn-contents02 a {
      margin-bottom: 10px
    }
  }

  .btn-contents-wrap .btn-contents02 a:hover {
    box-shadow: 0px 0px 0px 3px #0c6db1 inset;
    -moz-box-shadow: 0px 0px 0px 3px #0c6db1 inset;
    -webkit-box-shadow: 0px 0px 0px 3px #0c6db1 inset
  }

  .btn-contents-wrap .btn-contents02 a:after {
    background-color: #0c6db1;
    background-image: url(/asset/img/home/icon-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10% auto;
    width: 100%;
    height: 17%;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
  }

  .btn-contents-wrap .btn-contents02 .btn-contents2-title {
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
    font-weight: bold
  }

  @media screen and (max-width: 1024px) {
    .btn-contents-wrap .btn-contents02 .btn-contents2-title {
      font-size: 1.4rem
    }
  }

  @media screen and (max-width: 359px) {
    .btn-contents-wrap .btn-contents02 .btn-contents2-title {
      font-size: 1.2rem
    }
  }

  .home-prerelease {
    margin-bottom: 60px
  }

  .home-prerelease .m-heading-04 h2, .home-news .m-heading-04 h2 {
    display: inline-block
  }

  @media screen and (max-width: 359px) {
    .home-prerelease .m-heading-04>*, .home-news .m-heading-04>* {
      font-size: 1.6rem
    }
  }

  .home-prerelease .m-heading-04 span, .home-news .m-heading-04 span {
    padding: 0;
    background: none;
    font-size: 1.4rem;
    display: inline-block;
    float: right;
    margin-left: 20px;
    margin-top: 7px
  }

  @media screen and (max-width: 359px) {
    .home-prerelease .m-heading-04 span, .home-news .m-heading-04 span {
      font-size: 1.2rem;
      margin-left: 15px
    }
  }

  .home-prerelease .m-heading-04 span a, .home-news .m-heading-04 span a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #232323
  }

  .home-prerelease .m-heading-04 span a:hover, .home-news .m-heading-04 span a:hover {
    text-decoration: underline
  }

  .home-prerelease .m-heading-04 span a.link, .home-news .m-heading-04 span a.link {
    background-image: url(/asset/img/common/arrow-list-blue.svg);
    background-size: 7px auto;
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 15px
  }

  @media all and (-ms-high-contrast: none) {
    .home-prerelease .m-heading-04 span a.link, .home-news .m-heading-04 span a.link {
      background-size: 7px 100%;
      background-position: 0 -2px
    }
  }

  .home-prerelease .m-heading-04 span a.rss, .home-news .m-heading-04 span a.rss {
    color: #e27408;
    background-image: url(/asset/img/common/icon-rss.svg);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 20px
  }

  @media all and (-ms-high-contrast: none) {
    .home-prerelease .m-heading-04 span a.rss, .home-news .m-heading-04 span a.rss {
      background-size: 14px 100%;
      background-position: 0 -2px
    }
  }

  .home-prerelease dl, .home-news dl {
    border-top: 1px solid #bcbcbc
  }

  .home-prerelease dl:after, .home-news dl:after {
    content: '';
    display: block;
    clear: both
  }

  .home-prerelease dl dt, .home-news dl dt {
    width: 15%;
    float: left;
    color: #737373;
    font-size: 1.4rem;
    padding-top: 21px
  }

  @media screen and (max-width: 1024px) {
    .home-prerelease dl dt, .home-news dl dt {
      width: 20%
    }
  }

  @media screen and (max-width: 767px) {
    .home-prerelease dl dt, .home-news dl dt {
      font-size: 1.0rem;
      width: 100%;
      float: none;
      padding-top: 18px
    }
  }

  .home-prerelease dl dt span.label-attention, .home-news dl dt span.label-attention {
    color: #fff;
    font-size: 1.1rem;
    padding: 6px 15px;
    border-radius: 4px;
    background-color: #e33d49
  }

  @media screen and (max-width: 767px) {
    .home-prerelease dl dt span.label-attention, .home-news dl dt span.label-attention {
      margin-bottom: 5px;
      padding: 3px 5px;
      font-size: 1.0rem;
      display: inline-block
    }
  }

  .home-prerelease dl dd, .home-news dl dd {
    width: 85%;
    float: right;
    padding-top: 18px;
    padding-bottom: 18px
  }

  @media screen and (max-width: 1024px) {
    .home-prerelease dl dd, .home-news dl dd {
      width: 80%
    }
  }

  @media screen and (max-width: 767px) {
    .home-prerelease dl dd, .home-news dl dd {
      width: 100%;
      float: none;
      border-top: none;
      padding-top: 0
    }
  }

  .home-prerelease, .home-news {
    border-bottom: 1px solid #bcbcbc
  }

  .home-push-contents-wrap {
    position: relative
  }

  .home-push-contents-wrap:after {
    content: '';
    display: block;
    clear: both
  }

  .home-push-contents-wrap .home-push-contents-img, .home-push-contents-wrap .home-push-contents-word {
    float: left;
    width: 50%;
    height: 400px;
    position: relative
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap .home-push-contents-img, .home-push-contents-wrap .home-push-contents-word {
      float: none
    }
  }

  .home-push-contents-wrap .home-push-contents-img {
    overflow: hidden;
    position: relative
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap .home-push-contents-img {
      width: 100%;
      height: 300px
    }
  }

  @media screen and (max-width: 767px) {
    .home-push-contents-wrap .home-push-contents-img {
      height: 250px
    }
  }

  @media screen and (max-width: 359px) {
    .home-push-contents-wrap .home-push-contents-img {
      height: 180px
    }
  }

  .home-push-contents-wrap .home-push-contents-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: -30px;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap .home-push-contents-img:after {
      display: none
    }
  }

  .home-push-contents-wrap .home-push-contents-img>div {
    transition: all 0.2s ease-out 0s;
    min-height: 100%;
    background-size: cover
  }

  .home-push-contents-wrap .home-push-contents-word {
    background-color: #f5f5f5
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap .home-push-contents-word {
      width: 90%;
      height: auto;
      margin: -80px auto 0
    }
  }

  .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner {
    width: 500px;
    padding-top: 80px;
    padding-left: 80px
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner {
      width: auto;
      padding-top: 30px;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-bottom: 30px;
      text-align: center
    }
  }

  .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner .home-push-contents-title {
    color: #0c6db1;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 30px
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner .home-push-contents-title {
      font-size: 2.2rem;
      margin-bottom: 20px
    }
  }

  .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner .home-push-contents-btn {
    margin-top: 60px
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner .home-push-contents-btn {
      margin-top: 20px
    }
  }

  .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner .home-push-contents-btn a {
    width: 240px;
    height: auto;
    padding: 15px 30px;
    background-color: #0c6db1;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    border-radius: 4px;
    text-decoration: none
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner .home-push-contents-btn a {
      width: 80%;
      margin-left: auto;
      margin-right: auto
    }
  }

  .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner .home-push-contents-btn a:hover {
    background-color: #07436d
  }

  .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner .home-push-contents-btn a:before, .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner .home-push-contents-btn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle
  }

  .home-push-contents-wrap .home-push-contents-word .home-push-contents-word-inner .home-push-contents-btn a:after {
    right: 14px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap.right {
      margin-top: 40px
    }
  }

  .home-push-contents-wrap.right .home-push-contents-img {
    float: right
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap.right .home-push-contents-img {
      float: none
    }
  }

  .home-push-contents-wrap.right .home-push-contents-img:after {
    left: -30px;
    right: inherit
  }

  .home-push-contents-wrap.right .home-push-contents-word .home-push-contents-word-inner {
    float: right;
    padding-left: 0;
    padding-right: 80px
  }

  @media screen and (max-width: 1024px) {
    .home-push-contents-wrap.right .home-push-contents-word .home-push-contents-word-inner {
      float: none;
      padding-left: 1rem;
      padding-right: 1rem
    }
  }

  @media screen and (max-width: 767px) {
    .home-banner-slider {
      overflow: hidden
    }
  }

  .home-banner-slider h2 {
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 3.4rem;
    margin-bottom: 40px
  }

  @media screen and (max-width: 767px) {
    .home-banner-slider h2 {
      margin-bottom: 20px;
      font-size: 2.8rem
    }
  }

  @media screen and (max-width: 359px) {
    .home-banner-slider h2 {
      margin-bottom: 10px;
      font-size: 2.4rem
    }
  }

  .home-banner-slider .bx-wrapper .bx-viewport {
    margin-bottom: 10px
  }

  .home-banner-slider .bx-wrapper .bx-viewport .bxslider-link li a {
    color: #232323;
    text-decoration: none
  }

  .home-banner-slider .bx-wrapper .bx-viewport .bxslider-link li a img {
    border: 2px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box
  }

  .home-banner-slider .bx-wrapper .bx-viewport .bxslider-link li a .link-text {
    font-size: 1.3rem;
    margin-top: 10px
  }

  @media screen and (max-width: 359px) {
    .home-banner-slider .bx-wrapper .bx-viewport .bxslider-link li a .link-text {
      font-size: 1.2rem
    }
  }

  .home-banner-slider .bx-wrapper .bx-viewport .bxslider-link li a .link-text span {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px
  }

  @media screen and (max-width: 359px) {
    .home-banner-slider .bx-wrapper .bx-viewport .bxslider-link li a .link-text span {
      font-size: 1.3rem
    }
  }

  .home-banner-slider .bx-wrapper .bx-viewport .bxslider-link li a:hover {
    color: #0c6db1
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-pager {
    display: none
  }

  @media screen and (max-width: 767px) {
    .home-banner-slider .bx-wrapper .bx-controls .bx-pager {
      margin-top: 10px;
      display: block
    }
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
    background: #b1b1b1;
    box-shadow: 0px 0px 3px 0px rgba(20, 20, 20, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(20, 20, 20, 0.3);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(20, 20, 20, 0.3)
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active {
    background: #303030
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction a {
    top: 40%;
    margin-top: -25px;
    width: 12px;
    height: 22px;
    background: none
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction a:before, .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction a:after {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction a:after {
    width: 12px;
    height: 12px;
    border-top: 4px solid #cfcfcf;
    border-right: 4px solid #cfcfcf
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction a:hover:after {
    border-top: 4px solid #898989;
    border-right: 4px solid #898989
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -42px
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after {
    left: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }

  @media screen and (max-width: 1024px) {
    .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
      display: none
    }
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -42px
  }

  .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  @media screen and (max-width: 1024px) {
    .home-banner-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
      display: none
    }
  }

  .page-top {
    position: fixed;
    right: 100px
  }

  @media screen and (max-width: 1024px) {
    .page-top {
      right: 20px
    }
  }

  .page-top a {
    background-color: #0c6db1;
    color: #fff;
    display: block;
    padding: 5px 17px 10px;
    box-shadow: 0px 0px 7px 0px rgba(20, 20, 20, 0.7);
    -moz-box-shadow: 0px 0px 7px 0px rgba(20, 20, 20, 0.7);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(20, 20, 20, 0.7);
    border-radius: 4px;
    text-align: center
  }

  @media screen and (max-width: 1024px) {
    .page-top a {
      padding: 2px 14px 8px
    }
  }

  @media screen and (max-width: 767px) {
    .page-top a {
      padding: 2px 13px 8px
    }
  }

  @media screen and (max-width: 359px) {
    .page-top a {
      padding: 2px 12px 8px
    }
  }

  .page-top a:hover {
    text-decoration: none !important;
    background-color: #07436d
  }

  .page-top a span {
    font-family: 'Roboto';
    font-size: 1.4rem;
    display: block;
    margin-top: -10px
  }

  @media screen and (max-width: 767px) {
    .page-top a span {
      margin-top: -6px;
      font-size: 1.2rem
    }
  }

  @media screen and (max-width: 359px) {
    .page-top a span {
      margin-top: -7px;
      font-size: 1.2rem
    }
  }

  .layout-header {
    height: 160px;
    border-bottom: 5px solid #0c6db1
  }

  @media screen and (max-width: 1024px) {
    .layout-header {
      height: 79px
    }
  }

  @media screen and (max-width: 767px) {
    .layout-header {
      height: 69px
    }
  }

  @media screen and (max-width: 359px) {
    .layout-header {
      height: 59px
    }
  }

  #system .layout-header, #english .layout-header {
    height: inherit
  }

  #home .layout-header {
    border-bottom: none;
    height: 155px
  }

  @media screen and (max-width: 1024px) {
    #home .layout-header {
      height: 79px
    }
  }

  @media screen and (max-width: 767px) {
    #home .layout-header {
      height: 69px
    }
  }

  @media screen and (max-width: 359px) {
    #home .layout-header {
      height: 59px
    }
  }

  .layout-header a {
    text-decoration: none
  }

  .layout-header a:hover {
    text-decoration: underline
  }

  .layout-header .header-top {
    border-bottom: 1px solid #bcbcbc
  }

  #system .layout-header .header-top, #english .layout-header .header-top {
    border-bottom: none
  }

  @media screen and (max-width: 1024px) {
    .layout-header .header-top {
      border-bottom: none
    }
  }

  .layout-header .header-top .container {
    height: 99px;
    position: relative
  }

  @media screen and (max-width: 1024px) {
    .layout-header .header-top .container {
      height: 79px;
      display: flex;
    }
  }

  @media screen and (max-width: 767px) {
    .layout-header .header-top .container {
      height: 69px
    }
  }

  @media screen and (max-width: 359px) {
    .layout-header .header-top .container {
      height: 59px
    }
  }

  .layout-header .header-top .logo {
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 14px
  }

  @media screen and (max-width: 1024px) {
    .layout-header .header-top .logo {
    position: relative;
    top:0;
    display: flex;
    text-align: left;
    vertical-align: middle;
      /* top: 54%;
      left: 50%;
      transform: translate(-50%, -50%) */
    }
  }

  .layout-header .header-top .logo img {
    width: 230px;
    height: 100%
  }

  @media screen and (max-width: 1024px) {
    .layout-header .header-top .logo img {
      width: 190px
    }
  }

  @media screen and (max-width: 767px) {
    .layout-header .header-top .logo img {
      width: 120px
    }
  }

  @media screen and (max-width: 359px) {
    .layout-header .header-top .logo img {
      width: 100px
    }
  }

  .layout-header .header-top .pc-s-nav {
    position: absolute;
    right: 130px;
    top: 18px;
    font-size: 0;
    line-height: 1
  }

  @media screen and (max-width: 1024px) {
    .layout-header .header-top .pc-s-nav {
      display: none
    }
  }

  .layout-header .header-top .pc-s-nav li {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 20px
  }

  .layout-header .header-top .pc-s-nav li::before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 5px;
    color: #676767
  }

  .layout-header .header-top .pc-s-nav li a {
    color: #232323
  }

  .layout-header .header-top .font-size {
    position: absolute;
    right: 330px;
    bottom: 19px;
    font-size: 0;
    font-weight: bold
  }

  @media screen and (max-width: 1024px) {
    .layout-header .header-top .font-size {
      display: none
    }
  }

  .layout-header .header-top .font-size>* {
    display: inline-block
  }

  .layout-header .header-top .font-size dt {
    font-size: 1.2rem;
    margin-right: 10px
  }

  .layout-header .header-top .font-size dd {
    font-size: 1.1rem;
    background-color: #f0f0f0
  }

  .layout-header .header-top .font-size dd a {
    display: block;
    color: #232323;
    padding: 7px 10px
  }

  .layout-header .header-top .font-size dd a:hover {
    text-decoration: none
  }

  .layout-header .header-top .font-size dd.standard {
    border-radius: 4px 0 0 4px
  }

  .layout-header .header-top .font-size dd.large {
    border-radius: 0 4px 4px 0
  }

  .layout-header .header-top .font-size dd.current, .layout-header .header-top .font-size dd:hover {
    background-color: #0c6db1;
    font-weight: normal
  }

  .layout-header .header-top .font-size dd.current a, .layout-header .header-top .font-size dd:hover a {
    color: #ffffff
  }

  .layout-header .header-top .search {
    position: absolute;
    right: 250px!important;
    bottom: 17px
  }

  @media screen and (max-width: 1024px) {
    .layout-header .header-top .search {
      display: none
    }
  }

  .layout-header .header-top .search input {
    width: 220px;
    background-color: #f0f0f0
  }

  .layout-header .header-top .media {
    position: absolute;
    right: 130px;
    bottom: 16px;
    font-size: 0;
    line-height: 1
  }

  @media screen and (max-width: 1024px) {
    .layout-header .header-top .media {
      display: none
    }
  }

  .layout-header .header-top .media li {
    display: inline-block;
    font-size: 2.6rem;
    margin-left: 10px
  }

  .layout-header .header-top .media li a img {
    width: 29px;
    height: 29px
  }

  @media screen and (max-width: 1024px) {
    .layout-header .pc-g-nav {
      display: none
    }
  }

  .layout-header .pc-g-nav li {
    flex-basis: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold
  }

  .layout-header .pc-g-nav li a {
    display: block;
    height: 55px;
    padding-top: 20px;
    color: #232323
  }

  .layout-header .pc-g-nav li a:hover {
    text-decoration: none;
    color: #fff
  }

  .layout-header .pc-g-nav li.individual a {
    padding-top: 19px;
    color: #e27408;
    background-image: url(/asset/img/common/icon-individual_off.svg);
    background-size: auto 22px;
    background-position: 8px 15px;
    background-repeat: no-repeat;
    padding-left: 20px
  }

  @media all and (-ms-high-contrast: none) {
    .layout-header .pc-g-nav li.individual a {
      background-position: 0 16px;
      padding-left: 35px
    }
  }

  .layout-header .pc-g-nav li.individual a:hover {
    background-image: url(/asset/img/common/icon-individual_on.svg)
  }

  .layout-header .pc-g-nav li.corporation a {
    padding-top: 19px;
    color: #017d01;
    background-image: url(/asset/img/common/icon-corporation_off.svg);
    background-size: auto 20px;
    background-position: 10px 18px;
    background-repeat: no-repeat;
    padding-left: 20px
  }

  @media all and (-ms-high-contrast: none) {
    .layout-header .pc-g-nav li.corporation a {
      background-position: 0 18px;
      padding-left: 35px
    }
  }

  .layout-header .pc-g-nav li.corporation a:hover {
    background-image: url(/asset/img/common/icon-corporation_on.svg)
  }

  .layout-header .pc-g-nav li img {
    height: 22px;
    width: auto;
    vertical-align: middle;
    margin-right: 5px
  }

  .layout-header .pc-g-nav li.current, .layout-header .pc-g-nav li:hover {
    background-color: #0c6db1
  }

  .layout-header .pc-g-nav li.current a, .layout-header .pc-g-nav li:hover a {
    color: #fff
  }

  .layout-header .pc-g-nav li.current.individual, .layout-header .pc-g-nav li:hover.individual {
    background-color: #e27408
  }

  .layout-header .pc-g-nav li.current.individual a, .layout-header .pc-g-nav li:hover.individual a {
    background-image: url(/asset/img/common/icon-individual_on.svg)
  }

  .layout-header .pc-g-nav li.current.corporation, .layout-header .pc-g-nav li:hover.corporation {
    background-color: #017d01
  }

  .layout-header .pc-g-nav li.current.corporation a, .layout-header .pc-g-nav li:hover.corporation a {
    background-image: url(/asset/img/common/icon-corporation_on.svg)
  }

  .sp-search {
    display: none
  }

  @media screen and (max-width: 1024px) {
    .sp-search {
      display: block;
      position: absolute;
      top: 9px;
      right: 79px;
      width: 76px;
      height: 36px;
      margin: auto;
      padding: 5px;
      text-align: center;
      cursor: pointer;
      box-sizing: border-box;
      z-index: 1100000
    }
    .sp-search dl {
      width: 70px;
      vertical-align: top;
      color: #0c6db1
    }
    .sp-search dl dt i {
      font-size: 2.8rem
    }
    .sp-search dl dd {
      margin-top: 5px;
      font-size: 1.4rem
    }
  }

  @media screen and (max-width: 767px) {
    .sp-search {
      right: 69px;
    }
    .sp-search dl dt i {
      font-size: 2.4rem
    }
    .sp-search dl dd {
      margin-top: 0;
      font-size: 1.2rem
    }
  }

  @media screen and (max-width: 359px) {
    .sp-search {
      width: 60px;
      top: 5px;
      right: 59px;
    }
    .sp-search dl {
      width: 50px
    }
    .sp-search dl dt i {
      font-size: 1.8rem
    }
    .sp-search dl dd {
      font-size: 1.1rem
    }
  }

  #sp-search-area {
    display: none;
    padding: 15px;
    background-color: #0c6db1;
    position: absolute;
    z-index: 100;
    width: 100%;
    right: 0;
  }

  #sp-search-area input {
    background-color: #fff;
    width: 100%;
    font-size: 1.4rem;
    padding-top: 20px;
    padding-bottom: 20px
  }

  .sp-g-nav .menu-btn {
    display: none
  }

  @media screen and (max-width: 1024px) {
    .sp-g-nav .menu-btn {
      display: block;
      position: absolute;
      top: 9px;
      right: 10px !important;
      width: 75px;
      height: 65px;
      margin: auto;
      padding: 5px;
      text-align: center;
      cursor: pointer;
      box-sizing: border-box;
      z-index: 1100000
    }
    .sp-g-nav .menu-btn dl {
      width: 70px;
      vertical-align: top;
      color: #0c6db1
    }
    .sp-g-nav .menu-btn dl dt i {
      font-size: 2.8rem
    }
    .sp-g-nav .menu-btn dl dd {
      margin-top: 5px;
      font-size: 1.4rem
    }
  }

  @media screen and (max-width: 767px) {
    .sp-g-nav .menu-btn {
      right: 0 !important;
      height: 50px
    }
    .sp-g-nav .menu-btn dl dt i {
      font-size: 2.4rem
    }
    .sp-g-nav .menu-btn dl dd {
      margin-top: 0;
      font-size: 1.2rem
    }
  }

  @media screen and (max-width: 359px) {
    .sp-g-nav .menu-btn {
      width: 60px;
      top: 5px
    }
    .sp-g-nav .menu-btn dl {
      width: 50px
    }
    .sp-g-nav .menu-btn dl dt i {
      font-size: 1.8rem
    }
    .sp-g-nav .menu-btn dl dd {
      font-size: 1.1rem
    }
  }

  .close {
    display: none
  }

  .drawer-open dl.open, .drawer-close dl.close {
    display: none
  }

  .drawer-close dl.open, .drawer-open dl.close {
    display: inherit
  }

  .drawer--right .drawer-nav {
    right: -100%;
    background-color: #0c6db1
  }

  .drawer-nav {
    z-index: 1000000;
    width: 100% !important;
    top: 79px
  }

  @media screen and (max-width: 767px) {
    .drawer-nav {
      top: 69px
    }
  }

  @media screen and (max-width: 359px) {
    .drawer-nav {
      top: 59px
    }
  }

  .drawer-menu-inner {
    background-color: #0c6db1
  }

  .drawer-menu-inner .row {
    padding: 20px;
    margin-right: 0 !important
  }

  .drawer-menu-inner .row a:hover {
    text-decoration: none
  }

  .drawer-menu-inner .row .drawer-menu-btn {
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    border-radius: 4px
  }

  .drawer-menu-inner .row .drawer-menu-btn.individual {
    background-color: #e27408
  }

  .drawer-menu-inner .row .drawer-menu-btn.corporation {
    background-color: #017d01
  }

  .drawer-menu-inner .row .drawer-menu-btn img {
    display: block;
    margin: 0 auto 5px;
    height: 20px
  }

  .drawer-menu-inner .row ul {
    border-bottom: 1px solid #07436d
  }

  .drawer-menu li {
    font-size: 1.4rem
  }

  .drawer-menu li:last-child {
    border-bottom: 1px solid #07436d
  }

  .drawer-menu li a {
    color: #ffffff;
    display: block;
    border-top: 1px solid #07436d;
    padding: 15px 20px;
    text-decoration: none;
    margin-right: 0;
    cursor: pointer
  }

  .drawer-menu li a:hover {
    text-decoration: none
  }

  .drawer-menu li.sub a {
    background-color: #07436d;
    border-top: 1px solid #242f38
  }

  .drawer-menu li.sub a::before {
    content: '-';
    display: inline-block;
    margin-right: 10px
  }

  .drawer-dropdown>a {
    background-image: url(/asset/img/common/icon-sp-menu-open.png);
    background-size: 13px auto;
    background-position: right 20px center;
    background-repeat: no-repeat
  }

  .drawer-dropdown.open>a {
    background-image: url(/asset/img/common/icon-sp-menu-close.png)
  }

  .drawer-overlay {
    background-color: transparent
  }

  .btn-close-sp-search, .btn-close-drawer-nav {
    display: none
  }

  @media screen and (max-width: 1024px) {
    .btn-close-sp-search, .btn-close-drawer-nav {
      width: 100%;
      height: 79px;
      position: absolute;
      top: 0;
      right: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .btn-close-sp-search, .btn-close-drawer-nav {
      height: 69px
    }
  }

  @media screen and (max-width: 359px) {
    .btn-close-sp-search, .btn-close-drawer-nav {
      height: 59px
    }
  }

  .btn-close-sp-search div, .btn-close-drawer-nav div {
    background-color: #0c6db1;
    background-image: url(/asset/img/common/icon-header-close.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center center;
    width: 79px;
    height: 100%;
    position: absolute;
    z-index: 1200000
  }

  @media screen and (max-width: 767px) {
    .btn-close-sp-search div, .btn-close-drawer-nav div {
      width: 69px
    }
  }

  @media screen and (max-width: 359px) {
    .btn-close-sp-search div, .btn-close-drawer-nav div {
      width: 59px;
    }
  }

  @media screen and (max-width: 1024px) {
    .btn-close-sp-search div {
       right: 79px;
    }
  }
  @media screen and (max-width: 767px) {
    .btn-close-sp-search div {
        right: 69px;
    }
  }
  @media screen and (max-width: 359px) {
    .btn-close-sp-search div {
        right: 59px;
    }
  }

  .btn-close-drawer-nav {
    right: 0
  }

  @media screen and (max-width: 1024px) {
    .btn-close-drawer-nav div {
      right: 0
    }
  }

  .layout-footer {
    position: relative
  }

  .layout-footer a {
    text-decoration: none
  }

  .layout-footer a:hover {
    text-decoration: underline
  }

  .layout-footer .pc-g-nav {
    background-color: #0c6db1;
    padding: 80px 0;
    color: #fff
  }

  .layout-footer .pc-g-nav .container {
    padding-left: 20px !important;
    padding-right: 20px !important
  }

  @media screen and (max-width: 1023px) {
    .layout-footer .pc-g-nav {
      display: none
    }
  }

  .layout-footer .pc-g-nav a {
    color: #fff
  }

  @media screen and (max-width: 1024px) {
    .layout-footer .pc-g-nav .row {
      margin-top: -60px
    }
  }

  .layout-footer .pc-g-nav .row>* {
    padding-left: 0;
    padding-right: 0
  }

  .layout-footer .pc-g-nav .row>nav {
    padding-right: 30px
  }

  @media screen and (max-width: 1024px) {
    .layout-footer .pc-g-nav dl, .layout-footer .pc-g-nav ul {
      margin-top: 60px
    }
  }

  .layout-footer .pc-g-nav dl+dl, .layout-footer .pc-g-nav dl+ul, .layout-footer .pc-g-nav ul+dl, .layout-footer .pc-g-nav ul+ul {
    margin-top: 60px
  }

  .layout-footer .pc-g-nav dl dt, .layout-footer .pc-g-nav ul dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px
  }

  .layout-footer .pc-g-nav dl dd, .layout-footer .pc-g-nav dl li, .layout-footer .pc-g-nav ul dd, .layout-footer .pc-g-nav ul li {
    font-size: 1.2rem;
    line-height: 1.3
  }

  .layout-footer .pc-g-nav dl dd+dd, .layout-footer .pc-g-nav dl dd+li, .layout-footer .pc-g-nav dl li+dd, .layout-footer .pc-g-nav dl li+li, .layout-footer .pc-g-nav ul dd+dd, .layout-footer .pc-g-nav ul dd+li, .layout-footer .pc-g-nav ul li+dd, .layout-footer .pc-g-nav ul li+li {
    margin-top: 10px
  }

  .layout-footer .pc-g-nav aside {
    -webkit-flex-grow: 1.1;
    flex-grow: 1.1
  }

  .layout-footer .pc-g-nav aside dt {
    display: inline-block;
    background-image: url(/asset/img/common/icon-facebook-circle.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 6px 0 6px 40px;
    margin-top: -6px
  }

  .layout-footer .pc-g-nav aside img {
    width: 100%
  }

  .layout-footer .sp-g-nav {
    display: none
  }

  @media screen and (max-width: 1023px) {
    .layout-footer .sp-g-nav {
      display: block;
      background-color: #0c6db1;
      padding: 20px 0 0;
      color: #fff
    }
    .layout-footer .sp-g-nav a:hover {
      text-decoration: none
    }
    .layout-footer .sp-g-nav .media {
      text-align: center;
      padding-bottom: 20px;
      margin-left: 0;
      margin-right: 0
    }
  }

  @media screen and (max-width: 1023px) and (max-width: 359px) {
    .layout-footer .sp-g-nav .media {
      font-size: 1.2rem
    }
  }

  @media screen and (max-width: 1023px) {
    .layout-footer .sp-g-nav .media li {
      padding-left: 0;
      padding-right: 0;
      text-align: center
    }
    .layout-footer .sp-g-nav .media a {
      color: #fff
    }
    .layout-footer .sp-g-nav .media i {
      display: block;
      font-size: 3.0rem;
      margin-bottom: 10px
    }
    .layout-footer .sp-g-nav .media img {
      width: 40px;
      display: block;
      margin: 0 auto 6px
    }
    .layout-footer .sp-g-nav .nav {
      text-align: center;
      margin-left: 0;
      margin-right: 0
    }
    .layout-footer .sp-g-nav .nav li {
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      padding-left: 0;
      padding-right: 0
    }
    .layout-footer .sp-g-nav .nav li:nth-of-type(odd) {
      border-left: none
    }
    .layout-footer .sp-g-nav .nav a {
      display: block;
      color: #fff;
      padding: 20px 0;
      font-size: 1.4rem
    }
  }

  @media screen and (max-width: 1023px) and (max-width: 359px) {
    .layout-footer .sp-g-nav .nav a {
      font-size: 1.2rem
    }
  }

  .layout-footer .copyright {
    background-color: #07436d;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    padding: 15px 0
  }

  .layout-wrap {
    padding: 60px 0 160px
  }

  .layout-wrap:after {
    content: '';
    display: block;
    clear: both
  }

  #second.side .layout-wrap .layout-main, #third .layout-wrap .layout-main, #fourth .layout-wrap .layout-main, #english .layout-wrap .layout-main {
    float: left;
    width: 680px
  }

  #second.side .layout-wrap .layout-side, #third .layout-wrap .layout-side, #fourth .layout-wrap .layout-side, #english .layout-wrap .layout-side {
    float: right;
    width: 280px
  }

  @media screen and (max-width: 1024px) {
    #second.side .layout-wrap .layout-main, #third .layout-wrap .layout-main, #fourth .layout-wrap .layout-main, #english .layout-wrap .layout-main {
      float: none;
      width: 100%
    }
    #second.side .layout-wrap .layout-side, #third .layout-wrap .layout-side, #fourth .layout-wrap .layout-side, #english .layout-wrap .layout-side {
      float: none;
      width: 100%;
      margin: 50px 0 0 0
    }
  }

  @media screen and (max-width: 767px) {
    .layout-wrap {
      padding: 30px 0 80px
    }
  }

  .layout-common-nav {
    padding-bottom: 160px
  }

  @media screen and (max-width: 1024px) {
    .layout-common-nav {
      padding-bottom: 0;
      display: none
    }
  }

  .m-section {
    padding: 0 0 80px 0
  }

  .m-section:last-child {
    padding-bottom: 0
  }

  @media screen and (max-width: 767px) {
    .m-section {
      padding: 0 0 50px 0
    }
  }

  .m-section>.m-section {
    margin: 60px 0 0 0;
    padding: 0
  }

  @media screen and (max-width: 767px) {
    .m-section>.m-section {
      margin: 30px 0 0 0
    }
  }

  .m-img-left:after {
    content: '';
    display: block;
    clear: both
  }

  .m-img-left img, .m-img-left .img-box {
    float: left;
    margin: 0 50px 30px 0
  }

  @media screen and (max-width: 767px) {
    .m-img-left img, .m-img-left .img-box {
      float: none;
      margin: 0 0 20px 0
    }
  }

  .m-img-left .img-box img {
    float: none;
    margin: 0
  }

  .m-img-right:after {
    content: '';
    display: block;
    clear: both
  }

  .m-img-right img, .m-img-right .img-box {
    float: right;
    margin: 0 0 30px 50px
  }

  @media screen and (max-width: 767px) {
    .m-img-right img, .m-img-right .img-box {
      float: none;
      margin: 0 0 20px 0
    }
  }

  .m-img-right .img-box img {
    float: none;
    margin: 0
  }

  .m-box-red {
    padding: 30px;
    background-color: #f7ebec;
    font-size: 1.4rem;
    color: #e30413
  }

  .m-box-red a {
    color: #e30413
  }

  @media screen and (max-width: 767px) {
    .m-box-red {
      padding: 15px;
      font-size: 1.1rem
    }
  }

  .m-box-base {
    padding: 30px;
    background-color: #e9eff3;
    font-size: 1.4rem;
    color: #0c6db1
  }

  @media screen and (max-width: 767px) {
    .m-box-base {
      padding: 15px;
      font-size: 1.1rem
    }
  }

  .m-flex-margin-10>* {
    margin-top: -10px
  }

  .m-flex-margin-10>*>* {
    margin-top: 10px
  }

  .m-flex-margin-20>* {
    margin-top: -20px
  }

  .m-flex-margin-20>*>* {
    margin-top: 20px
  }

  .m-flex-margin-30>* {
    margin-top: -30px
  }

  .m-flex-margin-30>*>* {
    margin-top: 30px
  }

  .m-block-s {
    margin-top: 10px !important
  }

  .m-block {
    margin-top: 30px !important
  }

  .m-block-m {
    margin-top: 50px !important
  }

  .m-block-l {
    margin-top: 70px !important
  }

  @media screen and (max-width: 767px) {
    .m-block {
      margin-top: 30px !important
    }
    .m-block-m {
      margin-top: 30px !important
    }
    .m-block-l {
      margin-top: 30px !important
    }
  }

  .m-sp-none {
    display: block !important
  }

  @media screen and (max-width: 767px) {
    .m-sp-none {
      display: none !important
    }
  }

  .m-pc-none {
    display: none !important
  }

  @media screen and (max-width: 767px) {
    .m-pc-none {
      display: block !important
    }
  }

  .layout-side a {
    text-decoration: none
  }

  .layout-side a:hover {
    text-decoration: underline
  }

  .layout-side .second-title {
    font-size: 2.2rem;
    background-color: #0c6db1;
    color: #fff;
    font-weight: bold;
    padding: 30px 20px
  }

  @media screen and (max-width: 767px) {
    .layout-side .second-title {
      font-size: 1.6rem;
      padding: 15px 10px
    }
  }

  .layout-side dd>a {
    display: block;
    background-color: #f1f6fa;
    color: #232323;
    padding: 20px 20px 20px 37px;
    font-weight: bold;
    border-top: 1px solid #c7c7c7;
    position: relative;
    background-image: url(/asset/img/common/arrow-list-gray.svg);
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: 20px 25px
  }

  @media all and (-ms-high-contrast: none) {
    .layout-side dd>a {
      background-size: 8px 100%;
      background-position: 20px -2px
    }
  }

  .layout-side dd>a:hover, .layout-side dd>a.current {
    background-image: url(/asset/img/common/arrow-list-white.svg);
    background-color: #4292ca;
    color: #fff
  }

  .layout-side dd>a:hover::before, .layout-side dd>a.current::before {
    color: #fff
  }

  @media screen and (max-width: 767px) {
    .layout-side dd>a {
      padding: 10px 10px 10px 27px;
      background-position: 10px 14px
    }
  }

  .layout-side dd>span.heading {
    display: block;
    background-color: #f1f6fa;
    color: #232323;
    padding: 20px 20px 20px 20px;
    font-weight: bold;
    border-top: 1px solid #c7c7c7;
    position: relative
  }

  .layout-side dd>span.heading.current {
    background-color: #4292ca;
    color: #fff
  }

  .layout-side dd>span.heading.current::before {
    color: #fff
  }

  @media screen and (max-width: 767px) {
    .layout-side dd>span.heading {
      padding: 10px 10px 10px 10px
    }
  }

  .layout-side dd>a:hover {
    text-decoration: none
  }

  .layout-side dd ul {
    display: none
  }

  .layout-side dd ul li {
    border-top: 1px solid #c7c7c7;
    font-weight: bold;
    font-size: 1.5rem
  }

  .layout-side dd ul li a {
    color: #232323;
    padding: 15px 15px 15px 52px;
    display: block;
    background-image: url(/asset/img/common/arrow-list-blue.svg);
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: 35px 20px
  }

  @media all and (-ms-high-contrast: none) {
    .layout-side dd ul li a {
      background-size: 6px 100%;
      background-position: 35px 0px
    }
  }

  .layout-side dd ul li a:hover, .layout-side dd ul li a.current {
    text-decoration: none;
    color: #0c6db1
  }

  .layout-side dd ul li a:hover::before, .layout-side dd ul li a.current::before {
    color: #0c6db1
  }

  @media screen and (max-width: 767px) {
    .layout-side dd ul li {
      font-size: 1.6rem
    }
    .layout-side dd ul li a {
      padding: 10px 10px 10px 47px;
      background-position: 30px 15px
    }
  }

  .layout-side dd>a.current+ul, .layout-side dd>span.heading+ul {
    display: block
  }

  .layout-side dd:last-child {
    border-bottom: 1px solid #c7c7c7
  }

  .m-rss {
    text-align: right;
    margin-bottom: 30px;
    font-weight: bold
  }

  @media screen and (max-width: 767px) {
    .m-rss {
      margin-bottom: 20px
    }
  }

  .m-rss a {
    color: #e27408;
    text-decoration: none
  }

  .m-rss a:hover {
    text-decoration: underline
  }

  .m-rss a img {
    width: 13px
  }

  .m-img-link {
    background-color: #e9eff3;
    padding: 30px
  }

  .m-img-link+.m-img-link {
    margin-top: 30px
  }

  .m-img-link>div {
    display: table;
    width: 100%
  }

  .m-img-link>div .img {
    display: table-cell;
    width: 255px
  }

  .m-img-link>div .text {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;
    position: relative
  }

  .m-img-link>div .text dt {
    font-size: 2.0rem;
    font-weight: bold;
    color: #0c6db1;
    margin-bottom: 10px
  }

  .m-img-link>div .text ul {
    position: absolute;
    bottom: 0
  }

  @media screen and (max-width: 767px) {
    .m-img-link>div {
      display: block
    }
    .m-img-link>div .img {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 10px
    }
    .m-img-link>div .text {
      display: block;
      padding-left: 0
    }
    .m-img-link>div .text dt {
      font-size: 1.8rem;
      margin-bottom: 5px
    }
    .m-img-link>div .text ul {
      position: static;
      bottom: inherit;
      margin-top: 10px
    }
  }

  .m-faq-list li {
    border-bottom: dotted 1px #232323;
    padding-bottom: 15px;
    padding-left: 36px;
    background-image: url(/asset/img/common/faq-q.png);
    background-repeat: no-repeat;
    background-position: 0 2px
  }

  .m-faq-list li+li {
    margin-top: 20px
  }

  .m-faq-list a {
    text-decoration: none
  }

  .m-faq-list a:hover {
    text-decoration: underline
  }

  @media screen and (max-width: 767px) {
    .m-faq-list li {
      padding-left: 26px
    }
  }

  .m-faq-answer>dl {
    border-bottom: dotted 1px #232323;
    padding-bottom: 15px
  }

  .m-faq-answer>dl+dl {
    margin-top: 20px
  }

  .m-faq-answer>dl>dt {
    color: #0c6db1;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 36px;
    background-image: url(/asset/img/common/faq-q.png);
    background-repeat: no-repeat;
    background-position: 0 2px
  }

  .m-faq-answer>dl>dd {
    padding-left: 36px;
    background-image: url(/asset/img/common/faq-a.png);
    background-repeat: no-repeat;
    background-position: 0 2px
  }

  @media screen and (max-width: 767px) {
    .m-faq-answer>dl>dt, .m-faq-answer>dl>dd {
      padding-left: 26px
    }
  }

  .layout-heading .breadcrumb {
    background-color: #e9eff3;
    font-size: 0;
    padding: 10px 0
  }

  .layout-heading .breadcrumb li {
    display: inline-block;
    font-size: 1.2rem
  }

  @media screen and (max-width: 767px) {
    .layout-heading .breadcrumb li {
      display: inline;
      line-height: 1.7
    }
  }

  .layout-heading .breadcrumb li::before {
    content: ">";
    margin: 0 7px
  }

  .layout-heading .breadcrumb li:first-child::before {
    content: "";
    margin: 0
  }

  .layout-heading .breadcrumb li a {
    color: #0c6db1
  }

  .layout-heading .title {
    background-color: #f7f7f7;
    color: #0c6db1;
    padding: 50px 0
  }

  .individual .layout-heading .title {
    color: #e27408
  }

  .corporation .layout-heading .title {
    color: #017d01
  }

  .layout-heading .title h1 {
    font-size: 3.2rem
  }

  @media screen and (max-width: 767px) {
    .layout-heading .title {
      padding: 20px 0
    }
    .layout-heading .title h1 {
      font-size: 2.3rem
    }
  }

  .m-heading-02 {
    background-color: #e9eff3;
    padding: 20px;
    margin-bottom: 50px
  }

  .individual .m-heading-02 {
    background-color: #faf5f0
  }

  .individual .m-heading-02.normal {
    background-color: #e9eff3
  }

  .corporation .m-heading-02 {
    background-color: #f2fbf2
  }

  .corporation .m-heading-02.normal {
    background-color: #e9eff3
  }

  .m-heading-02>* {
    font-size: 2.8rem;
    font-weight: bold;
    padding: 3px 0 0 25px;
    background-image: url(/asset/img/common/deco-heading-01-3.png), url(/asset/img/common/deco-heading-01-2.png), url(/asset/img/common/deco-heading-01-1.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: left bottom, left top, left top
  }

  .individual .m-heading-02>* {
    background-image: url(/asset/img/common/deco-heading-01-3-2.png), url(/asset/img/common/deco-heading-01-2-2.png), url(/asset/img/common/deco-heading-01-1-2.png)
  }

  .corporation .m-heading-02>* {
    background-image: url(/asset/img/common/deco-heading-01-3-3.png), url(/asset/img/common/deco-heading-01-2-3.png), url(/asset/img/common/deco-heading-01-1-3.png)
  }

  .m-heading-02>* span {
    display: block;
    font-size: 1.8rem;
    font-weight: normal
  }

  .m-heading-02.normal>* {
    color: #232323;
    background-image: url(/asset/img/common/deco-heading-01-3.png), url(/asset/img/common/deco-heading-01-2.png), url(/asset/img/common/deco-heading-01-1.png)
  }

  @media screen and (max-width: 767px) {
    .m-heading-02 {
      padding: 10px;
      margin-bottom: 30px
    }
    .m-heading-02>* {
      font-size: 2.0rem;
      padding: 3px 0 0 15px
    }
    .m-heading-02>* span {
      font-size: 1.2rem
    }
  }

  .m-heading-03 {
    margin-bottom: 30px;
    border-bottom: 3px solid #0c6db1;
    padding-bottom: 10px
  }

  .individual .m-heading-03 {
    border-bottom: 3px solid #e27408
  }

  .corporation .m-heading-03 {
    border-bottom: 3px solid #017d01
  }

  .m-heading-03>* {
    font-size: 2.2rem;
    font-weight: bold
  }

  @media screen and (max-width: 767px) {
    .m-heading-03 {
      margin-bottom: 20px;
      padding-bottom: 5px
    }
    .m-heading-03>* {
      font-size: 1.8rem
    }
  }

  .m-heading-04 {
    margin-bottom: 30px
  }

  .m-heading-04>* {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 3px 0 0 20px;
    background-image: url(/asset/img/common/deco-heading-02-3.png), url(/asset/img/common/deco-heading-02-2.png), url(/asset/img/common/deco-heading-02-1.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: left bottom, left top, left top
  }

  .individual .m-heading-04>* {
    background-image: url(/asset/img/common/deco-heading-02-3-2.png), url(/asset/img/common/deco-heading-02-2-2.png), url(/asset/img/common/deco-heading-02-1-2.png)
  }

  .corporation .m-heading-04>* {
    background-image: url(/asset/img/common/deco-heading-02-3-3.png), url(/asset/img/common/deco-heading-02-2-3.png), url(/asset/img/common/deco-heading-02-1-3.png)
  }

  @media screen and (max-width: 767px) {
    .m-heading-04 {
      margin-bottom: 20px
    }
    .m-heading-04>* {
      font-size: 1.8rem;
      padding: 3px 0 0 15px
    }
  }

  .m-heading-05 {
    margin-bottom: 30px
  }

  .m-heading-05>* {
    font-size: 1.8rem;
    font-weight: bold
  }

  @media screen and (max-width: 767px) {
    .m-heading-05 {
      margin-bottom: 20px
    }
    .m-heading-05>* {
      font-size: 1.8rem
    }
  }

  .font-roboto-400 {
    font-family: 'Roboto';
    font-weight: 400
  }

  .font-roboto-500 {
    font-family: 'Roboto';
    font-weight: 500
  }

  .font-roboto-700 {
    font-family: 'Roboto';
    font-weight: 700
  }

  sup {
    font-size: small;
    vertical-align: text-top
  }

  @media screen and (max-width: 767px) {
    sup {
      font-size: xx-small
    }
  }

  .m-text p {
    margin-top: 20px
  }

  .m-text p:first-child {
    margin-top: 0
  }

  .m-text-bold {
    font-weight: bold !important
  }

  .m-text-normal {
    font-weight: normal !important
  }

  .m-text-under {
    text-decoration: underline
  }

  .m-text-inlineblock {
    display: inline-block
  }

  .m-text-nowrap {
    white-space: nowrap
  }

  @media screen and (max-width: 767px) {
    .m-text-nowrap {
      white-space: normal
    }
  }

  .m-link-arrow li::before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 10px;
    color: #0c6db1
  }

  .m-link-arrow li+li {
    margin-top: 10px
  }

  .m-color-base {
    color: #0c6db1
  }

  .m-color-red {
    color: #e30413
  }

  .m-color-black {
    color: #232323
  }

  .m-color-black-light {
    color: #747474
  }

  .m-color-individual {
    color: #e27408
  }

  .m-color-corporation {
    color: #017d01
  }

  .m-left {
    text-align: left !important
  }

  .m-center {
    text-align: center !important
  }

  .m-right {
    text-align: right !important
  }

  .m-top {
    vertical-align: top !important
  }

  .m-bottom {
    vertical-align: bottom !important
  }

  .m-link-external li::after {
    content: url(/asset/img/common/icon-external-link.png);
    margin-left: 5px
  }

  .m-text-high {
    background-color: #f7ebec;
    color: #e30413;
    padding: 30px;
    font-size: 1.4rem
  }

  .m-text-high dl dt {
    font-weight: bold;
    border-bottom: 1px solid #e30413;
    padding-bottom: 5px;
    margin-bottom: 10px
  }

  .m-text-high a {
    color: #e30413
  }

  @media screen and (max-width: 767px) {
    .m-text-high {
      padding: 15px
    }
  }

  .m-text-high-base {
    background-color: #e9eff3;
    padding: 30px;
    font-size: 1.4rem
  }

  .m-text-high-base>dl>dt {
    font-weight: bold;
    border-bottom: 1px solid #0c6db1;
    padding-bottom: 5px;
    margin-bottom: 10px
  }

  .m-text-high-base a {
    color: #0c6db1
  }

  @media screen and (max-width: 767px) {
    .m-text-high-base {
      padding: 15px
    }
  }

  .m-size-12 {
    font-size: 1.2rem
  }

  .m-size-13 {
    font-size: 1.3rem
  }

  .m-size-14 {
    font-size: 1.4rem
  }

  .m-size-16 {
    font-size: 1.6rem
  }

  .m-size-18 {
    font-size: 1.8rem
  }

  .m-size-20 {
    font-size: 2.0rem
  }

  .m-size-22 {
    font-size: 2.2rem
  }

  .m-size-24 {
    font-size: 2.4rem
  }

  .m-second-nav ul {
    margin-top: -20px
  }

  @media screen and (max-width: 767px) {
    .m-second-nav ul {
      margin-left: 0;
      margin-right: 0
    }
  }

  .m-second-nav ul li {
    margin-top: 20px;
    position: relative
  }

  @media screen and (max-width: 767px) {
    .m-second-nav ul li {
      padding-left: 0;
      padding-right: 0
    }
  }

  .m-second-nav ul li>img {
    position: absolute;
    left: 4px;
    top: -5px;
    width: 78px
  }

  .m-second-nav ul li a {
    text-decoration: none;
    color: #232323
  }

  .m-second-nav ul li a dl {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box
  }

  .m-second-nav ul li a:hover dl {
    border: 3px solid #0c6db1
  }

  .individual .m-second-nav ul li a:hover dl {
    border: 3px solid #e27408
  }

  .corporation .m-second-nav ul li a:hover dl {
    border: 3px solid #017d01
  }

  .m-second-nav ul li a dt {
    background-color: #e9eff3;
    display: table;
    width: 100%;
    height: 150px
  }

  .individual .m-second-nav ul li a dt {
    background-color: #faf5f0
  }

  .corporation .m-second-nav ul li a dt {
    background-color: #f2fbf2
  }

  .m-second-nav ul li a dt.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
  }

  .m-second-nav ul li a dt div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1
  }

  .m-second-nav ul li a dt img {
    width: 118px;
    height: auto
  }

  @media screen and (max-width: 767px) {
    .m-second-nav ul li a dt {
      height: 120px
    }
    .m-second-nav ul li a dt.img {
      height: 210px
    }
    .m-second-nav ul li a dt img {
      width: 100px
    }
  }

  .m-second-nav ul li a:hover dt {
    height: 148px
  }

  .m-second-nav ul li a:hover dt img {
    position: relative;
    top: -1px;
    opacity: 1
  }

  @media screen and (max-width: 767px) {
    .m-second-nav ul li a:hover dt {
      height: 120px
    }
    .m-second-nav ul li a:hover dt.img {
      height: 210px
    }
    .m-second-nav ul li a:hover dt img {
      top: -2px
    }
  }

  .m-second-nav ul li a dd {
    background-color: #f7f7f7;
    height: 140px;
    padding: 20px 10px 0;
    background-image: url(/asset/img/common/arrow-bg-corner.png);
    background-position: right bottom;
    background-repeat: no-repeat
  }

  .individual .m-second-nav ul li a dd {
    background-image: url(/asset/img/common/arrow-bg-corner-2.png)
  }

  .corporation .m-second-nav ul li a dd {
    background-image: url(/asset/img/common/arrow-bg-corner-3.png)
  }

  .m-second-nav ul li a dd .title {
    font-size: 1.5rem;
    font-weight: bold
  }

  .m-second-nav ul li a dd .title span {
    font-size: 1.2rem
  }

  .m-second-nav ul li a dd .text {
    font-size: 1.3rem;
    margin: 5px 0 0 0
  }

  @media screen and (max-width: 1024px) {
    .m-second-nav ul li a dd {
      height: 150px
    }
  }

  @media screen and (max-width: 767px) {
    .m-second-nav ul li a dd {
      height: auto;
      padding: 20px 10px 30px
    }
  }

  .m-second-nav ul li a:hover dd {
    height: 138px;
    padding: 20px 8px 0
  }

  @media screen and (max-width: 1024px) {
    .m-second-nav ul li a:hover dd {
      height: 148px
    }
  }

  @media screen and (max-width: 767px) {
    .m-second-nav ul li a:hover dd {
      height: auto;
      padding: 18px 8px 28px
    }
  }

  @media screen and (max-width: 767px) {
    .m-second-nav-sub {
      margin-top: 50px !important
    }
  }

  .m-second-nav-sub ul {
    background-color: #eee;
    padding: 10px 10px 30px
  }

  @media screen and (max-width: 767px) {
    .m-second-nav-sub ul {
      padding: 20px
    }
  }

  .m-second-nav-sub ul li {
    padding-left: 10px;
    padding-right: 10px;
    height: 120px
  }

  .m-second-nav-sub ul li.large {
    height: 170px
  }

  @media screen and (max-width: 767px) {
    .m-second-nav-sub ul li {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      height: inherit !important;
      margin-top: 0 !important
    }
    .m-second-nav-sub ul li+li {
      margin-top: 20px !important
    }
  }

  .m-second-nav-sub ul li a {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(/asset/img/common/arrow-bg-corner.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: bold;
    color: #232323;
    line-height: 1.3;
    padding-left: 20px;
    padding-right: 20px
  }

  .individual .m-second-nav-sub ul li a {
    background-image: url(/asset/img/common/arrow-bg-corner-2.png)
  }

  .corporation .m-second-nav-sub ul li a {
    background-image: url(/asset/img/common/arrow-bg-corner-3.png)
  }

  .m-second-nav-sub ul li a>* {
    display: table-cell;
    vertical-align: middle
  }

  .m-second-nav-sub ul li a>*.icon {
    width: 80px
  }

  .m-second-nav-sub ul li a>*.icon img {
    width: 80px;
    height: auto
  }

  .m-second-nav-sub ul li a>*.icon+div, .m-second-nav-sub ul li a>*.icon+dl {
    padding-left: 10px
  }

  .m-second-nav-sub ul li a>*.img {
    text-align: center;
    padding: 20px 0
  }

  @media screen and (max-width: 767px) {
    .m-second-nav-sub ul li a {
      font-size: 1.6rem
    }
    .m-second-nav-sub ul li a>*.icon {
      width: 70px
    }
    .m-second-nav-sub ul li a>*.icon img {
      width: 70px
    }
    .m-second-nav-sub ul li a>*.icon+* {
      padding-top: 20px;
      padding-bottom: 20px
    }
  }

  .m-second-nav-sub ul li.large a>*.icon img {
    width: 160px;
    height: auto
  }

  @media screen and (max-width: 767px) {
    .m-second-nav-list {
      margin-right: 0;
      margin-left: 0
    }
  }

  @media screen and (max-width: 767px) {
    .m-second-nav-list dl {
      padding-left: 0;
      padding-right: 0;
      width: 100%
    }
    .m-second-nav-list dl+dl {
      margin: 20px 0 0 0
    }
  }

  .m-second-nav-list dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px solid #0c6db1;
    padding-bottom: 5px;
    margin-bottom: 20px
  }

  .m-second-nav-list dl dd {
    background-image: url(/asset/img/common/arrow-list-blue.svg);
    background-size: 7px auto;
    background-repeat: no-repeat;
    background-position: 10px 4px;
    padding-left: 30px
  }

  .m-second-nav-list dl dd a {
    text-decoration: none;
    color: #232323
  }

  .m-second-nav-list dl dd a:hover {
    color: #0c6db1
  }

  .m-second-nav-list dl dd+dd {
    margin-top: 10px
  }

  .m-list-ol ol {
    list-style-type: decimal;
    margin-left: 20px
  }

  .m-list-ol ol li+li {
    margin-top: 5px
  }

  .m-list-ul li {
    background-image: url(/asset/img/common/dot-list-black.png);
    background-repeat: no-repeat;
    background-position: left 0.5em;
    padding-left: 1em
  }

  .m-list-ul li+li {
    margin-top: 5px
  }

  .m-list-ul.m-list-ul-red li {
    background-image: url(/asset/img/common/dot-list-red.png)
  }

  .m-list-ul-caution li {
    padding-left: 1em;
    text-indent: -1em
  }

  .m-list-ul-caution li+li {
    margin-top: 5px
  }

  .m-list-ul-link li, .m-list-ul-link-line li, .m-list-ul-link-inline li {
    border-bottom: dotted 1px #232323;
    padding-bottom: 15px;
    background-image: url(/asset/img/common/arrow-list-blue.svg);
    background-size: 7px auto;
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 15px;
    line-height: 1.3
  }

  @media all and (-ms-high-contrast: none) {
    .m-list-ul-link li, .m-list-ul-link-line li, .m-list-ul-link-inline li {
      background-size: 7px 100%;
      background-position: 0 -10px
    }
  }

  .m-list-ul-link li+li, .m-list-ul-link-line li+li, .m-list-ul-link-inline li+li {
    margin-top: 20px
  }

  .m-list-ul-link a, .m-list-ul-link-line a, .m-list-ul-link-inline a {
    text-decoration: none
  }

  .m-list-ul-link a:hover, .m-list-ul-link-line a:hover, .m-list-ul-link-inline a:hover {
    text-decoration: underline
  }

  .m-list-ul-link li {
    border-bottom: none;
    padding-bottom: 0
  }

  @media all and (-ms-high-contrast: none) {
    .m-list-ul-link li {
      background-position: 0 -2px
    }
  }

  .m-list-ul-link li+li, .m-list-ul-link li li {
    margin-top: 15px
  }

  .m-list-ul-link-inline ul {
    margin-top: -20px
  }

  .m-list-ul-link-inline li {
    display: inline-block;
    border-bottom: none;
    margin-top: 10px !important;
    margin-right: 20px
  }

  .m-list-dl-link>dl {
    border-bottom: dotted 1px #232323;
    padding-bottom: 10px;
    margin-bottom: 20px
  }

  .m-list-dl-link>dl>dt {
    font-weight: bold
  }

  .m-list-dl-link>dl>dd .m-button {
    margin-top: 32px
  }

  @media screen and (max-width: 767px) {
    .m-list-dl-link>dl>dd {
      margin: 10px 0 0 0
    }
    .m-list-dl-link>dl>dd .m-button {
      margin-top: 0
    }
  }

  .m-list-dl dt {
    font-weight: bold
  }

  .m-list-dl dd {
    margin-top: 5px
  }

  .m-list-dl-caution dt {
    font-weight: bold
  }

  .m-list-dl-caution dd {
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em
  }

  .m-list-dl-caution dd.normal {
    padding-left: 0;
    text-indent: 0
  }

  .m-button {
    text-align: center
  }

  .m-button a {
    border-radius: 4px;
    text-decoration: none;
    display: inline-block
  }

  .m-button a img {
    vertical-align: bottom
  }

  .m-button.nowrap {
    white-space: nowrap
  }

  .m-button-small a {
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: bold
  }

  .m-button-medium a {
    padding: 10px 20px
  }

  .m-button-large a {
    padding: 15px 30px
  }

  .m-button-angle a {
    padding: 20px 0;
    width: 310px;
    position: relative;
    font-weight: bold
  }

  .m-button-angle a i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.6rem
  }

  @media screen and (max-width: 767px) {
    .m-button-small a, .m-button-medium a, .m-button-large a, .m-button-angle a {
      width: 100%;
      padding: 15px 10px
    }
    .m-button-small.inline a, .m-button-medium.inline a, .m-button-large.inline a, .m-button-angle.inline a {
      width: inherit
    }
  }

  .m-button-color-base a {
    background-color: #0c6db1;
    color: #fff
  }

  .m-button-color-base a:hover {
    background-color: #07436d
  }

  .m-button-color-bule-light a {
    background-color: #469ad5;
    color: #fff
  }

  .m-button-color-bule-light a:hover {
    background-color: #07436d
  }

  .m-button-color-red a {
    background-color: #e30413;
    color: #fff
  }

  .m-button-color-white a {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #747474
  }

  .m-button-color-white a:hover {
    color: #0c6db1
  }

  .m-button-color-individual a {
    background-color: #e27408;
    color: #fff
  }

  .m-button-color-individual-light a {
    background-color: #E78F39;
    color: #fff
  }

  .m-button-color-corporation a {
    background-color: #017d01;
    color: #fff
  }

  .m-table {
    overflow: auto
  }

  .m-table table {
    width: 100%;
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7
  }

  .m-table table caption {
    text-align: right;
    margin-bottom: 10px
  }

  .m-table table thead th {
    background-color: #f7f7f7;
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7
  }

  .m-table table thead td {
    background-color: #fff;
    padding: 20px 15px;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7
  }

  @media screen and (max-width: 767px) {
    .m-table table thead th {
      padding: 10px;
      font-size: 1.4rem
    }
    .m-table table thead td {
      padding: 10px;
      padding: 10px;
      font-size: 1.4rem
    }
  }

  .m-table table tbody {
    font-size: 1.4rem;
    vertical-align: middle
  }

  .m-table table tbody th {
    background-color: #f7f7f7;
    text-align: left;
    padding: 15px;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7
  }

  .m-table table tbody th.red {
    background-color: #f7ebec
  }

  .m-table table tbody td {
    background-color: #fff;
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7
  }

  .m-table table tbody td.red {
    background-color: #f7ebec
  }

  @media screen and (max-width: 767px) {
    .m-table table tbody th {
      display: block;
      padding: 10px;
      border-bottom: 1px solid #c7c7c7
    }
    .m-table table tbody td {
      display: block;
      padding: 10px
    }
    .m-table table tbody.normal th {
      display: table-cell
    }
    .m-table table tbody.normal td {
      display: table-cell;
      border-top: none
    }
  }

  .m-table-blue table thead th {
    background-color: #4292ca;
    color: #fff;
    font-size: 2.0rem
  }

  @media screen and (max-width: 767px) {
    .m-table-blue table thead th {
      font-size: 1.3rem
    }
  }

  .m-table-blue table tbody th {
    border-bottom: 1px solid #c7c7c7
  }

  @media screen and (max-width: 767px) {
    .m-table-header-none thead {
      display: none
    }
  }

/* ÐÂÒŽµÇåh×·¼Ó */
.new-register {
    position: absolute;
    top: 18px;
    right: 0;
    height: auto;
    line-height: 1;
}
.btn-rg-layout {
    display: block;
    color: #fff;
    border-radius: 4px;
}
.btn-rg-layout .is-sp {
    display: none;
}
@media screen and (max-width: 1024px) {
    .new-register {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        position: absolute;
        top: 0;
        right: 158px;
        height: 79px;
    }
    .btn-rg-layout {
        border-radius: 0;
    }
    .btn-rg-layout .is-pc {
        display: none;
    }
    .btn-rg-layout .is-sp {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .new-register {
        height: 69px;
        right: 138px;
    }
}
@media screen and (max-width: 359px) {
    .new-register {
        right: 118px;
    }
    .btn-rg-layout {
        height: 59px;
        padding: 10px;
    }
}

  input[type="text"] {
    line-height: 1;
    font-family: FontAwesome
  }

  input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    font-size: 1.2rem;
    padding: 10px 10px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
  }

  input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }

  textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px
  }

  input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    outline: 0
  }

  label, legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600
  }

  fieldset {
    padding: 0;
    border-width: 0
  }

  input[type="checkbox"], input[type="radio"] {
    display: inline
  }

  label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal
  }

  input::-webkit-input-placeholder {
    color: #979797;
    font-weight: normal
  }

  input::-ms-input-placeholder {
    color: #979797;
    font-weight: normal
  }

  input::-moz-placeholder {
    color: #979797;
    font-weight: normal
  }

  .m-img-full {
    max-width: 100%
  }

  .m-img-100 {
    width: 100%
  }

  @media screen and (max-width: 767px) {
    .m-img-sp100 {
      width: 100%
    }
  }

  .m-img-normal {
    max-width: none
  }


  /*# sourceMappingURL=style.css.map */

  .centerimg {
    text-align: center;
  }

  .centerimg img {
    margin: auto;
    width: 100%;
    max-width: 980px;
  }
