@charset "UTF-8";
main{
  margin-top: 20px;
}

h2.heading{
  font-size: 22px;
}
.message__heading{
  font-size: 22px;
  line-height: calc( 52 / 44);
}
.staff-item__position{
  font-size: 15px;
}

.staff-item__name{
  font-size: 22px;
}
.staff-item__label,
.staff-item__carrier{
  font-size: 12px;
  margin-top: .5em
}

.message__item{
  font-size: 16px;
}

.calendarLine h1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5em 1em;
  font-size: 14px;
}
.calendarLine h1 span{
  display: block;
  width: max-content;
}

.calendarLine .calendar_0 .prev{
  visibility: hidden;
}
.calendarLine .calendar_1 .next{
  visibility: hidden;
}
.calendarLine .calendar_0 .prev:hover,
.calendarLine .calendar_1 .next:hover{
  cursor: pointer;
}

.tab__button--wrap.is-sp .tab__button{
  font-size: 14px;
}

h3.heading__content{
  font-size: 18px;
  line-height: 1.3;
}

.menu__heading{
  font-size: 20px;
  line-height: 1.5;
}

.btn--base{
  font-size: 15px;
}
.voice-list__title{
  font-size: 18px;
  line-height: 1.3;
}