@charset "UTF-8";

     @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ }
//50％の線
red-line-50 {background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #f2cec2 0%) repeat scroll 0 0;}  .pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fecec2 0%) repeat scroll 0 0;} .blue_line{background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;} .yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;} .pink_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #fecec2 0%) repeat scroll 0 0;} .blue_line_narrow {background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #add6ff 0%) repeat scroll 0 0;} .yellow_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 0%) repeat scroll 0 0;}