@charset "utf-8";


/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */

.section__faq {
	padding-bottom: 80px;
}


/* ============================================================================================== */
/* section__faq                                                                                   */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* faq-category */

.faq-category {
	margin-bottom: 40px;
}

.faq-category:last-child {
	margin-bottom: 0;
}


/* ----------------------------------------------------------------------- */
/* faq-category__ttl */

.faq-category__ttl {
	position: relative;
	margin-bottom: 20px;
}

.faq-category__ttl span {
	font-size: 1.8rem;
	background: rgba(255,255,255,1);
	padding-right: 10px;
}

.faq-category__ttl:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: rgba(91,40,68,.1);
	z-index: -1;
}


/* ----------------------------------------------------------------------- */
/* faq-item */

.faq-item {
	margin-bottom: 40px;
}

.faq-item:last-child {
	margin-bottom: 0;
}

.faq-item .faq-item__question {
	line-height: 1.6;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.faq-item .faq-item__question .icon {
	width: 25px;
	height: 25px;
	stroke: rgba(91,40,68,1);
	stroke-width: 5px;
}

.faq-item .faq-item__question .ttl {
	font-size: 1.1em;
	width: calc(100% - 30px);
}

.faq-item .faq-item__answer > * {
	margin-bottom: 15px;
}

.faq-item .faq-item__answer > *:last-child {
	margin-bottom: 0;
}

.faq-item .faq-item__answer p {
	text-align: justify;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

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

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

}

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

}

@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


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

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



}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

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

	/* common */
	.section__faq {
		padding-bottom: 180px;
	}

	/* faq-category */
	.faq-category {
		margin-bottom: 80px;
	}

	/* faq-category__ttl */
	.faq-category__ttl {
		margin-bottom: 60px;
	}

	.faq-category__ttl span {
		font-size: 2.5rem;
	}

	/* faq-item */
	.faq-item {
		margin-bottom: 60px;
	}

	.faq-item .faq-item__question .icon {
		width: 30px;
		height: 30px;
		margin-top: -2px;
	}

	.faq-item .faq-item__question .ttl {
		width: calc(100% - 35px);
	}

	.faq-item .table-style--reg .table-reg__item dt {
		width: 280px;
	}

	.faq-item .table-style--reg .table-reg__item dd {
		width: calc(100% - 280px);
		padding: 20px;
	}

}


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

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

}

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

}
