@charset "utf-8";

.common-floating__button a:first-child {
  width: 55%;
  margin-right: 5%;
}

.common-floating__button a:last-child {
  width: 40%;
}

/* .red-pin-icon {
  vertical-align: bottom;
  width: 25px;
} */

.common-floating__button {
  display: none
}

.schedule-note {
  width: 94%;
  margin: 0 auto 1em;
  font-size: 1.2em;
  line-height: 1.7;
  background-color: rgba(185, 44, 34, 0.1);
  /* padding: 0.5em 1em; */
  box-sizing: border-box !important;
  max-width: 982px;
  border-radius: 1em;
}
.schedule-note a {
  font-weight: bold;
  color: #f00 !important;
}
.schedule-note__inner1 {
  background-color: #b92c22;
  border-radius: 1em 1em 0 0;
  color: #fff;
  padding: 0.5em;
  font-size: 0.85em;
  text-align: center;
}
.schedule-note__inner2 {
  padding: 0.5em;
  font-size: 0.85em;
}

@media screen and (min-width: 500px) {
  .schedule-note__inner1 {
    font-size: 1em;
  }
  .schedule-note__inner2 {
    font-size: 1em;
  }
}

@media screen and (min-width: 700px) {
  .schedule-note__inner1 {
    font-size: 1em;
  }
  .schedule-note__inner2 {
    font-size: 1em;
    padding: 0.7em;
  }
}

@media screen and (min-width: 769px) {
  .schedule-note {
    width: 92%;
    margin: 0 auto 1em;
    font-size: 1.5em;
    /* padding: 1em 1em; */
  }
}

@media screen and (max-width: 767px) {
  .common-floating__button {
    display: flex;
    flex-wrap: wrap;
  }
}

/* .common-merit__list .common-merit__item:first-child {
  width: 100%;
} */

.top-voice__list {
  justify-content: flex-start !important;
  column-gap: 20px !important;
}