@charset "UTF-8";
.top-catch {
  font-size: 12px;
  letter-spacing: 2px;
}
.section {
  position: relative;
  margin: 80px auto 0;
  max-width: 1320px;
}
.section img {
    width: 100%;
  }
.section-box {
    position: absolute;
    top: 0;
    z-index: 1;
  }
.section-link {
    margin: 40px auto 0;
    padding: 25px 22px 8px 45px;
    width: 175px;
    height: 45px;
    background-image: url(../img/index_link_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 1px solid #e8b768;
  }
.section-link a {
      position: relative;
      display: block;
      font-size: 12px;
    }
.section-link a::after {
        content: '>';
        position: absolute;
        top: -1px;
        right: 0;
      }
.section1-box {
      right: 0;
      margin-top: 36.893939%;
      margin-right: 7.272727%;
      width: 410px;
    }
.section1-text {
      font-size: 12px;
      line-height: 2;
      text-align: center;
    }
.section2-box {
      left: 0;
      margin-top: 18.560606%;
      margin-left: 8.333333%;
      width: 315px;
    }
.section2-pic small {
        display: block;
        margin-top: 10px;
        font-size: 16px;
      }
.section2-text {
      margin-top: 8px;
      font-size: 12px;
      line-height: 2;
    }
.section2-link {
      margin-top: 50px;
      padding-left: 40px;
      padding-right: 30px;
      width: 150px;
    }
.infomation {
  margin-top: 90px;
}
.infomation-title {
    text-align: center;
  }
.infomation-inner {
    margin: 45px auto 0;
    width: 800px;
  }
.infomation-item {
    border-bottom: 1px solid #666;
  }
.infomation-item a {
      display: block;
      padding: 15px 0;
    }
.infomation-item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
.infomation-item-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px;
    }
.infomation-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    width: 115px;
    border-right: 1px solid #666;
    font-size: 14px;
  }
.infomation-category {
    margin-left: 25px;
    padding: 5px;
    width: 80px;
    border: 1px solid #666;
    text-align: center;
    font-size: 12px;
  }
.infomation-link {
    margin: 40px auto 0;
    padding: 25px 30px 8px 40px;
    width: 150px;
    height: 45px;
    background-image: url(../img/index_link_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 1px solid #e8b768;
  }
.infomation-link a {
      position: relative;
      display: block;
      font-size: 12px;
    }
.infomation-link a::after {
        content: '>';
        position: absolute;
        top: -1px;
        right: 0;
      }
@media screen and (max-width: 800px) {
.main-img {
  padding-top: 12%;
}
.top-catch {
  display: none;
}
.section {
  margin: 25.333333% 0 0;
  width: 100%;
  max-width: initial;
}

  .section img {
    width: 100%;
  }
    .section1-box {
      right: 0;
      margin: 86.666667% 6.666667% 0;
      width: 86.666667%;
    }

    .section1-link {
      margin-top: 14.666667%;
    }
    .section2-box {
      left: 0;
      margin: 36% 0 0 6.666667%;
      padding: 8% 4% 12%;
      width: 86.666667%;
      background-color: rgba(255,255,255, .8);
    }
      .section2-pic small {
        display: block;
        margin-top: 10px;
        font-size: 16px;
      }

    .section2-link {
      margin-top: 8%;
    }

.infomation {
  margin-top: 21.333333%;
}

  .infomation-title {
    margin-right: auto;
    margin-left: auto;
    width: 42.666667%;
  }

  .infomation-inner {
    margin: 8% auto 0;
    width: 86.666667%;
  }

  .infomation-item {
    border-bottom: 0;
  }

    .infomation-item a {
      display: block;
      padding: 2.307692%;
      padding: 15px 0;
    }

    .infomation-item-inner {
      display: block;
    }

    .infomation-item-title {
      display: block;
      margin-top: 8px;
      margin-left: 0;
      font-size: 12px;
    }

  .infomation-date {
    display: inline-block;
    padding-left: 0;
    width: auto;
    border-right: 0;
    font-size: 12px;
  }

  .infomation-category {
    display: inline-block;
    margin-left: .5em;
    padding: 2px 5px;
    width: auto;
  }

  .infomation-link {
    margin-top: 18.666667%;
  }
}
@media screen and (min-width: 750px) {
.main-img {
  padding-top: 6%;
}
}
@media screen and (min-width: 800.1px) {
.header {
  padding: 0 25px;
}
div.header-logo img {
  display: none;
}
  .header-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
    max-width: 100% !important;
    /* min-width: 1100px; */
    border-bottom: 1px solid #000;
    height: auto;
  }

  .header-logo {
    padding: 0;
    width: 368px;
    max-width: initial;
  }

  .header-nav {
    margin: 0;
  }
  .footer-inner {
    padding-bottom: 120px;
  }

  .footer-info {
    min-width: 570px;
  }

  .footer-logo {
    padding-left: .75%;
    min-width: 220px;
  }

  .footer-bottom {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    /* max-width: 1320px;
    min-width: 1100px; */
    border-right:  1px solid #000;
    border-left:  1px solid #000;
  }

    .footer-bottom-wrap {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 2;
      padding: 0 25px;
      width: 100%;
    }

  .footer-copy {
    padding-right: .5%;
    width: 230px;
  }

.contents-wrap {
  margin-top: 52px;
}

.wrap {
  padding: 0 25px;
}

  .wrap-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    /* max-width: 1320px;
    min-width: 1100px; */
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}

/*# sourceMappingURL=top.css.map */
