@charset "utf-8";

.colors {

}

.colors li {
    margin: 0 0 0.2em;
}

.colors li span {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 4.0em;
    height: 1.5em;
    transform: translateY(0.38em);
}

.colors li span.skyblue { background: #47acff;}
.colors li span.lightyellow { background: #fffb20;}
.colors li span.freshorange { background: #ff5c1b;}

.mainContents .features ul {
    flex-wrap: nowrap;
}

.mainContents .features ul li img {
    height: 240px;
    width: auto;
}

.mainContents .features ul li:last-child .feature_img {
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mainContents .features ul li:last-child img {
    width: 100%;
    height: auto;
}