@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;1,300&display=swap");
@font-face {
  font-family: "Coco-BoldCondensed";
  src: url("/common/font/Coco-BoldCondensed.woff2") format("woff2"), url("/common/font/Coco-BoldCondensed.woff") format("woff");
}
.contHeader {
  position: relative;
  height: 4.4rem;
  padding-top: 1.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.detail .contHeader {
  height: 3.6rem;
}

@media screen and (max-width: 460px) {
  .contHeader {
    height: auto;
    width: 100%;
    margin-top: 0.45rem;
    margin-bottom: 0.35rem;
    padding-top: 0.6rem;
  }
  .detail .contHeader {
    height: auto;
  }
}
.contHeader .pageTit {
  position: relative;
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 460px) {
  .contHeader .pageTit {
    margin-top: 0;
    margin-bottom: 0.4rem;
  }
}
.contHeader .txt {
  font-size: 0.16rem;
  line-height: 1.9;
  letter-spacing: .12em;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #001d2b;
}

@media screen and (max-width: 460px) {
  .contHeader .txt {
    width: calc(100% - 0.5rem);
    margin: auto;
    font-size: 0.11rem;
    letter-spacing: .17em;
    line-height: 1.9;
    text-align: left;
  }
}
.pageTit {
  text-align: center;
}

.pageTit .title {
  position: relative;
  font-family: "Coco-BoldCondensed";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 0.9;
}

@media screen and (max-width: 460px) {
  .pageTit .title {
    font-size: 0.36rem;
    white-space: nowrap;
  }
}
.pageTit .title > span {
  position: relative;
  top: 0.12rem;
}

@media screen and (max-width: 460px) {
  .pageTit .title > span {
    top: 0.08rem;
  }
}
@media print, screen and (min-width: 461px) {
  .pageTit .title > span > span {
    font-size: 0.46rem;
  }
}
@media screen and (max-width: 460px) {
  .pageTit .title > span > span {
    font-size: 0.28rem;
  }
}
/* @media print, screen and (min-width: 461px) {
  .mod_promise {
    margin-top: 0.55rem;
  }
}
@media screen and (max-width: 460px) {
  .mod_promise {
    margin-top: 0.35rem;
  }
} */
.elementWrap > .in {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.91rem;
}

@media screen and (max-width: 460px) {
  .elementWrap > .in {
    padding-top: 0.25rem;
    padding-bottom: 0.34rem;
  }
}
.elementWrap > .in:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc((100% - 10rem) / 2 + 11rem);
  height: 100%;
  background-color: #FFF;
}

@media screen and (max-width: 460px) {
  .elementWrap > .in:before {
    width: calc(100% - 0.25rem);
  }
}
.elementWrap .deco01 {
  bottom: -0.95rem;
  left: calc(50% + 4.2rem);
}

@media screen and (max-width: 460px) {
  .elementWrap .deco01 {
    display: none;
  }
}
.elementWrap .secTit .title {
  letter-spacing: 0.12em;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.22rem;
}

@media screen and (max-width: 460px) {
  .elementWrap .secTit .title {
    font-size: 0.14rem;
    letter-spacing: 0.17em;
  }
}
.elementWrap .secTit .title.line2 {
  padding-top: 0.17rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 460px) {
  .elementWrap .secTit .title.line2 {
    width: calc(100% - 0.5rem);
    padding-top: 0.09rem;
    padding-bottom: 0.18rem;
    margin-bottom: 0.15rem;
    margin-right: 0.25rem;
  }
}
.elementWrap .secTit .title.line2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.6rem);
  display: block;
  height: 2px;
  width: 1.2rem;
  background-color: #000;
}

@media screen and (max-width: 460px) {
  .elementWrap .secTit .title.line2:after {
    left: calc(50% - 0.5rem);
    height: 1px;
    width: 1rem;
  }
}
.elementWrap .secTit .title.line2 span {
  position: static;
}

.elementWrap .report_box {
  position: relative;
  width: 10rem;
  margin: 0 auto 0;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box {
    width: 100%;
    width: calc(100% - 0.5rem);
    padding-left: 0.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box .itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.elementWrap .report_box .detail {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-height: 0;
  width: 3rem;
  margin: 0;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box .detail {
    width: 100%;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box .detail {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 460px) {
  .elementWrap .report_box .detail + .detail {
    margin-top: 0.32rem;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box .detail:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box .detail:nth-child(n+4) {
    margin-top: 0.6rem;
  }
}
.elementWrap .report_box .detail .wrapLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.elementWrap .report_box .detail .thumb {
  width: 3rem;
  height: 2.12rem;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box .detail .thumb {
    width: calc(100vw - 0.75rem);
    height: 48.44vw;
  }
}
.elementWrap .report_box .detail .info_box {
  line-height: 1;
  margin-bottom: 0.1rem;
  text-align: center;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box .detail .info_box {
    margin-bottom: 0.03rem;
  }
}
.elementWrap .report_box .detail .info_box span {
  display: inline-block;
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}

.elementWrap .report_box .detail .info_box .date {
  position: relative;
  font-size: 0.16rem;
  line-height: 1;
  letter-spacing: 0.02em;
  top: 2px;
  color: #001d2b;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box .detail .info_box .date {
    font-size: 0.12rem;
    vertical-align: top;
  }
}
.elementWrap .report_box .detail .txt_box {
  width: 100%;
  height: auto;
  padding: 0;
  padding-right: 0.15rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box .detail .txt_box {
    padding: 0;
    width: 100%;
    margin-top: 0.12rem;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box .detail .txt_box {
    margin-top: 0.17rem;
  }
}
.elementWrap .report_box .detail .txt_box .venue {
  font-size: 0.14rem;
  line-height: 1;
  text-align: center;
  color: #001d2b;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box .detail .txt_box .venue {
    font-size: 0.11rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box .detail .txt_box .venue {
    margin-top: 0.03rem;
  }
}
.elementWrap .report_box .detail .txt_box .venue span {
  display: block;
}

.elementWrap .report_box .detail .txt_box .title {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.2rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box .detail .txt_box .title {
    font-size: 0.15rem;
    margin-top: 0.04rem;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box .detail .txt_box .title {
    margin-top: 0.07rem;
  }
}
.elementWrap .report_box .detail .txt_box .title span {
  display: block;
}

@media print, screen and (min-width: 461px) {
  .elementWrap .report_box.mainBox {
    width: 7.9rem;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box.mainBox .headSec {
    margin-bottom: 0.44rem;
  }
}
@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .headSec {
    margin-bottom: 0.26rem;
  }
}
.elementWrap .report_box.mainBox .info_box {
  line-height: 1;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .info_box {
    margin-bottom: 0.2rem;
  }
}
.elementWrap .report_box.mainBox .info_box span {
  display: inline-block;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}

.elementWrap .report_box.mainBox .info_box .date {
  position: relative;
  font-size: 0.16rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #001d2b;
  font-family: trajan-pro-3, serif;
  font-style: normal;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .info_box .date {
    font-size: 0.12rem;
    vertical-align: top;
  }
}
.elementWrap .report_box.mainBox .info_box .venue {
  font-size: 0.16rem;
  line-height: 1;
  color: #001d2b;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .info_box .venue {
    font-size: 0.12rem;
    vertical-align: top;
  }
}
.elementWrap .report_box.mainBox .info_box .line {
  margin: 0 0.17rem 0 0.14rem;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .info_box .line {
    margin: 0 0.05rem;
  }
}
.elementWrap .report_box.mainBox .title {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.24rem;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  text-align: center;
  color: #001d2b;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .title {
    font-size: 0.15rem;
  }
}
.elementWrap .report_box.mainBox .title span {
  display: block;
}

.elementWrap .report_box.mainBox .cosSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .cosSec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box.mainBox .cosSec {
    margin-top: 0.1rem;
  }
}
.elementWrap .report_box.mainBox .cosSec .txt {
  font-size: 0.14rem;
  line-height: 1;
  text-align: center;
  color: #001d2b;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .cosSec .txt {
    font-size: 0.11rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box.mainBox .cosSec .txt {
    margin-top: 0.03rem;
  }
}
.elementWrap .report_box.mainBox .cosSec .txt span {
  display: block;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .cosSec .txt + .txt {
    margin-left: 0.11rem;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box.mainBox .cosSec .txt + .txt {
    margin-left: 0.14rem;
  }
}
.elementWrap .report_box.mainBox .titSec {
  text-align: center;
}

@media print, screen and (min-width: 461px) {
  .elementWrap .report_box.mainBox .titSec {
    margin-top: 0.9rem;
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .titSec {
    margin-top: 0.24rem;
    padding-bottom: 0.2rem;
  }
}
.elementWrap .report_box.mainBox .titSec .sub_title {
  position: relative;
  font-family: "Coco-BoldCondensed";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4rem;
  letter-spacing: .24em;
  line-height: 0.9;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .titSec .sub_title {
    font-size: 0.25rem;
    white-space: nowrap;
    margin-bottom: 0.3rem;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box.mainBox .titSec .sub_title {
    margin-bottom: 0.54rem;
  }
}
.elementWrap .report_box.mainBox .titSec .sub_title > span {
  position: relative;
  top: 0.12rem;
}

@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .titSec .sub_title > span {
    top: 0.08rem;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box.mainBox .titSec .sub_title > span > span {
    font-size: 0.46rem;
  }
}
@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .titSec .sub_title > span > span {
    font-size: 0.28rem;
  }
}
.elementWrap .report_box.mainBox .titSec .epi_tit {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 461px) {
  .elementWrap .report_box.mainBox .titSec .epi_tit {
    font-size: 0.22rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
    color: #001d2b;
    margin-bottom: 0.17rem;
  }
}
@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .titSec .epi_tit {
    font-size: 0.15rem;
    letter-spacing: 0.04em;
    line-height: 1.5333333333;
    text-align: center;
    color: #001d2b;
    margin-bottom: 0.16rem;
  }
}
@media print, screen and (min-width: 461px) {
  .elementWrap .report_box.mainBox .titSec .epi_cont {
    font-size: 0.16rem;
    line-height: 2;
    text-align: center;
    color: #322319;
  }
}
@media screen and (max-width: 460px) {
  .elementWrap .report_box.mainBox .titSec .epi_cont {
    font-size: 0.11rem;
    letter-spacing: 0.09em;
    line-height: 2;
    text-align: center;
    color: #322319;
  }
}
.wysiwyg {
  width: 7.93rem;
}

@media screen and (max-width: 460px) {
  .wysiwyg {
    width: 100%;
  }
}
.wysiwyg:after {
  content: "";
  display: block;
  clear: both;
}

.wysiwyg h1 {
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.81;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 460px) {
  .wysiwyg h1 {
    font-size: 0.16rem;
    line-height: 1.62;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.wysiwyg h2 {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.22rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 0.4rem;
  margin-bottom: 0.18rem;
  background-color: #bfc5c7;
  padding: 0.05rem 0.11rem 0.08rem;
  color: #001620;
}

@media screen and (max-width: 460px) {
  .wysiwyg h2 {
    font-size: 0.15rem;
    line-height: 1.53;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.wysiwyg h3 {
  position: relative;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.2rem;
  letter-spacing: 0.04em;
  line-height: 1.65;
  margin-top: 0.4rem;
  margin-bottom: 0.06rem;
  padding-left: 0.53rem;
  color: #001620;
}

.wysiwyg h3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0.38rem;
  height: 1px;
  background-color: #001620;
}

@media screen and (max-width: 460px) {
  .wysiwyg h3:before {
    width: 0.2rem;
    top: 0.12rem;
    bottom: auto;
  }
}
@media screen and (max-width: 460px) {
  .wysiwyg h3 {
    font-size: 0.14rem;
    line-height: 1.61;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    border-left-width: 1px;
    padding: 0 0 0 0.17rem;
    margin-top: 0.17rem;
    margin-bottom: 0.08rem;
    padding-left: 0.28rem;
  }
}
.wysiwyg h4 {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.27;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 460px) {
  .wysiwyg h4 {
    font-size: 0.12rem;
    margin-bottom: 0.1rem;
  }
}
.wysiwyg h5 {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.27;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 460px) {
  .wysiwyg h5 {
    font-size: 0.11rem;
    margin-bottom: 0.1rem;
  }
}
.wysiwyg h6 {
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.27;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 460px) {
  .wysiwyg h6 {
    font-size: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
.wysiwyg pre {
  display: block;
}

.wysiwyg p {
  display: block;
  margin-bottom: 0.44rem;
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 2;
}

@media screen and (max-width: 460px) {
  .wysiwyg p {
    font-size: 0.11rem;
    line-height: 2;
    padding: 0;
    margin-bottom: 0.2rem;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0.09em;
  }
}
.wysiwyg p:after {
  content: "";
  display: block;
  clear: both;
}

.wysiwyg ol, .wysiwyg ul {
  padding: 0;
  margin-bottom: 0.29rem;
}

@media screen and (max-width: 460px) {
  .wysiwyg ol, .wysiwyg ul {
    padding: 0;
    margin-bottom: 0.11rem;
  }
}
.wysiwyg ol li, .wysiwyg ul li {
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 1.88;
}

@media screen and (max-width: 460px) {
  .wysiwyg ol li, .wysiwyg ul li {
    font-size: 0.12rem;
    line-height: 1.91;
  }
}
.wysiwyg ol {
  counter-reset: num;
}

.wysiwyg ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

@media screen and (max-width: 460px) {
  .wysiwyg ol li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.wysiwyg ol li:before {
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.15rem;
  line-height: 2;
  letter-spacing: 0.08em;
  counter-increment: num;
  content: counter(num) "";
  margin-right: 0.8em;
  color: #001620;
}

@media screen and (max-width: 460px) {
  .wysiwyg ol li:before {
    font-size: 0.11rem;
  }
}
.wysiwyg ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media screen and (max-width: 460px) {
  .wysiwyg ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.wysiwyg ul li:before {
  content: "";
  position: relative;
  top: -0.02rem;
  left: 2px;
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #001620;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: calc(1.5em - 0.08rem);
}

@media screen and (max-width: 460px) {
  .wysiwyg ul li:before {
    top: 0;
  }
}
.wysiwyg a {
  text-decoration: underline;
}

.no-touchevents .wysiwyg a:hover {
  text-decoration: none;
}

.wysiwyg blockquote {
  position: relative;
  z-index: 1;
  background-color: #eee;
  margin: 0 0 0.3rem;
  padding: 0.33rem 0.44rem 0.37rem;
}

@media screen and (max-width: 460px) {
  .wysiwyg blockquote {
    margin-bottom: 0.2rem;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0.29rem 0.14rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.wysiwyg blockquote h3 {
  font-size: 0.19rem;
  letter-spacing: 0.04em;
  line-height: 1.37;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0.14rem;
}

.wysiwyg blockquote h3:before {
  display: none;
}

.wysiwyg blockquote p {
  font-size: 0.15rem;
  letter-spacing: 0;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 460px) {
  .wysiwyg blockquote p {
    font-size: 0.11rem;
    letter-spacing: 0;
    line-height: 1.81;
  }
}
.wysiwyg hr {
  background-image: linear-gradient(to right, #000000, #000000 1px, transparent 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  border: none;
  margin: 0.7rem 0;
}

@media screen and (max-width: 460px) {
  .wysiwyg hr {
    margin: 0.36rem 0;
  }
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1em;
}

.wysiwyg img.alignleft {
  float: left;
  margin-left: 1em;
}

.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 461px) {
  .ph_b {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 460px) {
  .ph_b {
    margin-bottom: 0.17rem;
  }
}
@media print, screen and (min-width: 461px) {
  .ph_v {
    max-width: 5.5rem;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 460px) {
  .ph_v {
    margin-bottom: 0.17rem;
  }
}
.layout_lr_block {
  position: relative;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 460px) {
  .layout_lr_block {
    margin-bottom: 0.17rem;
  }
}
.layout_lr_block:after {
  content: "";
  display: block;
  clear: both;
}

.layout_lr_block .ph {
  width: 3.75rem;
  height: 2.67rem;
}

@media screen and (max-width: 460px) {
  .layout_lr_block .ph {
    position: absolute;
    top: 0;
    width: 100%;
    height: 56.3vw;
    position: relative;
  }
}
.layout_lr_block .wysiwyg {
  width: 3.76rem;
}

@media screen and (max-width: 460px) {
  .layout_lr_block .wysiwyg {
    width: 100%;
    float: none;
  }

  .layout_lr_block .wysiwyg:before {
    display: none;
  }
}
.layout_lr_block .wysiwyg p {
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 0;
}

.layout_lr_block.left .ph {
  float: left;
  margin-right: 0.3rem;
}

@media screen and (max-width: 460px) {
  .layout_lr_block.left .ph {
    float: none;
    left: 0;
    margin-right: 0;
    margin-bottom: 0.12rem;
  }
}
.layout_lr_block.left .wysiwyg {
  float: right;
}

@media screen and (max-width: 460px) {
  .layout_lr_block.left .wysiwyg:before {
    float: left;
  }
}
.layout_lr_block.right .ph {
  float: right;
  margin-left: 0.3rem;
}

@media screen and (max-width: 460px) {
  .layout_lr_block.right .ph {
    float: none;
    right: 0;
    margin-left: 0;
    margin-bottom: 0.12rem;
  }
}
.layout_lr_block.right .wysiwyg {
  float: left;
}

.layout_lr_block.right .wysiwyg:before {
  float: right;
}

.layout_col_block {
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 460px) {
  .layout_col_block {
    margin-bottom: 0.25rem;
  }
}
.layout_col_block.col1 {
  width: 100%;
}

.layout_col_block.col2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout_col_block.col2:after {
  content: none;
}

.layout_col_block.col2 .col {
  width: 3.75rem;
  height: auto;
}

@media screen and (max-width: 460px) {
  .layout_col_block.col1 .col .ph {
    top: 0;
    width: 100%;
    height: 56.3vw;
    position: relative;
  }

  .layout_col_block.col2 .col {
    width: calc(50% - 0.075rem);
    margin-bottom: 0;
  }
}
.layout_col_block.col2 .col .ph {
  width: 100%;
  height: 2.67rem;
}

@media screen and (max-width: 460px) {
  .layout_col_block.col2 .col .ph {
    height: 29.7vw;
  }
}
.layout_col_block.col3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout_col_block.col3:after {
  content: none;
}

.layout_col_block.col3 .col {
  width: 2.42rem;
  height: auto;
}

@media screen and (max-width: 460px) {
  .layout_col_block.col3 .col {
    width: 100%;
    margin-bottom: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout_col_block.col3 .col .ph {
  width: 100%;
  height: 1.75rem;
}

@media screen and (max-width: 460px) {
  .layout_col_block.col3 .col .ph {
    margin: auto;
    width: 34.37vw;
    height: 25.6vw;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.layout_col_block .col .caption {
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 1.88;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 0.1rem;
  margin-bottom: 0;
}

@media screen and (max-width: 460px) {
  .layout_col_block .col .caption {
    font-size: 0.11rem;
    line-height: 1.72;
  }
}
.layout_col_block .col .wysiwyg {
  margin-top: 0.2rem;
}

.layout_col_block .col .wysiwyg p {
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.layout_col_block.col3 .col .caption {
  font-size: 0.15rem;
  line-height: 1.73;
}

@media screen and (max-width: 460px) {
  .layout_col_block.col3 .col .caption {
    width: calc(100% - 1.1rem);
    font-size: 0.11rem;
    line-height: 1.82;
    letter-spacing: 0.09em;
    margin-top: 0;
    padding-left: 0.16rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=report.css.map */