@charset "UTF-8";
/* CSS Document */



table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
th,
td {
  text-align: left;
  vertical-align: top;
  margin:0;
  padding:0;
word-wrap : break-word;
  overflow-wrap : break-word;
}



.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
	


#snowWrapp .spResp,
#snowWrapp .spRespb{
	display:none;
	}


/*----------------------------------------------------------
  共通
----------------------------------------------------------*/

#snowWrapp span.allow {
	vertical-align:top;
	margin-left: 5px;
	}
#snowWrapp span.allow img {
	vertical-align: middle;
}

#snowWrapp .tabWrapp,
#snowWrapp .topNav{
	width:100%;
	max-width: 980px;
	margin:50px auto 70px;
}

#topnavigation li,.bottomNav li{
	cursor: pointer;
}

#snowWrapp .mainTitle{
	border-bottom: solid 1px #bbbbbb;
	margin-bottom: 25px;
}

@media screen and (max-width: 736px) {
	#snowWrapp .mainTitle{
		margin-bottom: 0;
	}
}

@media screen and (max-width: 736px) {
	#anc01, #anc02, #anc03, #anc04, #anc05{
		padding-top: 85px !important;
		margin-top: -55px !important;
	}
}

@media screen and (min-width: 737px) {
	#anc01, #anc02, #anc03, #anc04, #anc05{
		padding-top: 200px;
		margin-top: -200px;
	}
}

#snowWrapp h1,
#snowWrapp h2{
	font-size:36px;
	line-height:42px;
	font-weight: bold;
	}

#snowWrapp h1{
	margin-bottom:15px;
	}

#snowWrapp h2{
	padding-bottom:20px;
	}

#snowWrapp h3{
	font-size:22px;
	margin-bottom:20px;
	font-weight: bold;
	}

#snowWrapp #tab01 h3,
#snowWrapp #tab02 h3,
#snowWrapp #tab03 h3,
#snowWrapp #tab04 h3{
	font-size:24px;
	}
#tab01 h3,
#tab02 h3,
#tab03 h3,
#tab04 h3{
	text-indent: -1em;
	margin-left: 1em;
	}

#tab01 h3 .conText-acc,
#tab02 h3 .conText-acc,
#tab03 h3 .conText-acc,
#tab04 h3 .conText-acc{
	color: #009844;
	}

#tab01 h3 .conText-lineup{
	display: inline-block;
	padding: 7px 12px;
	margin-top: 5px;
	text-indent: 0;
	margin-left: 0;
	color: #2b383f;
	font-size: 16px;
	font-weight: normal;
	background: #eceff1;
	}

#side_navigation ul{
	display: none !important;
}

.mainTitle__nav ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.mainTitle__nav ul li {
	border: 1px solid #009844;
	border-radius: 5px;
	width: 180px;
	height: 62px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.mainTitle__nav ul li:hover {
	border: none;
	background-color: #009844;
}

.mainTitle__nav li a{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
	color: #000;
	position: relative;
}

.mainTitle__nav li a:before{
	content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #009844;
    border-right: solid 1px #009844;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    top: 38%;
	right: 8%;
	z-index: 3;
}

.mainTitle__nav li a:hover::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    top: 38%;
    right: 8%;
}

.mainTitle__nav li a:hover {
	background-color: #009844;
	color: #fff;
	opacity: 1;
}

.mainTitle__nav li a span {
	font-size: 12px;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 736px) {
	.mainTitle__nav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.mainTitle__nav ul li {
		border: 1px solid #009844;
		border-radius: 5px;
		width: 48.5%;
		height: 50px;
		overflow: hidden;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 10px;
	}
}

.conText_links {
	color: #000!important;
	text-decoration: underline;
}

.conText_links:hover {
	opacity: 0.6;
}

#snowWrapp .enTitle{
	color:#009844;
	font-size:14px;
	line-height:14px;
	padding-bottom:50px;}

#snowWrapp .topNav ul{
	margin-bottom:70px;
	}


#snowWrapp .topNav ul li,
#snowWrapp .bottomNav ul li{
	float:left;
	padding:13px 20px;
	font-size: 18px;
	}
#snowWrapp .bottomNav ul li * ,#snowWrapp .topNav .active *,
#snowWrapp .bottomNav .active *{
	color: #ffffff !important;
}


#snowWrapp .topNav .active,
#snowWrapp .bottomNav .active{
	color:#ffffff;
	background-color:#009844;
	padding:13px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:18px;
	}

#snowWrapp .topNav ul li a{
	color:#2b383f;
}

#snowWrapp .bottomNav{
	width: 100%;
	max-width:980px;
	margin:0 auto;
	padding: 25px 0;
	text-align: center;
	}
	#snowWrapp .bottomNav > ul {
		display: inline-block;
	}


#snowWrapp .bottomNav a{
	color:#ffffff;
}
.bottomNav a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 736px) {
.bottomNav li:hover{
  text-decoration: none;
}
}
#snowWrapp .footerWrapp{
	width:100%;
	background-color:#22272a;
	height:100px;
	}

/*----------------------------------------------------------
  tab01
----------------------------------------------------------*/

#tab01 h2{
	float:left;
	margin-right:25px;
	margin-bottom:50px;
	}
#tab01 h2 sup,
#tab01 h3 sup{
	height:0;
	vertical-align:top;
	position:relative;
	font-size: 14px;
	}

#tab01 h2:after{
	content:"";
	display:block;
	width:50px;
	padding-top:20px;
	border-bottom:solid 3px #009844;
	}

#tab01 h2 .title-option{
  display: block;
  font-size: 14px;
  font-weight: normal;
	}

#tab01 h3 .title-option{
  display: block;
	text-indent: 0;
	margin-left: 0;
  font-size: 14px;
  font-weight: normal;
	}

#tab01 .conText{
	width:90%;
	margin:0 auto 40px;
	}

#tab01 .conText p{
	font-size:18px;
	line-height:1.6em;
	}

#tab01 .conText small{
	font-size:14px;
	display: block;
	margin-top: 10px;
	}
#tab01 .leftText{
	width:55%;
	float:left;
	margin:0 125px 0 60px;
	}

#tab01 .leftText02{
	width:47%;
	float:left;
	margin:0 48px 0 60px;
	}

#tab01 .leftText03{
	width:90%;
	margin:0 0 0 60px;
	}

#tab01 strong{
	font-weight: bold;
	}

#tab01 .conText-clm-L{
	width:65%;
	float:left;
	margin:0 35px 0 0;
	}

#tab01 .conText-clm-R{
	width:30%;
	float:left;
	}
#tab01 .cont{
	margin-bottom:50px;
	}

#tab01 .dougaContents,
#tab01 .fastContents,
#tab01 .secondContents,
#tab01 .thirdContents{
	border-bottom:1px solid #bbbbbb;
	border-bottom:1px solid #ffffff; /*ua change*/
	margin-bottom:50px;
	}

#tab01 .conImg{
	width:40%;
	float:left;
	padding-top: 6px;
	}
/*----------------------------------------------------------
  tab02
----------------------------------------------------------*/
#tab02 .tabWrapp{
	margin-bottom:70px;
	}

#tab02 .img01{
	width:860px;
	margin:0 auto 45px auto;
	}

#tab02 .img01 img{
	width:100%;
	}

#tab02 .panelList ul{
	width:858px;
	margin:0 auto;
	}

#tab02 .panelList ul li{
	font-size:18px;
	float:left;
	margin-right:20px;
	}
@media screen and (max-width: 736px) {
	#tab02 .panelList ul li {
	    float: left;
	    margin-right: 5%;
	    font-size: 16px;
	    height: auto;
	}
}
@media screen and (min-width: 737px) {
	.flex-column {
		display: flex;
		flex-direction: column;
	}

	.text-img-wrap .conImg {
		padding-top: 50px !important;
	}

	.video-wrap {
		padding-left: 61px;
		margin-top: 38px;
	}

	.video-wrap .conImg {
		width: 33.2% !important;
	}
}
/*----------------------------------------------------------
  tab03
----------------------------------------------------------*/
#tab01 h2:after,
#tab02 h2:after,/*add*/
#tab03 h2:after,
#tab04 h2:after{
	content:"";
	display:block;
	width:50px;
	padding-top:20px;
	border-bottom:solid 3px #009844;
	margin-bottom:50px;
	}
@media screen and (max-width: 736px) {
#tab01 h2:after,
#tab02 h2:after,/*add*/
#tab03 h2:after,
#tab04 h2:after{
	content:"";
	display:block;
	width:50px;
	padding-top:20px;
	border-bottom:solid 3px #009844;
	margin-bottom:0px;
	}
}

table tr th:first-child {
    width: 30% !important;
}

#tab01 .specTable,
#tab02 .specTable,/*add*/
#tab03 .specTable,
#tab04 .specTable{
	margin-bottom:50px;
	padding-bottom:45px;
	border-bottom:1px solid #bbbbbb;
	}

@media screen and (max-width: 736px) {
#tab01 .specTable,
#tab02 .specTable,/*add*/
#tab03 .specTable,
#tab04 .specTable{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #bbbbbb;
	}
}
#tab01 .specTable02,
#tab02 .specTable02,/*add*/
#tab03 .specTable02,
#tab04 .specTable02{
	margin-bottom:50px;
	padding-bottom: 0;
	border-bottom: 0;
	}
#tab01 table,
#tab02 table,/*add*/
#tab03 table,
#tab04 table{
	width: 100%;
	table-layout: fixed;
	background-color:#eceff1;
	border:1px solid #ffffff;
	}

#tab01 table .evColor th,
#tab01 table .evColor td,
#tab02 table .evColor th,
#tab02 table .evColor td,/*add*/
#tab03 table .evColor th,
#tab03 table .evColor td,
#tab04 table .evColor th,
#tab04 table .evColor td{
	background-color:#e4e7e9;
	}

#tab01 table thead th,
#tab02 table thead th,/*add*/
#tab03 table thead th,
#tab04 table thead th{
	color:#fff !important;
	background-color:#22272a;
}
#tab01 table thead th,
#tab01 table thead td,
#tab01 table tbody th,
#tab01 table tbody td,
#tab02 table thead th,
#tab02 table thead td,
#tab02 table tbody th,
#tab02 table tbody td,/*add*/
#tab03 table thead th,
#tab03 table thead td,
#tab03 table tbody th,
#tab03 table tbody td,
#tab04 table thead th,
#tab04 table thead td,
#tab04 table tbody th,
#tab04 table tbody td{
	height:50px;
	padding:5px 15px;
	vertical-align:middle;
	font-size: 16px;
	border:#fff solid 1px;
	}
#tab01 table tbody tr th,
#tab02 table tbody tr th,/*add*/
#tab03 table tbody tr th,
#tab04 table tbody tr th{
	font-weight: bold;
}
#tab01 table .blank,
#tab02 table .blank,/*add*/
#tab03 table .blank,
#tab04 table .blank{
	background:#ffffff;
	}

#tab01 .fRed,
#tab02 .fRed,/*add*/
#tab03 .fRed,
#tab04 .fRed{
	color:#cc0000;
	font-size: 16px;
	line-height: 1.8em;
	}
#tab01 span.fRed,
#tab02 span.fRed,/*add*/
#tab03 span.fRed,
#tab04 span.fRed{
	font-size:10px;
	vertical-align: top;
	}


table.lawnSpecTable{
	margin-bottom: 10px;
}

table.lawnSpecTable tr th:first-child{
    width: 50% !important;
}

@media screen and (max-width: 736px) {
table tr th:first-child{
    width: 50% !important;
}

#tab03 table.lawnSpecTable tr th:first-child{
    width: 40% !important;
}
}

/*----------------------------------------------------------
  anc04
----------------------------------------------------------*/

.functions-wrap {
	width: 1045px;
}

.functions-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 914px;
    margin: 0 auto;
}

.functions-list li {
	width: 278px;
	margin-bottom: 30px;
}

.functions-list h3 {
	font-size: 18px !important;
	margin-top: 20px;
    margin-bottom: 0 !important;
}

.functions-list small {
	font-size: 13px;
}

.functions-list p {
	font-size: 16px;
}

.functions-list img {
	margin-bottom: 20px;
	width: 100%;
}

.functions-list video {
	width: 278px;
	height: 158px;
}

@media screen and (max-width: 736px) {
	.functions-wrap {
		width: 100%;
	}

	.functions-list {
		width: 100%;
	}

	.functions-list li {
		width: 100%;
	}

	.functions-list li a {
		width: 100%;
		margin-bottom: 62px;
	}

	.functions-list li a span {
		width: 100%;
	}
}

/*----------------------------------------------------------
  anc05
----------------------------------------------------------*/

.attachment-wrap {
	width: 1045px;
}

.attachment-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 914px;
    margin: 0 auto;
}

.attachment-list li {
	width: 278px;
	margin-bottom: 30px;
}

.attachment-list h3 {
	font-size: 22px !important;
	margin-bottom: 0px !important;
}

.attachment-list p {
	font-size: 16px;
	margin-top: 10px;
}

.attachment-list img {
	margin-bottom: 20px;
	width: 100%;
}

.attachment-text {
	font-size: 24px;
	margin-bottom: 25px;
}

.attachment-text span {
	color: #009844;
}

.attachment-list video {
	width: 278px;
	height: 158px;
}

.attachment-list small {
	font-size: 11px;
	display: block;
    margin-top: 10px;
}

.attachment-list .price-box {
	margin-top: 10px;
}

.attachment-list .price {
	color: #c00;
    font-weight: bold;
	font-size: 20px;
	margin-top: 0;
}

.attachment-list .text-cap {
	margin-top: 0;
	font-size: 14px;
}

.manufacturer  {
	font-size: 12px !important;
}

#anc05 .spec-list {
	margin-top: 12px;
}

#anc05 .spec-list--right li,#anc05 .spec-list--left li, #anc05 .spec-list li {
	margin-bottom: 0;
	font-size: 12px;
} 

#anc05 .spec-list--left, #anc05 .spec-list--right{
	width: 125px;
}

#anc05 .spec-wrap {
	display: flex;
	display: -webkit-flex;
	margin-top: 12px;
}

@media screen and (max-width: 736px) {
	.attachment-wrap {
		width: 100%;
	}

	.attachment-list {
		width: 100%;
	}

	.attachment-list li {
		width: 100%;
	}

	.attachment-list li a {
		width: 100%;
		margin-bottom: 60px;
	}

	.attachment-list li a span {
		width: 100%;
	}
}

.bc-player-4k5Jg43ag_default.vjs-mouse .vjs-control {
    height: 33px;
    width: 46px !important;
}

/*----------------------------------------------------------
  modal
----------------------------------------------------------*/
.modal img:hover {
	opacity: 0.5;
}

.modal {
	display: block;
    /* width: 350px; */
}

.hover_shadow-w409 {
	display: block;
	background-color: #000;
	position: relative;
	width: 409px;
}

.hover_shadow-w350 {
	display: block;
	background-color: #000;
	position: relative;
	width: 350px;
}

.hover_shadow-w278 {
	display: block;
	background-color: #000;
	position: relative;
	width: 278px;
	height: 156px;
}

.hover_shadow-w265 {
	display: block;
	background-color: #000;
	position: relative;
	width: 264px;
}


.hover_shadow-w285 {
	display: block;
	background-color: #000;
	position: relative;
	width: 285px;
}

@media screen and (max-width: 736px) {
	.hover_shadow-w265, .hover_shadow-w278, .hover_shadow-w285, .hover_shadow-w350, .hover_shadow-w409 {
		background-color: transparent;
		width: 100%;
	}
}

@media screen and (min-width: 737px) {

	.hover_shadow-w285:hover::before {
		position: absolute;
		content: "";
		display: inline-block;
		background-image: url("../../detail/img/icon_zoom.png");
		width: 30px;
		height: 30px;
		background-size: cover;
		top: 65px;
		left: 123px;
	}

	.hover_shadow-w265:hover::before {
		position: absolute;
		content: "";
		display: inline-block;
		background-image: url("../../detail/img/icon_zoom.png");
		width: 30px;
		height: 30px;
		background-size: cover;
		top: 65px;
		left: 123px;
	}

	.hover_shadow-w278:hover::before {
		position: absolute;
		content: "";
		display: inline-block;
		background-image: url("../../detail/img/icon_zoom.png");
		width: 30px;
		height: 30px;
		background-size: cover;
		top: 69px;
		left: 125px;
	}

	.hover_shadow-w350:hover::before {
		position: absolute;
		content: "";
		display: inline-block;
		background-image: url("../../detail/img/icon_zoom.png");
		width: 30px;
		height: 30px;
		background-size: cover;
		top: 69px;
		left: 157px;
	}

	.hover_shadow-w409:hover::before {
		position: absolute;
		content: "";
		display: inline-block;
		background-image: url("../../detail/img/icon_zoom.png");
		width: 30px;
		height: 30px;
		background-size: cover;
		top: 56px;
    	left: 194px;
	}
	
}	

/*----------------------------------------------------------
  メディアクエリー
----------------------------------------------------------*/



@media screen and (max-width: 736px) {

	/*共通*/
	/*テキスト*/
	[id *="tab"] * {
		/*スマホ時は基本のフォントサイズ14px*/
		font-size: 14px;
	}

	[class *="Nav"] li {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px !important;
	}

	[id *="tab"] table * {
		font-size: 12px !important;
	}

	[id *="tab"] table span.sp-fz10 {
		font-size: 10px !important;
	}

	[class *="Nav"] li p {
		margin-top: 0 !important;
	}

	#snowWrapp h1,
	#snowWrapp h2 {
		font-size: 24px;
		line-height: 22px;
	}

	#snowWrapp .enTitle {
		font-size: 12px;
		padding-bottom: 25px;
	}

	/*レイアウト*/
	#snowWrapp h2 {
		padding-bottom: 0;
		margin-bottom: 25px;
		margin-top: 20px;
	}

	.introduction_movie h2 {
		margin-bottom: -30px !important;
	}

	.introduction_movie p {
		margin-bottom: 15px;
	}

	#mainTitle {
		margin-bottom: 30px;
	}

	#snowWrapp .tabWrapp {
		width: 90% !important;
		margin: 40px auto;
	}

	#snowWrapp .spResp {
		display: block;
		height: 0;
	}

	#snowWrapp .spRespb {
		display: block;
	}

	#snowWrapp .topNav ul,
	#snowWrapp .bottomNav ul {
		width: 100%;
		background-color: #22272a;
		margin-bottom: 0;
	}

	#snowWrapp .topNav ul p {
		color: #ffffff;
	}

	#snowWrapp .topNav,
	#snowWrapp .bottomNav {
		width: 100%;
		margin: 0;
		padding-bottom: 0;
	}

	#snowWrapp .topNav ul li,
	#snowWrapp .bottomNav ul li {
		text-align: center;
		height: 70px;
		padding: 0;
	}

	#snowWrapp .nav01,
	#snowWrapp .nav02,
	#snowWrapp .nav03 {
		border-right: 1px solid #ffffff;
	}

	#snowWrapp .nav01 {
		/*width: 30%;*/
		width: 25%;
	}

	#snowWrapp .nav01 p {
		margin-top: 45px;
	}

	#snowWrapp .nav02 {
		/*width: 39%;*/
		width: 25%;
	}

	#snowWrapp .nav02 p {
		margin-top: 15px;
	}

	#snowWrapp .nav03 {
		/*width: 30%;*/
		width: 25%;
	}
	
	#snowWrapp .nav04 {
		/*width: 30%;*/
		width: 24%;
	}

	#snowWrapp .nav03 p {
		margin-top: 25px;
	}

	#snowWrapp .topNav ul li,
	#snowWrapp .topNav ul li a,
	#snowWrapp .bottomNav ul li {
		color: #ffffff;
	}

	#snowWrapp .topNav .active,
	#snowWrapp .bottomNav .active {
		color: #ffffff;
		font-size: 150%;
		background-color: #009844;
		padding: 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;

	}

	#snowWrapp .footerWrapp {
		background: none;
		height: auto
	}

	#snowWrapp .bottomNav {
		padding-top: 0;
	}

	/*tab01*/
	#tab01 .dougaContents,
	#tab01 .fastContents,
	#tab01 .secondContents,
	#tab01 .thirdContents {
		margin-bottom: 30px;
	}

	#tab01 .fastContents h2 {
		float: none;
		margin-bottom: 20px;
	}

	#snowWrapp #tab01 h3,
	#snowWrapp #tab02 h3,
	#snowWrapp #tab03 h3,
	#snowWrapp #tab04 h3 {
		font-size: 18px;
		line-height: 1.5;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#tab01 .conText p {
		font-size: 16px;

	}
	#tab01 h3 .conText-lineup {
		padding: 5px 10px;
		font-size: 14px;
	}

	#tab01 .fastContents,
	#tab01 .secondContents,
	#tab01 .thirdContents {
		margin-top: 30px;
	}

	#tab01 .cont {
		margin-bottom: 30px;
	}

	#tab01 .conText {
		width: 99%;
		margin: 0 auto 40px;
	}

	#tab01 .leftText {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}

	#tab01 .leftText02 {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}

	#tab01 .leftText03 {
		margin: 0 auto 40px;
	}

	#tab01 .conText-clm-L {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}

	#tab01 .conText-clm-R {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}

	#tab01 .conImg {
		width: 100%;
		float: none;
		margin: 0 auto 40px;
	}

	/*tab02*/
	#tab02 .panelList ul {
		width: 99%;
		margin: 0 auto;
	}

	#tab02 .img01 {
		width: 100%;
	}

	/*tab03*/
	#tab03 .respTav {
		width: 100%;
		background-color: #eceff1;
		margin-bottom: 25px;
	}

	#tab03 .respTav li {
		width: 50%;
		height: 80px;
		line-height: 1.7;
		font-size: 140%;
		float: left;
		text-align: center;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	#tab03 .respTav .active{
	background-color:#009844;
	color:#ffffff;
	}
  /*#tab03 table thead{
	display:none;
	}*/


#tab03 table .hsl2511JOn{
	display:none;
	}
#tab03 table .hss970nOn,
#tab03 table .hss1170nOn{
	display:none;
	}
#tab03 table .hsm1390iOn{
	display:none;
	}
#tab03 table .hsm1390iOn,
#tab03 table .hsm1590iOn{
	display:none;
	}
#tab03 table thead th,
#tab03 table thead td,
#tab03 table tbody th,
#tab03 table tbody td{
	height: auto;
	line-height:1.7;
	padding:10px 15px;
	vertical-align:middle;
	border:#fff solid 1px;
	}


#tab03 table{
	width:99%;
	table-layout: fixed;
	border:1px solid #ffffff;
	}

}







sup {
font-size: 10px;
vertical-align: top;
position: relative;
top: -0.1em;
}
#tab01 .cont-bnr{
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #bbbbbb;
}
#tab01 .cont-bnr .bold{
	font-size: 18px;
}

@media screen and (max-width: 736px) {
#tab01 .cont-bnr .bold{
	font-size: 18px;
}
}



/*201803add*/

lh13 {
	line-height:1.3
}

body,
#snowWrapp {
	overflow-x: hidden;
}

.w980 {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}

p.numbering{
	font-size:36px;
	line-height:42px;
	font-weight: bold;
	margin-bottom: 30px;
}

p.numbering span{
	color: #009844;
	font-size:24px;
	font-weight: bold;
}


@media screen and (min-width: 737px) {
div.linkAreaWrapper {
	background:#eceff1;
	width: 100%;
	margin: 0 -500% 100px;
	padding: 0 500%;
}

div.linkAreaWrapper2 {
	background:#eceff1;
	margin-bottom: 70px;
}

}

div.linkAreaInner {
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}


div.linkAreaInner ul {
	/* width: 500px; */
	width: 755px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}

/*div.linkAreaInner ul li:nth-child(1) {
	float: left;
	margin-bottom: 15px;
}

div.linkAreaInner ul li:nth-child(2) {
	float: right;
	margin-bottom: 15px;
}*/

div.linkAreaInner ul li {
	width: 245px;
	box-sizing: border-box;
}

div.linkAreaInner ul a {
	display: block;
	color: #000;
	width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	font-size: 16px;
}

div.linkAreaInner ul a::after {
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #009844;
  border-right: solid 2px #009844;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
}

div.linkAreaInner ul a.gosyoudan::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

div.linkAreaInner ul a:hover {
	opacity: 0.7;
}

div.linkAreaInner ul a.catalog {
	padding-left: 60px;
	background:url(../../../common/img/icon-cat.png) #fff 20px center no-repeat;
	background-size: 25px 18px;
}

div.linkAreaInner ul a.shop {
	padding-left: 60px;
	background:url(../../../common/img/icon-sales.png) #fff 20px center no-repeat;
	background-size: 25px 18px;
}

div.linkAreaInner ul a.gosyoudan {
	padding-left: 60px;
	background:url(../../../common/img/icon-letter.png) #c00 20px no-repeat;
	background-size: 25px 18px;
	color: #fff;
}
/*
div.linkAreaInner p.gosyoudan {
	clear: both;
	width: 500px;
	margin: 0 auto;
}

div.linkAreaInner p.gosyoudan a {
	background: #c00;
	width: 500px;
	display: block;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	position: relative;
}

div.linkAreaInner p.gosyoudan a::after {
		content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
}

div.linkAreaInner p.gosyoudan a:hover {
	opacity: 0.7;
}

div.linkAreaInner p.gosyoudan a span {
	font-size: 22px;
}

div.linkAreaInner p.gosyoudan a span em{
	font-style:normal;
	color: #fff;
	padding-left: 40px;
	background:url(../../../common/img/icon-letter.png) left no-repeat;
	background-size: 29px 21px;
}*/



div.linkAreaInner ul.second_item{
	display: none;
	width: 100%;
	position: absolute;
	margin: 0;
	background-color: #fff;
	box-sizing: border-box;
}
@media screen and (min-width: 737px) {
	div.linkAreaInner ul.second_item{
		width: 246px;
	}
}

div.linkAreaInner ul.second_item li{
	margin: 0;
    position: relative;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    text-align: left;
}

div.linkAreaInner ul.second_item li a {
	padding: 0 28px 0;
	font-size: 14px;
	color: #2b383f;
}

div.linkAreaInner ul.second_item li a::before {
	position: absolute;
	content: '';
	top: calc(50% - 4px);
	left: 13px;
	width: 4px;
	height: 4px;
	transform: scale(0.85, 1) rotate(-135deg);
	border-bottom: 2px solid #009844;
	border-left: 2px solid #009844;
}

div.linkAreaInner ul.second_item li a::after {
	content: none;
	}

div.linkAreaInner ul li a.shop {
	background-image: url(/lawn-garden/common/img/modal/ico_open.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
}

div.linkAreaInner ul li a.shop::before {
	display: inline-block;
	top: 22px;
	left: 20px;
	width: 35px;
	height: 20px;
	background: url(/lawn-garden/common/img/icon-shop.png) left center no-repeat;
	background-size: 25px auto;
	content: '';
}

div.linkAreaInner ul li a.shop::after {
	content: none;
}

div.linkAreaInner ul li a.open_second_item {
	background-image: url(/lawn-garden/common/img/modal/ico_close.png);
}
@media screen and (min-width: 737px) {
	div.linkAreaInner ul.second_item li {
		border: 1px solid #eceff1;
	}
	div.linkAreaInner ul.second_item li + li {
		border-top: none;
	}
	div.linkAreaInner ul.second_item li a:hover {
		color: #009844;
		text-decoration: underline;
	}
	div.linkAreaInner ul li a.shop::before {
		position: absolute;
	}
}
@media screen and (max-width: 736px) {
	div.linkAreaInner ul.second_item li:nth-child(1) {
		margin: 0;
	}
	div.linkAreaInner ul.second_item{
		position: relative;
	}
	div.linkAreaInner ul.second_item li{
		padding: 10px 0;
		border-top: 1px solid #eceff1;
	}
	div.linkAreaInner ul.second_item li a {
		font-size: 14px;
	}
	div.linkAreaInner ul.second_item li + li {
		border-top: 1px solid #eceff1;
	}
	div.linkAreaInner ul li a.shop {
		padding-left: 20px;
		background-position: right 10px center;
	}
	div.linkAreaInner ul li a.shop::before {
		background-size: 28px auto;
		margin-right: 6px;
	}
	div.linkAreaInner ul li a.shop::after {
		content: none;
	}
}


@media screen and (min-width: 737px) {
	.photo-w240 {
		width: 240px !important;
	}

	.photo-w264 {
		width: 264px !important;
	}

	.photo-w285 {
		width: 285px !important;
	}

	.photo-w350 {
		width: 350px !important;
	}

	.photo-w409 {
		width: 409px !important;
	}
}


@media screen and (max-width: 736px) {
	
	p.numbering{
		font-size:24px;
		line-height:1.3;
		padding-left:1.4em;
		text-indent:-1.4em;
		position: relative;
		margin-bottom: 50px;
	}
	
	p.numbering:after {
		content: "";
		display: block;
		width: 50px;
		padding-top: 20px;
		border-bottom: solid 3px #009844;
		position: absolute;
    	left: 0px;
	}
	
	div.w90per {
		width: 90%;
		margin: 0 5%;
		overflow: hidden;
	}

	div.linkAreaWrapper {
		background:#eceff1;
		margin: 0 -200%;
		padding: 0 200%;
		overflow: hidden;
	}
	

	div.linkAreaWrapper2 {
		background:#eceff1;
		margin: 0 -200%;
		padding: 0 200%;
		overflow: hidden;
	}

	

	div.linkAreaInner {
		width: 100%;
		padding: 10% 0;
	}


	div.linkAreaInner ul {
		width: 100%;
		flex-direction:column;
	}
	
	div.linkAreaInner ul li {
		width: 100%;
	}
	

	div.linkAreaInner ul li:nth-child(1) {
		/*float: none;
		width: 100%;*/
		margin-bottom: 10px;
	}

	div.linkAreaInner ul li:nth-child(2) {
		/*float: none;
		width: 100%;*/
		margin-bottom: 10px;
	}
	
	div.linkAreaInner ul li:nth-child(3) {
		/*float: none;
		width: 100%;*/
		/*text-align: center;*/
	}
	
		
	
	div.linkAreaInner ul a.gosyoudan {
		padding-left: 60px;
		/*background:url(../../../common/img/icon-letter.png) #c00 25% no-repeat;*/
		background-size: 25px 18px;
	}


	div.linkAreaInner ul a {
		display: block;
		color: #000;
		width: 100%;
		box-sizing: border-box;
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
		font-size: 16px !important;
	}
	
/*
div.linkAreaInner ul a::after {
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #009844;
  border-right: solid 2px #009844;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
}

div.linkAreaInner ul a:hover {
	opacity: 0.7;
}

div.linkAreaInner ul a.catalog {
	padding-left: 60px;
	background:url(../../../common/img/icon-cat.png) #fff 20px center no-repeat;
	background-size: 25px 18px;
}

div.linkAreaInner ul a.shop {
	padding-left: 60px;
	background:url(../../../common/img/icon-sales.png) #fff 20px center no-repeat;
	background-size: 25px 18px;
}*/

/*
div.linkAreaInner p.gosyoudan {
	width: 100%;
}

div.linkAreaInner p.gosyoudan a {
	width: 100%;
	padding: 20px 0;
}
*/
/*
div.linkAreaInner p.gosyoudan a::after {
		content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
}

div.linkAreaInner p.gosyoudan a:hover {
	opacity: 0.7;
}
*/
/*
div.linkAreaInner p.gosyoudan a span {
	display: block;
}


div.linkAreaInner p.gosyoudan a span em{
	font-size: 18px;
}
*/
}


/*-----------------20180326 add----------------------*/

/*保守・点検についてボタン*/
p.goMaintenance {
	width: 560px;
	margin: 60px auto;
}

p.goMaintenance a {
	display: block;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 30px 30px 30px 114px;
	color: #000;
	background:url(../../../common/img/icon-mainte.png) 30px center no-repeat;
	position: relative;
}

p.goMaintenance a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #009844;
  border-right: solid 2px #009844;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
}

p.goMaintenance a em {
	display: block;
	font-size: 18px;
	font-weight:bold;
	font-style: normal;
}

p.goMaintenance a:hover {
	border: 1px solid #009844;
}


@media screen and (max-width: 736px) {
	p.goMaintenance {
		width: 100%;
		margin: 0 auto;
	}

	p.goMaintenance a {
		padding: 4% 8% 4% 26%;
		background:url(../../../common/img/icon-mainte.png) 4% center no-repeat;
	}


	p.goMaintenance a em {
		font-size: 16px;
	}
	
}



/*メイン画像の所*/
.l-section-inner.mainHF2417 {
	padding: 0 0 0 60px;
}


@media screen and (max-width: 736px) {
	.l-section-inner.mainHF2417 {
		padding-left: 4.6875%;
		padding-right: 4.6875%;
	}
}

.product-box__wrap {
	display: grid;
	display: -ms-grid;
    grid-template-rows: 375px 1fr;
	grid-template-columns: 457px 1fr;
	-ms-grid-rows: 375px 1fr;
	-ms-grid-columns: 457px 1fr;
}

.product-box__wrap--left {
	display: flex;
	flex-direction: column;
}



#thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 464px;
	justify-content: space-between;
	margin-top: 19px;
}

#slider img {
	width: 464px;
}

#slider p {
	margin-top: 15px;
}

#thumbnail-list img{
  	width: 100%;
}

.thumbnail-item {
	width: 110px;
	margin-bottom: 10px;
}

.thumbnail-item:hover {
	cursor: pointer;
}

@media screen and (max-width: 736px) and (orientation: landscape) {
	.product-box__wrap {
		grid-template-rows: 670px 140px 355px !important;
	}
}

@media screen and (min-width: 420px) and (max-width: 536px) {
	.product-box__wrap {
		grid-template-rows: 53% 150px 355px !important;
	}
}

@media screen and (min-width: 537px) and (max-width: 636px) {
	.product-box__wrap {
		grid-template-rows: 57% 150px 355px !important;
	}
}

@media screen and (min-width: 637px) and (max-width: 736px) {
	.product-box__wrap {
		grid-template-rows: 750px 150px 355px !important;
	}
}

@media screen and (max-width: 736px) {
	.product-box__wrap {
		display: grid;
		display: -ms-grid;
		grid-template-rows: 456px 150px 355px;
		grid-template-columns: 100%;
	}

	.product-box {
		grid-row: 2/3;
	}

	.slider {
		width: 100%;
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		padding-top: 30px;
	}

	.slider .slick-prev {
		position: absolute;
		left: 0px !important;
		top: 50% !important;
	}

	.slider .slick-next {
		position: absolute;
		top: 50% !important;
		right: 0 !important;
	}

	.slick-next:before {
		top: 5px !important;
		left: 9px !important;
	}

	.slick-prev, .slick-next {
		z-index: 1;
	}

	.slick-prev:before {
		top: 5px !important;
		left: 5px !important;
	}

	.spec-detail {
		grid-row: 3/4;
    	grid-column: 1/2;
	}
	
	#thumbnail-list {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		width: 100%;
		justify-content: space-between;
		margin-top: 19px;
	}
	
	#slider img {
		width: 100%;
	}
	
	#thumbnail-list img{
		  width: 100%;
	}
	
	.thumbnail-item {
		width: 23%;
		margin-bottom: 10px;
	}
	
}

@media screen and (min-width: 737px) {
	.slider {
		width: 464px;
		grid-row: 1/ 3;
		grid-column: 2 / 3;
		padding-top: 30px;
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
	}

	.spec-detail {
		display: flex;
		justify-content:space-between;
		flex-direction: column;
		grid-column: 1 / 2;
		grid-row: 2;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
}



p.leadCopy {
	color: #009844;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}


p.kataban {
	font-size: 60px;
    line-height: 1.3;
	font-weight: bold;
	margin-bottom: 5px;
}



@media screen and (max-width: 736px) {
	p.leadCopy,p.kataban { display: none;}
}


.spec-detail ul {
	width: 405px;
}


@media screen and (max-width: 736px){
	.spec-detail {
		flex-direction:column;
	}

.spec-detail ul {
	width: 100%;
	}
}


.spec-detail ul li {
    border-top: 1px solid #bbb;
}

.spec-detail ul li:nth-child(1) {
	padding: 6px 15px;
}

.spec-detail ul li:nth-child(2) {
	padding: 10px 15px;
}

.spec-detail ul li:nth-child(3) {
	padding: 5px 15px;
}

.spec-detail ul li:nth-child(4) {
	padding: 10px 15px;
}

@media screen and (max-width: 736px) {
.spec-detail {
  margin-top: 0px;
}
}

.spec-detail ul {
  font-weight: bold;
  list-style: none;
}

@media screen and (max-width: 736px) {
	.spec-detail ul:nth-child(1) {
		margin-bottom: 0;
	}
	
	.spec-detail ul:nth-child(1) li:last-child {
  		border-bottom: none;
	}
}

.spec-detail ul li:last-child {
  /* border-bottom: 1px solid #bbb; */
}

.introduction_movie h2:after{
	content:"";
	display:block;
	width:50px;
	padding-top:20px;
	border-bottom:solid 3px #009844;
	margin-bottom:50px;
}

@media screen and (max-width: 736px) {
	.introduction_movie h2:after{
		padding-top: 30px;
	}
}

.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;
  -moz-box-pack:justify;
	-ms-box-pack:justify;
	box-pack:justify;
	flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.spec-detail dt {
  font-size: 22px;
  font-weight: bold;
}

.spec-detail dt.ls {
  letter-spacing: -0.05em;
}

@media screen and (max-width: 736px) {
.spec-detail dt {
    font-size: 18px;
  }
}

@media screen and (max-width: 736px) {
.spec-detail dt.sp-br {
    font-size: 14px;
  }
}

.spec-detail dt.text-pc-br {
  font-size: 16px;
}

@media screen and (max-width: 736px) {
.spec-detail dt.text-pc-br {
    font-size: 14px;
  }
}

.spec-detail dd {
  font-size: 28px;
  font-weight: bold;
}

.spec-detail dd span.unit {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
.spec-detail dd {
    font-size: 25px;
  }
}

.specCaution {
	color: #f00;
	margin-top: 10px;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

/*外観寸法図*/
ul.sunpouzu {
	display: flex;
	justify-content:space-between;
}

ul.sunpouzu li {
	width: 475px;
}

ul.sunpouzu li img {
	width: 100%;
}


@media screen and (max-width: 736px) {
	ul.sunpouzu {
		flex-direction:column
	}

	ul.sunpouzu li {
		width: 100%;
	}
	
	ul.sunpouzu li:nth-child(1) {
		margin-bottom: 8%;
	}
}

p.tenkenLead {font-size: 16px;}

@media screen and (max-width: 736px) {
	p.mainteCaution { font-size: 12px;}
}
 