#plus_details {
    height: auto;
    background: #efefef;
}

.plusTop {
    display: inline-block;
    margin-top: 2%;
    width: 100%;
    height: auto;
    background: #fff;
}

.plusTop_logo {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    padding: 3% 0 2% 0;
}

.plusTop_logo img {
    max-width: 70%;
}

.plusTop_txt {
    margin-top: 1%;
    height: auto;
}

.plusTop_txt h1 {
    font-family: "游明朝", "YuMincho", serif;
    font-size: calc(24px + 26 * ((100vw - 320px) / 1920));
    color: #333;
}

.plusTop_txt span {
    display: inline-block;
    text-align: left;
    line-height: 1.6;
    font-size: calc(14px + 8 * ((100vw - 320px) / 1920));
}

.plusTop_img {
    margin-top: 2%;
}

.plusTop_img img:nth-of-type(1) {
    max-width: 50%;
    float: left;
}

.plusTop_img img:nth-of-type(2) {
    max-width: 50%;
    float: right;
}

.br_6 {
    display: none;
}

.plusMdl_common {
    display: inline-block;
    padding: 2% 0 4% 0;
    width: 100%;
    height: auto;
}   

.plusMdl_common h1 {
    border-bottom: 1px solid #615f5f;
    font-family: "游明朝", "YuMincho", serif;
    font-weight: normal;
    font-size: calc(24px + 20 * ((100vw - 480px) / 1920));
}

.plusMdl_content {
    height: auto;
}

.plusMdl_top_img {
    width: 50%;
    float: left;
}

.plusMdl_top_img img {
    width: 100%;
}

.plusMdl_top_img_under_600px {
    display: none;
}

.plusMdl_top_txt {
    width: 49%;
    padding-left: 1%;
    height: auto;
    float: right;
}

.plusMdl_top_txt::after {
    content: "";
    float: none;
    display: block;
}

.plusMdl_top_txt span {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: calc(14px + 5 * ((100vw - 320px) / 1920));
}

.plusMdl_mdl {
    height: auto;
    padding-bottom: 0;
    background: #fff;
}

.plusMdl_mdl_img {
    display: inline-block;
    width: 100%;
    margin-top: 2%;
}

.plusMdl_mdl_img img {
    vertical-align: top;
}

.plusMdl_mdl_img img:nth-of-type(1) {
    margin: left auto;
    padding-right: 3%;
    width: 48%;
}

.plusMdl_mdl_img img:nth-of-type(2) {
    margin: right auto;
    width: 48%;
}

.plusMdl_mdl_txt span {
    font-size: calc(14px + 6 * ((100vw - 320px) / 1920));
}

@media screen and (max-width: 959px) {
    .br_6 {
        display: block;
    }

    .br_7 {
        display: none;
    }

    .plusTop_txt {
        margin: 0 auto;
        width: 90%;
    }

    .con_600px {
        width: 90%;
    }

    .plusMdl_top_txt {
        box-sizing: border-box;
        padding: 0 2%;
    }
}



@media screen and (max-width: 600px) {
    .plusTop_logo {
        width: 100%;
        vertical-align: bottom;
        float: none;
    }
    
    .plusTop_logo img {
        max-width: 60%;
    }

    .plusTop_img img:nth-of-type(2) {
        vertical-align: bottom;
    }

    .br_6 {
        display: block;
    }

    .br_7 {
        display: none;
    }

    .con_600px {
        box-sizing: border-box;
        width: 90%;
    }

    .plusMdl_top_img {
        display: none;
    }

    .plusMdl_top_img_under_600px {
        display: block;
        width: 100%;
    }

    .plusMdl_top_img_under_600px img {
        display: block;
        width: 100%;
    }

    .plusMdl_top_txt {
        width: 100%;
        text-align: center;
        float: none;
    }

    .plusMdl_top_txt span {
        margin-bottom: 3%;
    }

    .plusMdl_mdl_img img:nth-of-type(1) {
        width: 48%;
        float: left;
    }
    
    .plusMdl_mdl_img img:nth-of-type(2) {
        width: 48%;
        float: right;
    }

    .plusMdl_mdl_txt span {
        display: inline-block;
        text-align: left;
    }

    .plusTop_img img:nth-of-type(1) {
        max-width: 100%;
        float: none;
        vertical-align: bottom;
    }
    
    .plusTop_img img:nth-of-type(2) {
        max-width: 100%;
        float: none;
    }

}