@charset "utf-8";
.mizukakeInfo {
  padding: 60px 0px 90px;
  background: url("../../images/body01_bg.png") center;
}
@media only screen and (max-width: 640px) {
	.mizukakeInfo {
		padding: 30px 0px 50px;
	}
}
.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;
  box-shadow: 0px 0px 15px -5px #777777;
}
@media only screen and (max-width: 640px) {
  .faqh2 {
    font-size: 1.00em;
  }
}
.faq-list > dt {
  font-size: 1.12em;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-list > dd {
  padding: 15px 15px 15px 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .faq-list > dd {
    padding-left: 30px;
  }
}
.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: 10px;
  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;
}