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

.sm_tx {
    position: relative;
}
.sm_img {
    margin-top: -3em;
}

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

.tx3 {
    font-size: 1.4em;
    line-height: 1.5;
    color: #63276e;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

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

.tree_box5 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.tree_box5 ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 30%;
    margin-bottom: 3em;
}
.tree_box5 ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
}
.tree_box5 ul li img {
    flex-shrink: 0;
    width: 40%;
    margin-right: 1em;
}
.tree_box5 ul li p {
    line-height: 1.6;
    font-size: 0.92em;
    margin-top: 0.5em;
}
.tree_box5 ul li:last-child img {
    width: 100%;
    margin-right: 0;
}


.flbox1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5em;
}
.img1 {
    width: 45%;
}
.img1doc {
    width: 50%;
}

.tx4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.tx4_2 {
    line-height: 1.6;
    font-size: 0.92em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.img9 {
    text-align: center;
}
.img9 img {
    width: 70%;
}

.maho_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.maho_box ul li:first-child {
    width: 60%;
}
.maho_box ul li:last-child {
    width: 35%;
}
.maho_box ul li img {
    width: 100%;
}

.raku_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.raku_box ul li {
    width: 47.5%;
    margin-bottom: 3em;
}
.raku_box ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.raku_doc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 1em;
}
.raku_box ul li:first-child img {
    flex-shrink: 0;
    width: 38%;
    margin-left: 1em;
}
.raku_box ul li:last-child img {
    flex-shrink: 0;
    width: 54%;
    margin-left: 1em;
}
.raku_box ul li p {
    line-height: 1.6;
    font-size: 0.92em;
}

.pan_box {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.pan_box h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.pan_box p {
    line-height: 1.6;
    font-size: 0.92em;
    margin: 1em 0;
}
.pan_box img {
    width: 60%;
}

.yoku_box {
    background-color: #f7f6ef;
    padding: 2em;
    line-height: 1.7;
}
.yoku_box h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
}
.yoku_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.yoku_box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 47.5%;
    margin-bottom: 2em;
}
.yoku_box ul li .yoku_doc {
    width: 60%;
}
.yoku_box ul li .yoku_img {
    width: 35%;
}
.yoku_box ul li .yoku_doc h5 img {
    width: 60%;
}
.yoku_box ul li .yoku_doc p {
    line-height: 1.6;
    font-size: 0.92em;
    margin-top: 0.5em;
}
.yoku_box ul li .yoku_img img {
    width: 100%;
}

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


}

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

.sm_img {
    margin-top: -2em;
}

.tx3 {
    font-size: 1.16em;
}

.tree_box5 ul li {
    width: 47%;
}
.tree_box5 ul li:last-child {
    width: 100%;
    text-align: center;
}
.tree_box5 ul li:last-child img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.flbox1 {
    align-items: flex-start;
    margin-bottom: 1em;
}

.maho_box ul li p {
    font-size: 0.6em !important;
}

.raku_box ul {
    justify-content: space-around;
}
.raku_box ul li {
    width: 70%;
    margin-bottom: 3em;
}
.pan_box {
    width: 70%;
}
.pan_box img {
    width: 70%;
}

.yoku_box {
    padding: 2em;
}
.yoku_box ul {
    margin-bottom: -2em;
}
.yoku_box ul li {
    width: 100%;
    margin-bottom: 2em;
}
.yoku_box ul li .yoku_doc {
    width: 70%;
}
.yoku_box ul li .yoku_img {
    width: 25%;
}
.yoku_box ul li .yoku_doc h5 img {
    width: 50%;
}
.yoku_box ul li .yoku_doc p {
    line-height: 1.6;
}

}


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

.sm_img {
    margin-top: 1em;
}

.tx1 {
    font-size: 1.32em;
}

.tx3 {
    font-size: 1em;
}

.tree_box4 ul {
    justify-content: space-around;
}
.tree_box4 ul li {
    width: 80%;
}

.tree_box4 ul li p {
    line-height: 1.5;
}

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

.flbox1 {
    margin-bottom: 3em;
}
.img1 {
    width: 100%;
    margin-bottom: 3em;
}
.img1doc {
    width: 100%;
}

.img9 img {
    width: 90%;
}

.raku_box ul li {
    width: 100%;
}
.raku_box ul li:last-child .raku_doc {
    flex-wrap: wrap;
}
.raku_box ul li:last-child p {
    width: 100%;
    margin-bottom: 1em;
}
.raku_box ul li:last-child img {
    margin-left: 0;
}
.pan_box {
    width: 100%;
}
.pan_box img {
    width: 90%;
}

.yoku_box {
    padding: 2em;
}
.yoku_box ul {
    margin-bottom: -2em;
}
.yoku_box ul li {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2em;
}
.yoku_box ul li .yoku_doc {
    width: 100%;
    margin-bottom: 1em;
}
.yoku_box ul li .yoku_img {
    width: 50%;
}
.yoku_box ul li .yoku_doc h5 img {
    width: 70%;
}
.yoku_box ul li .yoku_doc p {
    line-height: 1.5;
}

}

