.maindesign{
	margin-top: 30px;
}
.maindesign img{
	width: 100%;
	height: auto;
}
.maindesign h2.headingMiddle {
    position: relative;
    padding-bottom: 0.8em;
    border-bottom: 3px solid #DDD;
    font-size: 1.25em;
    font-weight: bold;
    margin: 40px 0 30px 0;
    text-align: left;
}
.maindesign h2.headingMiddle::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 6.5%;
    display: block;
}
.maindesign h3 {
    border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: left;
    padding: 0.3rem 1rem;
}
.maindesign h4 {
    margin: 0px 0 10px;
    padding: 10px 0px 10px 0px;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
.maindesign .goods {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
}
.maindesign .cols2-1 li {
    width: calc(50% - 5px);
    margin-right: calc(10px / 1);
    margin-bottom: 20px;
    position: relative;
}
.maindesign .cols2-1 .text-box {
    padding: 0.5em;
    line-height: 1.6em;
}
.listHeading {
    font-size: 1.2em;
    font-family: 'Noto Sans JP', "ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    color: #333;
    font-weight: bold;
}
.maindesign p {
    line-height: 1.2;
}
.maindesign .cols2-1 li:nth-child(2n) {
    margin-right: 0px;
}
.fwb{font-weight: bold;}
.red {
    color: #FF0000 !important;
}
.mgb20{margin-bottom: 20px;}
@media screen and (max-width: 767px){
.maindesign .cols2-1 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
	
}

#block{
	display: block;
}


