@charset "UTF-8";
body {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  color: #4d4d4d;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}
a.no-active {
  pointer-events: none;
  opacity: 0.6;
}

@media screen and (max-width: 1280px) {
  .pc-none {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (max-width: 1280px) {
  .pc-block {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.elm {
  opacity: 0;
  transform: translateY(1.875em);
  transition:
    opacity 1s ease-in-out,
    transform 1s ease-out;
}
@media screen and (max-width: 768px) {
  .elm {
    transition:
      opacity 1s ease-in-out,
      transform 1s ease-out;
    transform: translateY(70px);
  }
}
.elm.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.elm.elm2 {
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .elm.elm2 {
    transition-delay: unset;
  }
}

.elm.elm2_2 {
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .elm.elm2_2 {
    transition-delay: unset;
  }
}

.elm.elm3 {
  transition:
    opacity 0.6s ease-in-out,
    transform 1s ease-out;
  transition-delay: 0.9s;
}
@media screen and (max-width: 768px) {
  .elm.elm3 {
    transition:
      opacity 0.6s ease-in-out,
      transform 0.7s ease-out;
    transition-delay: unset;
  }
}

.elm_title {
  opacity: 1;
  transition:
    opacity 0.8s ease-in-out,
    transform 0.8s ease-in-out;
  transform: translateY(-1.5em);
}
@media screen and (max-width: 768px) {
  .elm_title {
    transform: translateY(-70px);
  }
}

.elm_title_en {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 0.3s;
}

.elm_r {
  opacity: 0;
  transition-delay: 0.3s;
  transition:
    opacity 1s ease-in-out,
    transform 1s ease-out;
  transform: translateX(300px);
}
@media screen and (max-width: 768px) {
  .elm_r {
    transition:
      opacity 0.7s ease-in-out,
      transform 0.7s ease-out;
    transition-delay: 0.5s;
    transform: translateX(200px);
  }
}

.elm_l {
  opacity: 0;
  transition-delay: 0.3s;
  transition:
    opacity 1s ease-in-out,
    transform 1s ease-out;
  transform: translateX(-300px);
}
@media screen and (max-width: 768px) {
  .elm_l {
    transition:
      opacity 0.7s ease-in-out,
      transform 0.7s ease-out;
    transition-delay: 0.5s;
    transform: translateX(-200px);
  }
}

.elm_o {
  opacity: 0;
  transition-duration: 1.8s;
  transition-timing-function: ease-in-out;
  filter: blur(6px);
}
.elm_o.fade-in {
  opacity: 1;
  filter: blur(0px);
}

.elm_title.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.elm_title_en.fade-in {
  opacity: 1;
}

.elm_r.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

.elm_l.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-appear-l {
  animation: fadeAndTranslateL 1s ease forwards;
}

@keyframes fadeAndTranslateL {
  from {
    opacity: 0;
    transform: translateX(-3.125em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-appear-o {
  animation: fadeAndTranslateO 1s ease forwards;
}
@keyframes fadeAndTranslateO {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
.inner840 {
  max-width: 52.5em;
  width: 90%;
  margin: 0 auto;
}

.inner980 {
  max-width: 61.25em;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main {
    padding: 0;
  }
}

.secTemplate {
  position: relative;
  padding-block: 5.75em 7.1875em;
  margin-top: 3.5em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .secTemplate {
    padding-block: 3.75em 3.1875em;
  }
}
.secTemplate .secBlock {
  position: relative;
  z-index: 1;
}
.secTemplate .secBlock:nth-of-type(n + 2) {
  margin-top: 7.5em;
}
.secTemplate .secBlock.mt50 {
  margin-top: 3.125em;
}
.secTemplate .secBlock .secContent {
  background-color: #fff;
  border-radius: 1em;
  padding: 1.5em 2.875em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  margin-top: 2.25em;
}
.secTemplate .secBlock_icon {
  position: absolute;
  z-index: 1;
  width: 8.15625em;
}
.secTemplate .secBlock_icon.icon01 {
  left: 1em;
  bottom: 2em;
}
@media screen and (max-width: 768px) {
  .secTemplate .secBlock_icon.icon01 {
    left: 50%;
    bottom: 3em;
  }
}
.secTemplate .secBlock_icon.icon02 {
  right: -12em;
  bottom: 1em;
}
@media screen and (max-width: 768px) {
  .secTemplate .secBlock_icon.icon02 {
    bottom: -8em;
    right: auto;
  }
}
.secTemplate .secBlock_icon.icon03 {
  left: -12em;
  bottom: 0em;
}
@media screen and (max-width: 768px) {
  .secTemplate .secBlock_icon.icon03 {
    bottom: -12em;
    left: 50%;
  }
}
.secTemplate .secBlock_icon.icon04 {
  right: -12em;
  bottom: -0.5em;
}
@media screen and (max-width: 768px) {
  .secTemplate .secBlock_icon.icon04 {
    bottom: -10em;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .secTemplate .secBlock_icon {
    position: absolute;
    top: auto;
    bottom: -8em;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.secTemplate .secTtl {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .secTemplate .secTtl {
    padding-bottom: 10em;
  }
}
.secTemplate .secTtl_headBlock {
  position: relative;
  display: inline-block;
}
.secTemplate .secTtl_head {
  display: inline-block;
  font-size: 2.125em;
  font-weight: bold;
  padding: 0.1em 1.3em;
  letter-spacing: 0.1em;
  color: #ff8072;
  border-top: 0.1em solid #ff8072;
  border-bottom: 0.1em solid #ff8072;
}
.secTemplate .secTtl_nextTtl {
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ff8072;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .secTemplate .secTtl_nextTtl {
    margin-top: 0.5em;
  }
}
.secTemplate .secUl {
  margin-top: 1.5em;
  padding-inline: 3%;
}
.secTemplate .secUl ul li {
  font-size: 1em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
.secTemplate .secUl ul li span {
  color: #ff8072;
}
.secTemplate .graphNote {
  max-width: 51.875em;
  width: 90%;
  margin-inline: auto;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .secTemplate .graphNote {
    width: 100%;
  }
}
.secTemplate .graphNote p {
  font-size: 0.6875em;
  color: #4d4d4d;
  letter-spacing: 0;
}
.secTemplate .blockW {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .secTemplate .blockW {
    margin-top: 0em;
    flex-direction: column;
  }
}
.secTemplate .blockW > div {
  width: 47.55%;
}
@media screen and (max-width: 768px) {
  .secTemplate .blockW > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .secTemplate .blockW > div:nth-of-type(n + 2) {
    margin-top: 2em;
  }
}

.headlineTtl {
  text-align: center;
  position: relative;
  z-index: 2;
}
.headlineTtl_head {
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ff8072;
  margin-bottom: 1em;
  text-align: center;
}
.headlineTtl_txt {
  width: 100%;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-block: 0.2em 0.3em;
  background-color: #ff9c78;
  color: #fff;
  border-radius: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .headlineTtl_txt {
    line-height: 1.6;
    padding-block: 0.5em;
    border-radius: 2em;
  }
}

.noteArea {
  margin-top: 8em;
  padding-bottom: 3.6em;
}
.noteArea p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625em;
  color: #231815;
  letter-spacing: 0;
  text-align: justify;
}

/* ふわふわするアニメーション */
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.3em);
  }
}
@keyframes fuwafuwa2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.6em);
  }
}
.anime-fuwafuwa {
  animation: 1s fuwafuwa infinite;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}

.womans_health2026 {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  color: #4d4d4d;
}
.womans_health2026 .womanHealthWeek {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background-image: url(https://kennet.mhlw.go.jp/slp/event/womans_health2026/img/health_img_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 14.375em 11.875em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .womanHealthWeek {
    padding-top: 30em;
    padding-bottom: 4em;
    background-image: url(https://kennet.mhlw.go.jp/slp/event/womans_health2026/img/health_img_bg_sp.webp);
    overflow: hidden;
  }
}
.womans_health2026 .womanHealthWeek_txtBlock {
  padding: 1.5em 3.125em 2.5em;
  background-color: #fff;
  border-radius: 0.5em;
  max-width: 38.1875em;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .womanHealthWeek_txtBlock {
    margin-top: 2.25em;
    padding: 1.5em 2em 2em;
  }
}
.womans_health2026 .womanHealthWeek_txtBlock h1 {
  font-size: 2.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .womanHealthWeek_txtBlock h1 {
    margin-left: 0;
    text-align: center;
    font-size: 2.4em;
  }
}
.womans_health2026 .womanHealthWeek_txtBlock h1 span {
  color: #ff8072;
}
.womans_health2026 .womanHealthWeek_txtBlock h1 span.num {
  font-size: 1.913em;
  line-height: 1;
}
.womans_health2026 .womanHealthWeek_txtBlock h1 span.tt {
  font-size: 0.85em;
  letter-spacing: 0.09em;
}
.womans_health2026 .womanHealthWeek_txtBlock p {
  letter-spacing: 0.16em;
  line-height: 2.2;
  text-align: justify;
  margin-top: 1em;
}
.womans_health2026 .womanHealthWeek_img {
  position: absolute;
  z-index: 1;
}
.womans_health2026 .womanHealthWeek_img.img01 {
  width: 21.875em;
  top: -12em;
  left: -7.5em;
}
@media screen and (max-width: 1000px) {
  .womans_health2026 .womanHealthWeek_img.img01 {
    left: -5em;
  }
}
@media screen and (max-width: 768px) {
  .womans_health2026 .womanHealthWeek_img.img01 {
    width: 12.875em;
    top: -26em;
    left: -2em;
  }
}
.womans_health2026 .womanHealthWeek_img.img02 {
  width: 42.8125em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -8em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .womanHealthWeek_img.img02 {
    width: 21.8125em;
    top: -20em;
    right: -4em;
  }
}
.womans_health2026 .womanHealthWeek_img.img03 {
  width: 14.1875em;
  bottom: -7em;
  left: -7.5em;
}
@media screen and (max-width: 1000px) {
  .womans_health2026 .womanHealthWeek_img.img03 {
    bottom: -12em;
    left: 4.5em;
  }
}
@media screen and (max-width: 768px) {
  .womans_health2026 .womanHealthWeek_img.img03 {
    width: 10.1875em;
    bottom: auto;
    top: -11em;
    left: 0.5em;
  }
}
.womans_health2026 .staticMenu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ff7566;
  padding: 0.5em 0 1.2em;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .staticMenu {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: 2em auto 0;
    padding: 0;
    background-color: transparent;
  }
}
.womans_health2026 .staticMenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 61.25em;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .staticMenu ul {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .womans_health2026 .staticMenu ul li {
    width: 48%;
  }
  .womans_health2026 .staticMenu ul li:nth-of-type(n + 3) {
    margin-top: 1em;
  }
}
.womans_health2026 .staticMenu ul li a {
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .staticMenu ul li a {
    font-size: 0.95em;
    background-color: #ff7566;
    text-align: center;
    padding: 0.3em 0 1em;
    display: block;
  }
}
.womans_health2026 .staticMenu ul li a::after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0.3em 0 0.3em;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .staticMenu ul li a::after {
    bottom: 0.5em;
    border-width: 0.4em 0.4em 0 0.4em;
  }
}
.womans_health2026 .specialMovie {
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .specialMovie {
    padding-bottom: 0;
  }
}
.womans_health2026 .specialMovie #specialMovie {
  padding-block: 9.25em 0;
  margin-top: -3.5em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .specialMovie #specialMovie {
    margin-top: 0;
    padding-block: 4.25em 0;
  }
}
.womans_health2026 .specialMovie_ttl {
  text-align: center;
  color: #ff8072;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .specialMovie_ttl {
    font-size: 2.5vw;
  }
}
.womans_health2026 .specialMovie_ttl .enTitle {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.womans_health2026 .specialMovie_ttl_siteTtl {
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.womans_health2026 .specialMovie_ttl .jaTitle {
  font-size: 2.875em;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-inline: 0.1em;
  display: inline-block;
  line-height: 1.4;
  background: linear-gradient(transparent 80%, #fff0c8 80%, #fff0c8 100%);
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .specialMovie_ttl .jaTitle {
    font-size: 2.35em;
  }
}
.womans_health2026 .specialMovie_ttl_txt {
  font-size: 1.75em;
  color: #4d4d4d;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .specialMovie_ttl_txt {
    font-size: 1.5em;
    margin-top: 1em;
  }
}
.womans_health2026 .specialMovie_block {
  max-width: 46.25em;
  width: 100%;
  margin-inline: auto;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .specialMovie_block {
    margin-top: 3em;
  }
}
.womans_health2026 .specialMovie_movieArea {
  margin-top: 1.5em;
}
.womans_health2026 .specialMovie_iframeArea {
  padding-top: 56.25%;
  position: relative;
}
.womans_health2026 .specialMovie_iframeArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.womans_health2026 .specialMovie_txt {
  max-width: 55.625em;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.5em;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1em;
  font-weight: 500;
}
.womans_health2026 .specialMovie .graph01 {
  max-width: 44.875em;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.5em;
}
.womans_health2026 .specialMovie .graph02 {
  width: 100%;
  margin-inline: auto;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .specialMovie .graph02 {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .womans_health2026 .specialMovie .lifeCourseTtl {
    padding-bottom: 4em;
  }
}
.womans_health2026 .menopause {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .menopause {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .womans_health2026 .menopause .secTtl {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .womans_health2026 .menopause .secTtl.menopauseTtl {
    padding-bottom: 8em;
  }
}
.womans_health2026 .menopause .graph03 {
  max-width: 38.75em;
  width: 100%;
  margin-inline: auto;
  margin-top: 4em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .menopause .graph03 {
    padding-block: 6em 0em;
  }
}
.womans_health2026 .menopause .graph03_img {
  position: absolute;
  width: 11.25em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .menopause .graph03_img {
    width: 8.125em;
  }
}
.womans_health2026 .menopause .graph03_img.img01 {
  top: -3em;
  left: -14em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .menopause .graph03_img.img01 {
    top: -3em;
    left: 2em;
  }
}
.womans_health2026 .menopause .graph03_img.img02 {
  top: 3em;
  right: -14em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .menopause .graph03_img.img02 {
    top: -4.5em;
    right: 3em;
  }
}
.womans_health2026 .menopause .graph03_img.img03 {
  bottom: -1em;
  left: -14em;
  width: 8.125em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .menopause .graph03_img.img03 {
    bottom: -11em;
    right: 8em;
    width: 6.125em;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .womans_health2026 .menopause .menopauseSec2 {
    margin-top: 5em;
  }
}
.womans_health2026 .menopause .graph04 {
  width: 100%;
  margin-inline: auto;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .menopause .graph04 {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.08);
  }
  .womans_health2026 .menopause .graph04::-webkit-scrollbar {
    height: 8px;
  }
  .womans_health2026 .menopause .graph04::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
  }
  .womans_health2026 .menopause .graph04::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }
  .womans_health2026 .menopause .graph04::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .womans_health2026 .menopause .graph04 img {
    max-width: none;
    width: 60em;
  }
}
.womans_health2026 .menopauseDisorder {
  margin-top: 0;
}
.womans_health2026 .menopauseDisorder .estrogenLine {
  max-width: 52.5em;
  width: 90%;
  margin-inline: auto;
  margin-top: 2em;
}
.womans_health2026 .menopauseDisorder .estrogenNote {
  width: 90%;
}
.womans_health2026 .menopauseDisorder .doctor {
  max-width: 52.5em;
  width: 90%;
  margin-inline: auto;
  margin-top: 4em;
  background-color: #fff7e2;
}
.womans_health2026 .menopauseDisorder .doctor_img {
  width: 100%;
}
.womans_health2026 .menopauseDisorder .doctor_txt {
  font-size: 1em;
  text-align: center;
  padding-block: 2em;
}
.womans_health2026 .menopauseDisorder .doctor_txt span {
  color: #ff8072;
  font-size: 1.4375em;
}
.womans_health2026 .menopauseDisorder .healthCare {
  margin-top: 4em;
  max-width: 50em;
  width: 90%;
  margin-inline: auto;
}
.womans_health2026 .menopauseDisorder .healthCare h4 {
  text-align: center;
  font-size: 1.25em;
  color: #ff8072;
  padding-block: 0.2em;
  border-bottom: 0.1em solid #ff8072;
  border-top: 0.1em solid #ff8072;
}
.womans_health2026 .menopauseDisorder .healthCare a {
  margin-top: 2em;
  display: block;
}
.womans_health2026 .toBusiness {
  padding-bottom: 0;
}
.womans_health2026 .toBusiness .toBusiness_lead {
  text-align: center;
  color: #ff8072;
  margin-top: 3em;
}
.womans_health2026 .toBusiness .toBusiness_lead_txt01 {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness .toBusiness_lead_txt01 {
    font-size: 1.1em;
  }
}
.womans_health2026 .toBusiness .toBusiness_lead_txt02 {
  font-size: 1.875em;
  margin-top: 0.15em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness .toBusiness_lead_txt02 {
    line-height: 1.6;
  }
}
.womans_health2026 .toBusiness_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness_block {
    flex-direction: column-reverse;
    margin-top: 2em;
  }
}
.womans_health2026 .toBusiness_block_img {
  width: 47.4489795918%;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness_block_img {
    width: 84%;
    margin-inline: auto;
  }
}
.womans_health2026 .toBusiness_block_txt {
  width: 47.4489795918%;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness_block_txt {
    width: 84%;
    margin-inline: auto;
    margin-top: 1.5em;
  }
}
.womans_health2026 .toBusiness_block_txt_ttl {
  font-size: 1.25em;
  color: #ff8072;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness_block_txt_ttl {
    font-size: 1.5em;
  }
}
.womans_health2026 .toBusiness_block_txt_txt {
  color: #4d4d4d;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness_block_txt_txt {
    font-size: 1.1em;
    text-align: justify;
  }
}
.womans_health2026 .toBusiness .jigyousya_point {
  margin-top: 4em;
}
.womans_health2026 .toBusiness .jigyousya_point h4 {
  text-align: center;
  font-size: 1.875em;
  color: #ff8072;
  letter-spacing: 0.1em;
}
.womans_health2026 .toBusiness .jigyousya_point_noteBlock {
  font-size: 1em;
  padding: 1.5em;
  border: 0.1em solid #ff8072;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness .jigyousya_point_noteBlock {
    padding-inline: 1em;
  }
}
.womans_health2026 .toBusiness .jigyousya_point_noteBlock_li {
  margin-top: 0.3em;
  text-indent: -1em;
  padding-left: 1em;
}
.womans_health2026 .toBusiness .jigyousya_point_noteBlock_li span {
  color: #ff8072;
}
.womans_health2026 .toBusiness .jigyousya_point_noteBlock.lastBlock {
  margin-top: 3em;
  padding-block: 3em;
  padding-inline: 4em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness .jigyousya_point_noteBlock.lastBlock {
    padding-block: 1.5em;
    padding-inline: 1.5em;
  }
}
.womans_health2026
  .toBusiness
  .jigyousya_point_noteBlock.lastBlock
  .toBusiness_block_txt_ttl {
  font-size: 1.125em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .womans_health2026
    .toBusiness
    .jigyousya_point_noteBlock.lastBlock
    .toBusiness_block_txt_ttl {
    font-size: 1em;
  }
}
.womans_health2026
  .toBusiness
  .jigyousya_point_noteBlock.lastBlock
  .jigyousya_point_noteBlock_li {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .womans_health2026
    .toBusiness
    .jigyousya_point_noteBlock.lastBlock
    .jigyousya_point_noteBlock_li {
    font-size: 0.95em;
  }
}
.womans_health2026
  .toBusiness
  .jigyousya_point_noteBlock.lastBlock
  .jigyousya_point_noteBlock_li:nth-of-type(n + 2) {
  margin-top: 0.8em;
}
.womans_health2026
  .toBusiness
  .jigyousya_point_noteBlock.lastBlock
  .jigyousya_point_item {
  margin-top: 2em;
}
.womans_health2026 .toBusiness .jigyousya_point_block {
  margin-top: 2em;
}
.womans_health2026 .toBusiness .jigyousya_point_item {
  width: 100%;
  background-color: #ff9c78;
  padding-block: 2em;
  padding-inline: 4em;
  color: #fff;
}
.womans_health2026 .toBusiness .jigyousya_point_item:nth-of-type(n + 2) {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness .jigyousya_point_item {
    width: 100%;
    padding-inline: 1.5em;
  }
}
.womans_health2026 .toBusiness .jigyousya_point_item h5 {
  font-size: 1.25em;
  color: #ff9c78;
  background-color: #fff7e2;
  text-align: center;
  padding-block: 0.15em;
  border-radius: 5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness .jigyousya_point_item h5 {
    font-size: 1.15em;
    line-height: 1.5;
    padding-block: 0.4em;
  }
}
.womans_health2026 .toBusiness .jigyousya_point_item h5.ls {
  letter-spacing: 0;
}
.womans_health2026 .toBusiness .jigyousya_point_item_txt {
  font-size: 1.125em;
  margin-top: 1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness .jigyousya_point_item_txt {
    font-size: 1em;
  }
}
.womans_health2026 .toBusiness .jigyousya_point_item_example {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .toBusiness .jigyousya_point_item_example {
    font-size: 0.95em;
  }
}
.womans_health2026 .toBusiness .jigyousya_point_item_example_ttl {
  font-size: 1em;
  padding-bottom: 0.1em;
  border-bottom: 0.1em solid #fff;
}
.womans_health2026 .toBusiness .jigyousya_point_item ul {
  margin-top: 0.7em;
}
.womans_health2026 .toBusiness .jigyousya_point_item ul li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
}
.womans_health2026 .toBusiness .jigyousya_point_item ul li:nth-of-type(n + 2) {
  margin-top: 0.5em;
}
.womans_health2026 .toBusiness .jigyousya_point_item ul li span {
  font-size: 0.875em;
}
.womans_health2026 .toBusiness .ouen_link {
  max-width: 50em;
  width: 90%;
  margin-inline: auto;
  margin-top: 4em;
}
.womans_health2026 .toBusiness .ouen_link h4 {
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  color: #ff8072;
  border-bottom: 0.1em solid #ff8072;
  border-top: 0.1em solid #ff8072;
  padding-block: 0.2em;
}
.womans_health2026 .toBusiness .ouen_link_txt {
  color: #4d4d4d;
  margin-top: 1em;
  text-align: justify;
  line-height: 2;
}
.womans_health2026 .toBusiness .ouen_link a {
  display: block;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .womenHealthInitiative {
    padding-bottom: 10em;
  }
}
.womans_health2026 .womenHealthInitiative_ttl {
  text-align: center;
  color: #ff8072;
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .womenHealthInitiative_ttl {
    font-size: 1.7em;
  }
}
.womans_health2026 .womenHealthInitiative .otherLink {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  -moz-column-gap: 5%;
  column-gap: 5%;
  row-gap: 2.5em;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .womenHealthInitiative .otherLink {
    row-gap: 1.5em;
  }
}
.womans_health2026 .womenHealthInitiative .otherLink a {
  width: 47.5%;
}
.womans_health2026 .womenHealthInitiative .otherLink a img {
  width: 100%;
  height: 100%;
}
.womans_health2026 .secBg {
  background-image: url("https://kennet.mhlw.go.jp/slp/event/womans_health2026/img/content_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.womans_health2026 .floating_form {
  position: fixed;
  bottom: 21em;
  right: 0.5em;
  width: 12.625em;
  z-index: 101;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .floating_form {
    right: -1.8em;
    bottom: 7em;
    width: 10em;
  }
}
.womans_health2026 .floating_form a {
  display: block;
  width: 100%;
}
.womans_health2026 .floating_form.form02 {
  bottom: 11em;
}
@media screen and (max-width: 768px) {
  .womans_health2026 .floating_form.form02 {
    right: -1.8em;
    bottom: 0em;
    width: 10em;
  }
}

.movie_note {
  font-size: 0.75em;
  margin-top: 2em;
} /*# sourceMappingURL=top.css.map */
