@charset "utf-8";

/* color setting */
.report-leaflet {
  --report-green-main: #00a95f;
  --report-green-sub: #d9e7bb;
  --report-blue-main: #5ca6bf;
  --report-blue-sub: #cfe3e9;
}

/* greens */
.report-leaflet.-green .mainvis-header .report-volbox {
  background-image: url('/wp-content/themes/yui/assets/images/report/common/report_vol_bg_green.png');
  color: var(--report-green-main);
}

.report-leaflet.-green .mainvis-index .mainvis-index-item,
#container .report-leaflet.-green .mainvis-index .mainvis-index-item a {
  color: var(--report-green-main);
  font-size: 1.1em;
}

.report-leaflet.-green .mainvis {
  background: url('/wp-content/themes/yui/assets/images/report/common/report_kv_bg_green.svg');
}

main#content.report-leaflet.-green .content-box {
  background-color: var(--report-green-sub);
}

.report-leaflet.-green .report-q-sec {
  border-color: var(--report-green-sub);
}

.report-leaflet.-green .report-qbox-title {
  background-color: var(--report-green-sub);
}

.report-leaflet.-green .report-q-answer .report-q-subitem-title {
  background-color: var(--report-green-sub);
  border: 2px solid var(--report-green-main);
}

.report-leaflet.-green article.post h2.wp-block-heading {
  color: var(--report-green-main);
}

.report-leaflet.-green .report-q-subitem-title {
  color: var(--report-green-main);
}

.report-leaflet.-green .report-q-subitem-title span {
  background-color: var(--report-green-main);
}

/* blues */
.report-leaflet.-blue .mainvis-header .report-volbox {
  background-image: url('/wp-content/themes/yui/assets/images/report/common/report_vol_bg_blue.png');
  color: var(--report-blue-main);
}

.report-leaflet.-blue .mainvis-index .mainvis-index-item,
#container .report-leaflet.-blue .mainvis-index .mainvis-index-item a {
  color: var(--report-blue-main);
  font-size: 1.1em;
}

.report-leaflet.-blue .mainvis {
  background: url('/wp-content/themes/yui/assets/images/report/common/report_kv_bg_blue.svg');
}

main#content.report-leaflet.-blue .content-box {
  background-color: var(--report-blue-sub);
}

.report-leaflet.-blue .report-q-sec {
  border-color: var(--report-blue-sub);
}

.report-leaflet.-blue .report-qbox-title {
  background-color: var(--report-blue-sub);
}

.report-leaflet.-blue .report-q-answer .report-q-subitem-title {
  background-color: var(--report-blue-sub);
  border: 2px solid var(--report-blue-main);
}

.report-leaflet.-blue article.post h2.wp-block-heading {
  color: var(--report-blue-main);
}

.report-leaflet.-blue .report-q-subitem-title {
  color: var(--report-blue-main);
}

.report-leaflet.-blue .report-q-subitem-title span {
  background-color: var(--report-blue-main);
}

/* sub color variation */
.report-leaflet .report-q-sec .report-qnum.-orange {
  background-color: #f6ad56;
}

.report-leaflet .report-q-sec .report-qnum.-purple {
  background-color: #bfadd3;
}

.report-leaflet .report-q-sec .report-qnum.-green {
  background-color: #c5d533;
}

.report-leaflet .report-q-sec .report-qnum.-blue {
  background-color: #8bcabe;
}

.report-leaflet .report-q-sec .report-qnum.-red {
  background-color: #ed8e8d;
}

.report-leaflet .result-item.-orange h3 {
  color: #f6ad56;
}

.report-leaflet .result-item.-purple h3 {
  color: #bfadd3;
}

.report-leaflet .result-item.-green h3 {
  color: #7fc26e;
}

.report-leaflet .result-item.-blue h3 {
  color: #8bcabe;
}

.report-leaflet .result-item.-red h3 {
  color: #ed8e8d;
}


/* spot colors */
.report-leaflet.-green .no-qnum .report-qbox-title {
  background: url('/wp-content/themes/yui/assets/images/report/common/bg_green.svg') repeat-x;
  background-position: top left;
  background-size: 80%;
}

.report-leaflet .box-green {
  background-color: #d9e7bb;
  padding: 10px;
  margin: 10px auto;
  width: 90%;
  border-radius: 12px;
}


/* common styles */

.report-leaflet article.post {
  padding: 0;
  border: none;
}

.report-leaflet .mainvis-header {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.report-leaflet .mainvis-header #mainvis-portrait {
  width: 25%;
}

.report-leaflet .mainvis-header #mainvis-title {
  padding: 10px 20px;
}

.report-leaflet .mainvis-header .report-volbox {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-size: 1.2em;
  padding: 0 0.5em 1em;
}

.report-leaflet .mainvis-header .report-volbox .report-vol {
  border-bottom: 1px solid #00a95f;
  display: inline-block;
  padding: 4px 2em;
  margin-bottom: 4px;
  font-weight: 600;
}

.report-leaflet .mainvis-header .report-volbox .report-vol span {
  font-size: 1.6em;
  padding: 0 2px;
}

main#content section.mainvis {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.report-leaflet .mainvis-header #mainvis-title h1 {
  color: #ef7d27;
  font-size: 1.8em;
}

.report-leaflet .mainvis .mainvis-index {
  margin: -20px auto 0;
  background-color: #fff;
  width: 90%;
  z-index: 2;
  position: relative;
  padding: 10px 30px;
  border-radius: 20px;
}

.report-leaflet .mainvis .mainvis-index ul.main-vis-index-wrap {
  margin: 0;
}

.single #container #content .entry-content ul li p {
  border-bottom: 2px dotted #f2a21d;
  display: inline;
  padding: 2px 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: .9em;
  letter-spacing: 1px;
}

.report-leaflet .mainvis-index .mainvis-index-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

main#content.report-leaflet .content-box {
  border-radius: 12px;
  padding: 1em;
  margin: 40px 0;
}

.report-leaflet article.post {
  padding: 0;
  border: none;
}

.report-leaflet article.post h2.wp-block-heading {
  border: none;
  padding: 0;
}

.single #content.report-leaflet .entry-content .box-white {
  background: #fff;
  padding: 1em 1.5em;
  border-radius: 8px;
  position: relative;
}

.report-leaflet .report-q-sec {
  border: 4px solid var(--yui-yellow);
  border-radius: 12px;
  padding: 20px;
  margin: 20px auto;
  width: 96%;
}

.report-leaflet .report-qbox-title {
  border-radius: 8px;
  position: relative;
}

.report-leaflet .report-qbox-title .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
  align-items: center;
}

.report-leaflet .report-q-sec .report-qnum {
  border-radius: 50%;
  margin: 0 20px;
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 1;
  width: 4em;
  position: absolute;
  justify-content: center;
}

.report-leaflet .report-q-sec .report-qnum .report-qnum-num {
  font-size: 2em;
  line-height: 1;
  margin-top: -0.2em;
}

.report-leaflet article.post .report-q-sec h3.wp-block-heading {
  margin: 1em 0 1em 5em;
  font-size: 1.4em;
}

.report-leaflet .report-q-suggest,
.report-leaflet .report-q-answer {
  margin-top: 12px;
}

.report-leaflet .report-q-suggest .wp-block-group__inner-container,
.report-leaflet .report-q-answer .wp-block-group__inner-container {
  display: flex;
  align-items: baseline;
}

.report-leaflet .report-q-suggest .report-q-subitem-title {
  background-color: #ffeb99;
}

.report-leaflet .report-q-subitem-title {
  width: 4.4em;
  text-align: center;
  margin: 0 10px;
  font-size: 1.2em;
  letter-spacing: 2px;
  border-radius: .8em;
  padding: 4px 0;
}

#content.report-leaflet .entry-content p.report-q-subitem-body {
  flex: 1;
  padding: 0;
  margin-bottom: 10px;
}

.report-leaflet .report-q-subitem-title span {
  width: 1.6em;
  font-size: .8em;
  aspect-ratio: 1;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}


.report-leaflet article.post .report-q-sec.no-qnum h3.wp-block-heading {
  margin: 1em auto;
}

.col2-wrap .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}

.col2-wrap .wp-block-group__inner-container h2 {
  width: 100%;
}

.col2-wrap .wp-block-group__inner-container .col2-item {
  padding: 4px;
  margin: 10px 0;
}

.col2-wrap .wp-block-group__inner-container .col2-text {
  width: 70%;
}

.col2-wrap .wp-block-group__inner-container .col2-img {
  flex: 1;
}

@media(max-width:840px) {
  .report-leaflet .mainvis-header #mainvis-portrait {
    width: 60%;
  }

  .report-leaflet .mainvis-header .report-volbox {
    font-size: 1em;
  }

  .report-leaflet .mainvis-header #mainvis-title h1 {
    font-size: 1.6em;
    margin-bottom: 10px;
  }

  .report-leaflet .mainvis-header {
    align-items: flex-start;
  }

  .report-leaflet .report-qbox-title .wp-block-group__inner-container {
    flex-direction: column;
    position: relative;
    margin-top: 30px;
  }

  .report-leaflet .report-q-sec .report-qnum {
    position: absolute;
    margin-top: -40px;
  }

  .report-leaflet article.post .report-q-sec h3.wp-block-heading {
    margin: 2em 0 1em;
  }

  .report-leaflet .report-q-suggest .wp-block-group__inner-container,
  .report-leaflet .report-q-answer .wp-block-group__inner-container {
    flex-direction: column;
  }

  .report-leaflet .report-q-subitem-title {
    margin-bottom: 0.5em;
  }

  .col2-wrap .wp-block-group__inner-container .col2-text {
    width: 100%;
  }

  .report-leaflet article.post h2.wp-block-heading img {
    margin-bottom: 20px;
  }

  .report-leaflet article.post .report-q-sec h3.wp-block-heading br {
    display: none;
  }
}

/* local styles */
/* 004 */
.report-leaflet .wp-block-group.report-qnum-item-title {
  margin: 10px 0;
}

.report-leaflet .result-item .wp-block-group.report-qnum-item-title>div {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}

.report-leaflet .result-item .wp-block-group.report-qnum-item-title h3 {
  padding-left: 1em;
  margin: 0;
  flex: 1;
  font-size: 1.3em;
}

.report-leaflet .wp-block-heading img {
  display: block;
  margin: 0 auto;
}

.report-leaflet .result-item .wp-block-group.report-qnum-item-title .report-qnum {
  max-width: 20%;
}

@media(max-width:840px) {
  .report-leaflet .result-item .wp-block-group.report-qnum-item-title h3 {
    font-size: 1.1em;
  }
}