@charset "utf-8";
.arrow {
  display: inline-block;
  height: 10px;
  width: 15px;
  background-color: #17a39f;
  position: relative;
  top: 0;
  left: 46%;
  transform: rotate(90deg)translateX(-50%);
}
.arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 16px solid #17a39f;
  left: 15px;
  top: -7px;
}
.art_flow .div_topics01 {
  counter-increment: num 1;
  background: #eaf5f9;
  margin: 10px auto;
  padding: 15px 15px 15px 35px;
  position: relative;
}
.art_flow .div_topics01::before {
  content: "（"counter(num)"）";
  width: 35px;
  display: inline-block;
  color: #2695A8;
  position: absolute;
  left: 0;
  top: 15px;
  text-align: center;
  font-weight: 400;
}
#date_pdf.info_date {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#date_pdf.info_date .back_yellow01 {
  float: none;
  height: auto;
  width: 45%;
  max-width: 140px;
  border: 2px solid #f4b4c1;
  border-radius: 10px;
  box-shadow: 0 2px 1px rgba(0,0,0,.2);
  transition: all .3s;
}
#date_pdf.info_date .back_yellow01:hover {
  opacity: 0.8;
  box-shadow: 0 0 rgba(0, 0, 0, .3);
}
#date_pdf.info_date .back_yellow01 p {
  margin-top: 3px;
  padding: 0 5px 0 35px;
}
#date_pdf.info_date .link_pdf::after {
  display: none;
}
.nipt .dl02 {
  border: none;
  margin-bottom: 15px;
}
.nipt .dl02 dt, .nipt .dl02 dd {
  background: rgba(230,255,243,.5);
}
.nipt .dl02 > * {
  display: flex;
  flex-flow: wrap;
  padding: 0;
}
.nipt .dl02 dt {
  border-bottom-width: 2px;
}
.nipt .dl02 span {
  width: 50%;
  padding: 5px;
}
.nipt .dl02 span:last-child {
  border-left: solid 1px #2695A8;
}
.nipt .dl02 dt + dd, .nipt .dl02 dd + dd {
  border-bottom-width: 1px;
}
.nipt .dl02 dd + dd:last-of-type {
  border-bottom-width: 2px;
}
.nipt .dl02 dd span:first-of-type {
  font-size: 14.5px;
  position: relative;
  padding-left: 15px;
}
.nipt .dl02 dd span:first-of-type::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #2695A8;
  border-radius: 5px;
  position: absolute;
  top: 13px;
  left: 4px;
}
.div_topics01 .text_st03 span {
  font-weight: 400;
}
.div_topics01 .link_tel {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.div_topics01 .link01 {
  max-width: 250px;
  font-size: 16px;
  margin-top: 5px;
}

@media (max-width: 679px) {
  .nipt .kakomi_pink > div {
    margin-bottom: 20px;
  }
  .nipt .kakomi_pink > img {
    display: block;
    width: 230px;
    margin: auto;
  }
  .art_flow .div_topics01 {
    margin: 15px auto;
  }
  #date_pdf.info_date {
    max-width: 100%;
  }
  #date_pdf.info_date .back_yellow01 {
    display: block;
    width: 80%;
    max-width: fit-content;
    margin: 10px auto;
  }
  .nipt .dl02 span {
    width: 60%;
  }
  .nipt .dl02 span:last-child {
    width: 40%;
  }
}
@media print, screen and (min-width: 680px) {
  .nipt .kakomi_pink {
    display: flex;
  }
  .nipt .kakomi_pink > div {
    width: calc(100% - 160px);
    padding: 0 20px 0 0;
  }
  .nipt .kakomi_pink > div p {
    margin-top: 5px;
  }
  .nipt .kakomi_pink > img {
    width: 230px;
  }
}