/******************************************************

fonts

******************************************************/

.announce_txt {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .announce_txt {
    padding: 40px 25px 0;
  }
}

.link-blk.lifestage {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 80px;
}

.link-blk.lifestage h2 {
  font-size: 2.5rem;
}

.lifestage ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.lifestage ul::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #dce6f0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lifestage ul li {
  width: calc(100% / 5);
  text-align: center;
  position: relative;
  padding-top: 40px;
}

.lifestage ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0058a7;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 5px #e7f0f9;
}

.lifestage ul li:nth-child(2)::before {
  background-color: #006aca;
}

.lifestage ul li:last-child::before {
  background-color: #e1ae22;
  box-shadow: 0 0 0 5px #e7dcc0;
}

.lifestage ul li span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0058a7;
}

@media screen and (max-width: 768px) {
  .link-blk.lifestage {
    margin-bottom: 40px;
  }
  .link-blk.lifestage h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .lifestage ul::before {
    content: none;
  }
  .lifestage ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .lifestage ul li:nth-child(2n) {
    margin-right: 0;
  }
  .lifestage ul li span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

span.imp-txt {
  font-weight: 600;
  border-bottom: 2px solid #0058a7;
}

#subpage .gray_box_inner .textbox01 {
  margin-bottom: 0;
}

#subpage .gray_box_inner .textbox01 figure {
  max-width: 350px;
  width: 39%;
}

#subpage .gray_box .textbox01 h3 + p {
  padding-bottom: 0;
}

#subpage .table_type01.p_tbl tbody tr th {
  width: 40%;
  text-align: left;
  white-space: normal;
}

#subpage .table_type01.p_tbl:first-of-type {
  margin-bottom: 116px;
}

@media screen and (max-width: 768px) {
  #subpage .table_type01.p_tbl:first-of-type {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #subpage .gray_box_inner .textbox01 figure {
    max-width: unset;
    width: 100%;
  }
}

#subpage .feature-ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #subpage .feature-ttl {
    margin-bottom: 10px;
  }
}

#subpage .wide_content .text {
  position: relative;
  padding-left: 70px;
  box-sizing: border-box;
}

#subpage .wide_content .num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 40px;
}

#subpage .wide_content .num:before {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  left: -20px;
  top: -20px;
  font-size: 2rem;
  color: #e7fc00;
}

#subpage .wide_content .num em {
  display: block;
  line-height: 1;
  font-size: 3.6rem;
  font-family: "Lato", sans-serif;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #subpage .wide_content .text {
    position: relative;
    padding-left: 80px;
    box-sizing: border-box;
  }
  #subpage .wide_content .num {
    display: inline-block;
    text-align: center;
    left: 0px;
    top: 20px;
  }
  #subpage .wide_content .num small {
    display: inline-block;
    padding-bottom: 2px;
    margin: 0 0 10px;
  }
  #subpage .wide_content .num em {
    width: 100%;
    display: block;
    text-align: center;
  }
}

#subpage h4 {
  font-size: 2rem;
  margin-bottom: 24px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #0058a7;
}

#subpage h4 + p {
  margin-bottom: 60px;
}

#subpage h4.tbl_cap + p {
  margin-bottom: 24px;
}

#subpage p.msg_note {
  padding-top: 80px;
  text-align: right;
}

#subpage .table_type01.p_tbl + p {
  margin-top: -56px;
}

@media screen and (max-width: 768px) {
  #subpage .table_type01.p_tbl + p {
    margin-top: -20px;
  }
}

#subpage .pediatric-page .table_type01 tbody {
  border-top: 2px solid #0058a7;
}

#subpage .pediatric-page h4.sub_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #subpage .pediatric-page h4.sub_ttl {
    font-size: 1.6rem;
  }
}

#subpage .pediatric-page .wide_content .text h4.sub_ttl {
  padding: 30px 0 0;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #subpage .pediatric-page .wide_content .text h4.sub_ttl {
    padding: 16px 0 0;
    margin: 0;
  }
  
  #subpage .pediatric-page .gray_box h4.sub_ttl {
    font-size: 1.7rem;
    padding: 15px 0 0 0;
    text-align: left;
    margin: 0;
  }
}

#subpage .pediatric-page .textbox03 .text h4.sub_ttl2 {
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}

#subpage .pediatric-page section h4.sub_ttl2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}

#subpage .pediatric-page .textbox03 .text h4.sub_ttl2:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #0058a7;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 16px;
}
@media screen and (max-width: 768px) {
  #subpage .pediatric-page .textbox03 .text h4.sub_ttl2 {
    padding-left: 12px;
    padding-bottom: 5px;
    margin: 0;
  }
  #subpage .pediatric-page section h4.sub_ttl2 {
    font-size: 1.6rem;
  }
  #subpage .pediatric-page .textbox03 .text h4.sub_ttl2:before {
    width: 4px;
    height: 4px;
    left: 0;
    top: 11px;
  }
}