@charset "UTF-8";

/* iMUSE health */

#fixedBtn {
    position: fixed;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
}

#fixedBtn img {
    width: 100%;
    margin: auto;
    display: block;
}

#wrap {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, sans-serif;
}

#wrap header {
    display: flex;
    width: 100%;
}

#wrap header img:first-child {
    width: 100%;
}

#wrap header img:nth-child(2) {
    width: 100%;
}

#wrap .cv_area {
    position: relative;
}

#wrap .cv_area_02 {
    position: relative;
    margin-bottom: 10.666666666666666vw;
}

#wrap .cv_area .btn,#wrap .cv_area_02 .btn{
    position: absolute;
    bottom: 14.4%;
    right: 0;
    left: 0;
    margin: auto;
    width: 93.06%;
}
#wrap .cv_area_02 .btn{
    bottom: 21.4%;
}
#wrap .cv_area .tel,#wrap .cv_area_02 .tel{
    position: absolute;
    bottom: 6.5%;
    right: 0;
    left: 0;
    margin: auto;
    width: 89.33%;
}
#wrap .cv_area_02 .tel{
    bottom: 12.5%;
}


#wrap .cv_area .txt a {
    color: #0068b7;
}

#wrap section:nth-child(5) .cv_area {
    margin-top: 0vw;
}
/* tabSwitch */
#wrap .tabSwitch .tabHead{
    position: relative;
}
#wrap .tabSwitch #tabLeft,#wrap .tabSwitch #tabRight{
    width: 37.066vw;
    position: absolute;
    bottom: 0;
}
#wrap .tabSwitch #tabLeft{
    left: 11vw;
}
#wrap .tabSwitch #tabRight{
    right: 11vw;
}
/* /tabSwitch */
#dtl {
    margin: auto;
    margin-top: 8%;
    width: 90%;
}

#dtl h2 {
    text-align: center;
    font-size: 4vw;
}

#dtl ul {
    font-size: 2.7vw;
    padding-inline-start: 0;
}

#dtl ul li {
    list-style: none;
    line-height: 1.44;
}

#dtl ul li:nth-child(6) {
    margin-top: 3%;
    padding-left: 2.3%;
    text-indent: -3.3%;
}

#dtl ul li:nth-child(7),
#dtl ul li:nth-child(8),
#dtl ul li:nth-child(9),
#dtl ul li:nth-child(10) {
    padding-left: 2.3%;
    text-indent: -3.3%;
}

.fst {
    margin-top: 2%;
}

.fst_02 {
    margin-top: 3%;
}
.fst_03 {
    margin-top: 5%;
}


.fst_02:first-letter {
    font-size: 2.5vw;
}

.fst span {
    font-style: italic;
}
#checkbox{
    background-color: #edecd1;
    padding-bottom: 5%;
}

#checkbox ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
#checkbox ul li{
    width: 44%;
}
#checkbox ul li:first-child{
    margin: 2% 2% 2% 5%;
}
#checkbox ul li:last-child{
    margin: 2% 2% 2% 1%;
}
.check1,.check2,.check3,.check4,.check5,.check6{
	padding-bottom:95.4%;
}
.mgt10{
    margin-top: 10%;
}
#A1,#A2,#A3,#A4,#A5{display: none;}

.check1{
	background: url('../img/check_1.png')no-repeat top center;
    background-size: cover;
}
    .check1.pushed{
        background: url('../img/check_1_on.png')no-repeat top center;
        background-size: cover;
    }
.check2{
	background: url('../img/check_2.png')no-repeat top center;
    background-size: cover;
}
    .check2.pushed{
        background: url('../img/check_2_on.png')no-repeat top center;
        background-size: cover;
    }

.check3{
	background: url('../img/check_3.png')no-repeat top center;
    background-size: cover;
}
    .check3.pushed{
        background: url('../img/check_3_on.png')no-repeat top center;
        background-size: cover;
    }

.check4{
	background: url('../img/check_4.png')no-repeat top center;
    background-size: cover;
}
    .check4.pushed{
        background: url('../img/check_4_on.png')no-repeat top center;
        background-size: cover;
    }

.check5{
	background: url('../img/check_5.png')no-repeat top center;
    background-size: cover;
}
    .check5.pushed{
        background: url('../img/check_5_on.png')no-repeat top center;
        background-size: cover;
    }
.check6{
	background: url('../img/check_6.png')no-repeat top center;
    background-size: cover;
}
    .check6.pushed{
        background: url('../img/check_6_on.png')no-repeat top center;
        background-size: cover;
    }



@media screen and (min-width: 751px) {
    #fixedBtn {
        width: 550px;
        margin-right: 15px;
    }
    #wrap {
        width: 700px;
        margin: auto;
    }
    #wrap .cv_area_02 {
        margin-bottom: 80px;
    }
    /* tabSwitch */
    #wrap .tabSwitch #tabLeft,#wrap .tabSwitch #tabRight{
        width: 278px;
    }
    #wrap .tabSwitch #tabLeft:hover,#wrap .tabSwitch #tabRight:hover{
        cursor: pointer;
    }
    #wrap .tabSwitch #tabLeft{
        left: 87px;
    }
    #wrap .tabSwitch #tabRight{
        right: 87px;
    }
    /* /tabSwitch */
    #dtl {
        margin: auto;
        margin-top: 7%;
        width: 90%;
    }
    #dtl h2 {
        text-align: center;
        font-size: 1.6rem;
    }
    #dtl ul {
        font-size: 1.1rem;
        padding-inline-start: 0;
    }
    #dtl ul li {
        list-style: none;
        margin-top: 1.7%;
        line-height: 1.44;
    }

    .fst_02:first-letter {
        font-size: 1.5rem;
    }
}


/* ?��?��?��?��footer?��?��?��?��ͨ?��?�� */

.footer_menu {
    border-top: 3px solid #dcdbdb;
    padding: 3% 5% 0;
    margin: 5% auto 0;
    width: 100%;
    display: block;
    line-height: 1.7;
    font-size: 0.7em;
    text-align: center;
}

.footer_menu ul {
    width: auto;
    margin: 0 auto;
    padding: 1% 18% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
}

.footer_menu ul li {
    display: inline-block;
    width: auto;
}

.footer_menu ul li:first-child {
    margin-right: 5%;
}

.footer_menu ul li:last-child {
    margin-right: 0;
}

.footer_menu ul li a {
    font-size: 3vw;
    line-height: 1;
    color: #757575;
    text-decoration: none
}

.footer_menu ul li a:hover {
    color: #333;
}

.footer_menu ul li span {
    font-size: 2.5vw;
    margin-right: 0.5vw;
}

.footer p.logo {
    clear: both;
    text-align: center;
    margin: 4% auto 5%;
    padding: 0;
    display: block;
}

.footer p.logo img {
    width: 30%;
    margin: auto;
}

@media screen and (min-width: 751px) {
    .footer_menu ul li a {
        font-size: 21px;
    }
    .footer_menu ul li span {
        font-size: 18px;
        margin-right: 3px;
    }
}


/* pcの際�?�固定�?�タンの位置をずらす�? */
@media screen and (min-width: 751px){
    #fixedBtn {
        right: 0;
        left: auto;
    }
}
@media screen and (min-width: 2260px){
    #fixedBtn {
        right: 0;
        left: 0;
        margin-right: calc((100vw - 750px) / 2 - 750px);
    }
}

/* モーダル */
.modal_open{
    display: inline-block;
    float: left;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

/* .modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
    background: #fff;
}

.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
} */

.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.link_area {
    overflow: hidden;
    max-width: 54.666666666666664vw;
    margin: 8vw auto 0;
    text-align: center;
}

.link_area .modal_link {
    display: inline;
}

.link_area .modal_link a {
    display: inline-block;
    width: 24vw;
    color: #000;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 1.3333333333333333vw;
    background: #e6e6e6;
}

.link-area ul li.modal_link:first-child a {
    float: left;
}

.link-area ul li.modal_link:last-child a {
    float: right;
}

@media screen and (min-width: 751px) {
    .modal_box {
        position: fixed;
        z-index: 7777;
        display: none;
        width: 80%;
        box-sizing: border-box;
    }

    .modal_close {
        position: absolute;
        top: 1%;
        right: 1%;
        display: block;
        width: 50px;
        height: 50px;
        font-size: 32px;
        color: #fff;
        line-height: 44px;
        text-align: center;
        border-radius: 50%;
        border: solid 1px #fff;
    }

    .modal_close i {
        line-height: 44px;
        font-style: normal;
    }

    .modal_bg2 {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 6666;
        /* display: none; */
        width: 100%;
        height: 100%;
        padding: 10;
        /* background-color: rgba(0,0,0,1); */
    }

    .link_area {
        margin: 25px auto 0;
    }

    .link_area .modal_link a {
        margin: 15px auto 0;
    }

    .link_area ul li.modal_link:first-child a {
        float: none;
        margin-top: 0;
    }

    .link_area ul li.modal_link:last-child a {
        float: none;
    }

}

@media screen and (max-width: 750px) {
    .modal_close {
        position: absolute;
        top: -60px;
        right: 0;
        display: block;
        width: 50px;
        height: 50px;
        font-size: 32px;
        color: #fff;
        line-height: 44px;
        text-align: center;
        border-radius: 50%;
        border: solid 1px #fff;
    }

    .modal_close i {
        line-height: 44px;
        font-style: normal;
    }
}

.iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*アコー�?ィオン全�?*/
#fixedEnd {
    margin-bottom: 17.2vw;
}

.menu {
    width: 92vw;
    margin: 0 auto;
    margin-bottom: 10.133333333333333vw;
}
.menu .question {
    font-size: 7.466666666666667vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 6.666666666666667vw;
}
.menu input {
    display: none; /*チェ�?クボックスを隠�?*/
}
/*バ�?�部�?*/
.menu label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.6666666666666665vw;
    padding: 10px;
    background-color: #00aac2;
    font-size: 4.266666666666667vw;
    border-radius: 1vw;
}
label p {
    margin-right: 10.533333333333333vw;
    line-height: 1.25;
}
/*開いたときに表示される部�?*/
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu li {
    font-size: 3.7333333333333334vw;
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるとき�?�アニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ .links01 li,
#menu_bar02:checked ~ .links02 li,
#menu_bar03:checked ~ .links03 li,
#menu_bar04:checked ~ .links04 li,
#menu_bar05:checked ~ .links05 li {
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    /* padding: 10px; */
    width: 85.33333333333333vw;
    margin: 0 auto;
}
/*開いたとき�?�下�?�余白*/
#menu_bar01:checked ~ .links01 li:last-child,
#menu_bar02:checked ~ .links02 li:last-child,
#menu_bar03:checked ~ .links03 li:last-child,
#menu_bar04:checked ~ .links04 li:last-child,
#menu_bar05:checked ~ .links05 li:last-child {
    margin-bottom: 5.333333333333333vw;
}
/*閉じた状態�?�矢印描画*/
.menu label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 0.26666666666666666vw solid;
    border-right: #fff 0.26666666666666666vw solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 4.666666666666667vw;
    top: 0;
    bottom: 15%;
    margin: auto;
}
/*開いた状態�?�矢印描画*/
.menu input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 0.26666666666666666vw solid;
    border-right: #fff 0.26666666666666666vw solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 4.666666666666667vw;
    top: 7%;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width: 751px) {
    .iframe-wrap {
        position: relative;
        padding-bottom: 56.25%;
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .iframe-wrap iframe {
        position: absolute;
        width: 80%;
        height: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #fixedEnd {
        margin-bottom: 129px;
    }
    .menu {
        width: 690px;
        margin: 0 auto;
        margin-bottom: 76px;
    }
    .menu .question {
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin-bottom: 50px;
    }
    .menu input {
        display: none; /*チェ�?クボックスを隠�?*/
    }
    /*バ�?�部�?*/
    .menu label {
        cursor: pointer;
        display: block;
        text-decoration: none;
        color: #fff;
        line-height: 1;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 41px;
        padding: 10px;
        background-color: #00aac2;
        font-size: 32px;
        border-radius: 7.5px;
    }
    label p {
        margin-right: 61px;
        line-height: 1.25;
    }
    /*開いたときに表示される部�?*/
    .menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .menu li {
        font-size: 28px;
        height: 0;
        overflow-y: hidden;
        transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるとき�?�アニメーション*/
        -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
        -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
        -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
        -o-transition: padding-bottom 0.5s, padding-top 0.5s;
    }
    #menu_bar01:checked ~ .links01 li,
    #menu_bar02:checked ~ .links02 li,
    #menu_bar03:checked ~ .links03 li,
    #menu_bar04:checked ~ .links04 li,
    #menu_bar05:checked ~ .links05 li {
        height: auto; /*開いたときに表示されるliの高さ*/
        opacity: 1;
        /* padding: 10px; */
        width: 640px;
        margin: 0 auto;
    }
    /*開いたとき�?�下�?�余白*/
    #menu_bar01:checked ~ .links01 li:last-child,
    #menu_bar02:checked ~ .links02 li:last-child,
    #menu_bar03:checked ~ .links03 li:last-child,
    #menu_bar04:checked ~ .links04 li:last-child,
    #menu_bar05:checked ~ .links05 li:last-child {
        margin-bottom: 40px;
    }
    /*閉じた状態�?�矢印描画*/
    .menu label:after{
        content:"";
        display:block;
        width:8px;
        height:8px;
        border-top: #fff 2px solid;
        border-right: #fff 2px solid;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position:absolute;
        right: 35px;
        top: 0;
        bottom: 15%;
        margin: auto;
    }
    /*開いた状態�?�矢印描画*/
    .menu input[type=checkbox]:checked + label:after{
        content:"";
        display:block;
        width:8px;
        height:8px;
        border-top: #fff 2px solid;
        border-right: #fff 2px solid;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position:absolute;
        right: 35px;
        top: 7%;
        bottom: 0;
        margin: auto;
    }
}






.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.center {
    text-align: center;
}
.center2 {
    margin: 0 auto;
}
.center3 {
    top: 50%;
    left: 22.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.center4 {
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.parallel {
    display: flex;
}

.blue {
    color: #0068b7;
}

.px20 {
    font-size: 2.6666666666666665vw;
}

.wid90vw {
    width: 90vw;
}
.wid100vw {
    width: 100vw;

}
.wid35per {
    width: 35%;
}
.wid50per {
    width: 50%;
}
.wid90per {
    width: 90%;
}

.mb37 {
    margin-bottom: 4.933333333333334vw;
}
.mb52 {
    margin-bottom: 6.933333333333334vw;
}
.mb60 {
    margin-bottom: 8vw;
}
.mb65 {
    margin-bottom: 8.666666666666666vw;
}
.mb91 {
    margin-bottom: 12.133333333333333vw;
}
.mb101 {
    margin-bottom: 13.466666666666667vw;
}

.zindex10 {
    z-index: 10;
}
.zindex20 {
    z-index: 20;
}
.zindex30 {
    z-index: 30;
}

.FV_btn {
    top: 120vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 93.06%;
}
.FV_tele_btn{
    top: 164vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 89.33%;
}


.cv_btn {
    top: 68%;
    right: 0;
    left: 0;
    margin: auto;
    width: 93.06%;
}



.tele_btn {
    top: 74%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 89.33%;
}
.tele_btn img {
    margin: 0 auto;
}

.cv-area {
    margin-bottom: 4vw;
}

.txt {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 4%;
    margin: auto;
    line-height: 1.3;
    font-size: 2.9vw;
    transform: scale(0.9);
    width: 99.5%;
    letter-spacing: -0.01rem;
}
.FV_txt {
    position: absolute;
    right: 0;
    left: 0;
    top: 155vw;
    margin: auto;
    line-height: 1.3;
    font-size: 2.9vw;
    transform: scale(0.9);
    width: 99.5%;
    letter-spacing: -0.01rem;
}
.noteH182{
    text-align: justify;
    margin: auto auto 6%;
    line-height: 1.3;
    font-size: 2.7vw;
    width: 95%;
    letter-spacing: -0.02rem;
}
.noteH182 p:first-child{
    font-size: 2.9vw;
    border: 1px solid #666;
    padding: 2%;
    margin: 10px auto;
}

.iframe-wrap2 {
    position: absolute;
    width: 81.33333333333333vw;
    height: 45.733333333333334vw;
    top: 25.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.iframe-wrap2 img {
    width: 100%;
    height: 100%;
}

.tvcm {
    width: 81.33333333333333vw;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    top: 22.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.immunity-mechanism {
    width: 78.53333333333333vw;
    margin: 0 auto;
    top: 34.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.graph2_1,.graph2_2,.graph2_3,.graph2_4 {
    width: 68vw;
    left: 16%;
}
    .graph2_1 {top: 44%;}    
    .graph2_2 {top: 74%;}    
    .graph2_3 {top: 28%;}    
    .graph2_4 {top: 51%;}    


.general-lactic-acid-bacteria {
    width: 36vw;
    top: 19.2%;
    left: 13%;
}
.plasma-lactic-acid-bacteria {
    width: 36vw;
    top: 19.2%;
    right: 14%;
}
.plasma-lactic-acid-bacteria2 {
    width: 61.733333333333334vw;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.graph {
    width: 78.53333333333333vw;
    top: 85.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


@media screen and (min-width: 751px) {
    .px20 {
        font-size: 20px;
    }

    .wid35per {
        width: 35%;
    }
    .wid50per {
        width: 50%;
    }
    .wid90per {
        width: 90%;
    }

    .mb37 {
        margin-bottom: 37px;
    }
    .mb52 {
        margin-bottom: 52px;
    }
    .mb60 {
        margin-bottom: 60px;
    }
    .mb65 {
        margin-bottom: 65px;
    }
    .mb91 {
        margin-bottom: 91px;
    }
    .mb101 {
        margin-bottom: 101px;
    }

    .zindex10 {
        z-index: 10;
    }
    .zindex20 {
        z-index: 20;
    }
    .zindex30 {
        z-index: 30;
    }

    .cv_btn {
        top: 68%;
        right: 0;
        left: 0;
        margin: auto;
        width: 93.06%;
    }
    
    .FV_btn {
        top: 76%;
        right: 0;
        left: 0;
        margin: auto;
        width: 93.06%;
    }

    .tele_btn {
        top: 74.5%;
        right: 0;
        left: 0;
        margin: auto;
        width: 89.33%;
    }
    .FV_tele_btn {
        top: 66.7%;
        right: 0;
        left: 0;
        margin: auto;
        width: 89.33%;
    }    
    .cv-area {
        margin-bottom: 30px;
    }
    .FV_txt {
        position: absolute;
        right: 0;
        left: 0;
        top: 98%;
        margin: auto;
        line-height: 1.3;
        font-size: 22px;
        transform: scale(0.9);
        width: 99.5%;
        letter-spacing: -0.01rem;
    }    
    

    .txt {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 4%;
        margin: auto;
        line-height: 1.3;
        font-size: 22px;
        transform: scale(0.9);
        width: 99.5%;
        letter-spacing: -0.01rem;
    }
    .noteH182{
        text-align: justify;
        margin: auto auto 8%;
        line-height: 1.3;
        font-size: 20px;
        width: 95%;
        letter-spacing: -0.03rem;
    }
    .noteH182 p:first-child{
        font-size: 21px;
        border: 1px solid #666;
        padding: 2%;
        margin: 10px auto;
    }    

    .iframe-wrap2 {
        position: absolute;
        width: 610px;
        height: 343px;
        top: 25.5%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .iframe-wrap2 iframe {
        width: 100%;
        height: 100%;
    }

    .tvcm {
        width: 610px;
        margin: 0 auto;
        top: 22.5%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .graph2_1,.graph2_2,.graph2_3,.graph2_4 {
        width: 490px;
        left: 17%;
    }
        .graph2_1 {top: 44%;}    
        .graph2_2 {top: 74%;}    
        .graph2_3 {top: 28%;}    
        .graph2_4 {top: 51%;}    

    
    .general-lactic-acid-bacteria {
        width: 250px;
        top: 19.6%;
        left: 14%;
    }
    .plasma-lactic-acid-bacteria {
        width: 250px;
        top: 19.6%;
        right: 14%;
    }
    .plasma-lactic-acid-bacteria2 {
        width: 463px;
        top: 38%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .plasma-lactic-acid-bacteria2 img {
        margin: 0 auto;
        width: 463px;
    }
    .graph {
        width: 589px;
        top: 85.5%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
