@charset "UTF-8";
.g-footer {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .g-footer {
    margin-top: 40px;
  }
}
/*======================================================================
 * お知らせページ レイアウト
======================================================================*/
/* ------------------------------------------------------------
 * 一覧 layout.css
------------------------------------------------------------ */
.l-content-list.-news .l-content-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #003A8F 4px, transparent 4px);
  background-size: 8px 100%;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 768px) {
  .l-content-list.-news .l-content-item:not(:first-child)::before {
    height: 1px;
    background-image: linear-gradient(to right, #003A8F 3px, transparent 3px);
    background-size: 6px 100%;
  }
}
/* ------------------------------------------------------------
 * 詳細
------------------------------------------------------------ */
.article .information-title {
  margin: 0 auto 21px;
}
.article .information-title .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.article .information-title .new {
  margin: 0 9px 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.article .information-title .new span {
  background: #BC0000;
  color: #fff;
  padding: 3px 6px 2px;
  font-weight: bold;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}
.article .information-title .date {
  margin: 0;
  color: #727272;
  font-size: 1.4rem;
}
.article .information-title .date span {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .article .information-title {
    margin-top: 0;
  }
  .article .information-title .info {
    margin-bottom: 20px;
  }
}
.article .information-detail a {
  color: #003A8F;
}
.article .information-detail .image {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0;
}
.article .information-detail .info {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #D6D6D6;
}
.article .information-detail .info dl {
  margin-bottom: 0;
}
.article .information-detail .info dl dt, .article .information-detail .info dl dd {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  line-height: 1.69;
}
.article .information-detail .info dl dt:last-child, .article .information-detail .info dl dd:last-child {
  margin-bottom: 0;
}
.article .information-detail .info dl dt {
  width: 54px;
  background: #F4F4F4;
  text-align: center;
  margin-right: 5px;
}
.article .information-detail .info dl dd {
  width: calc(100% - 66px);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .article .information-detail .info dl dd {
    margin-bottom: 10px;
  }
}
.article .information-detail .content {
  margin: auto;
  line-height: 1.69;
  border-bottom: solid 1px #D6D6D6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.article .information-detail .content a {
  color: #003A8F;
}
.article .information-detail .link-heading a.icon {
  position: relative;
  color: #222;
  text-decoration: none;
}
.article .information-detail .link-heading a.icon.-pdf span {
  position: relative;
  word-break: break-all;
}
.article .information-detail .link-heading a.icon.-pdf span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url("../images/common/icon-pdf.svg") no-repeat center 3px;
  background-size: 100% auto;
  position: absolute;
  right: -20px;
}