@charset "utf-8";

/* main
-------------------------------------------------- */
#main {
	background-image: url(../images/jimoto.jpg);
}

/* content
-------------------------------------------------- */
#content .ttlBox {
	margin-bottom: 45px;
}

#content .ttlBox h2 {
	font-size: 32px;
	margin-bottom: 0;
	padding-left: 137px;
}

#content .ttlBox:before{
	background: url(../images/jomoto_fuki.png) no-repeat 0 0;
	content: "";
	height: 118px;
	width: 129px;
	position: absolute;
	left: 0;
	top: -13px;
}

#content .catch {
	background: url(../images/jimoto_catch_01.jpg) no-repeat 0 0, url(../images/jimoto_catch_02.jpg) no-repeat 100% 0;
	display: table;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto 35px;
	padding: 0 53px;
	position: relative;
}

#content .catch span {
	color: #77c150;
}

#content .catch:before {
	border-color: #77c150 transparent transparent transparent;
	border-style: solid;
	border-width: 14px 29px 0 29px;
	content: "";
	margin-left: -29px;
	position: absolute;
	left: 50%;
	bottom: -22px;
}

/* faq
-------------------------------------------------- */
.faq dd,
.faq dt {
	line-height: 1.5;
	padding: 4px 0 2px 37px;
	position: relative;
}

.faq dd:before,
.faq dt:before {
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
}

.faq dt:before {
	background: #77c150;
	content: "Q";
	color: #fff;
}

.faq dd:before {
	border: 1px solid #77c150;
	content: "A";
	color: #77c150;
}

.faq {
	border-top: 1px dotted #b8b8b8;
	margin-bottom: 20px;
}

.faq dl {
	border-bottom: 1px dotted #b8b8b8;
	padding: 20px 5px 16px;
}

.faq dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.faq dd {
	font-size: 14px;
	margin-left: 20px;
	padding-bottom: 0;
	padding-top: 6px;
}

/* bannerBox
-------------------------------------------------- */
.bannerBox {
	margin-top: 45px;
}

/* ---------------------------------------------------------

■■■ SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (max-width: 667px) {
	/* content
	-------------------------------------------------- */
	#content .ttlBox {
		margin-bottom: 20px;
	}

	#content .ttlBox h2 {
		font-size: 16px;
		margin-bottom: 0;
		padding-left: 77px;
	}

	#content .ttlBox:before{
		background-size: 65px 59px;
		height: 59px;
		width: 65px;
		left: 5px;
		top: -7px;
	}

	#content .catch {
		background: url(../images/jimoto_catch_01.jpg) no-repeat 0 0, url(../images/jimoto_catch_02.jpg) no-repeat 100% 0;
		background-size: 18px 40px;
		font-size: 14px;
		margin: 0 auto 42px;
		padding: 0 26px;
	}

	#content .catch:before {
		border-color: #77c150 transparent transparent transparent;
		border-width: 7px 15px 0 15px;
		margin-left: -15px;
		bottom: -11px;
	}

	/* faq
	-------------------------------------------------- */
	.faq {
		margin: 0 10px 15px;
	}

	.faq dl {
		padding: 15px 4px 13px;
	}

	.faq dd,
	.faq dt {
		padding: 6px 0 3px 37px;
	}

	.faq dt {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.faq dd {
		font-size: 13px;
		margin-left: 20px;
		padding-bottom: 0;
		padding-top: 8px;
	}

	/* imgBox
	-------------------------------------------------- */
	#content .img {
		margin: 0 10px;
	}

	/* bannerBox
	-------------------------------------------------- */
	.bannerBox {
		display: block;
		margin-top: 15px;
	}
}
