/* カスタマイズ用CSS */
.ec-newItemRole .ec-newItemRole__list{
    flex-wrap:wrap;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem {
    width:25%;
    margin:0 auto 20px auto;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a {
    max-width:96%;
    display:block;
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
    color:#cc0000;
    font-weight:bold;
    text-align: right;
    font-size:18px;
}
@media screen and (max-width:768px){
    
    .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
        width: 49.5%;
    }
    .ec-secHeading .ec-secHeading__ja {
        display: block;
    }
    
}

.ec-headerCategoryArea {
    display: none;
}

.ec-itemNav {
    display: none;
    margin: 0 0 30px;
}

.ec-newItemRole__listItemHeading {
    margin: 50px auto 0;
    text-align: center;
}

.ec-select__delivery {
    display: none;
}

.ec-select__time {
    display: none;
}

.ec-heading-bold{
    background: #ef7c0c;
    color: #fff;
    font-size: 20px;
    padding: 10px 10px;
}

.ec-off1Grid__cell b{
    padding-bottom: 4px;
    border-bottom: 2px dashed #ef7c0c;
}

 .sp{
        display: none;
    }
.semi_title{
    font-size: 14px;
}
.explain{
    margin: 30px 0;
}

.explain_content{
    padding: 10px 0;
}

.ec-select label {
    margin-right: 0
}
.announcement {
    padding-bottom: 20px;
}
.announcement p {
    font-weight: bold;
    text-align: center;
    color: red;
}