@charset "utf-8";


/*------------------------------------------------------------
	芝刈機を使う際のポイント
-------------------------------------------------------------*/	
p{
	letter-spacing: 0.1em;
}

p.img_none{
	width: 240px;
	margin: 0 auto;
	margin-bottom: 20px;
}

p.img_none img{
	display: inline;
	width: 100%;
	height: auto;
}

.grass_point{
	font-family: "ヒラギノ角ゴ W6 JIS2004", Hiragino Kaku Gothic W6 JIS2004, "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    background-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 18px;
	background: #009844;
	display: inline-block;
	color: #FFF;
	line-height: 1;
}

td.square{
	color: #d8491a;
}

.cp_rightPhoto .copy{
	width: 580px;
	padding: 0;
}

.cp_rightPhoto .copy p span.narrow{
	letter-spacing: 0.07em;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.illust {
	width: 300px;	
}

.cp_rightPhoto .copy.storage{
	width: 410px;
	padding: 0;
}
.storage .photo {
	width: 350px;	
}

.w_lawn{
	width: 94px;
	height: 98px;
}

.j_lawn{
	width: 161px;
	height: 98px;
}

/*------------------------------------------------------------
	使用後のメンテナンス
-------------------------------------------------------------*/	

.point_box .cp_rightPhoto.point{
	margin-top: -10px;
	margin-bottom: 0;
	padding-left: 0;
} 

.point_box .cp_rightPhoto.point h6{
	line-height: 1.8;
}

.point_box .cp_rightPhoto.point .photo{
	width: 350px;
}


/*------------------------------------------------------------
	故障かな？と思ったら
-------------------------------------------------------------*/	
.faq_box{
    margin-top: 40px;
    margin-bottom: 80px;
}

.faq_list {
	box-sizing: border-box;
    clear: both;
    width: 100%;
    padding: 10px 0 10px 40px;
    border: 1px solid gray;
    margin-bottom: 20px;
}

.faq_list dt.question {
    background-size: 15px;
    padding: 10px 10px 10px 2em;
    cursor: pointer;
    margin: 0;
    position: relative;
    letter-spacing: 0.1em;
}

.faq_list dt.question:before {
	content: 'Q：';
	color: #009844;
	font-family: "ヒラギノ角ゴ W6 JIS2004", Hiragino Kaku Gothic W6 JIS2004, "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	position: absolute;
	left: 0;
}

.faq_list dt::after{
	content: '';
	border-top: 2px solid gray;
	border-right: 2px solid gray;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	transform: rotate(135deg);
	margin-top: -5px;
}

.faq_list dt.active::after {
    content: '';
	border-top: 2px solid gray;
	border-right: 2px solid gray;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	transform: rotate(315deg);
	margin-top: -5px;
}
.faq_list dt.over {
    border-color: #009844;
    z-index: 5000;
}

.faq_list dd.answer {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 10px 0px;
    margin: 0;
}

.faq_list dd.answer ul li {
	font-size: 15px;
	margin-bottom: 30px;
	padding-left: 2em;
	padding-right: 100px;
	position: relative;
	letter-spacing: 0.08em;
}

.faq_list dd.answer ul li::before {
	content: 'A：';
	color: #009844;
	display: inline-block;
	position: absolute;
	left: 0;
	font-family: "ヒラギノ角ゴ W6 JIS2004", Hiragino Kaku Gothic W6 JIS2004, "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.faq_list dd.answer ul li span {
	font-family: "ヒラギノ角ゴ W6 JIS2004", Hiragino Kaku Gothic W6 JIS2004, "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	width: 100%;
	display: block;
	font-size: 16px;
}


/*------------------------------------------------------------
	For Sp
-------------------------------------------------------------*/	

@media only screen and (max-width: 736px) {

	/*--------------------------------------------------------
		芝刈機を使う際のポイント
	---------------------------------------------------------*/	

	.grass_point{
		height: 24px;
		line-height: 24px;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.cp_rightPhoto .copy,
	.cp_rightPhoto .copy.storage{
		width: 100%;
		padding: 0;
	}

	.illust,
	.storage .photo {
		width: 100%;
	}

	.illust img {
		display: block;
		margin: 30px auto;
	}


	.w_lawn{
		width: 125px;
		height: 76px;
	}

	.j_lawn{
		width: 100px;
		height: 104px;
	}

	.point_box .cp_rightPhoto.point{
		margin-bottom: 0;
	}

	.point_box .cp_rightPhoto.point .photo{
		width: 100%;
		margin-top: 20px;
	}
	/*--------------------------------------------------------
		故障かな？と思ったら
	---------------------------------------------------------*/	

	.faq_box{
	    margin-top: 25px;
	    margin-bottom: 40px;
	}
	
	.faq_list{
		box-sizing: border-box;
		padding: 20px 20px 0 20px;
		font-size: 14px;
	}

	.faq_list dt.question {
		padding: 0 0 0 2em;
		margin-bottom: 25px;
	}

	.faq_list dt::after{
		right: 0px;
	}

	.faq_list dt.active::after {
		right: 0;
	}

	.faq_list dd.answer {
	    padding: 0;
	}

	.faq_list dd.answer ul li {
		font-size: 14px;
		padding:0 0 0 2em;
		letter-spacing: -0.03em;
		margin-bottom: 25px;
	}

	.faq_list dd.answer ul li span {
		font-size: 14px;
	}
}

