@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,.maker2 {
    text-align: center;
    line-height: 0;
}
.maker img {
    height: 28px;
}
.maker2 img {
    height: 17px;
}
.tx1 {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
}

.jc_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.jc_box ul li img {
    width: 100%;
}
.jc_box ul li:nth-child(1) {
    width: 60%;
}
.jc_box ul li:nth-child(2) {
    width: 5%;
}
.jc_box ul li:nth-child(3) {
    width: 30%;
}

.iot_box1 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.7;
}
.iot_box1 ul li img {
    width: 50px;
    margin-left: 1em;
}

.iot_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.iot_box2 ul li {
    width: 21%;
    margin-bottom: 3em;
}
.iot_box2 ul li img {
    width: 100%;
    margin-top: 1em;
}
.iot_box2 ul li h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.iot_box2 ul li h5 {
    font-size: 0.92em;
    line-height: 1.5;
    font-weight: 500;
    margin: 1em 0;
}
.iot_box2 ul li p {
    line-height: 1.5;
    font-size: 0.84em;
}

.waku_op {
    background-color: #f0eae1;
}
.iot_box3 h3 {
    text-align: center;
}
.iot_box3 h3 span {
    display: block;
    background-color: #cab7aa;
    color: #fff;
    font-size: 1.16em;
    line-height: 2em;
    font-weight: 500;
}
.iot_box3 ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.iot_box3 ul li {
    width: 21%;
    margin-bottom: 3em;
}
.iot_box3 ul li img {
    width: 100%;
}
.iot_box3 ul li h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.iot_box3 ul li h5 {
    font-size: 0.92em;
    line-height: 1.5;
    font-weight: 500;
    margin: 1em 0;
}
.iot_box3 ul li h6 {
    font-size: 0.92em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: center;
}
.iot_box3 ul li p {
    line-height: 1.5;
    font-size: 0.84em;
    margin-top: 1em;
}

.iot_box4 ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.iot_box4 ul li {
    width: 40%;
    margin-bottom: 3em;
}
.iot_box4 ul li h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.iot_box4 ul li section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.iot_box4 ul li:first-child section img {
    width: 22%;
    margin-right: 1em;
    flex-shrink: 0;
}
.iot_box4 ul li:last-child section img {
    width: 50%;
    margin-right: 1em;
    flex-shrink: 0;
}
.iot_box4 ul li h5 {
    font-size: 0.92em;
    line-height: 1.5;
    font-weight: 500;
    margin: 1em 0;
}
.iot_box4 ul li p {
    line-height: 1.5;
    font-size: 0.84em;
}

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


}

@media screen and (max-width: 960px) {
.jc_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.jc_box ul li {
    margin-bottom: 2em;
}
.jc_box ul li img {
    width: 100%;
}
.jc_box ul li:nth-child(1) {
    width: 100%;
}
.jc_box ul li:nth-child(2) {
    width: 30%;
    text-align: center;
}
.jc_box ul li:nth-child(2) img {
    width: 30%;
}
.jc_box ul li:nth-child(3) {
    width: 70%;
}

.iot_box2 ul li {
    width: 46%;
}

.iot_box3 ul li {
    width: 40%;
}

.iot_box4 ul {
    justify-content: space-between;
}
.iot_box4 ul li {
    width: 46%;
}

}


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

.jc_box ul li:nth-child(2) img {
    width: 50%;
}

.iot_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.iot_box3 ul li {
    width: 46%;
}
.iot_box3 ul li:first-child {
    width: 100%;
}
.iot_box4 ul li {
    width: 100%;
}
.img7 {
    text-align: center;
}
.img7 img {
    width: 80% !important;
}

}

