<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print, screen and (min-width: 981px) {
  .content_wrap .content_inner section {
    margin-bottom: 50px;
  }
  .content_wrap .content_inner section h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 30px;
    margin-bottom: 35px;
  }
  .content_wrap .content_inner section h2:before, .content_wrap .content_inner section h2:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background-repeat: no-repeat;
    background-size: 200px auto;
    width: 200px;
    height: 3px;
  }
  .content_wrap .content_inner section h2:before {
    background-image: url(../images/img_border_left2.png);
    left: -200px;
  }
  .content_wrap .content_inner section h2:after {
    background-image: url(../images/img_border_right2.png);
    right: -200px;
  }
  .content_wrap .content_inner section &gt; p {
    margin-bottom: 20px;
    word-wrap: break-word;
    word-break: normal;
  }
  .content_wrap .content_inner section h3 {
    margin-bottom: 10px;
  }
  .content_wrap .content_inner section .table table {
    width: 100%;
    border: 1px solid #516d8c;
    margin-bottom: 20px;
  }
  .content_wrap .content_inner section .table table th {
    background-color: #516d8c;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    border-right: 1px solid #fff;
  }
  .content_wrap .content_inner section .table table th:nth-of-type(1) {
    width: 110px;
  }
  .content_wrap .content_inner section .table table th:nth-of-type(2) {
    width: 125px;
  }
  .content_wrap .content_inner section .table table th:last-child {
    border-right: none;
  }
  .content_wrap .content_inner section .table table td {
    border-left: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    vertical-align: middle;
    padding: 10px;
  }
  .content_wrap .content_inner section .table table td.left {
    text-align: center;
    background-color: #fafbfc;
  }

  .content_wrap .content_inner #access .location{
    margin-bottom: 30px;
  }
  .content_wrap .content_inner #access .location dl {
    border: 1px solid #103054;
    border-top: 1px dotted #aaa;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .content_wrap .content_inner #access .location dl:first-child {
    border-top: 1px solid #103054;
  }
  .content_wrap .content_inner #access .location dl:last-of-type {
    border-bottom: 1px solid #103054;
  }
  .content_wrap .content_inner #access .location dl dt {
    width: 110px;
    border-right: 1px dotted #aaa;
    padding: 20px 20px;
    background-color: #fafbfc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content_wrap .content_inner #access .location dl dd {
    padding: 20px 20px;
  }
  .content_wrap .content_inner #access #map {
    margin-bottom: 30px;
  }
  
  .content_wrap .content_inner #info h3 {
    margin-top: 40px;
  }
  .content_wrap .content_inner #info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .content_wrap .content_inner #info dl dt {
    width: 110px;
    text-align: right;
    padding: 20px 30px 20px 0;
    font-size: 14px;
    border-right: 1px dotted #103054;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1px;
  }
  .content_wrap .content_inner #info dl dt small {
    position: relative;
    font-size: 10px;
    right: -5px;
  }
  .content_wrap .content_inner #info dl dd {
    width: 540px;
    padding: 20px 0 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content_wrap .content_inner #info dl dd p.num {
    text-indent: -2.6em;
    padding-left: 2.6em;
    margin-bottom: 10px;
  }
  .content_wrap .content_inner #info dl dd p.num:last-child {
    margin-bottom: 0;
  }





  .content_wrap .content_inner #info h3 {
    margin-top: 40px;
  }
  .content_wrap .content_inner #info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .content_wrap .content_inner #info dl dt {
    width: 110px;
    text-align: right;
    padding: 20px 30px 20px 0;
    font-size: 14px;
    border-right: 1px dotted #103054;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1px;
  }
  .content_wrap .content_inner #info dl dt small {
    position: relative;
    font-size: 10px;
    right: -5px;
  }
  .content_wrap .content_inner #info dl dd {
    width: 540px;
    padding: 20px 0 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content_wrap .content_inner #info dl dd p.num {
    text-indent: -2.6em;
    padding-left: 2.6em;
    margin-bottom: 10px;
  }
  .content_wrap .content_inner #info dl dd p.num:last-child {
    margin-bottom: 0;
  }
}
</pre></body></html>