@charset "UTF-8";
.news#detail .detailContent {
  padding: 190px 0 150px;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent {
    padding: 120px 0 100px;
  }
}
.news#detail .detailContent__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__head {
    margin-bottom: 20px;
  }
}
.news#detail .detailContent__head__date {
  color: #3b5ca9;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__head__date {
    margin-right: 20px;
  }
}
.news#detail .detailContent__head__category {
  display: inline-block;
  background-color: #f4f5f9;
  border-radius: 30px;
  color: #475876;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 20px;
}
.news#detail .detailContent__title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #3b5ca9;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5333333333;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.news#detail .detailContent__tag {
  margin-bottom: 40px;
}
.news#detail .detailContent__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news#detail .detailContent__tag__list > li {
  margin-right: 39px;
}
.news#detail .detailContent__tag__list > li > a {
  text-decoration: underline;
  color: #3b5ca9;
}
.news#detail .detailContent__tag__list > li > a:hover {
  text-decoration: none;
}
.news#detail .detailContent__contents {
  color: #3b5ca9;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  padding: 50px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__contents {
    padding: 40px 0;
  }
}
.news#detail .detailContent__contents h1,
.news#detail .detailContent__contents h2,
.news#detail .detailContent__contents h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5333333333;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__contents h1,
  .news#detail .detailContent__contents h2,
  .news#detail .detailContent__contents h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5909090909;
    margin-bottom: 20px;
  }
}
.news#detail .detailContent__contents h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5909090909;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__contents h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777777778;
    margin-bottom: 20px;
  }
}
.news#detail .detailContent__contents .tableWrap.is-scroll table::before {
  opacity: 0;
}
.news#detail .detailContent__contents .tableWrap {
  overflow: scroll;
  overflow-y: scroll; /* 縦スクロール */
  /* IE・Edge向け */
  -ms-overflow-style: none;
  /* Firefox向け */
  scrollbar-width: none;
}
.news#detail .detailContent__contents .tableWrap::-webkit-scrollbar {
  display: none;
}
.news#detail .detailContent__contents .tableWrap table {
  margin-bottom: 30px;
  position: relative;
  max-width: 766px !important;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__contents .tableWrap table {
    margin-bottom: 20px;
  }
}
.news#detail .detailContent__contents .tableWrap table > tbody {
  border: 1px solid #dadada !important;
}
.news#detail .detailContent__contents .tableWrap table > tbody > tr td {
  border: 1px solid #dadada !important;
  text-align: center;
  vertical-align: middle;
}
.news#detail .detailContent__contents .tableWrap table > tbody > tr td:nth-child(3) {
  text-align: left;
  padding: 15px;
}
.news#detail .detailContent__contents .tableWrap table::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 170px;
  height: 122px;
  z-index: 1;
  pointer-events: none;
  background-image: url("/assets/images/common/scroll.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__contents .tableWrap table::before {
    display: block;
  }
}
.news#detail .detailContent__contents a {
  text-decoration: underline;
  font-style: normal;
  color: #3b5ca9;
}
.news#detail .detailContent__contents a:hover {
  text-decoration: none;
}
.news#detail .detailContent__contents p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__contents p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.news#detail .detailContent__contents > ul {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 20px;
}
.news#detail .detailContent__contents > ul li ul {
  padding-left: 20px;
  list-style: circle;
}
.news#detail .detailContent__contents > ol {
  list-style: decimal;
  margin-bottom: 30px;
  padding-left: 20px;
}
.news#detail .detailContent__contents > ol li ol {
  padding-left: 20px;
  list-style: lower-latin;
}
.news#detail .detailContent__contents img {
  margin-bottom: 50px;
}
.news#detail .detailContent__contents iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 50px;
}
.news#detail .detailContent__contents blockquote {
  padding: 30px 0;
  border-top: 1px solid #3b5ca9;
  border-bottom: 1px solid #3b5ca9;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__contents blockquote {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.news#detail .detailContent__contents blockquote p {
  margin: 0;
}
.news#detail .detailContent__contents strong {
  font-weight: bold;
}
.news#detail .detailContent__contents .linkBox > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  text-decoration: none;
  border: 1px solid #3b5ca9;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .news#detail .detailContent__contents .linkBox > a {
    margin-bottom: 20px;
  }
}
.news#detail .detailContent__contents .linkBox > a:last-child {
  margin-bottom: 0;
}
.news#detail .detailContent__contents .linkBox > a:hover .name {
  text-decoration: none;
}
.news#detail .detailContent__contents .linkBox > a[href$=".xls"] .format::before, .news#detail .detailContent__contents .linkBox > a[href$=".xlsx"] .format::before {
  content: "Excel";
}
.news#detail .detailContent__contents .linkBox > a[href$=".doc"] .format::before, .news#detail .detailContent__contents .linkBox > a[href$=".docx"] .format::before {
  content: "Word";
}
.news#detail .detailContent__contents .linkBox > a[href$=".pdf"] .format::before {
  content: "PDF";
}
.news#detail .detailContent__contents .linkBox > a .format {
  position: relative;
  background-color: #3b5ca9;
  border-radius: 3px;
  margin-right: 30px;
  width: 56px;
  height: 20px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news#detail .detailContent__contents .linkBox > a .format::before {
  content: "File";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  white-space: nowrap;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 0;
}
.news#detail .detailContent__contents .linkBox > a .name {
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.news#detail .detailContent__backBtn {
  text-align: center;
  padding-top: 60px;
}
.news#detail .detailContent__backBtn > a {
  border: 1px solid #3b5ca9;
}