@charset "UTF-8";
.out_link {
  display: inline-block;
  position: relative;
}
.out_link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.2em;
  top: -2px;
}

.out_link::after {
  background-image: url("/common/img/icon/ext.png");
}

.main_content ol.contents:not(.cancel) {
  padding: 0;
}
.main_content ol.contents:not(.cancel) li {
  margin-bottom: 5px;
  padding: 0;
  list-style: none !important;
}
.main_content ol.contents:not(.cancel) li::before {
  display: none;
}

.div-title-hist,
.div-title span {
  line-height: 1.5;
  font-weight: bold;
  color: #102148;
  border-bottom: solid 2px #2470d7;
  clear: both;
  display: block;
}
@media screen and (min-width: 1000px), print {
  .div-title-hist,
  .div-title span {
    font-size: 24px;
    padding: 5px 30px;
    margin: 1.5em 0 1em;
  }
}
@media screen and (max-width: 999px) {
  .div-title-hist,
  .div-title span {
    font-size: 18px;
    padding: 5px 10px;
    margin: 1em 0 0.5em;
  }
}

.csv_btn {
  display: block;
}

/*** table ***/
@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;
}

.template-table {
  border-style: hidden;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em 0;
  width: 100%;
  line-height: 1.5;
}
.template-table.bordered_table-position_center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px), print {
  .template-table.bordered_table-middle {
    width: 600px;
  }
}
@media screen and (min-width: 1000px), print {
  .template-table.bordered_table-small {
    width: 400px;
  }
}
.template-table.bordered_table-center td,
.template-table.bordered_table-center th {
  text-align: center;
}
.template-table.bordered_table-td_center td {
  text-align: center;
}
.template-table.bordered_table-th_center th {
  text-align: center;
}
@media screen and (min-width: 1000px), print {
  .template-table.bordered_table-half_columns th,
  .template-table.bordered_table-half_columns td {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .template-table {
    margin: 1ex 0;
  }
}
.template-table th[rowspan],
.template-table td[rowspan] {
  border-bottom: none;
}
.template-table td {
  padding: 1.5ex 1ex;
  vertical-align: middle;
  border: 5px solid #fff;
  background: #eff8ff;
}
.template-table th {
  padding: 1.5ex 1ex;
  vertical-align: middle;
  text-align: left;
  border: 5px solid #fff;
  background: #fff7d3;
  font-weight: bold;
}
.template-table th.alignRight {
  text-align: right;
}
.template-table th.alignCenter {
  text-align: center;
}
.template-table thead th {
  color: #fff;
  background: #315ab6;
  text-align: center;
  border: 5px solid #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.template-table tbody th {
  background: #d5e4f4;
  text-align: center;
  font-weight: bold;
}
.template-table caption {
  text-align: right;
  caption-side: top;
}
.template-table td.icon-cell {
  vertical-align: middle;
}
.template-table td.icon-cell img {
  width: 60px;
  display: block;
  margin: 2px auto;
}
.template-table td.num-cell {
  text-align: right;
}
.template-table.simple th {
  width: 45%;
}
@media screen and (max-width: 999px) {
  .template-table.simple {
    width: auto;
  }
  .template-table.simple th {
    width: auto;
  }
}
.template-table.standard tbody th {
  width: 30%;
}
@media screen and (max-width: 999px) {
  .template-table.standard {
    width: auto;
  }
  .template-table.standard tbody th {
    width: auto;
  }
}
.template-table table {
  margin: 0;
  width: 100%;
}
.template-table table th {
  background: #f1f2f2;
}
.template-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;
}
.template-table.responsive_table_nojs-all thead,
.template-table.responsive_table_nojs-all tbody,
.template-table.responsive_table_nojs-all tr {
  display: block;
  width: 100%;
}
.template-table.responsive_table_nojs-all th,
.template-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;
}
.template-table.responsive_table_nojs-all.simple th, .template-table.responsive_table_nojs-all.standard th {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .template-table.responsive_table_nojs {
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .template-table.responsive_table_nojs thead,
  .template-table.responsive_table_nojs tbody,
  .template-table.responsive_table_nojs tr {
    display: block;
    width: 100%;
  }
  .template-table.responsive_table_nojs th,
  .template-table.responsive_table_nojs td {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-top: none;
    white-space: normal;
  }
  .template-table.responsive_table_nojs.simple th, .template-table.responsive_table_nojs.standard th {
    width: 100%;
  }
}
.template-table ul {
  margin: 1ex 0;
  padding: 0 0 0 2em;
}
.template-table .cell_middle {
  vertical-align: middle;
}

.table_wrapper {
  margin: 0 0 1em;
  max-width: 100%;
}
.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: auto;
  }
  .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;
}

div[id*=cd_top5_nm_]:not(.cancel),
div[id*=ope_top5_nm_]:not(.cancel) {
  position: relative;
  color: #102148;
  font-weight: bold;
  line-height: 1.5;
  clear: both;
}
@media screen and (min-width: 1000px), print {
  div[id*=cd_top5_nm_]:not(.cancel),
  div[id*=ope_top5_nm_]:not(.cancel) {
    font-size: 24px;
    margin: 2em 0 1em;
    padding: 5px 5px 5px 30px;
  }
}
@media screen and (max-width: 999px) {
  div[id*=cd_top5_nm_]:not(.cancel),
  div[id*=ope_top5_nm_]:not(.cancel) {
    font-size: 16px;
    margin: 1em 0 0.5em;
    padding: 5px 5px 5px 20px;
  }
}
div[id*=cd_top5_nm_]:not(.cancel)::before,
div[id*=ope_top5_nm_]:not(.cancel)::before {
  content: "";
  position: absolute;
  background-image: url("/common/img/icon/h5_icon.jpg");
  background-size: contain;
  left: 0;
}
@media screen and (min-width: 1000px), print {
  div[id*=cd_top5_nm_]:not(.cancel)::before,
  div[id*=ope_top5_nm_]:not(.cancel)::before {
    top: 13px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 999px) {
  div[id*=cd_top5_nm_]:not(.cancel)::before,
  div[id*=ope_top5_nm_]:not(.cancel)::before {
    top: 11px;
    width: 14px;
    height: 14px;
  }
}

span + .comment {
  margin-top: 2em;
}
/*# sourceMappingURL=dpc.css.map */