<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 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;
    text-align: center;
  }
  .content_wrap .content_inner section h2:before, .content_wrap .content_inner section h2:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 25%;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-size: 140px auto;
    width: 140px;
    height: 3px;
  }
  .content_wrap .content_inner section h2:before {
    background-image: url(/common/images/hd_border_left_s.png);
    left: -130px;
  }
  .content_wrap .content_inner section h2:after {
    background-image: url(/common/images/hd_border_right_s.png);
    right: -130px;
  }
  .content_wrap .content_inner section h3 {
    font-size: 14px;
    font-weight: normal;
    position: relative;
  }
  .content_wrap .content_inner section h3:before {
    /*display: inline-block;*/
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    vertical-align: top;
    position: relative;
    top: 6px;
    background-color: #103054;
    margin-right: 2px;
  }
  .content_wrap .content_inner section.pdf_download {
    margin-top: 50px;
  }
  .content_wrap .content_inner section.pdf_download h3 {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    margin-bottom: 15px;
  }
  .content_wrap .content_inner section.pdf_download h3:before {
    display: none;
  }
  .content_wrap .content_inner section.pdf_download a {
    padding-left: 52px;
    display: inline-block;
    padding: 8px 0px 8px 79px;
  }
  .content_wrap .content_inner section.pdf_download li {
    border-top: 1px dotted #aaa;
    padding: 11px 0 12px 0;
    background: url(/common/images/icon_pdf.png) no-repeat;
    background-size: 40px 42px;
    background-position: 10px;
  }
  .content_wrap .content_inner section.pdf_download li:last-child {
    border-bottom: 1px dotted #aaa;
  }

  .list{
    padding-left: 18px;
    /*margin-top: 1.5em;*/
  }
  .list_item {
    text-indent: 0;
    padding-left: 0;
  }
  .list_item:before{
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    border-radius: 100%;
    background: #103054;
    position: relative;
    left: -1em;
    top: -9px;
  }
  .list dt{
    position: relative;
    left: -18px;
  }
  .list dd:before{
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    border-radius: 100%;
    background: #103054;
    position: relative;
    left: -1em;
    top: -9px;
  }
  .list-num{
    margin-left: -0.5em;
    margin-top: 2px;
  }
  .list-num_item {
    margin-left: 2.3rem;
    text-indent: -2.3rem;
  }
  .text-link{
    color: #103054!important;
    text-decoration: underline!important;
  }
  .text-link:hover{
    /*text-decoration: none!important;*/
  }
  .text-link:visited{
    color: #103054!important;
  }
  .pdf_download .text-link{
    text-decoration: none!important;
  }
  .text-center{
    text-align: center;
  }
  .btn {
    position: relative;
    display: inline-block;
    border: 1px solid #103054;
    color: #103054!important;
    padding: 10px 6em;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 50px;
  }

}
</pre></body></html>