@charset "UTF-8";

#pt_message + section.contents_box01 {
position: relative;
top: 0;
left: 0;
}
#pt_message + section.contents_box01::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
}