@charset "utf-8";
/* CSS Document */
/*===========================================
accordion
===========================================*/
.accordion-content .ttl-h2 {
	font-size: 2.0rem;
}
div.accordion-content {
	transition: height 0.5s ease;
	height: 0;
	overflow: hidden;
}
div.accordion-content.open {
	height: auto;
}
.mod_table_01_wrap table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: none;
	border-right: none;
}
.mod_table_01_wrap th {
	background: #fafafa;
	border-left: none;
}
.mod_table_01_wrap td {
	font-size: 1.5rem;
	background: #fff;
	border-right: none;
}
.mod_table_01_wrap th, .mod_table_01_wrap td {
	border: 1px solid #ccc;
	padding: 1em;
}
.mod_list_faq {
	border-bottom: 1px solid #ddd;
}
.mod_list_faq .mod_list_faq_ttl {
	position: relative;
	border-top: 1px solid #ddd;
	font-size: 1.8rem;
	font-weight: bold;
}
.mod_list_faq .mod_list_faq_ttl .accordion-btn {
	display: block;
	position: relative;
	padding: 1em 0;
	padding-left: 55px;
	padding-right: calc(32px + 1em);
	width: 100%;
	background: #fff;
	border: none;
	text-align: left;
}
.mod_list_faq .mod_list_faq_ttl .accordion-btn:before {
	content: 'Q';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 33px;
	height: 33px;
	top: 0.85em;
	left: 0;
	border-radius: 4px;
	color: #fff;
	background: #FC918F;
}
.mod_list_faq .mod_list_faq_ttl .accordion-btn:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	background: url(../image/icon_plus_red.svg) center no-repeat;
	background-size: contain;
}
.mod_list_faq .mod_list_faq_ttl .accordion-btn.open:after {
	background-image: url(../image/icon_minus_red.svg);
}
.mod_list_faq .mod_list_faq_data_inner {
	padding: 0 20px 1em 55px;
}
.mod_list_faq .mod_list_faq_data_inner {
	padding: 0 20px 1em 20px;
}
.mod_list_faq .mod_list_faq_ttl .accordion-btn:before {
	content: '';
	display: none;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-radius: 0;
	background: none;
}
.mod_list_faq .mod_list_faq_ttl .accordion-btn {
	padding-left: 1em;
}
.mod_list_faq .mod_list_faq_ttl .accordion-btn span {
	display: inline-block;
	margin-right: 3%;
	vertical-align: middle;
	text-align: left;
}
.mod_list_faq .mod_list_faq_ttl .accordion-btn span:nth-child(1) {
	width: 39.5%;
}
.mod_list_faq .mod_list_faq_ttl .accordion-btn span:nth-child(2) {
	width: 15%;
}
.mod_list_faq .mod_list_faq_ttl .accordion-btn span:nth-child(3) {
	width: 39.5%;
	margin-right: 0;
}
.mod_img dl {
	margin-top: 1.5rem;
}
.mod_img dl dt, .mod_img dl dd {
	font-weight: bold;
}
.mod_data .mod_ttl_02 {
	margin: 0;
}
.mod_data .mod_table_01_wrap th {
	width: 30%;
	border-left: none;
}
.mod_data .mod_table_01_wrap td {
	border-right: none;
}
.mod_imgArticle_2_1 .mod_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mod_imgArticle_2_1 .mod_img {
	flex-basis: 38%;
}
.mod_imgArticle_2_1 .mod_data {
	flex-basis: calc(62% - 30px);
}
@media screen and (max-width:767px) {
	.accordion-content .ttl-h2 {
		font-size: 2.0rem;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.mod_list_faq .mod_list_faq_ttl .accordion-btn:after {
		right: 0;
	}
	.mod_list_faq .mod_list_faq_data_inner {
		padding: 0;
	}
	.mod_list_faq .mod_list_faq_ttl .accordion-btn {
		padding: 1em 0;
		padding-left: 0.5em;
		padding-right: calc(3px + 0.5em);
	}
	.mod_list_faq .mod_list_faq_ttl .accordion-btn span {
		display: inline-block;
		font-size: 1.5rem;
		margin-right: 3%;
	}
	.mod_list_faq .mod_list_faq_ttl .accordion-btn span:nth-child(1) {
		width: 34.5%;
	}
	.mod_list_faq .mod_list_faq_ttl .accordion-btn span:nth-child(2) {
		width: 25%;
	}
	.mod_list_faq .mod_list_faq_ttl .accordion-btn span:nth-child(3) {
		width: 34.5%;
		margin-right: 0;
	}
	.mod_img dl {
		margin-top: 1.0rem;
		padding: 0 1.0rem;
	}
	.mod_table_01_wrap table {
		border: 1px solid #ccc;
		border-top: none;
	}
	.mod_table_01_wrap table, .mod_table_01_wrap thead, .mod_table_01_wrap tbody, .mod_table_01_wrap tr, .mod_table_01_wrap th, .mod_table_01_wrap td {
		display: block;
		border: none;
	}
	.mod_table_01_wrap th, .mod_table_01_wrap td {
		border: none;
		border-top: 1px solid #ccc;
	}
	.mod_table_01_wrap th {
		background: #fafafa;
	}
	.mod_data .mod_table_01_wrap th {
		width: 100%;
	}
	.mod_imgArticle_2_1 .mod_img {
		flex-basis: 100%;
	}
	.mod_imgArticle_2_1 .mod_data {
		flex-basis: 100%;
		margin-top: 1em;
	}
}