@charset "UTF-8";

.note li {
  color: #898989;
}

.under_content {
  padding-top: 100px;
}

.under_conttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.under_ttl {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

.under_subttl {
  font-size: 18px;
  color: #674e33;
  line-height: 2;
  text-align: center;
}


/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {

  .under_content {
    padding-top: 60px;
  }

  .under_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .under_subttl {
    font-size: 14px;
    line-height: 1.5;
  }

  .under_conttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}