@charset "UTF-8";
.top__btnblock {
  bottom: 100px;
}
.topics__archiveblock .topics__archive__box {
  border-top: none;
}
.post-80.category-uncategorized {
  border-top: 1px solid #282828;
}
.page__topic__article .topics__textblock .date {
  padding-top: 20px;
}
.footer.mbnone {
  margin-bottom: 0;
}
.mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
  display: flex;
  width: auto;
  width: 100%;
  justify-content: flex-start;
}
input[name="contact_employee"] {
  width: 20px;
}
.page__introduce__feature .page__introduce__feature__contentbox.sinsystem .textblock .list p {
  line-height: 1.8;
}
.page__introduce__feature .page__introduce__feature__contentbox {
  align-items: flex-start;
}
/*********************************

デバイス

**********************************/
@media screen and (max-width:768px) {
  .spnone {
    display: none !important;
  }
}
@media screen and (min-width:769px) {
  .pcnone {
    display: none !important;
  }
}
@media screen and (min-width:769px) and (max-width: 1000px) {
  .tab-spnone {
    display: none !important;
  }
}
p.desc.pcnone.br-block br {
  display: block;
}
@media screen and (max-width:768px) {
  .sin_system .page__introduce__sinsystem__task p.desc.pcnone.br-block {
    text-align: left;
  }
}
div.nav__inner__box div.nav__inner__box__introduceblock.sin {
  background-image: url("../img/top/nav_back_02-2.png");
}
.footer .footer__content__box .footer__content__box__infoblock.flexright250 {
  flex: 0 0 250px;
}
.top__info__wrapper ul li h4.mgt {
  margin-top: 12px;
}
/*高速道路ＡＩ退出支援システムの修正2025.05*/
.page__introduce__highwaysystem__task img.highwaysystem_main {
  width: 100%;
}
div.highwaysystem-supplement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 30px auto 0;
}
div.highwaysystem-supplement img {
  width: 40%;
  height: auto;
}
@media screen and (max-width:768px) {
  div.highwaysystem-supplement {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px auto 40px;
  }
  div.highwaysystem-supplement img {
    width: 80%;
    margin: 0 auto 30px;
  }
}
img.highwaysystem_features2025 {
  width: 100%;
  padding: 80px 0 60px;
}
@media screen and (max-width:768px) {
  img.highwaysystem_features2025 {
    width: 100%;
    padding: 20px 0;
  }
}
/*端末表示*/
div.terminal-display-wrap {
  width: 100%;
  background-color: #ADDEF8;
  padding: 30px 30px 60px;
}
div.terminal-display-wrap p.terminal-display {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #003C7E;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  white-space: nowrap;
  margin-bottom: 26px;
}
div.terminal-display-wrap p.terminal-display::after, div.terminal-display-wrap p.terminal-display::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #003C7E;
}
div.terminal-display-wrap p.terminal-display::after {
  left: 0;
  width: 36%;
}
div.terminal-display-wrap p.terminal-display::before {
  right: 0;
  width: 36%;
}
@media screen and (max-width:768px) {
  div.terminal-display-wrap {
    width: 100%;
    text-align: center;
    padding: 24px 0 0;
  }
  div.terminal-display-wrap p.terminal-display {
    position: relative;
    display: inline-block;
    width: 90%;
    text-align: center;
    font-size: 24px;
    white-space: nowrap;
    margin-bottom: 18px;
  }
  div.terminal-display-wrap p.terminal-display::after, div.terminal-display-wrap p.terminal-display::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: #003C7E;
  }
  div.terminal-display-wrap p.terminal-display::after {
    width: 28%;
  }
  div.terminal-display-wrap p.terminal-display::before {
    width: 28%;
  }
}
div.terminal-display-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
div.terminal-display-flex div {
  width: 46%;
  text-align: center;
}
div.terminal-display-flex p.terminal-display-box {
  position: relative;
  width: 90%;
  text-align: center;
  background-color: #003C7E;
  transform: skewX(150deg); /*傾斜をつける*/
  margin: 0 auto 18px;
  padding: 6px 10px;
}
div.terminal-display-flex p.terminal-display-box span {
  display: block;
  transform: skewX(-150deg);
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}
div.terminal-display-flex img {
  width: 90%;
  margin-top: 0;
}
div.terminal-display-flex p.terminal-display-explanation {
  width: 90%;
  color: #003C7E;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  text-align: left;
  margin: 18px auto 0;
}
div.terminal-display-flex p.terminal-display-explanation span {
  display: block;
  color: #E60012;
}
@media screen and (max-width:768px) {
  div.terminal-display-flex {
    display: block;
    padding-bottom: 10px;
  }
  div.terminal-display-flex div {
    width: 100%;
    margin-bottom: 30px;
  }
  div.terminal-display-flex p.terminal-display-box {
    position: relative;
    width: 84%;
    text-align: center;
    background-color: #003C7E;
    transform: skewX(150deg); /*傾斜をつける*/
    margin: 0 auto 18px;
    padding: 6px 10px;
  }
  div.terminal-display-flex p.terminal-display-box span {
    display: block;
    transform: skewX(-150deg);
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #fff;
  }
  div.terminal-display-flex img {
    width: 90%;
    margin-top: 0;
  }
  div.terminal-display-flex p.terminal-display-explanation {
    width: 90%;
    color: #003C7E;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: left;
    margin: 18px auto 0;
  }
  div.terminal-display-flex p.terminal-display-explanation span {
    display: block;
    color: #E60012;
  }
}
/*アドバイザリーページ*/
.c-page__title__block .c-page-titleblock .cat.color a {
  background-color: #00A349;
}
p.advisory-text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  padding: 20px 0;
}
.page__introduce__feature .page__introduce__feature__titleblock .cat.color {
  background: url(../img/page/advisory_cat.png) no-repeat;
  background-size: contain;
}
.page__introduce__feature .page__introduce__feature__contentbox .textblock .titlebox .num.color {
  background-color: #00A349;
}
.page__introduce__feature .page__introduce__feature__contentbox.color {
  gap: 53px;
  background-color: rgba(84, 205, 163, 0.07);
  margin-top: 40px;
}
p.advisory-features {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 28px;
  margin-top: 28px;
}
.page__introduce__feature .page__introduce__feature__contentbox .textblock .titlebox .text.size {
  font-feature-settings: "palt";
  font-size: 26px;
}
.page__introduce__feature .page__introduce__feature__contentbox .textblock .titlebox.center {
  align-items: center;
}
@media screen and (max-width:768px) {
  p.advisory-text {
    text-align: left;
  }
  p.advisory-features {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    padding-left: 0;
    margin-top: 28px;
  }
  .page__introduce__feature .page__introduce__feature__contentbox .textblock .titlebox .text.size br {
    display: block;
  }
  .page__introduce__feature .page__introduce__feature__contentbox.color {
    text-align: center;
  }
  .page__introduce__feature .page__introduce__feature__contentbox .textblock .titlebox .text.size {
    font-size: 20px;
  }
}
/*toppageの追加項目*/
div.itemblock img.lazyload.radius {
  border-radius: 5%;
}
div.top__lineup__box.ver4 img.lazyload {
  border-radius: 5%;
}
.top__lineup__box.ver4 .textblock .cat a {
  background-color: #00A349;
}
.top__lineup__box.ver4 .textblock .link a {
  color: #00A349;
}
.top__lineup__box.ver4 .textblock .link a:after {
  background-color: #00A349;
}
/*ナビゲーションの修正*/
.nav__inner__box .nav__inner__box__introducebox.flex-wrap {
  flex-wrap: wrap;
}
div.nav__inner__box div.nav__inner__box__introduceblock.advisory {
  background-image: url(../img/top/nav_back_04-1.png);
  background-size: cover;
}
.nav__inner__box .nav__inner__box__introduceblock.advisory .cat {
  background-color: #00A349;
}
.nav__inner__box .nav__inner__box__introduceblock a.advisory:hover {
  background-color: #00A349;
  border-radius: 11px;
  opacity: 1;
}
.nav__inner__box.wrap-2 .nav__inner__box__introducebox {
  gap: 30px 50px;
  width: 70%;
}
.nav__inner__box.wrap-2 {
  gap: 130px;
}
@media screen and (min-width:480px) and (max-width: 767px) {
  .page__introduce__feature .page__introduce__feature__contentbox .textblock .titlebox .text.size {
    text-align: left;
  }
}
@media screen and (min-width:768px) and (max-width: 1150px) {
  .nav__inner__box.wrap-2 {
    gap: 70px;
    padding-left: 40px;
  }
}
/*　グローバルナビゲーションにお知らせ追加*/
.firstview__nav ul li .btn.news__btn:before {
  background-image: url("../img/icon/news_nav_icon.svg");
  background-size: contain;
}
.firstview__nav .wrapper.broaden {
  max-width: 600px;
}
.firstview__nav ul.pd-none li .btn {
  padding: 0;
}
@media screen and (min-width:480px) and (max-width: 1007px) {
  .firstview__nav .wrapper.broaden {
    max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 40px;
    z-index: 1;
    position: relative;
  }
}
/*追加css 20250702*/
.top__lineup__box .textblock .cat {
  font-size: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.c-page__title__block .c-page-titleblock .cat {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.nav__sp__block__content.open {
  overflow: scroll;
  padding-bottom: 80px;
}

.c-page__title__block .c-page-titleblock h2 span{
	font-size: .5em;
	line-height: 1.2;
}
