#contents {
}
  #contents .page-header h1 {
    padding-top: 53px;
    padding-bottom: 54px;
  }
  #contents .section01 {
    padding: 50px 0;
  }
    #contents .section01 .box {
      font-size: 14px;
      line-height: 1.72;
    }
      #contents .section01 .box h3 {
        margin-top: 30px;
      }
      #contents .section01 .box h3 + p {
        margin-top: 5px;
      }
      #contents .section01 .box ul {
        margin-top: 10px;
      }
        #contents .section01 .box ul li {
          padding: 10px 0;
        }
          #contents .section01 .box ul li p {
            padding-left: 18px;
          }

@media screen and (max-width: 640px) {

  #contents .page-header h1 {
    padding-top: 24px;
    padding-bottom: 25px;
  }
  #contents .section01 {
    padding: 22px 0 0;
  }
    #contents .section01 .box {
      padding: 0 4%;
      font-size: 12px;
      line-height: 1.75;
    }
      #contents .section01 .box h3 {
        margin-top: 20px;
      }
      #contents .section01 .box h3 + p {
        margin-top: 0;
      }
      #contents .section01 .box ul {
        margin-top: 10px;
      }
        #contents .section01 .box ul li {
          padding: 10px 0;
        }
          #contents .section01 .box ul li p {
            padding-left: 1em;
          }

}

