@charset "UTF-8";
/* コンテンツ */
#title {
    position: relative;
    background-image: url("../../img/square2.png");
    background-position: center center;
    background-size: 50px;
}

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

.st_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.st_box ul li {
    width: 21%;
    margin-bottom: 3em;
}
.st_box ul li img {
    width: 100%;
    margin: 1em auto;
}
.st_box ul li h4 {
    background-color: #9fa0a0;
    color: #fff;
    text-align: center;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 500;
    padding: 0.4em;
}
.st_box ul li p {
    line-height: 1.6;
    font-size: 0.92em;
}

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


}

@media screen and (max-width: 960px) {
.st_box ul li {
    width: 30%;
}

}


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

.st_box ul li {
    width: 47.5%;
}
}

