@charset "UTF-8";

/*-----------------------------------
    base
-----------------------------------*/
.box{
  margin-top: 30px;
}
.box .h3_ttl{
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #1d4836;
}
.box p{
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}
.box .list{
  margin-top: 10px;
}
.box .list li{
  padding-left: 1em;
  position: relative;
}
.box .list li::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #1d4836;
}

@media screen and (max-width: 840px) {
  .box{
    margin-top: 25px;
  }
  .box .h3_ttl{
    font-size: 18px;
  }
  .box p{
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
}

/*-----------------------------------
    block
-----------------------------------*/
#privacy_block{
  padding: 80px 0;
}
#site_block{
  padding: 0 0 80px;
}

@media screen and (max-width: 840px) {
  #privacy_block{
    padding: 50px 0;
  }
  #site_block{
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 640px) {
}