@charset "utf-8";

body#about table {
  border-collapse: collapse;
}

body#about table th {
  font-weight: bold;
}

body#about table td {
  border-bottom: 1px solid #e7e7e7;
}

.first_visit .box_inner {
  border-radius: 10px;
  border: 2px solid #ec7583;
  padding: 35px 45px;
  background-color: #fcebec;
}

.first_visit .box_inner h3 {
  color: #e65667;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 15px;
}

.first_visit .box_inner .lead {
  margin: 0 0 30px;
  font-weight: bold;
}

.first_visit .request_list {
  padding: 20px 15px;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}

.first_visit .request_list ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
}

.first_visit .request_list ul li:first-of-type {
  border-top: 1px solid #e7e7e7;
}

.first_visit .request_list .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.first_visit .box_inner h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.necessary {
  margin-bottom: 70px;
}

.necessary .subttl {
  margin-bottom: 15px;
}

.necessary .pink {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  /*margin-bottom: 25px;*/
    margin-top: 25px;
}

.general ul li {
  border-bottom: 1px solid #e7e7e7;
}

.general ul li:first-of-type {
  border-top: 1px solid #e7e7e7;
}

.general .ttl {
  font-weight: bold;
  font-size: 1.6rem;
}

.vaccine .pink {
  font-weight: bold;
}

.vaccine h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 25px;
}

.vaccine .bg_pink {
  padding: 20px;
  background-color: #fcebec;
  margin-bottom: 25px;
}

.vaccine .bg_pink h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.vaccine .bg_pink .lead {
  margin-bottom: 10px;
}

.vaccine .bg_pink ul li,
.vaccine .bg_pink .circle_ttl {
  padding-left: 1em;
  position: relative;
  font-weight: bold;
  margin-top: 20px;
}

.vaccine .bg_pink ul li:before,
.vaccine .bg_pink .circle_ttl:before {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  border-radius: 15px;
  background-color: #000000;
  content: "";
}

.vaccine .bg_pink ul li {
  margin: 0;
}

.vaccine .bg_pink ul li+li {
  margin-left: 15px;
}

.vaccine .belongings {
  padding-bottom: 35px;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}

.vaccine a.pink {
  font-weight: normal;
  text-decoration: underline;
}

.infant h3 {
  font-weight: bold;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width:768px) {
  #sec01 .secttl {
    margin-bottom: 30px;
  }

  body#about table {
    font-size: 1.4rem;
  }

  body#about table th {
    padding: 15px 0;
    width: 120px;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: top;
  }

  body#about table td {
    padding: 15px 0;
  }

  body#about table tr:first-of-type th,
  body#about table tr:first-of-type td {
    border-top: 1px solid #e7e7e7;
  }

  .wrap_in {
    padding: 70px 130px;
  }

  .visual {
    margin-bottom: 35px;
  }

  .first_visit {
    margin-bottom: 70px;
  }

  .first_visit .lead {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .first_visit .btn {
    margin-bottom: 80px;
  }

  .first_visit .box_inner .list_dot li+li {
    margin-top: 30px;
  }

  .general {
    margin-bottom: 70px;
  }

  .general .lead {
    margin-bottom: 25px;
  }

  .general ul li {
    font-size: 1.4rem;
    padding: 15px 20px;
  }

  .vaccine {
    margin-bottom: 70px;
  }

  .vaccine .lead {
    margin-bottom: 25px;
  }

  .vaccine table {
    margin-bottom: 25px;
  }

  .vaccine .banner {
    margin-top: 20px;
    text-align: center;
  }

  .infant {
    margin-bottom: 40px;
  }

  .infant h3 {
    font-size: 1.6rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IE Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .vaccine .bg_pink ul li::before,
  .vaccine .bg_pink .circle_ttl::before {
    top: 3px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width:767px) {
  body#about #sec01 {
    padding: 0 6% 30px;
  }

  body#about table {
    width: 100%;
  }

  body#about table th {
    padding: 15px 0 10px;
  }

  body#about table td {
    padding-bottom: 15px;
  }

  body#about table th,
  body#about table td {
    display: block;
  }

  body#about table tr:first-of-type th {
    border-top: 1px solid #e7e7e7;
  }

  .visual {
    margin-bottom: 15px;
  }

  .first_visit {
    margin-bottom: 30px;
  }

  .first_visit .lead {
    margin-bottom: 15px;
    font-size: 4.2vw;
  }

  .first_visit .btn {
    margin-bottom: 30px;
  }

  .first_visit .box_inner {
    padding: 30px 3%;
  }

  .first_visit .box_inner h3 {
    font-size: 4.6vw;
    letter-spacing: -1.8px;
  }

  .first_visit .box_inner .lead {
    margin-bottom: 15px;
  }

  .first_visit .request_list {
    padding: 15px 3%;
    margin-bottom: 15px;
  }

  .first_visit .request_list .ttl {
    font-size: 4.1vw;
    letter-spacing: -0.5px;
  }

  .first_visit .box_inner h4 {
    font-size: 4.2vw;
  }

  .first_visit .box_inner .list_dot li+li {
    margin-top: 15px;
  }

  .necessary {
    margin-bottom: 30px;
  }

  .necessary .pink {
    /*font-size: 4.8vw;
    /*margin-bottom: 15px;*/
      font-size: 4.4vw;
      margin-bottom: 5px;
      text-align: left;
  }

  .general {
    margin-bottom: 30px;
  }

  .general .lead {
    margin-bottom: 15px;
  }

  .general ul li {
    padding: 15px 3%;
  }

  .general .ttl {
    font-size: 4.2vw;
  }

  .vaccine {
    margin-bottom: 30px;
  }

  .vaccine .lead {
    margin-bottom: 15px;
  }

  .vaccine h3 {
    font-size: 4.8vw;
    margin-bottom: 15px;
  }

  .vaccine table {
    margin-bottom: 15px;
  }

  .vaccine .bg_pink {
    padding: 15px 3%;
    margin-bottom: 15px;
  }

  .vaccine .bg_pink h4 {
    font-size: 4.2vw;
  }

  .vaccine .bg_pink ul {
    display: flex;
  }

  .vaccine .bg_pink .circle_ttl {
    margin-top: 15px;
  }

  .vaccine .bg_pink ul li:before,
  .vaccine .bg_pink .circle_ttl:before {
    width: 12px;
    height: 12px;
    top: 5px;
  }

  .vaccine .belongings {
    padding-bottom: 15px;
  }

  .vaccine .banner {
    margin-top: 15px;
  }

  .infant h3 {
    margin-bottom: 15px;
    font-size: 4vw;
    letter-spacing: -0.5px;
  }
}



/*追加*/
.page_nav {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 3%;
}

.page_nav li {
  max-width: 230px;
  width: 30%;
  margin: 0 1%;
}

.page_nav li a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 3em;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #494740;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.ie .page_nav li a {
  padding-top: 7px;
}

.page_nav li.current a {
  color: #fff;
  background: #494740;
}

@media screen and (max-width:767px) {
  .page_nav {
    display: block;
    padding: 0 6% 3%;
  }

  .page_nav li {
    max-width: 100%;
    width: 100%;
    margin: 0 0 2%;
  }

  .page_nav li a {
    font-size: 1.4rem;
  }
}