@charset "UTF-8";
.background-color {
  background-color: #73BE8B;
}

.background-image {
  background-image: url(/theme/sansairyu-r3/img/common/theme_background.png);
  width: 100%;
}

.text-center {
  text-align: center;
  display: block;
}

.right-border {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ffffff80;
}

.global-menu-max-height {
  max-height: 3rem;
}

.footer-menu-link {
  color: #8F7F93;
  text-decoration: underline;
}

.width-full {
  width: 100% !important;
}

.arrow {
  position: relative;
  padding: 0 0 0 16px;
}

.arrow::before {
  content: "■";
  color: #73BE8B;
  position: absolute;
  left: 0;
}

input, select {
  margin: 4px !important;
}

.text-serif {
  font-family: "Noto Serif JP", serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.h3-fa-icon {
  margin-left: 0.5rem;
  font-size: 0.8rem;
}

.contact-privacy-text {
  font-size: 0.9rem;
}

.lessons-head-description-text {
  text-align: center;
  font-size: 1.2rem;
  color: #ff6a3d;
  font-weight: bold;
  word-break: keep-all;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.lessons-footer-description-text {
  font-size: 1.271rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.lessons-footer-description-text.is-highlight {
  color: #ff6a3d;
}
.reverse-row-order {
  flex-direction: row-reverse;
}