@charset "UTF-8";

/* normalize, 変数(for Sass) */

/* mixin(for Sass) */

/* ベースの要素スタイル */

/* ライブラリ */

/* コンポーネント */

/* 共通レイアウト(header, footer, etc.) */

.block {
  display: block !important;
}

.contents-tlt {
  text-align: center;
  margin: 0px !important;
  padding: 40px 20px 40px 20px !important;
}

.contents-tlt img {
  margin: 0px;
}

.contents-tlt:after {
  display: none;
}

.toggle_open_btn {
  padding: 0px !important;
  cursor: pointer;
}

.toggle_open_btn img {
  margin: 0px;
  transition: 0.5s;
}

.toggle_open img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open_toggle_border {
  border-bottom: solid 1px #d4d4d4;
}

.h3-tlt_02 {
  font-size: 20px !important;
  font-weight: bold;
  margin: 0px !important;
}

.h3-tlt_02:after {
  background: #c3d83f !important;
}

.bg_gray {
  background-color: #f3f2f1;
}

.bg_green {
  background-color: #c3d83f;
}

.bg_black {
  background-color: #000;
}

.bg_white {
  background-color: #fff;
}

.contents_wrapper {
  position: relative;
  z-index: 10;
  max-width: 1380px;
  margin: auto;
}

.main_contents {
  position: relative;
}

.more-entry-link {
	text-align: center;
	margin: 40px 0;
}

.more-entry-link a {
	color: #fff!important;
	font-size: 2rem;
	line-height: 1.3;
}
.more-entry-link a:hover {
	text-decoration: none!important;
}

.col2h-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2h-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2h-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2h-contents_box_up {
  float: right;
  width: 55%;
}

.col2h-contents_box_low {
  float: left;
  width: 45%;
}

.col2-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2-contents_box_up {
  float: left;
  width: 50%;
  padding: 20px;
}

.col2-contents_box_low {
  float: right;
  width: 50%;
  padding: 20px;
}

.col2ov-contents {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2ov-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2ov-contents_box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2ov-contents_box_up {
  float: left;
  width: 70%;
  padding: 20px;
}

.col2ov-contents_box_low {
  float: right;
  width: 30%;
}

.col-reverse .col2-contents_box_up {
  float: right;
  width: 50%;
}

.col-reverse .col2-contents_box_low {
  float: left;
  width: 50%;
}

.col-reverse .col2ov-contents_box_up {
  float: right;
  width: 70%;
}

.col-reverse .col2ov-contents_box_low {
  float: left;
  width: 30%;
  padding: 20px;
}

.col3-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col3-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col3-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 31%;
  margin: 1%;
  float: left;
  margin: 21px 1%;
}

.col3-contents_box img {
  margin: 0px;
  width: 100%;
}

.col4-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col4-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col4-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 23%;
  margin: 1%;
  float: left;
  margin: 21px 1%;
}

.col4-contents_box img {
  margin: 0px;
  width: 100%;
}

.col1-contents {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.text-conts {
  padding: 60px;
}

.text-conts h3 {
  position: relative;
  opacity: 0;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 25px;
  padding-top: 0px;
  margin: 0px 0px 15px 0px;
  line-height: 40px;
}

.text-conts_box {
  position: relative;
  opacity: 0;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 26px;
  text-align: justify;
}

.qa_column .qa-col p {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-top: 15px;
}

/* ページごとのスタイル */

/*.index{
    background-image: url(../images/index/dr-top.jpg);
  background-repeat: no-repeat;
    background-position: center top;
    .wrapper{
      opacity: 0.7;
    }
}
/* ====================
mainvisual
=======================*/

.content-wrap.singular {
  width: 100%;
  padding-top: 85px !important;
}

.postid-4040 {
  background-color: #8c7d7d;
}

.postid-4040 .ct-hd {
  display: none;
}

.postid-4040 header.one-col {
  display: none;
}

.top-fv {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/jw31/fv_bg.png");
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 40px 0px;
}

.top-fv_contents {
  position: relative;
  text-align: center;
  z-index: 10;
  height: 690px;
}

.top-fv_contents .fv_footer {
  position: absolute;
  opacity: 0;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.top-fv_fv_pd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.a-top_fv_tlt {
  opacity: 0;
}

.jw31 {
  /*
    .col-reverse{
      .text-conts{
        right: -85px;
         @include max-screen($break_point_890) {
          right: -135px;
          padding:20px 20px 5px 20px;
         }
      }
    }
*/
}

.jw31 .top-col1_bg {
  background-image: url("../img/products/jw31/col1_img.png");
  opacity: 0;
}

.jw31 .top_col2_parent_bg {
  background-color: #000;
}

.jw31 .top-col2_bg {
  background-image: url("../img/products/jw31/col2_img.png");
  opacity: 0;
}

.jw31 .top-col2_bg_s {
  background-image: none;
  opacity: 0;
}

.jw31 .top-col4_bg {
  opacity: 0;
  background-image: url("../img/products/jw31/col4_img.png");
}

.jw31 .top-col5_bg {
  opacity: 0;
  background-image: url("../img/products/jw31/motor_bg.png");
}

.jw31 .top-col5_bg_s {
  background-image: none;
  opacity: 0;
}

.jw31 .top-mode01_bg {
  opacity: 0;
  background-image: url("../img/products/jw31/mode@2x.png");
  background-size: 100%;
}

.jw31 .top-mode02_bg {
  opacity: 0;
  background-image: url("../img/products/jw31/soft_img@2x.png");
}

.jw31 .top-mode03_bg {
  opacity: 0;
  background-image: url("../img/products/jw31/eco_img@2x.png");
}

.jw31 .top-spec_bg {
  opacity: 0;
  background-image: url("../img/products/jw31/spec_img@2x.png");
}

.jw31 .top_sec02 {
  background-color: #383027;
}

.jw31 .top_sec02 .col2h-contents_box_low .text-conts_img {
  opacity: 0;
}

.jw31 .top_sec02 .col2h-contents_box_low .text-conts_img img {
  width: 70%;
  max-width: 400px;
}

.jw31 .top_sec03 .col2-contents_box_up img {
  opacity: 0;
  width: 70%;
  max-width: 436px;
  margin: auto;
}

.jw31 .top_sec03 .col2-contents_box_up {
  padding: 0px;
}

.jw31 .top_sec03 .col2-contents_box_up img {
  width: 100%;
  max-width: 100%;
}

.jw31 .top_sec04 .text-conts_img {
  opacity: 0;
  text-align: right;
}

.jw31 .jw31-step-contents .col2ov-contents_box {
  display: block;
}

.jw31 .jw31-step-contents .col_bg {
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: 42vw !important;
}

.jw31 .jw31-step-contents .col_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.jw31 .jw31-step-contents .col2ov-contents_box_low {
  height: 42vw;
}

.jw31 .jw31-step-contents .text-conts_box {
  margin-bottom: 0px;
}

.jw31 .jw31-step-contents .step-text_box {
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
}

.jw31 .jw31-step-contents .step-text_box .sm {
  font-size: 10px;
  margin-top: 10px;
  line-height: 17px;
  font-weight: bold;
  padding-bottom: 0;
}

.jw31 .jw31-step-contents .text-conts {
  position: absolute;
  right: 30px;
  bottom: 4%;
  background-image: url(../img/products/jw31/step_bg.png);
  width: 36vw;
  max-width: 470px;
  min-width: 365px;
  height: auto;
  padding: 30px 30px 15px 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.jw31 .jw31-step-contents .text-conts h3 {
  margin-top: 0px;
  padding-top: 0px;
}

.jw31 .jw31-step-contents .text-conts h3:after {
  background: #fff;
}

.jw31 .jw31-step-contents .text-conts img {
  display: block;
  margin: 0px 0px 20px 0px;
}

.jw31 .jw31-step_column {
  padding-bottom: 50px;
}

.jw31 .jw31-step2 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.jw31 .jw31-step2 .col2ov-contents_box_low .text-conts {
  min-height: 360px;
  bottom: -3%;
}

.top_spec {
  background-color: #000;
}

.top_spec .jw31_spec img {
  margin: 40px;
}

.jw31 .valiationarea h3{
	text-align: center;
}
.jw31 .valiationarea p{
	text-align: center;
    background: #fff;
    padding: 0.3rem;
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #cc0000 !important;
}

.u-c-green {
  color: #00a496 !important;
}

.u-c-blue {
  color: #334c9a !important;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

@media screen and (min-width: 736px) {
  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }
}

@media screen and (max-width: 1200px) {
  .text-conts h3 {
    font-size: 2vw;
    line-height: 3.3vw;
  }

  .text-conts_box {
    font-size: 1.4vw;
    line-height: 2.2vw;
  }
}

@media screen and (max-width: 1120px) {
  .jw31 .jw31-step2 {
    margin-top: 9%;
  }
}

@media screen and (max-width: 1030px) {
  .jw31 .jw31-step-contents .text-conts {
    bottom: -10px;
  }
}

@media screen and (max-width: 1000px) {
  .jw31 .jw31-step2 {
    margin-top: 12%;
  }
}

@media screen and (max-width: 960px) {
  .jw31 .jw31-step-contents .step-text_box {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width: 890px) {
  .jw31 .jw31-step-contents .col_bg {
    width: 55%;
  }

  .jw31 .jw31-step-contents .text-conts h3 {
    line-height: 32px;
  }

  .jw31 .jw31-step-contents .text-conts img {
    width: 100px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 770px) {
  .col_bg {
    height: 290px !important;
  }

  .col2h-contents {
    height: auto;
  }

  .col2h-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col2-contents {
    height: auto;
  }

  .col2-contents_box {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .col2ov-contents {
    height: auto;
  }

  .col2ov-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col-reverse .col2-contents_box_up {
    width: 100%;
  }

  .col-reverse .col2-contents_box_low {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2ov-contents_box_up {
    width: 100%;
  }

  .col-reverse .col2ov-contents_box_low {
    width: 100%;
  }
  
  .col3-contents {
	    height: auto;
	}
		
	.col3-contents_box {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 7rem;
	}


  .col4-contents {
    height: auto;
  }

  .col4-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .text-conts {
    padding: 40px 20px;
  }

  .text-conts h3 {
    font-size: 22px;
    line-height: 25px;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900 !important;
  }

  .text-conts_box {
    font-size: 14px;
    line-height: 23px;
  }

  .qa_column .col2-contents_box_low {
    padding-top: 0px;
  }

  .top-fv_contents {
    height: 97vw;
    padding: 20px;
    min-height: 390px;
  }

  .top-fv_contents .fv_footer {
    width: 90%;
  }

  .jw31 .top-col2_bg {
    background-image: none;
    background-color: #000;
  }

  .jw31 .top-col2_bg_s {
    background-image: url("../img/products/jw31/col2_img_s@2x.png");
  }

  .jw31 .top-col5_bg {
    background-image: none;
    background-color: #000;
  }

  .jw31 .top-col5_bg_s {
    background-image: url("../img/products/jw31/motor_bg_s@2x.png");
    background-size: contain !important;
    height: 240px !important;
  }

  .jw31 .top-mode01_bg {
    height: 60vw !important;
  }

  .jw31 .top-spec_bg {
    background-image: url("../img/products/jw31/spec_img_s@2x.png");
    background-size: contain;
    height: 60vw !important;
  }

  .jw31 .top_sec03 .col2-contents_box_up img {
    width: 100%;
  }

  .jw31 .top_sec04 .text-conts_img {
    text-align: center;
  }

  .jw31 .jw31-step-contents {
    display: block;
  }

  .jw31 .jw31-step-contents .col_bg {
    width: 100%;
  }

  .jw31 .jw31-step-contents .col2ov-contents_box_low {
    height: auto;
  }

  .jw31 .jw31-step-contents .text-conts {
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 100%;
    min-width: 90%;
    max-height: 100%;
    top: -10px;
    bottom: inherit;
    right: inherit;
  }

  .jw31 .jw31-step-contents .text-conts h3 {
    font-size: 18px;
  }

  .jw31 .jw31-step_column {
    padding-bottom: 30px;
  }

  .jw31 .jw31-step2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .top_spec .jw31_spec {
    margin: auto;
  }

  .top_spec .jw31_spec img {
    margin: auto;
  }
}

/*video*/
.jw31 .top_secvideo{
	margin: 30px 0;
}
.jw31 .fluid-width-video-wrapper {
	padding: 0!important;
}
.jw31 .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	position: static;
    top: 0;
	left: 0;
    width: 600px;
    height: 315px;
}

@media screen and (max-width: 736px) {
	.jw31 .top_secvideo .text-conts{
		padding: 0;
	}
	.jw31 .top_secvideo .col2-contents_box_up:first-child{
		padding-bottom: 0;
	}
	.jw31 .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    	position: static;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
}

/*manualpdf*/
.jw31 .specarea .txtafter {
    text-align: center;
    background: #fff;
    padding: 0.3rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
	.contents-tlt img {
    	margin: 0 auto;
		text-align: center;
	}
}