/* top-door
******************************************************************************************/
article {
  position: relative;
  z-index: 100;
}

.content {
  max-width: 100% !important;
  padding: 0 0 150px 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/top/bg-door.jpg");
}
.content .door-head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .door-head .logo-mark {
  width: 80px;
  height: 80px;
  margin: 10px;
}
.content .door-head .logo-mark img {
  width: 100%;
}
.content .door-head h1 {
  width: auto;
  margin-bottom: 0px;
  padding: 0;
  font-size: 2.4rem;
  color: #fff;
}
.content .door-head h1:after {
  content: none;
}
.content .msg {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.content .msg .btn-box {
  width: 100%;
  margin: 20px auto 60px auto;
  padding: 0;
}
.content .msg .btn-box li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .content .msg .btn-box {
    width: 96%;
  }
}
@media screen and (max-width: 560px) {
  .content .msg {
    width: 96%;
  }
  .content .msg h1 {
    width: 100%;
    padding: 1em;
    font-size: 2rem;
    text-align: justify;
  }
  .content .msg h1 br {
    display: none;
  }
  .content .msg .btn-box {
    width: 100%;
  }
  .content .msg .btn-box li {
    width: 100%;
  }
  .content .msg .btn-box li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.content .door-news {
  left: 0;
  right: 0;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5em;
  background-color: rgba(0, 85, 0, 0.8);
  border-radius: 10px;
}
.content .door-news > div {
  margin-bottom: 20px;
}
.content .door-news h2 {
  margin: 0 0 1em 0;
  font-size: 22px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.content .door-news h2:after {
  content: none;
}
.content .door-news h2:before {
  top: 2em;
  background-color: #fff;
}
.content .door-news p {
  margin-top: 0;
  line-height: 1.3;
}
.content .door-news p a {
  color: #fff;
}
.content .door-news ul li time {
  display: block;
  margin-bottom: 0.3em;
  color: #fff;
  font-size: 14px;
}
.content .door-news ul li:not(:first-child) {
  margin-top: 15px;
}
.content .entry {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.content .entry h3 {
  border: none;
  margin: 30px 0;
  padding: 0;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 20px black;
}
@media screen and (max-width: 560px) {
  .content .entry ul {
    width: 96%;
    margin: 0 auto;
  }
}
.content .entry ul li {
  width: 49%;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .content .entry ul li {
    width: 100%;
  }
}

footer {
  padding-top: 0;
  position: relative;
  z-index: 100;
}/*# sourceMappingURL=top.css.map */