.mch-ecocuteType {
    margin-inline: auto;
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .mch-ecocuteType {
        display: flex;
        justify-content: space-between;
        max-width: 940px
    }
}

@media screen and (max-width:767px) {
    .mch-ecocuteType {
        margin-bottom: 20px
    }
}

.mch-ecocuteType-item {
    text-align: center;
    background-color: #fff;
    border-radius: 15px
}

@media screen and (min-width:768px) {
    .mch-ecocuteType-item {
        width: 31.914893617%;
        padding: 2.1276595745% 2.6595744681%
    }
}

@media screen and (max-width:767px) {
    .mch-ecocuteType-item {
        padding: 1em
    }

    .mch-ecocuteType-item:not(:first-child) {
        margin-top: 10px
    }
}

.mch-ecocuteType-item__ttl {
    font-size: 24px;
    line-height: 1.4166666667;
    margin-bottom: .5em
}

@media screen and (max-width:767px) {
    .mch-ecocuteType-item__ttl {
        font-size: 18px
    }
}

.mch-ecocuteType-item p {
    margin-bottom: 0;
    font-weight: 500
}
