/******************************/
/********************** 共通 **/
/******************************/
.faq-area .page-title{
    border-left: 10px solid var(--baseBlack);
}

.refusal{
    margin: 3rem 0;
    font-size: 1.0rem;
}
.refusal h4 img{
    width: 20px;
    height: auto;
}
.refusal p{
    line-height: 2;
}
.refusal-inner{
    line-height: 1.4;
    font-size: 0.85rem;
}

/*****/
.faq-area{
    padding-bottom: 3rem;
}
.faq-inner{
    margin-bottom: 3rem;
}
.faq-title{
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 1rem;
}

.faq-item{ 
    display: none; 
}
.faq-item p{
    line-height: 1.4;
    padding-bottom: 3rem;
}

.faq-cat{
	font-size: 1rem;
}

.faq-open{
	padding: 15px;
	color: #fff;
	background: #668B6D;
    border: 1px solid #fff;
	position: relative;
    cursor: pointer;
}
.faq-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}
.faq-open.active::before{/* 開いている時 */
	content: "－";
}
/******************************/
/************************ mb **/
/******************************/
@media (max-width:600px){
.page-img{
    background-image: url(../img/sitemap-img01.png);
}
    
}


/******************************/
/************************ pc **/
/******************************/
@media (min-width:600px){
.page-img{
    background-image: url(../img/sitemap-img01.png);
}


}