@charset "utf-8";
.mizukakeInfo {
  padding: 60px 0px 90px;
}
@media only screen and (max-width: 640px) {
  .mizukakeInfo {
    padding: 30px 0px 0;
  }
}
.mamitan {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
}
.moreBtnOff {
  max-width: 240px;
  margin: 20px auto 200px;
  background: #666;
  border-radius: 10px;
}
.moreBtnOff p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  border: 3px solid #fff;
  border-radius: 10px;
}
.faqh2 {
  color: #006bb9;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 20px 20px 16px;
  text-shadow: none;
  background: #fff;
  text-align: left;
  border-radius: 8px;
}
@media only screen and (max-width: 640px) {
  .faqh2 {
    font-size: 16px;
  }
}
.faq-list > dt {
  font-size: 1.12em;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-list > dd {
  padding: 20px 20px 20px 45px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
  line-height: 1.75em;
}
@media only screen and (max-width: 640px) {
}
.faq-list > dt::before {
  content: "Q.";
  font-size: 1.5rem;
  font-weight: normal;
  color: #006bb9;
  line-height: 1;
  margin-right: 10px;
}
.faq-list > dd::before {
  position: absolute;
  top: 20px;
  left: 15px;
  content: "A.";
  font-size: 1.5rem;
  font-weight: normal;
  color: darkred;
  line-height: 1;
  margin-right: 10px;
}

.faq-list > dd a {
  color: #006bb9;
}
.faq-list > dd a:hover {
  text-decoration: underline !important;
}
.faq-list {
  margin-bottom: 40px;
  display: none; /*追加分*/
}
.faq-list:last-child {
  margin-bottom: 0;
}
/*追加分*/
label {
  position: relative;
  cursor: pointer;
}
label,
.faq-list dt,
.faq-list dd {
  display: block;
}
label::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #006bb9;
  border-right: 2px solid #006bb9;
  transform: rotate(135deg);
  cursor: pointer;
}
input[type="checkbox"] {
  display: none;
}
label[for="menu"],
label[for="menu2"],
label[for="menu3"],
label[for="menu4"] {
  display: block;
}
#menu:checked + .faq-list,
#menu2:checked + .list2,
#menu3:checked + .list3,
#menu4:checked + .list4 {
  display: block;
}
@media only screen and (max-width: 640px) {
  .faq-list > dd {
    padding: 15px 15px 15px 35px;
  }
  .faq-list > dd::before {
    top: 17px;
    left: 15px;
    content: "A.";
    font-size: 16px;
  }
  label::before {
    top: 20px;
    right: 22px;
    width: 11px;
    height: 11px;
  }

  .faq-list > dt {
    font-size: 14px;
  }

  .faq-list > dt::before {
    content: "Q.";
    font-size: 17px;
    margin-right: 5px;
  }

  .faq-list > dd {
    font-size: 12px;
  }
}
