
/*** ---------------------------------------------------
#sub
--------------------------------------------------- ***/
/* パソコン表示 */
/* トップの写真 */
.factory .main-right .section.s-01 .imgbox{
    text-align: center;
}
.factory .main-right .section.s-01 img{
    width: 96%;
}
/* pboxの中身 */
.factory .main-right .section.s-01 .pbox-01{
    padding: 2%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.factory .main-right .section.s-01 .pbox-02{
    padding: 2%;
    border: 2px solid #1b1b1b;
    width: 90%;
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.5;
}
/* 所在地 */
/* 右側 */
.factory .main-right .section.s-02 .section-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 96%;
    margin: 0 auto;
}
.factory .main-right .section.s-02 .section-cont .right-side{
    width: 57%;
}
.factory .main-right .section.s-02 .section-cont .right-side iframe{
    width: 100%;
    height: 300px;
    border:3px solid #323333;
}
/* 左側 */
.factory .main-right .section.s-02 .section-cont .left-side{
    width: 40%;
}
.factory .main-right .section.s-02 .section-cont .left-side .pbox-min{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 6%;
}
.factory .main-right .section.s-02 .section-cont .left-side .pbox-min .min-in{
    padding-bottom: 3%;
    padding-top: 3%;
    border-bottom: 1px solid #323333;
}
.factory .main-right .section.s-02 .section-cont .left-side .pbox-min .min-in:nth-child(1){
    padding-top: 0;
}
.factory .main-right .section.s-02 .section-cont .left-side .pbox-min .min-in:nth-child(4){
    border-bottom: none;
}
.factory .main-right .section.s-02 .section-cont .left-side .pbox-min span{
    font-weight: bold;
}
.factory .main-right .section.s-02 .section-cont .left-side .imgbox-min img{
    width: 100%;
}

/* レスポンシブ表示 */
@media screen and (max-width:500px){
    /* pboxの中身 */
    .factory .main-right .section.s-01 .pbox-01{
        padding: 2%;
        text-align:left;
        font-size: 4vw;
    }
    .factory .main-right .section.s-01 .pbox-01 p{
        padding-top: 1%;
        padding-bottom: 1%;
    }
    .factory .main-right .section.s-01 .pbox-02{
        padding: 2%;
        border: 2px solid #1b1b1b;
        width: 96%;
        font-size: 4vw;
        line-height: 1.5;
    }
    /* 所在地 */
    .factory .main-right .section.s-02 .section-cont{
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    /* 右側 */
    .factory .main-right .section.s-02 .section-cont .right-side{
        width: 100%;
    }
    .factory .main-right .section.s-02 .section-cont .right-side iframe{
        width: 100%;
        height: 300px;
        border:2px solid #323333;
    }
    /* 左側 */
    .factory .main-right .section.s-02 .section-cont .left-side{
        width: 100%;
    }
    /* 左側文字部分 */
    .factory .main-right .section.s-02 .section-cont .left-side .pbox-min{
        font-size: 4vw;
        font-weight: 500;
        line-height: 1.2;
        padding-top: 0;
        width: 100%;
    }
    .factory .main-right .section.s-02 .section-cont .left-side .pbox-min .min-in:nth-child(1){
        padding-top: 3%;
    }
    .factory .main-right .section.s-02 .section-cont .left-side .pbox-min span{
        font-weight: bold;
    }
    .factory .main-right .section.s-02 .section-cont .left-side .imgbox-min{
        display: none;
    }
    /* 全体の横幅調整 */
    #sub main .main-right .section .section-cont{
        width: 96%;
    }
    .factory .main-right .section.s-02 .section-cont .right-side,
    .factory .main-right .section.s-02 .section-cont .left-side{
        padding-left: 2%;
        padding-right: 2%;
    }
}
