@charset "utf-8";

.breadcrumb {
  margin: 0 auto 10px;
  text-align: left;
  font-size: 12px;
}

.contents_inner {
  padding-top: 45px;
}

.calendar.page-width {
  max-width: 1180px;
}

.calendar_title {
  height: 50px;
  margin: 0 -40px 20px;
  padding: 0 20px;
  background: #e9dfd1;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
}

.box_white {
  padding: 50px 80px 90px;
  background: #fff;
  border-radius: 6px;
  display: block;
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
}

.pagetop {
  margin-top: 20px;
  text-align: right;
}

.calendar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0 -73px;
}

.calendar_list li {
  width: 200px;
  margin-left: 73px;
  flex: 0 0 200px;
}

.calendar_list li:nth-child(-n + 8) {
  margin-bottom: 107px;
}

.calendar_list li img {
  width: 100%;
  height: auto;
}

.calendar_list dl {
  display: block;
  padding: 20px 0;
  text-align: center;
}

.calendar_list dt {
  font-size: 20px;
  font-weight: bold;
}

.calendar_list dd {
  font-size: 18px;
}

.calendar_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #4a2f1a;
  border: 3px solid #4a2f1a;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
}
