/* SASS Document */
/* -------------------------------------
  common
------------------------------------- */
.space_mb10 {
  margin-bottom: 10px;
}

/* -------------------------------------
  sp
------------------------------------- */
@media screen and (max-width: 750px) {
  .bx-viewport {
    width: 100% !important;
    margin: 0 auto;
  }
  .infomation_header {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background-image: url("http://localhost/nagata/application/themes/nagata/img/sub_main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
  }
  .infomation_header > .info_logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .infomation_header > .info_logo > img {
    max-width: 80%;
  }
  .infomation_header > .info_title {
    display: inline-block;
    background-color: #F96277;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #fff;
  }
  .infomation_header > .info_title > div {
    text-align: center;
  }
  .infomation_header > .info_title > div:first-child {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
  .infomation_header > .info_title > div:last-child {
    font-size: 1.4rem;
  }
  .info_page {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .info_page_title {
    margin: 40px 10px 20px;
    padding: 10px 20px;
    background-color: #C5E4F9;
    font-size: 1.8rem;
    font-weight: bold;
    color: #1D85B7;
  }
  .info_page_date {
    font-size: 1.6rem;
    color: #296FB5;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .info_page_kiji {
    margin-bottom: 40px;
  }
  .news-wrap {
    height: 150px;
    overflow-y: scroll;
  }
  .news-list > dt {
    margin-bottom: 4px;
  }
  .news-list > dd {
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 15px;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media print, screen and (min-width: 751px) {
  .bx-viewport {
    width: 1480px !important;
    margin: 0 auto;
  }
  .infomation_header {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background-image: url("http://localhost/nagata/application/themes/nagata/img/sub_main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
  }
  .infomation_header > .info_logo {
    margin-bottom: 40px;
    text-align: center;
  }
  .infomation_header > .info_title {
    display: inline-block;
    background-color: #F96277;
    padding: 20px 80px;
    color: #fff;
    border: 1px solid #fff;
  }
  .infomation_header > .info_title > div:first-child {
    margin-bottom: 10px;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 1.2px;
    border-bottom: 1px solid #fff;
  }
  .infomation_header > .info_title > div:last-child {
    font-size: 1.8rem;
  }
  .info_page {
    width: 980px;
    margin: 0 auto;
  }
  .info_page_title {
    width: 980px;
    margin: 60px auto 40px;
    padding: 10px 20px;
    background-color: #C5E4F9;
    font-size: 2rem;
    font-weight: bold;
    color: #1D85B7;
  }
  .info_page_date {
    font-size: 1.8rem;
    color: #296FB5;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .info_page_kiji {
    margin-bottom: 60px;
  }
  .news-wrap {
    height: 300px;
    overflow-y: scroll;
  }
  .news-list > dd {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=nagata.css.map */