@charset "UTF-8";
/* コンテンツ */
#title {
    position: relative;
    background-image: url("../../img/bg_equip.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 30% center;
}  
}

.tx1 {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
}

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

.four_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.four_box2 ul>li {
    width: 22%;
    margin-bottom: 3em;
}
.four_box2 ul>li img {
    width: 100%;
}

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


}

@media screen and (max-width: 960px) {
.four_box ul {
    justify-content: space-around;
}
.four_box ul>li {
    width: 36%;
}

}


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

.tx1 {
    font-size: 1.32em;
}

.four_box ul {
    justify-content: space-around;
}
.four_box ul>li {
    width: 70%;
}
.four_box ul>li p {
    line-height: 1.5;
}

.four_box2 ul {
    margin-bottom: -1em;
}
.four_box2 ul>li {
    width: 48%;
    margin-bottom: 1em;
}
}

