/*ここからingradients*/
#ingradients h2{
    color: rgb(255,255,255);
    font-size: 12px;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 50px;
}

#ingradients h3{
    color: rgb(176,146,87);
    font-size: 21px;
    margin-top: 0;
    
}

#ingradients p{
    color: rgb(255,255,255);
    font-size: 12px;
    text-align: justify;
    
}

#ingradients img{
    width: 60%;
    margin: 0 auto 10px auto;
}

#ingradients .second_img{
    margin: 60px auto 10px auto;
}

/*ここまでingradients*/

/*ここからmaterial*/
#material h2{
    color: rgb(176,146,87);
    font-size: 24px;
    border-bottom: rgb(176,146,87) solid 2px;
    text-align: center;
    padding-bottom: 3px;
    margin-bottom: -30px;
    
}

#material h3{
    color: rgb(176,146,87);
    font-size: 16px;
    margin-top: 10px;
}

#material img{
    margin-top: 50px;
}

#material p{
    color: rgb(255,255,255);
    font-size: 12px;
    text-align: justify;
}
/*ここまでmaterial*/

@media screen and (min-width:768px){
    
    /*ここからingradients*/
    #ingradients h2{
        font-size: 24px;
        line-height: 1.5em;
    }

    #ingradients h3{
        color: rgb(176,146,87);
        font-size: 24px;
        margin-top: 60px;
        text-align: left;

    }

    #ingradients p{
        color: rgb(255,255,255);
        font-size: 14px;
        text-align: justify;

    }

    #ingradients img{
        width: 100%;
        margin: 70px auto 40px auto;
    }
    /*ここまでingradients*/

    /*ここからmaterial*/
    #material h2{
        color: rgb(176,146,87);
        font-size: 32px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
        margin-bottom: -30px;

    }

    #material h3{
        color: rgb(176,146,87);
        font-size: 18px;
        margin-top: 10px;
    }

    #material img{
        margin-top: 50px;
    }

    #material p{
        color: rgb(255,255,255);
        font-size: 14px;
        text-align: justify;
    }
    /*ここまでmaterial*/
    
    
}


@media screen and (min-width:1200px){
    
    /*ここからingradients*/
    #ingradients h2{
        font-size: 24px;
        line-height: 1.5em;
    }

    #ingradients h3{
        color: rgb(176,146,87);
        font-size: 28px;
        margin-top: 100px;
        text-align: left;

    }

    #ingradients p{
        color: rgb(255,255,255);
        font-size: 16px;
        text-align: justify;

    }

    #ingradients img{
        width: 100%;
        margin: 70px auto 40px auto;
    }
    /*ここまでingradients*/

    /*ここからmaterial*/
    #material h2{
        color: rgb(176,146,87);
        font-size: 36px;
        border-bottom: rgb(176,146,87) solid 2px;
        text-align: center;
        padding-bottom: 3px;
        margin-top: 100px;
        margin-bottom: -30px;

    }

    #material h3{
        color: rgb(176,146,87);
        font-size: 24px;
        margin-top: 10px;
    }

    #material img{
        margin-top: 50px;
    }

    #material p{
        color: rgb(255,255,255);
        font-size: 16px;
        text-align: justify;
    }
    /*ここまでmaterial*/
    
    
    
}


