@charset "Shift_JIS";
.handle_how_to img{
	width: 100%;
	height: auto;
}
.handle_how_to{
	background: #F9F8F3;
	padding: 10% 0 6%;
}
.handle_how_to h3{
	text-align: center;
	position: relative;
	padding-bottom: 3%;
	margin-bottom: 10%;
}
.handle_how_to h3::after{
	content: '';
	display: block;
	position: absolute;
	width: 18%;
	border-top: 4px solid #bbbbbb;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.handle_how_to h4{
	border-left: 0.15em solid #BA1B11;
	line-height: 1;
	position: relative;
	margin-left: 5.33%;
	padding-left: 3%;
	margin-bottom: 5%;
}
.handle_how_to .torituke h4{
	margin-bottom: 9.3%;
}
.handle_how_to h4::after{
	content: '';
	display: block;
	position: absolute;
	width: 0.1em;
	height: 100%;
	border-left: 0.15em solid #BA1B11;
	border-right: 0.15em solid #BA1B11;
	left: 0.1em;
	top: 0;
	line-height: 1;
}
.handle_how_to .torituke ol{
	width: 81.6%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.handle_how_to .torituke ol li{
	width: 47.38%;
	position: relative;
	margin-bottom: 1.5em;
}
.handle_how_to .torituke ol li::before{
	content: '';
	display: block;
	position: absolute;
	width: 90.33%;
	height: 1.5em;
	top: -3.5%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/handle_s1.png) no-repeat top center;
	background-size: contain;
}
.handle_how_to .torituke ol li:nth-child(2)::before{
	background: url(../img/handle_s2.png) no-repeat top center;
	background-size: contain;
}
.handle_how_to .torituke ol li:nth-child(3)::before{
	background: url(../img/handle_s3.png) no-repeat top center;
	background-size: contain;
}
.handle_how_to .torituke ol li:nth-child(4)::before{
	background: url(../img/handle_s4.png) no-repeat top center;
	background-size: contain;
}
.handle_how_to .torituke ol li figure{
	margin-bottom: 4%;
}
.handle_how_to .torituke ol li::after{
	content: '';
	display: block;
	position: absolute;
	padding: 0.27em;
	border-top: 3px solid #BBBBBB;
	border-right: 3px solid #BBBBBB;
	transform: rotate(45deg);
	right: -7%;
	top: 4.3em;
}
.handle_how_to .torituke ol li:last-child::after{
	display: none;
}
.handle_how_to .torihazusi p{
	padding: 0 9%;
}
.handle_how_to .torihazusi{
	margin-bottom: 10%;
}
.handle_how_to .care_point>div{
	width: 81.33%;
	margin: 0 auto 5%;
}
.handle_how_to .care_point>div div figure{
	width: 49.18%;
}
.handle_how_to .care_point>div div{
	margin-bottom: 2%;
}
.handle_how_to .red{
	color: #ba1b11;
}
.handle_how_to .torituke,.handle_how_to .care_point{
	position: relative;
	height: calc(15em + 80px);
	overflow:hidden
}
.handle_how_to .care_point{
	height: 17em;
}
.handle_how_to .more{
	position: absolute;
	width: 33.66%;
	margin: auto;
	text-align: right;
	border: 2px solid #666666;
	border-radius: 1em;
	padding-right: 1em;
	box-sizing: border-box;
	line-height: 1.7;
	left: 0;
	right: 0;
	top: 15em;
	z-index: 2;

	height: 100px;
    width: 100px;
    border-radius: 50%;
    padding-top: 38px;
    padding-right:0;
	top: 54%;
	text-align:center;
	font-size:13px;
	border: 1px solid #666666;
}

.handle_how_to .more::before{
	content: '';
	display: inline-block;
	position: relative;
	padding: 0.27em;
	border-top: 0.1em solid;
	border-left: 0.1em solid;
	top: -0.2em;
	left: -0.4em;
	transform: rotate(-135deg);

	display: none;
}
.handle_how_to .torituke::after,.handle_how_to .care_point::after{
	content: '';
	display: block;
	background: -moz-linear-gradient(top,  rgba(249,248,243,0) 0%, rgba(249,248,243,1) 50%, rgba(249,248,243,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(249,248,243,0) 0%,rgba(249,248,243,1) 50%,rgba(249,248,243,1) 100%);
	background: linear-gradient(to bottom,  rgba(249,248,243,0) 0%,rgba(249,248,243,1) 50%,rgba(249,248,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f8f3', endColorstr='#f9f8f3',GradientType=0 );
	width: 100vw;
	height: calc(13em + 100px);
	position: absolute;
	bottom: 0;
	left: 0;
}
.handle_how_to .torituke{
	overflow:hidden
}

.handle_how_to .open::after{
	display: none;
}