@charset "UTF-8";

body {
  color: #000000;
}

.blue_dark {
  color: #3a4e87;
  font-weight: 600;
}

h5 {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}

h3 {
  font-size: 24px;
  color: #3a4e87;
  letter-spacing: 2.88px;
}

p {
  margin-bottom: 0;
}

.page_title_area {
  background-size: cover !important;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.top_title {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 20px;
}

.news_area {
  padding: 120px 0 160px;
}

.news_detail_header_area {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}

.news_detail_date_area {
  display: flex;
  align-items: center;
  color: #36b3b7;
  font-weight: bold;
  margin-bottom: 30px;
}

.news_detail_date {
  font-size: 12px;
  font-weight: bold;
  margin-right: 27px;
}

.news_detail_cat {
  width: 77px;
  height: 23px;
  border: 1px solid #36b3b7;
  font-size: 11px;
  letter-spacing: 1.76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_detail_title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 3.84px;
  line-height: 36px;
}

.news_detail_content {
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 30px;
}

.newws_detail {
  margin-bottom: 60px;
}

.news_detail_pager {
  margin-bottom: 60px;
}

.news_detail_pager_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_detail_pager_row > div > a {
  width: 148px;
  height: 43px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #3a4e87;
  color: #3a4e87;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2.4px;
  line-height: 22px;
}

.linkBefore {
  position: relative;
  display: inline-block;
}

.linkBefore::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #3a4e87;
  border-right: solid 2px #3a4e87;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 23px;
}

.linkAfter {
  position: relative;
  display: inline-block;
}

.linkAfter::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #3a4e87;
  border-right: solid 2px #3a4e87;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 23px;
}

.news_detail_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_detail_list a {
  width: 256px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3a4e87;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2.4px;
}

.news_detail_list a img {
  width: 18px;
  height: 15px;
  margin-right: 25px;
}

.news_list_icon_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (max-width: 767px) {
  .page_title_area {
    padding: 61px 0 41px;
    background-size: cover !important;
    font-family: "object-fit: cover;"; /*IE対策*/
  }

  .page_title_sub {
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .page_title::after {
    width: 53.333%;
  }

  .top_title {
    padding-top: 60px;
    padding-bottom: 12px;
  }

  .news_area {
    padding: 60px 0 80px;
  }

  .news_detail_date {
    margin-right: 20px;
  }

  .news_detail_cat {
    width: 66.5px;
    height: 18px;
    font-size: 9px;
    letter-spacing: 1.36px;
  }

  .news_detail_title {
    font-size: 18px;
    letter-spacing: 2.88px;
    line-height: 27px;
  }

  .news_detail_header_area {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .news_detail_content {
    font-size: 14px;
    letter-spacing: 1.12px;
    line-height: 24px;
  }

  .news_detail_date_area {
    margin-bottom: 15px;
  }

  .newws_detail {
    margin-bottom: 40px;
  }

  .news_detail_pager_row > div > a {
    width: 105px;
    height: 39px;
    font-size: 13px;
    letter-spacing: 2.08px;
  }

  .linkBefore::before {
    width: 10px;
    height: 10px;
    left: 15px;
  }

  .linkAfter::before {
    width: 10px;
    height: 10px;
    right: 15px;
  }

  .news_detail_pager {
    margin-bottom: 40px;
  }

  .news_detail_list a {
    width: 208px;
    height: 40px;
    font-size: 12.5px;
    letter-spacing: 2px;
  }

  .news_detail_list a img {
    width: 15px;
    height: 12.5px;
    margin-right: 21px;
  }
}
