@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
/*
100=Thin (Hairline)
300=Light
400=Normal
500=Medium
700=Bold
800=Extra Bold (Ultra Bold)
900=Black (Heavy)
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*フォントウェイト　300,400,500,700,900*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*フォントウェイト　100,300,350,400,500,700,900*/
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
img {
  max-width: 100%;
  height: auto;
}

#mainimg {
  padding-top: 10px;
  text-align: center;
  font-weight: 500;
  background: none;
}
#mainimg .dflex p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mainimg .dflex p {
    width: 40%;
    font-size: 22px;
  }
}
#mainimg .dflex img {
  width: 90%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #mainimg .dflex img {
    width: 50%;
  }
}
#mainimg h1 {
  background: #23B3BD;
  margin: 30px 0;
  border-radius: 15px;
  color: #fff;
  font-size: 25px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #mainimg h1 {
    margin: 0 0 20px;
    padding: 15px;
    font-size: 21px;
  }
}
#mainimg h1 img {
  display: block;
  margin: 0 auto 10px;
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  #mainimg h1 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
}

.ttl_lightblue {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ttl_lightblue {
    margin-bottom: 60px;
  }
}

section {
  background: #D8D8D8;
}
section .contentswrap {
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  section .contentswrap {
    padding-bottom: 40px;
  }
}

details {
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  details {
    margin-bottom: 20px;
  }
}
details div {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  background: url("../img/faq/icon_a.svg") no-repeat 20px 0;
  padding: 0 15px 15px 50px;
}
@media screen and (min-width: 768px) {
  details div {
    padding: 0 4% 4% 9%;
    background-position: 4% 0;
  }
}
details p + p {
  margin-top: 10px;
}
details a {
  color: #23B3BD;
  text-decoration: underline;
  font-weight: bold;
}
details[open] > summary:after {
  background: url("../img/cmn/icon_minus.svg") no-repeat center;
}
details + details {
  border-top: 1px solid #D8D8D8;
}
details .attention {
  color: #666;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  details .attention {
    font-size: 13px;
  }
}

summary {
  list-style: none;
  font-weight: 500;
  color: #23B3BD;
  font-size: 16px;
  padding: 15px 35px 15px 55px;
  position: relative;
  background: url("../img/faq/icon_q.svg") no-repeat 4%;
}
@media screen and (min-width: 768px) {
  summary {
    padding: 4% 4% 4% 9%;
    font-size: 18px;
  }
}
summary:after {
  display: block;
  content: "";
  background: url("../img/cmn/icon_plus.svg") no-repeat center;
  height: 16px;
  width: 16px;
  background-size: contain;
  position: absolute;
  right: 4%;
  top: calc(50% - 8px);
}
summary p {
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #2F3031;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  summary p {
    font-size: 15px;
  }
}

summary::-webkit-details-marker {
  display: none;
}/*# sourceMappingURL=faq.css.map */