#home-appliances h2 {
    font-weight: bold;
    color: #000098;
    text-align: center;
    margin: 3rem 0 0;
}

#home-appliances h2 img,
#home-appliances h2 span {
    display: inline-block;
    vertical-align: middle;
}



#support article {
    border-bottom: 1px solid #DDD;
    padding: 1rem 1rem 1rem 0;
    display: flex;
}

#support article .thum {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    margin-right: 1rem;
}

#support article .thum figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#support article .thum figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#support article .thum figure .nothum {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/noimg.jpg) no-repeat center center/cover;
}

#support article .sp-txt {
    flex: 1;
}

#support article p {
    font-size: 0.8rem;
    color: #777;
    margin: 0;
    text-align: left;
}

#support article p span {
    display: block;
    line-height: 1.3;
}

#support article p.sp-title {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
}

@media screen and (min-width:512px) {

    .support-inner {
        display: flex;
        align-items: flex-start;
        justify-content: left;
        flex-wrap: wrap;
    }

    #support article {
        width: 50%;
        border: 2px solid #FFF;
        display: block;
    }

    #support article .thum {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        margin-bottom: 1rem;
    }

    #support article p {
        text-align: center;
    }
}

@media screen and (min-width:769px) {
    #support article {
        width: 33.333%;
    }

    #support article p.sp-title {
        margin-bottom: 0.5rem;
    }
}

@media screen and (min-width:1024px) {
    #support article {
        width: 25%;
    }
}

#support h3 {
    color: #000098;
}

#support p.sub_txt {
    text-align: left;
    margin-top: 2rem;
}

#product {
    margin-top: 3rem;
}

.product-content h4 {
    font-weight: bold;
    margin: 0;
}

.product-content figure {
    margin-bottom: 0;
}

.product-inner {
    padding: 1rem;
    background: #f2f2f7;
}

.product-other {
    padding: 1rem;
}

.product-other ul {
    font-size: 1.15rem;
    margin-left: 1.5rem;
    font-weight: bold;
}

.point-content {
    margin-bottom: 2rem;
}

.point-content h3 {
    font-weight: bold;
    color: #000098;
    padding: 0.5rem 0;
    border-bottom: 1px solid #DDD;
    margin: 0;
}

@media screen and (min-width:768px) {

    .point-inner {
        padding: 1rem;

    }
}