.faq_list .area {
	margin: 3rem 0 5rem;
}

.faq_list .area .categories_ttl {
	background-color: #ffffe8;
    padding: .4em .6em;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .05em;
    border-left: .3em solid #5fce19;
    margin-bottom: .8em;
}

.faq_list .area .faq_categories {
	margin-bottom: 2rem;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.faq_list .area .faq_categories a {
	width: calc((100% - 60px) / 4);
}

.faq_list .area .faq_categories .faq_btn {
	display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom: dashed 1px #374528;
}

.faq_list .area .faq_categories .faq_btn .c_ttl {
	font-weight: 600;
}

.faq_list .area .faq_categories .faq_btn .c_ttl i {
	margin-right: 0.5rem;
	padding: 0;
    font-size: 1.2rem;
    color: #5fce19;
}

.faq_list .area .faq_categories .faq_btn i {
	font-size: 0.8rem;
	padding: 0 10px;
}

.faq_list .area .q_list li:not(:first-of-type) {
	margin-top: 2rem;
}

.faq_list .area .q_list li .q {
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .2em 0 .2em .8em;
    border-left: .25em solid #5fce19;
    border-bottom: 2px solid #5fce19;
    margin-bottom: .8em;
	cursor: pointer;
}

.faq_list .area .q_list li .q .futu,
.faq_list .area .q_list li .q i {
    color: #5fce19;
    font-weight: 600;
    font-size: 1.6rem;
}

.faq_list .area .q_list li .a .futu {
	color: #cf2e2e;
    font-weight: 600;
    font-size: 1.6rem;
}

.faq_list .area .q_list li .a {
	display: none;
	padding: 1rem 1.25rem;
    background-color: #ffffe8;
    border-radius: 10px;
}

.faq_list .area .q_list li .a .a_excerpt h2 {
	font-size: 1.2rem;
    color: #5fce19;
}

.faq_list .area .q_list li .a .a_excerpt h3 {
	font-size: 1rem;
    color: #5fce19;
}

.faq_list .area .q_list li .a .a_excerpt strong {
	font-weight: 600;
}

.faq_list .area .q_list li .a .faq_txtlink {
	text-align: right;
	margin-top: 1rem;
}

.faq_list .area .q_list li .a .faq_txtlink a {
	border-bottom: dashed 1px #333;
    font-size: 1rem;
    padding-bottom: 0.25rem;
    font-weight: 600;
}

.faq_list .area .q_list li .a .faq_txtlink a i {
	color: #5fce19;
	margin-right: 0.5rem;
}

.faq_list_side .ttl_side01 {
	color: #5fce19;
}

.faq_list_side .faq_list_side1 .faq_list_side2 {
	margin-bottom: 1rem;
}

.faq_list_side .faq_list_side1 li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #5fce19;
    color: #fff;
    padding: 0.5rem 1rem;
}

.faq_list_side .faq_list_side1 .faq_list_side2 li:not(:last-of-type) {
	border-bottom: solid 1px #ccc;	
}

.faq_list_side .faq_list_side1 .faq_list_side2 li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
    background-color: #fff;
    color: #333;
}

.faq_single .top {
    margin-bottom: 1.5rem;
}

.faq_single .top img {
	width: 100%;
}

.faq_single .ttl_post,
.case_single .ttl_post {
    padding-bottom: .5em;
    border-bottom: 1px solid #aaa;
}

.faq_single h2:not(.ttl_post),
.case_single h2:not(.ttl_post) {
	background-color: #ffffe8;
    padding: .4em .6em;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .05em;
    border-left: .3em solid #5fce19;
    margin-bottom: .8em;
}

.faq_single h3,
.case_single h3 {
	font-size: 1.375rem;
    color: #5fce19;
    font-weight: 500;
    line-height: 1.5;
    padding: .2em 0 .2em .8em;
    border-left: .25em solid currentColor;
    border-bottom: 2px solid currentColor;
    margin-bottom: .8em;
}

.faq_single h4,
.case_single h4 {
	font-size: 1.125rem;
    color: #5fce19;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: .3em;
    border-bottom: 1px solid #aaa;
    position: relative;
    margin-bottom: .9em;
}

.faq_single article>p:not(:last-child),
.case_single article>p:not(:last-child) {
    margin-bottom: 2rem;
}

.faq_single p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .06em;
}

.faq_single ul,
.faq_single ol,
.case_single ul,
.case_single ol {
	margin-bottom: 2.4rem;
	width: 100%;
    background-color: #ffffe8;
    border-radius: 10px;
    padding: 1.5rem 4%;
}

.faq_single ul li:not(:last-child),
.faq_single ol li:not(:last-child),
.case_single ul li:not(:last-child),
.case_single ol li:not(:last-child) {
    margin-bottom: .5em;
}
.faq_single ul li,
.faq_single ol li,
.case_single ul li,
.case_single ol li {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}

.faq_single ul li::before,
.case_single ul li::before {
    content: "●";
    font-size: 0.5625rem;
    color: #5fce19;
    margin-right: 1em;
}

.faq_single ol,
.case_single ol {
	counter-reset: li; 
	list-style: none;
}

.faq_single ol li::before,
.case_single ol li::before {
	content:counter(li) ".";
	counter-increment: li;
	font-weight: 600;
    color: #5fce19;
    margin-right: 0.5em;
}

.faq_single table,
.case_single table {
	border: solid 1px #ccc;
    width: 100%;
    margin: 2rem 0;
}

.faq_single table tr,
.case_single table tr {
	border-bottom: solid 1px #ccc;
}

.faq_single table tr:first-of-type,
.case_single table tr:first-of-type {
	background-color: #5fce19;
    color: #fff;
	border-bottom: none;
}

.faq_single table tr:last-of-type,
.case_single table tr:last-of-type {
	border-bottom: solid 1px #ccc;
}

.faq_single table tr td,
.case_single table tr td {
	padding: 0.5rem;
    border-right: solid 1px #ccc;
}

.faq_single table tr td:last-of-type,
.case_single table tr td:last-of-type {
	border-right: none;
}

.faq_single table tr:first-of-type td,
.case_single table tr:first-of-type td {
	border-right: solid 1px #fff;
}

.faq_single table tr:first-of-type td:last-of-type,
.case_single table tr:first-of-type td:last-of-type {
	border-right: none;
}

.faq_single .btn_more,
.faq_list .btn_more,
.case_single .btn_more,
.case_list .btn_more {
	margin: 2rem auto 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .faq_list .area .categories_ttl {
        font-size: 1.375rem;
    }
	
	.faq_list .area .q_list li .q {
		font-size: 1.125rem;
	}
	
	.faq_single h2:not(.ttl_post),
	.case_single h2:not(.ttl_post) {
		font-size: 1.375rem;
	}
	
	.faq_single h3,
	.case_single h3 {
		font-size: 1.125rem;
	}
	
	.faq_single_box aside {
        width: 100%;
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: solid 1px #ccc;
    }
}

@media (max-width: 767px) {
    .faq_list .area .categories_ttl {
        font-size: 1.25rem;
    }
	
	.faq_list .area .faq_categories {
		flex-direction: column;
	}
	
	.faq_list .area .faq_categories a {
		width: 100%;
	}
	
	.faq_list .area .q_list li .q {
		font-size: 1.125rem;
	}
	
	.faq_single h2:not(.ttl_post),
	.case_single h2:not(.ttl_post) {
		font-size: 1.25rem;
	}
	
	.faq_single h3,
	.case_single h3 {
		font-size: 1.125rem;
	}
	
	.faq_single h4,
	.case_single h4 {
		font-size: 0.9375rem;
	}
	
	.faq_single_box aside {
        width: 100%;
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: solid 1px #ccc;
    }
}