@charset "UTF-8";

#shukura {
  .shukura_wrapper {
    background: #f5f5f5;
    padding: 200px 0 200px;
    margin-bottom: 0 !important;
  }

  .shukura_inner {
    width: 100%;
    max-width: 900px;
    margin: auto;
  }

  .shukura_wrapper p.comment {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: justify;
  }

  .shukura_wrapper h3 {
    margin-top: 100px;
    font-size: 2.6rem;
    color: #009475;
    border-bottom: solid 1px #aeaeae;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .shukura_wrapper ul {}

  .shukura_wrapper li {
    line-height: 1.7;
    font-size: 1.8rem;
  }

  .shukura_wrapper li::before {
    content: "▶";
    color: #009375;
  }

  .shukura_wrapper figure {
    margin-top: 50px;
  }

  .shukura_wrapper figure img {}

  .shukura_wrapper p.address {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: justify;
  }






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

    .shukura_wrapper {
      padding: 50px 0 100px;
    }

    .shukura_inner {
      width: 86%;
    }

    .shukura_wrapper h3 {
      font-size: 2.2rem;
      margin-top: 50px;
    }

    .shukura_wrapper li {
      font-size: 1.6rem;
    }

    .shukura_wrapper figure {
      margin-top: 30px;
    }

  }
}