@charset "UTF-8";
/* Typography
--------------------------------------------- */
/* breakpoint
--------------------------------------------- */
div.entry-content {
  max-width: 1040px !important;
  margin: 0 auto 200px;
}
div.entry-content div.total_count {
  width: 231px;
  padding: 20px 0;
  font-size: 14px;
  color: #3d3935;
  text-align: center;
  margin: 82px auto 46px;
  background-color: #f4f4f4;
}
div.entry-content div.total_count span {
  font-size: 46px;
  font-weight: 700;
  line-height: 47px;
  margin: 0 5px;
  color: #a00006;
}
div.entry-content div.total_count p {
  margin: 5px 0;
}
@media screen and (max-width: 1199.98px) {
  div.entry-content div.total_count {
    width: 194px;
    margin: 44px auto 40px;
  }
  div.entry-content div.total_count span {
    font-size: 30px;
  }
  div.entry-content div.total_count p {
    font-size: 13px;
  }
}
div.entry-content ul.wp-block-list {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #3d3935;
  margin: 0;
  list-style: none;
  padding: 0;
  margin-top: 50px;
}
div.entry-content ul.wp-block-list li {
  padding: 7px 0;
  margin-left: 1em;
  text-indent: -1em;
}
div.entry-content ul.wp-block-list li::before {
  content: "・";
}
div.entry-content ul.wp-block-list li br {
  display: none;
}
@media screen and (max-width: 1199.98px) {
  div.entry-content ul.wp-block-list {
    font-size: 15px;
    margin: 40px 12px 0;
  }
}
div.entry-content .red_box_arrow_right {
  margin: 35px auto;
  padding: 11px 0;
}
div.entry-content .for_doctor {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 77px;
}
div.entry-content .for_doctor > a {
  color: #a00006;
}
@media screen and (max-width: 1199.98px) {
  div.entry-content .for_doctor {
    font-size: 15px;
  }
}
div.entry-content .note {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px 14px 0;
  color: #3d3935;
}
@media screen and (max-width: 1199.98px) {
  div.entry-content .note {
    font-size: 13px;
  }
}
div.entry-content ul.reagion_tab {
  display: flex;
  list-style-type: none;
  cursor: pointer;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-bottom: 7.5px;
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
  border-bottom: solid 14px #848484;
}
@media screen and (max-width: 1199.98px) {
  div.entry-content ul.reagion_tab {
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: unset;
    row-gap: 11px;
    column-gap: 10px;
  }
}
div.entry-content ul.reagion_tab .tab {
  width: 105px;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  background: #A00006 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1199.98px) {
  div.entry-content ul.reagion_tab .tab {
    width: 110px;
    height: 44px;
    line-height: 44px;
  }
}
div.entry-content ul.reagion_tab .tab.active {
  background-color: #848484;
  margin-bottom: -10px;
}
@media screen and (max-width: 1199.98px) {
  div.entry-content ul.reagion_tab .tab.active {
    margin-bottom: 0;
  }
}

.region {
  display: flex;
  font-size: 16px;
  width: 100%;
  line-height: 63px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .region {
    width: unset;
    margin: 11px 0;
    font-size: 13px;
  }
}
.region .reagion-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 110px;
  flex-basis: 110px;
  background-color: #f4f4f4;
  margin-right: 12px;
  flex-shrink: 0;
}
.region .prefecture {
  background-color: #f4f4f4;
  flex-grow: 1;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  justify-content: space-between;
  height: 63px;
  row-gap: 19px;
  /*
      .plus-icon {
          display: inline-block;
          vertical-align: middle;
          color: #A00006;
          line-height: 1;
          width: 30px;
          height: 0.1em;
          background: currentColor;
          border-radius: 0;
          position: absolute;
          top:30px;
          right:30px;
          &::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: inherit;
              border-radius: inherit;
              transform: rotate(90deg);
          }
          &.open{
              &::before {
                  transform: rotate(0);
              }
          }
          @include mq(sp){
              height:3px;
              width:22px;
              right:8px;
          }
      }
  */
}
@media screen and (max-width: 1199.98px) {
  .region .prefecture {
    padding: 13px 30px 13px 20px;
    height: unset;
    flex-wrap: wrap;
    align-content: center;
  }
}
.region .prefecture .prefecture_name {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 1199.98px) {
  .region .prefecture .prefecture_name {
    row-gap: 19px;
  }
}
.region .prefecture .prefecture_name span {
  white-space: nowrap;
}
.region .prefecture .prefecture_name span a {
  color: #A00006;
}
.region .prefecture p {
  margin: 0;
}
.region .prefecture .plus-icon {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #3d3935;
  letter-spacing: 0.39px;
}

.region, .data_block {
  display: none;
}
.region.active, .data_block.active {
  display: block;
}

.scroll_reagion_box {
  position: sticky;
  bottom: 100px;
  left: 100vw;
  cursor: pointer;
}
@media screen and (max-width: 1199.98px) {
  .scroll_reagion_box {
    bottom: 5vh;
    left: 84vw;
  }
}

.data_block {
  margin: 0;
}
.data_block iframe {
  height: 464px;
}
@media screen and (max-width: 1199.98px) {
  .data_block iframe {
    height: 50vw;
  }
}

.tablepress thead th {
  background-color: #f4f4f4;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 1199.98px) {
  .tablepress thead th {
    font-size: 13px;
  }
}
.tablepress > * + tbody > * > * {
  border-top: none !important;
  border-bottom: 1px solid #B1B1B1 !important;
}
@media screen and (max-width: 1199.98px) {
  .tablepress > * + tbody > * > * {
    border: none !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .tablepress tbody {
    line-height: 20px;
  }
  .tablepress tbody tr:first-child td[colspan] {
    border: unset !important;
  }
  .tablepress tbody tr:last-child td {
    border-bottom: 1px solid #B1B1B1 !important;
  }
}
.tablepress tbody td.column-1 {
  padding-left: 20px;
  width: 20%;
  align-content: center;
}
@media screen and (max-width: 1199.98px) {
  .tablepress tbody td.column-1 {
    padding: 8px 0;
    align-content: baseline;
  }
}
.tablepress tbody td.column-2 {
  width: 45%;
  align-content: center;
}
@media screen and (max-width: 1199.98px) {
  .tablepress tbody td.column-2 {
    align-content: baseline;
  }
}
.tablepress tbody td.column-3 {
  width: 35%;
}
.tablepress tbody td[colspan] {
  font-size: 18px;
  font-weight: 500;
  padding-left: 8px;
}
@media screen and (max-width: 1199.98px) {
  .tablepress tbody td[colspan] {
    padding: 8px 0;
    font-size: 13px;
    border-top: 1px solid #B1B1B1 !important;
  }
}
.tablepress tbody td a {
  color: #A00006;
}
@media screen and (max-width: 1199.98px) {
  .tablepress tbody td {
    font-size: 13px;
  }
}

#administration .tablepress tbody td {
  border-bottom: 1px solid #B1B1B1 !important;
}
#administration .tablepress tbody td.column-1 {
  width: unset;
}
#administration .tablepress tbody td a {
  background-color: #a00006;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  padding: 0 2px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
#administration .tablepress tbody td a:hover, #administration .tablepress tbody td a:visited {
  color: #ffffff;
}
#administration .tablepress .column-2 {
  padding-right: 36px;
  text-align: right;
}
#administration .lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #3d3935;
  margin-bottom: 33px;
}
@media screen and (max-width: 1199.98px) {
  #administration .lead {
    font-size: 15px;
    margin: 80px 12px 32px;
  }
}/*# sourceMappingURL=page-administration.css.map */