@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;
}

.attention {
  color: #e11100;
}

.fonbold {
  font-weight: bold;
}

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

.contentswrap {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contentswrap {
    padding-bottom: 40px;
  }
}

details {
  background: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  details {
    margin-bottom: 20px;
  }
}
details div {
  padding: 0 4% 4%;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
}
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;
}

summary {
  list-style: none;
  font-weight: 500;
  color: #23B3BD;
  font-size: 16px;
  padding: 4% 30px 4% 4%;
  position: relative;
}
@media screen and (min-width: 768px) {
  summary {
    padding-right: 40px;
    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=announce.css.map */