@charset "UTF-8";
/* コンテンツ */
#title {
    position: relative;
    background-image: url("../../img/bg_iot.jpg");
    background-position: center;
    background-size: cover;
    height: 300px;
}

@media screen and (max-width: 960px) {
#title {
    height: 250px;
}  
}
@media screen and (max-width: 520px) {
#title {
    height: 200px;
    background-position: left -10px center;
}
#title h2,#title p {
    color: #fff;
    text-shadow: 0 0 20px #000;
}
}

.maker {
    text-align: center;
    line-height: 0;
}
.maker img {
    height: 18px;
}
.tx1 {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
}

.onsui ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    line-height: 1.7;
}
.onsui ul li:first-child {
    flex-shrink: 0;
    font-weight: 500;
    border: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 2em;
    margin-right: 1em;
}

.cleanbox ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.cleanbox ul li {
    width: 30%;
    text-align: center;
}
.cleanbox ul li img {
    width: 80%;
}
.cleanbox ul li h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
}
.cleanbox ul li p {
    text-align: left;
    line-height: 1.6;
    font-size: 0.92em;
    margin:1em 0;
}

.hot_waku {
    background-color: #fffded;
    border: 1px solid #ccc;
    padding: 2em;
    line-height: 1.7;
}

.hot_waku ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.hot_waku ul li img {
    width: 100%;
}
.hot_waku ul li:first-child {
    width: 78%;
}
.hot_waku ul li:last-child {
    width: 20%;
}
.hot_waku ul li:last-child p {
    font-size: 0.76em;
    line-height: 1.4;
    text-align: left;
}

@media screen and (max-width: 1100px) {


}

@media screen and (max-width: 960px) {
.cleanbox ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.cleanbox ul li {
    width: 42%;
    margin-bottom: 3em;
}
.cleanbox ul li img {
    width: 80%;
}

.hot_waku {
    padding: 2em;
}

.hot_waku ul li img {
    width: 100%;
}
.hot_waku ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.hot_waku ul li:last-child {
    width: 100%;
}
.hot_waku ul li:last-child h5 {
    text-align: center;
}
.hot_waku ul li:last-child img {
    width: 50%;
}

}


@media screen and (max-width: 520px) {
.maker img {
    height: 14px;
}
.tx1 {
    font-size: 1.32em;
}

.onsui ul {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.onsui ul li:first-child {
    margin-right: 0;
    margin-bottom: 0.5em;
}

.cleanbox ul li {
    width: 80%;
}
.hot_waku ul li:last-child img {
    width: 100%;
}


}

