@charset "UTF-8";
.marginRL {
  margin-right: auto;
  margin-left: auto;
}

#main.shijiritsu section .graph-area {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #main.shijiritsu section .graph-area .graph-bar {
    width: 550px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #main.shijiritsu section .graph-area .graph-pie {
    width: 550px;
    margin: 0 auto;
  }
}
#main.shijiritsu section .graph-left {
  padding-top: 54px;
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  #main.shijiritsu section .graph-left {
    padding-bottom: calc(54px - 1em);
  }
}
#main.shijiritsu section .graph-left .graph-bar {
  height: auto;
}
#main.shijiritsu section .another-anketo .graph-left {
  padding-top: 12px;
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  #main.shijiritsu section .another-anketo .graph-left {
    padding-bottom: 0;
  }
}
#main.shijiritsu section .another-anketo p {
  margin-top: 8px;
}
#main.shijiritsu section .other > div:first-of-type {
  border-top: none;
  padding-top: 0;
}
#main.shijiritsu section .other .toggle-btn {
  text-align: center;
  color: #5f52a0;
  background-color: white;
  padding: 8px;
}
@media print, screen and (max-width: 767px) {
  #main.shijiritsu section .other .toggle-btn span {
    font-size: 142.857142857%;
  }
}
@media print, screen and (max-width: 360px) {
  #main.shijiritsu section .other .toggle-btn span {
    font-size: 114.285714%;
  }
}
#main.shijiritsu section .other .toggle-btn.active {
  color: white;
  background-color: #5f52a0;
}
#main .another-anketo {
  border: 4px solid #5f52a0;
  border-radius: 6px;
  margin-bottom: 54px;
}
#main .another-anketo .toggle-btn {
  cursor: pointer;
  position: relative;
}
#main .another-anketo .toggle-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  font-size: 2.3em;
  line-height: 54px;
  right: 18px;
  color: #5f52a0;
  font-weight: 900;
  transition: 1s;
}
@media print, screen and (min-width: 768px) {
  #main .another-anketo .toggle-btn::after {
    line-height: 46px;
  }
}
#main .another-anketo .toggle-btn.active::after {
  color: white;
  transform: rotate(180deg);
}
#main .another-anketo .toggle-body {
  padding: 12px;
}
#main #trend > div:first-of-type {
  border-top: none;
  padding-top: 0;
}
#main #trend .toggle-btn {
  text-align: center;
  color: #5f52a0;
  background-color: white;
  padding: 8px;
}
@media print, screen and (max-width: 767px) {
  #main #trend .toggle-btn span {
    font-size: 142.857142857%;
  }
}
@media print, screen and (max-width: 360px) {
  #main #trend .toggle-btn span {
    font-size: 114.285714%;
  }
}
#main #trend .toggle-btn.active {
  color: white;
  background-color: #5f52a0;
}
#main #trend.another-anketo {
  border: 4px solid #5f52a0;
  border-radius: 6px;
  margin-bottom: 54px;
}
#main #trend.another-anketo .toggle-btn {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
#main #trend.another-anketo .toggle-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  font-size: 2.3em;
  line-height: 54px;
  right: 18px;
  color: #5f52a0;
  font-weight: 900;
  transition: 1s;
}
@media print, screen and (min-width: 768px) {
  #main #trend.another-anketo .toggle-btn::after {
    line-height: 46px;
  }
}
#main #trend.another-anketo .toggle-btn.active::after {
  color: white;
  transform: rotate(180deg);
}
#main #trend.another-anketo .toggle-body {
  padding: 12px;
}
@media print, screen and (min-width: 768px) {
  #main #trend.another-anketo .toggle-body {
    padding: 12px 12px 0;
  }
}

.pastResearch__selectBox {
  position: relative;
  display: inline-block;
}
.pastResearch__selectBox--wrap {
  width: 150px;
  height: 32px;
  border: 1px solid #5f52a0;
  background-color: #5f52a0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.pastResearch__selectBox::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: "";
  pointer-events: none;
  border-top: 10px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

@media print, screen and (max-width: 766px) {
  #main.shijiritsu .archive h3 {
    padding: 5px 0;
  }
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .archive .addtrend ul {
    height: auto;
  }
}

#main.shijiritsu .p-aggregate__float-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .p-aggregate__float-wrapper {
    position: relative;
  }
}
#main.shijiritsu .p-aggregate__float-wrapper .float-inner-left {
  width: 32.526%;
  display: flex;
  align-items: baseline;
  margin-left: 16px;
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .p-aggregate__float-wrapper .float-inner-left {
    display: block;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
  }
}
#main.shijiritsu .p-aggregate__float-wrapper .float-inner-left .tab-list {
  position: relative;
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .p-aggregate__float-wrapper .float-inner-left .tab-list {
    width: auto;
  }
}
#main.shijiritsu .p-aggregate__float-wrapper .float-inner-left p {
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 64.285714%;
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .p-aggregate__float-wrapper .float-inner-left p {
    margin-left: 0;
    margin-bottom: 32px;
    font-size: 71.428571%;
    width: 100%;
  }
}
#main.shijiritsu .p-aggregate__float-wrapper .p-aggregate__notice {
  width: 12.3%;
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .p-aggregate__float-wrapper .p-aggregate__notice {
    max-width: 600px;
    width: 90%;
    margin: 0;
    position: relative;
  }
}
#main.shijiritsu .p-aggregate__content {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .p-aggregate__content {
    border-top: 1.5px solid #ccc;
    border-bottom: none;
  }
}
#main.shijiritsu .p-aggregate__content .pdf-element {
  font-size: 142.857142857%;
  position: relative;
  display: inline;
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .p-aggregate__content .pdf-element {
    display: inline;
    width: auto;
    max-width: 90%;
    font-size: 128.571429%;
  }
}
#main.shijiritsu .p-aggregate__content .pdf-element:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 1px;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 767px) {
  #main.shijiritsu .p-aggregate__content .pdf-element:after {
    top: 0;
  }
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .p-aggregate__list {
    z-index: 0;
  }
}
#main.shijiritsu .p-aggregate__list .sup {
  margin-bottom: 0px;
  font-size: 85.714286%;
}
#main.shijiritsu .p-aggregate__list p:first-of-type {
  margin-top: 16px;
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .p-aggregate__list p:first-of-type {
    margin-top: 0;
  }
}
#main.shijiritsu .p-aggregate__notice {
  margin: 0 16px 0 0;
  display: flex;
  padding: 0;
}
@media print, screen and (max-width: 766px) {
  #main.shijiritsu .p-aggregate__notice {
    margin: 0 16px;
    display: block;
    border-bottom: none;
  }
}

.dropdown {
  width: 100%;
  font-weight: bold;
  position: relative;
}
@media print, screen and (max-width: 766px) {
  .dropdown {
    position: absolute;
    top: 6px;
  }
}
.dropdown__wrapper {
  width: 100%;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.dropdown__wrapper::-webkit-scrollbar {
  display: none;
}
@media print, screen and (max-width: 766px) {
  .dropdown__wrapper {
    position: relative;
  }
}
.dropdown__list {
  width: 100%;
  position: relative;
  left: 0;
  padding: 0 8px;
  background-color: #efedf5;
  font-size: 142.857142857%;
}
@media print, screen and (max-width: 766px) {
  .dropdown__list {
    padding-left: 16px;
    z-index: 1;
    height: 100%;
  }
}
.dropdown__list.act {
  display: block;
  line-height: 1.6;
}
.dropdown__list.non {
  display: none;
}
.dropdown__list:hover {
  background-color: #5f52a0;
  color: #fff;
}

.p-aggregate__list {
  padding: 12px 0 0 0;
  margin: 0 16px 24px 16px;
  z-index: 0;
}
@media print, screen and (max-width: 766px) {
  .p-aggregate__list {
    padding: 0;
  }
}
.p-aggregate__list ul {
  display: flex;
  justify-content: space-between;
  display: none;
}
@media print, screen and (max-width: 766px) {
  .p-aggregate__list ul {
    flex-wrap: wrap;
  }
}
.p-aggregate__list ul.active {
  display: flex;
}
.p-aggregate__list ul li {
  width: 7.3%;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  position: relative;
}
@media print, screen and (max-width: 766px) {
  .p-aggregate__list ul li {
    width: 21%;
    margin-bottom: 1.5rem;
  }
}
.p-aggregate__list ul li sup {
  letter-spacing: -0.05em;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -8px;
  background-color: #efedf5;
  border-radius: 50%;
  padding: 2px;
  color: #333;
  border: 1px solid #5f52a0;
  line-height: 19px;
  width: 25px;
  height: 25px;
  font-weight: bold;
}
@media print, screen and (max-width: 766px) {
  .p-aggregate__list ul li sup {
    font-size: 57.142857%;
    line-height: 14px;
    top: -10px;
    width: 20px;
    height: 20px;
  }
}
.p-aggregate__list ul li a {
  color: #aaa;
  white-space: nowrap;
  display: block;
  font-size: 92.857142%;
}
@media print, screen and (max-width: 766px) {
  .p-aggregate__list ul li a {
    display: block;
  }
}
.p-aggregate__list ul li a:hover {
  text-decoration: none;
}
.p-aggregate__list ul li.active {
  border: 1px solid #5f52a0;
  background-color: #fff;
}
.p-aggregate__list ul li.active a {
  color: #333;
}
.p-aggregate__list ul li.active a:hover {
  text-decoration: none;
  background-color: #5f52a0;
  color: #fff;
}

.trend-plus {
  margin: 0 16px 24px 16px;
}
@media print, screen and (max-width: 766px) {
  .trend-plus {
    margin: 8px;
  }
}
.trend-plus__container {
  margin-top: 22px;
  margin-bottom: 16px;
}
.trend-plus__container h4 {
  display: flex;
  align-items: baseline;
  font-size: 100% !important;
}
@media print, screen and (max-width: 766px) {
  .trend-plus__container h4 {
    display: block;
  }
}
.trend-plus__container:first-child {
  margin-top: 0px;
}
@media print, screen and (max-width: 766px) {
  .trend-plus__container:first-child {
    width: 100%;
  }
}
.trend-plus__container p {
  width: 14.66%;
  font-size: 64.285714%;
  margin-bottom: 0;
  margin-left: 24px;
  font-weight: normal;
}
@media print, screen and (max-width: 766px) {
  .trend-plus__container p {
    margin-left: 0;
    width: 100%;
  }
}
.trend-plus h4 {
  padding: 20px 0 0 0;
  border-top: 1.5px dashed #ccc;
}
@media print, screen and (max-width: 766px) {
  .trend-plus h4 {
    border-top: 1px dashed #ccc;
  }
}
.trend-plus__title {
  display: inline;
}
.trend-plus__wrap {
  padding: 12px 0 0 0;
  display: flex;
  justify-content: flex-start;
}
@media print, screen and (max-width: 766px) {
  .trend-plus__wrap {
    flex-wrap: wrap;
    margin: 0 8px;
  }
}
.trend-plus__wrap li {
  text-align: center;
  margin-right: 1%;
  width: 7.3%;
  border: 1px solid #5f52a0;
  background-color: #fff;
}
@media print, screen and (max-width: 766px) {
  .trend-plus__wrap li {
    width: 22%;
    margin-right: 3%;
  }
}
.trend-plus__wrap li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 766px) {
  .trend-plus__wrap li a {
    padding: 0;
  }
}
.trend-plus__wrap li a:hover {
  text-decoration: none;
  background-color: #5f52a0;
  color: #fff;
}
.trend-plus__wrap li:last-child {
  margin-right: 0;
}

#aggregate_select.open li:first-child:after {
  content: "";
  display: block;
  width: 15px;
  height: 7.5px;
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #aaa transparent transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3.25px;
  right: 4px;
  transform: rotate(180deg);
}
@media print, screen and (max-width: 766px) {
  #aggregate_select.open li:first-child:after {
    right: 16px;
    border-width: 11.5px 11.5px 0 11.5px;
  }
}
#aggregate_select.hide li.act:after {
  content: "";
  display: block;
  width: 15px;
  height: 7.5px;
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #aaa transparent transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3.25px;
  right: 4px;
}
@media print, screen and (max-width: 766px) {
  #aggregate_select.hide li.act:after {
    right: 16px;
    border-width: 10px 10px 0 10px;
  }
}

#main.shijiritsu section .pastResearch__title {
  margin-bottom: 0;
}

#main.shijiritsu section .pastResearch__lead {
  margin: 8px 0 20px;
  line-height: 1;
}

#main .archiveSec {
  margin: 16px 0 0 0;
  padding: 20px;
  background-color: #efedf5;
}
#main .archiveSec__lists {
  padding: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#main .archiveSec__lists li {
  width: calc((100% - 18px * 3) / 4);
  height: 32px;
  border: 1px solid #5f52a0;
  text-align: center;
  margin-right: 18px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #main .archiveSec__lists li {
    width: calc((100% - 16px * 11) / 12);
    margin-right: 16px;
  }
  #main .archiveSec__lists li:last-child {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 766px) {
  #main .archiveSec__lists li:nth-child(4n) {
    margin-right: 0;
  }
  #main .archiveSec__lists li:nth-child(n+5) {
    margin-top: 20px;
  }
}
#main .archiveSec__lists li a {
  display: block;
  height: 100%;
  color: #333;
}
#main .archiveSec__lists li a:link, #main .archiveSec__lists li a:visited {
  color: #333;
}
#main .archiveSec__lists li a:hover {
  color: #fff;
  background-color: #5f52a0;
  text-decoration: none;
}
#main .archiveSec__lists li.passive, #main .archiveSec__lists li.passive.active {
  background-color: #f0f0f0;
}
#main .archiveSec__lists li.passive a, #main .archiveSec__lists li.passive.active a {
  color: #333;
  pointer-events: none;
}
#main .archiveSec__lists li.active {
  background-color: #5F52A0;
  border: 1px solid #5F52A0;
}
#main .archiveSec__lists li.active a {
  color: #fff;
}
#main .archiveSec__lists.nDisp {
  display: none;
}
#main .archiveSec .summaryTable {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
#main .archiveSec .summaryTable__attention {
  display: inline-block;
  margin-left: 28px;
  font-size: 12px;
  font-weight: 400;
}
#main .archiveSec .summaryTable div.summaryTable__remarks > div {
  padding-top: 8px;
}
#main .archiveSec .summaryTable div.summaryTable__remarks p {
  margin-bottom: 0;
  font-size: 12px;
}
#main .archiveSec .summaryTable div.summaryTable__remarks .nDisp {
  display: none;
}
#main .archiveSec .archivePages ul li a,
#main .archiveSec .summaryTable ul li a {
  position: relative;
}
#main .archiveSec .archivePages ul li a sup,
#main .archiveSec .summaryTable ul li a sup {
  letter-spacing: -0.05em;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -8px;
  background-color: #efedf5;
  border-radius: 50%;
  padding: 2px;
  color: #333;
  border: 1px solid #5f52a0;
  line-height: 19px;
  width: 25px;
  height: 25px;
  font-weight: bold;
}
#main .archiveSec .archivePages h3,
#main .archiveSec .summaryTable h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #5f52a0;
  line-height: 1;
}
#main .archiveSec .archivePages h3 .icon__pdf,
#main .archiveSec .summaryTable h3 .icon__pdf {
  position: relative;
}
#main .archiveSec .archivePages h3 .icon__pdf::after,
#main .archiveSec .summaryTable h3 .icon__pdf::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  background-image: url(/senkyo-data/shijiritsu/img/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#main .archiveSec .archivePages h4,
#main .archiveSec .summaryTable h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#main .archiveSec .archivePages__trend > div,
#main .archiveSec .summaryTable__trend > div {
  margin-top: 20px;
}
#main .archiveSec .archivePages__trend .nDisp,
#main .archiveSec .summaryTable__trend .nDisp {
  display: none;
}
/*# sourceMappingURL=add.css.map */
