@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap');

.p-minipc .mv {
  height: 447px;
  padding-top: 32px;
  background-color: #35a89c;
  background-repeat: no-repeat;
}

.p-minipc .mv .inner {
  max-width: 1120px;
  padding-left: 40px;
  margin-inline: auto;
}

.p-minipc .mv .ttl img {
  display: block;
}

.p-minipc .contents {
  position: relative;
  overflow: hidden;
}

.p-minipc .contents::before,
.p-minipc .contents::after {
  position: absolute;
  top: 0;
  width: calc((100% - 964px) / 2);
  height: 100%;
  content: "";
}

.p-minipc .contents .inner {
  max-width: 904px;
  margin-inline: auto;
}

.p-minipc .txt span,
.p-minipc sup {
  position: relative;
  top: -0.1em;
  font-size: 70%;
  vertical-align: top;
}

.p-minipc .bnr {
  position: fixed;
  right: 61px;
  bottom: 0;
  z-index: 3;
  transition: .3s;
}

.p-minipc .bnr-bg {
  width: 350px;
  height: 144px;
  background: url(/sites/default/files/dynabook-b2b/business/mecd/product/de200-mar-2022/minipc/images/bnr_close.png) no-repeat;
  background-size: contain;
}

@media (any-hover: hover) {
  .p-minipc .bnr a {
    transition: opacity .2s;
  }

  .p-minipc .bnr a:hover {
    opacity: .7;
  }
}

.p-minipc .bnr-pic {
  position: absolute;
  bottom: 4px;
  left: 3px;
  width: 344px;
}

.p-minipc #bnr.hidden {
  bottom: -125px;
}

.p-minipc #bnr.hidden .bnr-bg {
  background: url(/sites/default/files/dynabook-b2b/business/mecd/product/de200-mar-2022/minipc/images/bnr_open.png) no-repeat;
  background-size: contain;
}

.p-minipc .txt {
  text-align: justify;
}

.p-minipc .note {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif
}

.p-minipc .nav-scroll {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (min-width: 769px) {
  .p-minipc .sp {
    display: none !important;
  }

  .p-minipc .mv {
    background-image: url('/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/mv_bg_2603.png');
    background-position: center center;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-minipc .nav-scroll {
    padding-top: 100px;
    margin-top: -100px;
  }

  .p-minipc #bnr.hidden {
    bottom: -100px;
  }

  .p-minipc .bnr-bg {
    width: 290px;
    height: 119px;
  }

  .p-minipc .bnr-pic {
    width: 284px;
    bottom: 3px;
  }

  .p-minipc .pc {
    display: none !important;
  }

  .p-minipc .mv {
    height: 105.625vw;
    padding-top: 3.75vw;
    background-image: url('/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/sp/mv_bg_2603.png');
    background-position: center bottom;
    background-size: 100% auto;
  }

  .p-minipc .mv .inner {
    padding-left: 0;
  }

  .p-minipc .contents::before,
  .p-minipc .contents::after {
    display: none;
  }

  .p-minipc .contents .inner {
    max-width: unset;
    padding-inline: 35px;
  }
}

@media screen and (max-width: 353px) {
  .p-minipc #bnr.hidden {
    bottom: -89px;
  }

  .p-minipc .bnr-bg {
    width: 256px;
    height: 105px;
  }

  .p-minipc .bnr-pic {
    width: 250px;
    bottom: 3px;
  }
}

/* nav
---------------------------------- */
.p-minipc {
  position: relative;
  line-height: 1.45;
  color: #000;
}

.p-minipc .nav {
  position: sticky;
  top: min(5.8823529412vw, 80px);
  inset-inline: 0;
  z-index: 2;
  width: 98%;
  max-width: 902px;
  margin: -27px auto auto;
  background: #FFF;
  box-shadow: 10px 10px 15px #CDD5DF;
  border-radius: 5px;
}

.p-minipc .nav .list {
  display: flex;
  max-width: 904px;
  margin-inline: auto;
}

.p-minipc .nav .item {
  position: relative;
  width: 25%;
}

.p-minipc .nav .item-last {
  position: relative;
  width: 25%;
}

.p-minipc .nav .item:nth-of-type(3) em,
.p-minipc .nav .item:nth-of-type(4) em,
.p-minipc .nav .item:nth-of-type(6) em,
.p-minipc .nav .item-last em {
  text-align: center;
}

.p-minipc .nav .item::before {
  position: absolute;
  top: 8px;
  right: -3px;
  width: 3px;
  height: 57px;
  content: "";
  background-color: #F1F3F4;
  border-radius: 50%;
}

.p-minipc .nav .item-last::before {
  background: none;
}

.p-minipc .nav .item a,
.p-minipc .nav .item-last a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  text-decoration: none;
}

.p-minipc .nav .item:nth-of-type(1) .img {
  width: 26px;
  margin-right: 9px;
}

.p-minipc .nav .item:nth-of-type(2) .img {
  width: 40px;
  margin-right: 5px;
}

.p-minipc .nav .item:nth-of-type(3) .img {
  width: 30px;
  margin-right: 10px;
}

.p-minipc .nav .item:nth-of-type(4) .img {
  width: 28px;
  margin-right: 12px;
}

.p-minipc .nav .item:nth-of-type(5) .img {
  width: 24px;
  margin-right: 9px;
}

.p-minipc .nav .item em,
.p-minipc .nav .item-last em {
  position: relative;
  padding-top: 11px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  color: #312A29;
  letter-spacing: -0.01em;
}

.p-minipc .nav .item-last em {
  display: flex;
  align-items: flex-start;
  padding: unset;
}

.p-minipc .nav .item .margin-few {
  padding-top: 0;
  margin-top: 2px;
}

.p-minipc .nav .item em::after,
.p-minipc .nav .item-last em::after {
  display: block;
  margin: 10px auto 0;
  width: 10px;
  height: 5px;
  content: "";
  background: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/icm_arrow.svg) no-repeat center center;
  background-size: contain;
  transition: transform 0.2s ease-out;
}

.p-minipc .nav .item-last em::after {
  display: inline-block;
  margin-left: 10px;
  transform: rotate(-90deg) translateX(2px);
}

.p-minipc .nav .item .margin-few::after,
.p-minipc .nav .item-last .margin-few::after {
  margin: 3px auto 0;
}

.p-minipc .nav .item a:hover em::after {
  transform: translateY(5px);
}

.p-minipc .nav .item-last a:hover em::after{
  transform: rotate(-90deg) translateX(2px) translateY(5px);
}

@media screen and (max-width: 768px) {
  .p-minipc .nav {
    top: 16.4102564103vw;
    width: 100%;
    max-width: unset;
    margin: 0;
    border-radius: 0;
  }

  .p-minipc .nav .inner::before {
    position: absolute;
    top: 1px;
    right: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #F1F3F4;
    border-radius: 50%;
  }

  .p-minipc .nav .inner::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #F1F3F4;
    border-radius: 50%;
  }

  .p-minipc .nav .btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 11px 0;
    color: inherit;
    text-align: center;
  }

  .p-minipc .nav .btn .txt {
    font-size: 11px;
    font-weight: 700;
  }

  .p-minipc .nav .btn .icn {
    position: absolute;
    top: 50%;
    right: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
  }

  .p-minipc .nav .btn .icn::before,
  .p-minipc .nav .btn .icn::after,
  .p-minipc .nav .btn .icn span {
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: #05349A;
  }

  .p-minipc .nav .list {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    max-width: none;
    max-height: 0;
    background: #FFF;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }

  .p-minipc .nav .item {
    width: 100%;
    padding: 12px 0;
  }

  .p-minipc .nav .item::before,
  .p-minipc .nav .item-last::before {
    position: absolute;
    top: 0;
    right: -3px;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #F1F3F4;
    border-radius: 50%;
  }

  .p-minipc .nav .item em,
  .p-minipc .nav .item-last em {
    width: 100%;
    padding-top: 0;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .p-minipc .nav .item-last em {
    display: block;
  }

  .p-minipc .nav .item .margin-few {
    margin-top: 0;
  }

  .p-minipc .nav .item a,
  .p-minipc .nav .item-last a {
    height: auto;
    padding-top: 0;
    font-size: 12px;
    line-height: 1.68;
  }

  .p-minipc .nav .item em::after,
  .p-minipc .nav .item-last em::after {
    position: absolute;
    top: 66%;
    right: 14px;
    width: 10px;
    height: 7px;
    margin: 0;
    transform: translateY(-50%);
  }

  .p-minipc .nav .item-last em::after {
    top: 30%;
    transform: rotate(-90deg);
  }

  .p-minipc .nav .item a:hover em::after {
    transform: translateY(-50%);
  }

  .p-minipc .nav .item-last .margin-few::after,
  .p-minipc .nav .item .margin-few::after {
    margin: auto;
  }

  .nav-open .icn::before,
  .nav-open .icn::after {
    position: absolute;
    top: 50%;
    right: 50%;
  }

  .nav-open .list {
    max-height: 1000px !important;
  }

  .nav-open .icn span {
    opacity: 0;
  }

  .nav-open .icn::before {
    transform: translate(50%, -50%) rotate(45deg);
  }

  .nav-open .icn::after {
    transform: translate(50%, -50%) rotate(-45deg);
  }

  .p-minipc .nav .item+.item::after {
    display: none;
  }
}


/* intel
----------------------------------- */
.p-intel {
  position: relative;
  width: 777px;
  margin: 80px auto 0;
  border-right: solid 1px rgba(0, 0, 0, 0.73);
  border-left: solid 1px rgba(0, 0, 0, 0.73);
}

.p-intel::before,
.p-intel::after {
  position: absolute;
  right: 9px;
  left: 9px;
  display: block;
  height: 1px;
  content: "";
  background: rgba(0, 0, 0, 0.73);
}

.p-intel::before {
  top: 0;
}

.p-intel::after {
  bottom: 0;
}

.p-intel__wrap {
  padding: 40px 57px 50px;
}

.p-intel__wrap::before {
  position: absolute;
  right: -1px;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  content: "";
  background: #f7f7f7 url("/sites/default/files/dynabook-b2b/business/security_nist/images/bdr_intel.png") no-repeat right bottom;
  background-size: 27px auto;
}

.p-intel__ttl {
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-intel__ttl sup {
  font-size: 45%;
  vertical-align: top;
}

.p-intel__txt {
  margin-top: 45px;
  font-size: 15px;
  line-height: 2.2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  -moz-text-align-last: left;
  text-align-last: left;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.p-intel__txt sup {
  font-size: 50%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-intel {
    width: auto;
    margin-top: 60px;
  }

  .p-intel__wrap {
    padding: 30px 20px 20px;
  }

  .p-intel__wrap::before {
    width: 28px;
    height: 28px;
  }

  .p-intel__ttl {
    font-size: 18px;
    line-height: 1.4;
  }

  .p-intel__txt {
    margin-top: 30px;
    font-size: 13px;
  }
}

/* nist
----------------------------------- */
.p-minipc :where(img) {
  max-width: 100%;
  height: auto;
}

/* 4/10追加
---------------------------------------------------------------------- */

/* 追従バナー */
.footerContact {
  position: fixed;
  right: 61px;
  bottom: 0;
  z-index: 900;
}

.footerContact a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #317bb6;
}

.footerContact a .text {
  position: absolute;
  top: 8px;
  right: 80px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  color: #fff;
  background-color: #317bb6;
  border-radius: 3px;
}

.footerContact a .text::after {
  position: absolute;
  top: 12px;
  right: -10px;
  display: block;
  content: '';
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #317bb6;
}

.footerContact a::after {
  position: absolute;
  inset: 0;
  margin: auto;
  content: '';
  background: url(/sites/default/files/dynabook-b2b/solution/dynateams/kantan_telework/images/icon_contact_02.png) no-repeat 50% 50%;
}


@media screen and (max-width: 768px) {
  .nav-wrap {
    position: relative;
    width: 100%;
    height: 40px;
  }

  /* 追従バナー */
  .footerContact a .text {
    top: 13px;
    right: 70px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .footerContact a .text::after {
    top: 12px;
    right: -6px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 6px;
  }
}


/* 4/10追加
---------------------------------------------------------------------- */
.wrap {
  max-width: 977px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .header-margin {
    padding-top: 40px;
    margin-top: -40px;
  }

  .nav-wrap {
    position: relative;
    width: 100%;
    height: 40px;
  }

  .site-ttl {
    width: 75.9375vw;
    margin-inline: auto;
  }

  .sec-ttl-box {
    margin-bottom: 12px;
  }

  .p-minipc .mv .ttl {
    width: auto;
  }

  .sec-ttl::before {
    left: -4%;
    width: 64px;
    height: 54px;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    max-width: 500px;
    padding-inline: 15px;
  }

  .p-minipc .nav {
    z-index: 3;
    box-shadow: none;
  }

  /* sec-ttl-box
---------------------------------------------------------------------- */
  .sec-ttl {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 0;
  }

  .sec-ttl span {
    font-size: 14px;
  }
}



/* 11/7追加
---------------------------------------------------------------------- */
.sec-heading {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #150B7B;
  text-align: center;
  letter-spacing: 0.26em;
}

.sec-ttl {
  margin-top: 18px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-heading {
    font-size: 17px;
  }

  .sec-ttl {
    margin-top: 4px;
    font-size: 15px;
    letter-spacing: -0.04em;
  }
}

.p-minipc .mv .mv-img {
  display: flex;
  column-gap: 24px;
  align-items: flex-end;
  margin-top: 25px;
}

.p-minipc .mv .mv-img img {
  display: block;
}

.p-minipc .mv .mv-txt {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.09em;
  text-shadow: 2px 2px #18423B;
}

@media screen and (max-width: 768px) {
  .mv-box {
    padding: 11px 20px 0px;
    text-align: center;
  }

  .p-minipc .mv .mv-img {
    column-gap: 4.5969vw;
    justify-content: center;
    margin-top: 1.5625vw;
  }

  .p-minipc .mv .mv-img img {
    width: 23.4375vw;
  }

  .p-minipc .mv .mv-txt {
    margin-top: 1.875vw;
    font-size: 4.0625vw;
    text-align: center;
    letter-spacing: 0;
    text-shadow: 1px 1px #18423B;
  }
}

/* overview
----------------------------------- */
.overview {
  padding: 91px 30px 0;
}

.overview-lead {
  width: 650px;
  margin: 26px auto 0;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .overview {
    padding: 55px 0 0;
    margin-top: -40px;
  }

  .overview-lead {
    width: 100%;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.7;
  }
}

/* overview-list */
.overview-list-box {
  display: flex;
  justify-content: space-between;
  margin-top: 76px;
}

.overview-list-inner-number {
  height: 22px;
  margin-top: 20px;
}

.overview-list-inner {
  width: 315px;
  height: 315px;
  text-align: center;
  background: #DEEFF7;
  border-radius: 50%;
}

.overview-list-inner-txt {
  margin-top: 9px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.23;
  color: #19433F;
}

.overview-list-inner-txt span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.overview-list-item02 .overview-list-inner-txt {
  margin-top: 25px;
  margin-bottom: 10px;
}

.overview-list-item02 .overview-list-inner-img {
  width: 295px;
  box-shadow: 8px 12px 16px 1px #c3CCCB;
}

.overview-list-item03 .overview-list-inner-txt {
  margin-top: 10px;
}

.overview-list-txt {
  width: 260px;
  margin: 0 auto;
}

.overview-list-p {
  margin-top: 14px;
  font-size: 15px;
  font-feature-settings: "palt";
  line-height: 1.9;
  letter-spacing: -0.03em;
}

.overview-list-note {
  margin-top: 15px;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

@media screen and (max-width: 768px) {
  .overview-list-box {
    display: block;
    margin-top: 15px;
  }

  .overview-list-item {
    margin-bottom: 20px;
  }

  .overview-list-inner {
    width: 90vw;
    max-width: 300px;
    height: 90vw;
    max-height: 300px;
    margin: 0 auto;
  }

  .overview-list-inner-txt {
    font-size: 15px;
  }

  .overview-list-txt {
    width: 100%;
    max-width: 400px;
  }

  .overview-list-p {
    font-size: 12px;
    line-height: 1.7;
  }

  .overview-list-note {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.7;
  }
}

/* overview-worries-item */
.overview-worries {
  margin-top: 65px;
}

.overview-worries-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 44px 45px;
  max-width: 899px;
  padding-bottom: 122px;
  margin: 38px auto 0;
}

.overview-worries-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  content: "";
  background: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/overview-worries-arrow.svg) no-repeat center center/contain;
}

.overview-worries-item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 22px;
  padding-block: 24px 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 14px 9px #F6F6F6 inset;
}

.overview-worries-ttl {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 30px;
  line-height: calc(40 / 30);
  font-weight: 600;
  color: #150B7B;
  text-align: center;
}

.overview-worries-img {
  display: block;
  width: 100%;
}

.overview-worries-txt {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: calc(27 / 19);
  text-align: center;
}

.overview-worries-txt em {
  padding-inline: .25em;
  font-weight: 600;
  background: linear-gradient(transparent 63%, #E6FF15 63%);
}

.overview-worries-note {
  display: block;
  margin-top: 10px;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  font-size: 63.1579%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .overview-worries {
    margin-top: 15px;
  }

  .overview-worries-ttl {
    font-size: 15px;
  }

  .overview-worries-box {
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
    max-width: 100%;
    margin-top: 15px;
    padding-bottom: 55px;
  }

  .overview-worries-box::after {
    height: 40px;
  }

  .overview-worries-item {
    padding-block: 20px;
  }

  .overview-worries-txt {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* features
----------------------------------- */
.features {
  padding-bottom: 80px;
  margin-top: 22px;
  container-type: inline-size;
}

.features-lead h2 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
}

.features-lead p {
  max-width: 650px;
  margin: 25px auto 0;
  font-size: 15px;
  line-height: calc(33 / 15);
}

.features-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  margin-top: 35px;
}

.features-box {
  position: relative;
  flex: 0 1 45%;
  display: flex;
  flex-direction: column;
  padding-block: 40px 30px;
  background: #E9F3F1;
  border-radius: 10px;
}

@container (min-width: 1120px) {
  .features-wrap {
    max-width: 1120px;
    margin-inline: auto;
  }

  .features-box {
    flex-basis: 31.25%;
  }

  .features-box--wide {
    flex-basis: 419px;
  }
}

.features-box::before {
  position: absolute;
  top: 0;
  left: 13px;
  width: 100%;
  height: 26px;
  content: "";
  background: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/features-number01.svg) no-repeat left top/contain;
}

.features-box:nth-child(2):before {
  background-image: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/features-number02.svg);
}

.features-box:nth-child(3):before {
  background-image: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/features-number03.svg);
}

.features-box:nth-child(4):before {
  background-image: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/features-number04.svg);
}

.features-box:nth-child(5):before {
  background-image: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/features-number05.svg);
}

.features-box > :last-child {
  margin-bottom: 0;
}

.features-ttl {
  margin-top: 2px;
  margin-bottom: 9px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  color: #150B7B;
  text-align: center;
  letter-spacing: -0.05em;
}

.features-ttl small {
  font-size: 69.5652%;
  font-weight: 500;
}

.features-box figure {
  margin-bottom: auto;
}

.features-box img {
  display: block;
  width: 100%;
}

.features-box a {
  display: block;
  width: 192px;
  max-width: 100%;
  margin: 24px auto 0;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .features-box a:hover {
    opacity: 0.7;
  }
}

.features-txt {
  max-width: 84.9642%;
  margin: 7px auto auto;
  font-size: 15px;
  line-height: calc(29 / 15);
  letter-spacing: -0.03em;
}

.features-txt sup {
  display: inline-block;
  margin: 0 3px;
  font-size: 65%;
  transform: translateY(4px);
}

.features-note {
  margin-top: 10px;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .features {
    max-width: 500px;
    padding: 15px;
    margin: auto;
  }

  .features-lead h2 {
    font-size: 16px;
  }

  .features-lead p {
    margin-top: 10px;
    font-size: 13px;
  }

  .features-wrap {
    display: grid;
    row-gap: 20px;
    max-width: 100%;
    margin-top: 15px;
  }

  .features-box {
    display: block;
  }

  .features-ttl {
    font-size: 15px;
  }

  .features-txt {
    font-size: 12px;
    line-height: 1.7;
  }
}

/* features-rink
----------------------------------- */
.features-rink {
  width: 700px;
  margin: 80px auto 0;
  text-align: center;
}

.features-rink-txt {
  margin-bottom: 23px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.features-rink a {
  position: relative;
  display: block;
}

.features-rink img {
  position: relative;
}

.features-rink a:before {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(135deg, #AFC2D9 0, #BAE3E1 100%);
  filter: blur(5px);
  border-radius: 100vmax;
}

@media (any-hover: hover) {
  .features-rink a {
    transition: opacity 0.3s;
  }

  .features-rink a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .features-rink {
    width: 100%;
    margin-top: 20px;
  }

  .features-rink-txt {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.2;
  }
}

/* function
----------------------------------- */
.function {
  padding-top: 70px;
  margin-top: -70px;
  overflow: hidden;
}

.function-wrap {
  padding: 90px 30px 70px;
  background: #DCF0ED url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/page-bg.jpg) repeat center top/25px;
}

.function-content-ttl {
  text-align: center;
}

.function-content-ttl img {
  width: 335px;
  margin-bottom: 5px;
}

.function-contaner {
  padding-top: 70px;
  margin-top: -70px;
}

.function-box {
  max-width: 900px;
  padding: 46px 20px 24px;
  margin: 42px auto 0;
  background: #fff;
  border-radius: 10px;
}

.function-box + .function-box {
  margin-top: 70px;
}

.function-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
}

.function-ttl img {
  width: 82px;
}

.function-ttl h3 {
  z-index: 1;
  margin-left: 22px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: calc(27 / 19);
  text-align: center;
  letter-spacing: -0.05em;
}

.function-ttl em {
  position: relative;
  font-weight: inherit;
}

.function-ttl em::before {
  position: absolute;
  bottom: 2px;
  z-index: -1;
  display: inline-block;
  width: calc(100% + 10px);
  height: 13px;
  margin-left: -5px;
  content: "";
  background-color: #E6FF15;
  border-radius: 100vmax;
}

.function-lead-txt {
  max-width: 650px;
  margin: 0 auto 24px;
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  line-height: calc(33 / 15);
  letter-spacing: -0.02em;
}

.function-lead-txt sup {
  font-size: 12px;
}

.function-txt {
  max-width: 650px;
  margin: 0 auto 33px;
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: -0.04em;
}

.function-txt span {
  display: inline-block;
  font-size: 12px;
  transform: translateY(-2px);
}

.function-txt-comma {
  display: inline-block;
  font-size: 13px;
  color: #00717C;
  transform: translateY(-1px);
}

.function-alert-lead-img {
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  margin: 36px auto -23px;
}

.function-alert-lead-img img {
  width: 180px;
  height: 100%;
}

.function-sub-ttl {
  margin-bottom: 30px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #00717C;
  text-align: center;
}

.function-sub-ttl::before {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 6px;
  content: "";
  background: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/function-sub-ttl-logo.svg) no-repeat left;
  transform: translateY(7px);
}

.function-txt-note{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  line-height: calc(20/12);
  display: block;
}

@media screen and (max-width: 768px) {
  .function {
    padding-top: 40px;
    margin-top: -40px;
  }

  .function-wrap {
    padding: 30px 0;
  }

  .function-contaner {
    padding-top: 40px;
    margin-top: -40px;
  }

  .function-ttl {
    display: block;
    text-align: center;
  }

  .function-ttl img {
    width: 60px;
  }

  .function-ttl h3 {
    position: relative;
    margin: 5px auto 0;
    font-size: min(4.7vw,15px);
  }

  .function-ttl em::before {
    height: 7px;
  }

  .function-lead-txt {
    font-size: 12px;
    line-height: 1.5;
  }

  .function-txt {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
  }

  .function-txt span {
    transform: translateY(0px);
  }

  .function-alert-lead-img {
    margin-block: 15px;
  }

  .function-alert-lead-img img {
    width: 45%;
    height: 100%;
  }

  .function-content-ttl img {
    width: 50%;
    max-width: 150px;
    margin-bottom: 1px;
  }

  .function-box {
    max-width: 100%;
    padding-block: 15px;
    margin-top: 15px;
  }

  .function-box + .function-box {
    margin-top: 15px;
  }

  .function-sub-ttl {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
  }

  .function-sub-ttl::before {
    width: 25px;
    height: 25px;
  }
}

/*
 * function-alert
 */
.function-alert {
  padding-bottom: 80px;
}

.function-alert-img01 {
  margin: 37px -50px 52px;
}

.function-alert-img02 {
  text-align: center;
}

.function-alert-img02 img {
  width: 473px;
  margin-top: -6px;
}

.function-alert .function-txt-note {
  display: block;
  margin-top: -4px;
}

@media screen and (max-width: 768px) {
  .function-alert {
    padding-bottom: 15px;
    margin-top: 15px;
  }

  .function-alert-img01 {
    margin: 15px -15px;
  }

  .function-alert .function-txt-note {
    margin-top: auto;
  }
}

/*
 * function-license
 */
.function-license .function-ttl {
  margin-bottom: 33px;
}

.function-license .function-ttl {
  margin-bottom: 33px;
}

.function-license .function-license-img01 {
  text-align: center;
}

.function-license .function-license-img01 img {
  width: 396px;
  margin-top: -23px;
  margin-left: 22px;
}

@media screen and (max-width: 768px) {
  .function-license .function-ttl {
    margin-bottom: 15px;
  }

  .function-license .function-license-img01 img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/*
 * function-dashcam
*/
.function-dashcam {
  padding-block: 35px 12px;
}

.function-dashcam-img01 {
  max-width: 670px;
  margin: -5px auto 37px;
}

.function-dashcam-img01 img {
  width: 100%;
}

.function-dashcam-img01-1 {
  max-width: 650px;
  margin: 0 auto 48px;
}

.function-dashcam-inner {
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 13px;
}

.function-dashcam-inner img {
  width: 368px;
  height: 100%;
  margin-top: 20px;
  margin-right: -28px;
}

.function-dashcam-inner02 img {
  width: 390px;
  margin-top: -9px;
  margin-right: -20px;
}

.function-dashcam-inner .function-txt {
  width: 275px;
  margin-top: -6px;
}

@media screen and (max-width: 768px) {
  .function-dashcam {
    padding-block: 15px;
  }

  .function-dashcam-img01 {
    margin: 15px -15px;
  }

  .function-dashcam-img01-1 {
    margin-bottom: 15px;
  }

  .function-dashcam-inner {
    display: block;
    margin-bottom: 15px;
  }

  .function-dashcam-inner .function-txt {
    width: 100%;
    margin: 0 auto;
  }

  .function-dashcam-inner img {
    width: 100%;
    margin: 15px 0;
  }

  .function-dashcam-inner02 img {
    width: 100%;
    margin: 15px 0;
  }
}

/*
 * function-portal
*/
.function-portal {
  padding-bottom: 80px;
}

.function-portal-img {
  margin-top: 40px;
}

.function-portal-img img {
  display: block;
  width: 100%;
}

.function-portal-info {
  margin-top: 96px;
}

.function-portal-info-h img {
  display: block;
}

.function-portal-info-body {
  padding: 25px 30px 30px;
  background : #FFF;
  border-radius : 0 10px 10px 10px;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.function-portal-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 0;
  justify-content: space-between;
}

.function-portal-info-list > :nth-child(2) {
  flex-basis: 270px;
}

.function-portal-info-list > :nth-child(3) {
  flex-basis: 235px;
}

.function-portal-info-list > :nth-child(4) {
  flex-basis: 290px;
}

.function-portal-info-list > :nth-child(5) {
  flex-basis: 220px;
}

.function-portal-info-boxs {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 18px;
  flex-basis: 500px;
}

.function-portal-info-fig img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
}

.function-portal-info-sh {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: calc(20 / 17);
  letter-spacing: .011em;
}

.function-portal-info-sh::before {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 94.1176%;
  font-weight: 400;
  color: #00717c;
  content: "●";
}

.function-portal-info-txt {
  margin-top: 10px;
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(29 / 15);
}

@media screen and (max-width: 768px) {
  .function-portal {
    padding-bottom: 20px;
  }

  .function-portal-img {
    margin: 20px 0 0;
  }

  .function-portal-info {
    margin: 40px 0 0;
  }

  .function-portal-info-h img {
    width: 100%;
  }

  .function-portal-info-body {
    padding: 10px 12px 25px;
    border-radius : 0 0 10px 10px;
  }

  .function-portal-info-list {
    display: grid;
    row-gap: 20px;
  }

  .function-portal-info-boxs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .function-portal-info-sh {
    font-size: 13px;
  }

  .function-portal-info-txt {
    margin-top: 5px;
    font-size: 12px;
    line-height: calc(18 / 12);
  }
}

/*
 * function-diagnosis
*/
.function-diagnosis {
  padding-bottom: 80px;
}

.function-diagnosis-img {
  margin-top: 50px;
}

.function-diagnosis-img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .function-diagnosis {
    padding-bottom: 30px;
  }

  .function-diagnosis-img {
    margin: 20px 0 0;
  }
}

/* flow
----------------------------------- */
.flow {
  padding: 130px 30px 70px;
  margin-top: -70px;
}

.flow-wrap {
  margin-bottom: 75px;
}

.flow-lead-txt {
  margin-top: 22px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.01em;
  text-align: center;
}

.flow-box {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(auto-fit, minmax(213px, 1fr));
  max-width: 960px;
  margin: 59px auto 17px;
}

.flow-inner {
  position: relative;
  padding-bottom: 33px;
  text-align: center;
  background-color: #DCF0ED;
  border-radius: 20px;
}

.flow-inner::after {
  position: absolute;
  top: 50%;
  right: -33px;
  display: inline-block;
  width: 17px;
  height: 24px;
  margin-right: 6px;
  content: "";
  background: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/flow-arrow.svg) no-repeat left;
  transform: translateY(-50%);
}

.flow-inner-last::after {
  background: none;
}

.flow-step-img {
  width: 173px;
  margin-top: 15px;
}

.flow-step-txt {
  margin-top: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.37;
}

.flow-step-txt span {
  display: inline-block;
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 11px;
  transform: translateY(-4px);
}

.folw-img {
  height: auto;
}

.flow-box .flow-inner:nth-child(1) .folw-img {
  width: 133px;
  margin-top: 20px;
}

.flow-box .flow-inner:nth-child(2) .folw-img {
  width: 123px;
  margin-top: 34px;
}

.flow-box .flow-inner:nth-child(3) .folw-img {
  width: 168px;
  margin-top: 35px;
}

.flow-box .flow-inner:nth-child(4) .folw-img {
  width: 127px;
  margin-top: 17px;
}

.flow-txt {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  font-size: 12px;
  line-height: calc(21 / 12);
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 70px 0 30px;
    margin-top: -40px;
  }

  .flow-wrap {
    margin-bottom: 15px;
  }

  .flow-lead-txt {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
  }

  .flow-box {
    gap: 15px 20px;
    grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
    max-width: unset;
    margin-block: 15px;
  }

  .flow-inner {
    padding: 5px;
  }

  .flow-step-img {
    width: 90%;
  }

  .flow-step-txt {
    font-size: min(4vw,12px);
  }

  .flow-box .flow-inner:nth-child(1) .folw-img,
  .flow-box .flow-inner:nth-child(2) .folw-img,
  .flow-box .flow-inner:nth-child(3) .folw-img,
  .flow-box .flow-inner:nth-child(4) .folw-img {
    width: 50%;
    max-width: 300px;
    margin-top: 15px;
  }

  .flow-inner::after {
    right: -24px;
    width: 12px;
    height: 19px;
    margin-right: 6px;
  }

  .flow-step-txt span {
    font-size: 10px;
  }

  .flow-txt {
    font-size: 10px;
  }
}

/* faq
---------------------------------------------------------------------- */
.faq .sec-ttl-box {
  margin-bottom: 49px;
}

.faq {
  padding-top: 70px;
  margin-top: -70px;
}

.faq-wrap {
  padding: 50px 147px 70px;
  background: #DCF0ED url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/page-bg.jpg) repeat center top/25px;
}

.faq-box {
  margin-bottom: 17px;
}

.faq-q {
  position: relative;
  padding: 7px 0 15px 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(21 / 16);
  border-bottom: 1px solid #107C79;
}

.faq-q::before {
  position: absolute;
  top: 20px;
  left: 1%;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/faq-q.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

.faq-a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding: 15px 0 15px 50px;
}

.faq-a::before {
  position: absolute;
  top: 30px;
  left: 1%;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: url(/sites/default/files/dynabook-b2b/solution/car-telematics/telematics-service/images/faq-a.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

.faq-a a {
  padding-bottom: 5px;
  color: #0C6ADB;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.faq-check {
  margin-top: 45px;
}

.faq-check h3 {
  position: relative;
  max-width: 620px;
  padding-left: 30px;
  margin: 80px auto 30px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0071A4;
  letter-spacing: 0.06em;
}

.faq-check h3::before {
  position: absolute;
  inset-block: 0;
  left: 0%;
  display: block;
  width: 25px;
  height: 25px;
  margin-block: auto;
  content: "";
  background: url(/sites/default/files/dynabook-b2b/solution/car-telematics/drive-recorder/images/faq-check-arrow.svg) no-repeat center center/contain;
}

.faq-check a {
  display: block;
  max-width: 500px;
  margin-inline: auto;
  transition: opacity 0.3s;
}

.faq-note {
  margin-top: 30px;
}

.faq-note p {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  font-size: 12px;
  line-height: calc(20 / 12);
  letter-spacing: -0.1em;
}

@media (any-hover: hover) {
  .faq-a a:hover,
  .faq-check a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  .faq-wrap {
    min-width: 900px;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    padding-top: 40px;
    margin-top: -40px;
  }

  .faq-wrap {
    padding: 40px 0;
  }

  .faq .sec-ttl-box {
    margin-bottom: 0;
  }

  .faq-q {
    padding: 5px 0 5px 35px;
    font-size: 15px;
    line-height: calc(21 / 14);
  }

  .faq-q::before {
    top: 15px;
    width: 25px;
    height: 25px;
  }

  .faq-a {
    padding: 10px 0 5px 35px;
    font-size: 12px;
    line-height: calc(21 / 14);
  }

  .faq-a::before {
    top: 20px;
    width: 25px;
    height: 25px;
  }

  .faq-check {
    margin-top: 30px;
  }

  .faq-check h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .faq-check h3::before {
    width: 20px;
    height: 20px;
  }

  .faq-note p {
    font-size: 10px;
  }

  .faq .features-rink {
    margin-top: 30px;
  }
}

/* specification
---------------------------------------------------------------------- */
.specification {
  padding: 75px 30px 146px;
}

.specification-wrap {
  max-width: 900px;
  margin: 54px auto 0;
}

.specification-box {
  margin-bottom: 8px;
}

.specification-note {
  margin-bottom: 10px;
}

.specification-note p {
  margin-bottom: 5px;
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.specification .features-rink {
  margin-top: 112px;
}

@media screen and (max-width: 768px) {
  .specification {
    padding: 40px 0;
  }

  .specification-wrap {
    max-width: unset;
    margin-block: 40px;
  }

  .specification-box {
    padding: 0 15px 20px;
    margin: 0 -15px;
    overflow-x: scroll;
  }

  .specification-inner {
    width: 600px;
  }

  .specification-note p {
    font-size: 10px;
  }

  .specification .features-rink {
    margin-top: 15px;
  }
}
