
.nonPrescription {
  margin: 0;
}
@media only screen and (max-width:599px) {
  .nonPrescription {
    margin: 24px 16px 0;
  }
}

.nonPrescription {
  padding: 0 0 80px;
}

.nonPrescription_mainTitle {
  font-size: 2.6rem;
  line-height: 3.64rem;
  font-weight: bold;
  margin-bottom: 40px;
  background-color: #0059b4;
  padding: 15px 20px;
  color: #fff;
}
@media only screen and (max-width:599px) {
  .nonPrescription_mainTitle{
    font-size: 2.2rem;
    line-height: 3.08rem;
    margin-bottom: 30px;
    padding: 12px 15px;
  }
}

.nonPrescription_text {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 30px;
}
@media only screen and (max-width:599px) {
  .nonPrescription_text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 20px;
  }
}

.nonPrescription_title {
  background-color: #eee;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
  padding: 10px 12px;
  margin-bottom: 20px;
}

.nonPrescription_section {
  margin-bottom: 40px;
}

.nonPrescription_text + .nonPrescription_section {
  margin-top: 40px;
}

.nonPrescription_subTitle {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.nonPrescription_subTitle::before {
  background-color: #0059b4;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.nonPrescription_list{
  margin-bottom: 20px;
}
.nonPrescription_listItem {
  font-size: 1.6rem;
  line-height: 3rem;
  list-style: disc;
  margin-bottom: 5px;
  margin-left: 18px;
}
@media only screen and (max-width:599px) {
  .nonPrescription_listItem {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 5px;
  }
}

.nonPrescription_listItem:last-child {
  margin-bottom: 0;
}
.nonPrescription_cardTitle{
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.nonPrescription_definition{
  margin-bottom: 20px;
}
.nonPrescription_definitionTerm{
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width:599px) {
  .nonPrescription_definitionTerm{
    font-size: 1.4rem;
  }
}
.nonPrescription_definitionDesc{
  list-style: disc;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 20px;
}
@media only screen and (max-width:599px) {
  .nonPrescription_definitionDesc{
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.nonPrescription_link{
  font-size: 1.6rem;
  color: #0071ce;
  text-decoration: underline;
}
@media only screen and (max-width:599px) {
  .nonPrescription_link{
    font-size: 1.4rem;
  }
}
.nonPrescription_card{
  margin-bottom: 40px;
}
.nonPrescription_block{
  margin-bottom: 30px;
}
.nonPrescription_linkWrap + .nonPrescription_text {
  margin-top: 30px;
}
.nonPrescription_text + .nonPrescription_linkWrap {
  margin-top: -20px;
}
.nonPrescription_details{
  border-bottom: 2px solid #ccc;
}
.nonPrescription_faq{
  margin-bottom: 40px;
}
.nonPrescription_faqQuestion {
  cursor: pointer;
  padding: 15px 60px 15px 1.2em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.24rem;
  position: relative;
  text-indent: -1.2em;
  margin-left: 15px;
}
@media only screen and (max-width:599px) {
  .nonPrescription_faqQuestion {
      font-size: 1.4rem;
      line-height: 1.96rem;
  }
}

.nonPrescription_faqQuestion::before{
  content: "Q.";
  display: inline;
}

.nonPrescription_faqQuestion::after{
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #3c3c3c;
  border-left: 3px solid #3c3c3c;
  position: absolute;
  top: 20px;
  right: 30px;
  transform: rotate(-45deg);
  transition: all .3s ease;
  transform-origin: center;
}
.nonPrescription_details[open] .nonPrescription_faqQuestion::after {
  transform: rotate(135deg);
  top: 25px;
}
.nonPrescription_faqAnswer{
  font-size: 1.6rem;
  line-height: 3rem;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-left: 15px;
}
@media only screen and (max-width:599px) {
  .nonPrescription_faqAnswer{
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.nonPrescription_faqAnswer::before{
  content: "A.";
  display: inline;
  font-weight: bold;
}