@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
.structure02 main img {
  max-width: 100%;
}
.structure02 .img {
  position: relative;
}
.structure02 main {
  font-family: "RyuminPro", serif;
}
.structure02 .page-annotation {
  font-family: "Noto Sans JP", sans-serif;
}
.structure02 sup {
  vertical-align: text-top;
}
.structure02 .sections {
  line-height: 1;
}
.structure02 .sections .lists li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 2%;
}
.structure02 .sections .lists li.full {
  width: 100%;
}
.structure02 .sections .lists li.double {
  width: 66%;
}
.structure02 .sections .lists li.half {
  width: 48%;
}
.structure02 .sections .lists li:last-child {
  margin: auto;
}
.structure02 .sections .inner {
  margin: 0 auto;
  width: 70%;
  max-width: 1030px;
}
.structure02 .sections .image {
  position: relative;
  text-align: center;
}
.structure02 .sections .annotation {
  font-size: 10px;
  text-align: right;
}
.structure02 .sections .annotation.right01 {
  right: 51%;
}
.structure02 .sections .tit01 {
  font-size: 21px;
  letter-spacing: 0.12em;
  background: #b9a277;
  color: #fff;
  padding: 6px 0 6px 16px;
  margin-bottom: 30px;
}
.structure02 .sections .text {
  font-size: 19px;
  line-height: 1.6;
}
.structure02 .sections .caps {
  font-size: 15px;
  line-height: 1.2;
}
.structure02 .sections .mini {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.6;
}
.structure02 .sec01 {
  margin-top: 80px;
}
.structure02 .sec01 .image {
  position: relative;
  margin-bottom: 10px;
}
.structure02 .sec01 .image.img01 {
  width: 80%;
  max-width: 750px;
  margin-right: auto;
}
.structure02 .sec01 .list00,
.structure02 .sec01 .list01 {
  margin-bottom: 40px;
}
.structure02 .sec01 .list00 .text {
  float: left;
  width: 30%;
}
.structure02 .sec01 .list00 .image {
  float: right;
  width: 66%;
  margin-right: auto;
}
.structure02 .sec01 .list01 .text {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.structure02 .sec01 .list01 .image {
  float: right;
  width: 49%;
  margin: auto;
}
.structure02 .sec01 .list01 li:last-child {
  margin: auto;
}
.structure02 .sec01 .list02 {
  margin-bottom: 40px;
}
.structure02 .sec01 .list02 .text {
  margin-bottom: 30px;
}
.structure02 main {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .structure02 .sections .inner {
    width: 84%;
  }
  .structure02 .sections .lists li {
    width: 100%;
    margin-bottom: 40px;
  }
  .structure02 .sections .lists li.double {
    width: 100%;
  }
  .structure02 .sections .lists li.half {
    width: 100%;
  }
  .structure02 .sections .lead span {
    font-size: 13px;
  }
  .structure02 .sections .text {
    font-size: 17px;
  }
  .structure02 .sections .caps {
    font-size: 13px;
  }
  .structure02 .sec01 {
    margin-top: 40px;
  }
  .structure02 .sec01 .lists li {
    display: block;
    margin-bottom: 40px;
  }
  .structure02 .sec01 .list00 .text {
    float: none;
    width: 100%;
  }
  .structure02 .sec01 .list00 .image {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .structure02 .sec01 .list01 .text {
    float: none;
    width: 100%;
  }
  .structure02 .sec01 .list01 .image {
    float: none;
    width: 100%;
    margin: auto;
  }
  .structure02 .sec01 .list01 li:last-child {
    margin: auto;
  }
  .structure02 main {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=structure02.css.map */