<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
p {
  line-height: 1.8;
}
p:not(:last-child) {
  margin-bottom: 1.2em;
}

a {
  text-decoration: underline;
  color: #00a0ca;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #00a0ca;
}
a.btn {
  text-decoration: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

@media screen and (max-width: 767px) {
  .wrapper_ div, .wrapper_ span, .wrapper_ object, .wrapper_ iframe, .wrapper_ p, .wrapper_ em, .wrapper_ img, .wrapper_ small, .wrapper_ strong, .wrapper_ b, .wrapper_ i, .wrapper_ dl, .wrapper_ dt, .wrapper_ dd, .wrapper_ ol, .wrapper_ ul, .wrapper_ li, .wrapper_ fieldset, .wrapper_ form, .wrapper_ label, .wrapper_ legend, .wrapper_ table, .wrapper_ caption, .wrapper_ tbody, .wrapper_ tfoot, .wrapper_ thead, .wrapper_ tr, .wrapper_ th, .wrapper_ td, .wrapper_ article, .wrapper_ figcaption, .wrapper_ figure, .wrapper_ nav, .wrapper_ section {
    font-size: inherit;
  }
}
.contents_ {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents_ {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 768px) {
  .contents_ h2.support {
    color: #ffffff;
    background-color: #009fcc;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .contents_ h2.support {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 4px 15px;
    padding: 0 0 0 0.5em;
    border-left: 3px solid #009fcc;
  }
}
.contents_ h3 {
  background: #c1ebf7;
  color: #009fcc;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 16px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 767px) {
  .contents_ h3 {
    font-size: 17px;
    margin: 30px calc(50% - 50vw) 15px;
  }
}
.contents_ h4.ttl_square {
  position: relative;
  color: #009fcc;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(193, 235, 247, 0.3);
  border-top: 2px solid #c1ebf7;
  border-bottom: 2px solid #c1ebf7;
  padding: 6px 16px 6px 35px;
  margin: 50px auto 20px;
}
@media screen and (max-width: 767px) {
  .contents_ h4.ttl_square {
    font-size: 15px;
    padding: 5px 8px 5px 37px;
    margin: 30px calc(50% - 50vw) 15px;
    border-width: 1px;
  }
}
.contents_ h4.ttl_square::before {
  content: "■";
  position: absolute;
  color: #c1ebf7;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .contents_ h4.ttl_square::before {
    left: 15px;
  }
}
.contents_ h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 25px auto 10px;
  padding: 0 0 5px 5px;
  border-bottom: 2px solid #009fcc;
}
@media screen and (max-width: 767px) {
  .contents_ h5 {
    font-size: 15px;
  }
}
.contents_ .content_inner {
  background-color: #ffffff;
  padding: 20px 20px 50px;
}
@media screen and (max-width: 767px) {
  .contents_ .content_inner {
    padding: 20px 15px 40px;
  }
}
.contents_ .gry_box {
  background: #f7f7f7;
  margin: 20px auto;
  border: 1px solid #dbdbdb;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .contents_ .gry_box {
    padding: 20px 14px;
  }
}
.contents_ .gry_box:first-child {
  margin-top: 0;
}
.contents_ .gry_box:last-child {
  margin-bottom: 0;
}
.contents_ ul.list_disc, .contents_ ul.list_att {
  line-height: 1.5;
  margin: 1.5em auto;
}
.contents_ ul.list_disc:first-child, .contents_ ul.list_disc:first-of-type, .contents_ ul.list_att:first-child, .contents_ ul.list_att:first-of-type {
  margin-top: 0;
}
.contents_ ul.list_disc:last-child, .contents_ ul.list_att:last-child {
  margin-bottom: 0;
}
.contents_ ul.list_disc &gt; li {
  list-style: disc;
  margin-left: 1.5em;
}
.contents_ ul.list_disc &gt; li:not(:last-child) {
  margin-bottom: 0.8em;
}
.contents_ ul.list_att &gt; li {
  position: relative;
  padding-left: 1.2em;
}
.contents_ ul.list_att &gt; li:not(:last-child) {
  margin-bottom: 0.8em;
}
.contents_ ul.list_att &gt; li &gt; span.attention {
  position: absolute;
  color: #dd0000;
  left: 0;
}
.contents_ ul.list_em {
  font-weight: bold;
}
.contents_ dl {
  margin: 1.5em auto;
}
.contents_ dl:first-child {
  margin-top: 0;
}
.contents_ dl:last-child {
  margin-bottom: 0;
}
.contents_ dl dt {
  color: #009fcc;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .contents_ dl dt {
    font-size: 15px;
  }
}
.contents_ dl dd {
  line-height: 1.5;
}
.contents_ dl dd:not(:last-child) {
  margin-bottom: 1.5em;
}
.contents_ ul.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .contents_ ul.nav {
    gap: 6px;
    justify-content: flex-start;
  }
}
.contents_ ul.nav &gt; li {
  width: calc((100% - 30px) / 4);
  height: auto;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .contents_ ul.nav &gt; li {
    width: calc((100% - 6px) / 2);
  }
}
.contents_ ul.nav &gt; li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #404040;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #009fcc;
  padding: 0.8em 2em 0.8em 1em;
}
@media screen and (max-width: 767px) {
  .contents_ ul.nav &gt; li a {
    font-size: 12px;
  }
}
.contents_ ul.nav &gt; li a::before {
  content: none;
}
.contents_ ul.nav &gt; li a::after {
  content: "\e5c6";
  position: absolute;
  color: #00a0ca;
  font-size: 1.2em;
  font-family: "Material Symbols Outlined";
  top: 50%;
  left: inherit;
  right: 0.5em;
  transform: translateY(-50%);
  border: none;
  width: inherit;
  height: inherit;
}
.contents_ .red {
  color: #dd0000 !important;
}
.contents_ .marker {
  background: #ffff66;
}
.contents_ .mt0 {
  margin-top: 0 !important;
}
.contents_ .mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .wrapper_ {
    padding-top: 0 !important;
  }
  .search_form_ + div.wrapper_ .contents_ {
    padding-top: 80px;
  }
}
#support01 .secFormMailer {
  padding: 0;
  border-top: 1px solid #dbdbdb;
}</pre></body></html>