@charset "utf-8";
.column-01 {
  padding: 0 0 80px;
  margin: 60px auto 0;
  min-height: 400px;
  max-width: 100%;
  width: 900px;
}
.column-01 h3 {
  font-size: 1.70rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
  line-height: 2.0;
  margin-bottom: 40px;
}
.column-01 ul {
  background: #cfcfcf73;
  padding: 40px 20px;
}
.column-01 ul li {
  font-size: 1.40rem;
  letter-spacing: 0.08em;
  line-height: 2.0;
  margin-bottom: 50px;
  background: url(../../img/pdf.png) no-repeat 0 1px;
  padding-left: 40px;
  background-size: 25px 25px;
  border-bottom: 1px solid #f3f3f3;
}
@media screen and (max-width: 450px) {
  .column-01 h3 {
    margin-bottom: 10px;
  }
  .column-01 ul {
    background: #f3f3f3;
  }
  .column-01 ul li {
    font-size: 1.30rem;
  }
}