@charset "UTF-8";
/************************************************
	animation key frames
************************************************/
@-webkit-keyframes border_animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/************************************************
	  inheritance
  ************************************************/
.tabNavigation_contents p {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

sup {
  font-size: 10px;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-tbl {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-tbl {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .only-tbl {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .only-sp {
    display: block;
  }
}

/************************************************
	  section
  ************************************************/
@media screen and (max-width: 1260px) {
  .sectioning {
    min-width: auto;
  }
}

.section {
  margin-top: 70px;
}

.section_inner {
  width: 860px;
  margin: 0 auto;
}

.flb_hq {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 24px;
}

.flb_hq-btm_sml {
  margin-bottom: 25px;
}

.section_ttl {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.section_ttl:not(:first-of-type) {
  margin-top: 70px;
}

.section_ttl + .section_txt {
  margin-top: 10px;
}

.section_txt + .section_img {
  margin-top: 35px;
}

.section_img {
  text-align: center;
}

.section_img-box {
  margin-top: 20px;
}

.section_img-box .img_ttl {
  font-weight: bold;
}

.section_img-box .img_ttl + img {
  margin-top: 25px;
}

.section_note {
  margin: 25px 0 0;
  font-size: 12px;
}

.section_tbl {
  margin: 15px 0 0;
  width: 100%;
}

/************************************************
	  fixed section
  ************************************************/
.fixedSection {
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px -10px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -10px 10px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 9999;
  bottom: 0;
}

@media screen and (max-width: 480px) {
  .fixedSection {
    display: none;
  }
}

/************************************************
	  all section
  ************************************************/
.titleSection .sectioning_layout-inner,
.eachArticleSection .sectioning_layout-inner,
.relatedPageSection .sectioning_layout-inner,
.recommendArticleSection .sectioning_layout-inner,
.vehicleManagerSection .sectioning_layout-inner {
  width: 870px;
}

.titleSection .sectioning_layout-inner *,
.eachArticleSection .sectioning_layout-inner *,
.relatedPageSection .sectioning_layout-inner *,
.recommendArticleSection .sectioning_layout-inner *,
.vehicleManagerSection .sectioning_layout-inner * {
  position: relative;
}

@media screen and (max-width: 768px) {
  .titleSection .sectioning_layout-inner,
  .eachArticleSection .sectioning_layout-inner,
  .relatedPageSection .sectioning_layout-inner,
  .recommendArticleSection .sectioning_layout-inner,
  .vehicleManagerSection .sectioning_layout-inner {
    width: 100%;
  }
}

.articleSection .sectioning_layout-inner,
.eachLeadSection .sectioning_layout-inner,
.contentsSection .sectioning_layout-inner,
.usefulMaterialsSection .sectioning_layout-inner {
  width: 960px;
}

.articleSection .sectioning_layout-inner *,
.eachLeadSection .sectioning_layout-inner *,
.contentsSection .sectioning_layout-inner *,
.usefulMaterialsSection .sectioning_layout-inner * {
  position: relative;
}

@media screen and (max-width: 768px) {
  .articleSection .sectioning_layout-inner,
  .eachLeadSection .sectioning_layout-inner,
  .contentsSection .sectioning_layout-inner,
  .usefulMaterialsSection .sectioning_layout-inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .titleSection .sectioning_layout-inner,
  .articleSection .sectioning_layout-inner,
  .eachLeadSection .sectioning_layout-inner,
  .contentsSection .sectioning_layout-inner,
  .usefulMaterialsSection .sectioning_layout-inner,
  .recommendArticleSection .sectioning_layout-inner,
  .vehicleManagerSection .sectioning_layout-inner,
  .eachArticleSection .sectioning_layout-inner {
    padding: 0 5%;
  }
}

.sectioning_layout-inner [class$="-in"] sup.reg {
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1;
  vertical-align: text-top;
}

/************************************************
	  dummy links
  ************************************************/
a[href="DUMMY"] {
  color: limegreen !important;
  font-weight: bold;
}

a[href="DUMMY"] .articleLinkButton {
  background-color: limegreen !important;
}

/************************************************
	  title section
  ************************************************/
.titleSection {
  margin-bottom: 3.5rem;
}

.titleSection .TitleH1 {
  margin: 3.125rem auto 3.5rem;
  text-align: center;
}

.titleSection .TitleH1 .TitleH1-in {
  display: inline-block;
}

.titleSection .TitleH1 h1 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.412;
  margin: 0 0 0.5rem;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .titleSection .TitleH1 h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 360px) {
  .titleSection .TitleH1 h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.titleSection .TitleH1 .sub {
  color: #0e367d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .titleSection .TitleH1 .sub {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

.titleSection .TitleH1 .sub::before, .titleSection .TitleH1 .sub::after {
  border-top: solid 1px #b8c2c8;
  content: "";
  display: block;
  -webkit-transform: translateY(0.55em);
  transform: translateY(0.55em);
  width: calc(50% - 5em);
}

.titleSection .titleLead {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

/************************************************
	  article section
  ************************************************/
.articleSection {
  margin-bottom: 7.5rem;
}

.articleSection article {
  margin-bottom: 1.25rem;
}

.articleSection article:last-of-type {
  margin-bottom: 0;
}

.articleSection article:hover {
  opacity: 0.5;
}

.articleSection article:hover .articleVisual img {
  -webkit-transform: scale(1.06) translate3d(0, 0, 0);
  transform: scale(1.06) translate3d(0, 0, 0);
}

.articleSection article > a {
  background-color: #eaf6fd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.8125rem 2.8125rem;
}

@media screen and (max-width: 768px) {
  .articleSection article > a {
    display: block;
  }
}

.articleSection article > a h2 {
  color: #004386;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 1.125rem;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .articleSection article > a h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.articleSection article > a .articleVisual {
  margin-right: 3%;
  max-width: 320px;
  min-width: 320px;
  overflow: hidden;
  width: 37.2%;
}

@media screen and (max-width: 768px) {
  .articleSection article > a .articleVisual {
    margin: 0 auto 1.0rem;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .articleSection article > a .articleVisual {
    margin: 0 auto 1.0rem;
    max-width: none;
    min-width: auto;
    text-align: center;
    width: 95%;
  }
}

.articleSection article > a .articleVisual img {
  height: auto;
  max-width: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 100%;
}

.articleSection article > a .articleSummary {
  max-width: 535px;
  width: 62%;
}

@media screen and (max-width: 768px) {
  .articleSection article > a .articleSummary {
    max-width: none;
    width: 100%;
  }
}

.articleSection article > a .articleSummary .articleText {
  color: #333;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 480px) {
  .articleSection article > a .articleSummary .articleText {
    text-align: left;
  }
}

.articleSection article > a .articleSummary .articleText p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.625;
  margin: 0 auto 1.0em;
}

@media screen and (max-width: 480px) {
  .articleSection article > a .articleSummary .articleText p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.articleSection article > a .articleSummary .articleText p:last-of-type {
  margin-bottom: 0;
}

.articleSection article > a .articleSummary .articleLinkButton {
  background-color: #004386;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem 0;
  text-align: center;
  width: 110px;
}

@media screen and (max-width: 768px) {
  .articleSection article > a .articleSummary .articleLinkButton {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .articleSection article > a .articleSummary .articleLinkButton {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .articleSection article > a .articleSummary .articleLinkButton {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/************************************************
	  each lead section
  ************************************************/
.eachLeadSection {
  margin-bottom: 3.75rem;
}

.eachLeadSection .TitleH1 {
  margin: 3.0rem auto 2.875rem;
  max-width: 870px;
}

.eachLeadSection .TitleH1 h1 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.412;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .TitleH1 h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.eachLeadSection .publishDate {
  margin-bottom: 1.25rem;
  text-align: right;
}

.eachLeadSection .publishDate p {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .publishDate p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.eachLeadSection .mainVisual {
  width: 100%;
}

.eachLeadSection .mainVisual img {
  height: auto;
  max-width: 100%;
}

.eachLeadSection .leadText {
  margin: 0 auto 2.25rem;
  max-width: 870px;
}

.eachLeadSection .leadText p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.0em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .eachLeadSection .leadText p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.eachLeadSection .leadText p:last-of-type {
  margin-bottom: 0;
}

/************************************************
	  contents section
  ************************************************/
.contentsSection {
  margin-bottom: 6.0rem;
}

.contentsSection .sectioning_layout-inner {
  background-color: #eaf6fd;
  padding: 3.125rem 8.4375rem;
}

@media screen and (max-width: 768px) {
  .contentsSection .sectioning_layout-inner {
    padding: 3.125rem 3.625rem;
  }
}

.contentsSection .contentsTitle {
  text-align: center;
}

.contentsSection .contentsTitle h3 {
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 2.75rem;
}

.contentsSection .contentsTitle h3::after {
  background-color: #fdd000;
  content: "";
  display: inline-block;
  height: 2px;
  margin-top: 0.875rem;
  width: 2.5rem;
}

.contentsSection .contentsList > li {
  color: #004386;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.25;
  margin-bottom: 0.75rem;
  text-indent: -1.5rem;
}

@media screen and (max-width: 480px) {
  .contentsSection .contentsList > li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.contentsSection .contentsList > li::before {
  background: url("/content/dam/nttcom/hq/jp/business/services/ai-iot/iot/vehicle-manager/lp/column/img/column_listMark.png");
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 0.75rem;
  width: 12px;
}

.contentsSection .contentsList > li:last-of-type {
  margin-bottom: 0;
}

.contentsSection .contentsList > li a {
  border-bottom: solid 1px transparent;
  padding-bottom: 1px;
}

.contentsSection .contentsList > li a:hover {
  border-bottom: solid 1px #004386;
}

/************************************************
	  useful materials section
  ************************************************/
.usefulMaterialsSection {
  margin-bottom: 6.25rem;
}

.usefulMaterialsSection .sectioning_layout-inner {
  background-color: #eaf6fd;
  padding: 3.125rem;
}

.usefulMaterialsSection .usefulMaterialsTitle {
  text-align: center;
}

.usefulMaterialsSection .usefulMaterialsTitle h3 {
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 2.75rem;
}

.usefulMaterialsSection .usefulMaterialsTitle h3::after {
  background-color: #fdd000;
  content: "";
  display: inline-block;
  height: 2px;
  margin-top: 0.875rem;
  width: 2.5rem;
}

.usefulMaterialsSection .eachUsefulMaterials {
  border-bottom: solid 1px #717f87;
  margin-bottom: 3.25rem;
}

.usefulMaterialsSection .eachUsefulMaterials:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.usefulMaterialsSection .eachUsefulMaterials:last-of-type .eachUsefulMaterials-in {
  margin-bottom: 0;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterialsTitle {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 2.25rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterialsTitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterialsTitle h4 {
  margin: 0;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.625rem;
}

@media screen and (max-width: 768px) {
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in {
    display: block;
  }
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > figure {
  max-width: 320px;
  min-width: 320px;
  width: 37.2%;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > figure img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > figure {
    margin: 0 auto 1.25rem;
    min-width: auto;
    width: 100%;
  }
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents {
  width: 60.5%;
}

@media screen and (max-width: 768px) {
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents {
    margin: 0 auto;
    width: 94%;
  }
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents h5 {
  color: #0e367d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
  margin: 0 0 1.0rem;
}

@media screen and (max-width: 480px) {
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents .eachUsefulMaterialsContentsText {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-bottom: 1.625rem;
}

@media screen and (max-width: 480px) {
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents .eachUsefulMaterialsContentsText {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents .eachUsefulMaterialsContentsText p {
  margin-bottom: 0;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents .linkToDetails a {
  background-color: #0e367d;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  padding: 0.625rem 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents .linkToDetails a {
    padding: 0.625rem 1.0rem;
  }
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents .linkToDetails a:hover {
  opacity: 0.5;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents .linkToDetails a::after {
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  content: "";
  display: inline-block;
  height: 8px;
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
  width: 8px;
  margin: 0 0.8% 0 0.75em;
  min-width: 8px;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsContents .linkToDetails a span {
  display: inline-block;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems {
    display: block;
  }
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li {
  text-align: center;
  width: 48.25%;
  margin-bottom: 3.75rem;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li {
    margin: 0 auto 3.75rem;
    width: 94%;
  }
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li:last-of-type {
    margin-bottom: 0;
  }
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li figure {
  line-height: 1;
  margin-bottom: 1.375rem;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li .eachUsefulMaterialsItemsContents {
  margin-bottom: 1.125rem;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li .eachUsefulMaterialsItemsContents h5 {
  color: #0e367d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1.0rem;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li .eachUsefulMaterialsItemsContents h5 ~ p {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375;
  text-align: left;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li .linkToDetails a {
  background-color: #0e367d;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  padding: 0.625rem 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li .linkToDetails a {
    padding: 0.625rem 1.0rem;
  }
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li .linkToDetails a:hover {
  opacity: 0.5;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li .linkToDetails a::after {
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  content: "";
  display: inline-block;
  height: 8px;
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
  width: 8px;
  margin: 0 0.8% 0 0.75em;
  min-width: 8px;
}

.usefulMaterialsSection .eachUsefulMaterials .eachUsefulMaterials-in > .eachUsefulMaterialsItems li .linkToDetails a span {
  display: inline-block;
}

/************************************************
	  each article section
  ************************************************/
.eachArticleSection {
  margin-bottom: 3.75rem;
}

.eachArticleSection .eachArticle {
  margin-bottom: 5.0rem;
}

.eachArticleSection .eachArticle:last-of-type {
  margin-bottom: 0;
}

.eachArticleSection .afterArticleNotes {
  border-top: solid 1px #e6e6e6;
  margin-top: 3.125rem;
  padding-top: 1.0rem;
}

.eachArticleSection .afterArticleNotes .afterArticleNotesList li {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 1.25em;
  text-indent: -1.25em;
}

@media screen and (max-width: 480px) {
  .eachArticleSection .afterArticleNotes .afterArticleNotesList li {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.eachArticleSection .afterArticleNotes .afterArticleNotesList li::before {
  content: "※ ";
}

.eachArticleSection .TitleH2 {
  margin-bottom: 2.0rem;
}

.eachArticleSection .TitleH2 h2 {
  border-bottom: solid 2px #09357f;
  color: #333;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.1428;
  margin: 0;
  padding: 0 0 1.0rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .eachArticleSection .TitleH2 h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.eachArticleSection .eachArticleVisual {
  margin-bottom: 3.75rem;
  width: 100%;
}

.eachArticleSection .eachArticleVisual img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.eachArticleSection .eachArticleMain {
  margin: 0 auto;
}

.eachArticleSection .eachArticleMain p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  /* text-indent: 1.0em; */
}

.eachArticleSection .eachArticleMain p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .eachArticleSection .eachArticleMain p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.eachArticleSection .eachArticleMain a {
  border-bottom: solid 1px transparent;
}

.eachArticleSection .eachArticleMain a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #004386;
  -webkit-animation: border_animation 0.75s linear forwards;
  animation: border_animation 0.5s linear forwards;
}

.eachArticleSection .eachArticleMain .youtube {
  max-width: 600px;
  margin: 3.125rem auto 3.5rem;
  width: 100%;
}

.eachArticleSection .eachArticleMain .youtube .TitleH3 {
  margin-bottom: 1.0rem;
  text-align: center;
}

.eachArticleSection .eachArticleMain .youtube .TitleH3 h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.eachArticleSection .eachArticleMain .youtube .youtube_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.eachArticleSection .eachArticleMain .youtube .youtube_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.eachArticleSection .eachArticleImg {
  text-align: center;
  margin: 0 auto 1.5rem;
  max-width: 700px;
}

.eachArticleSection .eachArticleImg img {
  width: 100%;
}

.eachArticleSection .eachArticleMain .eachArticleList {
  padding-left: 1.5rem;
}

.eachArticleSection .eachArticleMain .eachArticleList ul {
  list-style: disc;
}

span.topic {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

.presmall {
  margin-bottom: 0.5rem !important;
}

small {
  font-size: 0.75rem;
}

strong,
.strong {
  font-weight: bold;
}

.orig-vm-bold{
  font-weight: bold;
}

/************************************************
	  recommend article section
  ************************************************/
.recommendArticleSection {
  margin-bottom: 5.625rem;
}

.recommendArticleSection .recommendArticleTitle {
  text-align: center;
}

.recommendArticleSection .recommendArticleTitle h3 {
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 2.75rem;
  margin-bottom: 3.5rem;
}

.recommendArticleSection .recommendArticleTitle h3::after {
  background-color: #fdd000;
  content: "";
  display: inline-block;
  height: 2px;
  margin-top: 0.875rem;
  width: 2.5rem;
}

.recommendArticleSection .eachRecommendArticles article {
  margin-bottom: 2.375rem;
}

.recommendArticleSection .eachRecommendArticles article:last-of-type {
  margin-bottom: 0;
}

.recommendArticleSection .eachRecommendArticles article:last-of-type > a {
  border-bottom: none;
  padding-bottom: 0;
}

.recommendArticleSection .eachRecommendArticles article:hover {
  opacity: 0.5;
}

.recommendArticleSection .eachRecommendArticles article:hover .articleVisual img {
  -webkit-transform: scale(1.06) translate3d(0, 0, 0);
  transform: scale(1.06) translate3d(0, 0, 0);
}

.recommendArticleSection .eachRecommendArticles article > a {
  border-bottom: solid 1px #b8c2c8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.75rem;
}

@media screen and (max-width: 768px) {
  .recommendArticleSection .eachRecommendArticles article > a {
    display: block;
  }
}

.recommendArticleSection .eachRecommendArticles article > a h2 {
  color: #004386;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 1.125rem;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .recommendArticleSection .eachRecommendArticles article > a h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.recommendArticleSection .eachRecommendArticles article > a .articleVisual {
  margin-right: 3%;
  max-width: 320px;
  min-width: 320px;
  overflow: hidden;
  width: 37.2%;
}

@media screen and (max-width: 768px) {
  .recommendArticleSection .eachRecommendArticles article > a .articleVisual {
    margin: 0 auto 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  .recommendArticleSection .eachRecommendArticles article > a .articleVisual {
    margin: 0 auto 1.0rem;
    max-width: none;
    min-width: auto;
    text-align: center;
    width: 95%;
  }
}

.recommendArticleSection .eachRecommendArticles article > a .articleVisual img {
  height: auto;
  max-width: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 100%;
}

.recommendArticleSection .eachRecommendArticles article > a .articleSummary {
  max-width: 535px;
  width: 62%;
}

@media screen and (max-width: 768px) {
  .recommendArticleSection .eachRecommendArticles article > a .articleSummary {
    margin: 0 auto;
    max-width: none;
    width: 94%;
  }
}

@media screen and (max-width: 480px) {
  .recommendArticleSection .eachRecommendArticles article > a .articleSummary {
    text-align: center;
    width: 100%;
  }
}

.recommendArticleSection .eachRecommendArticles article > a .articleSummary .articleText {
  color: #333;
  margin-bottom: 1.375rem;
}

@media screen and (max-width: 480px) {
  .recommendArticleSection .eachRecommendArticles article > a .articleSummary .articleText {
    text-align: left;
  }
}

.recommendArticleSection .eachRecommendArticles article > a .articleSummary .articleText p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.625;
  margin: 0 auto 1.0em;
}

@media screen and (max-width: 480px) {
  .recommendArticleSection .eachRecommendArticles article > a .articleSummary .articleText p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.recommendArticleSection .eachRecommendArticles article > a .articleSummary .articleText p:last-of-type {
  margin-bottom: 0;
}

.recommendArticleSection .eachRecommendArticles article > a .articleSummary .articleLinkButton {
  background-color: #004386;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem 0;
  text-align: center;
  width: 110px;
}

@media screen and (max-width: 768px) {
  .recommendArticleSection .eachRecommendArticles article > a .articleSummary .articleLinkButton {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 auto;
  }
}

/************************************************
	  back to column index
  ************************************************/
.backToColumnIndex {
  margin-bottom: 6.25rem;
  text-align: center;
}

.backToColumnIndex .backToColumnIndex-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 860px;
}

@media screen and (max-width: 768px) {
  .backToColumnIndex .backToColumnIndex-in {
    width: 100%;
  }
}

.backToColumnIndex .backToColumnIndex-in a {
  border: solid 2px #09357f;
  color: #09357f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.75rem 0;
  width: 245px;
}

.backToColumnIndex .backToColumnIndex-in a::before {
  border: 1px solid;
  border-color: #09357f #09357f transparent transparent;
  content: "";
  display: inline-block;
  height: 8px;
  -webkit-transform: translateY(-1px) rotate(225deg);
  transform: translateY(-1px) rotate(225deg);
  width: 8px;
  margin: 0 0.8% 0 0.75em;
}

/************************************************
	  vehicle manager section
  ************************************************/
.vehicleManagerSection {
  margin-bottom: 11.25rem;
}

.vehicleManagerSection .sectioning_layout-inner {
  background-color: #eaf6fd;
  padding: 3.375rem 0 3.5rem;
}

.vehicleManagerSection .vehicleManagerTitle {
  text-align: center;
}

.vehicleManagerSection .vehicleManagerTitle .sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.vehicleManagerSection .vehicleManagerTitle h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 1.125rem;
}

.vehicleManagerSection .vehicleManagerContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.125rem;
}

@media screen and (max-width: 768px) {
  .vehicleManagerSection .vehicleManagerContents {
    display: block;
  }
}

.vehicleManagerSection .vehicleManagerContents figure {
  margin-right: 1.625rem;
  min-width: 93px;
  width: 93px;
}

@media screen and (max-width: 768px) {
  .vehicleManagerSection .vehicleManagerContents figure {
    margin: 0 auto 1.25rem;
  }
}

.vehicleManagerSection .vehicleManagerContents figure img {
  max-width: 100%;
}

.vehicleManagerSection .vehicleManagerLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .vehicleManagerSection .vehicleManagerLinks {
    display: block;
  }
  .vehicleManagerSection .vehicleManagerLinks .linkToDetails {
    margin: 0 auto 1.0rem;
  }
  .vehicleManagerSection .vehicleManagerLinks .linkToDetails:last-of-type {
    margin-bottom: 0;
  }
}

.vehicleManagerSection .vehicleManagerLinks .linkToDetails {
  max-width: 260px;
  width: 46.42%;
}

.vehicleManagerSection .vehicleManagerLinks .linkToDetails a {
  background-color: #0e367d;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  padding: 0.625rem 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .vehicleManagerSection .vehicleManagerLinks .linkToDetails a {
    padding: 0.625rem 1.0rem;
  }
}

.vehicleManagerSection .vehicleManagerLinks .linkToDetails a:hover {
  opacity: 0.5;
}

.vehicleManagerSection .vehicleManagerLinks .linkToDetails a::after {
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  content: "";
  display: inline-block;
  height: 8px;
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
  width: 8px;
  margin: 0 0.8% 0 0.75em;
  min-width: 8px;
}

.vehicleManagerSection .vehicleManagerLinks .linkToDetails a span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .vehicleManagerSection .vehicleManagerLinks .linkToDetails {
    width: 100%;
  }
}

/************************************************
		introduction services
  ************************************************/
.introduction_services {
  background-color: #f5f5f5;
  border: solid 1px #ccc;
  padding: 55px 80px 58px;
}

@media screen and (max-width: 768px) {
  .introduction_services {
    padding: 55px 30px 58px;
  }
}

@media screen and (max-width: 480px) {
  .introduction_services {
    padding: 25px 20px 30px;
  }
}

.introduction_services .introduction_services_heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .introduction_services .introduction_services_heading {
    line-height: 1.5;
  }
}

.introduction_services .introduction_services_heading sup {
  font-size: small;
}

.introduction_services .introduction_services_heading::after {
  border-bottom: solid 2px #fdd000;
  content: "";
  display: block;
  height: 2px;
  width: 45px;
  margin: 14px auto 0;
}

.introduction_services .introduction_services_block {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .introduction_services .introduction_services_block {
    display: block;
  }
}

.introduction_services .introduction_services_block ~ .introduction_services_block {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .introduction_services .introduction_services_block ~ .introduction_services_block {
    margin-top: 60px;
  }
}

.introduction_services .introduction_services_block > .introduction_services_item {
  margin-right: 2.18%;
  max-width: 350px;
  width: 31.88%;
}

@media screen and (max-width: 768px) {
  .introduction_services .introduction_services_block > .introduction_services_item {
    margin: 0 auto 60px;
    max-width: 100%;
    width: 100%;
  }
  .introduction_services .introduction_services_block > .introduction_services_item:last-of-type {
    margin-bottom: 0;
  }
}

.introduction_services .introduction_services_block > .introduction_services_item:last-of-type {
  margin-right: 0;
}

.introduction_services .introduction_services_block > .introduction_services_item figure {
  margin: 0 auto 30px;
  text-align: center;
}

.introduction_services .introduction_services_block > .introduction_services_item figure img {
  max-height: 163px;
  max-width: 100%;
  width: auto;
}

.introduction_services .introduction_services_block > .introduction_services_item h4 {
  color: #0e367d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 20px;
  text-align: center;
}

.introduction_services .introduction_services_block > .introduction_services_item .introduction_services_item_txt p {
  font-weight: bold;
  margin-bottom: 1.0em;
  text-indent: 0;
}

.introduction_services .introduction_services_block > .introduction_services_item .introduction_services_item_txt p:last-of-type {
  margin-bottom: 0;
}

.introduction_services .introduction_services_block > .introduction_services_item .introduction_services_item_btn {
  background-color: #fdd000;
  border-radius: 10px;
  border: solid 3px #09357f;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #09357f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin: 24px auto 0;
  padding: 12px 20px;
  width: 260px;
}

@media screen and (max-width: 480px) {
  .introduction_services .introduction_services_block > .introduction_services_item .introduction_services_item_btn {
    width: 100%;
  }
}

.introduction_services .introduction_services_block > .introduction_services_item .introduction_services_item_btn::after {
  border-radius: 2px;
  border-right: solid 3px #09357f;
  border-top: solid 3px #09357f;
  content: "";
  display: block;
  height: 8px;
  margin-left: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

/************************************************
	  introduction services
************************************************/
.introduction_services {
  background-color: #f5f5f5;
  border: solid 1px #ccc;
  margin-bottom: 7.5rem;
  padding: 55px 80px 58px;
}

@media screen and (max-width: 768px) {
  .introduction_services {
    padding: 55px 30px 58px;
  }
}

@media screen and (max-width: 480px) {
  .introduction_services {
    padding: 25px 20px 30px;
  }
}

.introduction_services .introduction_services_heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .introduction_services .introduction_services_heading {
    line-height: 1.5;
  }
}

.introduction_services .introduction_services_heading sup {
  font-size: small;
}

.introduction_services .introduction_services_heading::after {
  border-bottom: solid 2px #fdd000;
  content: "";
  display: block;
  height: 2px;
  width: 45px;
  margin: 14px auto 0;
}

.introduction_services .introduction_services_block {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .introduction_services .introduction_services_block {
    display: block;
  }
}

.introduction_services .introduction_services_block ~ .introduction_services_block {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .introduction_services .introduction_services_block ~ .introduction_services_block {
    margin-top: 60px;
  }
}

.introduction_services .introduction_services_block > .introduction_services_item {
  margin-right: 2.18%;
  max-width: 350px;
  width: 31.88%;
}

@media screen and (max-width: 768px) {
  .introduction_services .introduction_services_block > .introduction_services_item {
    margin: 0 auto 60px;
    max-width: 100%;
    width: 100%;
  }
  .introduction_services .introduction_services_block > .introduction_services_item:last-of-type {
    margin-bottom: 0;
  }
}

.introduction_services .introduction_services_block > .introduction_services_item:last-of-type {
  margin-right: 0;
}

.introduction_services .introduction_services_block > .introduction_services_item figure {
  margin: 0 auto 30px;
  text-align: center;
}

.introduction_services .introduction_services_block > .introduction_services_item figure img {
  max-height: 163px;
  max-width: 100%;
  width: auto;
}

.introduction_services .introduction_services_block > .introduction_services_item h4 {
  color: #0e367d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 20px;
  text-align: center;
}

.introduction_services .introduction_services_block > .introduction_services_item .introduction_services_item_txt p {
  font-weight: bold;
  margin-bottom: 1.0em;
  text-indent: 0;
}

.introduction_services .introduction_services_block > .introduction_services_item .introduction_services_item_txt p:last-of-type {
  margin-bottom: 0;
}

.introduction_services .introduction_services_block > .introduction_services_item .introduction_services_item_btn {
  background-color: #fdd000;
  border-radius: 10px;
  border: solid 3px #09357f;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #09357f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin: 24px auto 0;
  padding: 12px 20px;
  width: 260px;
}

@media screen and (max-width: 480px) {
  .introduction_services .introduction_services_block > .introduction_services_item .introduction_services_item_btn {
    width: 100%;
  }
}

.introduction_services .introduction_services_block > .introduction_services_item .introduction_services_item_btn::after {
  border-radius: 2px;
  border-right: solid 3px #09357f;
  border-top: solid 3px #09357f;
  content: "";
  display: block;
  height: 8px;
  margin-left: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}

/************************************************
	introductionArticle section
************************************************/
.introductionArticleSection {
  margin-bottom: 6.25rem;
}

.introductionArticleSection .sectioning_layout-inner {
  width: 960px;
}

@media screen and (max-width: 768px) {
  .introductionArticleSection .sectioning_layout-inner {
    width: 100%;
  }
}

.introductionArticleSection .sectioning_layout-inner .introduction_services {
  margin-bottom: 0;
  padding: 50px;
}

/************************************************
	introductionSection
************************************************/
.sectioning.introductionSection {
  margin-bottom: 7.5rem;
}

.sectioning.introductionSection .sectioning_layout-inner .introduction_services {
  margin-bottom: 0;
}

/************************************************
	wehicleManager in
************************************************/
.sectioning_layout-inner .vehicleManger-in {
  margin: 0 auto;
  width: 560px;
}

@media screen and (max-width: 768px) {
  .sectioning_layout-inner .vehicleManger-in {
    width: 94%;
  }
}

.sectioning_layout-inner .vehicleManger-in + .vehicleManger-in-wide {
  margin-top: 60px;
}

.sectioning_layout-inner .vehicleManger-in-wide {
  margin: 0 auto;
  width: 830px;
}

@media screen and (max-width: 768px) {
  .sectioning_layout-inner .vehicleManger-in-wide {
    width: 94%;
  }
}

.sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item {
  margin-bottom: 65px;
}

.sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item:last-of-type {
  margin-bottom: 0;
}

.sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 auto 30px;
  text-align: center;
}

.sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in {
    display: block;
  }
}

.sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in figure {
  margin-right: 34px;
  min-width: 275px;
  width: 275px;
}

@media screen and (max-width: 768px) {
  .sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in figure {
    min-width: auto;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 480px) {
  .sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in figure {
    max-width: 275px;
    width: 100%;
  }
}

.sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in figure img {
  max-width: 100%;
}

.sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in .introduction_services_item_contents p {
  margin-bottom: 1.0em;
}

.sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in .introduction_services_item_contents p:last-of-type {
  margin-bottom: 0;
}

.sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in .introduction_services_item_contents .introduction_services_item_btn {
  background-color: #fdd000;
  border-radius: 10px;
  border: solid 3px #09357f;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #09357f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-top: 26px;
  padding: 12px 20px;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in .introduction_services_item_contents .introduction_services_item_btn {
    margin: 26px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in .introduction_services_item_contents .introduction_services_item_btn {
    width: 100%;
  }
}

.sectioning_layout-inner [class^="vehicleManger-in"] .introduction_services_block > .introduction_services_item .introduction_services_item_in .introduction_services_item_contents .introduction_services_item_btn::after {
  border-radius: 2px;
  border-right: solid 3px #09357f;
  border-top: solid 3px #09357f;
  content: "";
  display: block;
  height: 8px;
  margin-left: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}

/************************************************
	external_link
************************************************/
.external_link {
  position: relative;
  /* padding-right: 11px */
}

.external_link::after {
    background-image: url(/content/dam/nttcom/hq/jp/business/services/ai-iot/iot/vehicle-manager/img/icon_external_link.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* position: absolute; */
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    /* right: 0;
    bottom: 2px; */
}

a.external_link:hover {
  text-decoration: underline;
}

a.external_link:hover::after {
  animation: none !important;
  position: static !important;
  border-bottom: none !important;
}

/************************************************
	 2023/1/18　time
  ************************************************/
.vm_time{
 color: gray;
 margin-bottom: 10px;
}