.groupSection{padding:30px 0;border-bottom:1px dashed #ddd;}
.groupSection:first-child{padding-top:0;}
.groupSection:last-child{border-bottom:none;}
.groupSection .sectionTitle{font-size:15px;font-weight:500;position:relative;height:35px;}
.groupSection .sectionTitle:after{content:'';display:block;position:absolute;height:2px;width:30px;background-color:#5394da;bottom:10px;left:0;}
.groupSection .sectionData{font-size:13px;line-height:180%;}
.groupSection .sectionData .customsTable{display:flex;}
.contents .contentsTable ul, .contents .sectionListContents{padding:0 0 0 20px;margin:0;}
.contents .contentsTable ul li, .contents .sectionListContents li{padding:0;margin:0;font-size:12px;}
.contents .contentsTable td.tc{text-align:center;padding:10px 0;}

.groupSection .sectionData .goodsLists{width:100%;}
.groupSection .sectionData .goodsLists ul{padding:0;margin:0;display:flex;flex-wrap:wrap;width:100%;}
.groupSection .sectionData .goodsLists ul li{padding:0;margin:0;list-style:none;display:block;width:calc((100% - 70px) / 4);padding:0 4px 10px 4px;margin:0;text-align:center;border:1px solid #ddd;margin-bottom:10px;font-size:12px;line-height:160%;}
.groupSection .sectionData .goodsLists ul li img{width:100%;}
.groupSection .sectionData .goodsLists ul li:nth-child(4n - 3){margin-right:10px;}
.groupSection .sectionData .goodsLists ul li:nth-child(4n - 2){margin-right:10px;}
.groupSection .sectionData .goodsLists ul li:nth-child(4n - 1){margin-right:10px;}
.groupSection .sectionData .goodsListsETC .rejectItem{display:flex;width:100%;flex-wrap:wrap;}
.groupSection .sectionData .goodsListsETC .rejectItem li{width:50%;}

@media all and (max-width:900px) {
    .groupSection .sectionData .customsTable{flex-wrap:wrap;}
    .contents .contentsTable td.tc{padding:10px;}
}

@media all and (max-width:700px) {
    .groupSection .sectionData .goodsLists ul li{width:calc((100% - 30px) / 2);}
    .groupSection .sectionData .goodsLists ul li:nth-child(4n - 3){margin-right:0;}
    .groupSection .sectionData .goodsLists ul li:nth-child(4n - 2){margin-right:0;}
    .groupSection .sectionData .goodsLists ul li:nth-child(4n - 1){margin-right:0;}
    .groupSection .sectionData .goodsLists ul li:nth-child(2n - 1){margin-right:10px;}

    .groupSection .sectionData .goodsListsETC .rejectItem li{width:100%;}
}