<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* --------------- *\
 * about
\* --------------- */
#about {
  padding: 40px 0 80px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  #about .wrapper div {
    width: 100%;
  }
}








/* --------------- *\
 * law
\* --------------- */
#law {
  padding: 40px 0 80px 0;
  font-size: 14px;
}
#law h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
#law .wrapper div {
  width: 80%;
  margin: 0 auto;
}
#law th {
  width: 300px;
}
@media (max-width: 767px) {
  #law h3 {
    font-size: 24px;
  }
  #law .wrapper div {
    width: 100%;
  }
  #law th,
  #law td {
    display: block;
  }
  #law th {
    width: 100%;
  }
  #law td {
    border-top: none;
  }
}



/* --------------- *\
 * termslist
\* --------------- */
.termslist {
  padding: 40px 0 80px 0;
}
.termslist h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
}
.termslist h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.termslist #main_wrapper .wrapper.flex {
  margin-top: 0;
}
.termslist #main_wrapper .sidebar {
  width: 200px;
}
.termslist #main_wrapper .main {
  width: 800px;
}
#gdpr.termslist table {
  margin-top: 20px;
  border-left: 1px solid #cbcbcb;
}
#gdpr.termslist table th,
#gdpr.termslist table td {
  border-right: 1px solid #cbcbcb;
}

@media (max-width: 1219px) {
  .termslist #main_wrapper .sidebar {
    width: 200px;
  }
  .termslist #main_wrapper .main {
    width: 660px;
  }
}
@media (max-width: 767px) {
  .termslist {
    padding: 40px 0 0;
  }
  .termslist h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .termslist #main_wrapper .sidebar {
    width: 100%;
  }
  .termslist #main_wrapper .main {
    width: 100%;
  }
}
.termslist .sidebar ul {
  font-size: 16px;
}
.termslist .sidebar li {
  margin-bottom: 10px;
}
.termslist .sidebar li a {
  text-decoration: none;
  color: #bbb;
}
.termslist .sidebar li a:hover,
.termslist .sidebar li.active a {
  text-decoration: none;
  color: #666;
}
@media (max-width: 767px) {
  .termslist .sidebar ul {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .termslist .sidebar li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  .termslist .sidebar li a {
    display: block;
  }
}
.termslist .main &gt; section:not(:first-child) {
  margin-top: 25px;
}
.termslist .main section section:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #bbb;
}
.termslist .main h4 {
  background-color: #000;
  color: #fff;
  /*line-height: 36px;*/
  /*height: 36px;*/
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
}
.termslist .main h5 {
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}
.termslist .main h6 {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}
.termslist .main p {
  margin-top: 10px;
}
.termslist .main ol {
  list-style: decimal;
  margin-top: 10px;
  padding-left: 20px;
}
.termslist .main ol &gt; li {
  margin-bottom: 5px;
}
.termslist .main ol ol {
  list-style: lower-alpha;
  margin-left: 10px;
  margin-top: 0;
}
.termslist .main ul {
  list-style: disc;
  margin-top: 10px;
  padding-left: 20px;
}
.termslist .main ul &gt; li {
  margin-bottom: 5px;
}
.termslist .main .note {
  font-size: 11px;
}
.termslist .main .warning {
  font-size: 11px;
  color: #d70d0d;
}
@media (max-width: 767px) {
  .termslist .privacy_table th,
  .termslist .privacy_table td {
    display: block;
  }
}



/* --------------- *\
 * corporate
\* --------------- */
#corporate {
  padding: 40px 0 80px 0;
  font-size: 14px;
}
#corporate h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
#corporate .wrapper div {
  width: 60%;
  margin: 0 auto;
}
#corporate th {
  width: 200px;
}
@media (max-width: 767px) {
  #corporate h3 {
    font-size: 24px;
  }
  #corporate .wrapper div {
    width: 100%;
  }
  #corporate th,
  #corporate td {
    display: block;
  }
  #corporate th {
    width: 100%;
  }
  #corporate td {
    border-top: none;
  }
}



/* --------------- *\
 * undiscovered
\* --------------- */
#undiscovered {}
#undiscovered .wrapper {
  width: 1440px;
  margin: 0 auto;
  text-align: center;
}
#undiscovered .btn_area {
  margin: 60px auto;
  width: 260px;
}
#undiscovered .btn_area .button {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  background-color: #ffdb14;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
}
@media (max-width: 1219px) {
  #undiscovered .wrapper {
    width: 100%;
    padding: 0;
  }
}



/* --------------- *\
 * sitemap
\* --------------- */
#sitemap {
  padding: 30px 0 0;
  font-size: 14px;
  background-color: #fff;
}
#sitemap h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#sitemap h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #717171;
  padding: 7px 15px;
}
#sitemap h4 ~ section {
  padding: 0 10px;
}
#sitemap h5 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
#sitemap h6 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
#sitemap ul {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
}
#sitemap li {
  margin-bottom: 3px;
}
#sitemap li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 15px;
}
#sitemap li a {
  color: #666;
  text-decoration: none;
}
#sitemap li a:hover {
  text-decoration: underline;
}




/* --------------- *\
 * error
\* --------------- */
#error {
  padding: 100px 0 60px;
  font-size: 14px;
}
#error .box_shadow {
  margin-top: 30px;
  border-top: 6px solid #ffdb14;
  padding: 40px;
}
#error .box_shadow h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #error {
    /*padding: 100px 0 60px;*/
  }
  #error .box_shadow {
    /*margin-top: 30px;*/
    padding: 20px;
  }
  #error .box_shadow h3 {
    font-size: 24px;
    line-height: 24px;
    /*margin-bottom: 20px;*/
  }
}</pre></body></html>