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

/* CSS Document */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���S�V�b�N", "YuGothic", "���C���I", "Meiryo", sans-serif;
  height: auto;
  min-height: 100%;
  background-color: #fff;
}

.usr_wrapper {
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: inline-block;
  margin: 0 auto;
}

a img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

/*PC*/
@media(min-width: 961px) {
  body {
    padding-top: 100px;
  }

  .usr_pc {
    display: block;
  }

  .usr_sp {
    display: none;
  }

  .usr_header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 60px 20px 40px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(21, 43, 81, 0.25);
    box-shadow: 0 5px 10px rgba(21, 43, 81, 0.25);
  }

  .usr_header .usr_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
  }

  .usr_header .usr_inner .usr_logo {
    width: 270px;
    margin: 0;
  }

  .usr_header .usr_inner .usr_header_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .usr_header .usr_inner .usr_header_link a {
    width: 200px;
  }

  .usr_header .usr_inner .usr_header_link a {
    margin-right: 20px;
  }

  .usr_header .usr_inner .usr_header_link a:last-child {
    margin-right: 00px;
  }

  .usr_mc {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }


  .usr_footer {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
  }

  .usr_footer .usr_inner .usr_footer_link {
    margin-bottom: 140px;
  }

  .usr_footer .usr_inner .usr_footer_link a {
    width: 27.777%;
    max-width: 420px;
    display: inline-block;
  }

  .usr_footer .usr_footer_copyright {
    background-color: #73A9DA;
    padding: 30px 0;
  }

  .usr_footer .usr_footer_copyright small {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
  }

}

/*SP*/
@media(max-width: 960px) {
  html {
    font-size: calc(100vw /39);
    letter-spacing: 0;
  }

  a img:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }

  .usr_pc {
    display: none;
  }

  .usr_sp {
    display: block;
  }

  .usr_inner {
    width: 100%;
    margin: 0 auto;
  }

  .usr_header {
    width: 100%;
    height: 8rem;
    padding: 2.0rem 0;
    background-color: #fff;
    position: relative;
    z-index: 999;
    text-align: center;
    -webkit-box-shadow: 0 0.2rem 1rem rgba(21, 43, 81, 0.25);
    box-shadow: 0 0.2rem 1rem rgba(21, 43, 81, 0.25);
  }

  .usr_header .usr_inner .usr_logo {
    width: 20rem;
  }

  .usr_footer {
    text-align: center;
  }

  .usr_footer .usr_inner .usr_footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8rem;
  }

  .usr_footer .usr_inner .usr_footer_link a {
    width: 18rem;
    display: inline-block;
  }

  .usr_footer .usr_footer_copyright {
    background-color: #73A9DA;
    padding: 1.5rem 0;
  }

  .usr_footer .usr_footer_copyright small {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
  }

  /*Fixed Btn*/
  .usr_fixedBtn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
  }

  .usr_fixedBtn a:first-child {
    width: 18rem;
    margin-right: 1rem;
    -webkit-box-shadow: 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.05);
  }

  .usr_fixedBtn a:nth-child(2) {
    width: 18rem;
    -webkit-box-shadow: 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 -0.3rem 0.6rem rgba(0, 0, 0, 0.05);
  }


  .is-hidden {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }

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