@charset "utf-8";
body#vaccination table {
  border-collapse: collapse;
}
body#vaccination table th {
  font-weight: bold;
}
body#vaccination table td {
  border-bottom: 1px solid #e7e7e7;
}
.vaccine .narrow{
  margin-bottom: 8%;
}
.vaccine .narrow:last-child{
  margin-bottom: 0;
}
.vaccine .pink,
.vaccine .fw {
  font-weight: bold;
}
.vaccine .visual{
  margin-bottom: 5%;
}
.vaccine h3 {
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.vaccine div + h3{
  margin-top: 2em;
}
.vaccine .bg_odd,
.vaccine .bg_even{
  padding: 3% 4% 1%;
  margin-bottom: 2%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.vaccine .bg_odd{
  background: #f5eed8;
}
.vaccine .bg_even{
  background: #f6f3eb;
}
.vaccine .bg_odd h4,
.vaccine .bg_even h4{
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  color: #5B791A;
  font-weight: bold;
}
.vaccine .bg_odd h5,
.vaccine .bg_even h5{
  font-size: 1.4rem;
  font-weight: bold;
}
.vaccine .bg_odd .in,
.vaccine .bg_even .in{
  padding: 0 2%;
}
.vaccine .bg_odd .in + h4,
.vaccine .bg_even .in + h4{
  padding-top: 3%;
  margin-top: 3%;
  border-top: 1px solid #bdbdbd;
}
.vaccine .bg_odd ul,
.vaccine .bg_even ul,
.vaccine .bg_odd .txt,
.vaccine .bg_even .txt{
  margin-bottom: 3%;
}
.vaccine .bg_odd .txt,
.vaccine .bg_even .txt,
.vaccine .bg_odd ul li,
.vaccine .bg_even ul li{
  font-size: 1.4rem;
  line-height: 1.3;
}
.vaccine p.mb1em{
  margin-bottom: 1em;
}

.vaccine .bg_pink {
  padding: 20px;
  margin-top: 8%;
  background-color: #fcebec;
  margin-bottom: 25px;
}
.vaccine .bg_pink .in{
  padding: 0 1em;
}
.vaccine .bg_pink p{
  font-size: 1.4rem;
}
.vaccine .bg_pink h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.vaccine .bg_pink .lead {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.vaccine .bg_pink ul li, .vaccine .bg_pink .circle_ttl {
  padding-left: 1.2em;
  position: relative;
  font-size: 1.4rem;
  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: 4px;
  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: 20px;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}
.vaccine a.pink {
  font-weight: normal;
  text-decoration: underline;
}
.vaccine .narrow:last-child p{
  font-size: 1.6rem;
}
.vaccine p span.fwb{
  font-weight: bold;
}


.time_tbl {
  margin-top: 30px;
}
.time_tbl .lead {
  line-height: 1.5;
}
.time_tbl .lead span.pink {
  font-weight: bold;
}
.time_tbl table {
  width: 100%;
  border-collapse: collapse;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.time_tbl table th, .time_tbl table td {
  border: 1px solid #cfcfcf;
}
.time_tbl thead th {
  text-align: center;
  background-color: #f7f7f7;
  padding: 10px 15px;
}
.time_tbl thead th:first-of-type {
  text-align: left;
  font-weight: bold;
}
.time_tbl tbody th {
  font-weight: bold;
  padding: 10px 30px;
}
.time_tbl tbody th span {
  display: block;
  font-size: 1.8rem;
  margin-left: -0.5em;
}
.time_tbl tbody td {
  text-align: center;
  padding: 10px 15px;
  color: #5a7733;
}
.time_tbl tbody td.off {
  color: #000000;
}


/*20250504予防施主改修時追加*/
.vaccine .bg_gray {
  padding: 20px;
  margin-top: 25px;
  background-color: #f7f7f7;
  margin-bottom: 25px;
}

.vaccine .bg_gray h4 {
  font-weight: bold;
}

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

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width:768px) {
  #sec01 .secttl {
    margin-bottom: 30px;
  }
  /*
    body#vaccination table {
    font-size: 1.4rem;
  }
  body#vaccination table th {
    padding: 15px 0;
    width: 120px;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: top;
  }
  body#vaccination table td {
    padding: 15px 0;
  }
  body#vaccination table tr:first-of-type th, body#vaccination table tr:first-of-type td {
    border-top: 1px solid #e7e7e7;
  }
    */
  .wrap_in {
    padding: 70px 130px;
  }
  /*.vaccine {
    margin-bottom: 70px;
  }*/
  .vaccine .lead {
    margin-bottom: 25px;
  }
  .vaccine table {
    margin-bottom: 25px;
  }
  .vaccine .banner {
    margin-top: 20px;
    text-align: center;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

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#vaccination #sec01 {
    padding: 0 6% 30px;
  }
  /*
    body#vaccination table {
    width: 100%;
  }
  body#vaccination table th {
    padding: 15px 0 10px;
  }
  body#vaccination table td {
    padding-bottom: 15px;
  }
  body#vaccination table th, body#vaccination table td {
    display: block;
  }
  body#vaccination table tr:first-of-type th {
    border-top: 1px solid #e7e7e7;
  }
    */
  /*.vaccine {
    margin-bottom: 30px;
  }*/
  .vaccine .lead {
    margin-bottom: 15px;
  }
  .vaccine h3 {
    font-size: 1.6rem;
    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;
  }
  .vaccine .bg_odd, .vaccine .bg_even{
    padding: 5% 4% 1%;
  }
  .vaccine .bg_odd h4, .vaccine .bg_even h4{
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .vaccine .bg_odd .txt p, .vaccine .bg_even .txt p, .vaccine .bg_odd ul li, .vaccine .bg_even ul li,.vaccine .narrow:last-child p{
    font-size: 1.4rem;
  }
    
  .time_tbl {
    padding: 0;
  }
  .time_tbl table {
    font-size: 3.7vw;
    margin-bottom: 15px;
  }
  .time_tbl thead th {
    padding: 5px;
  }
  .time_tbl tbody th {
    padding: 5px;
  }
  .time_tbl tbody th span {
    font-size: 3.2vw;
    margin-left: -0.6em;
    letter-spacing: -0.9px;
  }
  .time_tbl tbody td {
    padding: 5px;
  }
  .time_tbl .inner .wrap_in {
    border-radius: 10px;
    padding: 40px 90px;
    background-color: #FFFFFF;
}
    
}