@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
.calendar {
  margin-bottom: 75px;
}
.calendar .lead {
  line-height: 1.7;
  margin-bottom: 20px;
}
.calendar .list li {
  float: left;
  width: 315px;
  margin-bottom: 15px;
}
.calendar .list li:not(:nth-child(3n)) {
  margin-right: 15px;
}
.calendar .list li a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 298px center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.calendar .list li a:hover {
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .calendar .list li a {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
  }
}
