@charset "UTF-8";
/* CSS Document */
.sections {
    background: #f4f0ec;
    padding: 80px 0;
	overflow: hidden;
}

.last_qa{margin-bottom:80px}
.under_inner{
    max-width: 1080px;
    margin: 0 auto;	
    text-align: left;
}
.under_sections .ttl{
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
}
.sections.bg_pattern {
	padding: 0;
    background: #f4f0ec url(../image/common/bg_sections_top.png) repeat-x top center / 55px 262px;
}
@media screen and (max-width:600px) {
	.sections{
		padding: 50px 0 30px;
	}
}
/*==============================
　FV
==============================*/
.fvl{
	background: url("../image/faq/fv01.jpg") no-repeat center / cover;
}

.head_ttl {
    padding: 30px 0 35px;
}
.head_ttl::before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: #000;
    margin: 0 auto 15px;
}
.head_ttl .ttl {
    letter-spacing: 1em;
    margin-bottom: 15px;
}
.head_ttl .sub_ttl {
    font-size: 0.9em;
    letter-spacing: 3px;
}
/*==============================
　faq_flex
==============================*/
.faq_flex {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.faq_flex .ttl {
   /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
    letter-spacing: 1px;
    font-size: 1.5em;
    line-height: 120%;
}
.faq_main {
    width: 100%;
    text-align: left;
}

.faq_txt {
    margin-bottom: 40px;
}
.faq_txt .txt {
    margin-bottom: 15px;
    text-indent: -1em;
    padding-left: 1em;
}
.faq_txt .txt::before {
    content: "・";
}

.faq_list li {
    padding-top: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
.faq_list li:first-child {
    border-top: 1px solid #ccc;
}
.faq_list .question,
.faq_list .answer {
    display: flex;
    justify-content: flex-start;
}
.faq_list .question {
    margin-bottom: 20px;
}
.faq_list .th {
    padding-right: 2em;
	}
	
	.pc{display:block;}
	.sp{display:none;}
@media screen and (max-width:630px) {
.faq_main {
    /*width: calc(100% - 4em);*/
}
.faq_list .th {
    padding-right: 1.5em;
		}
		
		
		.pc{display:none;}
		.sp{display:block;}
}