/* medicine */
.header-block {
  border-radius: 2rem;
  background-color: #ef821a;
}
.header-block h2::before, .header-block h2::after {
  background-image: none;
  border: 0 none;
}
.header-block h2 {
  margin: 0;
  padding: 0.5rem auto;
  height: auto;
  color: #fff;
  text-align: center;
}
.header-block h2 span {
  display: block;
  font-size: 1.2rem;
}
.header-block p {
  margin-top: 1rem;
  color: #fff;
}
.header-block .daruchan {
  padding: 2rem auto !important;
}
.header-block .daruchan img {
  display: block;
}
.header-block .badge {
  margin-top: -2rem;
  padding-bottom: 2rem;
}
@media (max-width: 996px) {
  .header-block {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header-block .daru-chan {
    margin: 1rem auto;
    width: 50%;
    height: auto;
  }
  .header-block .badge {
    margin-top: 1rem;
  }
}
/*qa*/
.acd-check {
  display: none;
}
.qa {
  margin-bottom: 1rem;
  background-color: #ef821a;
  border-radius: 40px;
}
.acd-label {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 28px 60px 28px 80px;
  border-radius: 40px;
  background: #ef821a;
  background-image: url("../images/q.svg");
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-size: 40px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.acd-label:hover {
  opacity: .6;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.acd-label:after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  right: 0;
  padding: 28px 40px 28px 30px;
  height: 24px;
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
}
.acd-content {
  visibility: hidden; /*hidden*/
  display: block;
  height: 0;
  background-color: #f3f3d9;
  opacity: 0;
  transition: .3s;
}
.acd-check:checked + .acd-label:after {
  font-family: "Font Awesome 5 Free";
  content: '\f077';
  font-weight: 900;
}
.acd-check:checked + .acd-label + .acd-content {
  visibility: visible;
  margin-bottom: 1rem;
  padding-top: 28px;
  padding-bottom: 28px;
  height: auto;
  opacity: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.acd-content .ans {
  padding: 0.5rem 28px 0 80px;
  background-image: url("../images/a.svg");
  background-position: 20px 0;
  background-repeat: no-repeat;
  background-size: 40px;
  transition: .3s;
}
.acd-content .ans h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.4rem;
  color: #ef821a;
}
.acd-content .ans p {
  font-size: 1rem !important;
}
.acd-content .ans ul {
  margin-left: -1rem;
}
.comment {
  position: relative;
  display: block;
  margin: 2rem auto 0.5rem;
  padding: 0.5rem 1rem;
  width: 90%;
  background-color: #ef821a;
  border-radius: 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.1rem !important;
  font-weight: 500;
  line-height: 1.5rem !important;
}
.comment::before {
  content: "薬剤師コメント";
  position: absolute;
  display: block;
  margin: auto 0;
  padding: 0;
  top: 50%;
  left: 1.5rem;
  transform: translate(0, -50%);
  font-size: 0.85rem;
  letter-spacing: 0;
  color: #f0f047;
}
@media (max-width: 996px) {
  .comment {
    text-align: left;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  .comment::before {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin: 0.8rem auto -0.5rem;
    text-align: center;
  }
}
/* firstaid */
.firstaid {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ef821a;
}
.firstaid p {
  color: #fff;
}
.firstaid .btn span {
  font-size: 1.2rem;
  line-height: 1.2rem;
}