/*----------------------------------------------------------------

iBOX

----------------------------------------------------------------*/

.ibox_table_top_title {
  min-height: 120px;
}
.what_is_ibox {
  background-image: url(../image/ibox/what_is_ibox_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.what_is_ibox_img {
  width: 295px;
  height: 220px;
}
.what_is_ibox_btn {
  position: relative;
  width: 560px;
  height: 240px;
  z-index: 1;
}
.what_is_ibox_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  background-image: url(../image/ibox/btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.what_is_ibox_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  background-image: url(../image/ibox/btn_hover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: -1;
}
.what_is_ibox_btn:hover::after {
  opacity: 1;
}
.what_is_ibox_btn_inner {
  position: relative;
  width: 212px;
  height: 60px;
  z-index: 1;
}
.what_is_ibox_btn_inner::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  background-image: url(../image/ibox/btn_inner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.what_is_ibox_btn_inner::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  background-image: url(../image/ibox/btn_inner_hover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: -1;
}
.what_is_ibox_btn:hover .what_is_ibox_btn_inner::after {
  opacity: 1;
}
.what_is_ibox_btn_inner .right_arrow {
  padding-right: 40px;
  transition: all 0.4s ease;
}
.what_is_ibox_btn_inner .right_arrow::before,
.what_is_ibox_btn_inner .right_arrow::after {
  right: -15px;
  border-bottom: 2px solid #ffffff;
  transition: all 0.4s ease;
}
.what_is_ibox_btn p {
  transition: all 0.4s ease;
}
.what_is_ibox_btn:hover p {
  color: #0080c7;
}
.what_is_ibox_btn:hover .what_is_ibox_btn_inner p {
  color: #55afff;
}
.what_is_ibox_btn:hover .what_is_ibox_btn_inner .right_arrow::before,
.what_is_ibox_btn:hover .what_is_ibox_btn_inner .right_arrow::after {
  border-bottom: 2px solid #55afff;
}
.ibox_table02 {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 243, 1) 15%,
    rgba(229, 229, 230, 1) 53%,
    rgba(242, 242, 243, 1) 85%,
    rgba(255, 255, 255, 1) 100%
  );
}
.ibox_overview {
  position: relative;
  z-index: 1;
}
.ibox_overview::before {
  position: absolute;
  content: "";
  top: -130px;
  left: -20%;
  width: 82vw;
  height: 100%;
  background-image: url(../image/ibox/ibox_overview_title.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  z-index: -1;
}
.ibox_overview::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url(../image/ibox/ibox_overview_details.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  z-index: -1;
}

.ibox_overview_inner {
  margin-top: 160px;
}
.ibox_overview_title {
  top: -130px;
}
.ibox_overview_img {
  max-width: 570px;
  height: auto;
}

.ibox_voice {
  position: relative;
  z-index: 1;
}
.ibox_voice::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 45%;
  width: 100vw;
  background-color: white;
  z-index: -1;
}
.ibox_voice::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url(../image/ibox/ibox_voice.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  z-index: -1;
}

.ibox_voice_inner {
  margin-top: 160px;
}
.ibox_voice_title {
  top: 0px;
}
.ibox_voice_title p {
  width: 30vw;
}
.ibox_voice_img {
  top: -120px;
  left: 45%;
}

/*----------------------------------------------------------------

iBOX A案

----------------------------------------------------------------*/
.a .ibox_mv {
  position: relative;
  width: 100%;
  height: 830px;
  background: #ffffff;
  display: block;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: calc(10vw + 10px);
  z-index: 1;
}
.a .ibox_mv_bg {
  position: absolute;
  width: auto;
  height: calc(100% - 80px);
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.a .ibox_mv_bg img {
  width: auto;
  height: 100%;
}
.a .ibox_mv_bg video {
  width: auto;
  height: 100%;
}

.a .ibox_mv_title {
  position: absolute;
  top: 45%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  height: auto;
  z-index: 1;
}

.a .ibox_mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #000000; /* 三角を白に */
  border-left: 100vw solid transparent;
  z-index: 1;
}
.a .ibox_mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #000000; /* 三角を白に */
  border-right: 100vw solid transparent;
}

.a .ibox_situation {
  background-image: url(../image/ibox_a/cross_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-bottom: calc(10vw + 10px);
  z-index: 1;
}

.a .ibox_situation_item01 .ibox_situation_title_bg {
  background-image: url(../image/ibox_a/situation_title01.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 110% 110%;
}
.a .circle {
  border: 3px solid #0080c7;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}
.a .circle.sup {
  position: relative;
}
.a .circle.sup::before {
  position: absolute;
  content: "※";
  color: white;
  right: 5%;
  top: 30%;
}
.a .sup_attention {
  top: calc(100% + 8px);
  width: 100%;
  text-align: center;
}

.a .ibox_situation_item02 .ibox_situation_title_bg {
  background-image: url(../image/ibox_a/situation_title02.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 110% 110%;
}

.a .ibox_situation::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #55afff; /* 三角を白に */
  border-left: 100vw solid transparent;
  z-index: 1;
}
.a .ibox_situation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #55afff; /* 三角を白に */
  border-right: 100vw solid transparent;
}

.a .ibox_view02 {
  position: relative;
}
.a .ibox_view02_items {
  transform: translateY(-100px);
  background-color: #55afff;
}

.a .easy_install_bg_tri,
.a .for_safe_and_secure_bg_tri {
  top: -7px;
}

.a .easy_install {
  background-image: url(../image/ibox_a/easy_install_bg.jpg);
  background-position: top center;
  background-size: contain auto;
  background-repeat: no-repeat;
  margin-top: -100px;
  position: relative;
  padding-bottom: calc(10vw + 10px);
  z-index: 1;
  overflow: hidden;
}

.a .easy_install_item01 .easy_install_title_bg {
  background-image: url(../image/ibox_a/easy_install_title01.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 110% 110%;
}
.a .easy_install_item02 .easy_install_title_bg {
  background-image: url(../image/ibox_a/easy_install_title02.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 110% 110%;
}

.a .easy_install::before {
  content: "";
  position: absolute;
  bottom: 0vw;
  left: 0;
  border-bottom: 10vw solid #f2f2f2; /* 三角を白に */
  border-left: 100vw solid transparent;
  z-index: 1;
}
.a .easy_install::after {
  content: "";
  position: absolute;
  bottom: 0vw;
  left: 0;
  border-bottom: 10vw solid #f2f2f2; /* 三角を白に */
  border-right: 100vw solid transparent;
}

.a .easy_install02_merit ul li {
  z-index: 1;
}
.a .easy_install02_merit ul li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  display: block;
  left: 0;
  border-bottom: solid 60px white;
  border-left: solid 60px transparent;
  bottom: 100%;
  z-index: -1;
}

.a .for_safe_and_secure {
  background-image: url(../image/ibox_a/for_safe_and_secure_bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.a .dashcam_system_item02 {
  background-image: url(../image/driverecorder_a/dashcam_performance_bg_btm.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.a .dashcam_performance_btn {
  right: 50%;
  transform: translateX(50%);
  bottom: 11vw;
  width: auto;
  height: 60px;
  padding-left: 2rem !important;
  padding-right: 5rem !important;
  z-index: 1;
}
.a .dashcam_performance_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: white;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  z-index: -1;
  transition: all 0.4s ease;
}
.a .dashcam_performance_btn:hover::before {
  background-color: transparent;
}
/*----------------------------------------------------------------

iBOX B案

----------------------------------------------------------------*/
.b .ibox_mv {
  position: relative;
  width: 100%;
  height: 915px;
  background: #ffffff;
  display: block;
  overflow: hidden;
  padding-top: 80px;
  z-index: 1;
}
.b .ibox_mv_bg {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0px;
  padding-top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.b .ibox_mv_bg.ibox_mv_video {
  /* right: -295px; */
  right: 0;
  left: auto;
  transform: none;
}
.b .ibox_mv_bg img {
  width: auto;
  min-width: 100%;
  height: auto;
}
.b .ibox_mv_bg.ibox_mv_video img {
  width: auto;
  height: 860px;
}
.b .ibox_mv_bg video {
  width: auto;
  height: 100%;
}
.b .ibox_mv .mv-video {
  position: absolute;
  width: auto;
  height: auto;
  /* right: 141px; */
  right: 434px;
  top: 238px;
  opacity: 0;
  background: #000000;
}
.b .ibox_mv .mv-video.loaded {
  animation: loaded 2s 1s ease forwards;
}

@keyframes loaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* .b .ibox_mv_title {
  position: absolute;
  top: 67%;
  right: 30%;
  transform: translate(50%, -50%);
  display: block;
  height: auto;
  z-index: 1;
} */
.b .ibox_mv_title {
  position: absolute;
  top: 69%;
  right: 65%;
  transform: translate(50%, -50%);
  display: block;
  height: auto;
  z-index: 1;
}

.b .ibox_mv_title.animation_ibox {}
.b .ibox_mv_title.animation_ibox .motion-txt:after {
  /* animation: slide 1s 1s infinite; */
}
@keyframes slide {
  0% {
    transform: translate3d(103%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.b .ibox_mv_title.animation_ibox .motion-txt.after_animation {
  animation: overflow 1s 3s forwards;
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  80% {
    overflow: hidden;
  }
  100% {
    overflow: inherit;
  }
}
.b .ibox_mv_title.animation_ibox .motion-txt.after_animation:after {
  animation: after 1s 3s forwards;
  opacity: 0;

}
@keyframes after {
  0% {
    z-index: -99;
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 0;
    z-index: -99;
    display: none;
  }
}

.b .ibox_mv_title .ibox_mv_title02-01 {
}
.b .ibox_mv_title .ibox_mv_title02-02 {
}
.b .ibox_mv_title .ibox_mv_title02-03 {
}

.b .ibox_mv_title .ibox_mv_title03-01 {
}
.b .ibox_mv_title .ibox_mv_title03-02 {
}
.b .ibox_mv_title .ibox_mv_title03-03 {
}

/* .b .ibox_mv_title .ibox_mv_title02-01,
.b .ibox_mv_title .ibox_mv_title03-01 {
  animation: opacity01 15s 4s infinite; 
} */
/* .b .ibox_mv_title .ibox_mv_title02-02,
.b .ibox_mv_title .ibox_mv_title03-02 {
  animation: opacity02 15s 4s infinite;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -2;
} */
/* .b .ibox_mv_title .ibox_mv_title02-03,
.b .ibox_mv_title .ibox_mv_title03-03  {
  animation: opacity03 15s 4s infinite;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -2;
} */
@keyframes opacity01 {
  0% {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  28% {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  33% {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
  }
  95% {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
  }
  100% {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
}
@keyframes opacity02 {
  0% {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
  }
  28% {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
  }
  33% {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  61% {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  66% {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
  }
}
@keyframes opacity03 {
  0% {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
  }
  61% {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
  }
  66% {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  95% {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
  }
}

.b .ibox_mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3.5vw solid #55afff; /* 三角を白に */
  border-left: 100vw solid transparent;
  z-index: 1;
}

.b .ibox_contents01 {
  background-color: #55afff;
  position: relative;
  overflow: hidden;
  padding-bottom: calc(5vw + 10px);
  z-index: 1;
}

.b .ibox_contents01_item01 .ibox_contents01_title_bg {
  background-image: url(../image/ibox_a/situation_title01.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 110% 110%;
}
.b .ibox_contents01_circle {
  border: 2px solid white;
  border-radius: 50%;
  width: 330px;
  height: 330px;
}
.b .ibox_contents01_icon {
  background-color: #ffff2e;
  text-align: center;
  border-radius: 9999px;
  padding: 5px 20px;
  position: absolute;
  bottom: 0;
  right: -10px;
}
.b .ibox_contents01_left {
  position: relative;
}
.b .ibox_contents01_right img {
  max-width: 525px;
  width: 95%;
  height: auto;
}
.b .circle {
  border: 3px solid #0080c7;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.b .ibox_contents01_item02 .ibox_contents01_title_bg {
  background-image: url(../image/ibox_a/situation_title02.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 110% 110%;
}

.b .ibox_contents_white {
  position: relative;
  padding-top: 400px;
}
.b .ibox_contents_white::before,
.b .ibox_contents_gray::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;

  z-index: 1;
}
.b .ibox_contents_white::before {
  border-top: 3.5vw solid #55afff; /* 三角を白に */
  border-right: 100vw solid transparent;
}
.b .ibox_contents_gray::before {
  border-top: 3.5vw solid #ffffff; /* 三角を白に */
  border-right: 100vw solid transparent;
}
.b .ibox_contents04.ibox_contents_white::before {
  border-top: 3.5vw solid #f2f2f2; /* 三角を白に */
  border-right: 100vw solid transparent;
}

.b .ibox_contents_white_top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.b .ibox_contents_white_left {
  margin-top: -350px;
  z-index: 1;
  max-width: 960px;
}
.b .ibox_contents04 .ibox_contents_white_left {
  margin-top: -230px;
}
.b .ibox_contents_title {
  margin-top: -20px;
  margin-bottom: 20px;
}
.b .ibox_contents_white .ibox_contents_subtitle {
  background-image: url(../image/ibox_b/ibox_contents_white_title.png);
  background-position: right;
  background-size: 110% 110%;
  background-repeat: no-repeat;
  height: 136px;
}
.b .ibox_contents_gray .ibox_contents_subtitle {
  background-image: url(../image/ibox_b/ibox_contents_gray_title.png);
  background-position: left;
  background-size: 110% 110%;
  background-repeat: no-repeat;
  height: 136px;
}

.b .ibox_contents_white_right img {
  width: 1;
}
.b .ibox_contents_gray_item {
  margin-left: auto;
}
.b .ibox_contents_gray .ibox_contents_list li {
-moz-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
background: #fff;
  width: 380px;
  padding: 20px!important;
  position: relative;
/*
  background-image: url(../image/ibox_b/white_small_box.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  height: 216px;*/
}
.b .ibox_contents_gray .ibox_contents_list li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f1f1f1 transparent transparent transparent;
    border-width: 40px 40px 0 0px;
}
.b .ibox_contents_gray .ibox_contents_list li p.txt_blk_006{
  line-height: 1.5;
}


.b .bottom_contents {
  background-image: url(../image/ibox_b/bottom_contents.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*----------------------------------------------------------------

DRIVERECORDER A案

----------------------------------------------------------------*/
.a .dashcam_performance01,
.a .dashcam_performance02 {
  background-image: none;
  background-color: black;
}
.a .dashcam_performance01 {
  padding-bottom: 0px;
}
.a .dashcam_performance01::before,
.a .dashcam_performance01::after {
  content: none;
}
.a .dashcam_performance02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #0080c7;
  border-left: 100vw solid transparent;
  z-index: 1;
}
.a .dashcam_performance02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #0080c7;
  border-right: 100vw solid transparent;
}
.a .dashcam_mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #ffffff; /* 三角を白に */
  border-left: 100vw solid transparent;
  z-index: 1;
}
.a .dashcam_mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #ffffff; /* 三角を白に */
  border-right: 100vw solid transparent;
}
.a .dashcam_banner p {
  max-width: 930px;
}
.a .dashcam_banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #000000; /* 三角を白に */
  border-left: 100vw solid transparent;
  z-index: 1;
}
.a .dashcam_banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #000000; /* 三角を白に */
  border-right: 100vw solid transparent;
}
.dashcam_circles {
  position: relative;
  background-image: url(../image/driverecorder_a/cloud_bg.jpg);
}
.a .dashcam_circles::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #000000; /* 三角を白に */
  border-left: 100vw solid transparent;
  z-index: 1;
}
.a .dashcam_circles::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #000000; /* 三角を白に */
  border-right: 100vw solid transparent;
}
.a .dashcam_performance_item01 {
  position: relative;
}
.a .dashcam_circles_top {
  background-image: url(../image/driverecorder_a/dashcam_circles_top.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}
.a .a_test_up_bg01 {
  background-image: url(../image/driverecorder_a/dashcam_performance_icon01.png);
  background-position: left 20% top 3rem;
  background-repeat: no-repeat;
  background-size: auto;
}
.a .a_test_up_bg02 {
  background-image: url(../image/driverecorder_a/dashcam_performance_icon02.png);
  background-position: right 20% bottom 3rem;
  background-repeat: no-repeat;
  background-size: auto;
}
.a .dashcam_performance_item04_pc,
.a .dashcam_performance_item04_sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.a .dashcam_performance_item04_pc img,
.a .dashcam_performance_item04_sp img {
  max-width: 530px;
  height: auto;
}
.a .dashcam_view02_items {
  background-color: #0080c7;
}
.a .dashcam_view02_items p span {
  position: relative;
}
.a .dashcam_view02_items p span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 80%;
  background-color: #eef065;
}
.a .selected_function {
  background-image: url(../image/driverecorder_a/selected_function_bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -100px;
  position: relative;
  padding-bottom: calc(10vw + 10px);
  z-index: 1;
  overflow: hidden;
}
.a .selected_function_item {
  width: 165px;
  height: 165px;
}
.a .selected_function_hope {
  height: 165px;
  width: 435px;
}
.a .selected_function_hope02 {
  height: 165px;
  width: 290px;
}
.a .selected_function_table_details span {
  border-bottom: 3px solid #eef065;
}
.a .a_function img {
  width: 500px;
  height: auto;
}
.a .dashcam_plan ul li:nth-child(1) {
  width: 100%;
}
.a .high_spec_low_cost {
  background-image: url(../image/driverecorder_a/high_spec_low_cost_bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.a .dashcam_mv_title.js-scroll.done .motion-txt .motion-inner {
  padding: 0;
}
.a .reasonable_plan_img img {
  transform: translateX(-50%);
}
.a .selected_function::before {
  content: "";
  position: absolute;
  bottom: 0vw;
  left: 0;
  border-bottom: 10vw solid #ffffff; /* 三角を白に */
  border-left: 100vw solid transparent;
  z-index: 1;
}
.a .selected_function::after {
  content: "";
  position: absolute;
  bottom: 0vw;
  left: 0;
  border-bottom: 10vw solid #ffffff; /* 三角を白に */
  border-right: 100vw solid transparent;
}

.a.dashcam .ibox_mv_title {
  width: 100%;
}
.a.dashcam .ibox_mv_title01 {
  max-width: 670px;
  width: calc(95vw * 0.58);
  margin: auto;
}
.a.dashcam .ibox_mv_title02 {
  max-width: 1160px;
  width: 95vw;
  margin: auto;
}
.a.dashcam .ibox_mv_title03 {
  max-width: 622px;
  width: calc(95vw * 0.54);
  margin: auto;
}
/*----------------------------------------------------------------

DRIVERECORDER B案

----------------------------------------------------------------*/
.b.driverecorder_b .ibox_contents01_circle {
  border: none;
}
.b.driverecorder_b .ibox_mv_title {
  top: 45%;
  right: 35%;
}
.b.driverecorder_b {
}
.b.driverecorder_b .ibox_contents_white_left {
  margin-top: -240px;
  z-index: 1;
  max-width: 960px;
}
.b.driverecorder_b .ibox_contents_white.bg_b_w::before {
  border-top: 3.5vw solid #ffffff;
  border-right: 100vw solid transparent;
}
.b.driverecorder_b .ibox_contents_white .fd_row_r .ibox_contents_subtitle {
  background-image: url(../image/ibox_b/ibox_contents_gray_title.png);
  background-position: left;
}
.b.driverecorder_b .ibox_contents_white_left.ibox_contents_white_left_img {
  /* margin-top: -350px; */
  z-index: 1;
  max-width: 960px;
}
.b.driverecorder_b .ibox_contents_merit {
  background-image: url(../image/driverecorder_b/merit03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.b.driverecorder_b .driverecorder_b_contents_support {
  border: 4px dashed #55afff;
  border-radius: 60px;
}
.driverecorder_b_contents_support_left,
.driverecorder_b_contents_support_right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.driverecorder_b_contents_support_border_top {
  border: 1px solid #3e3a39;
  border-radius: 20px;
  width: 100%;
}
.big_arrow_btm {
  width: 100px;
  border-top: 28px solid #55afff;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  margin-top: 20px;
  margin-bottom: 25px;
}
.driverecorder_b_contents_support_element {
  display: flex;
}
.driverecorder_b_contents_support_item {
  border-radius: 20px;
  width: 205px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b.driverecorder_b .ibox_contents06 {
  background-image: url(../image/driverecorder_b/support03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------------------------------------------------------------

IELU A案

----------------------------------------------------------------*/
.a.ielu_a .ibox_mv .ibox_mv_title {
  width: 100%;
}
.a.ielu_a .ibox_mv::before,
.a.ielu_a .ibox_mv::after {
  border-bottom: 10vw solid #f2f2f2;
}
.a.ielu_a .ielu_development {
  background-color: #f2f2f2;
  background-image: none;
}
.a.ielu_a .a_ielu_shop {
  background-color: #0080c7;
  background-image: none;
}
.a.ielu_a .ibox_situation_item01 .ibox_situation_title_bg {
  background-image: url(../image/ielu_a/left_title01.png);
}
.a.ielu_a .ibox_situation_item02 .ibox_situation_title_bg {
  background-image: url(../image/ielu_a/right_title01.png);
}
.a.ielu_a .a_left_bg01 {
  background-image: url(../image/ielu_a/bactericidal_power_bg.png);
  background-position: left 20% top 3rem;
  background-repeat: no-repeat;
  background-size: auto;
}
.a.ielu_a .a_right_bg01 {
  background-image: url(../image/ielu_a/right_bg.png);
  background-position: right 20% bottom 3rem;
  background-repeat: no-repeat;
  background-size: auto;
}
.a.ielu_a .a_ielu_different ul li {
  max-width: 600px;
  height: auto;
  border-radius: 30px;
}
.a.ielu_a .a_ielu_different ul li p:nth-of-type(2) {
  padding-top: 20px;
}
.a.ielu_a .ielu_solve span {
  border-bottom: 3px solid #0080c7;
}
.a.ielu_a .dashcam_circles::before,
.a.ielu_a .dashcam_circles::after {
  border-bottom: 10vw solid #f2f2f2;
}
.a.ielu_a .dashcam_circles_top {
  background-image: url(../image/ielu_a/hypochlorous_acid_top.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}
.a.ielu_a .dashcam_circles {
  position: relative;
  background-image: url(../image/ielu_a/hypochlorous_acid_bg.jpg);
}
.a.ielu_a .ielu_development::before,
.a.ielu_a .ielu_development::after {
  border-bottom: 10vw solid #0080c7;
}
.a.ielu_a .a_ielu_shop_right {
  padding-left: 5.5rem !important;
}
.a.ielu_a .a_ielu_shop_right .dashcam_performance_btn {
  width: 380px;
  left: 50%;
  top: 130%;
  bottom: auto;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.a.ielu_a .dashcam_performance_btn:hover::before {
  background-color: #55afff;
}
.a.ielu_a .patented_technology::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 100vw solid transparent;
  z-index: 1;
}
.a.ielu_a .patented_technology::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 100vw solid transparent;
  z-index: 1;
}
.a.ielu_a .patented_technology::before,
.a.ielu_a .patented_technology::after {
  border-bottom: 10vw solid #0080c7;
}
.a.ielu_a .patented_technology {
  background-image: url(../image/ielu_a/patented_technology_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0080c7;
  background-blend-mode: multiply;
}
.blue_tri {
  background-image: url(../image/ielu_a/blue_top_tri_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}
.a.ielu_a .dashcam_system_item02 {
  background-image: none;
}
.a.ielu_a .ibox_situation_title_bg.right_title02 {
  background-image: url(../image/ielu_a/right_title02.png);
}
.a.ielu_a .ibox_situation_title_bg.left_title02 {
  background-image: url(../image/ielu_a/left_title02.png);
}
.a.ielu_a .service_plan {
  background-color: white;
  background-image: none;
  padding-bottom: 0rem !important;
}
.a.ielu_a .service_plan::before,
.a.ielu_a .service_plan::after {
  content: none;
}
.a.ielu_a .service_plan_bg_yellow {
  background-color: #eef065;
  width: 100vw;
}
.a.ielu_a .service_plan .more_btn {
  bottom: 4rem !important;
}
.a.ielu_a .dashcam_performance_btn.grad_blue_btn::before {
  background-image: url(../image/ielu_a/grad_blue_btn.png);
  background-size: 100%;
}
.a.ielu_a .dashcam_performance_btn.grad_blue_btn:hover {
  background: none;
  opacity: 0.6;
}
.a.ielu_a .dashcam_performance_btn.grad_blue_btn .right_arrow::before,
.a.ielu_a .dashcam_performance_btn.grad_blue_btn .right_arrow::after {
  border-bottom: 2px solid white;
}

.a.ielu_a .sterilization_initial .dashcam_performance_btn {
  transform: translateX(0);
}
.a.ielu_a .effective_and_safe {
  background-image: url(../image/ielu_a/effective_and_safe_bg.jpg);
}
.a.ielu_a .sterilization_txt,
.a.ielu_a .sterilization_img {
  width: 50%;
}
.a.ielu_a .a_covid_19 {
}
.a.ielu_a .a_covid_19::before {
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
  border-bottom: solid 60px #ffffff;
  border-left: solid 60px transparent;
  bottom: 100%;
}

.a_spatial_spray {
  background-color: #f2f2f2;
}
.a_spatial_spray::before {
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
  border-bottom: solid 60px #f2f2f2;
  border-left: solid 60px transparent;
  bottom: 100%;
}
.a_spatial_spray_items {
  max-width: 880px;
  width: 90%;
}
/*----------------------------------------------------------------

IELU B案

----------------------------------------------------------------*/
.b.ielu_b .ibox_mv_bg img {
  height: 100%;
  min-height: none;
}
.b.ielu_b .ibox_mv::before {
  border-bottom: 3.5vw solid #ffffff;
}
.b.ielu_b .ibox_contents01 {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding-bottom: calc(5vw + 10px);
  z-index: 1;
}
.b.ielu_b .ibox_contents_white {
  background-color: #ffffff;
}
.b.ielu_b .bg_w_g.ibox_contents_white {
  background-color: #f2f2f2;
}
.b.ielu_b .ibox_contents_white::before {
  border-top: 3.5vw solid #ffffff;
  border-right: 100vw solid transparent;
}
.b.ielu_b .ibox_contents_white_left {
  margin-top: -240px;
  z-index: 1;
  max-width: 960px;
}
.b.ielu_b .ibox_contents_white .fd_row_r .ibox_contents_subtitle {
  background-image: url(../image/ibox_b/ibox_contents_gray_title.png);
  background-position: left;
}
.a.ielu_a .ielu_blue_btn,
.b.ielu_b .ielu_blue_btn {
  align-self: flex-end;
}
.a.ielu_a .ielu_blue_btn a,
.b.ielu_b .ielu_blue_btn a {
  position: relative;
  width: 340px;
  height: 60px;
  z-index: 1;
  transition: all 0.4s ease;
}
.a.ielu_a .ielu_blue_btn a {
  margin-left: auto;
  margin-right: 0;
}
.a.ielu_a .ielu_blue_btn a p,
.b.ielu_b .ielu_blue_btn a p {
  transition: all 0.4s ease;
}
.b.ielu_b .ielu_blue_btn a:hover p {
  color: #0080c7;
}
.a.ielu_a .ielu_blue_btn a:hover p {
  color: #ffffff;
}
.a.ielu_a .ielu_blue_btn a::before,
.b.ielu_b .ielu_blue_btn a::before {
  position: absolute;
  content: "";
  background-image: url(../image/common/catalog_anc_btn_hover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 60px;
  z-index: -1;
  transition: all 0.4s ease;
}
.a.ielu_a .ielu_blue_btn a::before {
  background-image: url(../image/common/catalog_anc_btn.png);
}
.a.ielu_a .ielu_blue_btn a:hover::before,
.b.ielu_b .ielu_blue_btn a:hover::before {
  background-image: url(../image/common/catalog_anc_btn.png);
}
.a.ielu_a .ielu_blue_btn a:hover {
  opacity: 0.6;
}
.a.ielu_a .ielu_blue_btn a span,
.b.ielu_b .ielu_blue_btn a span {
  position: relative;
  width: 40px;
  height: 2px;
  margin-top: 8px;
  margin-left: 18px;
}
.a.ielu_a .ielu_blue_btn a span::before,
.b.ielu_b .ielu_blue_btn a span::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: white;
  transition: all 0.4s ease;
}
.a.ielu_a .ielu_blue_btn a span::after,
.b.ielu_b .ielu_blue_btn a span::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  right: 0;
  bottom: 4px;
  background-color: white;
  transform: rotate(30deg);
  transition: all 0.4s ease;
}

.b.ielu_b .ielu_blue_btn a:hover span::before,
.b.ielu_b .ielu_blue_btn a:hover span::after {
  background-color: #0080c7;
}
.a.ielu_a .ielu_blue_btn a:hover span::before,
.a.ielu_a .ielu_blue_btn a:hover span::after {
  background-color: #ffffff;
}
.b.ielu_b .quality_contents03 {
  background-image: url(../image/ielu_b/quality04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.b.ielu_b .quality_contents03 ul li {
  position: relative;
  z-index: 1;
}
.b.ielu_b .quality_contents03 ul li::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
}
.b.ielu_b .quality_contents03 ul li .quality_right {
  position: relative;
  min-height: 156px;
  display: flex;
  align-items: center;
}
.b.ielu_b .quality_contents03 ul li .quality_right img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.b.ielu_b .ibox_contents04.ibox_contents_white::before {
  border-top: 3.5vw solid #f2f2f2;
  border-right: 100vw solid transparent;
}
.b.ielu_b .ibox_contents04.ibox_contents_white .ibox_contents_subtitle {
  background-image: url(../image/ielu_b/ielu_contents_title_bg_white.png);
  z-index: -1;
}
.b.ielu_b .ibox_contents04.ibox_contents_white {
  background-color: #55afff;
}
.b.ielu_b .ielu_contents_details02_btn {
  background-color: #eef065;
  box-shadow: 6px 2px 4px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease;
  padding: 0 0 10px;
}
.ielu_contents_details02_btn:hover {
  opacity: 0.6;
}
.b.ielu_b .ielu_contents_details02_btn .arrow {
  width: 40px;
  height: 2px;
  margin-top: 8px;
  margin-left: 18px;
}
.b.ielu_b .ielu_contents_details02_btn .arrow::before,
.b.ielu_b .ielu_contents_details02_btn .arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #0080c7;
}
.b.ielu_b .ielu_contents_details02_btn .arrow::before {
  width: 40px;
  bottom: 0;
}
.b.ielu_b .ielu_contents_details02_btn .arrow::after {
  width: 12px;
  right: 0;
  transform: rotate(35deg);
  bottom: 3px;
}
.b.ielu_b .ibox_contents05_gray {
  box-shadow: 6px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
.b.ielu_b .ibox_contents05_gray .ibox_contents05_gray_right {
  z-index: 1;
}
.b.ielu_b .ibox_contents05_gray .ibox_contents05_gray_right::before {
  position: absolute;
  content: "";
  width: 60vw;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../image/ielu_b/subscription07.png);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.b.ielu_b .ibox_contents06 {
  background-image: url(../image/ielu_b/subscription08.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.b.ielu_b .ibox_contents06 .ibox_contents06_box {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.res_1190 {
  display: none;
}
/*----------------------------------------------------------------

DRIVERECORDER

----------------------------------------------------------------*/
.dashcam .what_is_ibox {
  background-image: url(../image/driverecorder/what_is_ibox_driverecorder_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------------------------------------------------------------

IELU

----------------------------------------------------------------*/
.ielu .what_is_ibox {
  background-image: url(../image/ielu/what_is_ibox_bg_ielu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ielu_img.what_is_ibox_img {
  width: auto;
  height: 100%;
}

/*----------------------------------------------------------------

overview

----------------------------------------------------------------*/
.ielu_o .dashcam_performance_btn {
  right: 50%;
  transform: translateX(50%);
  bottom: 35%;
  width: auto;
  height: 60px;
  padding-left: 2rem !important;
  padding-right: 5rem !important;
  z-index: 1;
}
.ielu_o .dashcam_performance_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: white;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  z-index: -1;
  transition: all 0.4s ease;
}
.ielu_o .dashcam_performance_btn:hover::before {
  background-color: transparent;
}
.ielu_o .dashcam_performance_btn.grad_blue_btn::before {
  background-image: url(../image/ielu_a/grad_blue_btn.png);
}
.ielu_o .dashcam_performance_btn.grad_blue_btn:hover {
  background: none;
  opacity: 0.6;
}
.ielu_o .dashcam_performance_btn.grad_blue_btn .right_arrow::before,
.ielu_o .dashcam_performance_btn.grad_blue_btn .right_arrow::after {
  border-bottom: 2px solid white;
}
.overview_table02 {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 243, 1) 15%,
    rgba(229, 229, 230, 1) 53%,
    rgba(242, 242, 243, 1) 85%,
    rgba(255, 255, 255, 1) 100%
  );
}
.overview_contents {
  position: relative;
  z-index: 1;
}
.ielu_o .overview_contents {
  padding-bottom: 4.5rem !important;
}
.overview_contents::before {
  position: absolute;
  content: "";
  top: -130px;
  left: -20%;
  width: 82vw;
  height: 40%;
  background-image: url(../image/ibox/ibox_overview_title.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  z-index: -1;
}

.overview_reverse .overview_contents::before {
  top: -130px;
  left: auto;
  right: -20%;
  background-image: url(../image/overview/features_bg_white.png);
  background-position: top left;
  min-width: 1580px !important;
  height: 60%;
}



.overview_contents::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  z-index: -1;
}

.overview_reverse .overview_contents::after {
  background-position: top right;
}
.overview_rod .overview_contents::after {
  background-image: url(../image/overview/rod_bg.png);
}
.overview_rcta .overview_contents::after {
  background-image: url(../image/overview/rcta_bg.png);
}

.overview_visibility .overview_contents::after {
  background-image: url(../image/overview/rcta_bg.png);
}
.overview_features .overview_contents::after {
  background-image: url(../image/overview/features_bg.png);
}
.overview_scalability .overview_contents::after {
  background-image: url(../image/overview/scalability_bg.png);
}
.overview_surveillance .overview_contents::after {
  background-image: url(../image/overview/rcta_bg.png);
}

.overview_reverse .overview_contents {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.overview_rod {
  position: relative;
  z-index: 1;
}
.overview_rod::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10rem ;
  background-color: #ffffff;
  z-index: -1;
}

.ibox_b_view_title.overview_contents::before {
  position: absolute;
  content: "";
  top: 46%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  z-index: -1;
}
.ibox_b_view_title.overview_contents::after {
  position: absolute;
  content: "";
  top: -130px;
  left: -25%;
  width: 82vw;
  height: 150px;
  background-image: url(../image/ibox_b/ibox_contents_white_title.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  z-index: -1;
  transform: translate(0);
}
.overview_rod .ibox_b_view_title.overview_contents::before {
  /* background-image: url(../image/overview/rod_bg.png); */
  background-image: none;
  background-color: white;
}
.overview_rcta .ibox_b_view_title.overview_contents::before {
  /* background-image: url(../image/overview/rcta_bg.png); */
  background-image: none;
  background-color: white;
}

.overview_inner {
  margin-top: 160px;
}
.overview_reverse .overview_inner {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.overview_features .overview_inner {
  justify-content: flex-start;
}
.overview_title {
  top: -140px;
  width: 50vw;
}
.driverecorder_o_ser .overview_title {
  top: -120px;
}
.ielu_o .overview_title {
  top: -120px;
}
.overview_img {
  max-width: 450px;
}
.overview_img_logo {
  width: 180px;
}

.overview_txt {
  max-width: 570px;
  height: auto;
}
.ielu_o .overview_txt.img_on {
  max-width: 570px;
  height: auto;
}
.ielu_o .overview_txt {
  max-width: none;
  width: 100%;
  height: auto;
}
.overview_txt p.f_18 {
  max-width: 485px;
}
.ielu_o .overview_txt p.f_18 {
  max-width: none;
}
.overview_reverse .overview_txt {
  width: 50%;
}
.ielu_o .overview_reverse .overview_txt {
  max-width: none;
  width: 100%;
  height: auto;
}
.ielu_o .overview_reverse .overview_txt.img_on {
  max-width: 570px;
  height: auto;
}
.overview_features .overview_img ul li,
.overview_features .overview_txt ul li {
  width: 33%;
  margin-bottom: 60px;
}
.overview_features_txt_eng {
  height: 50px;
}
.border_bottom_yellow {
  border-bottom: 3px solid #ffff2e;
}
.overview_contents02 {
  z-index: 1;
}
.overview_contents02::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 80vw;
  min-width: 1540px;
  height: 100%;
  transform: translateY(-50%);

  background-position: top left;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  z-index: -1;
}
.overview_rod .overview_contents02::before {
  background-image: url(../image/overview/rod_bg_white.png);
}
.overview_rcta .overview_contents02::before {
  background-image: url(../image/overview/rcta_bg_white.png);
}
.overview_visibility .overview_contents02::before {
  background-image: url(../image/overview/rcta_bg_white.png);
}
.overview_scalability .overview_contents02::before {
  background-image: url(../image/overview/scalability_bg_white.png);
}
.overview_surveillance .overview_contents02::before {
  background-image: url(../image/overview/rcta_bg_white.png);
}
.overview_reverse .overview_contents02::before {
  background-position: top right;
  left: auto;
  right: 0;
}
.overview_contents02 .inner_video {
  max-width: 450px;
}
.overview_contents02 .inner_video video {
  width: 100%;
  height: auto;
}
.overview_contents02_txt {
  right: 4.5rem;
  top: 15%;
  height: 100%;
}
.overview_visibility .overview_contents02_txt {
  right: 4.5rem;
  top: 25%;
  height: 100%;
}
.overview_scalability .overview_contents02_txt {
  right: auto;
  left: 4.5rem;
  top: 25%;
  height: 100%;
}
.overview_surveillance .overview_contents02_txt {
  right: 4.5rem;
  top: 25%;
  height: 100%;
}
.overview_contents02_arrow {
  transform: translateY(-20px);
}
.overview_txt02 .overview_txt {
}
.overview_surveillance_contents02_img {
  right: 10rem;
  top: 20%;
}
.overview_txt02_center {
  width: 50px;
}
.movie {
  position: relative;
  z-index: 1;
}
.movie_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 104%;
  background-image: url(../image/overview/movie_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.spec {
    position: relative;
    background: rgb(255, 255, 255);
    background: linear-gradient( 
90deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 243, 1) 15%, rgba(229, 229, 230, 1) 53%, rgba(242, 242, 243, 1) 85%, rgba(255, 255, 255, 1) 100% );
}
.spec_driverecorder {
  background-image: url(../image/overview/driverecoder_spec_out_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  background-blend-mode: multiply;
}
.spec_ielu {
  background-image: url(../image/overview/ielu_spec_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.spec_item {
  background-image: url(../image/product_items/spec_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.spec_item.item02 {
  background-image: url(../image/overview/spec_driverecorder.jpg);
}
.spec_item.item03 {
  background-image: url(../image/product_items/_3davm_spec_bg.jpg);
}
.spec_inner {
  position: relative;
  z-index: 1;
}
.spec_inner::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../image/overview/spec_bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.item02 .spec_inner::before {
  background-image: url(../image/overview/spec_driverecorder_bg.png);
}
.item03 .spec_inner::before {
  background-image: url(../image/overview/spec_driverecorder_bg.png);
}
.spec_driverecorder .spec_inner::before {
  background-image: url(../image/overview/spec_bg.png);
}
.spec ul li {
  background-color: #f2f2f2;
}
.catalog_btn {
  background-image: url(../image/common/catalog_btn.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 278px;
  transition: all 0.4s ease;
}
.catalog_btn::before,
.catalog_btn::after {
  position: absolute;
  content: "";
  background-color: white;
  height: 2px;
  transition: all 0.4s ease;
}
.catalog_btn::before {
  width: 60px;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
.catalog_btn::after {
  width: 20px;
  left: calc(50% + 20px);
  bottom: 60px;
  transform: rotate(35deg) translateX(-50%);
}
.catalog_btn_jp::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  background-color: #55afff;
}
.catalog_btn:hover {
  opacity: 0.6;
}
.catalog_btn:hover::before {
  left: calc(50% + 10px);
}
.catalog_btn:hover::after {
  left: calc(50% + 30px);
}
.overview_contents02_img {
  width: 100%;
}
.overview_contents02_img img {
  width: 90%;
}

.driverecoder_img01_left img,
.driverecoder_img01_right img {
}

.driverecoder_img01_left img {
  max-width: 264px;
}
.driverecoder_img01_right {
  height: 100%;
}
.driverecoder_img01_right img {
  max-width: 710px;
}

/*----------------------------------------------------------------

voice

----------------------------------------------------------------*/
.voice_white,
.voice_gray {
  z-index: 1;
  max-width: 380px;
  margin-bottom: 5.5rem !important;
}
.voice_white {
  background-color: white;
}
.voice_gray {
  background-color: #f2f2f2;
}

.voice_white::before,
.voice_gray::before {
  position: absolute;
  content: "";
  width: calc(100% - 0px);
  height: 0;
  display: block;
  left: 0;

  bottom: 100%;
}
.voice_white::before {
  border-bottom: solid 40px white;
  border-left: solid 40px transparent;
}
.voice_gray::before {
  border-bottom: solid 40px #f2f2f2;
  border-left: solid 40px transparent;
}
.voice_num_img p {
  width: 123px;
  height: 123px;
  border-radius: 50%;
}
.voice_white .voice_num_img p {
  background-color: #55afff;
  color: white;
}
.voice_gray .voice_num_img p {
  background-color: #ffffff;
  color: #55afff;
}
.voice_num_img img {
  width: 126px;
  height: 126px;
  margin-left: -1.5rem !important;
}
/*----------------------------------------------------------------

Under

#########
シャープ
アンカーリンク

----------------------------------------------------------------*/
#greeting,
#outline,
#history,
#access,
#rod,
#rcta,
#movie,
#spec,
#dvr-4161,
#dvr-4063,
#dvr-a331r,
#ds-5012j_ds-3002j,
#tx2000_tx2000-sa,
#cl-2cm,
#sm-1900-t115_t160,
#features,
#visibility,
#scalability,
#surveillance,
#reaction,
#service,
#tx2000_tx2000,
#dvr-4161,
#forklift,
#crx3108t {
  transform: translateY(-80px);
}

.under_mv {
  position: relative;
  width: 100%;
  height: 340px;
  background: #ffffff;
  display: block;
  overflow: hidden;
  padding-top: 80px;
  z-index: 1;
}
.under_mv_bg {
}
.under_mv_bg img {
  min-width: 100%;
  height: auto;
  min-height: 260px;
}
.under_mv_title {
  position: absolute;
  top: calc(50% + 40px);
  right: 50%;
  width: 100%;
  transform: translate(50%, -50%);
  display: block;
  height: auto;
  z-index: 1;
}

.anc_btn a {
  width: 205px;
  height: 114px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem !important;
}
.anc_btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 138px;
  background-image: url(../image/common/anc_btn.png);
  background-size: cover;
  transition: all 0.4s ease;
  z-index: -1;
}
.anc_btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 138px;
  background-image: url(../image/common/anc_btn_hover.png);
  background-size: cover;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: -1;
}
.anc_btn a:hover::after {
  transition: all 0.4s ease;
  opacity: 1;
}
.anc_btn a p,
.anc_btn a .anc_btn_arrow {
  transition: all 0.4s ease;
}

.anc_btn a:hover p {
  color: white;
}
.anc_btn a:hover .anc_btn_arrow {
  color: #ffff2e;
}

/*----------------------------------------------------------------

about

----------------------------------------------------------------*/
.about_contents02 {
  position: relative;
  background-image: url(../image/about/about_contents_bg.jpg);
  background-position: center;
  z-index: 1;
}
.about_contents02::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  background-image: url(../image/about/about_contents01_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about_contents02::after {
  position: absolute;
  content: "";
  bottom: 800px;
  left: -600px;
  width: 1153px;
  height: 769px;
  background-image: url(../image/about/about_contents02_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.about_contents02 section {
  z-index: 1;
}

.about_contents_right_title {
  z-index: 1;
  margin-top: -96px;
  margin-bottom: -40px;
  transform: translateY(-60%);
}
.about_contents_right_title::before {
  position: absolute;
  content: "";
  width: 60vw;
  height: 100%;
  background-image: url(../image/about/about_contents_right_title.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 110% 110%;
  z-index: -1;
  top: 0;
  left: 0;
}
.about_contents_right_range {
  position: relative;
  background-image: url(../image/about/about_contents_right_range_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 110% 110%;
}
.about_contents_right_bottom_img {
  bottom: 0px;
  left: 0;
  transform: translateY(50%);
}
.about_contents_left_title {
  z-index: 1;
  margin-top: -96px;
  margin-bottom: -40px;
  transform: translateY(-60%);
}
.about_contents_left_title::before {
  position: absolute;
  content: "";
  width: 60vw;
  height: 100%;
  background-image: url(../image/about/about_contents_left_title.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 110% 110%;
  z-index: -1;
  top: 0;
  right: 0;
}
.about_contents_left_range {
  position: relative;
  background-image: url(../image/about/about_contents_left_range_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 110% 110%;
}
.about_contents_left_txt {
  margin-left: 1.5rem !important;
}

/*----------------------------------------------------------------

business

----------------------------------------------------------------*/

.business_greeting {
  background-image: url(../image/business/greeting.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.business_greeting_ceo_name {
  text-align: right;
}
.business_greeting_ceo_name img {
  width: 362px;
  height: 34px;
}
.outline_table tr.bortder_top {
  border-top: 1px solid #cccccc;
}
.outline_table tr {
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
.outline_table th {
  min-width: 160px;
  width: 30%;
  vertical-align: middle;
}
.outline_table td {
  width: 70%;
  vertical-align: middle;
}

.organization {
  position: relative;
  background-color: #e8f5fd;
}
.organization::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 0;
  display: block;
  border-bottom: solid 40px #e8f5fd;
  border-left: solid 40px transparent;
}

.business_history {
  background-color: #e5e5e6;
  background-image: url(../image/business/history_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.history_table tr {
  width: 100%;
}
.history_table th {
  min-width: 160px;
  width: 15%;
  border-right: 1px solid #0080c7;
}
.history_table td {
  width: 85%;
}

.business_access {
  background: rgb(153, 153, 153);
  background: linear-gradient(
    90deg,
    rgba(153, 153, 153, 1) 0%,
    rgba(153, 153, 153, 1) 7%,
    rgba(179, 179, 179, 1) 100%
  );
}
/*----------------------------------------------------------------

info

----------------------------------------------------------------*/
.info_item_img.pc,
.info_item_txt_detail .info_item_img,
.info_item_txt_detail p {
  transition: all 0.4s ease;
}
.info_item_img.pc:hover,
.info_item_txt_detail:hover .info_item_img,
.info_item_txt_detail:hover p {
  opacity: 0.6;
}

.info_item_txt_detail p span {
  color: #7c7c7c;
}

.info_item_img img {
  object-fit: cover;
  object-position: center;
  width: 200px;
  height: 200px;
}
.info_item {
  border-bottom: 1px solid #e5e5e6;
}
.info_item_txt .info_main_title02 {
  border-bottom: none;
}
.info_main_contents.info_items {
  min-height: auto;
}

.info_main_contents .info_main_side {
  margin-bottom: 60px;
}
.pager_btns {
  height: 80px;
}
.pager_icon {
  width: 60px;
  height: 60px;
  background-color: #55afff;
  transition: all 0.4s ease;
}
.pager_icon:hover {
  opacity: 0.6;
}
div.pager_icon:hover {
  opacity: 1;
}
.pager_before,
.pager_after {
  width: 100px;
  position: relative;
}
.pager_before {
  padding-left: 20px;
}
.pager_after {
  padding-right: 20px;
}
.pager_before::before,
.pager_after::before,
.pager_before::after,
.pager_after::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: white;
  bottom: 38%;
}
.pager_before::before {
  left: 15px;
  transform: rotate(-45deg);
  margin-bottom: 10px;
}
.pager_after::before {
  right: 15px;
  transform: rotate(45deg);
  margin-bottom: 10px;
}
.pager_before::after {
  left: 15px;
  transform: rotate(45deg);
  margin-top: 10px;
}
.pager_after::after {
  right: 15px;
  transform: rotate(-45deg);
  margin-top: 10px;
}
/*----------------------------------------------------------------

info詳細ページ

----------------------------------------------------------------*/
.info_main_tag {

  
 
}
.info_main_tag a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background-color: #55afff;
  color: white;
  transition: all 0.4s ease;
  height: 30px;
  min-width: 125px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.info_main_tag .information  ,
.widget_categories ul li.cat-item-2 a {
  /* background-color: #55afff; */
  background-color: #eef065;
  color: #003581;
}
.info_main_tag .column  ,
.widget_categories ul li.cat-item-9 a {
  background-color: #FFB600;
  /* background-color: #ffb600; */
}
.info_main_tag .driving-safety  ,
.widget_categories ul li.cat-item-10 a {
  background-color: #c4faff;
  color: #003581;
  /* background-color: #B2B2B2; */
}
.info_main_tag .life-design  ,
.widget_categories ul li.cat-item-11 a {
  background-color: #c4faff;
  color: #003581;
  /* background-color: #B2B2B2; */
}
.info_main_tag .technology  ,
.widget_categories ul li.cat-item-15 a {
  background-color: #c4faff;
  color: #003581;
  /* background-color: #B2B2B2; */
}
.info_main_tag .ibox  ,
.widget_categories ul li.cat-item-12 a {
  /* background-color: #0080c7; */
  background: linear-gradient(180deg, rgba(0, 128, 199, 1) 0%, rgba(0, 128, 199, 1) 8%, rgba(0, 53, 129, 1) 100% );
}
.info_main_tag .ielu  ,
.widget_categories ul li.cat-item-13 a {
  /* background-color: #0080c7; */
  background: linear-gradient(180deg, rgba(0, 128, 199, 1) 0%, rgba(0, 128, 199, 1) 8%, rgba(0, 53, 129, 1) 100% );
}
.info_main_tag ._3davm  ,
.widget_categories ul li.cat-item-14 a {
  /* background-color: #0080c7; */
  background: linear-gradient(180deg, rgba(0, 128, 199, 1) 0%, rgba(0, 128, 199, 1) 8%, rgba(0, 53, 129, 1) 100% );
}
.info_main_tag a:hover {
  opacity: 0.6;
}
.info_main_contents {
  /* min-height: 1640px; */
}
.info_main_title02 {
  border-bottom: 2px solid black;
}
.info_side_contents {
  transform: translateX(55%);
}
.info_side_title {
  background-color: #f2f2f2;
}
.wp-block-image {
  padding-bottom: 1.5rem !important;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.info_main_txt>p {
  line-height: 2.08;
  letter-spacing: 0.2em;
}
.info_main_txt>p>a {
  color: #55afff;
  text-decoration: underline;
}
.widget ul li a {
  transition: all 0.4s ease;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.widget_recent_entries ul li {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  border-bottom: 2px solid #e5e5e6;
}
.widget_recent_entries ul li span {
  color: #55afff;
  display: block;
  letter-spacing: 0.2em;
  font-size: 18px;
}
.widget_recent_entries ul li a {
  padding-top: 1rem !important;
}
.widget_recent_entries ul li a:hover,
.widget_archive ul li a:hover {
  color: #55afff;
}
.widget_archive p,
.widget_categories p {
  margin-top: 5rem !important;
  margin-bottom: 1rem !important;
}
.widget_archive ul li a {
  line-height: 2;
  letter-spacing: 0.2em;
}
.widget_categories ul li {
  height: 30px;
  min-width: 125px;
  display: inline-block;
  margin-bottom: 10px;
}
.widget_categories ul li a {
  background-color: #55afff;
  height: 30px;
  min-width: 125px;
  padding: 0 10px;
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 16px;
}
.widget_categories ul li a:hover {
  opacity: 0.6;
}

.info_sub_archive_date {
  transition: all 0.4s ease;
}
.info_sub_archive_date:hover {
  color: #55afff;
}

.page_navi {
  bottom: 0;
  clear: both;
}
.page_navi_prevnext_btn {
  height: 80px;
}
.page_navi_prevnext_btn a {
  max-width: 400px;
  width: 95%;
  height: 80px;
  border: 1px solid #55afff;
  transition: all 0.4s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_navi_prevnext_btn .prev_btn a {
  left: 0;
}
.page_navi_prevnext_btn .next_btn a {
  right: 0;
}
.page_navi_prevnext_btn a:hover {
  opacity: 0.6;
}
.page_navi_prev_icon,
.page_navi_next_icon {
  width: 60px;
  height: 60px;
  background-color: #55afff;
  bottom: 10px;
}
.page_navi_prev_icon {
  left: 10px;
}
.page_navi_next_icon {
  right: 10px;
}

.page_navi_prevnext_btn .prev_btn a {
  padding-left: 1.5rem !important;
}
.page_navi_prevnext_btn .next_btn a {
  padding-right: 1.5rem !important;
}

.page_navi_back {
  max-width: 310px;
  height: 60px;
  background-color: #55afff;
  transition: all 0.4s ease;
}
.page_navi_back::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  border-bottom: solid 20px #55afff;
  border-left: solid 20px transparent;
  bottom: 100%;
}
.page_navi_back .right_arrow::before,
.page_navi_back .right_arrow::after {
  border-color: white;
}
.page_navi_back:hover {
  opacity: 0.6;
}

.news_main_title_c {
  margin-top: -6rem !important;
}
/*----------------------------------------------------------------

catalog

----------------------------------------------------------------*/
.catalog_contents {
  background-color: #f2f2f2;
}
.catalog_contents_item {
}
.catalog_contents_item::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  border-bottom: solid 20px white;
  border-left: solid 20px transparent;
  bottom: 100%;
}
.catalog_anc_btn {
  width: 342px;
  height: 62px;
  z-index: 1;
  transition: all 0.4s ease;
}
.catalog_anc_btn:hover {
  color: white;
}
.catalog_anc_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../image/common/catalog_anc_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.4s ease;
  z-index: -1;
}
.catalog_anc_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../image/common/catalog_anc_btn_hover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: -1;
}
.catalog_anc_btn:hover::after {
  opacity: 1;
}
.catalog_anc_icon {
  right: 15px;
  transition: all 0.4s ease;
}
.catalog_anc_btn:hover .catalog_anc_icon {
  color: #ffff2e;
}

.catalog_contents_beginners {
  background: #0080c7; /* Change */
  width: 100%; /* Change */
  height: 200px; /* Change */
  padding: 1px; /* Change : taille des bordures */
  position: relative;
}
.catalog_install_message_figure {
  background: #0080c7; /* Change */
  width: 100%; /* Change */
  height: 520px; /* Change */
  padding: 1px; /* Change : taille des bordures */
  position: relative;
}
.catalog_contents_beginners::before,
.catalog_install_message_figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid #0080c7; /* Change : height / 2*/
  border-right: 20px solid transparent; /* Change : height / 2*/
  z-index: 1;
}
.inside {
  background: #fff; /* Change */
  width: 100%;
  height: 100%;
  line-height: 90px; /* Change: height - (taille bordure / 2) */
  text-align: center;
  position: relative;
}
.inside:before {
  content: "";
  position: absolute;
  top: -1px; /* Change : taille bordures */
  left: -1px; /* Change : taille bordures */
  border-top: 19px solid #fff; /* Change : (height / 2) - 7 */
  border-right: 19px solid transparent; /* Change : (height / 2) - 7 */
  width: 0;
  z-index: 2;
}

.catalog_contents_link {
  border: 1px solid #cccccc;
}
.catalog_contents_link_icon {
  right: 1rem !important;
}

.catalog_install_message_figure_img_before,
.catalog_install_message_figure_img_after {
}

/*----------------------------------------------------------------

contact

----------------------------------------------------------------*/

.contact_contents01 {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto 60px;
  padding-top: 60px;
}
.contact_contents_title {
  background: #f2f2f2; /* Change */
  width: 100%; /* Change */
  height: 80px; /* Change */
  padding: 5px; /* Change : taille des bordures */
  position: relative;
  margin: 90px 0 40px;
}
.contact_contents_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 50px solid #f2f2f2; /* Change : height / 2*/
  border-right: 50px solid transparent; /* Change : height / 2*/
  z-index: 1;
}
.contact_contents_title.contact_contents_title_form {
  margin: 0 0 5rem;
}
.contact_contents_title.contact_contents_title_form.tx2100-title {
  margin: 0 0 1rem;
}
.contact_contents_title div.inside {
  background: #f2f2f2; /* Change */
  width: 100%;
  height: 100%;
  line-height: 90px; /* Change: height - (taille bordure / 2) */
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_contents_title div.inside:before {
  content: "";
  position: absolute;
  top: -5px; /* Change : taille bordures */
  left: -5px; /* Change : taille bordures */
  border-top: 30px solid #fff; /* Change : (height / 2) - 7 */
  border-right: 30px solid #f2f2f2; /* Change : (height / 2) - 7 */
  width: 0;
  z-index: 2;
}

.contact_contents_title div.inside p {
  padding-left: 20px;
}

.red {
  color: #ff4932;
}
.mw_wp_form {
  padding-top: 90px !important;
  padding-bottom: 40px;
}
.contact_contents_table {
  width: 96%;
  margin: 0 auto;
  /* margin-top: 5rem !important; */
}
.contact_contents_table tbody tr th {
  width: 280px;
  padding: 0.5rem 0 !important;
}
.contact_contents_table tbody tr th p {
  min-height: 60px;
}
.contact_contents_table tbody tr td {
  padding-bottom: 2.5rem !important;
}
.mw_wp_form_preview .contact_contents_table tbody tr td,
.mw_wp_form_preview .contact_contents_table tbody tr td p {
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-size: 16px;
  padding: 0.5rem 0 !important;
}
.contact_contents_table tbody tr td span {
  margin-left: 0 !important;
}
.contact_contents_table tbody tr td .mwform-checkbox-field-text,
.contact_contents_table tbody tr td .mwform-radio-field-text {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  line-height: 2.5;
  letter-spacing: 0.2em;
  font-size: 18px;
}
.contact_contents_table tbody tr td label {
  display: inline-block;
}
.contact_contents_table tbody tr td input[type="text"],
.contact_contents_table tbody tr td textarea {
  border: 1px solid #cccccc;
  padding: 0.5rem 1.5rem !important;
  width: 100%;
}
.contact_contents_table tbody tr .textarea_th {
  vertical-align: middle;
}

.form_contact_btn {
  position: relative;
  height: 85px;
  width: 325px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/contact/btn.png);
  margin: auto;
  transition: all 0.4s ease;
  margin-top: 20px;
}
.form_contact_btn:hover {
  opacity: 0.6;
}
.form_contact_btn_back {
  color: #000000;
  background-image: url(../image/contact/back_btn.jpg);
}
/*----------------------------------------------------------------

product

----------------------------------------------------------------*/
.product_table_recomend_title .js-scroll.done .motion-txt .motion-inner {
  padding: 0 !important;
}
.product_three_btn {
  width: calc(100% / 3);
  max-width: 640px;
  max-height: 515px;
  height: calc(640px * 0.8);
}
.product_three01 {
  background-image: url(../image/product/ibox.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
.product_three02 {
  background-image: url(../image/product/driverecorder.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
.product_three03 {
  background-image: url(../image/product/ielu.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
.product_three01:hover {
  background-image: url(../image/product/ibox_hover.jpg);
}
.product_three02:hover {
  background-image: url(../image/product/driverecorder_hover.jpg);
}
.product_three03:hover {
  background-image: url(../image/product/ielu_hover.jpg);
}
.product_three01_item {
  max-width: 340px;
  margin: auto;
}
.product_three02_item {
  max-width: 300px;
  margin: -20px auto 0;
}
.product_three03_item {
  max-width: 300px;
  margin: auto;
}
.product_three_title {
  padding-left: 1.5rem;
}
.product_three_detail {
  top: 65%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 40px;
}

.product_three01 p {
  transition: all 0.4s ease;
}
.product_three01:hover p,
.product_three02:hover p,
.product_three03:hover p {
  color: white;
}
.product_three_txt {
  margin-top: 0.5rem;
}
.product_three_txt_br {
  display: none;
}
.product_three_detail .right_arrow {
  margin-top: 1.5rem;
  transform: translateX(-2.5rem);
}
.product_three_detail .right_arrow::before,
.product_three_detail .right_arrow::after {
  border-color: #55afff;
  transition: all 0.4s ease;
}
.product_three_detail .right_arrow::before {
  width: 52px;
}
.product_three_detail .right_arrow::after {
  width: 21px;
  transform: rotate(24deg);
}
.product_three_btn:hover .product_three_detail .right_arrow::before,
.product_three_btn:hover .product_three_detail .right_arrow::after {
  border-color: #eef065;
}
.product_anc .anc_btn a {
  width: 273px;
  height: 112px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.product_anc .anc_btn a::before {
  background-image: url(../image/product/anc_btn.png);
  width: 298px;
  height: 136px;
}
.product_anc .anc_btn a::after {
  background-image: url(../image/product/anc_btn_hover.png);
  width: 298px;
  height: 136px;
}
.product_anc .anc_btn a p,
.product_anc .anc_btn a span {
  transition: all 0.4s ease;
}
.product_anc .anc_btn a:hover .anc_btn_en {
  color: #0080c7;
}
.product_anc .anc_btn a:hover .anc_btn_jp {
  color: #000000;
}
.product_anc .anc_btn a:hover span {
  color: #0080c7;
}
.our_product01,
.our_product02 {
  z-index: 1;
  margin-top: 80px;
}
.our_product01::before {
  position: absolute;
  content: "";
  width: 100%;
  max-height: 600px;
  height: 100%;
  background-image: url(../image/product/driverecorder_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.our_product02::before {
  position: absolute;
  content: "";
  width: 100%;
  max-height: 600px;
  height: 100%;
  background-image: url(../image/product/sanitize_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.our_product01_table,
.our_product02_table {
  background: #f2f2f2;
  width: 95%;
  max-width: 1630px;
  height: auto;
  margin: 50px 0 0 auto;
  padding: 10px 50px 0;
  position: relative;
}
.our_product01_table:before,
.our_product02_table:before {
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
  border-bottom: solid 50px #f2f2f2;
  border-left: solid 50px transparent;
  bottom: 100%;
}
.our_product_big_btn {
  background: #ffffff;
  width: 100%;
  max-width: 1240px;
  height: 235px;
  margin-top: 25px;
  margin-right: auto;
  padding: 0 25px;
  position: relative;
  transition: all 0.4s ease;
}
.our_product_big_btn::before {
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
  border-bottom: solid 25px #ffffff;
  border-left: solid 25px transparent;
  bottom: 100%;
  transition: all 0.4s ease;
}

.our_product_big_left {
  width: 50%;
}
.our_product_big_title {
  transition: all 0.4s ease;
}
.our_product_big_product_name {
  color: #808080;
  transition: all 0.4s ease;
}
.our_product_big_img.tx2000_tx2000-sa_tx4000 {
  left: 215px;
  bottom: 30px;
}
.our_product_big_img.ielu {
  left: 360px;
  bottom: 30px;
}
.our_product_big_img.dvr-4161 {
  right: 0;
  left: 345px;
  bottom: 50px;
}
.our_product_big_img.forklift {
  left: 260px;
  bottom: 20px;
}
.our_product_big_img.crx3008t {
  left: 215px;
  bottom: 30px;
}
.our_product_big_right {
  width: 50%;
}
.our_product_big_right li {
  background: #0080c7; /* Change */
  max-width: 180px; /* Change */
  width: 32%;
  height: 210px; /* Change */
  padding: 1px; /* Change : taille des bordures */
  position: relative;
}
.our_product_big_right li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 26px solid #0080c7; /* Change : height / 2*/
  border-right: 26px solid transparent; /* Change : height / 2*/
  z-index: 1;
}
.our_product_big_inside {
  background: #fff; /* Change */
  width: 100%;
  height: 100%;
  line-height: 208px; /* Change: height - (taille bordure / 2) */
  text-align: center;
  position: relative;
}
.our_product_big_inside::before {
  content: "";
  position: absolute;
  top: -1px; /* Change : taille bordures */
  left: -1px; /* Change : taille bordures */
  border-top: 25px solid #fff; /* Change : (height / 2) - 7 */
  border-right: 25px solid transparent; /* Change : (height / 2) - 7 */
  width: 0;
  z-index: 2;
  transition: all 0.4s ease;
}
.our_product_big_btn:hover {
  background: #0080c7;
}
.our_product_big_btn:hover::before {
  border-bottom: solid 25px #0080c7;
}
.our_product_big_btn:hover .our_product_big_inside::before {
  border-top: 25px solid #0080c7;
}
.our_product_big_btn:hover .our_product_big_title,
.our_product_big_btn:hover .our_product_big_product_name {
  color: white;
}
.our_product_big_btn .right_arrow {
  bottom: 40px;
  left: 30px;
  position: absolute;
}
.our_product_big_btn .right_arrow::before {
  width: 50px;
}
.our_product_big_btn .right_arrow::after {
  width: 20px;
  transform: rotate(25deg);
}
.our_product_big_btn:hover .right_arrow::before,
.our_product_big_btn:hover .right_arrow::after {
  border-bottom: 2px solid #ffff2e;
}
.our_product_small_table {
  max-width: 1240px;
}
.our_product_small_btn {
  background: #ffffff;
  width: 32%;
  max-width: 380px;
  height: 335px;
  margin-top: 25px;
  margin-right: 1%;
  margin-bottom: 50px;
  padding: 0 25px 20px;
  position: relative;
  transition: all 0.4s ease;
}
.our_product_small_btn::before {
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
  border-bottom: solid 25px #ffffff;
  border-left: solid 25px transparent;
  bottom: 100%;
  transition: all 0.4s ease;
}
.our_product_small_img {
  height: 200px;
  max-width: 350px;
  display: flex;
  align-items: center;
}
.our_product_small_btn_space {
  background: #f2f2f2;
}
.our_product_small_btn_space::before {
  border-bottom: solid 25px #f2f2f2;
}
.our_product_small_name {
  color: #808080;
}
/*----------------------------------------------------------------

product_items item01 item02 item03

----------------------------------------------------------------*/
.item_introduction {
  background: rgb(0, 128, 199);
  background: linear-gradient(
    90deg,
    rgba(0, 128, 199, 1) 0%,
    rgba(0, 128, 199, 1) 8%,
    rgba(0, 53, 129, 1) 100%
  );
}
.item_introduction img {
  margin-bottom: 40px;
}
.item_introduction_target p {
  min-width: 290px;
  height: 75px;
  border-radius: 20px;
  margin: 30px 10px 0px;
}
.bid_history {
  max-width: 620px;
  width: 80%;
  border-radius: 20px;
  margin: 30px 10px 0px;
}
.item_detail_one_title {
  z-index: 1;
  height: 100px;
}
.item_detail_one_title::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  max-width: calc(1240px + (100vw - 1240px) / 2);
  height: 140px;
  background-repeat: no-repeat;
  background-size: auto auto;
  z-index: -1;
}
.item_detail_one_left .item_detail_one_title::before {
  right: 0;
  background-image: url(../image/product_items/item_title_left.png);
  background-position: right center;
}
.item_detail_one_right .item_detail_one_title::before {
  left: 0;
  background-image: url(../image/product_items/item_title_right.png);
  background-position: left center;
}
.item_detail_one_left .item_detail_one_title p.f_32 {
  padding-right: 1.5rem;
}
.item_detail_one_txts li {
  max-width: 495px;
  width: 48%;
}

.item_detail_one_txts .one_txt {
  max-width: none;
  width: 100%;
}
.spec.spec_item {
}
.back_product_table_btn {
  background: #0080c7; /* Change */
  width: 310px; /* Change */
  height: 60px; /* Change */
  padding: 2px; /* Change : taille des bordures */
  position: relative;
  transition: all 0.4s ease;
}
.back_product_table_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 16px solid #0080c7; /* Change : height / 2*/
  border-right: 16px solid transparent; /* Change : height / 2*/
  z-index: 1;
}
.back_product_table_btn .inside {
  background: #fff; /* Change */
  width: 100%;
  height: 100%;
  line-height: 55px; /* Change: height - (taille bordure / 2) */
  text-align: center;
  position: relative;
}
.back_product_table_btn .inside:before {
  content: "";
  position: absolute;
  top: -2px; /* Change : taille bordures */
  left: -2px; /* Change : taille bordures */
  border-top: 13px solid #fff; /* Change : (height / 2) - 7 */
  border-right: 13px solid transparent; /* Change : (height / 2) - 7 */
  width: 0;
  z-index: 2;
}

.back_product_table_btn .inside p::before,
.back_product_table_btn .inside p::after {
  position: absolute;
  content: "";
  background: rgb(0, 128, 199);
  background: linear-gradient(
    90deg,
    rgba(0, 128, 199, 1) 0%,
    rgba(0, 128, 199, 1) 8%,
    rgba(0, 53, 129, 1) 100%
  );
  height: 2px;
  transition: all 0.4s ease;
}
.back_product_table_btn .inside p::before {
  width: 36px;
  left: 85%;
  bottom: 18px;
  transform: translateX(-50%);
}
.back_product_table_btn .inside p::after {
  width: 15px;
  left: calc(85% + 12px);
  bottom: 18px;
  transform: rotate(25deg) translateX(-50%);
}
.back_product_table_btn:hover {
  opacity: 0.6;
}
.back_product_table_btn:hover .inside p::before {
  left: calc(85% + 10px);
}
.back_product_table_btn:hover .inside p::after {
  left: calc(85% + 22px);
}
.dvr4161_03_table {
  background-image: url(../image/product_items/dvr4161_w_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain 100%;
}
.dvr4161_03_table ul li {
  width: calc(100% / 6);
  min-width: 122px;
  margin-bottom: 2.5rem !important;
}
.item_introduction_img.item01 {
  width: 610px;
}
.item_introduction_img.item02 {
  width: 315px;
}
.item_introduction_img.item03 {
  width: 745px;
}

/* -------------------------mail.php---------------------- */

.mail_container {
  width: calc(100% - 30px);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.mail_mt120 {
  margin-top: 120px;
}

.mail_f_28,
.mail_f_28 span {
  font-size: 28px;
}
.mail_f_bold {
  font-weight: 800;
}

.mail_mt40 {
  margin-top: 40px;
}

.mail_txt_center {
  text-align: center;
}

.mail_f_min {
}

.mail_f_32,
.mail_f_32 span {
  font-size: 32px;
}
.mail_f_red {
  color: #e70011;
}
.mail_mt20 {
  margin-top: 20px;
}
.error_messe {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.mail_button {
  text-align: center;
  max-width: 320px;
  height: 70px;
  margin: 50px auto 0;
  transition: all 0.4s ease;
  border: 2px solid #3e6e82;
  background: #3e6e82;
  color: #ffffff;
  position: relative;
  width: 20%;
}

input.mail_link_button {
  display: inline-block;
  width: 100%;
  height: 100%;
  letter-spacing: 0.33em;
  text-align: center;
  font-size: 18px;
}
.mail_button:hover {
  background: white;
  color: #3e6e82;
}

.mail_center_margin {
  margin: 20px auto;
}

.mail_right_margin {
  margin-right: 20px;
}

.mail_table01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #666;
}
.mail_mt60 {
  margin-top: 60px;
}
.mail_table01 th {
  padding: 20px 30px;
  border-right: 1px solid #ccc;
  width: 27%;
  text-align: left;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #666;
  height: auto;
}

.mail_table01 td {
  padding: 20px 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #666;
  text-align: left;
}

.mail_final {
  text-align: center;
  max-width: 320px;
  height: 70px;
  margin: 50px auto 0;
  transition: all 0.4s ease;
  border: 2px solid #3e6e82;
  background: #3e6e82;
  color: #ffffff;
  position: relative;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mail_final a {
  display: inline-block;
  width: 100%;
  height: 100%;
  letter-spacing: 0.33em;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mail_final:hover {
  background: white;
  color: #3e6e82;
}

.mail_display {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.mail_pc_block {
  display: inline;
}

@media (min-width: 576px) {
  .mail_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .mail_container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .mail_container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .mail_container {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .mail_button {
    width: 80%;
    height: 60px;
  }
  input.mail_link_button {
    font-size: 16px;
  }
  .mail_final {
    width: 100%;
    height: 60px;
  }
  .mail_final a {
    font-size: 16px;
  }
  .mail_mt60 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mail_mt120 {
    margin-top: 90px;
  }
  .mail_txt_left_sp {
    text-align: left;
  }
  .mail_mt40 {
    margin-top: 20px;
  }
  .mail_mt20 {
    margin-top: 10px;
  }
  .mail_table01 th {
    padding: 15px 0 0;
    width: 100%;
    height: auto;
    display: block;
    border: none;
    font-size: 3.8vw;
  }
  .mail_table01 td {
    padding: 0 0 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 3.8vw;
  }
  .mail_f_18 {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .mail_display {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .mail_button {
    text-align: center;
    margin: 20px auto 0px;
  }
  .mail_button.mail_right_margin {
    margin-right: auto;
  }
}
@media (max-width: 415px) {
  .mail_pc_block {
    display: none;
  }
  .mail_f_32,
  .mail_f_32 span {
    font-size: 6vw;
  }
  .mail_f_28,
  .mail_f_28 span {
    font-size: 5.8vw;
  }
  .error_messe {
    font-size: 3.8vw;
  }
}

.mw_wp_form_complete {
  padding-top: 80px !important;
  background-color: #ffffff;
  padding-bottom: 50px !important;
}
main .contact_form .mw_wp_form_complete {
  padding-top: 0px !important;
  background-color: #ffffff;
  margin-top: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-top: 0px;
  }
  .mw_wp_form_complete .pb-5 {
    padding-bottom: 0 !important;
  }
  main .contact_form .mw_wp_form_complete {
    padding-top: 50px !important;
    background-color: #ffffff;
    margin-top: 0px;
    padding-bottom: 50px !important;
  }
}

/* 投稿ページ */
.news_s_box_txt p {
  padding: 5px 0;
  margin-bottom: 1rem !important;
}

.news_s_box_txt p::after,
.news_s_box_txt span::after,
.news_s_box_txt img::after,
.news_s_box_txt pre::after {
  content: "";
  display: block;
  clear: both;
}
.news_s_box_txt pre {
  white-space: normal !important;
}

.news_s_box_txt img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.blocks-gallery-item img {
  margin: 0;
}

.news_s_box_txt p>a {
  color: #2452a7; /*←好きな色を入れてください。*/
  transition: 0.3s;
  font-weight: bold;
}

.news_s_box_txt p>a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.news_s_box_txt a {
  transition: 0.3s;
}
.news_s_box_txt a:hover {
  opacity: 0.6;
}

.news_s_box_txt p strong span,
.news_s_box_txt p strong {
  font-weight: bold;
}

.news_s_box_txt .alignleft {
  float: left;
  margin: 20px 20px 20px 0; /*←好きな余白で*/
}

.news_s_box_txt .alignright {
  float: right;
  margin: 20px 0px 20px 20px; /*←好きな余白で*/
}

.news_s_box_txt img.aligncenter {
  display: block;
  margin: auto;
}

.news_s_box_txt img.alignnone {
  display: block;
}
.news_s_box_txt ul {
  padding-left: 20px;
}
.news_s_box_txt ul li {
  list-style-type: disc;
}

.news_s_box_txt ol li {
  list-style-type: decimal;
}

.news_s_box_txt iframe {
  max-width: 100%;
}
.news_s_box_txt p.has-text-align-center {
  text-align: center;
}
.news_s_box_txt p.has-text-align-right {
  text-align: right;
}
.news_s_box_txt h1 {
  font-size: 32px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 900;
}
.news_s_box_txt h2 {
  font-size: 28px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 700;
}
.news_s_box_txt h3 {
  font-size: 24px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 700;
}
.news_s_box_txt h4 {
  font-size: 20px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 700;
}
.news_s_box_txt h5 {
  font-size: 18px; /*←好きな大きさで*/
  margin-bottom: 15px;
  font-weight: 700;
}
.news_s_box_txt h6 {
  font-size: 16px; /*←好きな大きさで*/
  margin-bottom: 15px;
}

.news_s_box_txt h1 span ,
.news_s_box_txt h2 span ,
.news_s_box_txt h3 span ,
.news_s_box_txt h4 span ,
.news_s_box_txt h5 span ,
.news_s_box_txt h6 span {
  display: inline-block;
}

.wp-block-buttons>.wp-block-button a {
  text-decoration: none;
}

.news_s_box_txt .wp-block-video{
	width: 40% !important;
}

@media screen and (max-width: 767px) {
  .news_s_box_txt h1 {
    font-size: 26px; /*←好きな大きさで*/
  }
  .news_s_box_txt h2 {
    font-size: 24px; /*←好きな大きさで*/
  }
  .news_s_box_txt h3 {
    font-size: 20px; /*←好きな大きさで*/
  }
  .news_s_box_txt h4 {
    font-size: 18px; /*←好きな大きさで*/
  }
  .news_s_box_txt h5 {
    font-size: 16px; /*←好きな大きさで*/
  }
  .news_s_box_txt h6 {
    font-size: 14px; /*←好きな大きさで*/
  }
	
	.news_s_box_txt .wp-block-video{
		width: 100% !important;
	}
}



/* 投稿ページ　ページャー */

.info_details_contents .info_main_contents .pager {
  max-width: 900px;
}

.info_details_contents .info_main_contents .wp-pagenavi {
  height: 80px;
  display: flex;
}
.info_details_contents .info_main_contents .wp-pagenavi span {
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.info_details_contents .info_main_contents .wp-pagenavi a {
  width: 60px;
  height: 60px;
  background-color: #55afff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.info_details_contents .info_main_contents .wp-pagenavi a:hover {
  opacity: 0.6;
}

.info_details_contents .info_main_contents .wp-pagenavi.a:hover {
  opacity: 1;
}

.info_details_contents .info_main_contents .pager_before,
.info_details_contents .info_main_contents .pager_after {
  width: 100px;
  position: relative;
}

.info_details_contents .info_main_contents .pager_before {
  padding-left: 20px;
}

.info_details_contents .info_main_contents .pager_after {
  padding-right: 20px;
}

.info_details_contents .info_main_contents .pager_before::before,
.info_details_contents .info_main_contents .pager_after::before,
.info_details_contents .info_main_contents .pager_before::after,
.info_details_contents .info_main_contents .pager_after::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: white;
  bottom: 38%;
}

.info_details_contents .info_main_contents .pager_before::before {
  left: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 10px;
}

.info_details_contents .info_main_contents .pager_after::before {
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 10px;
}

.info_details_contents .info_main_contents .pager_before::after {
  left: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 10px;
}

.info_details_contents .info_main_contents .pager_after::after {
  right: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 10px;
}
.info_details_contents .info_main_contents blockquote {
  border-left: 6px solid #55afff;
  padding-left: 10px;
}
.blocks-gallery-grid,
.wp-block-gallery {
  padding: 0 !important;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 0 !important;
}

.to_banner {
  background-color: #f2f2f2;
}
.to_banner_a {
  background-color: #84c5ff;
}
.to_banner_inner {
  max-width: 1500px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.to_banner_btn {
  /* max-width: 1000px;
  width: 100%; */
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 100px;
  transition: 0.4s ease;
  position: relative;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}
.ibox_a_banner_btn {
  background-color: #ffffff;
}
.ibox_b_banner_btn {
  background-color: #006ccc;
}
.to_banner_btn:hover {
  opacity: 0.6;
}
.to_banner_icon {
  width: 100px;
  height: auto;
}
.to_banner_icon img {
  width: 100%;
  height: auto;
}
.to_banner_text {
  width: 90%;
}
.to_banner_arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 40px;
}
.to_banner_arrow span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
}
.to_banner_arrow span::before,
.to_banner_arrow span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 22px;
  background-color: #f2f2f2;
}
.to_banner_a .to_banner_arrow span::before,
.to_banner_a .to_banner_arrow span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 22px;
  background-color: #55afff;
}
.to_banner_arrow span:nth-child(1)::before,
.to_banner_arrow span:nth-child(2)::before {
  top: 5px;
  transform: rotate(45deg);
}
.to_banner_arrow span:nth-child(1)::after,
.to_banner_arrow span:nth-child(2)::after {
  transform: rotate(-45deg);
  top: 20px;
}
.to_banner_arrow span:nth-child(2)::before,
.to_banner_arrow span:nth-child(2)::after {
  left: 10px;
}

.to_banner_btn:hover .to_banner_arrow span {
  transform: translateX(8px);
}

.contact-banner,
.catalog-banner {
  right: 0px;
  bottom: 30%;
  width: 80px;
  height: 200px;
  background: #eef065;
  z-index: 99;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
  /* animation: vibration 1.5s infinite; */
  transition: 0.4s ease;
}
.catalog-banner {
  display: none !important;
  bottom: 30%;
  background: rgb(0, 128, 199);
  background: linear-gradient(
    90deg,
    rgba(0, 128, 199, 1) 0%,
    rgba(0, 128, 199, 1) 8%,
    rgba(0, 53, 129, 1) 100%
  );
  /* animation: vibration 0s 0.5s infinite; */
}

.contact-banner {
  /* top: 180px; */
}

.contact-banner:hover {
  opacity: 0.6;
}
.catalog-banner:hover {
  opacity: 0.6;
}

/* @keyframes vibration {
  00% {
    transform: translateX(0px);
  }
  5% {
    transform: translateX(5px);
  }
  10% {
    transform: translateX(0px);
  }
  15% {
    transform: translateX(5px);
  }
  20% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(0px);
  }
  35% {
    transform: translateX(5px);
  }
  40% {
    transform: translateX(0px);
  }
} */
.contact-banner p,
.catalog-banner p {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.mv_lefttop {
  top: 130px;
  left: 7%;
  z-index: 1;
}
.mv_lefttop.js-scroll.done .motion-txt .motion-inner,
.mv_lefttop.js-scroll .motion-txt .motion-inner,
.mv_lefttop.js-scroll .motion-txt::after {
  padding: 10px 10px 10px 0;
}

.ibox_mv_details {
}

.mw_wp_form .error {
  padding-top: 5px;
  font-size: 110% !important;
}

.main-subsidy-target {
  margin-top: 15px;
  width: 380px;
}
.subsidy-target {
  position: absolute;
  left: 20px;
  top: 100px;
  z-index: 1;
  width: 150px;
}
.ibox-blog {
}
.ibox-blog-inner {
  margin: auto;
  position: relative;
  padding-bottom: 90px;
  margin-top: 20px;
}
.ibox-blog-main {
  margin-top: 0;
}
.ibox-blog-inner .more_btn {
  width: 260px;
  right: auto;
  bottom: 0rem;
}
.ibox-list {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  justify-content: center;
}


.category-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 80px;
}
.category-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  color: white;
  transition: all 0.4s ease;
  height: 50px;
  width: 25%;
  max-width: 170px;
  min-width: 146px;
  margin-right: 10px;
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 10px;
}
.category-list a.category-info-btn {
  /* background-color: #55afff; */
  background-color: #eef065;
  color: #003581;
}
.category-list a.category-column-btn {
  background-color: #ffc024;
}
.category-list a.category-tech-btn ,
.category-list a.category-life-btn ,
.category-list a.category-drive-btn {
  /* background-color: #B2B2B2; */
  color: #003581;
  background-color: #c4faff;
}
.category-list a:hover {
  opacity: 0.6;
}

  /*----------------------------------------------------------------

210921調整分

----------------------------------------------------------------*/


.subsidy-target.subsidy-target2{
  position: absolute;
  left: 200px;
  top: 110px;
  z-index: 1;
  width: auto;
}
.subsidy-target.subsidy-target2 p{
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.subsidy-target.subsidy-target2 p span{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.ls_200.ibox_small{
  line-height: 0.5;
}
.ls_200.ibox_small span{
  font-size: 12px;
  letter-spacing: 1px!important;
  color: #fff;
}
.txt_blk_001{
  max-width: 1080px;
  margin: 50px auto;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.txt_con_001 {
  display: flex;
}
.txt_con_002 {
  display: flex;
  flex-direction: row-reverse;
}
.txt_con_001,
.txt_con_002{
  overflow: hidden;
}
.txt_con_001 .txt_blk_002,
.txt_con_001 .txt_blk_003{
  float: left;
}
.txt_con_001 .txt_blk_003 p{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin: 50px 0 0 20px;
}
.txt_con_002 .txt_blk_004,
.txt_con_002 .txt_blk_005{
  float: right;
}
.txt_con_002 .txt_blk_005 p{
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 50px 20px 0 0;
}
/* span.red{
  color: red;
  font-size: 32px;
  font-weight: bold;
} */
.txt_blk_007{
  text-align: center;
  margin: 50px auto 50px;
  font-weight: bold;
}
.txt_blk_007 p{
  font-size: 20px;
}
.txt_con_003{
position: relative;
    background: rgb(255, 255, 255);
    background: linear-gradient( 
90deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 243, 1) 15%, rgba(229, 229, 230, 1) 53%, rgba(242, 242, 243, 1) 85%, rgba(255, 255, 255, 1) 100% );

  padding: 0 0 100px;
}
.bg_color_001{
    background: rgb(255, 255, 255);
    background: linear-gradient( 
90deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 243, 1) 15%, rgba(229, 229, 230, 1) 53%, rgba(242, 242, 243, 1) 85%, rgba(255, 255, 255, 1) 100% );  
}
.txt_con_003_inner{
  max-width: 1500px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap:wrap;
}
.txt_con_003_item {
    width: 23%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    margin-right: 2%;
    margin-bottom: 20px;
}
.txt_con_003_inner_inner{
  overflow: hidden;
}
.txt_con_003_inner_inner .txt_con_003_img{
  float: left;
  width: 40%;
  margin-right: 5%;
}
.txt_con_003_inner_inner .txt_con_003_img img{
  width: 100%;
  height: auto;
}
.txt_con_003_inner_inner .txt_con_003_txt{
  float: left;
  width: 55%;
}
.txt_con_003_inner_inner .txt_con_003_txt p{
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}
.txt_con_003_titile{
  font-size: 24px;
  margin-left: 10px;
}
.bottom_item_001{
  width: 280px;
  margin-top: 20px;
}
.bottom_item_001 img{
  width: 100%;
  height: auto;
}
.txt_con_003_item{
-moz-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
  position: relative;
}
.txt_con_003_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f1f1f1 transparent transparent transparent;
    border-width: 70px 70px 0 0px;
}
.ibox_introduction_inner{
  padding: 50px 50px 100px;
  position: relative;
  z-index: 1;
}

.ibox_introduction_inner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../image/overview/spec_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.txt_con_003 .inner_1000{
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.introduction_sub_title{
  text-align: center;
  margin: 10px 0 30px;
}
.introduction_sub_title p{
  color:#0080c7;
  font-size: 30px;
  margin-bottom: 10px;
}
.introduction_sub_title p span{
  border-bottom: 3px solid #ffff2e;
  color:#0080c7;
  font-size: 30px;
  margin-bottom: 10px;  
}
.introduction_txt_001{
    color: #0080c7;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: right;
    font-weight: bold;
}

.txt_con_003 .inner_1000 .introduction_company{
  width: 30%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}
.txt_con_003 .inner_1000 .introduction_company .logo_image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
  width: 100%;
  min-height: 130px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.txt_con_003 .inner_1000 .introduction_company img{
  width: 100%;
  height: auto;
}
.tx2100_con{
  max-width: 1000px;
  margin: 100px auto;
}
.tx2100_con .tx2100_box{
  width: 100%;
  margin-bottom: 50px;
}
.tx2100_con .tx2100_box img{
  width: 100%;
  height: auto;
}
.youtube {
     position: relative;
}
 
.youtube iframe {
     position: relative;
     width: 100%;
     height: 26vw;
     max-height: 300px;
     margin: auto;
}

.catalog_link {
  padding: 0px 0 90px;
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

.catalog_link .catalog_link_btn {
  margin: 0 5px 10px;
  border: 2px solid #0080c7;
  padding: 4px 12px;
  background-color: #0080c7;
  border-radius: 30px;
}

.catalog_link .catalog_link_btn span {
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}


.pulldown {
  position: relative;
}

.pulldown::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 100%;
  height: 8px;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
}

.pulldown:hover::before {
  opacity: 1;
  visibility: visible;
}

header nav .pulldown:hover a h2::before {
  width: 100%;
}

.pulldown-menu {
  display: flex;
  flex-direction: column;
  justify-content: start;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  /* background-color: #ffffff; */
  transition: .4s ease;
  width: 240px;
  line-height: 1.6;
  border-radius: 10px;
  padding: 10px 0;
  overflow: hidden;
}

.pulldown:hover .pulldown-menu {
  opacity: 1;
  visibility: visible;
}

.pulldown-menu a {
  border-left: 0px solid #A8E0FF;
  /* border-bottom: 1px solid #A8E0FF; */
  position: relative;
  color: #ffffff;
  padding: 8px 0;
  transition: .4s ease;
}

.pulldown-menu a:first-of-type {
  /* border-top: 1px solid #A8E0FF; */
}

.pulldown-menu a::before {
  position: absolute;
  content: "";

}

.pulldown-menu a:hover {
  background-color: #ffffff;
  color: #0080c7;
}

.pulldown-menu a .underline {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  transition: .4s ease;
}

.pulldown-menu a:hover span {
  color: #0080c7;
  border-bottom: 1px solid #0080c7;
}

.pulldown-menu .other {
  padding: 20px 0;
}

/*----------------------------------------------------------------

221201　yadocar-i　ダウンロードフォーム

----------------------------------------------------------------*/
.yadocar-i_contact.contact .contact-inner {
    max-width: 900px;
    width: 90%;
	padding-top: 140px;
	padding-bottom: 100px;
	margin-right: auto!important;
    margin-left: auto!important;
}
.yadocar-i_contact.contact .contact-inner .f_exo {
    font-family: "Exo", sans-serif;
	color: #e5e7ed;
	font-size: 160px;
	text-align: center!important;
	font-weight: 700!important;
}
.yadocar-i_contact.contact .contact-inner h3 {
    margin-top: -110px;
	color: #006098;
	font-size: 36px;
	margin-bottom: 100px;
	text-align: center!important;
	font-weight: 700!important;
}
.yadocar-i_contact.contact .contact-inner p span{
font-size: 14px;
color: white;
line-height: 1.6;
background-color: #e5352b;
padding: 1px 8px;
margin-left: 5px;
}
.yadocar-i_contact.contact .contact-inner .submit_btn{
background-color: #7f2100;
width: 450px;
height: 80px;
border-radius: 100px;
position: relative;
z-index: 1;
transition: .4s ease;
text-align: center;
margin: 80px auto 0;
}
.yadocar-i_contact.contact .contact-inner .submit_btn .form_contact_btn {
    position: absolute;
    content: "";
    left: 0;
    top: -30px;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(135deg, #f1a32e, #e5352b);
    z-index: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    padding-bottom: 5px;
	font-size: 30px;
	font-weight: 700;
	
}
.yadocar-i_contact.contact .contact-inner .submit_btn .form_contact_btn:hover {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.yadocar-i_contact .contact_p_txt01{
    margin-bottom: 40px;
	    text-align: center!important;
		font-weight: 700;
}
.yadocar-i_contact .txt_left_sp{
font-size: 16px;
text-align: center!important;
}
.yadocar-i_contact .download-btns{
align-items: center!important;
justify-content: center!important;
width: 100%!important;
display: flex!important;
}
.yadocar-i_contact .download-btn {
    background-color: #7f2100;
    width: 100%;
    height: 100px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 60px;
    margin-bottom: 60px;
}
.yadocar-i_contact .download-btn span {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(135deg, #f1a32e, #e5352b);
    z-index: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    padding-bottom: 5px;
	line-height: 1.6;
	text-align: center;
	font-size: 18px;
	font-weight: 700!important;
	padding-top: 30px;
}
.yadocar-i_contact .download-item {
    width: 46%;
    margin: 0 2%;
}
.yadocar-i_contact .download-btn:hover{
opacity: 1!important;
top: 0;
}
.yadocar-i_contact .download-btn:hover span {
    z-index: -1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
  .banner {
    position: fixed;
    right: 0;
    top: 120px;
    z-index: 100;
  }
  .banner a {
    margin-bottom: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	display: block;
  }
  .banner a img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
.yadocar-i-sp{
display: none!important;
}

/*----------------------------------------------------------------

240520 調整分

----------------------------------------------------------------*/

.subsidy-target.subsidy-target2{
  left: 60px;
}


/*---------------------------
ヘッダロゴ変更
-----------------------------*/
.header_inner .logo.is-elpis img {
  width: 299px;
}

/*---------------------------
フッタロゴ変更
-----------------------------*/
.footer_title_addess.is-elpis img {
  width: 280px;
}




