@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css");
@import url("/css/parts.css");
@import url("/css/margin.css");

/* --------------------------------
	reset
-------------------------------- */
#main p {
	font-size: 104.71%;
}
#main img {
	/*margin: 20px 0;*/
}
/* --------------------------------
	content
-------------------------------- */
.faq-title {
	font-size: 128.71%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 30px 0 10px;
	font-family: "UD新丸ゴ M", "UD Shin Maru Go Medium";
}
.faq-answer {
	background-color: #fce5e7;
	padding: 6px 10px;
	margin-bottom: 20px;
	display: inline-block;
}

/* PC SIZE */
@media screen and (min-width: 1120px){
}
/* SMARTPHONES SIZE */
@media screen and (max-width: 1120px){
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 600px){
	.faq-title {
		font-size: 118.71%;
	}
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 480px){
}
/* SMALL SMARTPHONES SIZE */
@media screen and (max-width: 350px){
}