@charset "UTF-8";
* {
	-webkit-appearance: none;
}
*:focus {
	outline: none;
}
body {
	min-width: 1000px;
	background: #f1f8fe;
	color: #333;
	font-size: 12px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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%;
	background: url("../img/bg_head.png") no-repeat center top;
	background-size: 100% 120px;
}
#top {
	padding-top: 54px;
	background: url("../img/bg_top.png") no-repeat center top;
}
#sp_top {
	display: none;
}
.frm {
	background: url("../img/bg_main.png") repeat-y center top;
}
.s-ttl {
	min-height: 70px;
	background: url("../img/bg_ttl.png") no-repeat center bottom;
	color: #235ea5;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}
.btn-detail {
	width: 600px;
	margin: 0 auto;
}
.btn-detail .btn a {
	text-decoration: none;
}
.btn-detail .btn a div {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 600px;
	height: 80px;
	border-radius: 3px;
	background: #d9304a url("../img/btn_arrow.png") no-repeat right 20px center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
#whats {
	padding-top: 50px;
	background: url("../img/bg_whats.png") no-repeat center top;
}
#whats .inner .balloon-l {
	margin-top: 50px;
}
#whats .inner .balloon-l .icon {
	float: left;
	width: 170px;
	height: 170px;
}
#whats .inner .balloon-l .comment {
	float: right;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 745px;
	min-height: 140px;
	margin: 20px 60px 0 0;
	padding: 30px 40px;
	border-radius: 20px;
	background: #fff;
	font-size: 26px;
	line-height: 40px;
}
#whats .inner .balloon-l .comment:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 25px;
	left: -20px;
	border-style: solid;
	border-width: 0 25px 25px 0;
	border-color: transparent #fff transparent transparent;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}
#whats .inner .balloon-r {
	margin-top: 30px;
}
#whats .inner .balloon-r .icon {
	float: right;
	width: 170px;
	height: 170px;
}
#whats .inner .balloon-r .comment {
	float: left;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 740px;
	min-height: 140px;
	margin: 20px 0 0 60px;
	padding: 30px 40px;
	border-radius: 20px;
	background: #adf470;
	font-size: 26px;
	line-height: 40px;
}
#whats .inner .balloon-r .comment:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 20px;
	right: -30px;
	border-style: solid;
	border-width: 15px 0 15px 50px;
	border-color: transparent transparent transparent #adf470;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
#whats .inner .balloon-r .comment .figure {
	margin-top: 20px;
	text-align: center;
}
#recommended {
	margin: 100px 0 80px;
}
#recommended .inner .main {
	margin-top: 50px;
}
#recommended .inner .main .left {
	float: left;
	width: 800px;
}
#recommended .inner .main .left ul li {
	float: left;
	width: 350px;
}
#recommended .inner .main .left ul li:nth-child(even) {
	margin-left: 90px;
}
#recommended .inner .main .left ul li:nth-child(3) {
	width: auto;
	margin-top: 40px;
}
#recommended .inner .main .left ul li:nth-child(3) .img {
	float: left;
}
#recommended .inner .main .left ul li .txt {
	margin-top: 20px;
}
#recommended .inner .main .left ul li .txt dl {
	font-size: 20px;
	line-height: 30px;
}
#recommended .inner .main .left ul li:nth-child(3) .txt {
	float: left;
	margin: 50px 0 0 20px;
}
#recommended .inner .main .left ul li .txt dl dt {
	width: 20px;
	float: left;
	clear: both;
}
#recommended .inner .main .left ul li .txt dl dd {
	margin-left: 20px;
}
#recommended .inner .main .right {
	float: right;
	width: 180px;
	margin-left: 20px;
	text-align: right;
}
#voice {
	width: 1000px;
	margin: 100px auto 0;
}
#voice .frm {
	height: 620px;
	margin-top: 40px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
#point {
	margin: 100px 0 80px;
}
#point .inner .lst-top {
	margin-top: 40px;
}
#point .inner .lst-top li {
	float: left;
	width: 240px;
	height: 330px;
	background: url("../img/bg_point.png") no-repeat;
}
#point .inner .lst-top li:nth-child(n + 2) {
	margin-left: 12px;
}
#point .inner .lst-top li .txt {
	padding-top: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
#point .inner .lst-top li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#point .inner .sp-lst-top {
	display: none;
}
#point .inner .lst-btm {
	margin-top: 100px;
}
#point .inner .lst-btm li .main {
	min-height: 180px;
	background-repeat: no-repeat;
	background-position: right 40px top;
}
#point .inner .lst-btm li:nth-child(n + 2) {
	margin-top: 50px;
}
#point .inner .lst-btm li:nth-child(1) .main {
	background-image: url("../img/point_b_1.png");
}
#point .inner .lst-btm li:nth-child(2) .main {
	background-image: url("../img/point_b_2.png");
}
#point .inner .lst-btm li:nth-child(3) .main {
	background-image: url("../img/point_b_3.png");
}
#point .inner .lst-btm li:nth-child(4) .main {
	background-image: url("../img/point_b_4.png");
}
#point .inner .lst-btm li .main .ttl {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 30px;
	padding-left: 10px;
	border-left: solid 10px #1f92bf;
	font-size: 24px;
	font-weight: bold;
}
#point .inner .lst-btm li .main .txt {
	width: 700px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
}
#bottom {
	height: 226px;
	background: url("../img/bg_bottom.png") no-repeat center top;
}
#footer {
	height: 60px;
	background: #e0e0e0;
}
#footer .inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 60px;
	font-size: 14px;
}
/*------- Media Queries -------*/
@media only screen and (max-width: 414px) {
	body {
		min-width: auto;
	}
	.inner {
		width: auto;
	}
	#top {
		display: none;
	}
	#sp_top {
		display: block;
	}
	#sp_top img {
		width: 100%;
		height: 100%;
	}
	.frm {
		padding-bottom: 60px;
	}
	.s-ttl {
		min-height: 40px;
		padding: 0 10px 10px;
		background: url("../img/sp/bg_ttl.png") no-repeat center bottom;
		background-size: 110px 8px;
		font-size: 32px;
		line-height: 44px;
	}
	.btn-detail {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.btn-detail .btn a {
		text-decoration: none;
	}
	.btn-detail .btn a div {
		width: 100%;
		height: 50px;
		background-size: 13px 18px;
		background-opsition: right 15px center;
		font-size: 18px;
	}
	#whats {
		padding-top: 30px;
		background: none;
	}
	#whats .inner .balloon-l {
		margin-top: 25px;
	}
	#whats .inner .balloon-l .icon {
		width: 25%;
		height: 25%;
		margin-left: 5px;
	}
	#whats .inner .balloon-l .icon img {
		width: 100%;
		height: 100%;
	}
	#whats .inner .balloon-l .comment {
		width: 63%;
		min-height: 75px;
		margin: 15px 10px 0 0;
		padding: 15px 20px;
		font-size: 16px;
		line-height: 22px;
	}
	#whats .inner .balloon-r {
		margin-top: 25px;
	}
	#whats .inner .balloon-r .icon {
		width: 25%;
		height: 25%;
		margin-right: 5px;
	}
	#whats .inner .balloon-r .icon img {
		width: 100%;
		height: 100%;
	}
	#whats .inner .balloon-r .comment {
		width: 61%;
		min-height: 75px;
		margin: 15px 0 0 10px;
		padding: 15px 20px;
		font-size: 16px;
		line-height: 22px;
	}
	#whats .inner .balloon-r .comment .figure img {
		width: 100%;
		height: 100%;
	}
	#recommended {
		margin: 50px 0;
	}
	#recommended .inner .main {
		margin-top: 25px;
		padding: 0 10px;
	}
	#recommended .inner .main .left {
		width: calc(65% - 10px);
	}
	#recommended .inner .main .left ul li {
		float: none;
		width: auto;
	}
	#recommended .inner .main .left ul li:nth-child(even) {
		margin-left: 0;
	}
	#recommended .inner .main .left ul li:nth-child(3) {
		margin-top: 0;
	}
	#recommended .inner .main .left ul li:nth-child(n + 2) {
		margin-top: 25px;
	}
	#recommended .inner .main .left ul li:nth-child(3) .img {
		float: none;
	}
	#recommended .inner .main .left ul li .img img {
		width: 100%;
		height: 100%;
	}
	#recommended .inner .main .left ul li .txt {
		margin-top: 10px;
	}
	#recommended .inner .main .left ul li:nth-child(3) .txt {
		float: none;
		margin: 10px 0 0 0;
	}
	#recommended .inner .main .left ul li .txt dl {
		font-size: 16px;
		line-height: 22px;
	}
	#recommended .inner .main .right {
		width: calc(35% - 10px);
		margin-left: 0;
	}
	#recommended .inner .main .right img {
		width: 100%;
		height: 100%;
	}
	#voice {
		width: 100%;
		margin: 80px 0 10px;
	}
	#voice .frm {
		overflow: auto;
	}
	#point {
		margin: 80px 0 60px;
	}
	#point .inner .lst-top {
		display: none;
	}
	#point .inner .sp-lst-top {
		display: block;
		margin: 20px 10px 0;
	}
	#point .inner .sp-lst-top li {
		float: left;
		width: calc(50% - 10px);
	}
	#point .inner .sp-lst-top li:nth-child(even) {
		float: right;
	}
	#point .inner .sp-lst-top li:nth-child(n + 3) {
		margin-top: 20px;
	}
	#point .inner .sp-lst-top li img {
		width: 100%;
		height: 100%;
	}
	#point .inner .lst-btm {
		margin: 60px 10px 0;
	}
	#point .inner .lst-btm li .main {
		min-height: auto;
		padding-bottom: 230px;
		background-position: center bottom;
		background-size: 55%;
	}
	#point .inner .lst-btm li:nth-child(n + 2) {
		margin-top: 60px;
	}
	#point .inner .lst-btm li .main .ttl {
		display: block;
		height: auto;
		padding: 2px 0 0 25px;
		border-left: none;
		background: url("../img/sp/point_mark.png") no-repeat;
		line-height: 26px;
	}
	#point .inner .lst-btm li .main .txt {
		width: 100%;
		margin-top: 20px;
		font-size: 18px;
		line-height: 28px;
	}
	#bottom {
		display: none;
	}
	#footer .inner {
		justify-content: center;
		font-size: 16px;
	}
}
