@charset "UTF-8";
/**
 * info.css
 * createdAt: 2017.03.15
 * updatedAt: 2017.03.15
 * updatedAt: 2017.07.14
 */

/*========================================

  article

========================================*/
article .info-heading-01 {
  text-align: center;
  margin: 20px 0;
  font-size: 150%;
  line-height: 1.5;
}
article .info-heading-02 {
  margin: 20px 0 10px;
  font-size: 112.5%;
  line-height: 1.5;
}
article .info-prop {
  text-align: right;
  font-size: 100%;
  line-height: 1.6;
}
article .info-prop time {
  display: block;
}
article .info-prop p {
  margin: 0;
}

article p {
  margin: 20px 0;
  font-size: 100%;
  line-height: 1.8;
}

article ul.info-list {
  padding: 0 0 0 23px;
}
article ul.info-list li {
  margin-top: 5px;
  font-size: 100%;
  line-height: 1.5;
}
article ul.info-list li:first-child {
  margin-top: 0;
}


article .info-frame {
  margin: 30px 0;
  padding: 30px;
  background-color: #F9F9F9;
  border: 1px solid #bbb;
}
article .info-frame .info-heading-02:first-child {
  margin-top: 0;
}