/* common */
section .red { color: #df606a; }
section .blue { color: #55bcbb; }
section .gold { color: #be894a; }
section .float-left { float: left; }
section .float-right { float: right; }

/* TOP */
div .common-inner,
section .common-inner {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
section#visual {
	width: 100%;
	height: auto;
	background-color: #eadac1;
}
section#visual .common-inner {
	position: relative;
	height: 500px;
	padding: 50px 0 0;
}
section#visual .main-title {
	width: 50%;
	height: auto;
	margin: 0 auto;
}
section#visual .main-title img {
	width: 100%;
	height: auto;
}
section#visual .faq-theme-images {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 1080px;
	height: auto;
}
section#visual .faq-theme-images .faq-theme01 {
	width:800px;
	height: auto;
	margin: 0 auto;
}
section#visual .faq-theme-images img {
	width: 100%;
	height: auto;
}
div#faq-samples {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 40px 0;
}
div#faq-samples .faq-lists {
	margin: 5%;
}
div#faq-samples dl {
	margin-bottom: 30px;
}
div#faq-samples dl>dt {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 50px;
	line-height: 40px;
	margin-bottom: 20px;
	background-image: url("../images/faq_icon_q.png");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left 0 top 0;
}
div#faq-samples dl>dd {
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	background-image: url("../images/faq_icon_a.png");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left 0 top 0;
}
.contact-image01,
.contact-image02 {
	width: 60%;
	height: auto;
	margin: 50px auto;
}
.contact-image01 img,
.contact-image02  img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	div .common-inner,
	section .common-inner {
		width:94%;
		margin-left: auto;
		margin-right: auto;
	}
	section#visual .common-inner {
		height: 205px;
		padding: 120px 0 0;
	}
	section#visual .faq-theme-images {
		width: 100%;
		bottom: -20px;
	}
	section#visual .faq-theme-images .faq-theme01 {
		width: 90%;
	}
	div#faq-samples dl {
		margin-bottom: 50px;
	}
	div#faq-samples dl>dt {
		font-size: 1.2em;
		line-height: 25px;
    	margin-bottom: 10px;
    	padding: 10px 0 10px 50px;
	}
	.contact-image01, .contact-image02 {
    	width: 90%;
	}
}