@charset "UTF-8";
#csr-wrap {
  position: relative;
  background-color: #f8f5f1;
  background-image: url(img/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 50px 50px 100px; }
  #csr-wrap #quintet {
    position: absolute;
    bottom: 0;
    right: 0; }
  #csr-wrap #main {
    background: none; }
  #csr-wrap #title {
    border: none;
    box-shadow: none;
    margin-bottom: 20px; }
  #csr-wrap .csrbox {
    background-color: #fff;
    border-radius: 8px;
    padding: 50px;
    margin-bottom: 30px;
    border: 5px solid #edd5ce; }
  #csr-wrap .section3 {
    padding: 50px 500px 50px 50px;
    background-image: url(img/section3-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat; }
  #csr-wrap h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #edd5ce;
    color: #744b40; }
    @media screen and (min-width: 1200px) {
      #csr-wrap h3 {
        font-size: 28px;
        font-size: 2.8rem; } }
  #csr-wrap h4 {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
    color: #744b40; }
    @media screen and (min-width: 1200px) {
      #csr-wrap h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
  #csr-wrap ol {
    padding-left: 30px;
    margin: 20px 0; }
