@charset "UTF-8";
/**
共通：サイドバー
**/
.calendar-link {
  height: 80px;
  margin-bottom: 40px;
}
.calendar-link__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
  /**
  共通：サイドバー
  **/
  .calendar-link {
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=add_styles.css.map */