/*===========================================================================
unique
単一ページで使用するCSS
接頭辞【.u-】

【予測変換用 _base.css記述】
:root {
  --font-color-base: #333;
  --font-color-main: #005bab;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
  --back-color-base: #fff;
  --back-color-gradient: linear-gradient(100deg, #4896db 1.76%, #0e67b4 26.76%, #005bab 98.94%);
  --design-size-pc: 1400;
  --design-size-sp: 750;
}
===========================================================================*/

.js-backnumber-show {
  display: none;
}
.js-is-backnumber .js-backnumber-hide {
  display: none;
}
.js-is-backnumber .js-backnumber-show {
  display: inline;
}






.u-secDtl {
  box-sizing: border-box;
  padding: 35rem 32rem 64rem;
  background: #fff;
  border-radius: 8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .u-secDtl {
    padding: 48rem 40rem 120rem;
  }
}



.t-entWrp {
  margin-top: 24rem;
  box-sizing: border-box;
  padding-bottom: 80rem;
  border-bottom: 1px solid #d9d9d9;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.u-secDtl .t-entWrp {
  padding-top: 40rem;
  border-top: 1px solid #d9d9d9;
}
.t-entWrp h1,
.t-entWrp h2,
.t-entWrp h3 {
  display: table;
  margin-top: 50rem;
  box-sizing: border-box;
  padding-bottom: 6rem;
  border-bottom: 2px solid #c7dced;
  font-size: 32rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.t-entWrp h1::before,
.t-entWrp h2::before,
.t-entWrp h3::before {
  content: "";
  width: 22rem;
  height: 2px;
  background: #005bab;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
}
.t-entWrp h4 {
  margin-top: 32rem;
  font-size: 26rem;
  font-weight: bold;
  line-height: 1.5;
}
.t-entWrp li,
.t-entWrp p {
  font-size: 16rem;
  line-height: 1.8;
}
.t-entWrp p:not(:first-child) {
  margin-top: 24rem;
}
.t-entWrp img {
  max-width: 100%;
  margin-top: 32rem;
}
.t-entWrp strong {
  font-weight: bold;
}
.t-entWrp a {
  color: #005bab;
}
.t-entWrp a[href$=".pdf"],
.t-entWrp a[target="_blank"] {
  padding-right: 25rem;
  position: relative;
}
.t-entWrp a[href$=".pdf"]::after,
.t-entWrp a[target="_blank"]::after {
  content: " ";
  width: 20rem;
  height: 20rem;
  margin-top: -10rem;
  margin-left: 5rem;
  position: absolute;
  top: 50%;
  right: 0;
}
.t-entWrp a[href$=".pdf"]::after {
  -webkit-mask: url(/drivers/common/images/icn_pdf_bl.svg) no-repeat center / contain;
  mask: url(/drivers/common/images/icn_pdf_bl.svg) no-repeat center / contain;
  background: #0761b0;
}
.t-entWrp a[target="_blank"]::after {
  -webkit-mask: url(/drivers/common/images/icn_blank_bl.svg) no-repeat center / contain;
  mask: url(/drivers/common/images/icn_blank_bl.svg) no-repeat center / contain;
  background: #0761b0;
}
.t-entWrp ul,
.t-entWrp ol {
  margin-top: 32rem;
}
.t-entWrp li + li {
  margin-top: 8rem;
}
.t-entWrp ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.t-entWrp ul li::before {
  content: "・";
}
.t-entWrp ol {
  counter-reset: number 0;
}
.t-entWrp ol li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.t-entWrp ol li:nth-child(n + 10) {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.t-entWrp ol li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .t-entWrp {
    margin-top: 0;
  }
  .u-secDtl .t-entWrp {
    margin-top: 50rem;
    padding-top: 50rem;
  }
  .t-entWrp h1,
  .t-entWrp h2,
  .t-entWrp h3 {
    margin-top: 64rem;
    padding-bottom: 14rem;
    font-size: 40rem;
  }
  .t-entWrp h1::before,
  .t-entWrp h2::before,
  .t-entWrp h3::before {
    width: 20rem;
  }
  .t-entWrp h4 {
    margin-top: 40rem;
    font-size: 38rem;
  }
  .t-entWrp li,
  .t-entWrp p {
    font-size: 32rem;
    line-height: 1.8;
  }
  .t-entWrp p:not(:first-child) {
    margin-top: 36rem;
  }
  .t-entWrp img {
    margin-top: 56rem;
  }
  .t-entWrp a[href$=".pdf"],
  .t-entWrp a[target="_blank"] {
    padding-right: 45rem;
  }
  .t-entWrp a[href$=".pdf"]::after,
  .t-entWrp a[target="_blank"]::after {
    width: 36rem;
    height: 36rem;
    margin-top: -18rem;
    margin-left: 9rem;
  }
  .t-entWrp ul,
  .t-entWrp ol {
    margin-top: 56rem;
  }
  .t-entWrp li + li {
    margin-top: 16rem;
  }
  .t-entWrp ol li {
    margin-left: 1.2em;
    text-indent: -1em;
  }
  .t-entWrp ol li:nth-child(n + 10) {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
}





.t-entWrp .table {
  width: 100%;
  margin-top: 40rem;
}
.t-entWrp .table .u-spSlideTxt {
  display: none;
}
.t-entWrp table {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.t-entWrp th,
.t-entWrp td {
  box-sizing: border-box;
  padding: 18rem 24rem;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.t-entWrp th {
  background: #005bab;
  color: #fff;
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.5;
}
.t-entWrp td {
  font-size: 16rem;
  line-height: 1.8;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .t-entWrp .table {
    margin-top: 64rem;
  }
  .t-entWrp .u-dtlTableWrap {
    overflow: hidden;
  }
  .t-entWrp .table .u-spSlideTxt {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20rem;
    background: #f5f8fa;
    border-radius: 8rem;
    text-align: center;
    font-size: 26rem;
    font-weight: bold;
  }
  .t-entWrp .table .u-spSlideTxt::before {
    content: " ";
    display: inline-block;
    width: 52rem;
    height: 40rem;
    margin-right: 24rem;
    background: url(/drivers/common/images/icn_sp_slide.svg) no-repeat center / contain;
  }
  .js-secTblScroll {
    margin-top: 26rem;
    overflow-x: auto;
  }
  .t-entWrp table {
    width: 1085rem;
  }
  .t-entWrp th,
  .t-entWrp td {
    padding: 24rem 34rem;
  }
  .t-entWrp th {
    font-size: 32rem;
  }
  .t-entWrp td {
    font-size: 32rem;
  }
}







.m-modal .m-close {
  display: block;
  width: 32rem;
  height: 32rem;
  margin-left: auto;
}
.m-modal .m-closeBtn {
  width: 100%;
  height: 100%;
  position: relative;
}
.m-modal .m-closeBtn::before,
.m-modal .m-closeBtn::after {
  content: " ";
  width: 22rem;
  height: 2rem;
  background: #00529b;
  position: absolute;
  top: 50%;
  left: 50%;
}
.m-modal .m-closeBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal .m-closeBtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.m-modal__cts {
  margin-top: 0;
}
.m-modal__cts .u-modal__ttl {
  text-align: center;
  color: #d12118;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.5;
}
.m-modal__cts .u-modal__col {
  margin-top: 20rem;
  font-size: 16rem;
  line-height: 1.8;
}
.m-modal__cts .u-modal__col a {
  color: #005bab;
}
.m-modal__cts .u-modal__col a[target="_blank"]::after {
  content: " ";
  display: inline-block;
  width: 20rem;
  height: 20rem;
  background: url(/drivers/common/images/icn_blank_bl.svg) no-repeat center / contain;
  vertical-align: sub;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .m-modal__inr {
    padding-bottom: 100rem;
  }
  .m-modal .m-close {
    width: 60rem;
    height: 60rem;
    transform: translate(calc(50% - 18rem), calc(-50% + 30rem));
  }
  .m-modal .m-closeBtn::before,
  .m-modal .m-closeBtn::after {
    width: 50rem;
  }

  .m-modal__cts {
    margin-top: 20rem;
  }
  .m-modal__cts .u-modal__ttl {
    font-size: 42rem;
  }
  .m-modal__cts .u-modal__col {
    margin-top: 30rem;
    font-size: 32rem;
  }
  .m-modal__cts .u-modal__col a[target="_blank"]::after {
    width: 40rem;
    height: 40rem;
  }
}
