@charset "UTF-8";
.bread-links {
  list-style: none;
	margin-bottom: 50px;
}

.bread-links .bread-links__item {
  font-size: 14px;
  display: inline-block;
}
.bread-links__item a:hover{
  opacity: .7;
}

.bread-links .bread-links__item::after {
  content: ">";
}

.bread-links .bread-links__item:last-child::after {
  content: "";
}

.bread-links .bread-links__item a {
  color: #2b383f;
  margin: 0 5px;
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .bread-links {
    background-color: #eceff1;
      box-sizing: border-box;
    padding: 10px;
    width: 110%;
      margin-bottom: 30px!important;
    margin-left: -5%;
  }
.bread-links .bread-links__item {
  font-size: 10px;
}

}

.syajiku-bgc {
  background-color: #5ec5f2;
}

.kanriki-bgc {
  background-color: #b81c22;
}

.front-bgc {
  background-color: #f6a800;
}

.rear-bgc {
  background-color: #61aa31;
}

.syajiku-img {
  background-image: url("/tiller/lineup/common/img/kv-syajiku.jpg");
}

@media screen and (max-width: 736px) {
  .syajiku-img {
    background-image: url("/tiller/lineup/common/img/kv-syajiku-sp.jpg");
  }
}

.syajiku-img02 {
  background-image: url("/tiller/lineup/common/img/kv-syajiku02.jpg");
}

@media screen and (max-width: 736px) {
  .syajiku-img02 {
    background-image: url("/tiller/lineup/common/img/kv-syajiku02-sp.jpg");
  }
}

.syajiku-img03 {
  background-image: url("/tiller/lineup/common/img/kv-syajiku03.jpg");
}

@media screen and (max-width: 736px) {
  .syajiku-img03 {
    background-image: url("/tiller/lineup/common/img/kv-syajiku03-sp.jpg");
  }
}

.syajiku-img04 {
  background-image: url("/tiller/lineup/common/img/kv-syajiku04.jpg");
}

@media screen and (max-width: 736px) {
  .syajiku-img04 {
    background-image: url("/tiller/lineup/common/img/kv-syajiku04-sp.jpg");
  }
}
.syajiku-img05 {
  background-image: url("/tiller/lineup/common/img/kv-syajiku05.jpg");
}

@media screen and (max-width: 736px) {
  .syajiku-img05 {
    background-image: url("/tiller/lineup/common/img/kv-syajiku05-sp.jpg");
  }
}

.front-img-cg {
  background-image: url("/tiller/lineup/common/img/kv-front-cg.jpg");
}

.front-img01 {
  background-image: url("/tiller/lineup/common/img/kv-front01.jpg");
}

@media screen and (max-width: 736px) {
  .front-img-cg {
    background-image: url("/tiller/lineup/common/img/kv-front-cg-sp.jpg");
  }
  .front-img01 {
    background-image: url("/tiller/lineup/common/img/kv-front01-sp.jpg");
  }
}

.rear-img01 {
  background-image: url("/tiller/lineup/common/img/kv-rear01.jpg");
}

@media screen and (max-width: 736px) {
  .rear-img01 {
    background-image: url("/tiller/lineup/common/img/kv-rear01-sp.jpg");
  }
}

.kanriki-img01 {
  background-image: url("/tiller/lineup/common/img/kv-kanriki01.jpg");
}

@media screen and (max-width: 736px) {
  .kanriki-img01 {
    background-image: url("/tiller/lineup/common/img/kv-kanriki01-sp.jpg");
  }
}

.kanriki-img02 {
  background-image: url("/tiller/lineup/common/img/kv-kanriki02.jpg");
}

@media screen and (max-width: 736px) {
  .kanriki-img02 {
    background-image: url("/tiller/lineup/common/img/kv-kanriki02-sp.jpg");
  }
}

.text--product-title {
  font-weight: bold;
}

.text--product-subTitle {
	display: block;
	font-weight: normal;
  font-size: 14px;
	line-height: 1.5;
}

#sec1 .text--product-title__description {
  font-weight: bold;
  font-size: 28px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.text--product-title .model-number {
  margin-left: 25px;
  font-size: 45px;
  /*vertical-align: text-top;*/
  
}
.model-caption {
  margin-left: 10px;
  font-size: 14px;
  vertical-align: text-bottom;
  
}

@media screen and (max-width: 736px) {
  .text--product-title .model-number {
    font-size: 20px;
	margin-left: 15px;
  }
.model-caption {
  font-size: 12px;
}
}

.text--subheading {
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .text--product-title__description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

#sec1 .text--product-title {
  font-size: 45px;
  line-height: 1.3;
  margin-top: 10px;
}

@media screen and (max-width: 736px) {
#sec1 .text--product-title {
    font-size: 32px;
  }
}
#sec1 .product-box {
    margin: 20px 0 50px;
}
.product-links {
  list-style: none;
  display: -ms-flexbox;
  display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
}

.product-links .product-links__item {
  position: relative;
  margin-top: 0;
  display: inline-block;
  padding: 0 2px 0 0;
}



.product-links .product-links__item:nth-child(n+2)::before {
  content: "";
}

.product-links .product-links__item {
	font-size: 16px;
}



.product-links .product-links__item a {
  box-sizing: border-box;
  color: #2b383f;
}

.product-links .product-links__item a:hover {
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .product-box {
    -ms-flex-direction: column;
        flex-direction: column;
  }

	.product-links {
	  list-style: none;
	  display: block;
	  padding: 0;
	  width: 100%;
	}

	.product-links .product-links__item {
	  position: relative;
	  margin-top: 0;
	  display: block;
	  padding: 0;
	  text-align: center;
	}

	.product-links .product-links__item:first-child:before {
	  display: none;
	}

	.product-links .product-links__item:after {
	  display: none;
	}

	.product-links .product-links__item:nth-child(n+2)::before {
	  content: "";
	}

	.product-links .product-links__item {
		font-size: 16px;
	}





	.product-links .product-links__item a {
	  box-sizing: border-box;
	  color: #22ac38;
	  margin: 0;
	}

	.product-links .product-links__item a:hover {
	  text-decoration: none;
}
}

.product-box .spec {
  width: 39.79592%;
  margin-right: 12.2449%;
}

@media screen and (max-width: 736px) {
  .product-box .spec {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
}

.product-box .spec .price-box {
  max-width: 270px;
  background-color: #eceff1;
  padding: 15px 10px 15px 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
  .product-box .spec .price-box {
    max-width: 100%;
  }
}

.product-box .spec .text-cap {
	font-size: 16px;
}

.product-box .spec .text-capSub {
	font-size: 14px;
	font-weight: normal;
}
.product-box .spec .spec-detail dt .text-capSub{
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.6;
}
.product-box .spec .price-box .price {
  color: #c00;
  font-weight: bold;
  font-size: 36px;
}

.relational-products-price-box {
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .product-box .spec .relational-products-price-box p + p {
    margin-top: 5px;
  }
    .product-box .spec .relational-products-price-box .text-cap{
        font-size: 14px;
    }
.product-box .spec .price-box .price {
  font-size: 28px;
}

}
.product-box .spec .relational-products-price-box .price2 {
  font-size: 22px;
  color: #c00;
  font-weight: bold;
}

.product-box .spec .spec-detail {
  margin-top: 30px;
}

.product-box .spec .spec-detail ul {
  font-weight: bold;
  list-style: none;
  margin-bottom: 20px;
}

.product-box .spec .spec-detail ul li {
  border-top: 1px solid #bbb;
  padding: 10px 15px;
}

.product-box .spec .spec-detail ul li:last-child {
  border-bottom: 1px solid #bbb;
}

.product-box .spec .spec-detail dl {
  display: -ms-flexbox;
  display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;


  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-box .spec .spec-detail dt {
  font-size: 22px;
  font-weight: bold;
line-height: 36px;
}

@media screen and (max-width: 736px) {
  .product-box .spec .spec-detail dt {
    font-size: 16px;
	 line-height: 26px;
  }
}

@media screen and (max-width: 736px) {
  .product-box .spec .spec-detail dt.sp-br {
    font-size: 14px;
  }
}

.product-box .spec .spec-detail dt.text-pc-br {
  font-size: 16px;
	  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .product-box .spec .spec-detail dt.text-pc-br {
    font-size: 14px;

  }
}

.supText {
  vertical-align: top;
  position: relative;
  top: 0;
font-size: 10px;
}

.supText.red {
	color: #cc0000;
}

.product-box .spec .spec-detail dd {
  font-size: 28px;
  font-weight: bold;
	line-height: 36px;
}

.product-box .spec .spec-detail dd span.unit {
  font-size: 16px !important;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .product-box .spec .spec-detail dd {
    font-size: 25px;
	line-height: 26px;
  }
}

.product-box .spec .spec-detail dd span.fs22 {
	font-size: 22px;
}
@media screen and (max-width: 736px) {
.product-box .spec .spec-detail dd span.fs22 {
	font-size: 16px;
}
}

.product-box .img-box {
  position: relative;
	height: 400px;
}



@media screen and (max-width: 736px) {
  .product-box .img-box {
    width: 81.25% !important;
	  height: auto;
  }

}

.product-box .img-box > figure {
  position: relative;
}

@media screen and (max-width: 736px) {
  .product-box .img-box > figure {
    position: static;
  }
}

.product-box .img-box .mark {
  width: 130px;
  height: 130px;
  position: absolute;
  right: 0;
  top: 250px;
}
.img-box-caption{
  position: absolute;
  left: 0;
  bottom: -30px;
}
.product-box .img-box .icon-new {
    position: absolute;
    left: 0;
    top: 80px;
    width: 70px;
}


@media screen and (max-width: 736px) {
  .product-box .img-box .mark {
    width: 70px;
    height: 70px;
    top: 20px;
    right: auto;
	left: 0;
  }
.img-box-caption{
  position: absolute;
  left: auto;
  right:  0;
  bottom: 0;
}
.product-box .img-box .icon-new {
    left: -30px;
    top: -10px;
    width: 40px;
}

	
}

@media screen and (max-width: 736px) {
  .product-box .img-box {
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 736px) {
  .js-product-accordion-panel {
    display: none;
  }
}
.js-product-accordion-btn.text--subheading > span {
    font-weight: normal;
    font-size: 14px;
    margin-left: 20px;
}
@media screen and (max-width: 736px) {
  .js-product-accordion-btn {
    position: relative;
    background-color: #eceff1;
    box-sizing: border-box;
    width: 110%;
    margin-left: -5%;
    padding-left: 10%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .js-product-accordion-btn.is-icon-close::after {
    position: absolute;
    color: #404a4f;
    margin-right: 10px;
    font-size: 24px;
    vertical-align: 2px;
    vertical-align: 2px;
    right: 1%;
    content: "+";
  }
  .js-product-accordion-btn.is-icon-open::after {
    position: absolute;
    color: #404a4f;
    margin-right: 10px;
    font-size: 24px;
    vertical-align: 2px;
    right: 1%;
    vertical-align: 2px;
    content: "-";
  }
.js-product-accordion-panel-lead {
    padding-top: 30px;
}
}

.work-panel {
  margin-top: 30px;
	-moz-box-pack:justify;
	-ms-box-pack:justify;
	box-pack:justify;
	flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

@media screen and (max-width: 736px) {
  .work-panel {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.work-panel .r-col,.work-panel .l-col {
  width: 48.57143%;
}

@media screen and (max-width: 736px) {
  .work-panel .r-col,.work-panel .l-col {
    width: 100%;
  }
}

.work-panel .tag-wrap {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
    
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	flex-direction:row;

	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-moz-box-pack:justify;
	-ms-box-pack:justify;
	box-pack:justify;
	flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.work-panel .tag-wrap li {
  display: -ms-flexbox;
  display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
    
  -webkit-box-align:center;
  -moz-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  height: 75px;
  float: left;
}

.work-panel .tag-wrap .white-star,
.work-panel .tag-wrap .dark-star {
	font-size: 22px;
}

.work-panel .tag-wrap li span.fz12 {
  display: block;
  font-size: 12px;
    line-height: 1.2;
}

.work-panel .tag-wrap li p {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 736px) {
.work-panel .tag-wrap li span.fz12 {
  font-size: 11px;
}
  .work-panel .tag-wrap li p {
    font-size: 14px;
  }

.work-panel .tag-wrap .white-star,
.work-panel .tag-wrap .dark-star {
	font-size: 14px;
}
}

.work-panel .tag-wrap li span {
  color: #fff;
}

.work-panel .tag-wrap li span.dark-star {
  color: #8d8d8d;
}

.work-panel .tag-wrap li.on {
  background-color: #22272a;
  color: #fff;
}

.work-panel .tag-wrap li.off {
  background-color: #e1e4e6;
}

.work-panel .tag-wrap li.off p {
  color: #999;
}

.work-panel .tag-wrap li.off p span {
  color: inherit;
}

.work-panel .l-col figure {
  width: 32.56303%;
  height: 155px;
  background-color: #22272a;
  display: -ms-flexbox;
  display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;

  -webkit-box-align:center;
  -moz-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
}

@media screen and (max-width: 736px) {
  .work-panel .l-col figure {
    width: 32.13043%;
  }
}

.work-panel .l-col figure img {
  width: 68.3871%;
  height: auto;
}

.work-panel .l-col .tag-wrap {
  width: 315px;
  margin-left: 5px;
  list-style: none;
}

@media screen and (max-width: 736px) {
  .work-panel .l-col .tag-wrap {
    width: 66.375%;
    margin-left: 1.3%;
  }
}

.work-panel .l-col .tag-wrap li {
  width: 49.20635%;
}

@media screen and (max-width: 736px) {
  .work-panel .l-col .tag-wrap li {
    width: 49.0632%;
  }
}

.work-panel .l-col .tag-wrap li:nth-child(n+3) {
  margin-top: 3px;
}

@media screen and (max-width: 736px) {
  .work-panel .r-col {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.work-panel .r-col .tag-wrap {
  list-style: none;
}

.work-panel .r-col .tag-wrap li {
  width: 32.63158%;
}

.work-panel .r-col .tag-wrap li:nth-child(n+4) {
  margin-top: 4px;
}
.js-product-accordion-panel .link-item {
    background: url(/tiller/lineup/images/icn_arw_ltr.png) no-repeat 100% 50%;
    background-size: 7px auto;
    margin: 30px 0 0;
    padding-right: 28px;
    color: #2b383f;
    font-size: 16px;
    line-height: 1.62;
    line-height: 1;
    letter-spacing: 0.03em;
	display: inline-block;
}
@media screen and (max-width: 736px){
.js-product-accordion-panel .link-item {
    margin: 20px 0 10px;
	font-size: 11px;
    line-height: 1.18;
}
}
.js-product-accordion-close-btn {
  display: none;
}

@media screen and (max-width: 736px) {
  .js-product-accordion-close-btn {
    display: block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .js-product-accordion-close-btn::after {
    position: absolute;
    right: 10px;
    font-size: 14px;
    content: "×";
  }
}

.emb-are-wrapper {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 736px) {
  .emb-are-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
  }
}

@media screen and (max-width: 736px) {
  .emb-are-wrapper .r-col {
    border-top: 1px solid #ccc;
    padding-bottom: 0 !important;
  }
}

.emb-are-wrapper .l-col,.emb-are-wrapper .r-col {
  width: 48.46939%;
}

@media screen and (max-width: 736px) {
  .emb-are-wrapper .l-col,.emb-are-wrapper .r-col {
    width: 100%;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
  }
}

.emb-are-wrapper .emb-card {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.emb-are-wrapper .emb-card span {
  text-decoration: underline;
}

.emb-are-wrapper .emb-card:hover{
  opacity: .7;
}
@media screen and (max-width: 736px) {
.emb-are-wrapper .emb-card .text--plane{
 line-height: 1.6;   
}    
}

.emb-are-wrapper .notice{
color: #c00 !important;
text-align: left !important;
    text-decoration: none !important;
}
.emb-are-wrapper .emb-card figure {
  width: 21.79802%;
}

.emb-are-wrapper .emb-card .text-wrap {
  width: 72.05263%;
}

.emb-are-wrapper .text-under-line {
  font-size: 14px;
}

.other-product-wrapper {
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
  }
}

.other-product-wrapper .other-model-list {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	flex-direction:row;
    
    -ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
    
  width: 68.36735%;
    
  -ms-flex-align: end;
  align-items: flex-end;
}
.other-model-list__item:hover{
  opacity: .7;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-model-list {
    width: 100%;
    margin-top: 0px;
  }
}

.other-product-wrapper .other-title {
  width: 27.14286%;
  color: #fff;
  font-size: 20px;
  padding: 30px 20px;
  margin-right: 20px;
  display: -ms-flexbox;
  display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;


  -ms-flex-align: center;
  align-items: center;
  background-image: url("/tiller/lineup/common/img/tri1.jpg");
  background-repeat: no-repeat;
  background-position: right;
background-size:  30px 100%;
}

.other-product-wrapper .other-title.front-bgc {
  padding: 20px 20px 40px;
  background-image: url("/tiller/lineup/common/img/tri2.jpg");
  background-repeat: no-repeat;
  background-position: right;
}

.other-product-wrapper .other-title.rear-bgc {
  background-image: url("/tiller/lineup/common/img/tri3.jpg");
  background-repeat: no-repeat;
  background-position: right;
}

.other-product-wrapper .other-title.kanriki-bgc {
  background-image: url("/tiller/lineup/common/img/tri4.jpg");
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-title {
    width: 100%;
    font-size: 16px;
    background-image: url("/tiller/lineup/common/img/tri1-sp.jpg");
    background-position: bottom;
	  background-size:  100% 30px;
      -moz-box-pack:center;
	-ms-box-pack:center;
	box-pack:center;
	flex-pack:center;
      justify-content: center;
    padding: 20px 20px 30px;
    margin-right: 0;
	margin-bottom: 30px;
	text-align: center;
  }
  .other-product-wrapper .other-title.front-bgc {
    background-image: url("/tiller/lineup/common/img/tri2-sp.jpg");
    background-position: bottom;
  }

  .other-product-wrapper .other-title.rear-bgc {
    background-image: url("/tiller/lineup/common/img/tri3-sp.jpg");
    background-position: bottom;
  }

  .other-product-wrapper .other-title.kanriki-bgc {
    background-image: url("/tiller/lineup/common/img/tri4-sp.jpg");
    background-position: bottom;
  }
  .other-product-wrapper .other-title br {
    display: none;
  }
}

.other-product-wrapper .other-model-list__item {
  list-style: none;
  box-sizing: border-box;
  width: 165px;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-model-list__item {
    width: 50%;
  }
}

.other-product-wrapper .other-model-list__item:nth-child(n+5) {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-model-list__item:nth-child(n+5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-model-list__item:nth-child(n+3) {
    margin-top: 0px;
  }
}

.other-product-wrapper .other-model-list__item.is-current {
  background-color: #eceff1;
}

.other-product-wrapper .other-model-list__item figure {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: bottom;
}

.other-product-wrapper .other-model-list__item figcaption {
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 736px) {
  .other-product-wrapper .other-model-list__item figcaption {
    font-size: 14px;
  }
}

.other-product-wrapper .other-model-list__item figcaption span {
  display: block;
    font-weight: normal;
}

.other-product-wrapper .other-model-list__item figure img {
  width: 48.48485%;
}

.oil-msg {
  border: 5px solid #efefef;
}

.oil-msg p {
  color: #22ac38;
}

.attention-list {
  list-style: none;
}

.attention-list li {
  font-size: 16px;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  margin-top: 5px!important;
}

.attention-list li::before {
  content: "■";
  color: #bbb;
  padding-right: 5px;
}
.attention-list li span.tdu{
    text-decoration: underline;
}
.attention-box {
  border-color: #efefef;
  border: 5px solid #efefef;
  background-color: #fff;
  transition: .4s;
}

.attention-box a {
  padding: 30px;
  display: -ms-flexbox;
  display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;


  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 736px) {
  .attention-box a {
    padding: 15px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.attention-box .l-col {
  width: 28.26531%;
}

@media screen and (max-width: 736px) {
  .attention-box .l-col {
    width: 100%;
    padding-bottom: 15px;
  }
}

.attention-box .l-col figure {
  width: 65px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}

@media screen and (max-width: 736px) {
  .attention-box .l-col figure {
    width: 13.46154%;
    vertical-align: middle;
    margin-right: 15px;
  }
}

.attention-box .l-col p {
  width: 60%;
  color: #c00;
  font-weight: bold;
  display: inline-block;
  vertical-align: text-top;
}

@media screen and (max-width: 736px) {
  .attention-box .l-col p {
    width: 72%;
    vertical-align: middle;
  }
}

.attention-box .r-col {
  width: 68.57143%;
  padding-left: 30px;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 736px) {
  .attention-box .r-col {
    border-left: none;
    border-top: 1px solid #ccc;
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
}

.attention-box .r-col .text--subheading {
  color: #c00;
}

.attention-box .r-col .text--plane--link {
  text-align: right;
  font-size: 16px;
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .attention-box .r-col .text--plane--link {
    font-size: 14px;
  }
}

.attention-box:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .3);
}

#sec1 .text--product-title__description {
  color: #22ac38;
}
@media screen and (max-width: 736px) {
 #sec1 .text--product-title__description {
     font-size: 20px;
     line-height: 1.4;
}   
}
#sec1 .l-section-inner{
  padding-top: 15px;
}
@media screen and (max-width: 736px) {
#sec1 .l-section-inner{
  padding-top: 0;
}
}
#kvArea {
  position: relative;
	overflow-x: hidden;
}

#kvArea figure {
  background-size: cover;
  background-position: center;
  height: 525px;
}

@media screen and (max-width: 736px) {
  #kvArea figure {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 78.125%;
  }
}

#kvArea .l-text-box {
  position: absolute;
  top: 123px;
  width: 980px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#kvArea .r-text-box {
  position: absolute;
  top: 123px;
  width: 980px;
  margin: 0 auto;
  left: 500px;
  right: 0;
}

@media screen and (max-width: 736px) {
  #kvArea .l-text-box,
  #kvArea .r-text-box {
    position: static;
    width: 100%;
  }
}

#kvArea .l-text-box .text-box,
#kvArea .r-text-box .text-box {
  background-color: rgba(64, 74, 79, .6);
  padding: 30px;
  width: 67.34694%;
}

@media screen and (max-width: 736px) {
  #kvArea .l-text-box .text-box,
  #kvArea .r-text-box .text-box {
    position: static;
    background-color: #fff;
    width: 100%;
	 padding: 30px 15px;
  }
}

#kvArea .item-type {
  font-size: 18px;
  color: #fff;
  padding: 10px;
}

@media screen and (max-width: 736px) {
  #kvArea .item-type {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
  }
}

#kvArea .item-description {
  margin-top: 20px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 100;
    line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 736px) {
  #kvArea .item-description {
    font-size: 22px;
    line-height: 1.4;
    color: #2b383f;
  }
}

#kvArea .kv-end {
  position: relative;
  bottom: 0;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 36px;
}

@media screen and (max-width: 736px) {
  #kvArea .kv-end {
    font-size: 24px;
    padding: 3% 5.46875%;
  }
}

#kvArea .kv-end h4 {
  width: 980px;
  margin: 0 auto;
  color: #fff !important;
	padding: 5px 0;
}
@media screen and (max-width: 736px) {
  #kvArea .kv-end h4{
  width: 100%;
      font-size: 20px;
  }
}

footer {
  margin-top: 30px;
}

/*----------------after----------------*/

.product-links {
  list-style: none;
  display: -ms-flexbox;
  display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
    .product-links{
        margin-bottom: 30px!important;
    }
}


.product-links .product-links__item {
  position: relative;
  text-align: center;
  display: inline-block;
}
.product-links .product-links__item:hover{
  opacity: .7;
}

@media screen and (max-width: 736px) {
  .product-links .product-links__item {
    font-size: 12px;
    line-height: 20px;
	  width:  50%;
	  letter-spacing: 0;
  }
    .product-links {
      font-size: 14px;
    }
}





.product-links .product-links__item a {
  box-sizing: border-box;
  color: #2b383f;
  font-weight: bold;
  font-size: 16px;
  display: block;
  background-color: #eceff1;
	padding: 15px 13px;
}
.product-links .product-links__item.is-current a {
  background-color: #22ac38;
	color: #fff;
}


@media screen and (max-width: 736px) {
  .product-links .product-links__item a {
	font-size: 11px;
	padding: 10px 0;
  }
}

.product-links .product-links__item a:hover {
  text-decoration: none;
}

    /**
     ** タブ
     **/
#topnavigation li:hover {
  color: #22ac38;
}
#topnavigation p {
  color: inherit;
}
.bottomNav li:hover{
  text-decoration: underline;
}
@media screen and (max-width: 736px) {
.bottomNav li:hover{
  text-decoration: none;
}
}
    /**
     ** btn
     **/

.attBtn-link:hover{
  opacity: .7;
}
[class*="text--"] + [class*="text--"]{
  margin-top: 15px;
}

@media screen and (max-width: 736px) {
    .l-module-margin{
  margin: 30px 0 30px;
}
}
@media screen and (max-width: 736px) {
  .l-module-padding-large {
    padding: 15px;
  }
}


table tr th:first-child{
    width: 30% !important;
}
.specTable.priceTable table tr th:first-child{
    width: 11% !important;
}
@media screen and (max-width: 736px) {
table tr th:first-child{
    width: 50% !important;
}
.specTable.priceTable table tr th:first-child{
    width: 4em !important;
}
}

#tillerWrapp h1{
/*    margin-bottom: 0 !important;*/
}
#js-tab-wrapper h2::after{
/*    padding-top: 15px !important; */
}
#tillerWrapp .tabWrapp, #tillerWrapp .topNav{
    width: 980px !important;
}
@media screen and (max-width: 736px) {
    #tillerWrapp .tabWrapp{
    width: 90% !important;
}
    #tillerWrapp .topNav{
        width: 100%!important;
    }
}
.r-text-wrapper{
    width: 980px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 123px;
    position: absolute;
}
@media screen and (max-width: 736px) {
 .r-text-wrapper{
    width: 100%;
     position: static;
}   
}

.r-text-wrapper .l-text{
    width: auto;
    position: absolute;
    background-color: rgba(64, 74, 79, .6);
    padding: 30px;
    left: 100px;
}
.r-text-wrapper .r-text{
    width: auto;
    position: absolute;
    background-color: rgba(64, 74, 79, .6);
    padding: 30px;
    right: 0px;
}

@media screen and (max-width: 736px) {
    .r-text-wrapper .r-text{
        right: 0;
        background-color: #fff;
        position: static;
		    padding: 30px 15px;
    }
    .r-text-wrapper .l-text{
        left: 0;
        background-color: #fff;
        position: static;
		padding: 30px 15px;
    }
}
    #sec4 .l-section-inner{
        padding-top: 30px;
    }
@media screen and (max-width: 736px) {
[id *="tab"] h3{
 font-size: 18px!important;
    margin-bottom: 10px!important;
}
    [id *="tab"] .conText p{
        font-size: 16px !important;
    }
    [id *="tab"] .conImg{
        margin-bottom: 20px!important;
    }
    [id *="tab"] [class*="conBox"]{
        font-size: 14px!important;
        margin-bottom: 20px!important;
		margin-top: 0!important;
    }
    [id *="tab"] [class*="attName"]{
        font-size: 16px!important;
    }
    [id *="tab"] [class*="attNo"]{
        font-size: 14px!important;
    }
    [id *="tab"] [class*="fRed"]{
        font-size: 14px!important;
        line-height: 1.6!important;
    }
    #sec4 .l-section-inner{
        padding-top: 0;
    }
    .attention-list li{
        font-size: 14px;
    }
    #tab01 .mv{
      margin-bottom: 10px!important;
    }
    .mTitle{
      margin-top: 10px !important;
    }
    #tab01 .cont01 ul{
      margin-bottom: 10px!important;
    }
    #tab01 .bb01{
      padding-bottom: 20px;
    }
    #tab02 .attBtn {
	  width: 90%;
	  margin: 0 auto 0 !important;
	  clear: both;
	}
}
.js-product-accordion-icon{
    position: relative;
    cursor: pointer;
}
.js-product-accordion-icon.is-active{
    opacity: .7;
}

.js-product-accordion-baloon{
    position: absolute;
    top: 78px;
    z-index: 10;
    padding: 20px;
    border:5px solid #e1e4e6;
    background-color: #fff;
    width: 476px;
    display: none;
    box-sizing: border-box;
}
/*吹き出し*/
.js-product-accordion-baloon::before {
	position: absolute;
	top: -30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #e1e4e6;
}
.js-product-accordion-baloon::after {
	position: absolute;
	top: -20px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #fff;
}

.js-product-accordion-baloon .close-btn{
    position: absolute;
    color: #2b383f!important;
    font-size: 30px!important;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 5px;
    z-index: 11;
}
.js-product-accordion-baloon .title{
    font-size: 16px;
    color: #2b383f;
    font-weight: bold;    
}
.js-product-accordion-baloon .text{
    text-align: left!important;
    color: #2b383f !important;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
}
.text + .title{
    margin-top: 20px;
}

/*
バルーンのレイアウト
左は一番最初がfigureなので右と左でレイアウトが異なる
*/
/*左カラム*/
/*一番左*/
figure.js-product-accordion-icon .js-product-accordion-baloon{
    left: 0;
    top: 160px;
}
.l-col .js-product-accordion-icon:nth-child(2n) .js-product-accordion-baloon{
    left: -320px;
}
.l-col .js-product-accordion-icon:nth-child(2n + 1) .js-product-accordion-baloon{
    left: -160px;
}
@media screen and (max-width: 736px) {
 .l-col .js-product-accordion-icon:nth-child(2n) .js-product-accordion-baloon{
    left: -105%;
}
.l-col .js-product-accordion-icon:nth-child(2n + 1) .js-product-accordion-baloon{
    left: -105%;
}
}
.l-col .js-product-accordion-icon:nth-child(2n) .js-product-accordion-baloon{
    right: 0;
}
/*矢印のレイアウト*/
figure.js-product-accordion-icon .js-product-accordion-baloon::before,
figure.js-product-accordion-icon .js-product-accordion-baloon::after {
    left: 13% !important;
}
.l-col .js-product-accordion-icon:nth-child(2n + 1) .js-product-accordion-baloon::before,
.l-col .js-product-accordion-icon:nth-child(2n + 1) .js-product-accordion-baloon::after {
    left: 47%;
}

.l-col .js-product-accordion-icon:nth-child(2n) .js-product-accordion-baloon::before,
.l-col .js-product-accordion-icon:nth-child(2n) .js-product-accordion-baloon::after {
    left: 82%;
}

/*右カラム*/
.r-col .js-product-accordion-icon:nth-child(3n + 1) .js-product-accordion-baloon{
    left: 0;
}
.r-col .js-product-accordion-icon:nth-child(3n + 2) .js-product-accordion-baloon{
    left: -160px;
}
@media screen and (max-width: 736px) {
 .r-col .js-product-accordion-icon:nth-child(3n + 2) .js-product-accordion-baloon{
    left: -105%;
}   
}

.r-col .js-product-accordion-icon:nth-child(3n) .js-product-accordion-baloon{
    right: 0;
}
/*矢印のレイアウト*/
.r-col .js-product-accordion-icon:nth-child(3n + 1) .js-product-accordion-baloon::before,
.r-col .js-product-accordion-icon:nth-child(3n + 1) .js-product-accordion-baloon::after {
    left: 14%;
}
.r-col .js-product-accordion-icon:nth-child(3n + 2) .js-product-accordion-baloon::before,
.r-col .js-product-accordion-icon:nth-child(3n + 2) .js-product-accordion-baloon::after {
    left: 48%;
}
.r-col .js-product-accordion-icon:nth-child(3n + 3) .js-product-accordion-baloon::before,
.r-col .js-product-accordion-icon:nth-child(3n + 3) .js-product-accordion-baloon::after {
    left: 82%;
}


@media screen and (max-width: 736px) {
    .js-product-accordion-baloon{
        width: 311%;
        padding: 10px;
    }
    .js-product-accordion-baloon .close-btn{
    position: absolute;
    color: #2b383f!important;
    font-size: 30px!important;
    right: 10px;
    top: 0px;
    }
    .js-product-accordion-baloon .title{
        font-size: 18px;
		width: 100%;
		padding-right: 30px;
		box-sizing: border-box;
		}
    .js-product-accordion-baloon .text{
        font-size: 14px;
    }
    .l-col .js-product-accordion-icon:nth-child(2n) .js-product-accordion-baloon{
        left: -210%;
    }
}
.js-product-accordion-baloon.is-active{
    display: block;
}

.js-product-accordion-icon.on:hover{
	background-color: #363c40;
}

.work-panel .tag-wrap li.js-product-accordion-icon.on:hover{
	background-color: #363c40;
}
.work-panel .tag-wrap li.js-product-accordion-icon.off:hover{
	background-color: #e8eced;
}

@media screen and (max-width: 736px) {
.work-panel .tag-wrap li.js-product-accordion-icon.on:hover{
	background-color: #22272a;
}
.work-panel .tag-wrap li.js-product-accordion-icon.off:hover{
	background-color: #e1e4e6;
}
}

/* 201709 button */
.bt_ps2017 {
	margin: -30px auto 20px;
}
.bt_ps2017 .btn--long {
    background-color: #22ac38;
}
.bt_ps2017 .text-after-arrow {
  position: relative;
}
.bt_ps2017 .text-after-arrow::after {
	transform: scaleX(.9);
	font-size: 14px;
	position: absolute;
	right: 10px;
	font-family: FontAwesome;
	content: "\f054";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 736px) {
.bt_ps2017 {
	margin: -2em auto 0.5em;
	}
	.bt_ps2017 a {
	padding-right: 2em ;
	}
}