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

#contact {
  font-size: 15px;
}

#jimukyoku {
  border-radius: 10px 10px 0 0;
  background: #EDF8F9;
  overflow: hidden;
  margin: 20px auto 40px;
}
@media screen and (min-width: 768px) {
  #jimukyoku {
    text-align: center;
    margin-bottom: 60px;
  }
}
#jimukyoku h2 {
  font-weight: 500;
  font-size: 15px;
  background: #23B3BD;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  #jimukyoku h2 {
    font-size: 20px;
  }
}
#jimukyoku .wrap {
  padding: 0 4% 40px;
}
@media screen and (min-width: 768px) {
  #jimukyoku .wrap {
    max-width: 800px;
    margin: 0 auto;
  }
}
#jimukyoku dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #jimukyoku dl {
    text-align: left;
  }
}
#jimukyoku dt {
  width: 20%;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #jimukyoku dt {
    padding: 30px 0;
  }
}
#jimukyoku dt + dd {
  border-bottom: 1px solid #D8D8D8;
}
#jimukyoku dd {
  width: 80%;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #jimukyoku dd {
    padding: 30px 0;
  }
}
#jimukyoku dd + dt {
  border-bottom: 1px solid #D8D8D8;
}
#jimukyoku .tel {
  font-weight: bold;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
}
#jimukyoku .mail {
  color: #23B3BD;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}
#jimukyoku p {
  margin: 20px auto 0;
}

#usage {
  font-size: 15px;
}
#usage p {
  margin-bottom: 20px;
}

h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

.container {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 150px;
  /*グラデーションで隠す高さ*/
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 245, 236, 0.95) 90%);
}

input:checked + label {
  background: inherit;
}

label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 50%;
  width: 90%;
  content: "続きを読む";
  transform: translate(-50%, 0);
  border-radius: 20px;
  border: 1px solid #707070;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  label:after {
    font-size: 15px;
    width: 400px;
    line-height: 3rem;
    border-radius: 30px;
    bottom: -80px;
  }
}

label:before {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: -40px;
  right: 8%;
  content: "＋";
  transform: translate(-50%, 0);
  border-radius: 20px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  label:before {
    right: 250px;
    bottom: -75px;
  }
}

input {
  display: none;
}

.text-wrapper {
  overflow: hidden;
  height: 250px;
  transition: all 0.5s;
  font-size: 13px;
  line-height: 2;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .text-wrapper {
    font-size: 15px;
    margin-bottom: 140px;
  }
}

input:checked + label:after {
  content: "閉じる";
}

input:checked + label:before {
  content: "―";
}

input:checked ~ .text-wrapper {
  height: auto;
  transition: all 0.5s;
}/*# sourceMappingURL=rules.css.map */