@charset "utf-8";
/* ----------------------------------------
vaccination
------------------------------------------- */
#vaccination .box01 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#vaccination .box01 h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
#vaccination .box01 p {
  text-align: right;
  padding-top: 15px;
}
#vaccination .box01 .btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background-color: #1eae36;
  border-radius: 10px;
  padding: 20px;
}
#vaccination .box01 .btn a::before {
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  content: "\f095";
  color: #fff;
  margin-right: 10px;
}
#vaccination .box02 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#vaccination .box02 ul li {
  margin-bottom: 10px;
}
#vaccination .box02 h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
#vaccination .box02 .btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background-color: #e3a749;
  border-radius: 10px;
  padding: 20px;
}
#vaccination .box02 .btn a::after {
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  content: "\f054";
  font-size: 50%;
  color: #fff;
  margin-left: 10px;
  transform: translate(0, -50%);
}
.case .box {
  background-color: #F9F9F9;
  border-radius: 30px;
  padding: 40px 50px;
}
.case .box p {
  padding-top: 10px;
}
.case .box li {
  position: relative;
  font-weight: 500;
  padding-left: 1.5em;
  margin-bottom: 6px;
}
.case .box li:last-child {
  margin-bottom: 0;
}
.case .box li::before {
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  color: #8fd79b;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1350px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1349px) {
  /* ----------------------------------------

------------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  /* ----------------------------------------
vaccination
------------------------------------------- */
  #vaccination .box01 h3 {
    font-size: 1.5rem;
  }
  #vaccination .box01 .btn a {
    font-size: 1.5rem;
  }
  #vaccination .box02 h3 {
    font-size: 1.5rem;
  }
  #vaccination .box02 .btn a {
    font-size: 1.5rem;
  }
  .case .box {
    border-radius: 15px;
    padding: 20px 25px;
  }
}