@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;
}  
}

.maker {
    text-align: center;
    line-height: 0;
}
.maker img {
    height: 14px;
}
.flbox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5em;
}
.img1 {
    width: 65%;
}
.img1doc {
    width: 30%;
}

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

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

.tree_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.tree_box2 ul li {
    width: 30%;
    margin-bottom: 3em;
}
.tree_box2 ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.tree_box2 ul li h5 span {
    font-size: 0.76em;
}
.tree_box2 ul li img {
    width: 100%;
    margin-bottom: 1em;
}
.tree_box2 ul li p {
    line-height: 1.6;
    font-size: 0.92em;
    margin-top: 1em;
}
.tree_box2 ul li h6 {
    font-size: 0.92em;
    line-height: 2em;
    font-weight: 500;
    border: 1px solid #333;
    width: 16em;
    text-align: center;
}
.tree_box2 ul li:last-child {
    width: 65%;
}
.tree_box2 ul li:last-child img {
    width: 80%;
}

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


}

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


}


@media screen and (max-width: 520px) {
.maker img {
    height: 10px;
}
.flbox1 {
    margin-bottom: 3em;
}
.img1 {
    width: 100%;
    margin-bottom: 3em;
}
.img1doc {
    width: 100%;
}

.tx1 {
    font-size: 1.32em;
}

.tree_box3 ul,.tree_box2 ul {
    justify-content: space-around;
}
.tree_box3 ul li,.tree_box2 ul li {
    width: 80%;
}

.tree_box3 ul li p,.tree_box2 ul li p {
    line-height: 1.5;
}

.tree_box2 ul li:last-child {
    width: 100%;
}
.tree_box2 ul li:last-child img {
    width: 100%;
}

}

