#howtocare #visual{
	text-align: center;
}

#howtocare #lead{
	padding: 50px 0 80px;
}

#howtocare #lead h2{
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 30px;
}

#howtocare #lead p{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 110%;
	margin-bottom: 50px;
}

#howtocare #lead ul{
	display: flex;
	justify-content: center;
	max-width: 935px;
	margin: 0 auto;
}

#howtocare #lead ul li{
	width: 30%;
	display: block;
	margin: 0 1.5%;
}

#howtocare #lead ul li a{
	position: relative;
	display: block;
	line-height: 100%;
	padding: 16px 22px;
	background-color: #5F4C34;
	text-decoration: none;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
}

#howtocare #lead ul li a::after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -7px;
	right: 20px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

/* CARE1
================================*/

#howtocare #care1{
	background-color: #F2F2F2;
	padding: 50px 0 50px;
}

#howtocare #care1 .en-title{
	text-align: center;
	margin-bottom: 15px;
}

#howtocare #care1 h2{
	text-align: center;
	margin-bottom: 30px;
}

#howtocare #care1 .layout{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 687px;
	margin: 0 auto;
}

#howtocare #care1 .layout .box{
	position: relative;
	width: 306px;
	margin-bottom: 60px;
}

#howtocare #care1 .layout .box h3{
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 2.1rem;
}

#howtocare #care1 .layout .box h3 span{
	position: absolute;
	top: 0;
	left: 0;
}

#howtocare #care1 .layout .box .image{
	margin-bottom: 1rem;
}

#howtocare #care1 .layout .box p{
	font-size: 1.4rem;
}


/* CARE2
================================*/
#howtocare #care2{
	background-color: #5F4C34;
	padding: 50px 0 50px;
}

#howtocare #care2 .en-title{
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

#howtocare #care2 h2{
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}

#howtocare #care2 .layout{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 712px;
	margin: 0 auto;
}

#howtocare #care2 .en-title{
	text-align: center;
	margin-bottom: 15px;
}

#howtocare #care2 h2{
	text-align: center;
	margin-bottom: 30px;
}

#howtocare #care2 .layout .box{
	position: relative;
	width: 340px;
	background-color: #fff;
	padding: 8px 22px;
}

#howtocare #care2 .layout .box h3{
	text-align: center;
}

#howtocare #care2 .layout .box h3 span{
	margin-right: 30px;
	vertical-align: middle;
}

#howtocare #care2 .layout .box .image{
}

#howtocare #care2 .layout .box p{
	font-size: 1.4rem;
	padding: 10px 0 30px;
}


/* CARE3
================================*/

#howtocare #care3{
	padding: 50px 0 70px;
}

#howtocare #care3 .en-title{
	text-align: center;
	margin-bottom: 15px;
}

#howtocare #care3 h2{
	text-align: center;
	margin-bottom: 30px;
}

#howtocare #care3 .layout{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 620px;
}

#howtocare #care3 .layout .box{
	margin-bottom: 50px;
}

#howtocare #care3 .layout .box h3{
	font-size: 2rem;
	font-weight: bold;
	padding-left: 20px;
	line-height: 36px;
}

#howtocare #care3 .layout .box span.q{
	width: 36px;
	line-height: 36px;
	background-color: #3C1E00;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}

#howtocare #care3 .layout .box .row{
	display: flex;
	margin-bottom: 15px;
}

#howtocare #care3 .layout .box .row .a{
	width: 36px;
	background-color: #EBE8E5;
	color: #3C1E00;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}

#howtocare #care3 .layout .box .row p{
	flex: 1;
	padding-left: 20px;
	font-size: 1.7rem;
	font-weight: bold;
}

#howtocare #care3 .layout .box p.annotation{
	font-size: 1.3rem;
	font-weight: 500;
	padding-top: 1rem;
}



/*--------------------------------------
	Smartphone
----------------------------------------*/

@media screen and (max-width: 767px) {

#howtocare #lead {
	padding: 20px 20px 50px;;
}

#howtocare #lead h2{
	font-size: 1.5rem;
}

#howtocare #lead p{
	font-size: 1.4rem;
	line-height: 150%;
}

#howtocare #lead ul{
	display: block;
}

#howtocare #lead ul li{
	width: 100%;
	margin: 0 0 15px;
}

#howtocare #care1{
	padding: 30px 0;
}

#howtocare #care1 .layout{
	display: block;
	padding: 0 15px;
}

#howtocare #care1 .layout .box{
	width: 100%;
	margin-bottom: 40px;
}

#howtocare #care1 .layout .box h3{
	font-size: 1.7rem;
}

#howtocare #care2{
	padding: 30px 0;
}

#howtocare #care2 .layout{
	display: block;
	padding: 0 15px;
}

#howtocare #care2 .layout .box{
	width: 100%;
	margin-bottom: 40px;
}

#howtocare #care2 .layout .box h3{
	font-size: 1.7rem;
}

#howtocare #care2 .layout .box h3 span{
	display: inline-block;
}

#howtocare #care3{
	padding: 30px 0;
}


#howtocare #care3 .layout{
	padding: 0 15px;
}

#howtocare #care3 .layout .box h3{
	font-size: 1.7rem;
	line-height: 150%;
}

#howtocare #care3 .layout .box .row p{
	font-size: 1.5rem;
}

}