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

.ttl_bld {
  font-weight: bold;
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  main {
    padding-top: 150px;
  }
}
h1.ttl_lightblue {
  padding: 15px;
}

h2 span span {
  font-size: 13px !important;
}
@media screen and (min-width: 768px) {
  h2 span span {
    display: inline !important;
    font-size: 18px !important;
  }
}
h2 span span:before {
  display: none !important;
}

.links {
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .links {
    max-width: 870px;
    margin: 0 auto 30px;
  }
}
.links a {
  background: #F8F8F8;
  padding: 10px 10px 10px 2em;
  color: #23B3BD;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  display: block;
  text-indent: -1.3em;
}
@media screen and (min-width: 768px) {
  .links a {
    font-size: 18px;
    padding: 15px 15px 15px 2.4em;
  }
}
.links a:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("../img/cmn/icon_arrowR.svg") no-repeat center;
  height: 16px;
  width: 16px;
  background-size: contain;
  margin-right: 5px;
}
.links li + li {
  border-top: 1px solid #D8D8D8;
}

.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;
  /*グラデーションで隠す高さ*/
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

input:checked + label {
  background: inherit;
}

label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: -80px;
  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;
}
@media screen and (min-width: 768px) {
  label:after {
    font-size: 15px;
    width: 400px;
    line-height: 3rem;
    border-radius: 30px;
  }
}

label:before {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: -80px;
  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: 400px;
  transition: 0.5s;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .text-wrapper {
    font-size: 15px;
  }
}

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

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

input:checked ~ .text-wrapper {
  height: auto;
  transition: 0.5s;
}

h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  margin-top: 20px;
}
h3:first-of-type {
  margin-top: 0;
}

p {
  margin-bottom: 1em;
}

ul.list {
  margin-bottom: 1em;
}
ul.list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

.container a {
  color: #23B3BD;
}/*# sourceMappingURL=policy.css.map */