@charset "UTF-8";
/*
詳細度を高くしておかないとwpのデザインと競合する。
よって最初に.qa-zeroをつけている。
*/
#wpcontent {
  background-color: #fff;
  margin-left: 140px;
}

#wpbody-content {
  padding-bottom: 0px;
  font-size: 14px;
  font-family: "Kosugi", monospace;
}

.qa-zero-content .qa-zero-header {
  display: flex;
  margin-left: 18px;
  margin-right: 18px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.qa-zero-content .qa-zero-header__title {
  color: #006d8f;
  font-feature-settings: "clig" off, "liga" off;
  /* Heading 1 (32) */
  font-family: Helvetica Neue;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 29px 0;
}
.qa-zero-content .qa-zero-date-range {
  width: 100%;
  height: 61px;
  flex-shrink: 0;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.qa-zero-content .qa-zero-date-range__title {
  display: inline-flex;
  padding: 19px 12px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.qa-zero-content .qa-zero-date-range__text-area {
  display: inline-flex;
  padding: 6px 8px;
  align-items: center;
  gap: 0px;
  border-radius: 2px;
  border: 1px solid #949494;
  background: #fff;
  width: 280px;
}
.qa-zero-content .qa-zero-date-range__input-area {
  border: none;
  padding: 0;
  width: 100%;
  padding: 6px;
  color: #1e1e1e;
  /* Label */
  font-family: SF Pro Text;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
}
.qa-zero-content .qa-zero-data-container {
  padding: 20px 40px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.qa-zero-content .qa-zero-data-grid-container {
  padding: 20px;
  width: 100%;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
.qa-zero-content .qa-zero-data {
  display: flex;
  padding: 19px 23px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1 0 0;
  border-radius: 4px;
  background: #fff;
  /* Card Shadow */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16), 0px 2px 1px 0px rgba(0, 0, 0, 0.09), 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
}
.qa-zero-content .qa-zero-data__title {
  display: flex;
  height: 34px;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid #3BAFDA;
  color: #1e1e1e;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
.qa-zero-content .qa-zero-data__title path, .qa-zero-content .qa-zero-data__title rect {
  fill: #3BAFDA;
}
.qa-zero-content .qa-zero-data__rss-date {
  margin-right: 0.8em;
}
.qa-zero-content .qa-zero-data-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.qa-zero-content .qa-zero-data-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 15px;
  gap: 13px;
  /* Card Shadow */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16), 0px 2px 1px 0px rgba(0, 0, 0, 0.09), 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
}
.qa-zero-content .qa-zero-data-box__title {
  display: flex;
  padding: 5px 12px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #949494;
  white-space: nowrap;
  color: #1e1e1e;
  text-align: center;
  /* Subtitle Small */
  font-family: SF Pro Text;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.qa-zero-content .qa-zero-data-box__value {
  text-align: center;
  font-family: SF Pro Text;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  white-space: nowrap;
}
.qa-zero-content .qa-zero-data-box--highlight {
  background: linear-gradient(180deg, #3BAFDA 0%, #3d7b99 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qa-zero-content .qa-zero-graph {
  width: 100%;
}
.qa-zero-content .qa-zero-graph__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
.qa-zero-content .qa-zero-graph--small {
  max-width: 400px;
  height: 200px;
  margin: auto;
}
.qa-zero-content .qa-zero-graph--default {
  max-width: 500px;
  height: 250px;
  margin: auto;
}
.qa-zero-content .qa-zero-graph--large {
  height: 300px;
}
.qa-zero-content .qa-zero-graph-show-button {
  margin-bottom: 10px;
  background-color: #3d7b99;
  color: #fff;
  padding: 6px 10px;
  border-radius: 2px;
  border: 0px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.qa-zero-content .qa-zero-graph-show-button:hover {
  background-color: #326680;
}
.qa-zero-content .qa-zero-radio-button {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.qa-zero-content .qa-zero-radio-button > label {
  cursor: pointer;
}
.qa-zero-content .qa-zero-download__button {
  display: flex;
  padding: 11.5px 12px;
  margin: 0 0 12px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  border-radius: 2px;
  border: 1.5px solid #3d7b99;
  background: linear-gradient(270deg, #3BAFDA 0%, #3d7b99 100%);
  cursor: pointer;
}
.qa-zero-content .qa-zero-hide {
  display: none !important;
}/*# sourceMappingURL=admin-page-common-wp.css.map */