@charset "utf-8";

.intro {
	
}

/* ------------------------------------------------------------------------ */

.chapter {
	margin-bottom: 80px;
}

.chapter > *:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------ */

.faq {
	max-width: 800px;
	padding-top: 2em;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.faq {
	max-width: 800px;
}

.faq__section-ttl {
	margin-bottom: 2em;
	font-size: 1.2rem;
	font-weight: 500;
}

.faq__item {
	margin-bottom: 2.5em;
}

.faq__item dt {
	margin-bottom: 0.5em;
}

.faq__item dt:before {
	content: "Q.";
	margin-right: 0.5em;
}

.faq__item dd {
	margin-left: calc(1em + 0.5em);
	font-weight: 300;
	color: #555;
}

/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 over */
@media screen and (min-width: 374px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {
	
}


/* iPad */
@media screen and (min-width: 768px) {
	
	.chapter {
		margin-bottom: 120px;
	}
	
	.faq {
		padding-top: 4em;
	}
	
	.faq__section-ttl {
		padding-bottom: 1.5em;
	}
	
	.faq__item {
		margin-bottom: 4em;
		font-size: 1.6rem;
	}
	
	.faq__item dt {
		
	}
	
	.faq__item dd {
		
	}
}


/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 1024px) {
	
}

@media screen and (min-width: 1281px) {
	
}
