.label{
    width: 95%;
    background-color: #707070;
    padding-top:20px;
    padding-bottom: 20px;
    margin: 0px auto;
}
.detail-category{
    display: flex;
    margin-left: 5%;
    margin-bottom: 10px;
}
.detail-category a{
    width: 110px;
    height: 20px;
    font-size: 12px;
    letter-spacing: 0.2em;
    color:#707070;
    background-color: white;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}

.detail-h2{
    font-size: 24px;
    color: white;
    text-align: left;
    margin-left: 5%;
    margin-top: 0;
    padding: 0;
    background-image: none;
}

.detail-imgbox{
    width: 95%;
    line-height: 80vh;
    margin: 40px auto 40px auto;
}



.size-page_eyecatch{
    width: clamp(0px, 1400 / 1440 * 90vw, 1400px);
    height: clamp(0px, 800 / 1440 * 80vw, 800px);
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.detail-textbox{
    width: 95%;
    display: flex;
    justify-content: space-between;
    background-color: #FAFAFA;
    padding: 30px 0;
    margin: 0 auto;
}

.request{
    width: 45%;
    margin-left:5%;

}
.detail-title{
    font-size: 24px;
    margin-bottom: 15px;

}
.request-div{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.request-dt{
    font-size: 15px;
    font-weight: 300;
}
.request-dt span{
    margin-left: 5px;
    margin-right: 5px;
}
.request-dd{
    font-size: 15px;
}
.production{
    width: 45%;
    margin-right:5%;
}
.production-btn a{
    display: block;
    width: 250px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    margin-top: 20px;
}
.production-btn a:hover{
    color: white;
    background-color:#8B8B8E;
}
.detail-textbox2{
    justify-content: space-between;
    margin: 0 7.5% 20px 7.5%;
    padding: 40px 0 ;

}

.point{
    width: 100%;
}

.point p{
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.detail-archive{
    margin-bottom: 80px;
}


@media screen and (max-width:850px) {
    .label{
        padding-top:15px;
        padding-bottom: 15px;
    }
    .detail-h2{
        font-size: 20px;
    }
    .detail-imgbox{
        width: 95%;
        line-height: 80vh;
    }
    .size-page_eyecatch{
        width: clamp(0px, 375 / 375 * 90vw, 375px);
        height: clamp(0px, 250 / 375 * 80vw, 250px);
    }
    
    .detail-textbox{
        display: block; 
        margin-bottom: 0px;
    }
    .request{
        width: 90%;
        margin-bottom: 60px;
    }
    .detail-title{
        margin-bottom: 15px;
    }
    .request-div{
        width: 100%;
        margin-bottom: 10px;
    }
    .request-dt span{
        margin:0 8px;
    }
    

    .production{
        width: 90%;
        margin-right: 0;
        margin-left: 5%;
    }
    .detail-textbox2{
        display: block;
        margin: 40px 5%  0 5%;
        padding:  0 ;
    }
    .point{
        width: 95%;
        margin: 0 auto;
    }
    .point p{
        width: 100%;
        margin-bottom: 0px;
    }

}