@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: 30px;
}
.tx1 {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
}

.sc_waku1 {
    background-color: #eeefef;
    padding: 2em;
}
.sc_waku1 h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}

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

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


}

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


}


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

.sc_waku1 {
    padding: 1.5em;
}

.sc_box1 ul {
    justify-content: space-around;
}
.sc_box1 ul li {
    width: 80%;
}
.sc_box1 ul li p {
    line-height: 1.5;
}

}

