@charset "UTF-8";
* {
	-webkit-appearance: none;
}
*:focus {
	outline: none;
}
body {
	min-width: 1000px;
	background: #fff url("../img/bg_top.png") no-repeat center top;
	color: #333;
	font-size: 12px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #2d99b4;
	text-decoration: underline;
	outline: none;
	transition: 0.3s;
}
a:hover {
	color: #2d99b4;
	text-decoration: none;
	outline: none;
}
area {
	border: none;
	outline: none;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.arrow {
	width: 0;
	height: 0;
	margin: 60px auto;
	border-style: solid;
	border-width: 92px 180px 0 180px;
	border-color: #eb6d95 transparent transparent transparent;
}
#container {
	width: 100%;
}
#trouble .ttl {
	background: url("../img/bg_trouble.png") no-repeat center top;
}
#trouble .arrow {
	margin-top: 50px;
}
#review {
	margin: 80px 0;
}
#review .inner {
	height: 700px;
	background: url("../img/bg_review.png") no-repeat left bottom;
}
#review .inner > .ttl {
	text-align: center;
}
#review .inner .main {
	width: 663px;
	margin: 25px 0 0 317px;
}
#review .inner .main ul li {
	height: 170px;
	border-bottom: solid 10px #f1d8d9;
}
#review .inner .main ul li:last-child {
	border-bottom: none;
}
#review .inner .main ul li dl dt {
	float: left;
	width: 120px;
	margin: 30px 10px 10px;
}
#review .inner .main ul li:nth-child(2) dl dt {
	margin-top: 27px;
}
#review .inner .main ul li dl dt .prof {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}
#review .inner .main ul li dl dd {
	float: left;
	width: 523px;
	margin-top: 50px;
	font-size: 16px;
	line-height: 26px;
}
#notes {
	margin-top: 55px;
}
#notes .inner {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
#btn_detail {
	margin-top: 50px;
}
#btn_detail .inner .btn {
	text-align: center;
}
#footer {
	height: 60px;
	margin-top: 80px;
	background: #e0e0e0;
}
#footer .inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 60px;
	font-size: 14px;
}
