@charset "utf-8";


.block_head {
  background: url(../img/info/img_01.png) no-repeat left top;
  margin-left: auto;
  margin-right: auto;
}
.news_block {
  margin-left: auto;
  margin-right: auto;
}
.news_date {
  font-family: "メイリオ", Meiryo, sans-serif;
  color: #000000;
  font-weight: bold;
  box-sizing: border-box;
}
.news_title {
  color: #5c6063;
}
.news_title a {
  color: #5c6063;
  text-decoration: underline;
}
.news_list {
  border-bottom: 1px #dcdcdc solid;
}
.seeMore_btn a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  background-color: #f0831e;
  text-align: center;
  box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.seeMore_btn a:after {
  content: "";
  display: block;
  background: url(../img/info/img_02.png) no-repeat right top;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


@media print, screen and (min-width: 1121px) {
  .seeMore_btn a:hover {
    background-color: #ff6c00;
  }
}



@media print, screen and (min-width: 751px) {
  #content.info-page .block_inner {
    padding-top: 79px;
    padding-bottom: 124px;
  }
  .block_head {
    width: 160px;
    height: 103px;
    background-size: cover;
    margin-bottom: 58px;
  }
  .news_block {
    width: 820px;
  }
  .news_list {
    font-size: 15px;
    padding-top: 41px;
    padding-bottom: 38px;
  }
  .news_date {
    float: left;
    width: 162px;
    padding-left: 31px;
  }
  .news_title {
    float: left;
    width: 612px;
  }
  .news_title a {
    line-height: 1.3;
  }
  .news_link a {
    font-size: 15px;
    padding: 12px 40px 9px 0;
    padding-right: 40px;
    background-size: 34px 34px;
  }
  .seeMore_btn {
    margin-top: 50px;
  }
  .seeMore_btn a {
    width: 320px;
    line-height: 60px;
  }
  .seeMore_btn a:after {
    width: 24px;
    height: 24px;
    right: 5%;
  }
}



@media screen and (max-width: 750px) {
  #content.info-page .block_inner {
    padding-top: 12%;
    padding-bottom: 60px;
  }
  .block_head {
    width: 40.888%;
    height: 0;
    background-size: contain;
    padding-bottom: 26.375%;
    margin-bottom: 12%;
  }
  .news_block {
    width: 92%;
  }
  .news_list {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .news_date {
    margin-bottom: 6px;
  }
  .news_title a {
    line-height: 1.4;
  }
  .seeMore_btn {
    margin-top: 10%;
  }
  .seeMore_btn a {
    width: 40%;
    min-width: 206px;
    line-height: 40px;
  }
  .seeMore_btn a:after {
    width: 22px;
    height: 22px;
    right: 4%;
  }
}