
.product-detail-wrap{padding-top:.5rem}
.product-detail{padding-top:.5rem;padding-bottom:.5rem;line-height:1.5;color:#222}
.product-detail .detail-bn{display:flex;justify-content:space-between;align-items:center;color:#666}
.product-detail .dbn-left{width:100%;max-width:5.2rem;flex-shrink:0}
.product-detail .dbn-right{width:5.5rem;max-width:100%;flex-shrink:0}
.product-detail .h5{line-height:1.4;font-weight:bold;color:#222}
.product-detail .h6{line-height:1.25;font-weight:bold;color:#333}
.product-detail .mgt55{margin-top:.55rem}
.product-detail .mgt40{margin-top:.4rem}
.product-detail .mgt20{margin-top:.2rem}
.product-detail .line{height:1px;width:100%;background-color:#e5e5e5;margin:.8rem 0}
.product-detail .icon-list{margin-top:.13rem;color:#333;line-height:2.25}
.product-detail .list-title{display:inline;font-weight:bold;line-height:1.3}
.product-detail .list-item{display:flex;align-items:center}
.product-detail .list-item .icon-box{margin-right:.15rem}
.product-detail .list-item img{display:block}
.product-detail .list-label{display:flex;align-items:center}
@media(max-width: 750px){
	.product-detail-wrap .detail-bn{flex-direction:column}
.product-detail-wrap .list-item{flex-direction:column;align-items:flex-start}
.product-detail-wrap .list-item:nth-child(n+2){margin-top:.3rem}
.product-detail-wrap .dbn-left,.product-detail-wrap .dbn-right{width:100%}
.product-detail-wrap .dbn-right{margin-top:.5rem}
}

.btn-box{
    display: flex;
    justify-content: center;
    margin: .5rem auto 0;
  }
