@charset "utf-8";

#title {
    background-image: url("../img/title.webp");
}

.stitle p {
    line-height: 0;
}
.stitle img {
    width: 400px;
}

.tx1 {
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.4em;
}
.tx2 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    color: #0e3254;
    border-bottom: 1px solid #136c3c;
    font-size: 1.16em;
    line-height: 1.4 !important;
    padding-bottom: 0.3em;
    margin-bottom: 1.5em;
    text-align: center;
}

.iot_room {
    text-align: center;
}
.iot_room img {
    width: 70%;
    max-width: 900px;
}
.swiptx {
    font-size: 0.84em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 0.5em;
}

.waku_iot {
    background-color: #fff;
    padding: 2em;
}

.iot1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iot1 ul li:first-child {
    width: 24%;
}
.iot1 ul li:first-child img {
    width: 100%;
}
.iot1 ul li:last-child {
    width: 71%;
}
.iot1 ul li:last-child h4 img {
    width: 40%;
}
.iot1 ul li:last-child h5 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    color: #0e3254;
    font-size: 1.16em;
    line-height: 1.4 !important;
    margin-bottom: 2em;
}
.iot1 ul li:last-child p img {
    width: 100%;
}

.iot2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.iot2 ul li {
    width: 47%;
    margin-bottom: 2em;
}
.iot2 ul li p {
    line-height: 1.6;
    font-size: 0.92em;
}
.tx3 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    color: #0e3254;
    border-bottom: 1px solid #136c3c;
    font-size: 1em;
    line-height: 1.4 !important;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}

.iot3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.iot3 ul li {
    width: 24%;
    margin-bottom: 1em;
}

.iot3 ul li img {
    width: 100%;
}

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

}

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

.stitle img {
    width: 50%;
}

.iot_room img {
    width: 100%;
}

}

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

.stitle img {
    width: 60%;
}

.tx1 {
    font-size: 1.32em;
}

.iot_room img {
    width: 100%;
}

.iot3 ul li {
    width: 48%;
}

}

@media screen and (min-width: 600px) {
.swiptx {
    display: none;
}
}

@media screen and (max-width: 599px) {
#title {
    background-image: url("../img/title_sp.webp");
}

.iot_room {
    overflow: auto;
}
.iot_room img {
    width: 600px;
}

.waku_iot {
    padding: 1.5em;
}
.iot1 ul {
    margin-bottom: 1em;
}
.iot1 ul li:last-child h4 img {
    width:60%;
}
.iot1 ul li:last-child h5 {
    margin-bottom: 0;
}

.iot2 ul li {
    width: 100%;
}


}

