@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
#annamammaContents {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

div, h1, h2, h3, h4, h5, p, ul, ol, li, dt, dd, dl {
  box-sizing: border-box;
}

.sp_inline {
  display: inline-block;
}
@media print, screen and (min-width: 640px) {
  .sp_inline {
    display: none;
  }
}

.pc_inline {
  display: none;
}
@media print, screen and (min-width: 640px) {
  .pc_inline {
    display: inline-block;
  }
}

.hintContents {
  background: #ffe11e;
  overflow: hidden;
}
@media print, screen and (min-width: 640px) {
  .hintContents {
    padding: 50px 0;
  }
}
.hintContents .inner {
  margin: 0 auto;
  padding: 9.3vw 6vw 0;
  background: #fff;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner {
    width: 1120px;
    padding: 60px;
  }
}
.hintContents .inner .hint_ttl {
  color: #674429;
  text-align: center;
}
.hintContents .inner .hint_ttl span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}
.hintContents .inner .hint_ttl .jattl {
  font-size: 6.4vw;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .hint_ttl .jattl {
    font-size: 48px;
    margin-bottom: 22px;
  }
}
.hintContents .inner .hint_ttl .enttl {
  font-size: 3.2vw;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .hint_ttl .enttl {
    font-size: 24px;
  }
}
.hintContents .inner .lead {
  font-size: 3.73vw;
  text-align: left;
  text-align: justify;
  line-height: 1.7;
  margin-top: 6vw;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .lead {
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
    line-height: 2;
  }
}
.hintContents .inner .block {
  background: #fffdef;
  position: relative;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  border: 3px solid #bf9c46;
  border-radius: 20px;
  margin: 0 auto;
  padding: 5.3vw 5.3vw;
  margin-top: 10vw;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .block {
    width: 794px;
    padding: 35px 50px;
    margin-top: 40px;
  }
}
.hintContents .inner .block img {
  max-width: 100%;
}
.hintContents .inner .block .hint_subttl {
  position: relative;
  font-style: italic;
  font-size: 4.2vw;
  padding-left: 11.5vw;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .block .hint_subttl {
    font-size: 24px;
    padding-left: 60px;
    margin-bottom: 36px;
  }
}
.hintContents .inner .block .hint_subttl span {
  position: absolute;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #d02818;
  top: 50%;
  left: 0;
  width: 9.3vw;
  height: 9.3vw;
  font-size: 5vw;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .block .hint_subttl span {
    width: 44px;
    height: 44px;
    transform: translateY(0);
    font-size: 32px;
    line-height: 1;
    top: -0.15em;
  }
}
.hintContents .inner .block .txt {
  line-height: 2;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .block .txt {
    font-size: 18px;
  }
}
.hintContents .inner .block .img {
  margin-top: 4vw;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .block .img {
    margin-top: 30px;
    width: auto;
  }
}
.hintContents .inner .block .hint_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  margin-top: 4vw;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .block .hint_wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
  }
}
.hintContents .inner .block .hint_wrap > div:last-child {
  margin-top: 6vw;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .block .hint_wrap > div:last-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .block .hint_wrap > div {
    width: 280px;
  }
}
.hintContents .inner .block .hint_wrap > div .movie {
  aspect-ratio: 275/489;
}
.hintContents .inner .block .hint_wrap > div iframe {
  width: 100%;
  height: 100%;
}
.hintContents .inner .block .hint_wrap > div p {
  text-align: center;
  font-size: 3.2vw;
  margin-top: 1vw;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .block .hint_wrap > div p {
    font-size: 18px;
    margin-top: 10px;
  }
}
.hintContents .inner .block_03 {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 640px) {
  .hintContents .inner .block_03 {
    margin-bottom: 110px;
  }
}
