.pg2_bg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAOElEQVQYV2M8f37hfwYo+PPnO5jFCBOECbCxcUEEYQIsLJwMTEyMDIynT88AawcJgABcEKQFGQAAatwZP346PY4AAAAASUVORK5CYII=) repeat; }

.set-1 {
  margin-bottom: 30px; }
  @media screen and (max-width: 644px) {
    .set-1 {
      margin-bottom: 15px; } }

section {
  margin-bottom: 15px; }
  @media screen and (max-width: 644px) {
    section {
      margin-bottom: 10px; } }
  section::before, section::after {
    content: "";
    width: 100%;
    border-bottom: solid 2px #e6e6d6;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 644px) {
      section::before, section::after {
        border-width: 1px; } }
  section::before {
    display: none;
    margin-bottom: 15px; }
    @media screen and (max-width: 644px) {
      section::before {
        margin-bottom: 10px; } }
  section::after {
    display: block;
    margin-top: 15px; }
    @media screen and (max-width: 644px) {
      section::after {
        margin-top: 10px; } }
  section:nth-of-type(1)::before {
    display: block; }
  section .set-l {
    width: 57%;
    font-size: 18px; }
    @media screen and (max-width: 644px) {
      section .set-l {
        font-size: 15px;
        width: 100%; } }
    section .set-l p {
      padding: 1em 0px; }
  section .set-r {
    width: 40%; }
    @media screen and (max-width: 644px) {
      section .set-r {
        width: 100%; } }
    section .set-r p {
      padding: 1em 0px; }
