body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #1a5c4a;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: medium; }
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: Verdana, Meiryo, sans-serif; } }

p,dl,header a,.sale,dl a {
  color: #00629d;
}
.sale a {
  color: #51b77b;
}

a {
  color: #1a5c4a;
  text-decoration: none; }

p {
  line-height: 2;
  padding: 0 0.5em;}

p + a {
  padding: 0 0 0 0.5em; }

h2 {
  color: #f08300;
  font-size: medium;
  line-height: 1;
  margin-bottom: 2em;
  padding: 0 0.5em; }

header {
  margin-top: 1em;
  padding: 0 6.25%; }
  header > nav > ul > li {
    vertical-align: middle; }
    header > nav > ul > li a {
      font-size: small;
      color: #00629d; }
    header > nav > ul > li .brand-logo {
      font-weight: bold;
      font-size: small;
      color: #00629d; }

.container {
  max-width: 992px;
  width: 100%;
  margin: 0 auto; }

main > .row {
  padding: 0 6.25%; }

#catch {
  margin-bottom: 1em; }
  #catch div:first-of-type > img {
    width: 100%;
    height: auto; }
    #catch div:first-of-type > img:first-of-type {
      max-width: 237px;
      margin-left: 22.90996%;
      margin-top: 10.25105%;
      margin-bottom: 17.57322%; }
    #catch div:first-of-type > img:last-of-type {
      max-width: 426px;
      margin-left: 6.31999%; }
  #catch div:last-of-type {
    text-align: right; }
    #catch div:last-of-type img:first-of-type {
      /**max-width: 335px;**/
      width: 100%;
      height: auto;
      margin-right: 10.50711%; }

#introduction {
  margin-bottom: 1em; }
  #introduction > p {
    margin-bottom: 4em; }
  #introduction .sale {
    margin: 0; }
    #introduction .sale img {
      width: 100%;
      height: auto; }
    #introduction .sale > div:last-of-type {
      padding-left: 1em; }

#contents {
  margin-bottom: 6em; }
#contents > h3 {
  color: #fff;
  border-radius: 6px;
  padding: 4px 8px;
  margin-bottom: 2em;
  width: 12em;
  font-size: large;
}
#contents > h3:first-of-type {
  background-color: #8FC31F;
}
#contents > h3:nth-of-type(2) {
  background-color: #00B9EF;
}

  #contents > ol {
    list-style: none;
    margin: 0 0 4em 0;
    padding: 0; }
    #contents > ol > li {
      line-height: 1;
      position: relative;
      padding: 0 0 0 2em;
      font-weight: bold;
      margin-bottom: 2.5em; }
      #contents > ol > li:before {
        content: attr(data-part);
        display: inline-block;
        width: 4em; }
      #contents > ol > li:after {
        content: ' ';
        border-radius: 50%;
        display: inline-block;
        width: 1em;
        height: 1em;
        vertical-align: top;
        position: absolute;
        left: 0; }
      #contents > ol > li:first-of-type:after {
        background-color: #e50069; }
      #contents > ol > li:nth-of-type(2):after {
        background-color: #e60012; }
      #contents > ol > li:nth-of-type(3):after {
        background-color: #0068b7; }
      #contents > ol > li:nth-of-type(4):after {
        background-color: #fcc700; }
      #contents > ol > li:nth-of-type(5):after {
        background-color: #314b57; }
      #contents > ol:nth-of-type(2) > li:nth-last-of-type(2), #contents > ol:nth-of-type(2) > li:last-of-type {
        padding-left: 0; }
        #contents > ol > li:nth-last-of-type(2):before, #contents > ol > li:last-of-type:before {
          width: auto; }

#contents > ol:first-of-type > li:first-of-type:after {
  background-color: #cfdb00;
}
#contents > ol:first-of-type > li:nth-of-type(2):after {
  background-color: #00a0e9;
}



  #contents > p {
    margin-bottom: 1.5em; }
  #contents > a > .download {
    max-width: 155.5px;
    width: 100%;
    height: auto; }

dl {
  margin: 0;
  padding: 0 0 0 0.5em;
  line-height: 1; }
  dl > dt, dl > dd {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    line-height: 1;
    margin-bottom: 1.5em; }
  dl > dt {
    clear: both; }
  dl > dd > a {
    position: relative;
    display: inline-block;
    transition: .3s; }
    dl > dd > a:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: '';
      width: 0;
      height: 1px;
      background-color: #1a5c4a;
      transition: .3s;
      transform: translateX(-50%); }
    dl > dd > a:hover:after {
      width: 100%; }

.row.splice {
  margin-bottom: 1em; }

#infomation > dt {
  width: 7em; }

#staff > dt, #staff > dd {
  font-size: small; }

#staff > dt {
  width: 14em; }

footer {
  height: 142.5px;
  background-color: #00629d; }
  footer > .row.splice {
    max-width: 992px;
    margin: 0 auto; }
    footer > .row.splice > .col {
      background-color: #00629d;
      height: 142.5px;
      background-repeat: no-repeat; }
      footer > .row.splice > .col:first-of-type {
        background-image: url(../img/circle.png);
        background-size: 429.5px auto;
        background-position: center center; }
      footer > .row.splice > .col:last-of-type {
        text-align: right;
        overflow: hidden; }
        footer > .row.splice > .col:last-of-type a {
          display: inline-block;
          width: 152.5px;
          height: 142.5px;
          background-image: url(../img/spaceno.png);
          background-repeat: no-repeat;
          background-position: right bottom;
          background-size: 152.5px auto; }
footer > .row.splice > .col:last-of-type a:hover {
  background-image: url(../img/spaceno2.png);
}
    footer > .row.splice img {
      max-height: 142.5px;
      width: 100%; }

@media (max-width: 991px) {
  #catch div:first-of-type > img:first-of-type {
    width: 80%; }
  #catch div:first-of-type > img:last-of-type {
    width: 80%; } }

@media (max-width: 768px) {
  header {
    padding: 0;
    font-size: x-large; }
  main > .row {
    padding: 0; }
  main {
    padding: 5em 1em 0; }
  .row {
    margin-bottom: 3em; }
  #catch {
    text-align: center; }
    #catch div:first-of-type > img:first-of-type {
      margin-left: 0;
      margin-top: 0; }
    #catch div:first-of-type > img:last-of-type {
      margin-left: 0; }
    #catch div:last-of-type img:first-of-type {
      max-width: none;
      margin-right: 0; }
    #catch img {
      margin: 0 auto 5em; }
      #catch img.show-on-small {
        width: 70%; }
    #catch .first img {
      width: 45%; }
  #introduction .sale {
    text-align: center; }
    #introduction .sale img {
      width: 50%;
      height: auto; }
    #introduction .sale > div:last-of-type {
      padding-left: 0; }
  h2, p, dt, dd {
    font-size: large !important; }
  dd {
    clear: both; }

  footer > .row.splice > .col:first-of-type {
    background-size: 90% auto;
  }

}

.disabled {
  cursor: not-allowed; }

.slider {
  margin: 0 2em; }
  .slider .slick-next:before,
  .slider .slick-prev:before {
    color: #000; }
  .slider img {
    max-width: 1077.5px;
    max-height: 1520.5px;
    width: 100%;
    height: auto; }

.fb_iframe_widget span {
  vertical-align: baseline !important; }
