@charset "UTF-8";
td a[href*=".pdf"] {
  display: inline-block;
  position: relative;
}
td a[href*=".pdf"]::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  top: 5px;
}

#dpc_area .ol:not(.cancel),
#dpc_area .main_content ol:not(.cancel) {
  list-style-type: none;
  margin: 1em 0;
  counter-reset: number;
  line-height: 1.5;
  /* @media screen and (min-width: 1000px), print {
  	padding: 0 0 0 30px;
  } */
}
#dpc_area .ol:not(.cancel) li,
#dpc_area .main_content ol:not(.cancel) li {
  font-weight: 400;
  font-size: 1rem !important;
}
@media screen and (max-width: 999px) {
  #dpc_area .ol:not(.cancel) li,
  #dpc_area .main_content ol:not(.cancel) li {
    font-size: 0.938rem !important;
  }
}
#dpc_area .ol:not(.cancel) li:not(:last-child),
#dpc_area .main_content ol:not(.cancel) li:not(:last-child) {
  margin-bottom: 0.5em;
}
#dpc_area .ol:not(.cancel).two_digits > li,
#dpc_area .main_content ol:not(.cancel).two_digits > li {
  padding-left: 40px;
}
#dpc_area .ol:not(.cancel) > li ul,
#dpc_area .ol:not(.cancel) > li ol,
#dpc_area .main_content ol:not(.cancel) > li ul,
#dpc_area .main_content ol:not(.cancel) > li ol {
  margin: 5px 0;
  padding: 0;
}
#dpc_area .ol:not(.cancel) > li,
#dpc_area .main_content ol:not(.cancel) > li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0.2em;
  counter-increment: number;
}
#dpc_area .ol:not(.cancel) > li::before,
#dpc_area .main_content ol:not(.cancel) > li::before {
  content: counter(number) ".";
  font-weight: bold;
  display: block;
  position: absolute;
  color: #5082a8;
  width: 12px;
  height: 12px;
  left: 3px;
  top: 0px;
  white-space: nowrap;
  text-align: right;
}
#dpc_area .ol:not(.cancel) > li > ol > li::before,
#dpc_area .main_content ol:not(.cancel) > li > ol > li::before {
  color: #70bcd9;
}
#dpc_area .ol:not(.cancel) > li > ol > li > ol > li::before,
#dpc_area .main_content ol:not(.cancel) > li > ol > li > ol > li::before {
  color: #888;
}

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

/*** table ***/
@media screen and (max-width: 999px) {
  .table_wrapper {
    position: relative;
  }
}
.table_wrapper table.template-table {
  overflow-x: scroll;
  width: 100%;
}
.table_wrapper table.template-table tbody th,
.table_wrapper table.template-table tbody td {
  border-width: 1px 1px;
}
@media screen and (max-width: 999px) {
  .table_wrapper table.template-table.responsive_table_nojs > thead > tr > th:not(:last-child) {
    border-bottom-color: #fff;
  }
  .table_wrapper table.template-table.responsive_table_nojs th,
  .table_wrapper table.template-table.responsive_table_nojs td {
    border-right: none !important;
    border-left: none !important;
  }
  .table_wrapper table.template-table.responsive_table_nojs > thead:last-child > tr:last-child > *:last-child, .table_wrapper table.template-table.responsive_table_nojs > tbody:last-child > tr:last-child > *:last-child, .table_wrapper table.template-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,
.template-table {
  border-style: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  border: 1px solid #cddae3;
  width: 100%;
}
.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,
.template-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,
  .template-table.bordered_table-middle {
    width: 600px;
  }
}
@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,
  .template-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,
.template-table.bordered_table-center td,
.template-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,
.template-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,
.template-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,
  .template-table.bordered_table-half_columns th,
  .template-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],
.template-table th[rowspan],
.template-table td[rowspan] {
  border-bottom: none;
}
.wp-editor table td,
.wp_wrapper table td,
.wpnews table td,
.cms_content table td,
.bordered_table td,
.template-table td {
  padding: 1.5ex 1.4ex;
  vertical-align: middle;
  border: 1px solid #cddae3;
  background: #fff;
}
.wp-editor table th,
.wp_wrapper table th,
.wpnews table th,
.cms_content table th,
.bordered_table th,
.template-table th {
  padding: 1.5ex 1.5ex;
  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,
.template-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,
.template-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,
  .template-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,
  .template-table th {
    padding: 1ex 1ex;
  }
}
.wp-editor table thead th,
.wp_wrapper table thead th,
.wpnews table thead th,
.cms_content table thead th,
.bordered_table thead th,
.template-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;
}
.wp-editor table tbody th,
.wp_wrapper table tbody th,
.wpnews table tbody th,
.cms_content table tbody th,
.bordered_table tbody th,
.template-table tbody th {
  background: #5082a8;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  /* &:first-child {
  	min-width: 130px;
  	@media screen and (max-width: 575px) {
  		min-width: 100px;
  	}
  } */
}
.wp-editor table caption,
.wp_wrapper table caption,
.wpnews table caption,
.cms_content table caption,
.bordered_table caption,
.template-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,
.template-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,
.template-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,
.template-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,
.template-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,
  .template-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,
  .template-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,
.template-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,
  .template-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,
  .template-table.standard tbody th {
    width: auto;
  }
}
.wp-editor table table,
.wp_wrapper table table,
.wpnews table table,
.cms_content table table,
.bordered_table table,
.template-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,
.template-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,
.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;
}
.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,
.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%;
}
.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,
.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;
}
.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,
.template-table.responsive_table_nojs-all.simple th,
.template-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,
  .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;
  }
  .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,
  .template-table.responsive_table_nojs thead,
  .template-table.responsive_table_nojs tbody,
  .template-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,
  .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;
  }
  .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,
  .template-table.responsive_table_nojs.simple th,
  .template-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,
.template-table ul {
  margin: 1ex 0;
  padding: 0 0 0 2em;
}
.wp-editor table .cell_middle,
.wp_wrapper table .cell_middle,
.wpnews table .cell_middle,
.cms_content table .cell_middle,
.bordered_table .cell_middle,
.template-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_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-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;*/
  }
}
.comment:not(.cancel) {
  margin: 2em 0 3em;
}
@media screen and (min-width: 1000px), print {
  .comment:not(.cancel) {
    font-size: 1rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 999px) {
  .comment:not(.cancel) {
    font-size: 0.9375rem;
  }
}

.div-title:not(.cancel) {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.055em;
  clear: both;
  border-bottom: 2px solid #cfe9f2;
  color: #353535;
}
.div-title:not(.cancel)::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-image: url("/common./img/h3.webp");
  background-size: 30px 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (min-width: 1000px), print {
  .div-title:not(.cancel) {
    margin: 3.125rem 0 2.5rem;
    font-size: 1.625rem;
    padding: 15px 20px 18px 0;
    min-height: 70px;
  }
}
@media screen and (max-width: 999px) {
  .div-title:not(.cancel) {
    margin: 1.5em 0 1.25rem;
    font-size: 1.125rem;
    padding: 12px 10px;
  }
}
.div-title a {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-left: 1em;
}
.div-title a::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/common/img/icon/arrow/link.webp) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  right: -25px;
}

.contents + div:not(.cancel),
.div-title:not(.cancel) {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.055em;
  clear: both;
  border-bottom: 2px solid #cfe9f2;
  color: #353535;
}
.contents + div:not(.cancel)::before,
.div-title:not(.cancel)::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-image: url("/common/img/h3.webp");
  background-size: 30px 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (min-width: 1000px), print {
  .contents + div:not(.cancel),
  .div-title:not(.cancel) {
    margin: 3.125rem 0 2.5rem;
    font-size: 1.625rem;
    padding: 15px 20px 18px 0;
    min-height: 70px;
  }
}
@media screen and (max-width: 999px) {
  .contents + div:not(.cancel),
  .div-title:not(.cancel) {
    margin: 1.5em 0 1.25rem;
    font-size: 1.125rem;
    padding: 12px 10px;
  }
}

.out_link a {
  border-radius: 6px;
  padding: 13px 60px 13px 20px;
  text-decoration: none !important;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.125rem;
  min-width: 250px;
  min-height: 50px;
  line-height: 1.3;
  color: #353535 !important;
  background-color: #e5f7ff;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .out_link a {
    min-width: 410px;
    min-height: 70px;
    line-height: 2;
  }
}
.out_link a::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/common/img/icon/btn_ext.webp) no-repeat;
  background-size: 24px 24px;
  background-position-y: 0;
  margin-right: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.out_link a:hover {
  background-color: #005fb9 !important;
  color: #fff !important;
}
.out_link a:hover::before {
  background: url(/common/img/icon/btn_ext_white.webp) no-repeat;
  background-size: 24px 24px;
}
.out_link a.ext::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/common/img/icon/btn_ext.webp) no-repeat;
  background-size: 24px 24px;
  background-position-y: 0;
  margin-right: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.out_link a.ext:hover::before {
  background: url(/common/img/icon/btn_ext_white.webp) no-repeat;
  background-size: 24px 24px;
}
.out_link a.small {
  min-width: 230px;
  min-height: 50px;
  font-size: 1rem;
  padding: 7px 45px 7px 15px;
}
@media screen and (max-width: 999px) {
  .out_link a.small {
    padding: 15px;
    padding-right: 45px;
  }
}
.out_link a.small:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/common/img/icon/arrow/link.webp) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}
.out_link a.small.ext::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(/common/img/icon/btn_ext.webp) no-repeat;
  background-size: 12px 12px;
  background-position-y: 0;
  margin-right: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
}
.out_link a.small.ext:hover::before {
  background: url(/common/img/icon/btn_ext_white.webp) no-repeat;
  background-size: 12px 12px;
}

#dpc_area ol.contents {
  background-color: #f8f8f8;
  border-radius: 6px 6px 6px 6px;
}
@media screen and (min-width: 1000px), print {
  #dpc_area ol.contents {
    padding: 30px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 999px) {
  #dpc_area ol.contents {
    margin-bottom: 20px;
    padding: 10px 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  #dpc_area ol.contents {
    padding: 8px 10px 8px;
  }
}
#dpc_area ol.contents li {
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#dpc_area ol.contents li + * {
  margin-top: 0 !important;
}
#dpc_area ol.contents li a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  text-decoration: none;
  font-weight: 400;
  color: #222 !important;
}
#dpc_area ol.contents li a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(/common/img/icon/arrow/anchor_link.webp);
  background-size: contain;
  background-size: 19px 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
#dpc_area ol.contents li a:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  font-weight: 400;
  color: #222 !important;
}

div[id*=_top5_],
div[id*=_top3_] {
  background-color: #e9f3f7;
  color: #5082a8;
  border-radius: 6px;
  padding: 5px 20px !important;
  margin: 3em 0 1em 0 !important;
}

.template-table + .comment {
  background: none !important;
  color: #353535;
  padding-left: 0 !important;
}

.div-title-hist {
  line-height: 1.5;
  font-size: 1.5rem;
  color: #353535;
  clear: both;
  padding-left: 30px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.div-title-hist:before {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  background: url("/common/img/h4.webp") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 9px;
}

td a[href*=".pdf"] {
  /* パスに「/pdf」を含む場合 */
}
td a[href*=".pdf"]::before {
  width: 14px;
  height: 16px;
  background-image: url("/common/img/icon/pdf.webp");
}