@charset "UTF-8";

/*=====================================================================
　PC
=====================================================================*/
section .box{
    padding: 2rem 1rem 0;
}


/* ぱんくず
--------------------------*/
.other_area{
    font-size: 12px;
}
.other_area .pankuzu{
    display: flex;
}
.other_area .pankuzu li:first-of-type{
    margin-right: 0.5rem;
}
.other_area .pankuzu li:first-of-type::after{
    content: ">";
    margin-left: 0.5rem;
}
.other_area .pankuzu li:last-of-type{
    border-bottom: 1px solid;
}


/* 商品紹介
--------------------------*/
.archive_area{
    
}

/* アコーディオン */
details{}
details .li-item{
    
}
details[open] > .li-item{
    margin-bottom: 1rem;
    margin-top: 0.25rem;
}
details .li-item li:nth-of-type(n+2){
    margin-top: 0.25rem;
}

summary{
    background: #3bb4eb;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
}





/*=====================================================================
　580px以下
=====================================================================*/
@media only screen and (max-width: 580px) {
    .majivoice {
        margin: 1.5rem auto 0;
    }
    
    
    
    
    
}


