@charset "utf-8";
/* ==================== single ==================== */
#product-single_sec01 {
    width: 100%;
    padding: 150px 40px;
}
.product-single_cont {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}
.product-single_cont.main {
    padding-bottom: 120px;
}
.product-single_cont.sub:not(:last-child) {
    padding-bottom: 100px;
}
.product-single_cont img {
    display: block;    
    width: 100%;
    height: auto;
    object-fit: cover;
    text-align: center;
    margin-bottom: 30px;
}
.product-single_cont_ttl {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 150px;
}
.product-single_cont_ttl h3 {
    font-size: 28px;

}

@media screen and (max-width:768px) {
    #product-single_sec01 {
        width: 100%;
        padding: 150px 24px;
    }
}