@charset 'utf-8';

/* plot */
.plot {
position:relative; background:#000;
border:solid 1px; border-width:1px 0;
}
.plot:before {
position:absolute; z-index:1; left:0; right:0; top:0; bottom:0;
display:block;
background:no-repeat center center / cover;
opacity:0.25;
content:'';
}
.plot p {
position:relative; z-index:2;
max-width:768px; width:100%;
font-size:16px; text-shadow:0 1px 1px #000; line-height:1.5; text-align:left;
padding:16px; margin:0 auto;
}
@media screen and ( max-width:768px ){
.plot p { font-size:14px;}
}
/* plot */
/* txt_long */
.txt_long {
max-width:768px; width:100%;
font-size:14px; line-height:2; text-align:left;
padding:16px; margin:0 auto;
}
/* txt_long */