.sec__introduction--img {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .sec__introduction--img {
    max-width: 180px;
    height: 250px;
    margin-left: 30px;
  }
}

.hdr_box {
  width: auto !important;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hdr_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .hdr_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}

.hdr_logo {
  max-width: 80px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .hdr_logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.hdr_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .hdr_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
  }
}

.hdr_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  padding: 0 5px;
}

.hdr_title.access {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .hdr_title.access {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hdr_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20px;
    padding: 0;
  }
}

.hdr_subtitle {
  font-size: 16px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .hdr_subtitle {
    margin-left: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hdr_ttl-sp {
    margin: 0 !important;
  }
}

.header {
  border-top: 8px solid #afc500;
}

.gd {
  background: #afc500;
}

.sec_inr,
.sec_ttl::after {
  content: none !important;
}

.pagetop a {
  background: #afc500 url(../img/pagetop.png) no-repeat center center;
}

.ttl.color {
  color: #afc500 !important;
}

.title__border {
  max-width: 140px;
  height: 3px;
  background-color: #afc500;
  margin: 0 auto;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media screen and (max-width: 767px) {
  .title__border {
    max-width: 110px;
    -webkit-transform: translateY(-21px);
            transform: translateY(-21px);
  }
}

.header .hdr_btm .hdr_btm_inr .hdr_nav li a:hover {
  color: #afc500;
}

.sec-access .sec-access_inr .sec-access-logo {
  display: none;
}
/*# sourceMappingURL=edition.css.map */