
/* ストライプ背景　*/
.stripe{
    
    
    background:repeating-linear-gradient(90deg, #d5f0e8 0, #d5f0e8 15px, #ffffff 0px, #ffffff 54px);
    background-size:800px auto;
    margin-top: -2000px;
}



/* インスタ#クレームブルーエ　*/
.highlight {
    background: linear-gradient(transparent 50%, #6ba356 0%);
    line-height: 1.3em;
}




/* 文字の背景の白　*/
div.bg-rgba p {margin: 0;}

div.bg-rgba {
    background-color:rgba(255,255,255,0.6);
    width: 95%;
    margin: auto;
    text-align: center;
}

div.bg-rgba p {margin: 0;}



/* ストライプ区切りの白透過　*/
div.bg-aaa {
    background-color:rgba(255, 255, 255, 0.85);
    width: 95%;

    margin: auto;
    text-align: center;
}



/* ストライプ区切りの白　*/
div.bg-white {
    background-color:rgb(255 255 255);
    width: 100%;
    
    margin: auto;
    text-align: center;
}




