/* ******************************
食器棚の選び方
****************************** */
.howto {
	margin:5rem auto;
}
.howto_lead {
	display: flex;
	flex-wrap: wrap;
}
.howto_lead .image {
	flex-basis: 326px;
}
.howto_lead .text {
	flex-basis: 542px;
	display: flex;
	flex-direction: column;
	padding: 3.5rem;
	background-color: #69bbb8;
	color: #fff;
}
.howto_lead .text h2 {
	font-size: 1.5rem;
	text-align: center;
	margin-top:1rem;
	margin-bottom:0.5rem;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:2px;
}
.howto_lead .text h2 span {
	font-size:0.8rem;
	letter-spacing:1.8px;
}
.howto_lead .text p {
	line-height:1.9;
	font-size:1.1rem;
}
.howto_lead .image img {
	display: block;
}
.howto .col3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;	
}
.howto .col3 li {
	width: calc(33.33%);
}

.howto_point {
	margin-top: 3rem;
	padding: 2rem;
	border: solid 0.5rem #f7f5f5;
}
.howto_point h3 {
	font-size: 1.2rem;
	text-align: center;
	margin-top:0;
}
.howto_point p {
	font-size:0.9rem;
}

.howto_point .col2 {
	margin-top: 1.5em;
	display: flex;
	justify-content: space-around;
	align-items:center;
}
.howto_point .col2 .image {
    flex-basis:230px;
}
.howto_point .col2 .text {
	flex-basis:610px;
}
.howto_point .col2 .text p:first-child {
	margin-top:0;
}
.howto_point .col2 .text p:last-child {
	font-size:0.75rem;
}
.howto .col4 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;	
}
.howto .col4 li {
	width: calc(22%);
	margin-top:1.5rem;
}
.howto .p2col3 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;	
}
.howto .p2col3 li {
	width: calc(48%);
	margin-top:3rem;
}
.howto .p2col3 li img {
	max-width:100%;
}
.howto .p2col3 li dt {
	background-color: #69bbb8;
	color: #fff;
	font-size:1.1rem;
	letter-spacing:1px;
	font-weight:bold;
	text-align:center;
    padding:0.8rem 0;
    width: calc(99.6%);
}
.howto .p2col3 .text p:first-child {
	text-align:center;
	font-size:1.1rem;
	font-weight:bold;
}
.howto .p2col3 .text p:last-child {
	margin-top:0.5rem;
}