.sell-qa-main {
    margin-bottom: 180px;
}

.sell-qa-main section{
    padding: 0 20px;
}


.sell-qa__link-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    max-width: 100%;
    margin: 33px auto 80px;
}

.sell-qa__link-box .category-btn {
    width: 22.5%;
}

.sell-qa__link-box .sell-qa__active.category-btn::before {
    background-color: #E1F5EC;
    opacity: 1;
}

.sell-qa-main h3 {
    font-size: .36rem;
    font-weight: 600;
    color: var(--color-main);
    text-align: center;
    margin: 90px 0 0;
}

.sell-qa-main h4 {
    text-align: center;
    font-size: .30rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.sell-qa-main .sell-qa-fee, 
.sell-qa-main .sell-qa-activity,
.sell-qa-main .sell-qa-other{
    margin-top: 70px;
}

/* アコーディオン */

.f-q__accordion {
    width: 900px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

.f-q__accordion {
    color: #000;
    cursor: pointer;

}

.f-q-accordion-content p {
    width: 79%;
    margin-bottom: 14px;
}

.accordion-item {
    background-color: #fff;
    border: solid 2px var(--color-main);
    margin-bottom: 30px;
    border-radius: 10px;
    font-size: .16rem;
    font-weight: 500;
    box-shadow: 5px 5px 0 #d1d1d1;
}

.f-q-title {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 20px 0;
    font-size: .19rem;
}

.f-q-title p{
    width: 75%;
}

.f-q-accordion-content {
    display: none;
    margin-top: 13px;
    padding-bottom: 20px;
    cursor: auto;
}

.f-q-accordion-text {
    display: flex;
    font-size: .17rem;
}

.f-q-title span {
    color: var(--color-main);
}

.f-q-accordion-text span {
    color: #bf1d1d;
}

.f-q-title span,
.f-q-accordion-text span {
    width: 11%;
    text-align: center;
    font-size: .19rem;
}


/* 縦線 */
.f-q-title::before {
    transform: rotate(90deg);
    transition: transform .3s ease-in-out;
}

/* 横線 */
.f-q-title::after {
    transition: opacity .3s ease-in-out;
}

.f-q-title::before, 
.f-q-title::after {
    background: var(--color-main);
    content: "";
    height: 2px;
    position: absolute;
    right: 27px;
	top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
}

/* 縦線(クリック後) */
.f-q-title.accordion-open::before {
    transform: rotate(180deg);
}

/* 横線(クリック後) */
.f-q-title.accordion-open::after {
    opacity: 0;
}


@media screen and (max-width:900px) {

	.sell-qa__link-box {
		margin: 0 auto 20px;
	}
    .sell-qa-main h3 {
        font-size: .24rem;
        margin: 50px auto 23px;
        line-height: 1.8;
    }
    .sell-qa__link-box .category-btn {
        width: 48%;
        font-size: .18rem;
        padding: 10px 0;
        margin-bottom: 14px;
    }
	.sell-qa__link-box .category-btn-money{
    	letter-spacing: -0.10em;
	}

    .f-q-title::before, .f-q-title::after {
        right: 11px;
    }

	.sell-qa-main h4 {
		margin-bottom: 20px;
	}
    .f-q-title {
        position: relative;
        cursor: pointer;
        display: flex;
        padding: 15px 0 17px;
        font-size: .16rem;
        line-height: 1.7;
    }

	.f-q-accordion-text {
		font-size: .15rem;
	}
	.f-q-title span, .f-q-accordion-text span {
    	width: 41px;
	}
	.f-q-accordion-content p {
		width: 78%;
	}

    .f-q-title p {
        width: calc(100% - 95px);
    }

	.accordion-item {
		font-size: .15rem;
	    margin-bottom: 21px;
	}

	.sell-qa-main {
		margin-bottom: 0;
	}

	.sell-qa-main .sell-qa-satei, .sell-qa-main .sell-qa-fee, .sell-qa-main .sell-qa-activity {
		padding-top: 20px;
	}
	.sell-qa-main .sell-qa-fee, .sell-qa-main .sell-qa-activity, .sell-qa-main .sell-qa-other {
		margin-top: 50px;
	}
}
