.maindesign .feature-hdg1{
    margin: 10px auto;
    font-weight: bold;
    font-size: 1.5rem; 
}

.maindesign .feature-hdg3{
    border-left: 4px solid #e5002d;
    padding: 0.3rem 1rem;
}
.maindesign .feature-hdg4{
    font-size: 1.5rem;
    margin-top: calc(40px - 0.6rem);
    margin-bottom: calc(30px - 0.75rem);
    padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px){
.maindesign .feature-hdg1{
    font-size: 1.2rem;
    line-height: 1.2; 
}
.maindesign .feature-hdg4{
    font-size: 1.2rem;
    line-height: 1.2;
}


}

.maindesign .what-is{
    position: relative;
    margin-top: 3rem;
    padding: 30px 20px 20px;
    border: 3px solid #e26b13;
}
.maindesign .what-is h3{
    position: absolute;
    top: -1em;
    left: 1em;
    font-size: 1.5rem;
    padding: 5px 20px;
    background: #e26b13;
    border: 2px solid #fff;
    color: #fff;
}
.maindesign .what-is .images{
    width: 100%;
/*    max-width: 800px;*/
    margin:0 auto 10px;
}


.maindesign .trouble{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .trouble__block{
    width: 31%;
}
.maindesign .trouble__block .images{
    margin-bottom: 10px;
}
.maindesign .trouble__block .feature-hdg4{
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 0;
}

@media screen and (max-width: 767px){
.maindesign .trouble__block{
    width: 100%;
    margin-top: 30px;
}
.maindesign .trouble__block:first-child{
    margin-top: 0;
}
.maindesign .trouble__block .feature-hdg4{
    font-size: 1.2rem;
}

}

.maindesign .solution{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.maindesign .solution li{
    width: 30%;
    padding: 10px;
    border: 1px solid #B6B6B6;
}
.maindesign .solution li p{
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px){
.maindesign .solution li{
    width: calc(32% - 12px);
    padding: 5px;
/*    margin-top: 10px;*/
}
.maindesign .solution li:nth-child(-n + 2){
    margin-top: 0;
}
.maindesign .solution li p{
    font-size: 0.9rem;
    line-height: 1.2;
}

}


.maindesign .slider{
    margin-top: 10px;
}
.maindesign .scrolltxt{
    display: none;
}
@media screen and (max-width: 767px){
.maindesign .slider{
    overflow-x: scroll;
    overflow-y: clip;
}
.maindesign .slider img{
    width: 767px;
}
.maindesign .scrolltxt{
    color: #E00012;
    font-weight: bold;
    margin: 5px 0 10px 0;
    text-align: left;
    display: flex;
}
.maindesign .scrolltxt span {
    padding: 8px 6px;
    font-size: 0.95em;
    border: 2px solid #E00012;
    box-sizing: border-box;
}

}



.maindesign .goods-link{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap :30px;
    margin-top: 20px;
}
.maindesign .goods-link--block__name{
    font-size: 1.3em;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px){
.maindesign .goods-link{
    grid-template-columns: 1fr;
    gap :20px;
}
    
}

.maindesign .about-delivery{
    background-color: #14a83b;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
}
.maindesign .about-delivery__m-text{
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}
.maindesign .about-delivery__s-text{
    font-size: 1.3em;
    margin-bottom: 10px;
    line-height: 1.3;
}

.maindesign .about-delivery-note{
    margin-top: 20px;    
}
.maindesign .about-delivery-note li{
    font-size: 1.15em;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
    margin-bottom: 5px;
}
.maindesign .about-delivery-note li span{
    color: #eb6101;
}
.maindesign .free-home-delivery{
    margin-top: 20px;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
.maindesign .free-home-delivery span{
    width: calc(100% - 170px);
}
.maindesign .free-home-delivery::before{
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background-image: url("/include_html/e/e009030003001/images/260402/icon-delivery.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}

@media screen and (max-width: 767px){
.maindesign .about-delivery__m-text{
    font-size: 8.5vw;
}
.maindesign .about-delivery__s-text{
    font-size: 4vw;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
.maindesign .about-delivery-note li{
    font-size: 0.95em;
}

.maindesign .free-home-delivery{
    font-size: 5.3vw;
}
.maindesign .free-home-delivery span{
    width: calc(100% - 24vw);
}
.maindesign .free-home-delivery::before{
    width: 21vw;
    height: 21vw;
    margin-right: 3vw;
}
}

.maindesign .banner{
    margin-top: 2em;
}



