.l-contents .l-contents__frame {
    width: unset;
    padding: 0;
}

.fv {
	width: 100vw;
	height: 25vw;
	background: url('../image/common/sub-fv.jpg');
	background-size: cover;
	font-family: 'Skin', sans-serif;
	font-size: 2.5vw;
	display: flex;
	justify-content: center;
	padding-top: 14.444vw;
	color: white;
	letter-spacing: 0.1em;
}

section#faq {
    background-color: #F8F8F8;
    padding-top: 4.44vw;
    padding-bottom: 5.56vw;
    color: #222222;
}

section#faq h2::after {
    width: 6.94vw;
    top: 1vw;
    left: 46.4vw;
}

.qa_row {
    width: 41.67vw;
    margin: 0 auto 0;
}

.qa_row h3{
    font-weight: 500;
    font-size: 1.39vw;
    margin-top: 2.78vw;
}

.qa_row dt{
    background: #FFEFEB;
    height: 2.78vw;
    margin-top: 1.39vw;
    padding-left: 3.89vw;
    font-size: 0.97vw;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.qa_row dt::before {
    content: 'Q';
    position: absolute;
    left: 1.39vw;
    font-size: 1.39vw;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
}

.qa_row dt::after {
    content: '＋';
    position: absolute;
    right: 1.39vw;
    font-size: 1.2vw;
}

.qa_row dt.open::after {
    content: 'ー';
}

.qa_row dd {
    margin-top: 1.39vw;
    padding-left: 3.89vw;
    font-size: 0.9vw;
    padding-right: 3vw;
    display: none;
}

.qa_row .btn_row {
    width: 100%;
    margin-top: 1.39vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.389vw;
}

.qa_row .btn {
    width: 19.44vw;
    height: 4.17vw;
    margin: 0;
    position: relative;
    background: white;
    border: 1px solid rgba(255,)
}

.qa_row .btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
}


.qa_row .btn .btn-image {
    width: 3vw;
    height: 3vw;
    position: absolute; top: 0.6vw;
    left: 1vw;
}

.qa_row img {
    width: 100%;
    height: 100%;
}

.qa_row .btn .btn-text {
    font-size: 1.042vw;
    font-weight: 400;
    letter-spacing: 0.08em;
    position: absolute;
    top: 1.181vw;
    left: 8.333vw;
}

.qa_row .more_btn {
    font-size: 0.9vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7F7F7F;
    color: white;
    width: 12.5vw;
    height: 2.78vw;
    margin: 1.39vw auto 0;
}