@charset 'UTF-8';

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 85%;
  -webkit-text-size-adjust: 100%;
}

body {
  padding: 0;
  color: #333;
}

.site_header {
  background: #FE6EA3;
  color: #fff;
  font-size: 12px;
  padding: 2px;
  margin: 0 auto;
}

.border-semi-elliptical {
  height: 64px !important;
  border-radius: 0 0 50% 50% !important;
  background: #fbb0d0 !important;
}

.text-sky-blue {
  color: #46A0FF !important;
}

.text-sky-pink {
  color: #FE6EA3 !important;
}

.title-font {
  line-height: 1.5;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .title-font {
    line-height: 1.7 !important;
    font-size: calc(1.5rem + 2.1vw) !important;
    font-weight: 400 !important;
    letter-spacing: 0.07em !important;
  }
}

@media (min-width: 992px) {
  .site_header {
    letter-spacing: -0.2px;
  }
}
