@charset "utf-8";
/* Information
   ========================================================================== */
#information > .title {
  margin-bottom: 13px;
  padding-left: 6px;
  border-left: 3px solid #ed86b3;
  line-height: 1.3;
  font-size: 1.8em;
}
#information .col01 {
  float: left;
  width: 700px;
}
#information .col02 {
  float: right;
  width: 255px;
}
#information .banner-list li {
  margin-bottom: 15px;
}
#information .banner-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 701px) {
  #information .col01 {
    float: none;
    width: 100%;
  }
  #information .col02 {
    float: none;
    width: 100%;
    padding-top: 25px;
    text-align: center;
  }
}
