@charset "Shift_JIS";
.handle_how_to{
	background: #F9F8F3;
	padding: 80px 0 60px;
	font-size: 16px;
}
.handle_how_to h3{
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 70px;
}
.handle_how_to h3::after{
	content: '';
	display: block;
	position: absolute;
	width: 127px;
	border-top: 2px solid #bbbbbb;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.handle_how_to h4{
	border-left: 2px solid #BA1B11;
	line-height: 1;
	position: relative;
	margin-left: 71px;
	padding-left: 15px;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: bold;
}
.handle_how_to .torituke h4{
	margin-bottom: 40px;
}
.handle_how_to h4::after{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	border-left: 2px solid #BA1B11;
	border-right: 2px solid #BA1B11;
	left: 2px;
	top: 0;
	line-height: 1;
}

.handle_how_to .torituke ol{
	width: 800px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.handle_how_to .torituke ol li{
	width: 180px;
	position: relative;
	line-height: 1.5;
}
.handle_how_to .torituke ol li::before{
	content: '';
	display: block;
	position: absolute;
	width: 57px;
	height: 24px;
	top: -9px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/handle_s1.png) no-repeat top center;
}
.handle_how_to .torituke ol li:nth-child(2)::before{
	background: url(../img/handle_s2.png) no-repeat top center;
}
.handle_how_to .torituke ol li:nth-child(3)::before{
	background: url(../img/handle_s3.png) no-repeat top center;
}
.handle_how_to .torituke ol li:nth-child(4)::before{
	background: url(../img/handle_s4.png) no-repeat top center;
}
.handle_how_to .torituke ol li figure{
	margin-bottom: 15px;
}
.handle_how_to .torituke ol li::after{
	content: '';
	display: block;
	position: absolute;
	padding: 6px;
	border-top: 2px solid #BBBBBB;
	border-right: 2px solid #BBBBBB;
	transform: rotate(45deg);
	right: -16px;
	top: 91px;
}

.handle_how_to .torituke ol li:last-child::after{
	display: none;
}
.handle_how_to .torihazusi p{
	padding: 0 90px;
}
.handle_how_to .torihazusi{
	margin-bottom: 80px;
}
.handle_how_to .care_point div{
	width: 795px;
	margin: auto;
	padding-left: 4px;
	padding-right: 2px;
	margin-bottom: 30px;
}
.handle_how_to .care_point div p{
	width: 450px;
	margin-right: 25px;
}

.handle_how_to .torituke,.handle_how_to .care_point{
	position: relative;
	height: 240px;
	overflow:hidden;
	transition: 1s;
}
.handle_how_to .torituke{
	height: 250px;
}
.handle_how_to .more{
	position: absolute;
	width: 96px;
	margin: auto;
	text-align: right;
	border: 1px solid #666666;
	border-radius: 1em;
	padding-right: 10px;
	box-sizing: border-box;
	line-height: 1.7;
	left: 0;
	right: 0;
	top: 170px;
	z-index: 2;
	height: 23px;
	font-size: 12px;
	padding-top: 1px;
	cursor: pointer;

	height: 100px;
    width: 100px;
    border-radius: 50%;
    padding-top: 38px;
    padding-right:0;
	top: 140px;
	text-align:center;
	font-size:13px;
}
.handle_how_to .more:hover{
	background:#ccc
}

.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: 100%;
	height: 170px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.handle_how_to .open::after{
	display: none;
}
.handle_how_to .torituke{
	overflow:hidden
}
.handle_how_to .red{
	color: #ba1b11;
}
.handle_how_to .small{
	font-size:12px
}