﻿@charset "utf-8";
/* CSS Document */
@import "sp.css" screen and (max-width: 767px);

#review {
	overflow:hidden;
	line-height:1.8;
	width:730px;
}
#review .title h1 {
	margin:0;
}

#review .revew_detail {
	background:url(https://manoamano.itembox.design/item/image/campaign/review/new_review_d01_03.jpg?) 0 top no-repeat,url(https://manoamano.itembox.design/item/image/campaign/review/new_review_d06.jpg) 0 bottom no-repeat,url(https://manoamano.itembox.design/item/image/campaign/review/new_review_d07.jpg) 0 0 repeat-y;
    padding: 70px 80px;
	overflow:hidden;
}
#review .revew_detail dt {
	font-weight:bold;
	margin-top:20px;
	font-size:14px;
	}
#review .revew_detail dd{
	line-height:1.8;
	}
#review .revew_detail ol {
	margin:10px 30px;
	overflow:hidden;
	background:#DCEAED;
	padding:30px;
	border: 1px solid #d4e1e4;
	border-radius: 3px;
}
#review .revew_detail ol li {
   list-style: inside decimal-leading-zero;
}
#review .revew_detail ul {
    list-style: outside disc;
	margin-left:20px;
}
#review .mailBtn {
	background-image:url(https://manoamano.itembox.design/item/image/campaign/review/new_review_d05.jpg);
	background-position: center bottom;
	text-align:center;
	padding:0 0 50px;
}