@charset "UTF-8";
/** pxからvwへ変換関数 **/
/* margin */
.mb_1 {
  margin-bottom: 1rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

/* margin */
@media screen and (min-width: 768px) {
  .mb_0_pc {
    margin-bottom: 0 !important;
  }
  .mb_2_pc {
    margin-bottom: 2rem !important;
  }
  .mb_4_pc {
    margin-bottom: 4rem;
  }
  .mb_6_pc {
    margin-bottom: 6rem;
  }
  .mb_8_pc {
    margin-bottom: 8rem;
  }
  .pc_text_left {
	  text-align: left !important;
  }
}

.font_blue {
  color: #005093;
}
.no_padding {
  padding: 0px !important;	
}

.s-main {
  /*background-color パターン*/
}

.s-main .bg_gray {
  background-color: #eee;
}

.s-main .bg_light_blue {
  background-color: #F1F5F9 !important;
}

.s-main .bg_light_orange {
  background-color: #E0715C;
}

.s-main .bg_light_green {
  background-color: #3AAD73;
}

.s-main .bg_light_green {
  background-color: #3AAD73;
}

.s-main .bg_light_pink {
  background-color: #DB85DB;
}

.s-main .bg_light_yellow {
  background-color: #FFFFB7 !important;
}

.s-main .bg_red {
  color: #fff !important;
  background-color: #ff0000  !important;
  font-size: 1.2rem !important;
  padding: .5rem;
  text-align: center !important;
}
.s-main .color_red {
	color: #DD0000 !important;
}

.s-main .small_svg {
  width: 8px;
}

.s-main .title_underline_gray {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.s-main .title_blue {
  font-size: 2.2rem;
  font-weight: 500;
  color: #005093;
  margin-bottom: 2rem;
}

.s-main .title_blue_lg {
  font-size: 2.8rem !important;
  font-weight: 500;
  color: #005093;
  text-align: center;
  margin-bottom: 3rem;
}

.s-main .text-center {
  text-align: center !important;
}

.s-main a:hover .end_pdf path {
  fill: #fff;
  stroke: transparent !important;
}

.s-main ul.list_disc li {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-main ul.list_disc li:before {
  content: "・";
  color: #005093;
}

.s-main ol.list_disc li {
  counter-increment: count-number01;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-main ol.list_disc li:before {
  content: counter(count-number01);
  color: #005093;
  padding-right: 1rem;
}

.s-main .flex_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5rem;
}

.s-main .flex_btns li {
  width: 32%;
  margin-bottom: 2rem;
  position: relative;
}
.s-main .flex_btns li a {
  font-size: 16px;
  text-align: center;
  background-color: #EEE;
  padding: 1.5rem 0;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .s-main .flex_btns li a {
    height: 70px;
  }
}

.s-main .flex_btns li a:hover {
  color: #fff;
  background-color: #005093;
}

.s-main .flex_btns li a:hover path {
  stroke: #fff;
}

.s-main .flex_btns li a:hover .outbound {
  fill: #fff;
}

.s-main .flex_btns li a:hover .outbound .svg-white {
  fill: #fff;
  stroke: transparent;
}

.s-main .flex_btns li svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
}

.s-main .areas li a {
  height: 130px;
  padding: 1.5rem 0 3rem;
}

.s-main .areas li a h3 {
  font-size: 2rem;
}

.s-main .areas li a p {
  font-size: 1.4rem;
}

.s-main .areas li a svg {
  right: auto;
  top: auto;
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.s-main .areas:after {
  content: "";
  width: 32%;
}

.s-main .lists {
  background-color: #F1F5F9;
}

.s-main .lists .content .cta {
  margin-bottom: 6rem;
}

.s-main .lists .content .cta a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #005093;
  background-color: #fff;
  padding: .5rem 1.5rem;
  border-radius: 20px;
  margin-right: .5rem;
  margin-bottom: 1rem;
}

.s-main .lists .content .cta .active {
  color: #fff;
  background-color: #005093;
}

.s-main .lists .content .filter a {
  position: relative;
}

.s-main .lists .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-main .lists .content ul li {
  width: 23%;
  margin-bottom: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-main .lists.es-lists .content ul li {
  width: 32%;
    margin-right: 1%;
}
.s-main .lists.es-lists .content ul li:last-child {
    margin-right: 0;
}

.s-main .lists .content ul li .inner_img {
  width: 240px;
  height: 240px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
}
.s-main .lists.es-lists .content ul li .inner_img {
  width: 100%;
  height: auto;
  background-color:none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
}

.s-main .lists .content ul li .inner_img img {
  width: 100%;
  height: auto;
}

.s-main .lists .content ul li h3 {
  color: #005093;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.s-main .lists .content ul li p {
  font-size: 1.6rem;
  font-weight: 500;
}

.s-main .lists .content ul:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.s-main .lists .content ul:after {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}

.s-main .lists .area_block {
  padding-top: 9rem;
  margin-top: -9rem;
  margin-bottom: 8rem;
}

.s-main .lists .area_company {
  width: 100%;
}

.s-main .lists .area_company th {
  border: 1px solid #fff;
  padding: 1.5rem 1rem;
  text-align: left;
  font-size: 1.8rem;
}

.s-main .lists .area_company td {
  border: 1px solid #fff;
  padding: 1.5rem 1rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8;
}

.s-main .lists .area_company td span {
  margin-right: 2rem;
}

.s-main .lists .area_company td img {
  margin-left: 2rem;
  position: relative;
  top: 3px;
}



.s-main .kv {
  height: 400px;
  margin-bottom: 8rem;
}

.s-main .kv h1 {
  font-size: 40px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-main #products {
  background-image: url("../img/products/kv_products.jpg");
}

.s-main .kv.cbt {
    background-size: contain;
    background-color: #000;
  /*background-image: url("../img/products/cbt/kv-cbt.jpg");*/
}

/*KV バッテリー*/
.s-main .cbt_01{
	background-image: url("../img/products/cbt/kv_cbt_01.jpg");
}
.s-main .cbt_02{
	background-image: url("../img/products/cbt/kv_cbt_02.jpg");
}
.s-main .cbt_03{
	background-image: url("../img/products/cbt/kv_cbt_03.jpg");
}
.s-main .cbt_tuflong{
	background-image: url("../img/products/cbt/kv_cbt_tuflong.jpg");
}
/*フォークリフト個別cssここから*/
@media screen and (min-width: 768px){
    .s-main .lists.forklift__list .content ul{
        justify-content: center;
    }
    .s-main .lists.forklift__list .content ul::after,
    .s-main .lists.forklift__list .content ul::before{
        display: none;
    }
    .s-main .lists.forklift__list .content ul li{
        width: 22%;
    }
}
/*フォークリフト個別cssここまで*/
@media screen and (min-width: 768px) and (max-width: 1169px){
    .s-main .lists.forklift__list .content ul li{
        width: 45%;
    }
}
@media screen and (max-width: 767px) {
	.s-main .cbt h1 {
		position: static !important;
		padding: 0 !important;
	}
	.s-main .cbt {
		height: auto !important;
	}
}


.s-main .acbt {
  background-image: url("../img/products/acbt/kv-acbt.jpg");
}

.s-main .sb {
  background-image: url("../img/products/sb/kv-sb.jpg");
}

.s-main .es {
  background-image: url("../img/products/es/kv-es.jpg");
}

.s-main .sds {
  background-image: url("../img/products/sds/kv-sds.jpg");
}

.s-main .scs {
  background-image: url("../img/products/ll/kv-ll.jpg");
}

.s-main .forklift {
  background-image: url("../img/products/forklift/kv-forklift.jpg");
}

.s-main .bg_gray_img {
  background-image: url("../img/products/grayback_img.jpg");
  margin-bottom: 0px;
}
.s-main .bg_gray_img h1{
  color: #333;
}

.s-main .cbt h1 {
  color: #fff;
  font-size: 28px;
  position: relative;
  left: 23%;
}

.s-main .es h1,
.s-main .forklift h1,
.s-main .sds h1{
  right: 23%;
  left: inherit;
}

.s-main .forklift h1.f-none {
  font-size: 0;
}

.s-main .scs h1{
  right: 18%;
  left: inherit;
}

.s-main .kv-slider {
  margin-bottom: 8rem;
}

.s-main .kv-slider .kv {
  position: relative;
  margin-bottom: 0;
}

.s-main .content_main h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
}

.s-main .kv_product img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.s-main .product_content_main {
  padding: 6rem 0;
}

.s-main .product_content_main h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #005093;
  text-align: center;
  margin-bottom: 3rem;
}

.s-main .product_content_main p {
  max-width: 800px;
  color: #666;
  margin: 0 auto 5rem;
  text-align: center;
  line-height: 1.8;
}

.s-main .product_content_main .w1100 h4 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.s-main .product_content_main .instruction_notes {
  margin-bottom: 4rem;
}

.s-main .product_content_main .instruction_notes ul li {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-main .product_content_main .instruction_notes ul li:before {
  content: "・";
  color: #005093;
  padding-left: 2rem;
}

.s-main .product_content_main .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}

.s-main .product_content_main .feature li {
  color: #fff;
  text-align: center;
  -ms-flex-preferred-size: 24.3%;
      flex-basis: 24.3%;
  height: 70px;
  -webkit-box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.16);
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  background-color: #1177BE;
}

.s-main .product_content_main .feature .no_shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent !important;
}

.s-main .product_content_main .notes {
  max-width: 800px;
  margin: 0px auto;
  color: #666;
  margin-bottom: 8rem;
}

.s-main .product_content_main .notes li {
  font-size: 1.4rem;
}

.s-main .product_content_main .notes li span {
  margin-right: 1rem;
}

.s-main .product_content_main .product_materials_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6rem;
}

.s-main .product_content_main .product_materials_btns a {
  display: block;
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  height: 70px;
  background-color: #eee;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-main .product_content_main .product_materials_btns a img {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.s-main .product_content_main .product_materials_btns a:first-child {
  margin-right: 2rem;
}

.s-main .product_content_main .product_materials_btns.col_3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-main .product_content_main .product_materials_btns.col_3 a {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

.s-main .product_content_main .product_materials_btns.col_3 a:first-child {
  margin-right: 0;
}

.s-main .product_content_main .link_shop {
  padding: 5rem 0;
  background-color: #F1F5F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-main .product_content_main .link_shop a {
  display: block;
  background-color: #fff;
  border: 1px solid #fff;
  -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
  text-align: center;
  color: #005093;
  font-size: 2rem;
  padding: 2rem 0;
  border-radius: 50px;
  position: relative;
}

.s-main .product_content_main .link_shop a svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3rem;
}

.s-main .product_content_main .link_shop a:hover {
  color: #fff;
  background-color: #005093;
  border: 1px solid #005093;
}

.s-main .product_content_main .link_shop a:hover path {
  stroke: #fff;
}

.s-main .product_content_main .link_shop a:first-child {
  margin-right: 4rem;
}

.s-main .product_content_main .link_shop p {
  width: 100%;
  margin: 0;
  padding-top: 3rem;
}

.s-main .product_about {
  max-width: 1100px;
  width: 100%;
  margin: 0px auto;
  padding: 3rem 0;
}

.s-main .product_about .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-main .product_about .flex .flex_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 300px;
}

.s-main .product_about .flex .flex_text h3 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  letter-spacing: .25rem;
}

.s-main .product_about .flex .flex_text h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.s-main .product_about .flex .flex_text p {
  color: #666;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.s-main .product_about .flex .flex_text .notes {
  font-size: 1.4rem;
}

.s-main .product_about .flex .flex_text .notes span {
  margin-right: 1rem;
}

.s-main .product_about .flex .flex_text a {
  color: #005093;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: .25rem;
  margin-bottom: 1rem;
}

.s-main .product_about .flex .flex_text a svg {
  margin-right: .5rem;
}

.s-main .product_about .flex .flex_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-main .product_about .flex_normal .flex_text {
  padding-right: 4rem;
}

.s-main .product_about .flex_normal .flex_text a {
  bottom: 2rem;
  right: 4rem;
}

.s-main .product_about .flex_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.s-main .product_about .flex_reverse .flex_text {
  padding-left: 4rem;
}

.s-main .product_about .flex_reverse .flex_text a {
  bottom: 2rem;
  right: 4rem;
}

.s-main .product_about .w50_50 > div {
  width: 50%;
}

.s-main .product_about .w70_30 .flex_text {
  width: 70%;
}

.s-main .product_about .w70_30 .flex_text_p_left {
  padding-right: 4rem;
}

.s-main .product_about .w70_30 .flex_img {
  width: 30%;
}

.s-main .product_about .w80_20 .flex_text {
  width: 80%;
}

.s-main .product_about .w80_20 .flex_img {
  width: 20%;
}

.s-main .product_about .w30_70 .flex_text {
  width: 30%;
}

.s-main .product_about .w30_70 .flex_img {
  width: 70%;
}

.s-main .product_about .w20_80 .flex_text {
  width: 20%;
}

.s-main .product_about .w20_80 .flex_img {
  width: 80%;
}

.s-main .product_about .flex_pattern_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-main .product_about .flex_pattern_01 h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.s-main .product_about .flex_pattern_01 .flex_img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-main .product_about .flex_pattern_01 .flex_img > div {
  width: 40%;
}

.s-main .product_about .flex_pattern_01 .flex_img > div img {
  margin-bottom: 1rem;
}

.s-main .product_about ul.list_disc li {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-main .product_about ul.list_disc li:before {
  content: "・";
  color: #005093;
}

.s-main .product_about ol.list_disc li {
  counter-increment: count-number01;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-main .product_about ol.list_disc li:before {
  content: counter(count-number01);
  color: #005093;
  padding-right: 1rem;
}

.s-main .materials_detail {
  width: 800px;
  margin: 0px auto 8rem;
}

.s-main .materials_detail tr th, .s-main .materials_detail tr td {
  border: 1px solid #fff;
  padding: 1.5rem 1rem;
  text-align: center;
}

.s-main .materials_detail tr th {
  background-color: #ccc;
}

.s-main .materials_detail tr td {
  background-color: #eee;
}

.s-main .model_table {
  margin-top: 8rem;
}

.s-main .model_table h4 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.s-main .model_table table {
  width: 100%;
  margin-bottom: 2rem;
}

.s-main .model_table table tr th, .s-main .model_table table tr td {
  border: 1px solid #fff;
  padding: 1.5rem 1rem;
  text-align: center;
}

.s-main .model_table table tr th {
  background-color: #ccc;
}

.s-main .model_table table tr td {
  background-color: #eee;
}

.s-main .model_table table tr .text-left {
  text-align: left;
}

.s-main ul.model_notes {
  margin-bottom: 2rem;
}

.s-main ul.model_notes li {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.s-main ul.model_notes li span {
  margin-right: 1rem;
}

.s-main .is-animated {
  -webkit-animation: .6s zoom-in;
          animation: .6s zoom-in;
}

.no_kv .content_main {
  margin-top: 6rem;
}

.no_kv .content_main h2 {
  margin-bottom: 2rem;
}

.no_kv .content_main .areas {
  padding-top: 6rem;
}


@media screen and (min-width: 769px) and (max-width: 1300px) {

.s-main .kv.cbt {
    background-size: cover;
}
}

@media screen and (min-width: 768px) and (max-width: 1169px) {
  .s-main .content_main {
    padding: 6rem 3rem 0 3rem;
  }
    .inquiry-area > section{
        margin-top: -6rem !important;
    }
  .s-main .flex_btns li {
    width: 48%;
  }
  .s-main .lists .content ul li {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s-main .lists .content ul li .inner {
    width: 100%;
  }
  .s-main .lists .content ul li .inner .inner_img {
    width: 100%;
    height: 300px;
  }
  .s-main .product_content_main h2 {
    font-size: 24px;
    padding: 0 3rem;
  }
  .s-main .product_content_main p {
    padding: 0 3rem;
  }
  .s-main .product_content_main .w1100 h4 {
    padding: 0 3rem;
  }
  .s-main .product_content_main .feature {
    padding: 0 3rem;
  }
  .s-main .product_content_main .feature li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 1rem;
  }
  .s-main .product_content_main .notes {
    padding: 0 3rem;
  }
  .s-main .product_content_main .product_materials_btns {
    padding: 0 3rem;
  }
  .s-main .product_content_main .product_materials_btns a {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .s-main .product_content_main .product_materials_btns.col_3 a {
    font-size: 1.4rem;
  }
  .s-main .product_content_main .link_shop {
    padding: 4rem 2rem;
  }
  .s-main .product_content_main .link_shop a {
    font-size: 1.6rem;
  }
  .s-main .product_about {
    padding: 0 3rem;
  }
  .s-main .product_about .flex {
    margin-bottom: 4rem;
  }
  .s-main .product_about .flex .flex_text a {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .s-main {
    margin-bottom: 5rem;
    /*margin*/
  }
  .s-main .kv h1 {
    font-size: 5.33333vw;
  }
  .s-main .title_underline_gray {
    font-size: 4.26667vw;
  }
  .s-main .flex_btns li {
    width: 100%;
  }
  .s-main .title_blue_lg {
    font-size: 4.8vw !important;
    margin-bottom: 2rem !important;
    padding: 0 4vw !important;
  }
  .s-main .scroll-box {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .s-main .scroll-box table {
    display: block;
    margin: 0 !important;
  }
  .s-main .scroll-box table tbody {
    display: table;
    width: 100%;
  }
  .s-main .title_blue {
    font-size: 4vw;
  }
  .s-main .sp_height_0 {
    height: 0 !important;
    min-height: 0 !important;
  }
  .s-main .mb_1_sp {
    margin-bottom: 1rem;
  }
  .s-main .mb_2_sp {
    margin-bottom: 2rem;
  }
  .s-main .mb_3_sp {
    margin-bottom: 3rem;
  }
  .s-main .content_main {
    padding: 0 4vw;
  }
  .s-main .content_main h2 {
    font-size: 5.33333vw;
  }
  .s-main .lists .content ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .s-main .lists .content ul li .inner_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .s-main .lists .content ul li h3 {
    font-size: 5.06667vw;
  }
  .s-main .lists .content ul li p {
    font-size: 4vw;
  }
  .s-main .product_content_main {
    padding: 10.66667vw 0;
  }
  .s-main .product_content_main h2 {
    font-size: 4.8vw;
    text-align: left;
    margin-bottom: 2rem;
    padding: 0 4vw;
  }
  .s-main .product_content_main p {
    font-size: 3.73333vw;
    text-align: left;
    margin: 0 0 3rem 0;
    padding: 0 4vw;
  }
  .s-main .product_content_main .w1100 {
    padding: 0 4vw;
  }
  .s-main .product_content_main .w1100 h3 {
    font-size: 5.33333vw;
  }
  .s-main .product_content_main .w1100 h4 {
    font-size: 4vw;
  }
  .s-main .product_content_main .feature {
    margin-bottom: 2rem;
  }
  .s-main .product_content_main .feature li {
    font-size: 3.2vw;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 1rem;
  }
  .s-main .product_content_main .notes {
    margin-bottom: 4rem;
  }
  .s-main .product_content_main .notes li {
    font-size: 2.66667vw;
  }
  .s-main .product_content_main .product_materials_btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-main .product_content_main .product_materials_btns a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 3.46667vw;
  }
  .s-main .product_content_main .product_materials_btns a:first-child {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .s-main .product_content_main .product_materials_btns.col_3 a {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-bottom: 2rem !important;
  }
  .s-main .product_content_main .product_materials_btns.col_3 a:last-child {
    margin-bottom: 0 !important;
  }
  .s-main .product_content_main .link_shop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-main .product_content_main .link_shop a {
    font-size: 3.46667vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 4vw;
  }
  .s-main .product_content_main .link_shop a:first-child {
    margin: 0 4vw 2rem;
  }
  .s-main .product_about .materials {
    padding: 0 4vw;
    margin-bottom: 8rem;
  }
  .s-main .product_about .materials .materials_detail {
    margin: 0;
  }
  .s-main .product_about .flex {
    margin-bottom: 4rem;
  }
  .s-main .product_about .flex > div {
    width: 100% !important;
  }
  .s-main .product_about .flex .flex_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
  .s-main .product_about .flex .flex_img img {
    width: 80%;
  }
  .s-main .product_about .flex .flex_text {
    padding-right: 0;
    padding: 0 4vw;
  }
  .s-main .product_about .flex .flex_text h3 {
    font-size: 5.33333vw;
  }
  .s-main .product_about .flex .flex_text h4 {
    font-size: 4.26667vw;
  }
  .s-main .product_about .flex .flex_text p {
    font-size: 3.73333vw;
  }
  .s-main .product_about .flex .flex_text p.notes {
    font-size: 2.93333vw;
    margin-bottom: 2rem;
  }
  .s-main .product_about .flex .flex_text a {
    font-size: 3.73333vw;
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .s-main .product_about .flex_normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .s-main .product_about .flex_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .s-main .product_about .flex_pattern_01 h4 {
    padding: 0 4vw;
  }
  .s-main .product_about .flex_pattern_01 .flex_img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-main .product_about .flex_pattern_01 .flex_img > div {
    width: 100%;
    padding: 0 4vw;
  }
  .s-main .product_about .flex_pattern_01 .flex_img > div img {
    display: block;
    margin: 0px auto 1rem;
  }
  .s-main .product_about .flex_pattern_01 .flex_img > div:first-child {
    margin-bottom: 4rem;
  }
  .s-main .product_about .flex_pattern_01 .flex_img .w70 {
    width: 70%;
  }
  .s-main .product_about .flex_pattern_01 .flex_img .w60 {
    width: 60%;
  }
  .s-main .model_table {
    padding: 0 4vw;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .s-main .model_table h4 {
    font-size: 5.33333vw;
  }
  .s-main ul.model_notes {
    padding: 0 4vw;
  }
  .s-main ul.model_notes li {
    font-size: 2.93333vw;
  }
  .no_kv .content_main {
    margin-top: 4rem;
  }
  .no_kv .content_main .areas {
    padding-top: 4rem;
  }
  .no_kv .content_main .areas li a {
    height: 100px;
  }
  .no_kv .content_main .areas li a h3 {
    font-size: 4.8vw;
  }
  .no_kv .content_main .areas li a p {
    font-size: 3.2vw;
  }
  .no_kv .lists .area_block .area_company td {
    font-size: 3.46667vw;
  }
  .no_kv .lists .area_block .area_company td span {
    display: block;
    margin-right: 0;
  }
  .no_kv .lists .area_block .area_company td img {
    display: block;
    width: 1.8rem;
    margin: 5px auto 0;
    position: static;
  }
  .no_kv .lists .area_block .area_company td:first-child {
    text-align: center;
  }
  .kv_span {
	font-size: 5.33333vw !important;
    position: absolute !important;
    top: 50%;
    bottom: auto !important;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
  }
  .kv_span.forklift_span {
    white-space: nowrap;
  }
  .kv_span.ttl-scs {
    width: 100%;
  }
  .s-main .bg_gray_img {
	  background-image: url("../img/products/sp_grayback_img.jpg");
	}
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

/*プライバシー*/
.privacy ol {
  padding-left: 2rem;
}

.privacy ol li {
  margin-bottom: 2rem;
}

.privacy ol li .under_ol {
  list-style-type: lower-latin;
}

.privacy ol li .under_ol li {
  margin-bottom: .5rem;
}

.privacy ol li a {
  color: #073190;
}

.guide ol {
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.guide ol li {
  margin-bottom: .5rem;
}

.guide ol li .under_ol {
  list-style-type: lower-latin;
}

.guide ol li .under_ol li {
  margin-bottom: .5rem;
}

.guide ol li a {
  color: #073190;
}

.guide .notes {
  padding-left: 2rem;
  list-style-type: square;
  margin-bottom: 2rem;
}

.guide .notes li {
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

/*基礎知識*/
.qanda .accordion_area .accordion_one {
  border-top: 1px solid #eee;
}

.qanda .accordion_area .accordion_one:last-child {
  border-bottom: 1px solid #eee;
}

.qanda .accordion_area .accordion_one .ac_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  padding: 3rem;
}

.qanda .accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 4rem 3rem 3rem 8rem;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.qanda .accordion_area .accordion_one .ac_inner img {
  margin-bottom: 1rem;
}

.qanda .accordion_area .accordion_one .ac_inner .p-faq__bodyinner {
  position: relative;
}

.qanda .accordion_area .accordion_one .ac_inner .p-faq__bodyinner span.num {
  position: absolute;
  top: 0;
  left: -5rem;
  font-size: 2rem;
  color: #E0715C;
}

.qanda .accordion_area .accordion_one .ac_inner .p-faq__bodyinner p {
  max-width: 100%;
  margin-bottom: 2rem;
}

.qanda .accordion_area .accordion_one .ac_header .p-faq__q-txt {
  color: #333;
  font-size: 2rem;
  margin: 0;
  text-align: left;
  width: 100%;
  padding-left: 5rem;
  position: relative;
}

.qanda .accordion_area .accordion_one .ac_header .p-faq__q-txt span {
  position: absolute;
  left: 0;
}

.qanda .accordion_area .accordion_one .ac_header.open {
  background-color: #1177BE;
}

.qanda .accordion_area .accordion_one .ac_header.open .p-faq__q-txt {
  color: #fff;
}

.qanda .accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #333;
  width: 0;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.9rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.qanda .accordion_area .accordion_one .ac_inner p {
  margin: 0;
  text-align: left;
  font-size: 1.8rem;
}

.qanda .accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #333;
  width: 20px;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
}

.qanda .accordion_area .accordion_one .ac_header.open .i_box:after {
  border-left: 2px solid #fff;
}

.qanda .accordion_area .accordion_one .ac_header.open .i_box:before {
  border-top: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .qanda .accordion_area .accordion_one .ac_header .p-faq__q-txt {
    font-size: 4vw;
    padding-left: 4rem;
  }
  .qanda .accordion_area .accordion_one .ac_header {
    padding: 2rem;
  }
  .qanda .accordion_area .accordion_one .ac_inner .p-faq__bodyinner span.num {
    font-size: 4vw;
  }
  .qanda .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .qanda .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 2.6rem;
  }
  .qanda .accordion_area .accordion_one .ac_inner {
    padding: 3rem 2rem 3rem 5.6rem;
  }
  .qanda .accordion_area .accordion_one .ac_inner .p-faq__bodyinner span.num {
    left: -3.4rem;
  }
  .qanda .accordion_area .accordion_one .ac_inner .p-faq__bodyinner p {
    font-size: 4vw;
    padding: 0;
  }
}

/*投稿ページ*/
.single-post .kv h1 {
	font-size: 2.8rem !important;
	color: #005093 !important;
}

.single-post .single-content h2 {
	font-size: 2.4rem;
    color: #005093;
    border-bottom: 1px solid #005093;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    text-align: left;
}

.single-post .single-content h3 {
	font-size: 2rem;
    color: #005093;
    background: #efefef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.single-post .single-content p {
	margin-bottom: 3rem;
}

.single-post .single-content ul {
	margin-bottom: 3rem;
	padding-left: 2.5rem;
}

.single-post .single-content ul li {
	list-style: disc;
	line-height: 1.8;
}

/*英語ページ*/
.s-main .list_en .content ul {
	display: block;
}

.s-main .list_en .content ul li {
	width: 100%;
}

.s-main .list_en .content ul li  .inner a {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.s-main .list_en .content ul li  .inner a .inner_text{
	width: 74%;
}

.s-main .content_main_en p {
	margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
	.s-main .list_en .content ul li .inner a {
		flex-wrap: wrap;
	}
	.s-main .list_en .content ul li .inner a .inner_text {
		width: 100%;
	}
}

.num_symbol {
	font-size: 1rem;
    margin-right: 0 !important;
}

.num_sybol_02 {
	font-size: 1rem;
    position: relative;
    top: -5px;
}
.num_sybol_03 {
	font-size: 1.2rem;
    position: relative;
    top: -12px;
}
.num_sybol_04 {
	font-size: 1rem;
    position: relative;
    top: -10px;
}
.num_sybol_05 {
	font-size: 1rem;
    position: relative;
    bottom: -6px;
}

.br_span {
	width: 100%;
}

.a_btn_right {
	color: #005093;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .25rem;
    margin-bottom: 1rem;
}

.sai_button {
	z-index: 1000;
}

.search-box label input {
    display: none; /* デフォルトのinputは非表示にする */
}
.search-box label span {
   font-size: 12px;
    display: inline-block;
    border: 1px solid #005093;
    background-color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}
.search-box label input:checked + span {
    color: #fff; /* 文字色を白に */
    background: #005093; /* 背景色を薄い赤に */
    border: 1px solid #005093; /* 淵の線を薄い赤に */
}

.is-hide {
  display: none;
}

.board_member td dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.board_member td dl dt, .board_member td dl dd{
  width: 25%;
}

.board_member td dl dd:last-child{
  width: 50%;
}

.board_member th {
  vertical-align: top;
}

.board_member td .notes {
  font-size: 1.3rem;
  display: block;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .board_member td {
    padding: 0 !important;
  }
  .board_member td dl {
    margin-bottom: 2rem;
    position: relative;
  }
  .board_member td dl dt, .board_member td dl dd {
    width: 50%;
    margin-bottom: 0.5rem;
    position: relative;
  }
  .board_member td dl dd:last-child{
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 2rem;
  }
  /*.board_member td dl dt:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ccc;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }*/
}
@media screen and (max-width: 768px) {
  .s-main .product_about .flex .flex_img .sp_w50{
    width: 50%;
  }
  .s-main .product_about .flex .img_center img {
	display: block;
	margin: 0px auto;
  }
  .s-main .product_about .w70_30 .flex_text_p_left {
	  min-height: auto;
	  margin-bottom: 2rem;
  }
}

.s-main .product_about .flex .flex_text .flex_reset {
  justify-content: flex-start;
  margin-right: 3rem;
}
.s-main .product_about .flex .flex_text .flex_reset:last-child {
  margin-right: 0;
}
.s-main .product_about .flex .flex_text .flex_text_btns {
  display: flex;
}
.s-main .product_about .flex .flex_text .font_blue .blue_box {
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #005093;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
}
.s-main .product_about .flex .flex_text .bg_blue {
  color: #fff;
  background-color: #005093;
  text-align: center;
  padding: 0.5rem;
}
.s-main .product_about .points_box {
  max-width: 800px;
  margin: 0px auto;
  border: 10px solid #80A9C9;
  padding: 4rem 6rem;
  box-sizing: border-box;
  
  display:flex;
  align-items: center;
  margin-bottom: 3rem;
}
.s-main .product_about .points_box img{
  margin-right: 3rem;
}
.s-main .product_about .points_box h3{
 font-size: 2.8rem;
 color: #005093;
}
.s-main .product_about .points_box p{
  font-size: 2rem;
}

.s-main .product_about .img {
  margin: 3rem 0;
}

@media screen and (max-width: 767px) {
  .s-main .product_about .points_box{
    margin: 0 4vw;
    flex-direction: column;
    padding: 2rem;
    margin-bottom: 4rem;
  }
  .s-main .product_about .points_box .sp_points_img {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
  .s-main .product_about .points_box img {
    width: 33%;
    margin-right: 0;
  }
  .s-main .product_about .points_box h3 {
    font-size: 5.2vw;
    width: 63%;
  }
  .s-main .product_about .points_box p {
    font-size: 4.8vw;
  }
  .s-main .product_about .flex .flex_text .bg_blue {
    text-align: left;
    padding: 0.5rem 2rem;
  }
  .s-main .product_about .flex .flex_text .flex_text_btns {
   flex-direction: column;
  }
  .s-main .product_about .flex .flex_text .font_blue .blue_box {
    font-size: 4vw;
  }
}

.pagenation {
	margin-top: 5rem;
}

.pagenation ul li {
	display: inline-block;
    border: 1px solid #ddd;
    transition: all .3s ease-out;
}
.pagenation ul li a{
	display: block;
	padding: 1rem 1.5rem;
}
.pagenation ul li a:hover{
	background-color: #F1F5F9;
}
.pagenation ul li.active {
	color: #fff;
	background-color: #005093;
	padding: 1rem 1.5rem;
}

.pagenation span {
	display: inline-block;
    border: 1px solid #ddd;
    transition: all .3s ease-out;
    color: #fff;
	background-color: #005093;
	padding: 1rem 1.5rem;
}
.pagenation a {
	display: inline-block;
    border: 1px solid #ddd;
    transition: all .3s ease-out;
    padding: 1rem 1.5rem;
}
.pagenation a:hover {
	background-color: #F1F5F9;
}

.cbt_news {
	background-color: #F1F5F9;
}

.cbt_news_content {
	max-width: 900px;
	width: 100%;
	margin: 0px auto 5rem;
	padding: 4rem 0;
}
.cbt_news h2 {
	margin-bottom: 2rem;
	text-align: center;
}
.cbt_news_inner dl {
	font-size: 1.5rem;
}
.cbt_news_inner .news_block {
	display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}
.cbt_news_inner .news_block:last-child {
	margin-bottom: 0px;
}

.cbt_news_inner .news_block span {
	display:inline-block;
	width: 110px;
}
.cbt_news_inner .news_block span.tag {
	color: #005093;
    background-color: #fff;
    text-align: center;
    margin-right: 2rem;
}
.cbt_news_inner .news_block dt{
    width: 28%;
}
.cbt_news_inner .news_block dd{
    width: 70%;
}

@media screen and (max-width: 767px) {
	.cbt_news {
		width: 100%;
	    padding: 3rem 2rem 2rem;
	    margin-bottom: 4rem;
	}
	.cbt_news_content {
		margin: 0 !important;
	}
	.cbt_news_content {
		padding: 0 !important;
	}
	.cbt_news h2{
		font-size: 4.5vw;
	}
	.cbt_news_inner .news_block {
		flex-wrap: wrap;
	}
	.cbt_news_inner .news_block dt {
		width: 100%;
		margin-bottom: .5rem;
	}
	.cbt_news_inner .news_block dd {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.cbt_news_inner .news_block dt {
	    width: auto;
	}
	.cbt_news_inner .news_block dd {
	    width: auto;
	}
}

/*# sourceMappingURL=pages.css.map */