@charset "utf-8";

.mproduct  .product-desc {margin-top: 10px;}
.mproduct .export-list {padding: 3% 0 0;}
.mproduct .export-list .thumArea{display: flex; flex-wrap: wrap;}
.mproduct .export-list .thumArea li{width: 48.5%; text-align: center; margin-right: 3%; margin-bottom: 3%; box-sizing: border-box; border: 1px solid #d9d9d9;}
.mproduct .export-list .thumArea li .thum{width: 100%; text-align: center; overflow: hidden;}
.mproduct .export-list .thumArea li .thum img{ width:100%;}
.mproduct .export-list .thumArea li p{padding: 8% 0 8% 0; text-align: center; border-top: 1px solid #d9d9d9; box-sizing: border-box;}
.mproduct .export-list .thumArea li p .text{font-size: 14px; line-height: 1.5;}
.mproduct .export-list .thumArea li:nth-child(even){margin-right: 0;}