@charset "UTF-8";
table thead th:not(:last-child), table thead td:not(:last-child) {
  /* border-right: solid 1px #fff; */
}
table.fixed {
  table-layout: fixed;
  width: 100%;
}
table th {
  font-size: 1rem;
}
@media screen and (max-width: 999px) {
  table th {
    font-size: 0.938rem;
  }
}
table td {
  font-size: 1rem;
}
@media screen and (max-width: 999px) {
  table td {
    font-size: 0.938rem;
  }
}
table tbody {
  font-weight: 400;
}

/*** table ***/
@media screen and (max-width: 999px) {
  .table_wrapper {
    position: relative;
  }
}
.table_wrapper .bordered_table tbody th, .table_wrapper .bordered_table tbody td {
  border-width: 1px 1px;
}
@media screen and (max-width: 999px) {
  .table_wrapper .bordered_table.responsive_table_nojs > thead > tr > th:not(:last-child) {
    border-bottom-color: #fff;
  }
  .table_wrapper .bordered_table.responsive_table_nojs th, .table_wrapper .bordered_table.responsive_table_nojs td {
    border-right: none !important;
    border-left: none !important;
  }
  .table_wrapper .bordered_table.responsive_table_nojs > thead:last-child > tr:last-child > *:last-child, .table_wrapper .bordered_table.responsive_table_nojs > tbody:last-child > tr:last-child > *:last-child, .table_wrapper .bordered_table.responsive_table_nojs > tfoot:last-child > tr:last-child > *:last-child {
    border-top: 1px solid #cddae3;
  }
}

@media screen and (min-width: 1000px), print {
  .table_wrapper-small {
    width: 400px;
  }
}

@media screen and (min-width: 1000px), print {
  .table_wrapper-middle {
    width: 600px;
  }
}

.table_wrapper-position_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-editor table,
.wp_wrapper table,
.wpnews table,
.cms_content table,
.bordered_table {
  border-style: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #cddae3;
}
.wp-editor table.bordered_table-position_center,
.wp_wrapper table.bordered_table-position_center,
.wpnews table.bordered_table-position_center,
.cms_content table.bordered_table-position_center,
.bordered_table.bordered_table-position_center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px), print {
  .wp-editor table.bordered_table-middle,
  .wp_wrapper table.bordered_table-middle,
  .wpnews table.bordered_table-middle,
  .cms_content table.bordered_table-middle,
  .bordered_table.bordered_table-middle {
    width: 700px;
  }
}
@media screen and (min-width: 1000px), print {
  .wp-editor table.bordered_table-small,
  .wp_wrapper table.bordered_table-small,
  .wpnews table.bordered_table-small,
  .cms_content table.bordered_table-small,
  .bordered_table.bordered_table-small {
    width: 400px;
  }
}
.wp-editor table.bordered_table-center td, .wp-editor table.bordered_table-center th,
.wp_wrapper table.bordered_table-center td,
.wp_wrapper table.bordered_table-center th,
.wpnews table.bordered_table-center td,
.wpnews table.bordered_table-center th,
.cms_content table.bordered_table-center td,
.cms_content table.bordered_table-center th,
.bordered_table.bordered_table-center td,
.bordered_table.bordered_table-center th {
  text-align: center;
}
.wp-editor table.bordered_table-td_center td,
.wp_wrapper table.bordered_table-td_center td,
.wpnews table.bordered_table-td_center td,
.cms_content table.bordered_table-td_center td,
.bordered_table.bordered_table-td_center td {
  text-align: center;
}
.wp-editor table.bordered_table-th_center th,
.wp_wrapper table.bordered_table-th_center th,
.wpnews table.bordered_table-th_center th,
.cms_content table.bordered_table-th_center th,
.bordered_table.bordered_table-th_center th {
  text-align: center;
}
@media screen and (min-width: 1000px), print {
  .wp-editor table.bordered_table-half_columns th, .wp-editor table.bordered_table-half_columns td,
  .wp_wrapper table.bordered_table-half_columns th,
  .wp_wrapper table.bordered_table-half_columns td,
  .wpnews table.bordered_table-half_columns th,
  .wpnews table.bordered_table-half_columns td,
  .cms_content table.bordered_table-half_columns th,
  .cms_content table.bordered_table-half_columns td,
  .bordered_table.bordered_table-half_columns th,
  .bordered_table.bordered_table-half_columns td {
    width: 50%;
  }
}
.wp-editor table th[rowspan], .wp-editor table td[rowspan],
.wp_wrapper table th[rowspan],
.wp_wrapper table td[rowspan],
.wpnews table th[rowspan],
.wpnews table td[rowspan],
.cms_content table th[rowspan],
.cms_content table td[rowspan],
.bordered_table th[rowspan],
.bordered_table td[rowspan] {
  border-bottom: none;
}
.wp-editor table td,
.wp_wrapper table td,
.wpnews table td,
.cms_content table td,
.bordered_table td {
  padding: 16px;
  vertical-align: middle;
  border: 1px solid #cddae3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .wp-editor table td,
  .wp_wrapper table td,
  .wpnews table td,
  .cms_content table td,
  .bordered_table td {
    vertical-align: baseline;
  }
}
.wp-editor table th,
.wp_wrapper table th,
.wpnews table th,
.cms_content table th,
.bordered_table th {
  padding: 16px;
  vertical-align: middle;
  border: 1px solid #cddae3;
  background: #5082a8;
  text-align: left;
}
.wp-editor table th.alignRight,
.wp_wrapper table th.alignRight,
.wpnews table th.alignRight,
.cms_content table th.alignRight,
.bordered_table th.alignRight {
  text-align: right;
}
.wp-editor table th.alignCenter,
.wp_wrapper table th.alignCenter,
.wpnews table th.alignCenter,
.cms_content table th.alignCenter,
.bordered_table th.alignCenter {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .wp-editor table td,
  .wp_wrapper table td,
  .wpnews table td,
  .cms_content table td,
  .bordered_table td {
    padding: 0.8ex 0.8ex;
  }
  .wp-editor table th,
  .wp_wrapper table th,
  .wpnews table th,
  .cms_content table th,
  .bordered_table th {
    padding: 1.5ex 1ex;
  }
}
.wp-editor table thead th,
.wp_wrapper table thead th,
.wpnews table thead th,
.cms_content table thead th,
.bordered_table thead th {
  color: #fff;
  background: #3e6583;
  border: 1px solid #cddae3;
  font-family: "Roboto", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 999px) {
  .wp-editor table thead th,
  .wp_wrapper table thead th,
  .wpnews table thead th,
  .cms_content table thead th,
  .bordered_table thead th {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-editor table thead th,
  .wp_wrapper table thead th,
  .wpnews table thead th,
  .cms_content table thead th,
  .bordered_table thead th {
    min-width: 100px;
  }
}
.wp-editor table tbody th,
.wp_wrapper table tbody th,
.wpnews table tbody th,
.cms_content table tbody th,
.bordered_table tbody th {
  background: #5082a8;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  min-width: 130px;
  /* &:first-child {
  	min-width: 130px;
  	@media screen and (max-width: 575px) {
  		min-width: 100px;
  	}
  } */
}
@media screen and (max-width: 999px) {
  .wp-editor table tbody th,
  .wp_wrapper table tbody th,
  .wpnews table tbody th,
  .cms_content table tbody th,
  .bordered_table tbody th {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 999px) {
  .wp-editor table:not(.responsive_table_nojs) tbody th,
  .wp_wrapper table:not(.responsive_table_nojs) tbody th,
  .wpnews table:not(.responsive_table_nojs) tbody th,
  .cms_content table:not(.responsive_table_nojs) tbody th,
  .bordered_table:not(.responsive_table_nojs) tbody th {
    min-width: 100px;
  }
}
@media screen and (max-width: 575px) {
  .wp-editor table:not(.responsive_table_nojs) tbody th,
  .wp_wrapper table:not(.responsive_table_nojs) tbody th,
  .wpnews table:not(.responsive_table_nojs) tbody th,
  .cms_content table:not(.responsive_table_nojs) tbody th,
  .bordered_table:not(.responsive_table_nojs) tbody th {
    min-width: 100px;
    max-width: 120px;
  }
}
@media screen and (max-width: 575px) {
  .wp-editor table.rowspan tbody th,
  .wp_wrapper table.rowspan tbody th,
  .wpnews table.rowspan tbody th,
  .cms_content table.rowspan tbody th,
  .bordered_table.rowspan tbody th {
    min-width: 50px;
    max-width: 100px;
  }
}
.wp-editor table caption,
.wp_wrapper table caption,
.wpnews table caption,
.cms_content table caption,
.bordered_table caption {
  text-align: right;
  caption-side: top;
}
.wp-editor table td.icon-cell,
.wp_wrapper table td.icon-cell,
.wpnews table td.icon-cell,
.cms_content table td.icon-cell,
.bordered_table td.icon-cell {
  vertical-align: middle;
}
.wp-editor table td.icon-cell img,
.wp_wrapper table td.icon-cell img,
.wpnews table td.icon-cell img,
.cms_content table td.icon-cell img,
.bordered_table td.icon-cell img {
  width: 60px;
  display: block;
  margin: 2px auto;
}
.wp-editor table td.num-cell,
.wp_wrapper table td.num-cell,
.wpnews table td.num-cell,
.cms_content table td.num-cell,
.bordered_table td.num-cell {
  text-align: right;
}
.wp-editor table.simple th,
.wp_wrapper table.simple th,
.wpnews table.simple th,
.cms_content table.simple th,
.bordered_table.simple th {
  width: 45%;
}
@media screen and (max-width: 999px) {
  .wp-editor table.simple,
  .wp_wrapper table.simple,
  .wpnews table.simple,
  .cms_content table.simple,
  .bordered_table.simple {
    width: auto;
  }
  .wp-editor table.simple th,
  .wp_wrapper table.simple th,
  .wpnews table.simple th,
  .cms_content table.simple th,
  .bordered_table.simple th {
    width: auto;
  }
}
.wp-editor table.standard tbody th,
.wp_wrapper table.standard tbody th,
.wpnews table.standard tbody th,
.cms_content table.standard tbody th,
.bordered_table.standard tbody th {
  width: 30%;
}
@media screen and (max-width: 999px) {
  .wp-editor table.standard,
  .wp_wrapper table.standard,
  .wpnews table.standard,
  .cms_content table.standard,
  .bordered_table.standard {
    width: auto;
  }
  .wp-editor table.standard tbody th,
  .wp_wrapper table.standard tbody th,
  .wpnews table.standard tbody th,
  .cms_content table.standard tbody th,
  .bordered_table.standard tbody th {
    width: auto;
  }
}
.wp-editor table table,
.wp_wrapper table table,
.wpnews table table,
.cms_content table table,
.bordered_table table {
  margin: 0;
  width: 100%;
}
.wp-editor table table th,
.wp_wrapper table table th,
.wpnews table table th,
.cms_content table table th,
.bordered_table table th {
  background: #f1f2f2;
}
.wp-editor table.responsive_table_nojs-all,
.wp_wrapper table.responsive_table_nojs-all,
.wpnews table.responsive_table_nojs-all,
.cms_content table.responsive_table_nojs-all,
.bordered_table.responsive_table_nojs-all {
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-editor table.responsive_table_nojs-all thead,
.wp-editor table.responsive_table_nojs-all tbody,
.wp-editor table.responsive_table_nojs-all tr,
.wp_wrapper table.responsive_table_nojs-all thead,
.wp_wrapper table.responsive_table_nojs-all tbody,
.wp_wrapper table.responsive_table_nojs-all tr,
.wpnews table.responsive_table_nojs-all thead,
.wpnews table.responsive_table_nojs-all tbody,
.wpnews table.responsive_table_nojs-all tr,
.cms_content table.responsive_table_nojs-all thead,
.cms_content table.responsive_table_nojs-all tbody,
.cms_content table.responsive_table_nojs-all tr,
.bordered_table.responsive_table_nojs-all thead,
.bordered_table.responsive_table_nojs-all tbody,
.bordered_table.responsive_table_nojs-all tr {
  display: block;
  width: 100%;
}
.wp-editor table.responsive_table_nojs-all th,
.wp-editor table.responsive_table_nojs-all td,
.wp_wrapper table.responsive_table_nojs-all th,
.wp_wrapper table.responsive_table_nojs-all td,
.wpnews table.responsive_table_nojs-all th,
.wpnews table.responsive_table_nojs-all td,
.cms_content table.responsive_table_nojs-all th,
.cms_content table.responsive_table_nojs-all td,
.bordered_table.responsive_table_nojs-all th,
.bordered_table.responsive_table_nojs-all td {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-top: none;
  white-space: normal;
}
.wp-editor table.responsive_table_nojs-all.simple th, .wp-editor table.responsive_table_nojs-all.standard th,
.wp_wrapper table.responsive_table_nojs-all.simple th,
.wp_wrapper table.responsive_table_nojs-all.standard th,
.wpnews table.responsive_table_nojs-all.simple th,
.wpnews table.responsive_table_nojs-all.standard th,
.cms_content table.responsive_table_nojs-all.simple th,
.cms_content table.responsive_table_nojs-all.standard th,
.bordered_table.responsive_table_nojs-all.simple th,
.bordered_table.responsive_table_nojs-all.standard th {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .wp-editor table.responsive_table_nojs,
  .wp_wrapper table.responsive_table_nojs,
  .wpnews table.responsive_table_nojs,
  .cms_content table.responsive_table_nojs,
  .bordered_table.responsive_table_nojs {
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wp-editor table.responsive_table_nojs thead,
  .wp-editor table.responsive_table_nojs tbody,
  .wp-editor table.responsive_table_nojs tr,
  .wp_wrapper table.responsive_table_nojs thead,
  .wp_wrapper table.responsive_table_nojs tbody,
  .wp_wrapper table.responsive_table_nojs tr,
  .wpnews table.responsive_table_nojs thead,
  .wpnews table.responsive_table_nojs tbody,
  .wpnews table.responsive_table_nojs tr,
  .cms_content table.responsive_table_nojs thead,
  .cms_content table.responsive_table_nojs tbody,
  .cms_content table.responsive_table_nojs tr,
  .bordered_table.responsive_table_nojs thead,
  .bordered_table.responsive_table_nojs tbody,
  .bordered_table.responsive_table_nojs tr {
    display: block;
    width: 100%;
  }
  .wp-editor table.responsive_table_nojs th,
  .wp-editor table.responsive_table_nojs td,
  .wp_wrapper table.responsive_table_nojs th,
  .wp_wrapper table.responsive_table_nojs td,
  .wpnews table.responsive_table_nojs th,
  .wpnews table.responsive_table_nojs td,
  .cms_content table.responsive_table_nojs th,
  .cms_content table.responsive_table_nojs td,
  .bordered_table.responsive_table_nojs th,
  .bordered_table.responsive_table_nojs td {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-top: none;
    white-space: normal;
  }
  .wp-editor table.responsive_table_nojs.simple th, .wp-editor table.responsive_table_nojs.standard th,
  .wp_wrapper table.responsive_table_nojs.simple th,
  .wp_wrapper table.responsive_table_nojs.standard th,
  .wpnews table.responsive_table_nojs.simple th,
  .wpnews table.responsive_table_nojs.standard th,
  .cms_content table.responsive_table_nojs.simple th,
  .cms_content table.responsive_table_nojs.standard th,
  .bordered_table.responsive_table_nojs.simple th,
  .bordered_table.responsive_table_nojs.standard th {
    width: 100%;
  }
}
.wp-editor table ul,
.wp_wrapper table ul,
.wpnews table ul,
.cms_content table ul,
.bordered_table ul {
  margin: 1ex 0;
  padding: 0 0 0 2em;
}
@media screen and (max-width: 1200px) {
  .wp-editor table ul,
  .wp_wrapper table ul,
  .wpnews table ul,
  .cms_content table ul,
  .bordered_table ul {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .wp-editor table ul,
  .wp_wrapper table ul,
  .wpnews table ul,
  .cms_content table ul,
  .bordered_table ul {
    padding-left: 0;
  }
}
.wp-editor table .cell_middle,
.wp_wrapper table .cell_middle,
.wpnews table .cell_middle,
.cms_content table .cell_middle,
.bordered_table .cell_middle {
  vertical-align: middle;
}

.table_wrapper {
  margin: 0 auto 1em;
  max-width: 1160px;
}
.main_content > .table_wrapper {
  margin: 0 0 1em;
}
.table_wrapper .bordered_table {
  width: 100%;
  margin: 0;
}

.bordered_table.th_center th {
  text-align: center;
}

@media screen and (max-width: 999px) {
  .table_wrapper {
    width: auto;
    padding: 0;
    margin: 1ex 0 1em;
    overflow: hidden;
  }
  .main_content > .table_wrapper {
    margin: 1ex 0 1em;
  }
  .table_wrapper .bordered_table {
    margin: 0;
  }
  .table_wrapper._schedule .bordered_table.fixed_table {
    min-width: 930px;
  }
  .table_wrapper .bordered_table.fixed_table {
    min-width: 710px;
    width: 100%;
  }
  .table_wrapper._schedule .fixed_table_caption {
    min-width: 930px;
  }
  .table_wrapper .fixed_table_caption {
    min-width: 710px;
    width: 100%;
  }
}
.orange_cell {
  background: #fff2e4 !important;
}

.center_cell {
  text-align: center;
}

.responsive_table_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon/icon_swipe.webp") center center no-repeat transparent;
  background-size: auto 90px;
  z-index: 102;
  cursor: pointer;
}

.responsive_table_mask.shadow {
  background-image: none;
  background: #666;
  opacity: 0.5;
  z-index: 101;
}

.responsive_table_area {
  position: relative;
  top: 0;
  left: 0;
  clear: both;
}
.root .responsive_table_area table {
  margin-bottom: 0;
}
.responsive_table_area:not(.responsive_table_area-all) th:first-child {
  max-width: 125px;
  min-width: 125px;
  width: 125px;
}
.responsive_table_area:not(.responsive_table_area-all) .table-wrapper .pinned {
  max-width: 126px;
  min-width: 126px;
  width: 126px;
}
.responsive_table_area:not(.responsive_table_area-all) .table-wrapper .scrollable {
  padding-left: 125px;
}
.responsive_table_area:not(.responsive_table_area-all) .table-wrapper .scrollable > table {
  margin-left: -125px;
}
.responsive_table_area td {
  min-width: 70px;
}
.responsive_table_area th:first-child {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.responsive_table_area .scrollable {
  -webkit-overflow-scrolling: touch;
}
.responsive_table_area .table-wrapper {
  margin-bottom: 0;
}
.responsive_table_area table.responsive th:first-child,
.responsive_table_area table.responsive table.responsive td:first-child,
.responsive_table_area table.responsive table.responsive td:first-child, .responsive_table_area table.responsive.pinned td {
  display: table-cell;
}
.responsive_table_area-all .table-wrapper .table {
  min-width: 810px;
}
.responsive_table_area-all .table-wrapper td,
.responsive_table_area-all .table-wrapper th {
  position: static;
  white-space: normal;
}
.responsive_table_area-all .table-wrapper .pinned {
  display: none;
}
.responsive_table_area-all .table-wrapper .scrollable {
  padding-left: 0;
}
.responsive_table_area-all .table-wrapper .scrollable > table {
  margin-left: 0;
}

@media screen and (max-width: 999px) {
  .responsive_table_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icon/icon_swipe.webp") center center no-repeat transparent;
    background-size: auto 90px;
    z-index: 102;
    cursor: pointer;
  }
  .responsive_table_mask.shadow {
    background-image: none;
    background: #666;
    opacity: 0.5;
    z-index: 101;
  }
}
/* Mobile */
@media screen and (max-width: 999px) {
  table.responsive {
    margin-bottom: 0;
  }
  div.table-wrapper thead td {
    width: auto;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: hidden;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    z-index: 2;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
    z-index: 1;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  /*table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }*/
  .table-wrapper .pinned {
    width: 111px;
    border-left: 0 none;
    border-right: 0 none;
    padding-bottom: 5px;
  }
  div.table-wrapper tr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  div.table-wrapper div.scrollable {
    padding-left: 110px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*width: 700px;*/
  }
  .outpatient_time_table .table-wrapper {
    margin-bottom: 0 !important;
  }
  .outpatient_time_table .scrollable {
    padding-left: 0 !important;
  }
  .outpatient_time_table .pinned {
    display: none !important;
  }
  .dpc_table_wrap .scrollable {
    padding-left: 0 !important;
  }
  .dpc_table_wrap .pinned {
    width: 80px !important;
  }
}
/*# sourceMappingURL=table.css.map */