/*h3*/
.expensive h3,
.purchase h3,
.question h3{
    font-size: 2rem;
    padding-bottom:1.75rem;
    margin-bottom:1.75rem;
    color:#FF77AD;
    border-bottom:solid #FF77AD 1px;
}


/*買取サービスの心得*/
.knowledge{
    width:90%;
    margin:6rem auto 0 auto;
    border:solid 2px #FF77AD;
    border-radius: 1.25rem; 
    background-color: white;
}
.knowledge h3{
    text-align: center;
    background-color: #FF77AD;
    color:white;
    padding:1.5rem 0;
    border-radius: 1rem 1rem 0 0;
}
.knowledge_wrapper{
    width:90%;
    margin:0 auto;
    padding:4rem 0;
}
.knowledge_content{
    display: flex;
    align-items:center;
    margin-top:2rem;
}
.knowledge_content:first-of-type{
    margin-top:0;
}
.knowledge_content span{
    font-size: 2rem;
    font-weight: 700;
    color:white;
    background-color: #FF77AD;
    display: inline-block;
    padding:.5rem 1.3rem;
    border-radius: 9999px;
    margin-right:1.5rem;
}




/*高価買取*/
.expensive{
    margin-top:6rem;
}
.expensive .expensive_wrapper{
    width:90%;
    margin:2rem auto 0 auto;
    display: flex;
    justify-content: space-between;

}
.expensive .expensive_item{
    width:calc((100% - 5%) / 5);
}
.expensive .expensive_item img{
    width:100%;
    height:auto;
    object-fit: cover;
}
.expensive .expensive_item p{
    text-align: center;
    color: black;
}


/*買取対象*/
.purchase{
    margin-top:6rem;
}
.purchase h3{
    text-align: center;
}
.purchase_wrapper{
    width: 90%;
    margin: 4rem auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.purchase_content{
    width:calc((100% - 5%) / 3);
    border:solid #FF77AD 2px;
    padding:2rem 0;
    background-color: white;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
}
.purchase_content:nth-of-type(n+4){
    margin-top:2rem;
}
.purchase_content img{
    width:45%;
}
.purchase_content .purchase_info{
    width:35%;
    margin-left:1.25rem;
}
.purchase_content .purchase_info .purchase_name{
    font-size: 1.75rem;
    font-weight: 600;
    color:#FF77AD;
    border-bottom:solid 1px #FF77AD;
    padding-bottom:.5rem;
    margin-bottom:1rem;
}
.purchase_content .purchase_info ul li:last-of-type::after{
    content:"etc";
    margin-left:1rem;
    font-size: 1.25rem;
}


/*買取事例*/
.purchase_examples{
    margin-top:6rem;
    background-color: white;
    padding-bottom:4rem;
}
.purchase_examples_container{
    width:90%;
    margin:4rem auto 0 auto;
}
.purchase_examples h3{
    background-image: url(http://localhost/mamp.test/wp-content/uploads/2025/04/1114595.jpg);
    color:black;
    text-align: center;
    padding:2rem 0;
}
.example_wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:4rem 0 2rem 0;
}
.example_content{
    width:calc((100% - 5%) / 3);
    background-color: rgba(255, 119, 173, .1);
    padding:2rem 0;
    border-radius: 1.25rem;
}
.example_content:nth-of-type(n+4){
    margin-top:2rem;
}
.example_content img{
    width:90%;
    height:auto;
    margin:0 auto;
}
.example_content .example_item{
    font-weight: 600;
    text-align: center;
    margin-top:1rem;
}
.example_content .example_price{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:1.5rem;
}
.example_content .price_txt{
    display: inline-block;
    background-color: yellow;
    color:black;
    padding:.5rem 1rem;
    margin-right:1rem;
}
.example_content .example_price .price{
    color: #ED005E;
    font-weight: 800;
    font-size: 2.5rem;
}
.example_content .example_price .price span{
    font-size: 1.5rem;
    margin-left:.5rem;
}




/*質問*/
.question{
    margin-top:6rem;
}
.question_wrapper{
    width:90%;
    margin:3rem auto 0 auto;
}

.question_item{
    background-color: white;
    padding:2.5rem 0 ;
    border-radius:1.25rem;
    box-shadow: 0 0 10px 0 rgba(255, 119, 173,.1);
    cursor: pointer;
}
.question_item:nth-of-type(n+2){
    margin-top:2rem;
}
.question_ttl{
    width:90%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.question_ttl h4{
    color:#FF77AD;
    width:calc(100% - 2.5rem);
}
.q_a_btn{
    width:1.75rem;
    position: relative;
}
.q_a_btn span{
    display: inline-block;
    width:100%;
    height:.2rem;
    background-color: #FF77AD;
    position: absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%);
    transition: .5s;
}
.q_a_btn span:last-of-type{
    transform: translateX(-50%) rotate(90deg);
}
.q_a_btn span.open:last-of-type{
    transform: rotate(0deg);
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.question_item .answer{
    width:90%;
    margin:1.5rem auto 0 auto;
    display: none;
}
.question_item.open .answer{
    display: block;
}




/*対応エリア*/
.area{
    margin-top:8rem;
}
.area h3{
    text-align: center;
    border-bottom: none;
}
.area .area_prefecture{
    background-image: url(http://localhost/mamp.test/wp-content/uploads/2025/04/26314605.jpg);
    background-size: cover;
    padding:2rem 0;
    border-radius: 1.75rem;
    margin:2rem auto;
}
.area .area_prefecture ul{
    display: flex;
    align-items: center;
    justify-content:center;
}
.area .area_prefecture ul li{
    margin:0 1.75rem;
    font-weight: 700;
    font-size: 1.75rem;
    color:black;
    position: relative;
}
.area .area_prefecture ul li::after{
    content:"/";
    display: block;
    margin:0 1.75rem 0 3rem;
    position: absolute;
    top:0;
    left:50%;
}

.area_city {
    margin-top:4rem;
}
.area_city h3{
    background-color: #fe458f;
    padding:2rem 0;
    color:white;
    border-radius: 1.75rem 1.75rem 0 0;
    margin-bottom:0;
}
.area_city ul{
    background-color: white;
    padding:1.5rem 0 3.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.area_city ul li{
    margin:0 0.875rem;
    margin-top:2rem;
    border-right:solid #050000 1px;
    padding-right:1.75rem;
}
.area_attention{
    margin-top:1rem;
}


/*資格*/
.acquisition{
    margin-top:6rem;
}



/*---------------------------------------------------------------------
レスポンシブ
----------------------------------------------------------------------*/

/*------------------------------------------
1200px以下
--------------------------------------------*/
@media(max-width:1200px){
    /*買取事例*/
    .purchase_examples h3{
        padding:1.5rem 0;
    }
    .example_content{
        width:calc((100% - 5%) / 2);
    }
    .example_content:nth-of-type(n+3){
        margin-top:2rem;
    }
}

/*------------------------------------------
1024px以下
--------------------------------------------*/
@media(max-width:1024px){
    /*遺品買取*/
    .purchase_content{
        flex-flow: column;
        justify-content: flex-start;
    }
    .purchase_content img {
        width: 80%;
    }
    .purchase_content .purchase_info{
        width: 80%;
        margin-left: 0;
        margin-top: 2rem;
    }

}

/*------------------------------------------
768px以下
--------------------------------------------*/
@media(max-width:768px){
    /*高価買取*/
    .expensive .expensive_wrapper{
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .expensive .expensive_item{
        width: calc((100% - 5%) / 3);
    }
    .expensive .expensive_item:nth-of-type(n+4){
        margin-top:2rem;
    }

    /*買取対象*/
    .purchase_wrapper{
        width: 90%;
        margin: 4rem auto 0 auto;
    }
}



/*------------------------------------------
600px以下
--------------------------------------------*/
@media(max-width:600px){
    /*買取事例*/
    .example_content .example_price{
        flex-flow: column;
    }
    .example_content .price_txt{
        font-size: 1.25rem;
        margin-right:0;
    }
    .example_content .example_price .price{
        margin-top:1rem;
    }
}

/*------------------------------------------
425px以下
--------------------------------------------*/
@media(max-width:425px){

    /*心得*/
    .knowledge_content{
       border-bottom:solid 1px #FF77AD;
       padding-bottom:2rem;
    }
    .knowledge_content:last-of-type{
        border-bottom:none;
    }


    /*高価買取*/
    .expensive .expensive_wrapper{
        justify-content: space-between;
    }
    .expensive .expensive_item{
        width: calc((100% - 5%) / 2);
    }
    .expensive .expensive_item:nth-of-type(n+3){
        margin-top:.5rem;
    }


    /*買取対象*/
    .purchase_content{
        width: calc((100% - 5%) / 2);
    }
    .purchase_content:nth-of-type(n+3){
        margin-top:2rem;
    }

    /*買取事例*/
    .purchase_examples{
        padding-bottom: 2rem;
    }
    .purchase_examples_container{
        margin:2rem auto 0 auto;
    }


    /*質問*/
    .question_wrapper{
        width:100%;
    }


    /*対応エリア*/
    .area {
        margin-top: 4rem;
    }
    .area_city h3{
        padding: 1rem 0;
    }
    .area_city ul{
        padding: 0rem 0 2rem 0;
    }
    .area_city ul li{
        margin: 2rem 0.875rem 0 0.875rem;
    }
}


/*------------------------------------------
375px以下
--------------------------------------------*/
@media(max-width:375px){

    /*心得*/
    .knowledge_content{
        flex-flow: column;
    }
    .knowledge_content span{
        margin-right:0;
        margin-bottom:1rem;
    }

    /*買取事例*/
    .example_content .example_price .price{
        font-size: 2rem;
    }
}


/*------------------------------------------
320px以下
--------------------------------------------*/
@media(max-width:320px){
    /*買取事例*/
    .example_content .example_item{
        font-size: 1.25rem;
    }
    .example_content .example_price .price{
        font-size: 1.85rem;
    }
}