﻿@charset "utf-8";
/* CSS Document */
.report {
  
}
.reportSec + .reportSec {
  margin-top: 10vw;
}
.reportSubSec + .reportSubSec {
  margin-top: 7vw;
}
.reportHeading {
  color: #eb5e8a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.5vw;
  padding-bottom: .75vw;
  box-sizing: border-box;
  border-bottom: 1px solid #eb5e8a;
}
.reportSubHeading {
  /* color: #eb5e8a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.5vw;
  padding-bottom: .75vw;
  box-sizing: border-box;
  border-bottom: 1px solid #eb5e8a; */
}
.reportTxt {
  font-size: .9rem;
  line-height: 1.8;
}
.reportTxt.reportTxt--intro {
  margin-bottom: 7vw;
}
.reportLinkBtn  {
}
.reportLinkBtnAnc {
  margin: 5vw auto 7vw;
  color: #fff;
  padding: 5vw 5vw 4vw;
  box-sizing: border-box;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 10vw;
  text-align: center;
  line-height: 1;
  border: 1px solid #eb5e8a;
  background: #EB5E8A url(../img/common/icon-btn-pink_off.svg) no-repeat;
  background-size: 5vw;
  background-position: right 4vw center;
  transition: all .3s ease;
  width: 89.3333vw;
}
.reportFrequencyCase {

}
@media print, screen and (min-width: 769px) {
  .reportSec + .reportSec {
    margin-top: 5vw;
  }
  .reportSubSec + .reportSubSec {
    margin-top: 3vw;
  }
  .reportHeading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: .5vw;
    margin-bottom: 1vw;
  }
  .reportSubHeading {
    /* font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: .5vw;
    margin-bottom: 1vw; */
  }
  .reportLinkBtn {
  }
  .reportLinkBtnAnc {
    margin: 4vw auto 8vw;
    padding: 1.6vw 2vw;
    font-size: 1.2rem;
    width: 36.171875vw;
    background: #EB5E8A url('../img/common/icon-btn-pink_off.svg') no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
    transition: all .3s ease;
  }
  .reportLinkBtnAnc:hover {
    opacity: 1;
    color: #eb5e8a;
    background: #fff url('../img/common/icon-btn-pink_on.svg') no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
  }
}
@media print, screen and (min-width: 1281px) {
  .reportSec + .reportSec {
    margin-top: 64px;
  }
  .reportSubSec + .reportSubSec {
    margin-top: 38.4px;
  }
  .reportHeading {
    font-size: 1rem;
    padding-bottom: 6.4px;
    margin-bottom: 12.8px;
  }
  .reportSubHeading {
    /* font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: 6.4px;
    margin-bottom: 12.8px; */
  }
  .reportLinkBtn {
  }
  .reportLinkBtnAnc {
    margin: 51.2px auto 102.4px;
    padding: 20.48px 25.6px;
    font-size: 1.2rem;
    width: 463px;
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
  .reportLinkBtnAnc:hover {
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
}

/* パーティー報告(index) */
.reportTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reportTopLinks__item {
  margin-bottom: -20vw;
}
.reportTopLinks__item + .reportTopLinks__item {
}
.reportTopLinkAnc {
  
}
.reportTopLinksItemThumbnail {
  
}
.reportTopLinksItemThumbnail img {
  border-radius: 3vw;
}
.reportTopLinksItemBlock {
  background: rgba(245,245,245,0.9);
  width: 80vw;
  margin: 0 auto;
  padding: 5vw 9vw 5vw 5vw;
  border-radius: 3vw;
  box-sizing: border-box;
  transform: translate(0, -40vw);
  color: #505050;
  position: relative;
}
.reportTopLinksItemBlock::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 4vw;
  margin: auto;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid #505050;
  border-right: 2px solid #505050;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
}
.reportTopLinksItemTitle {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #eb5e8a;
  font-weight: 700;
  margin-bottom: 2vw;
}
.reportTopLinksItemTxt {
  font-size: .9rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .reportTopLinks {
  }
  .reportTopLinks__item {
    background: #f5f5f5;
    padding: 2.8vw 3vw;
    border-radius: .4vw;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .reportTopLinks__item + .reportTopLinks__item {
    margin-top: 3vw;
  }
  .reportTopLinkAnc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .reportTopLinksItemThumbnail {
    width: 20vw;
  }
  .reportTopLinksItemThumbnail img {
    /* border-radius: .8vw; */
    border-radius: 50%;
  }
  .reportTopLinksItemBlock {
    background: none;
    padding: 0 4vw 0 3vw;
    border-radius: none;
    transform: translate(0, 0);
  }
  .reportTopLinksItemBlock::before {
    right: 0vw;
    width: 1.1vw;
    height: 1.1vw;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
  }
  .reportTopLinksItemTitle {
    font-size: 1.5rem;
    margin-bottom: .8vw;
  }
  .reportTopLinksItemTxt {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 1281px) {
  .reportTopLinks {
  }
  .reportTopLinks__item {
    background: #f5f5f5;
    padding: 35.84px 38.4px;
    border-radius: 5.12px;
    margin-bottom: 0;
  }
  .reportTopLinks__item + .reportTopLinks__item {
    margin-top: 38.4px;
  }
  .reportTopLinksItemThumbnail {
    width: 20%;
  }
  .reportTopLinksItemThumbnail img {
    /* border-radius: 10.24px; */
    border-radius: 50%;
  }
  .reportTopLinksItemBlock {
    padding: 0 51.2px 0 38.4px;
    transform: translate(0, 0);
    width: 80%;
  }
  .reportTopLinksItemBlock::before {
    right: 0vw;
    width: 14.08px;
    height: 14.08px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
  }
  .reportTopLinksItemTitle {
    font-size: 1.5rem;
    margin-bottom: 10.24px;
  }
  .reportTopLinksItemTxt {
    font-size: 1rem;
  }
}

/* パーティー結果報告(party) 会場から探す */
.reportPartyHallLinksBox {
  background-color: #f5f5f5;
  padding: 10vw 0;
}
.reportPartyHallLinksBox.reportPartyHallLinksBox--bgWhite {
  background-color: #fff;
}
.reportPartyHallLinksTitle {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5vw;
}
.reportPartyHallLinksBox dl {

}
.reportPartyHallLinksBox dl + dl {
  margin-top: 2.5vw;
}
.reportPartyHallLinksBox dl dt {
  color: #505050;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.5vw;
  padding-bottom: 2vw;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.reportPartyHallLinksBox dl dt::before {
  position: absolute;
  top: -3vw;
  bottom: 0;
  right: 2vw;
  margin: auto;
  content: "";
  width: 2vw;
  height: 2vw;
  border-bottom: 1px solid #505050;
  border-right: 1px solid #505050;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reportPartyHallLinksBox dl dt.is-open::before {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.reportPartyHallLinksBox dl dd {
  display: none;
}
.reportPartyHallLinksBox dl dt.is-open + dd {
  /* display: block; */
}
.reportPartyHallLinksBox dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reportPartyHallLinksBox dl dd ul li {
  width: calc((100% - 6vw) / 3);
  font-size: .7rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 3vw 2vw;
  border-radius: 1.2vw;
  box-sizing: border-box;
  margin: 0 3vw 3vw 0;
}
.reportPartyHallLinksBox dl dd ul li:nth-of-type(3n) {
  margin-right: 0;
}
.reportPartyHallLinksBox dl dd ul li a {
  color: #505050;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .reportPartyHallLinksBox {
    background-color: #f5f5f5;
    padding: 5vw 0;
  }
  .reportPartyHallLinksTitle {
    font-size: 1.2rem;
    margin-bottom: 2vw;
    /* border-bottom: .2vw solid #ddd; */
    /* padding-bottom: 1vw; */
    text-align: center;
  }
  .reportPartyHallLinksBox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .reportPartyHallLinksBox dl + dl {
    margin-top: 1vw;
  }
  .reportPartyHallLinksBox dl dt {
    color: #fff;
    background-color: #717171;
    font-size: 1rem;
    margin-bottom: 0;
    width: 10vw;
    height: 3vw;
    /* padding-bottom: 0vw; */
    padding: .5vw 1vw;
    border-radius: .4vw;
    box-sizing: border-box;
    border: 1px solid #505050;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .reportPartyHallLinksBox dl dt::before {
    display: none;
  }
  .reportPartyHallLinksBox dl dd {
    display: block !important;
    width: calc(100% - 12vw);
    box-sizing: border-box;
    padding: .8vw 0 0 2vw;
  }
  .reportPartyHallLinksBox dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reportPartyHallLinksBox dl dd ul li {
    width: auto;
    font-size: .9rem;
    line-height: 1.4;
    border: none;
    background-color: transparent;
    padding: 0 0 1vw;
    border-radius: none;
    box-sizing: border-box;
    margin: 0 2vw 0 0;
    position: relative;
  }
  .reportPartyHallLinksBox dl dd ul li:nth-of-type(3n) {
    margin-right: 2vw;
  }
  .reportPartyHallLinksBox dl dd ul li::after {
    position: absolute;
    content: '|';
    right: -1.2vw;
    font-size: 1.2rem;
  }
  .reportPartyHallLinksBox dl dd ul li:last-of-type:after {
    display: none;
  }
  .reportPartyHallLinksBox dl dd ul li a {
    color: #505050;
  }
  .reportPartyHallLinksBox dl dd ul li a:hover {
    opacity: 1;
    color: #eb5e8a;
  }
}
@media print, screen and (min-width: 1281px) {
  .reportPartyHallLinksBox {
    background-color: #f5f5f5;
    padding: 64px 0;
  }
  .reportPartyHallLinksTitle {
    font-size: 1.2rem;
    margin-bottom: 25.6px;
    /* border-bottom: 2.56px solid #ddd; */
    /* padding-bottom: 12.8px; */
  }
  .reportPartyHallLinksBox dl + dl {
    margin-top: 12.8px;
  }
  .reportPartyHallLinksBox dl dt {
    font-size: 1rem;
    margin-bottom: 0;
    width: 128px;
    height: 38.4px;
    /* padding-bottom: 0vw; */
    padding: 6.4px 12.8px;
    border-radius: 5.12px;
    border: 1px solid #505050;
  }
  .reportPartyHallLinksBox dl dd {
    width: calc(100% - 153.6px);
    padding: 10.24px 0 0 25.6px;
  }
  .reportPartyHallLinksBox dl dd ul li {
    width: auto;
    font-size: .9rem;
    padding: 0 0 12.8px;
    margin: 0 25.6px 0 0;
  }
  .reportPartyHallLinksBox dl dd ul li:nth-of-type(3n) {
    margin-right: 25.6px;
  }
  .reportPartyHallLinksBox dl dd ul li::after {
    right: -15.36px;
    font-size: 1.2rem;
  }
}

/* パーティー結果報告(party) */
.reportPartySec {
  margin: 20vw auto 0;
}
.reportPartyHeading {
  /* background-color: #eb5e8a; */
  background-color: #717171;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 4vw;
  text-align: center;
  margin: 0 auto 10vw;
}
.reportPartySubSec {

}
.reportPartySubSec + .reportPartySubSec {
  margin-top: 10vw;
}
.reportPartySubSecHead {
  margin: 0 auto 5vw;
}
.reportPartySubSecHeadInnerBlock {
}
.reportPartySubHeading {
  color: #505050;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.5vw;
  padding-bottom: 0.75vw;
  box-sizing: border-box;
  border-bottom: 1px solid #505050;
}
.reportPartySubSecImage {
}
.reportPartyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reportPartyList__item {
  margin-bottom: 5vw;
  padding-bottom: 5vw;
  border-bottom: 1px solid #ddd;
}
.reportPartyList__item + .reportPartyList__item {
  /* margin-top: 5vw;
  padding-top: 5vw;
  border-top: 1px solid #ddd; */
}
.reportPartyListItemLinkAnc {
  color: #000;
}
.reportPartyListItemCatch {
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #505050;
  margin-bottom: 2vw;
}
.reportPartyListItemTitle {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #eb5e8a;
  margin-bottom: 1vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.reportPartyListItemOpTxt {
  font-size: .8rem;
  line-height: 1.8;
}
.reportPartyListItemBtn {
  width: 60vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #ddd;
  background-color: #ddd;
  color: #505050;
  border-radius: 1.2vw;
  box-sizing: border-box;
  padding: 2vw;
  font-size: .8rem;
  font-weight: 700;
  position: relative;
  margin: 3vw auto 0 auto;
}
.reportPartyListItemBtn::after {
  position: absolute;
  content: "";
  top: -0.25vw;
  bottom: 0;
  right: 2vw;
  margin: auto;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 2px solid #505050;
  border-right: 2px solid #505050;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reportPartyBtnLinkAnc {
  margin: 3vw auto 7vw;
  color: #fff;
  padding: 5vw 5vw 4vw;
  box-sizing: border-box;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 10vw;
  text-align: center;
  line-height: 1;
  border: 1px solid #eb5e8a;
  background: #EB5E8A url(../img/common/icon-btn-pink_off.svg) no-repeat;
  background-size: 5vw;
  background-position: right 4vw center;
  transition: all .3s ease;
  width: 89.3333vw;
}
@media print, screen and (min-width: 769px) {
  .reportPartySec {
    margin: 8vw auto;
  }
  .reportPartyHeading {
    font-size: 1.5rem;
    padding: 2vw;
    margin: 0 auto 3vw;
  }
  .reportPartySubSec {
  
  }
  .reportPartySubSecHead {
    margin: 0 auto 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
      -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .reportPartySubSecHeadInnerBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    /* max-width: calc(100% - 420px); */
    width: 60vw;
    background-color: #f5f5f5;
    padding: 3vw;
  }
  .reportPartySubHeading {
    color: #505050;
    line-height: 1.8;
    margin-bottom: 0;
    background-color: #fff;
    width: 100%;
    border: none;
    border-bottom: 0.4vw solid #ddd;
    display: inline-block;
    padding: 1.2vw 2vw 1vw;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 700;
  }
  .reportPartySubSecImage {
    width: calc(100% - 60vw);
  }
  .reportPartyList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .reportPartyList__item {
    padding: 2vw;
    border-radius: .4vw;
    border: 2px solid #ddd;
    width: calc((100% - 4vw) / 3);
    margin-bottom: 0;
    margin-right: 2vw;
  }
  .reportPartyList__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .reportPartyList__item + .reportPartyList__item {
    /* margin-top: 5vw;
    padding-top: 5vw;
    border-top: 1px solid #ddd; */
  }
  .reportPartyListItemLinkAnc {
    color: #000;
  }
  .reportPartyListItemCatch {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.4;
    color: #505050;
    margin-bottom: .5vw;
  }
  .reportPartyListItemTitle {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #eb5e8a;
    margin-bottom: .5vw;
  }
  .reportPartyListItemOpTxt {
    font-size: 1rem;
    line-height: 1.8;
  }
  .reportPartyListItemBtn {
    width: 80%;
    border-radius: .4vw;
    padding: .5vw 1vw;
    font-size: .8rem;
    font-weight: 700;
    position: relative;
    margin: 2vw auto 0 auto;
  }
  .reportPartyListItemBtn::after {
    top: 0;
    right: 1vw;
    width: .5vw;
    height: .5vw;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
  }
  .reportPartyBtnLinkAnc {
    margin: 4vw auto 8vw;
    padding: 1.6vw 2vw;
    font-size: 1.2rem;
    width: 36.171875vw;
    background: #EB5E8A url(../img/common/icon-btn-pink_off.svg) no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
    transition: all .3s ease;
  }
  .reportPartyBtnLinkAnc:hover {
    opacity: 1;
    color: #eb5e8a;
    background: #fff url('../img/common/icon-btn-pink_on.svg') no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
  }
}
@media print, screen and (min-width: 1281px) {
  .reportPartySec {
    margin: 102.4px auto;
  }
  .reportPartySubSec + .reportPartySubSec {
    margin-top: 128px;
  }
  .reportPartyHeading {
    font-size: 1.5rem;
    padding: 25.6px;
    margin: 0 auto 38.4px;
  }
  .reportPartySubSec {
  
  }
  .reportPartySubSecHead {
    margin: 0 auto 38.4px;
    width: 100%;
  }
  .reportPartySubSecHeadInnerBlock {
    /* max-width: calc(100% - 420px); */
    width: 768px;
    padding: 38.4px;
  }
  .reportPartySubHeading {
    margin-bottom: 0;
    width: 100%;
    border-bottom: 5.12px solid #ddd;
    padding: 15.36px 25.6px 12.8px;
    font-size: 1.3rem;
  }
  .reportPartySubSecImage {
    width: calc(100% - 768px);
  }
  .reportPartyList__item {
    padding: 25.6px;
    border-radius: 5.12px;
    border: 2px solid #ddd;
    width: calc((100% - 51.2px) / 3);
    margin-bottom: 0;
    margin-right: 25.6px;
  }
  .reportPartyList__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .reportPartyList__item + .reportPartyList__item {
    /* margin-top: 64px;
    padding-top: 64px;
    border-top: 1px solid #ddd; */
  }
  .reportPartyListItemCatch {
    font-size: .8rem;
    margin-bottom: 6.4px;
  }
  .reportPartyListItemTitle {
    font-size: 1.2rem;
    margin-bottom: 6.4px;
  }
  .reportPartyListItemOpTxt {
    font-size: 1rem;
  }
  .reportPartyListItemBtn {
    width: 80%;
    border-radius: 5.12px;
    padding: 6.4px 12.8px;
    font-size: .8rem;
    margin: 25.6px auto 0 auto;
  }
  .reportPartyListItemBtn::after {
    top: 0;
    right: 12.8px;
    width: 6.4px;
    height: 6.4px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
  }
  .reportPartyBtnLinkAnc {
    margin: 51.2px auto 102.4px;
    padding: 20.48px 25.6px;
    font-size: 1.2rem;
    width: 463px;
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
  .reportPartyBtnLinkAnc:hover {
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
}

/* 詳細ページ */
.reportPartyDetailSec {
}
.reportPartyDetailHead {
  margin: 0 auto 20vw;
  background-color: #f5f5f5;
}
.reportPartyDetailSubSecImage {

}
.reportPartyDetailHeadBlock {
  color: #505050;
  padding: 5vw 3vw;
}
.reportPartyDetailHeadTitle {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3vw;
}
.reportPartyDetailHeadTitle span {
  background-color: #fff;
  border-bottom: 1.6vw solid #ddd;
  display: inline-block;
  padding: 2vw 3vw 1vw;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
}
.reportPartyDetailHeadTxt {
  font-size: .7rem;
  line-height: 1.8;
  font-weight: 700;
}
.reportPartyDetailHeadBtn {

}
.reportPartyDetailHeadBtnAnc {
  background-color: #eb5e8a;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 40vw;
  box-sizing: border-box;
  padding: 2vw 4vw 2vw 8vw;
  border-radius: 1.2vw;
  position: relative;
  margin: 3vw auto 0 auto;
}
.reportPartyDetailHeadBtnAnc::before {
  position: absolute;
  content: '';
  background-image: url('../img/report/show/icon_schedule_white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5vw;
  height: 5vw;
  left: 3vw;
  top: -0.5vw;
  bottom: 0;
  margin: auto;
}

.reportPartyDetailSubSec {
  margin: 0 auto 20vw;
}
.reportPartyDetailHeading {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 4vw;
  padding-bottom: 1.5vw;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.reportPartyDetailList {
}
.reportPartyDetailList__item {
}
.reportPartyDetailList__item + .reportPartyDetailList__item {
  margin-top: 16vw;
}
.reportPartyDetailListItemHead {
  margin: 0 auto 5vw;
}
.reportPartyDetailListItemHeadBlock {

}
.reportPartyDetailListItemHeadTitleSub {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #505050;
  margin-bottom: 1vw;
}
.reportPartyDetailListItemHeadTitle {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #eb5e8a;
  margin-bottom: 3vw;
}
.reportPartyDetailListItemHeadBanner {
}
.reportPartyDetailListItemContent {
  font-size: .9rem;
  line-height: 1.8;
}
.reportPartyDetailListItemContentCatch {
  font-weight: 700;
  margin-bottom: 3vw;
}
.reportPartyDetailListItemContentTxt {
  line-height: 2;
}
.reportPartyDetailListItemContentLinkAnc {
  text-align: right;
  margin: 3vw auto 0;
  color: #eb5e8a;
  font-weight: 700;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .reportPartyDetailSec {
  }
  .reportPartyDetailHead {
    margin: 0 auto 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .reportPartyDetailSubSecImage {
    padding: 2vw 0 2vw 3vw;
    box-sizing: border-box;
  }
  .reportPartyDetailSubSecImage img {
    border-radius: .4vw;
  }
  .reportPartyDetailHeadBlock {
    /* max-width: calc(100% - 420px); */
    width: 60vw;
    /* background-color: #f5f5f5; */
    padding: 2vw 3vw;
    position: relative;
  }
  .reportPartyDetailHeadTitle {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.2vw;
  }
  .reportPartyDetailHeadTitle span {
    color: #505050;
    line-height: 1.8;
    margin-bottom: 0;
    background-color: #fff;
    width: 100%;
    border: none;
    border-bottom: 0.4vw solid #ddd;
    display: inline-block;
    padding: 1.2vw 2vw 1vw;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 700;
  }
  .reportPartyDetailHeadTxt {
    font-size: .9rem;
    line-height: 1.8;
    font-weight: 700;
  }
  .reportPartyDetailHeadBtn {
    /* position: absolute;
    right: 3vw;
    bottom: 2vw; */
  }
  .reportPartyDetailHeadBtnAnc {
    border: 1px solid #eb5e8a;
    font-size: 1rem;
    width: 14vw;
    padding: .8vw 2vw .8vw 3vw;
    border-radius: .4vw;
    position: relative;
    margin: 3vw 0 0 auto;
  }
  .reportPartyDetailHeadBtnAnc:hover {
    opacity: 1;
    background-color: #fff;
    color: #eb5e8a;
  }
  .reportPartyDetailHeadBtnAnc::before {
    background-image: url('../img/report/show/icon_schedule_white.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 1.6vw;
    height: 1.6vw;
    left: 1vw;
    top: 0vw;
    bottom: 0;
    margin: auto;
  }
  .reportPartyDetailHeadBtnAnc:hover::before {
    background-image: url('../img/report/show/icon_schedule_pink.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }

  .reportPartyDetailSubSec {
    margin: 0 auto 5vw;
  }
  .reportPartyDetailHeading {
    font-size: 1.2rem;
    padding-bottom: 0.5vw;
    margin-bottom: 2vw;
  }
  .reportPartyDetailList {
    
  }
  .reportPartyDetailList__item {
  }
  .reportPartyDetailList__item + .reportPartyDetailList__item {
    margin-top: 5vw;
  }
  .reportPartyDetailListItemHead {
    margin: 0 auto 2vw;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 2.5vw 2vw 2.3vw;
    box-sizing: border-box;
  }
  .reportPartyDetailListItemHeadBlock {
    align-self: center;
    padding-right: 3vw;
    width: 50%;
  }
  .reportPartyDetailListItemHeadTitleSub {
    font-size: 1rem;
    margin-bottom: 1vw;
  }
  .reportPartyDetailListItemHeadTitle {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .reportPartyDetailListItemHeadBanner {
    width: 50%;
    box-sizing: border-box;
  }
  .reportPartyDetailListItemContent {
    font-size: .9rem;
    line-height: 1.8;
  }
  .reportPartyDetailListItemContentCatch {
    font-weight: 700;
    margin-bottom: 1vw;
  }
  .reportPartyDetailListItemContentTxt {
    
  }
  .reportPartyDetailListItemContentLinkAnc {
    margin-top: 1vw;
  }
  .reportPartyDetailListItemContentLinkAnc:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 1281px) {
  .reportPartyDetailSec {
  }
  .reportPartyDetailHead {
    margin: 0 auto 64px;
    width: 100%;
  }
  .reportPartyDetailSubSecImage {
    padding: 25.6px 0 25.6px 38.4px;
  }
  .reportPartyDetailSubSecImage img {
    border-radius: 5.12px;
  }
  .reportPartyDetailHeadBlock {
    /* max-width: calc(100% - 420px); */
    width: 768px;
    /* background-color: #f5f5f5; */
    padding: 25.6px 38.4px;
  }
  .reportPartyDetailHeadTitle {
    font-size: 1.2rem;
    margin-bottom: 15.36px;
  }
  .reportPartyDetailHeadTitle span {
    margin-bottom: 0;
    width: 100%;
    border-bottom: 5.12px solid #ddd;
    padding: 15.36px 25.6px 12.8px;
    border-radius: 0;
    font-size: 1.3rem;
  }
  .reportPartyDetailHeadTxt {
    font-size: .9rem;
  }
  .reportPartyDetailHeadBtn {
    /* position: absolute;
    right: 38.4px;
    bottom: 25.6px; */
  }
  .reportPartyDetailHeadBtnAnc {
    border: 1px solid #eb5e8a;
    font-size: 1rem;
    width: 179.2px;
    padding: 10.24px 25.6px 10.24px 38.4px;
    border-radius: 5.12px;
    margin: 38.4px 0 0 auto;
  }
  .reportPartyDetailHeadBtnAnc::before {
    width: 20.48px;
    height: 20.48px;
    left: 12.8px;
    top: 0vw;
    bottom: 0;
    margin: auto;
  }
  .reportPartyDetailHeadBtnAnc:hover::before {
    background-size: 100%;
  }

  .reportPartyDetailSubSec {
    margin: 0 auto 64px;
  }
  .reportPartyDetailHeading {
    padding-bottom: 6.4px;
    margin-bottom: 25.6px;
  }
  .reportPartyDetailList {
    
  }
  .reportPartyDetailList__item {
  }
  .reportPartyDetailList__item + .reportPartyDetailList__item {
    margin-top: 64px;
  }
  .reportPartyDetailListItemHead {
    margin: 0 auto 25.6px;
    padding: 32px 25.6px 29.44px;
  }
  .reportPartyDetailListItemHeadBlock {
    align-self: center;
    padding-right: 38.4px;
    width: 50%;
  }
  .reportPartyDetailListItemHeadTitleSub {
    font-size: 1rem;
    margin-bottom: 12.8px;
  }
  .reportPartyDetailListItemHeadTitle {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .reportPartyDetailListItemHeadBanner {
    width: 50%;
  }
  .reportPartyDetailListItemContent {
    font-size: .9rem;
  }
  .reportPartyDetailListItemContentCatch {
    font-weight: 700;
    margin-bottom: 12.8px;
  }
  .reportPartyDetailListItemContentTxt {
    
  }
  .reportPartyDetailListItemContentLinkAnc {
    margin-top: 12.8px;
  }
}

/* 参加者しあわせ報告 */
.reportHappinessNarrowDownMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 auto 16vw;
}
.reportHappinessNarrowDownMenu__item {
  width: calc((100% - 6vw) / 3);
  margin-right: 3vw;
}
.reportHappinessNarrowDownMenu__item:nth-of-type(3n) {
  margin-right: 0;
}
.reportHappinessNarrowDownMenuAnc {
  color: #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 1px solid #ddd;
  padding: 5vw 5vw;
  border-radius: 1.2vw;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female,
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male {
  padding: 5vw 5vw 5vw 12vw;
}
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female {
  color: #FD8DAF;
  border: 1px solid #FD8DAF;
}
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male {
  color: #4091E2;
  border: 1px solid #4091E2;
}
.reportHappinessNarrowDownMenuAnc::before {
  position: absolute;
  content: '';
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  border: 1px solid #ddd;
  left: 4vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--all::before {
  display: none;
}
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female::before {
  background-image: url('../img/icn-top-03_on.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #FD8DAF;
}
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male::before {
  background-image: url('../img/icn-top-02_on.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #4091E2;
}
.reportHappinessNarrowDownMenuAnc:hover,
.reportHappinessNarrowDownMenuAnc.active {
  opacity: 1;
  background-color: #ddd;
  border: 1px solid #ddd;
}
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female:hover,
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female.active {
  color: #fff;
  background-color: #FD8DAF;
  border: 1px solid #FD8DAF;
}
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male:hover,
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male.active {
  color: #fff;
  background-color: #4091E2;
  border: 1px solid #4091E2;
}
.reportHappinessNarrowDownMenuAnc.active::before {
  position: absolute;
  content: '';
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  border: 1px solid #ddd;
  left: 4vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female.active::before {
  background-image: url('../img/icn-top-03_on.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #FD8DAF;
}
.reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male.active::before {
  background-image: url('../img/icn-top-02_on.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #4091E2;
}
.reportHappinessList {
  margin: 0 auto 10vw;
}
.reportHappinessList__item {
  border: 1px solid #ddd;
  padding: 8vw 0 6vw;
  border-radius: 1.2vw;
  box-sizing: border-box;
  position: relative;
}
.reportHappinessList__item + .reportHappinessList__item {
  margin-top: 16vw;
}
.reportHappinessListItemIcon {
  position: absolute;
  top: -11vw;
  left: -5vw;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
}
.reportHappinessList__item.male {
  border: 1px solid #4091E2;
}
.reportHappinessList__item.female {
  border: 1px solid #FD8DAF;
}
.reportHappinessListItemTitle {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3vw;
  padding: 0 5vw;
  word-wrap: break-word;
}
.reportHappinessList__item.male .reportHappinessListItemTitle {
  color: #4091E2;
}
.reportHappinessList__item.female .reportHappinessListItemTitle {
  color: #FD8DAF;
}
.reportHappinessListItemHead {
  color: #505050;
  padding: 5vw 5vw;
}
.reportHappinessList__item.male .reportHappinessListItemHead {
  background-color: #E8F2FB;
}
.reportHappinessList__item.female .reportHappinessListItemHead {
  background-color: #FBEAEE;
}
.reportHappinessListItemHeadBlock {
  text-align: center;
}
.reportHappinessListItemHeadProf {
  
}
.reportHappinessListItemHeadProf span {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 9vw;
  position: relative;
  margin-bottom: 3vw;
}
.reportHappinessListItemHeadProf span::before {
  position: absolute;
  content: '';
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  border: 1px solid #ddd;
  left: 0;
  top: -1vw;
  bottom: 0;
  margin: auto;
}
.reportHappinessList__item.male .reportHappinessListItemHeadProf span::before {
  background-image: url('../img/icn-top-02_on.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #4091E2;
}
.reportHappinessList__item.female .reportHappinessListItemHeadProf span::before {
  background-image: url('../img/icn-top-03_on.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #FD8DAF;
}
.reportHappinessListItemHeadArea {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3vw;
}
.reportHappinessListItemHeadArea__hall {
  display: inline-block;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 2vw;
  color: #eb5e8a;
}
.reportHappinessListItemHeadCategory {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.4;
}
.reportHappinessListItemOpTxt {
  padding: 0 5vw;
  margin: 5vw auto 0;
  font-size: .9rem;
  line-height: 1.8;
}
.reportHappinessListItemLinkAnc {
  margin: 2vw auto 0;
  text-align: right;
  color: #eb5e8a;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  padding: 0 5vw;
}
@media print, screen and (min-width: 769px) {
  .reportHappinessNarrowDownMenu {
    margin: 0 auto 8vw;
    width: 80%;
    padding-right: 1vw;
  }
  .reportHappinessNarrowDownMenu__item {
    width: calc((100% - 2vw) / 3);
    margin-right: 1vw;
  }
  .reportHappinessNarrowDownMenu__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .reportHappinessNarrowDownMenuAnc {
    padding: 2vw;
    border-radius: .4vw;
    font-size: 1rem;
    border: .15vw solid #ddd;
    position: relative;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female,
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male {
    padding: 2vw 2vw 2vw 6vw;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female {
    border: .15vw solid #FD8DAF;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male {
    border: .15vw solid #4091E2;
  }
  .reportHappinessNarrowDownMenuAnc::before {
    width: 3vw;
    height: 3vw;
    left: 7vw;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female::before {
    border: .15vw solid #FD8DAF;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male::before {
    border: .15vw solid #4091E2;
  }
  .reportHappinessNarrowDownMenuAnc:hover,
  .reportHappinessNarrowDownMenuAnc.active {
    border: .15vw solid #ddd;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female:hover,
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female.active {
    border: .15vw solid #FD8DAF;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male:hover,
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male.active {
    border: .15vw solid #4091E2;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female.active::before {
    border: .15vw solid #FD8DAF;
    width: 3vw;
    height: 3vw;
    left: 7vw;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male.active::before {
    border: .15vw solid #4091E2;
    width: 3vw;
    height: 3vw;
    left: 7vw;
  }
  .reportHappinessList {
    margin: 0 -1vw 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .reportHappinessList__item {
    border: 1px solid #ddd;
    padding: 3vw 0 1.5vw;
    border-radius: .4vw;
    box-sizing: border-box;
    position: relative;
    width: calc((100% - 6vw) / 3);
    margin: 0 1vw 4vw;
  }
  .reportHappinessList__item + .reportHappinessList__item {
    margin-top: 0;
  }
  .reportHappinessListItemIcon {
    top: -3vw;
    left: -1.5vw;
    width: 5.46875vw;
    height: 5.46875vw;
  }
  .reportHappinessListItemTitle {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1vw;
    padding: 0 2vw;
  }
  .reportHappinessListItemHead {
    padding: 2vw 2vw;
  }
  .reportHappinessListItemHeadProf span {
    font-size: .8rem;
    padding-left: 3.5vw;
    margin-bottom: 1.5vw;
  }
  .reportHappinessListItemHeadProf span::before {
    width: 2.2vw;
    height: 2.2vw;
    border-radius: 50%;
    border: 1px solid #ddd;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .reportHappinessListItemHeadArea {
    font-size: 1.1rem;
    margin-bottom: 1.2vw;
  }
  .reportHappinessListItemHeadArea__hall {
    display: inline-block;
    text-decoration: underline;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 .8vw;
    color: #eb5e8a;
  }
  .reportHappinessListItemHeadArea__hall:hover {
    text-decoration: none;
    opacity: 1;
  }
  .reportHappinessListItemHeadCategory {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .reportHappinessListItemOpTxt {
    padding: 0 2vw;
    margin: 2vw auto 0;
    font-size: .9rem;
  }
  .reportHappinessListItemLinkAnc {
    margin-top: 1vw;
    font-size: .9rem;
    padding: 0 2vw;
  }
  .reportHappinessListItemLinkAnc:hover {
    text-decoration: none;
    opacity: 1;
  }
}
@media print, screen and (min-width: 1281px) {
  .reportHappinessNarrowDownMenu {
    margin: 0 auto 102.4px;
    width: 80%;
    padding-right: 12.8px;
  }
  .reportHappinessNarrowDownMenu__item {
    width: calc((100% - 25.6px) / 3);
    margin-right: 12.8px;
  }
  .reportHappinessNarrowDownMenu__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .reportHappinessNarrowDownMenuAnc {
    padding: 25.6px;
    border-radius: 5.12px;
    font-size: 1rem;
    border: 1.92px solid #ddd;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female,
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male {
    padding: 25.6px 25.6px 25.6px 76.8px;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female {
    border: 1.92px solid #FD8DAF;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male {
    border: 1.92px solid #4091E2;
  }
  .reportHappinessNarrowDownMenuAnc::before {
    width: 38.4px;
    height: 38.4px;
    left: 89.6px;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female::before {
    border: 1.92px solid #FD8DAF;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male::before {
    border: 1.92px solid #4091E2;
  }
  .reportHappinessNarrowDownMenuAnc:hover,
  .reportHappinessNarrowDownMenuAnc.active {
    border: 1.92px solid #ddd;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female:hover,
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female.active {
    border: 1.92px solid #FD8DAF;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male:hover,
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male.active {
    border: 1.92px solid #4091E2;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--female.active::before {
    border: 1.92px solid #FD8DAF;
    width: 38.4px;
    height: 38.4px;
    left: 89.6px;
  }
  .reportHappinessNarrowDownMenuAnc.reportHappinessNarrowDownMenuAnc--male.active::before {
    border: 1.92px solid #4091E2;
    width: 38.4px;
    height: 38.4px;
    left: 89.6px;
  }
  .reportHappinessList {
    margin: 0 -12.8px 64px;
    max-width: 100%;
  }
  .reportHappinessList__item {
    border: 1px solid #ddd;
    padding: 38.4px 0 19.2px;
    border-radius: 5.12px;
    box-sizing: border-box;
    position: relative;
    width: calc((100% - 76.8px) / 3);
    margin: 0 12.8px 51.2px;
  }
  .reportHappinessList__item + .reportHappinessList__item {
    margin-top: 0;
  }
  .reportHappinessListItemIcon {
    top: -38.4px;
    left: -19.2px;
    width: 70px;
    height: 70px;
  }
  .reportHappinessListItemTitle {
    font-size: 1.2rem;
    margin-bottom: 12.8px;
    padding: 0 25.6px;
  }
  .reportHappinessListItemHead {
    padding: 25.6px 25.6px;
  }
  .reportHappinessListItemHeadProf span {
    font-size: .8rem;
    padding-left: 44.8px;
    margin-bottom: 19.2px;
  }
  .reportHappinessListItemHeadProf span::before {
    width: 28.16px;
    height: 28.16px;
    border-radius: 50%;
    border: 1px solid #ddd;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .reportHappinessListItemHeadArea {
    font-size: 1.1rem;
    margin-bottom: 15.36px;
  }
  .reportHappinessListItemHeadArea__hall {
    font-size: .9rem;
    padding: 0 10.24px;
  }
  .reportHappinessListItemHeadCategory {
    font-size: .8rem;
  }
  .reportHappinessListItemOpTxt {
    padding: 0 25.6px;
    margin: 25.6px auto 0;
    font-size: .9rem;
  }
  .reportHappinessListItemLinkAnc {
    margin-top: 12.8px;
    font-size: .9rem;
    padding: 0 25.6px;
  }
}

/* 参加者の声 */
.reportVoiceIntroTxt {
  font-size: .9rem;
  line-height: 1.8;
  margin-bottom: 10vw;
}
.reportVoiceSec {
  margin: 0 auto 16vw;
}
.reportVoiceSecHead {
  background-color: #f5f5f5;
  border-bottom: 4px solid #ddd;
  /* border-top: 4px solid #ddd; */
  margin: 0 auto 7vw;
}
.reportVoiceSecHeadInner {
  width: 89.3333333333vw;
  margin: 0 auto;
  padding: 5vw 0 6vw;
}
.reportVoiceSecHeadBlock {
}
.reportVoiceSecHeadTitle {
  font-size: 1.3rem;
  color: #eb5e8a;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1vw;
}
.reportVoiceSecHeadTitleSub {
  font-size: .9rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 4vw;
}
.reportVoiceSecHeadImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.reportVoiceSecHeadImages__item {
}
.reportVoice {

}
.reportVoice + .reportVoice {
  margin-top: 7vw;
}
.reportVoice__prof {
  font-size: 1rem;
  font-weight: 700;
  padding-left: 10vw;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2vw;
}
.reportVoice.reportVoice--male .reportVoice__prof {
  color: #4091E2;
}
.reportVoice.reportVoice--female .reportVoice__prof {
  color: #FD8DAF;
}
.reportVoice__prof::before {
  position: absolute;
  content: '';
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.reportVoice.reportVoice--male .reportVoice__prof::before {
  background-image: url('../img/icn-top-02_on.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #4091E2;
}
.reportVoice.reportVoice--female .reportVoice__prof::before {
  background-image: url('../img/icn-top-03_on.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #FD8DAF;
}
.reportVoice__voice {
  padding: 3vw;
  border-radius: 1.2vw;
  box-sizing: border-box;
  font-size: .9rem;
  line-height: 1.8;
  color: #505050;
}
.reportVoice.reportVoice--male .reportVoice__voice {
  background-color: #E8F2FB;
}
.reportVoice.reportVoice--female .reportVoice__voice {
  background-color: #FBEAEE;
}
@media print, screen and (min-width: 769px) {
  .reportVoiceIntroTxt {
    font-size: .9rem;
    margin-bottom: 5vw;
  }
  .reportVoiceSec {
    margin: 0 auto 8vw;
  }
  .reportVoiceSecHead {
    background-color: #f5f5f5;
    border-bottom: .4vw solid #ddd;
    /* border-top: 4px solid #ddd; */
    margin: 0 auto 3vw;
  }
  .reportVoiceSecHeadInner {
    width: 81.25vw;
    margin: 0 auto;
    padding: 2vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .reportVoiceSecHeadBlock {
    
  }
  .reportVoiceSecHeadTitle {
    font-size: 2rem;
    margin-bottom: 1vw;
  }
  .reportVoiceSecHeadTitleSub {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .reportVoiceSecHeadImages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 30vw;
  }
  .reportVoiceSecHeadImages__item + .reportVoiceSecHeadImages__item {
    margin-left: 2vw;
  }
  .reportVoiceSecHeadImages__item img {
    border-radius: 50%;
  }
  .reportVoice {
  
  }
  .reportVoice + .reportVoice {
    margin-top: 3vw;
  }
  .reportVoice__prof {
    font-size: 1.2rem;
    padding-left: 4.5vw;
    margin-bottom: 1vw;
  }
  .reportVoice__prof::before {
    width: 3vw;
    height: 3vw;
    top: -0.25vw;
  }
  .reportVoice__voice {
    padding: 1.5vw 2vw;
    border-radius: .4vw;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1281px) {
  .reportVoiceIntroTxt {
    font-size: .9rem;
    margin-bottom: 64px;
  }
  .reportVoiceSec {
    margin: 0 auto 102.4px;
  }
  .reportVoiceSecHead {
    background-color: #f5f5f5;
    border-bottom: 5.12px solid #ddd;
    /* border-top: 4px solid #ddd; */
    margin: 0 auto 38.4px;
  }
  .reportVoiceSecHeadInner {
    width: 1040px;
    margin: 0 auto;
    padding: 25.6px 0;
  }
  .reportVoiceSecHeadBlock {
    
  }
  .reportVoiceSecHeadTitle {
    font-size: 2rem;
    margin-bottom: 12.8px;
  }
  .reportVoiceSecHeadTitleSub {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .reportVoiceSecHeadImages {
    width: 384px;
  }
  .reportVoiceSecHeadImages__item + .reportVoiceSecHeadImages__item {
    margin-left: 25.6px;
  }
  .reportVoiceSecHeadImages__item img {
    border-radius: 50%;
  }
  .reportVoice {
  
  }
  .reportVoice + .reportVoice {
    margin-top: 38.4px;
  }
  .reportVoice__prof {
    font-size: 1.2rem;
    padding-left: 57.6px;
    margin-bottom: 12.8px;
  }
  .reportVoice__prof::before {
    width: 38.4px;
    height: 38.4px;
    top: -3.2px;
  }
  .reportVoice__voice {
    padding: 19.2px 25.6px;
    border-radius: 5.12px;
    font-size: 1rem;
  }
}




/* 参加者しあわせ報告モーダル */
.modalReportHappiness {
  width: 100%;
  background-color: #fff;
  /* margin: 0 auto 10vw; */
}
.modalReportHappiness {
  /* border: 1px solid #ddd; */
  padding: 0 0 6vw;
  /* border-radius: 1.2vw; */
  box-sizing: border-box;
  position: relative;
}
.modalReportHappinessIcon {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 15vw;
  height: 15vw;
}
/* .modalReportHappiness.male {
  border: 1px solid #4091E2;
}
.modalReportHappiness.female {
  border: 1px solid #FD8DAF;
} */
.modalReportHappinessTitle {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3vw;
  padding: 0 5vw;
}
.modalReportHappiness.male .modalReportHappinessTitle {
  color: #4091E2;
}
.modalReportHappiness.female .modalReportHappinessTitle {
  color: #FD8DAF;
}
.modalReportHappinessHead {
  color: #505050;
  padding: 7vw 5vw;
  margin-bottom: 8vw;
}
.modalReportHappiness.male .modalReportHappinessHead {
  background-color: #E8F2FB;
}
.modalReportHappiness.female .modalReportHappinessHead {
  background-color: #FBEAEE;
}
.modalReportHappinessHeadBlock {
  text-align: center;
}
.modalReportHappinessHeadProf {
  
}
.modalReportHappinessHeadProf span {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 9vw;
  position: relative;
  margin-bottom: 3vw;
}
.modalReportHappinessHeadProf span::before {
  position: absolute;
  content: '';
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  border: 1px solid #ddd;
  left: 0;
  top: -1vw;
  bottom: 0;
  margin: auto;
}
.modalReportHappiness.male .modalReportHappinessHeadProf span::before {
  background-image: url('../img/icn-top-02_on.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #4091E2;
}
.modalReportHappiness.female .modalReportHappinessHeadProf span::before {
  background-image: url('../img/icn-top-03_on.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #FD8DAF;
}
.modalReportHappinessHeadArea {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3vw;
}
.modalReportHappinessHeadArea__hall {
  display: inline-block;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 2vw;
  color: #eb5e8a;
}
.modalReportHappinessHeadCategory {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.4;
}
.modalReportHappinessTxt {
  padding: 0 5vw;
  margin: 5vw auto 0;
  font-size: .9rem;
  line-height: 1.8;
}
.modalReportHappinessBtn.mfp-close {
  position: relative;
  display: block;
  margin: 7vw auto 7vw;
  color: #fff;
  padding: 5vw 5vw 4.5vw;
  box-sizing: border-box;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 10vw;
  text-align: center;
  line-height: 1;
  border: 1px solid #eb5e8a;
  background: #EB5E8A url(../img/common/icon-btn-pink_off.svg) no-repeat;
  background-size: 5vw;
  background-position: right 4vw center;
  transition: all .3s ease;
  width: 89.3333vw;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .modalReportHappinessOuter {
    width: 40vw;
    margin: 2vw auto 2vw;
  }
  .modalReportHappiness {
    border: 1px solid #ddd;
    padding: 0 0 1.5vw;
    /* border-radius: .4vw; */
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 0;
    width: 100%;
  }
  .modalReportHappinessIcon {
    top: .5vw;
    left: .5vw;
    width: 5vw;
    height: 5vw;
  }
  .modalReportHappinessTitle {
    font-size: 1.5rem;
    margin-bottom: 1vw;
    padding: 0 2vw;
  }
  .modalReportHappinessHead {
    padding: 2.5vw 2vw;
    margin-bottom: 2vw;
  }
  .modalReportHappinessHeadProf span {
    font-size: .8rem;
    padding-left: 3.5vw;
    margin-bottom: 1.5vw;
  }
  .modalReportHappinessHeadProf span::before {
    width: 2.2vw;
    height: 2.2vw;
    border-radius: 50%;
    border: 1px solid #ddd;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .modalReportHappinessHeadArea {
    font-size: 1.3rem;
    margin-bottom: 1.2vw;
  }
  .modalReportHappinessHeadArea__hall {
    display: inline-block;
    text-decoration: underline;
    font-size: 1.2rem;
    padding: 0 .8vw;
  }
  .modalReportHappinessHeadArea__hall:hover {
    text-decoration: none;
    opacity: 1;
  }
  .modalReportHappinessHeadCategory {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .modalReportHappinessTxt {
    padding: 0 2vw;
    margin: 1vw auto 0;
    font-size: .9rem;
  }
  .modalReportHappinessBtn.mfp-close {
    margin: 3vw auto;
    padding: 2vw 2vw;
    font-size: 1.2rem;
    line-height: 1;
    width: 36.171875vw;
    /* width: 100%; */
    background: #EB5E8A url(../img/common/icon-btn-pink_off.svg) no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
    transition: all .3s ease;
  }
  .modalReportHappinessBtn.mfp-close:hover {
    opacity: 1;
    color: #eb5e8a;
    background: #fff url(../img/common/icon-btn-pink_on.svg) no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
  }
}
@media print, screen and (min-width: 1281px) {
  .modalReportHappinessOuter {
    width: 512px;
    margin: 25.6px auto 25.6px;
  }
  .modalReportHappiness {
    border: 1px solid #ddd;
    padding: 0 0 19.2px;
    /* border-radius: 5.12px; */
    margin: 0 auto 0;
    width: 100%;
  }
  .modalReportHappinessIcon {
    top: 6.4px;
    left: 6.4px;
    width: 64px;
    height: 64px;
  }
  .modalReportHappinessTitle {
    font-size: 1.5rem;
    margin-bottom: 12.8px;
    padding: 0 25.6px;
  }
  .modalReportHappinessHead {
    padding: 32px 25.6px;
    margin-bottom: 25.6px;
  }
  .modalReportHappinessHeadProf span {
    font-size: .8rem;
    padding-left: 44.8px;
    margin-bottom: 19.2px;
  }
  .modalReportHappinessHeadProf span::before {
    width: 28.16px;
    height: 28.16px;
    border-radius: 50%;
    border: 1px solid #ddd;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .modalReportHappinessHeadArea {
    font-size: 1.3rem;
    margin-bottom: 15.36px;
  }
  .modalReportHappinessHeadArea__hall {
    font-size: 1.2rem;
    padding: 0 10.24px;
  }
  .modalReportHappinessHeadCategory {
    font-size: .8rem;
  }
  .modalReportHappinessTxt {
    padding: 0 25.6px;
    margin: 12.8px auto 0;
    font-size: .9rem;
  }
  .modalReportHappinessBtn.mfp-close {
    margin: 38.4px auto;
    padding: 25.6px 25.6px;
    font-size: 1.2rem;
    line-height: 1;
    width: 463px;
    /* width: 100%; */
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
  .modalReportHappinessBtn.mfp-close:hover {
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
}



.is-animated {
  animation: .6s zoom-in;
}
@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}