@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	トップメッセージ
  ---------------------------------------------*/
.main_area {
  background: url("/assets/img/atfirst/topmessage/main_image.jpg") center no-repeat;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .main_area {
    height: 250px;
  }
}
.main_area h2 {
  position: absolute;
  top: 50%;
  right: 10%;
}
@media all and (max-width: 480px) {
  .main_area h2 {
    top: 30%;
    right: 15px;
  }
}
.main_area h2 p span {
  padding-left: 50px;
  position: relative;
}
@media all and (max-width: 480px) {
  .main_area h2 p span {
    display: block;
    padding: 0;
  }
}
.main_area h2 p span:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 18px;
  left: 10px;
}
@media all and (max-width: 480px) {
  .main_area h2 p span:before {
    display: none;
  }
}

.message_inner {
  width: 800px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .message_inner {
    width: 90%;
  }
}
.message_inner .box {
  border-bottom: 1px solid #8D98AC;
}
.message_inner .box:last-of-type {
  border: none;
}

.under_link_area a {
  background: url("/assets/img/atfirst/topmessage/under_link_bg.jpg") center no-repeat;
  background-size: cover;
}/*# sourceMappingURL=topmessage.css.map */