

/* milufuwabc */
#milufuwabc{
	width: 1000px;
	margin: auto auto 30px;
	color: #604c3f;
	font-family: Helvetica,Arial,"僸儔僊僲妏僑 Pro W3","Hiragino Kaku Gothic ProN","儊僀儕僆",Meiryo,"俵俽 俹僑僔僢僋","MS PGothic",sans-serif;
}

/* css */
#milufuwabc .clearfix:after{
	content: "";
	clear: both;
	display: block;
}
#milufuwabc .pc{
	display: block;
}
#milufuwabc .sp{
	display: none;
}
#milufuwabc .box{
	background: #fdece8;
	padding: 30px 0;
}

/* main */
#milufuwabc .main{
	min-height: 520px;
	background: url(../image/main_bg.jpg) no-repeat -200px top;
	background-size: 125%;
	padding: 60px 30px 0;
	border-top: #f4b3bb solid 8px;
	border-bottom: #f4b3bb solid 8px;
}
#milufuwabc .main h2{
	margin-bottom: 30px;
}
#milufuwabc .main p{
	font-size: 20px;
	line-height: 2;
}

/*detail*/
#milufuwabc .detail{
	width: 800px;
	margin: auto auto 30px;
	position: relative;
}

#milufuwabc .detail .title{
	width: 438px;
	text-align: center;
	margin-bottom: 30px;
}
#milufuwabc .detail h3{
	color: #ef858c;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#milufuwabc .detail h3 span{
	display: block;
	line-height: 1.8;
	border-bottom: 3px dotted #ef858c;
}
#milufuwabc .detail .pht_product{
	display: block;
	width: 340px;
	height: auto;
	position: absolute;
	top:30px;
	right: 0;
}
#milufuwabc .detail .read{
	width: 438px;
	text-align: center;
	margin-bottom: 30px;
}
#milufuwabc .detail .ill_01{
	display: block;
	width: 438px;
	height: auto;
	margin-bottom: 10px;
}
#milufuwabc .detail .read p span{
	display: block;
	line-height: 1.8;
	border-bottom: 2px solid #ef858c;
}

#milufuwabc .detail .read dl{
	text-align: center;
	margin: 10px 0;
}
#milufuwabc .detail .read dt{
	display: inline-block;
	border: 1px solid #604c3f;
	padding: 3px;
}
#milufuwabc .detail .read dd{
	display: inline-block;
}

/* howto */
#milufuwabc .howto{
	background: #fff4f2;
	width: 800px;
	margin: auto;
	padding: 30px 0;
}
#milufuwabc .howto h3{
	text-align: center;
	margin-bottom: 10px;
}
#milufuwabc .howto h3 img{
	width: 200px;
	height: auto;
}
#milufuwabc .howto dl{
	margin: 20px 20px 0;
	display: flex;
	flex-wrap: wrap;
}
#milufuwabc .howto dt{
	font-size: 20px;
	line-height: 1;
	color: #fff;
	width: 100px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding:0 20px;
	background: #ef858c;
	border-top-left-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0px;
}

#milufuwabc .howto dt span{
	font-size: 140%;
	margin-right: 0.1em;
}
#milufuwabc .howto dd{
	font-size: 16px;
	background: #fff;
	width: 560px;
	margin-bottom: 40px;
	padding: 20px;
	word-break: break-all;
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 20px;
	position: relative;
}
#milufuwabc .howto dd::after{
	content: "";
	display: block;
	width: 46px;
	height: 26px;
	background: url(../image/icon2.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -35px;
	left: calc(50% - 92px)
/*	left: 34.5%;*/
}
#milufuwabc .howto dt:last-of-type,
#milufuwabc .howto dd:last-of-type{
	margin-bottom: 0;
}

#milufuwabc .howto dd:last-of-type::after{
	content: none;
}


@media (max-width: 768px) {/* SP ----------------------------------------*/
/* milufuwabc */
#milufuwabc{
	width: auto;
}

/* css */
#milufuwabc .pc{
	display: none;
}
#milufuwabc .sp{
	display: block;
}



#milufuwabc .main{
	min-height: auto;
	background: url(../image/main_bg.jpg) no-repeat 68% top;
	background-size: 136%;
	padding: 4%;
}
#milufuwabc .main h2{
	margin-bottom: 20px;
}
#milufuwabc .main h2 img{
	width: 52%;
	height: auto;
}
#milufuwabc .main p{
	font-size: 14px;
	line-height: 1.4;
	width: 54%;
}


/*detail*/
#milufuwabc .detail{
	width: auto;
	padding:0 4%;
}

#milufuwabc .detail .title{
	width: auto;
	margin-bottom: 10px;
}
#milufuwabc .detail h3{
	font-size: 20px;
}
#milufuwabc .detail .pht_product{
	display: block;
	width: 60%;
	max-width: 640px;
	height: auto;
	position: relative;
	top:auto;
	right:auto;
	margin: auto auto 10px;
}
#milufuwabc .detail .read{
	width: auto;
}
#milufuwabc .detail .ill_01{
	width: auto;
	height: auto;
}

#milufuwabc .detail .read dl{
	margin: 20px 0 0;
	text-align: left;
}
#milufuwabc .detail .read dt{
	margin-bottom: 3px;
}
#milufuwabc .detail .read dd{
	text-align: left;
}



/* howto */
#milufuwabc .howto{
	width: auto;
	padding:20px 0;
}
#milufuwabc .howto h3 img{
	width: 50%;
	max-width: 300px !important;
	height: auto;
}
#milufuwabc .howto dt{
	font-size: 18px;
	width: 100%;
	display: block;
	margin-bottom: 0;
	padding:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#milufuwabc .howto dd{
	font-size: 16px;
	background: #fff;
	width: 100%;
/*	margin-bottom: 10px;*/
	padding: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#milufuwabc .howto dd::after{
	left: calc(50% - 23px);
}



/* SP ----------------------------------------*/
}


