@charset "UTF-8";
/* -------------------------- */
/* content */
/* -------------------------- */
/* contents_head */
.contents_head {
  background-image: url(/images/nazca-mail/bg_header.jpg);
}

/* news_list */
.news_list {
  margin-bottom: 30px;
}

.nazca_wrap {
  text-align: center;
}

.nazca_wrap .btn_nazca_txt {
  margin-bottom: 15px;
  padding: 0 25px;
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.nazca_wrap .btn_nazca_txt:before, .nazca_wrap .btn_nazca_txt:after {
  margin: auto;
  color: #00A0E8;
  position: absolute;
  top: 0;
  bottom: 0;
}

.nazca_wrap .btn_nazca_txt:before {
  content: "＼";
  left: 0;
}

.nazca_wrap .btn_nazca_txt:after {
  content: "／";
  right: 0;
}

/* btn_nazca */
.btn_nazca {
  margin-bottom: 30px;
  box-shadow: 0 2px 6px 2px rgba(10, 10, 10, 0.1);
  border-radius: 100px;
}

.btn_nazca a {
  width: 100%;
  height: 55px;
  background: #00A0E8;
  border: 1px solid #00A0E8;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn_nazca a .icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  fill: #fff;
}

.btn_nazca a:hover {
  opacity: 0.7;
}

/* archives */
.archives {
  padding-top: 30px;
  margin-bottom: 30px;
  background: #EAF3F9;
}

/* nazca_form */
.nazca_form .contact_form .submit_box {
  margin-bottom: 0;
}

/* nazca_detail */
.nazca_detail .news_list_time {
  font-family: "Roboto";
  font-weight: 700;
}

.nazca_detail .entry_body {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}

@media screen and (max-width: 1279px) {
  .contents_head {
    min-height: 170px !important;
  }
  .contents_head_under {
    min-height: 170px !important;
  }
  .breadcrumb .container {
    padding: 0 30px !important;
  }
}

@media screen and (min-width: 1280px) {
  .contents_head {
    min-height: 300px;
  }
  .contents_head_under {
    min-height: 193px !important;
  }
  .news_list {
    margin-bottom: 50px;
  }
  .nazca_wrap .btn_nazca_txt {
    font-size: 2.2rem;
  }
  .btn_nazca {
    margin-bottom: 50px;
  }
  .btn_nazca a {
    height: 100px;
    font-size: 2.2rem;
  }
  .btn_nazca a .icon {
    width: 40px;
    height: 40px;
  }
  .archives {
    margin-bottom: 85px;
    padding-top: 75px;
  }
  .nazca_form .contact_form .submit_box {
    margin-bottom: 30px;
  }
  .nazca_detail .news_list_time {
    font-size: 1.6rem;
  }
  .nazca_detail .entry_body {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb .container {
    padding: 0 15px !important;
  }
}

@media screen and (min-width: 768px) {
  .news_list {
    margin-bottom: 30px;
  }
  .archives {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .nazca_detail .entry_body {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=map/nazca-mail.css.map */
