#my-content .fc-green {
  color: #71c733;
}
#my-content .text-shadow {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#my-content .section-title {
  max-width: 20em;
  border-radius: 99px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75em;
  line-height: 1.4;
  margin: 0 auto 2em;
  padding: 0.45em 1em;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .section-title {
    font-size: 1.3846em;
    margin-bottom: 1.5em;
  }
}
#my-content .section-title.--green {
  background-color: #daee8f;
}
#my-content .section-title.--white {
  background-color: #fff;
}
#my-content .section-title.--beige {
  background-color: #cdaf81;
  color: #fff;
}
#my-content .intro {
  background: url(../img/information_bg01.png) left -30px top -170px/auto no-repeat, url(../img/information_bg02.png) right -50px top -100px/auto no-repeat, url(../img/information_bg03.png) left -20px bottom -20px/auto no-repeat, url(../img/information_bg04.png) right -20px bottom -20px/auto no-repeat;
  border-bottom: 2px solid #e5c79e;
  padding: 15rem 0 20rem;
}
@media only screen and (max-width: 834px) {
  #my-content .intro {
    background: url(../img/information_bg01.png) left -10vw top -25vw/80vw auto no-repeat, url(../img/information_bg02.png) right -5vw top -20vw/80vw auto no-repeat, url(../img/information_bg03.png) center bottom -3vw/90vw auto no-repeat;
    padding: 12rem 0 35rem;
  }
}
#my-content .intro__title {
  color: #845745;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875em;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media only screen and (max-width: 834px) {
  #my-content .intro__title {
    font-size: 1.525em;
  }
}
#my-content .intro__text {
  color: #845745;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125em;
  line-height: 2.8;
}
@media only screen and (max-width: 834px) {
  #my-content .intro__text {
    font-size: 1em;
  }
}
#my-content .intro__name {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #845745;
  font-size: 1em;
  line-height: 1.625;
  text-align: right;
}
#my-content .basic-info .inner {
  max-width: 1040px;
}
#my-content .basic-info .section-title {
  margin-bottom: 1em;
}
#my-content .basic-info__table {
  border-collapse: separate;
  border-spacing: 1rem;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}
#my-content .basic-info__table th {
  background-color: #f0fade;
  padding: 1em 1em;
}
@media only screen and (max-width: 834px) {
  #my-content .basic-info__table th {
    display: block;
    padding: 0.75em 1em;
  }
}
#my-content .basic-info__table td {
  padding: 1em 1em;
  border-bottom: 2px solid #e5c79e;
}
@media only screen and (max-width: 834px) {
  #my-content .basic-info__table td {
    display: block;
    padding: 0.75em 1em;
  }
}
#my-content .mission {
  background: url(../img/information_bg05.png) center bottom/auto repeat-x;
  background-color: #f3ecdb;
  padding-bottom: 15rem;
}
#my-content .mission__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .mission__title {
    font-size: 1.3846em;
  }
}
#my-content .mission__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/icon_hanabira_white.png) center center/contain no-repeat;
}
#my-content .mission__text {
  max-width: calc(100% - 4em);
  margin: 0 auto 6rem;
  line-height: 2;
}
#my-content .mission__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
#my-content .mission__flex-item {
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 834px) {
  #my-content .mission__flex-item {
    width: 100%;
  }
}
#my-content .mission__flex-title {
  font-size: 1.125em;
  font-weight: 500;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 834px) {
  #my-content .mission__flex-title {
    padding: 0.5em 1em;
  }
}
#my-content .mission__flex-title.--pink {
  background-color: #ffc0bc;
}
#my-content .mission__flex-title.--green {
  background-color: #daee8f;
}
#my-content .mission__flex-text {
  background-color: #fff;
  line-height: 2;
  padding: 3rem 3rem;
  flex-grow: 1;
}
#my-content .issue__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#my-content .issue__flex-item {
  width: calc((100% - 4rem) / 3);
  border: 4px solid #cdaf81;
  border-radius: 3rem;
  padding: 3rem;
}
@media only screen and (max-width: 834px) {
  #my-content .issue__flex-item {
    width: 100%;
  }
}
#my-content .issue__title {
  min-height: 5em;
  color: #845745;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875em;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .issue__title {
    min-height: unset;
  }
}
#my-content .issue__title small {
  font-size: 0.666em;
}
#my-content .issue__title.--align-center {
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#my-content .issue__title-no {
  display: inline-block;
  color: #cdaf81;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.733em;
  line-height: 1;
  margin-bottom: 0.5em;
  text-align: center;
}
#my-content .issue__title-no strong {
  font-size: 2em;
  font-weight: normal;
}
#my-content .issue__img {
  max-width: 280px;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 834px) {
  #my-content .issue__img {
    max-width: 80%;
  }
}
#my-content .issue__text {
  line-height: 2;
}/*# sourceMappingURL=page_information.css.map */