@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
.p-information-list {
  margin-top: 75px;
  padding-bottom: 100px;
}
.p-information-list__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
.p-information-list__blk--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 230px;
  height: 40px;
  font-weight: 600;
  margin-right: 40px;
  margin-top: 10px;
  background: #efefef;
}
.p-information-list__blk--body {
  width: 100%;
}
.p-information-list__blk--body--txt {
  width: 100%;
  text-decoration: none;
  padding: 18px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.4rem;
  color: #000;
  padding-right: 40px;
  border-bottom: 1px solid #e3e3e3;
}
.p-information__cagegory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  height: 40px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 1em;
  background: #efefef;
}
.p-information__title {
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.p-information-article {
  padding-bottom: 100px;
}
.p-information-article__wrap > * {
  display: block;
  margin-top: 35px;
}
.p-information-article__wrap h2 {
  border-bottom: 1px solid #e1e1e1;
}
.p-information-article__wrap figure {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.p-information-article__wrap figcaption {
  font-size: 1.4rem;
  line-height: 1.57;
  margin-top: 10px;
}
.p-information-article__wrap .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-information-article__wrap .column2 > * {
  width: 48%;
  margin: 0;
}
.p-information-article__wrap .column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-information-article__wrap .column3 > * {
  width: 31%;
  margin: 0;
}
.p-information-article__wrap summary {
  background: #e5ebf1;
  margin-top: 75px;
  padding: 35px 45px;
}
.p-information-article__wrap summary dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 15px;
  padding: 0 0 14px;
  border-bottom: 1px solid #fff;
}
.p-information-article__wrap summary dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 68px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 0.2em;
  margin-right: 40px;
  background: rgba(0, 0, 0, 0.08);
}
.p-information-article__wrap summary dd {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-information-list {
    margin-top: 0;
    padding-bottom: 60px;
  }
  .p-information-list__blk {
    display: block;
  }
  .p-information-list__blk--ttl {
    font-size: 2rem;
    margin: 0 auto 10px;
  }
  .p-information__cagegory {
    margin-left: auto;
    margin-right: auto;
  }
  .p-information__title {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
  .p-information-article {
    padding-bottom: 60px;
  }
  .p-information-article__wrap > * {
    margin-top: 30px;
  }
  .p-information-article__wrap h2 {
    border-bottom: 1px solid #e1e1e1;
  }
  .p-information-article__wrap figure {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-information-article__wrap figcaption {
    font-size: 1.4rem;
    line-height: 1.57;
    margin-top: 10px;
  }
  .p-information-article__wrap .column2 {
    display: block;
  }
  .p-information-article__wrap .column2 > * {
    width: 100%;
  }
  .p-information-article__wrap .column2 > *:nth-child(n+2) {
    margin-top: 30px;
  }
  .p-information-article__wrap .column3 {
    display: block;
  }
  .p-information-article__wrap .column3 > * {
    width: 100%;
  }
  .p-information-article__wrap .column3 > *:nth-child(n+2) {
    margin-top: 30px;
  }
  .p-information-article__wrap summary {
    background: #e5ebf1;
    margin-top: 40px;
    padding: 20px;
  }
  .p-information-article__wrap summary dt {
    margin-right: 20px;
  }
}
/*# sourceMappingURL=information.css.map */