html,
body {
  background: #fff;
  line-height: 1.5;
  font-size: 100%;
  color: #000; }

body.ismobile {
  zoom: 1.125; }

* {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }
  a:hover, a:active {
    text-decoration: none; }

ul,
li {
  list-style: none; }

@media (min-width: 32em) {
  html,
  body {
    zoom: 1; } }

* {
  box-sizing: border-box; }

body {
  font-weight: normal; }

a.sr-only {
  color: #FFF;
  float: left; }

.sr-only {
  position: relative;
  margin-top: -.75em;
  clip: rect(0, 0, 0, 0);
  border: 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  min-height: 2.5em;
  background: #fff;
  box-shadow: 0 0.0625em 0.1875em -0.0625em rgba(0, 0, 0, 0.5); }

.content {
  position: relative;
  width: 100%;
  height: 100%; }

.logo {
  display: block;
  text-indent: -624.9375em;
  position: relative;
  margin: 0.3125em auto;
  width: 8.125em;
  height: 1.8125em;
  background: url(images/logo.png) no-repeat center; }

.nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: -78.125%;
  bottom: 0;
  width: 78.125%;
  height: 100%;
  background: #25487a; }
  .nav ul.menu {
    height: 100%; }
  .nav ul.level-li-in {
    height: 0;
    display: none;
    border-top: 0.0625em solid #f5f5f5; }
    .nav ul.level-li-in li {
      background: #fff;
      border-bottom: 0.0625em solid #f5f5f5;
      height: auto; }
      .nav ul.level-li-in li:active {
        background: #46494a; }
        .nav ul.level-li-in li:active a {
          color: #fff; }
      .nav ul.level-li-in li:last-child {
        border: none; }
  .nav li {
    position: relative;
    border-bottom: 0.0625em solid #d4e5ff;
    color: #fff;
    background: #25487a; }
    .nav li a {
      display: block;
      width: 100%;
      padding: .5em 1.5em;
      color: #fff; }
    .nav li.active, .nav li:hover {
      color: #25487a;
      background: #d4e5ff; }
      .nav li.active.level-li::after, .nav li:hover.level-li::after {
        background-position: bottom center; }
      .nav li.active a, .nav li:hover a {
        color: #25487a; }
    .nav li.active > .level-li-in {
      position: relative;
      height: auto;
      display: block; }
    .nav li.level-li::after {
      position: absolute;
      top: 1.125em;
      right: 0.9375em;
      content: '';
      width: 0.75em;
      height: 0.375em;
      opacity: .75;
      background-image: url(images/arrow_menu.png);
      background-position: top center;
      background-size: cover; }

.btn-menu {
  position: absolute;
  top: 0;
  right: -3.125em;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border: none; }
  .btn-menu span {
    position: absolute;
    top: 0.625em;
    display: block;
    width: 1.5625em;
    height: 0.1875em;
    background: #25487a;
    transition: .25s; }
    .btn-menu span:nth-of-type(2) {
      top: 1.125em;
      width: 1.25em; }
    .btn-menu span:nth-of-type(3) {
      top: 1.625em;
      width: 1.625em; }

.links-in-m {
  margin-top: .75em; }
  .links-in-m a {
    margin: 0 auto 0.625em;
    display: block;
    text-align: center;
    color: #25487a;
    padding: 0.4375em;
    width: 85%;
    border-radius: 0.1875em;
    background: rgba(255, 255, 255, 0.85); }
    .links-in-m a:first-child {
      position: absolute;
      padding: 0;
      width: auto;
      display: inline-block;
      background: transparent; }

.open {
  overflow: hidden; }
  .open header {
    z-index: 0; }
  .open .nav {
    left: 0; }
  .open ul.menu {
    overflow-y: auto; }
  .open .btn-menu {
    right: -2.8125em; }
    .open .btn-menu span {
      top: 1.125em;
      width: 1.875em; }
      .open .btn-menu span:nth-of-type(1) {
        transform: rotate(-45deg); }
      .open .btn-menu span:nth-of-type(2) {
        display: none; }
      .open .btn-menu span:nth-of-type(3) {
        transform: rotate(45deg); }
  .open .mask {
    display: block; }
  .open .btn-backtop {
    z-index: 0; }

.links-social {
  position: absolute;
  top: 2.3125em;
  right: 0.625em;
  display: none; }
  .links-social a {
    margin-right: 0.3125em;
    display: inline-block;
    width: 1.5625em;
    height: 1.5625em;
    text-indent: -624.9375em; }
    .links-social a:last-child {
      margin: 0; }

a.link-fb {
  background-image: url(images/icon_facebook.png); }

a.link-twit {
  background-image: url(images/icon_twitter.png); }

a.link-goo {
  background-image: url(images/icon_googleplus.png); }

a.link-line {
  background-image: url(images/icon_line.png); }

a.link-mail {
  background-image: url(images/icon_mail.png); }

.page {
  position: relative;
  overflow: hidden;
  min-height: 50em;
  width: 100%;
  height: auto;
  background-image: url(images/bg_road.png);
  background-position: center bottom;
  background-color: #fff; }

.mask {
  position: fixed;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75); }

.btn-backtop {
  position: fixed;
  z-index: 1;
  bottom: 1.25em;
  right: 0.625em;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  text-indent: -99999px;
  background-image: url(images/btn_backtop.png); }

.con-sitemap .title-sitemap {
  position: relative;
  margin: -1.75em auto 0;
  width: 10em;
  padding: .5em .25em .5em 3.5em;
  background-color: #d6e6ff;
  border-radius: 0.1875em;
  cursor: pointer; }
  .con-sitemap .title-sitemap:before {
    position: absolute;
    content: '';
    top: 1.125em;
    left: 2.25em;
    width: 0.75em;
    height: 0.4375em;
    background-image: url(images/arrow_sitemap.png);
    background-position: 0 -0.4375em;
    background-size: cover; }
  .con-sitemap .title-sitemap > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #25487a; }
    .con-sitemap .title-sitemap > a:hover {
      color: #25487a;
      padding-bottom: 0;
      border-bottom: 0; }

.con-sitemap {
  display: none;
  width: 100%;
  background: #d6e6ff; }
  .con-sitemap > a {
    float: left;
    margin-top: -1.5em; }
  .con-sitemap .container {
    height: .5em;
    overflow: hidden; }
  .con-sitemap.fat-footer .title-sitemap:before {
    background-position: 0 0; }
  .con-sitemap.fat-footer .container {
    height: auto; }
  .con-sitemap .col-6 {
    padding-top: 1.5rem; }
  .con-sitemap a:hover {
    border-bottom: .0625em solid;
    padding-bottom: .1025em; }
  .con-sitemap h2 {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.5em;
    color: #25487a; }
    .con-sitemap h2 a {
      color: #25487a; }
  .con-sitemap ul,
  .con-sitemap li {
    font-size: 0;
    padding: 0; }
  .con-sitemap ul {
    margin-top: .5rem; }
    .con-sitemap ul li {
      line-height: 1.5rem;
      display: inline-block; }
      .con-sitemap ul li:after {
        content: '|';
        padding: 0 .5rem;
        font-size: 1rem; }
      .con-sitemap ul li:last-child:after {
        content: '';
        padding: 0; }
      .con-sitemap ul li a {
        font-size: 1rem;
        color: #46494a; }

footer {
  background: #555;
  color: #fff;
  font-size: 0.85em;
  zoom: 1.1; }
  footer:before {
    clear: both; }

pre {
  margin-bottom: 0; }

.links-privacy {
  width: 100%;
  margin: -38em auto 0; }
  .links-privacy a {
    zoom: 1.0125;
    display: block;
    text-align: center;
    padding: .5em;
    border-radius: 0.1875em;
    margin-bottom: 0.4375em;
    color: #757575;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.75); }
    .links-privacy a:active {
      background: white; }

.link-others {
  max-width: 13.125em;
  margin: 1em auto 1em; }
  .link-others a {
    text-indent: -624.9375em;
    margin-right: 0.625em;
    display: inline-block;
    vertical-align: middle; }
    .link-others a:last-child {
      margin-right: 0; }

.link-acby {
  width: 9.6875em;
  height: 3.4375em;
  background-image: url(images/pic_accessibility.png); }

.link-gov {
  width: 2.6875em;
  height: 2.9375em;
  background-image: url(images/pic_egov.png); }

.text-footer {
  margin-top: 21em;
  text-align: center; }
  .text-footer span {
    display: block; }
  .text-footer p {
    margin-top: -1em; }
    .text-footer p.con-preview {
      margin-top: 0; }

a.btn {
  color: #25487a;
  color: #fff; }

.btn-primary {
  background: #25487a; }
  .btn-primary:hover {
    background: #46494a; }
  .btn-primary.disabled {
    background: #ddd;
    color: #bbb; }

.btn-secondary {
  background: #757575; }

a#accesskeyC {
  color: #fff;
  float: left;
  margin-top: -1.375em; }

main {
  color: #555; }
  main h1 {
    display: none; }
  main h2 {
    position: relative;
    width: 100%;
    font-size: 1.275em;
    line-height: 1.75em;
    color: #25487a;
    padding: 0 .425em;
    background: linear-gradient(to right, #d6e6ff 75%, rgba(255, 255, 255, 0) 100%); }
    main h2:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: .1125em;
      background: linear-gradient(to right, #25487a 25%, rgba(255, 255, 255, 0) 100%); }
  main h3 {
    font-size: 1em;
    padding: .5em .625em;
    color: #25487a; }
  main p {
    padding: 0 .75em; }
  main .con-index-download p {
    padding: 0; }

.breadcrumb {
  position: relative;
  padding: 4em 0 .5em 2em;
  margin-bottom: .5em;
  background-color: transparent;
  border-radius: 0;
  font-size: .85em;
  margin-top: .35em;
  zoom: 1.025; }
  .breadcrumb:before {
    position: absolute;
    top: 4.125em;
    left: .75em;
    content: '';
    width: 1.025em;
    height: 1.025em;
    background-image: url(images/icon_breadcrumb.png); }
  .breadcrumb li {
    position: relative;
    display: inline-block; }
    .breadcrumb li.active {
      color: #757575; }
    .breadcrumb li a {
      color: #25487a; }
      .breadcrumb li a:hover {
        border-bottom: .0625em solid;
        padding-bottom: .1025em; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: .25rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: .25rem;
    color: #757575;
    content: ">"; }

.con-pagination {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 1em 0 3em;
  border-top: 0.0625em solid #ccc; }

.con-pageleft {
  float: left;
  display: none; }
  .con-pageleft span {
    padding: 0 .25em;
    color: #1c4aa9; }

.con-pageright {
  margin: 0 auto;
  text-align: center; }
  .con-pageright a {
    color: #1c4aa9; }
    .con-pageright a:hover {
      border-bottom: .0625em solid;
      padding-bottom: .1025em; }
    .con-pageright a.nopage {
      color: #46494a;
      cursor: default; }
      .con-pageright a.nopage:hover {
        border-bottom: none; }
  .con-pageright select {
    margin: 0 .25em;
    border-top: 0.0625em solid #46494a;
    -webkit-appearance: menulist;
            appearance: menulist; }

@media (min-width: 22em) {
  .links-privacy {
    margin: -34em auto 0; }
  .text-footer {
    margin-top: 18em; }
    .text-footer p {
      margin-top: 0; } }

@media (min-width: 36em) {
  .con-btns {
    padding: 0 .5em .5em;
    border-bottom: 0.0625em solid #ccc; }
    .con-btns.row {
      display: block;
      flex-wrap: unset;
      margin: -1.5em 0 .5em;
      min-height: 3.125em; }
    .con-btns .col {
      flex-basis: unset;
      flex-grow: unset;
      display: inline-block;
      float: right;
      width: 7.5em;
      max-width: none; }
  footer {
    zoom: 1; }
  .links-privacy a {
    zoom: 1; }
  .breadcrumb {
    zoom: 1; } }

@media (min-width: 48em) {
  .nav {
    left: -45%;
    width: 45%; }
  .text-footer {
    margin-top: 1.25em;
    text-align: left; }
  .links-privacy {
    margin: 1.875em auto 0; }
    .links-privacy a {
      width: 75%;
      margin: 0.4375em auto; }
  .link-others {
    width: 13.125em;
    margin: 0.625em auto 1em; }
  .con-pageleft {
    display: block; }
  .con-pageright {
    float: right;
    text-align: right; } }

@media (min-width: 62em) {
  header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 4.375em;
    box-shadow: none;
    background: transparent;
    z-index: 0; }
  .content {
    margin: 0 auto;
    width: 61.875em;
    height: auto;
    padding: 0 0.625em; }
  .logo {
    margin: 0.9375em 0;
    width: 15.8125em;
    height: 3.5em; }
  .nav {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 2.5em;
    background: #25487a;
    z-index: 1; }
    .nav ul.menu {
      height: 100%;
      margin-bottom: 0; }
    .nav li {
      position: relative;
      border-bottom: none;
      display: inline-block;
      line-height: 1.5;
      height: 2.5em;
      text-align: center;
      cursor: pointer; }
      .nav li a {
        padding: .5em 1.025em; }
      .nav li.level-li {
        padding-right: 2em; }
        .nav li.level-li::after {
          right: 1em; }
      .nav li.active > .level-li-in {
        position: absolute;
        top: 2.5em;
        left: -40%;
        right: -40%;
        border: none; }
        .nav li.active > .level-li-in li {
          width: 100%;
          display: block;
          text-align: center;
          background: #d4e5ff;
          border-color: #fff; }
          .nav li.active > .level-li-in li:hover {
            background: #757575; }
            .nav li.active > .level-li-in li:hover a {
              color: #fff; }
  .btn-menu {
    display: none; }
  .links-in-m {
    position: absolute;
    margin-top: 0;
    top: -5em;
    right: 0; }
    .links-in-m a {
      margin: 0 0.9375em 0 0;
      display: inline-block;
      text-align: left;
      color: #757575;
      font-size: 0.875em;
      padding: 0;
      width: auto;
      background: none;
      border-radius: 0; }
      .links-in-m a:hover {
        border-bottom: .0625em solid;
        padding-bottom: .1025em; }
      .links-in-m a:first-child {
        position: relative;
        color: #fff;
        z-index: 0; }
      .links-in-m a:nth-of-type(3) {
        margin-right: 0.625em; }
      .links-in-m a:nth-last-of-type(1), .links-in-m a:nth-last-of-type(2), .links-in-m a:nth-last-of-type(3) {
        display: none; }
  .page {
    padding-bottom: 2em; }
  .links-social {
    display: block; }
  .links-privacy {
    float: right;
    width: 31.25em;
    margin: 1.875em 0 0; }
    .links-privacy a {
      display: inline-block;
      width: auto;
      padding: .5em .75em;
      border-radius: 0.1875em;
      margin: 0 0.4375em 0 0;
      background: white;
      color: #555; }
      .links-privacy a:last-child {
        margin: 0; }
      .links-privacy a:hover {
        background: #757575;
        background: white; }
  .con-sitemap {
    display: block; }
  .text-footer span {
    padding-left: 0.625em;
    display: inline; }
  .link-others {
    float: right;
    width: 13.125em;
    margin: 0.625em 0 0; }
  .con-preview {
    position: absolute;
    left: 20.5em;
    bottom: 0;
    width: 13.125em; }
  .title-sitemap {
    margin: -1.825em auto 0; }
  .breadcrumb {
    padding: 2.5em 0 .5em 2em; }
    .breadcrumb:before {
      top: 2.75em; }
  main h2 {
    margin-bottom: 1.5em; }
  a#accesskeyC {
    margin-top: 0; } }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.banner {
  margin-top: 2.5em;
  width: 100%;
  height: 0;
  padding-bottom: 25%;
  background: url(images/pic_banner.png) center no-repeat; }

.links-social-index {
  margin: .9375em auto 1.25em;
  width: 11.0625em; }
  .links-social-index a {
    margin-right: 0.5em;
    display: inline-block;
    width: 1.8125em;
    height: 1.8125em;
    text-indent: -624.9375em; }
    .links-social-index a:last-child {
      margin: 0; }

.con-index-download {
  display: none;
  margin: 1em auto;
  padding: 3em 2em 0 7.25em;
  width: 37.6875em;
  height: 8.3125em;
  background-image: url(images/bg_indexframe.png); }
  .con-index-download p {
    margin-bottom: .5em; }
    .con-index-download p a {
      color: #25487a;
      border-bottom: .0625em solid;
      padding-bottom: .1025em; }

main {
  margin: 0;
  padding: 0; }

.con-newslist {
  overflow: hidden; }
  .con-newslist .row {
    border-bottom: 0.0625em dotted #757575;
    margin: 0 0 .25em;
    line-height: 2.75em; }
  .con-newslist a {
    color: #000; }
    .con-newslist a:hover {
      border-bottom: .0625em solid;
      padding-bottom: .1025em; }
    .con-newslist a.btn-more {
      display: block;
      margin: .75em auto 1.75em;
      width: 10em;
      padding: .5em 0;
      font-size: 1.125em;
      color: #fff;
      background: #666;
      text-align: center; }
      .con-newslist a.btn-more:hover {
        border-bottom: none;
        padding-bottom: .5em 0; }

@media (min-width: 23em) {
  .con-newslist {
    margin: 0 auto 0; }
    .con-newslist .col-4 {
      flex: 0 0 23%;
      max-width: 23%; }
    .con-newslist .col-8 {
      flex: 0 0 77%;
      max-width: 77%; } }

@media (min-width: 36em) {
  .con-newslist .col-4 {
    flex: 0 0 17%;
    max-width: 17%; }
  .con-newslist .col-8 {
    flex: 0 0 83%;
    max-width: 83%; } }

@media (min-width: 48em) {
  .links-social-index {
    display: none; }
  .con-index-download {
    display: block; }
  .con-newslist .col-4 {
    flex: 0 0 11.5%;
    max-width: 11.5%; }
  .con-newslist .col-8 {
    flex: 0 0 88.5%;
    max-width: 88.5%; } }

@media (min-width: 62em) {
  .con-newslist .col-4 {
    flex: 0 0 9.5%;
    max-width: 9.5%; }
  .con-newslist .col-8 {
    flex: 0 0 90.5%;
    max-width: 90.5%; }
  .banner {
    margin-top: 0; } }

.con-area-top p a {
  color: #25487a; }
  .con-area-top p a:hover, .con-area-top p a:active {
    border-bottom: .0625em solid;
    padding-bottom: .1025em; }

.con-area-middle strong {
  color: #000; }

.con-area-middle.con-explain {
  padding: 0 .75em; }
  .con-area-middle.con-explain pre {
    padding: 0 .75em;
    font-size: 100%; }

.con-area-middle a {
  color: #25487a; }
  .con-area-middle a:hover {
    border-bottom: .0625em solid;
    padding-bottom: .1025em; }

.ismobile .con-area-middle.con-explain {
  font-size: 1em;
  zoom: .6; }
  .ismobile .con-area-middle.con-explain pre {
    font-size: 1em;
    zoom: .6; }

.con-btns {
  padding: 0 2em 1em;
  border-bottom: 0.0625em solid #ccc; }
  .con-btns.row {
    margin: 0 auto 1em;
    width: 95%; }
  .con-btns .col {
    padding-right: .25em;
    padding-left: .25em; }

.btn {
  border-radius: .1875em;
  border: none;
  width: 100%;
  font-weight: normal;
  color: #fff; }

@media (min-width: 32em) {
  .ismobile .con-area-middle.con-explain {
    font-size: 1em;
    zoom: .85; }
    .ismobile .con-area-middle.con-explain pre {
      font-size: 1em;
      zoom: .85; } }

@media (min-width: 36em) {
  .ismobile .con-area-middle.con-explain {
    font-size: 1em;
    zoom: .825; }
    .ismobile .con-area-middle.con-explain pre {
      font-size: 1em;
      zoom: .825; } }

@media (min-width: 48em) {
  .ismobile .con-area-middle.con-explain {
    zoom: 1; }
    .ismobile .con-area-middle.con-explain pre {
      zoom: 1; } }

@media (min-width: 62em) {
  .con-area-top {
    margin-bottom: 1.5em; } }

.con-btns-info {
  margin: 0 auto 1em;
  padding: 0 .25em .5em;
  border-bottom: 0.0625em solid #ccc;
  width: 95%; }
  .con-btns-info .row {
    margin: 0 auto .5em; }
  .con-btns-info .col {
    flex-basis: unset;
    flex-grow: unset;
    width: 100%;
    margin-bottom: .25em; }

@media (min-width: 22em) {
  .con-btns-info {
    margin: 0 auto 1em;
    padding: 0 .25em .5em;
    border-bottom: 0.0625em solid #ccc;
    width: 95%; }
    .con-btns-info .row {
      margin: 0 auto .5em; }
    .con-btns-info .col {
      padding-right: .25em;
      padding-left: .25em;
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      margin-bottom: 0; } }

@media (min-width: 62em) {
  .con-btns-info {
    margin: 0 auto .5em; }
    .con-btns-info .row {
      margin: 0 0 .5em;
      display: inline-block;
      flex-wrap: unset; }
    .con-btns-info .col {
      display: inline-block;
      padding-right: .25em;
      padding-left: .25em;
      width: 9.25em; } }

ol.list-rule {
  padding: 0 .75em; }
  ol.list-rule li {
    position: relative;
    margin-left: 1.5em;
    margin-bottom: 0.5em; }
    ol.list-rule li ul {
      margin-top: 0.5em; }
    ol.list-rule li:before {
      position: absolute;
      top: .5em;
      left: -1em;
      content: '';
      width: 0.5625em;
      height: 0.5625em;
      border-radius: 50%;
      background: #25487a;
      opacity: .5; }
    ol.list-rule li:after {
      position: absolute;
      top: .65em;
      left: -.85em;
      content: '';
      width: 0.3125em;
      height: 0.3125em;
      border-radius: 50%;
      background: #25487a; }

@media (min-width: 62em) {
  ol.list-rule li:after {
    position: absolute;
    top: .625em; } }

.con-area-middle.con-list {
  padding: 0 .75em 1em; }
  .con-area-middle.con-list strong {
    padding: 0 .75em .5em;
    display: block; }
  .con-area-middle.con-list pre {
    padding: 0 .75em;
    padding-bottom: 2em; }

.ismobile .con-area-middle.con-list {
  font-size: 1em;
  zoom: .6; }
  .ismobile .con-area-middle.con-list pre {
    font-size: 1em;
    zoom: .6; }

@media (min-width: 32em) {
  .ismobile .con-area-middle.con-list {
    font-size: 1em;
    zoom: .875; }
    .ismobile .con-area-middle.con-list pre {
      font-size: 1em;
      zoom: .875; } }

@media (min-width: 48em) {
  .ismobile .con-area-middle.con-list {
    zoom: 1; }
    .ismobile .con-area-middle.con-list pre {
      zoom: 1; } }

.con-btns-result {
  margin: .5em auto 1em;
  padding: 0 .25em .5em;
  border-bottom: 0.0625em solid #ccc;
  width: 95%; }
  .con-btns-result .row {
    margin: 0 auto .5em; }
  .con-btns-result .col {
    padding-right: .25em;
    padding-left: .25em; }
  .con-btns-result a.btn-type {
    color: #25487a;
    background: #ddd;
    border-radius: 0; }
    .con-btns-result a.btn-type:hover, .con-btns-result a.btn-type.active {
      background: #d6e6ff; }

.list-result {
  width: 100%;
  margin-bottom: 0.5em; }
  .list-result td {
    padding: .5em 2em .5em .75em;
    color: #25487a; }
    .list-result td:nth-of-type(1) {
      text-align: right;
      padding-right: 0; }

@media (min-width: 62em) {
  .con-btns-result {
    margin: 0 auto .5em; }
    .con-btns-result .row {
      margin: 0 0 .5em;
      display: inline-block;
      flex-wrap: unset; }
    .con-btns-result .col {
      display: inline-block;
      padding-right: .25em;
      padding-left: .25em;
      width: 6.875em; } }

.con-search .row {
  margin: 0 auto 1em;
  width: 95%; }

.con-search .col .btn {
  margin-bottom: .5em; }

.con-search .col-3 {
  text-align: right;
  padding-right: .25em; }

.con-search .col-9 {
  padding-left: .25em; }

.btns-form {
  padding: 1em 1em 3em;
  border-top: 0.0625em solid #ccc; }

.con-tooltip {
  margin: 0 auto 1em;
  width: 95%;
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 36em) {
  .con-search .col .btn {
    width: 32.2%;
    margin-right: .5em; }
    .con-search .col .btn:last-child {
      margin-right: 0; } }

@media (min-width: 48em) {
  .con-search .col-3 {
    flex: 0 0 13%;
    max-width: 13%; }
  .con-search .col-9 {
    flex: 0 0 85%;
    max-width: 85%; }
  .con-search .col .btn {
    width: 30%;
    margin-right: 1.5em; } }

@media (min-width: 62em) {
  .con-search {
    margin-bottom: 2em; }
    .con-search .row {
      width: auto; }
    .con-search .col-3 {
      flex: 0 0 15%;
      max-width: 15%; }
    .con-search .col-9 {
      flex: 0 0 35%;
      max-width: 35%; }
    .con-search form {
      margin-top: -2.825em; }
      .con-search form .form-group.row:nth-of-type(2n) {
        margin-top: -3.35em;
        margin-left: 30em; }
        .con-search form .form-group.row:nth-of-type(2n) .col-3 {
          flex: 0 0 20%;
          max-width: 20%; }
        .con-search form .form-group.row:nth-of-type(2n) .col-9 {
          flex: 0 0 65.5%;
          max-width: 65.5%; }
  .con-tooltip {
    width: auto; } }

.logo,
.banner,
.links-social-index a,
.links-social a,
.btn-backtop,
.link-acby,
.link-gov,
.con-index-download,
.page,
.breadcrumb:before {
  background-size: cover; }

a:focus,
input.form-control:focus,
input:focus,
button:focus,
select:focus,
.page a#accesskeyC:focus,
a#accesskeyU:focus,
.gotocenter:focus {
  color: #000000;
  background-color: #fadd3c !important; }

.btn-menu a:focus,
.links-privacy a:focus,
.con-newslist a:focus,
.con-area-middle a:focus,
.breadcrumb-item a:focus,
.con-btns a:focus,
.con-btns-info a:focus {
  color: #000000;
  background-color: #fadd3c !important;
  opacity: 1; }

.con-btns-info a.btn-primary.disabled,
.con-btns-info a.disabled:focus {
  background-color: #ddd !important;
  color: #bbb !important; }

a.btn-backtop:focus {
  width: 3em;
  height: 3em;
  color: #000;
  text-indent: 0;
  background: #fadd3c !important; }
