@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  padding: 0;
  margin: 0;
  background: #fff;
  text-size-adjust: 100%;
  line-height: 1.42857143; }

body {
  min-width: 320px;
  margin: 0;
  background: #fff;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 10px;
  color: #333; }

input, select, textarea, button {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  outline: none; }

.windows body {
  font-family: "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
.windows input, .windows select, .windows textarea, .windows button {
  font-family: "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }

input, select, button {
  cursor: pointer; }

input[type="text"], input[type="password"], textarea {
  cursor: text; }

button {
  line-height: 1.42857143; }

p {
  margin: 10px; }

img {
  border: 0; }

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

@font-face {
  font-family: "Sanshin";
  src: url("../font/sanshin/Sanshin.eot?a0503c8db5ab36698fb7c53e536fb80a?#iefix") format("embedded-opentype"), url("../font/sanshin/Sanshin.woff?a0503c8db5ab36698fb7c53e536fb80a") format("woff"), url("../font/sanshin/Sanshin.ttf?a0503c8db5ab36698fb7c53e536fb80a") format("truetype"), url("../font/sanshin/Sanshin.svg?a0503c8db5ab36698fb7c53e536fb80a#Sanshin") format("svg"); }
header {
  background: #fff;
  font-size: 16px;
  color: #333; }
  header .container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto; }
  header ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  header .logo a {
    display: block; }
  header .logo img {
    display: block;
    width: 160px; }
  header .top-nav {
    margin: 0 0 0 20px; }
    header .top-nav ul {
      display: -webkit-flex;
      display: flex; }
    header .top-nav li a {
      display: block;
      height: 66px;
      padding: 0 16px;
      position: relative;
      font-size: 14px;
      line-height: 63px;
      color: #333;
      text-decoration: none;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
    header .top-nav li a:hover, header .top-nav li a:focus, header .top-nav li a:active {
      color: #149ce1; }
    header .top-nav li.contact {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      padding: 0 0 0 20px; }
    header .top-nav li.contact a {
      width: 160px;
      height: 36px;
      padding: 0;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      background: #48b7ef;
      font-weight: bold;
      line-height: 36px;
      color: #fff;
      text-align: center; }
    header .top-nav li.contact a:before {
      content: "\f0e0";
      font-family: "Font Awesome 6 Free";
      margin: 0 10px 0 0; }

#facilities {
  background: #69c4f2; }
  #facilities ul {
    text-align: center; }
  #facilities li {
    display: inline-block; }
    #facilities li a {
      display: block;
      padding: 4px 20px 8px 20px;
      margin: 0 4px;
      position: relative;
      font-size: 16px;
      font-weight: bold;
      line-height: 40px;
      color: #fff;
      text-shadow: 1px 1px 2px #555;
      text-decoration: none;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
    #facilities li a:after {
      content: "";
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 4px;
      margin: auto;
      position: absolute;
      right: -9999px;
      bottom: 10px;
      left: -9999px;
      background: #fff; }
    #facilities li a:hover, #facilities li a:focus, #facilities li a:active {
      text-shadow: none;
      color: #0076ec; }

@media screen and (max-width: 1280px) {
  header .container {
    width: auto;
    padding: 0 40px; } }
@media screen and (max-width: 1000px) {
  header .container {
    width: auto;
    padding: 0 20px; } }
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    min-width: 320px;
    height: 60px;
    padding: 9px 20px 8px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    line-height: 1.42857143; }
    header .container {
      padding: 0; }
    header h1 {
      padding: 0;
      border: none; }
    header h1 .logo img {
      width: 150px; }
    header .top-nav {
      display: none; }
      header .top-nav li a {
        height: 50px;
        line-height: 44px; }
    header #facilities {
      display: none; }

  #contents {
    margin: 60px 0 0 0; } }
#contents h2 {
  height: 200px;
  border-bottom: 1px solid #3ab2ee;
  margin: 0;
  background: #dff2fb;
  font-size: 20px;
  line-height: 200px;
  color: #333;
  text-align: center; }

footer {
  height: 500px;
  padding: 20px 0;
  background: #f7f2f2; }
  footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  footer a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    -moz-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.2s ease 0s; }
    footer a:hover, footer a:focus, footer a:active {
      color: #0b5b84; }
  footer .container {
    width: 1200px;
    margin: 0 auto; }
  footer .row {
    display: -webkit-flex;
    display: flex; }
  footer .text-nav {
    font-size: 16px; }
    footer .text-nav ul {
      padding: 20px; }
    footer .text-nav li {
      padding: 4px 10px;
      margin: 0 0 10px 0; }
  footer h5 + .text-nav ul {
    min-width: 172px; }
  footer h5 + .text-nav + .text-nav ul {
    min-width: 256px; }
  footer .logo {
    padding: 0 80px 0 0; }
    footer .logo img {
      width: 200px; }
  footer .profile {
    padding: 20px 0 20px 120px;
    font-size: 14px; }
    footer .profile h6 {
      margin: 4px 0 10px 0;
      font-size: 16px;
      color: #3991bd; }
    footer .profile address {
      font-size: 24px;
      font-style: normal; }
    footer .profile .address {
      margin: 0 0 40px 0; }
    footer .profile .zip-code {
      display: block; }
    footer .profile .zip-code:before {
      content: "〒"; }
    footer .profile .tel a {
      font-size: 24px;
      color: #6c5f41;
      text-decoration: underline;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
    footer .profile .tel a:hover, footer .profile .tel a:focus, footer .profile .tel a:active {
      color: #0b5b84;
      text-decoration: none; }
  footer .copyright {
    margin: 120px 0 0 0;
    font-size: 14px;
    text-align: right; }

@media screen and (max-width: 1280px) {
  footer .container {
    width: auto;
    padding: 0 40px; } }
@media screen and (max-width: 1000px) {
  footer {
    height: auto; }
    footer .row {
      -webkit-flex-flow: column;
      flex-flow: column; }
    footer .text-nav ul {
      padding: 20px 0; }
    footer .text-nav li {
      padding: 4px 0; }
    footer .profile {
      padding: 20px 0; }
      footer .profile address {
        font-size: 20px; }
      footer .profile .tel a {
        font-size: 20px; } }
@media screen and (max-width: 768px) {
  footer a, footer .profile, footer .profile h6 {
    font-size: 13px; } }
@media screen and (max-width: 700px) {
  footer {
    height: auto; }
    footer .logo img {
      width: 150px; }
    footer .text-nav:first-child ul {
      padding: 20px 20px 0 20px; }
    footer a, footer .profile, footer .profile h6 {
      font-size: 14px; }
    footer .profile p {
      margin: 4px 10px 14px 10px; }
    footer .copyright {
      padding: 0 0 20px 0; } }
@media screen and (max-width: 425px) {
  footer .container {
    padding: 0 20px; } }
@media screen and (max-width: 350px) {
  footer .text-nav .support-center a {
    font-size: 13px; } }
.pdf a {
  padding: 0 0 0 42px;
  position: relative; }
.pdf a:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/Adobe_PDF_file_icon_32x32.png) no-repeat;
  position: absolute;
  top: -8px;
  left: 0; }

@media screen and (max-width: 375px) {
  .pdf a {
    font-size: 14px; }
  .pdf a:before {
    top: -10px; } }
.dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4040;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s ease 0s; }

.dialog.open {
  display: block; }

.dialog.open.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.dialog-content {
  display: block;
  width: 600px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 60px auto;
  background: #fff;
  position: relative;
  z-index: 4050;
  -moz-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  -webkit-transition: box-shadow 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: box-shadow 0.2s ease 0s; }
  .dialog-content > .body {
    width: 80%;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
    font-size: 14px; }
  .dialog-content h3 {
    padding: 30px 20px;
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #333; }
  .dialog-content table {
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    border-collapse: collapse; }
  .dialog-content th {
    width: 40%;
    padding: 10px; }
  .dialog-content td {
    padding: 0 20px; }
    .dialog-content td .container {
      width: 250px;
      height: 40px;
      line-height: 40px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .dialog-content tr:first-child th {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px; }
  .dialog-content tr:first-child td {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px; }
  .dialog-content tr:last-child th {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .dialog-content tr:last-child td {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .dialog-content > .footer {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    *zoom: 1; }
    .dialog-content > .footer:after {
      content: "";
      display: table;
      clear: both; }
  .dialog-content .close {
    float: left; }
  .dialog-content .execute {
    float: right; }

.dialog .outside {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4030; }

.dialog.open.visible .dialog-content {
  -moz-box-shadow: 0 0 100px 0 #aaa;
  -webkit-box-shadow: 0 0 100px 0 #aaa;
  box-shadow: 0 0 100px 0 #aaa; }

.overlay {
  display: none;
  background: transparent;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s ease 0s; }

.overlay.show {
  display: block; }

.overlay.show.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

body.overlaying {
  height: 100%;
  overflow: hidden; }

@media \0screen {
  .overlay.show.visible {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80C8C8C8', endColorstr='#80C8C8C8'); } }
#image-popup {
  z-index: 5040; }
  #image-popup .dialog-content {
    width: auto;
    max-width: 90%;
    padding: 20px;
    margin: 60px auto 130px auto;
    z-index: 5050; }
    #image-popup .dialog-content img {
      width: 100%; }
    #image-popup .dialog-content .caption {
      padding: 10px 0 0 0;
      border-top: 2px solid #9c908b;
      margin: 6px 0 0 0;
      font-size: 14px;
      text-align: right; }
    #image-popup .dialog-content .closer {
      width: 50px;
      height: 50px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 auto;
      position: absolute;
      right: -9999px;
      bottom: -70px;
      left: -9999px;
      background: #111;
      text-align: center;
      text-decoration: none;
      outline: 0; }
    #image-popup .dialog-content .closer .icon:before {
      font-family: "Sanshin";
      content: "\f107";
      display: block;
      font-size: 50px;
      line-height: 50px;
      color: #fff; }
  #image-popup.open.visible .dialog-content {
    -moz-box-shadow: 0 0 100px 0 #333;
    -webkit-box-shadow: 0 0 100px 0 #333;
    box-shadow: 0 0 100px 0 #333; }
  #image-popup .outside {
    z-index: 5030; }

#image-popup-overlay {
  z-index: 5010;
  background: transparent;
  background: rgba(0, 0, 0, 0.7); }

#menu-opener {
  display: none;
  width: 60px;
  height: 60px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 4010;
  background: #fff;
  line-height: 60px;
  color: #69c4f2;
  text-align: center;
  text-decoration: none;
  -moz-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  -webkit-transition: box-shadow 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: box-shadow 0.2s ease 0s; }
  #menu-opener .icon:before {
    display: block;
    font-family: "Sanshin";
    content: "\f106";
    position: relative;
    top: 0;
    font-size: 50px; }
  #menu-opener.fixed {
    position: fixed;
    top: 80px;
    bottom: auto;
    -moz-box-shadow: 0 0 10px 0 #ccc;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc; }

#menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: -moz-transform 0.2s ease 0s;
  -o-transition: -o-transform 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: transform 0.2s ease 0s; }

#menu .dialog-content {
  width: 100%;
  min-width: 320px;
  height: 300px;
  padding: 10px 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  overflow-y: auto; }
  #menu .dialog-content h3 {
    padding: 0;
    margin: 20px 0;
    background: #fff;
    text-align: center; }
    #menu .dialog-content h3 .logo img {
      height: 60px; }
  #menu .dialog-content nav {
    margin: 0 0 60px 0;
    position: relative;
    z-index: 4020; }
  #menu .dialog-content ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #menu .dialog-content ul li {
      border-top: 1px solid #ddd; }
    #menu .dialog-content ul li:last-child {
      border-bottom: 1px solid #ddd; }
    #menu .dialog-content ul a {
      display: block;
      height: 68px;
      padding: 20px 10px 20px 50px;
      position: relative;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-size: 20px;
      font-weight: bold;
      color: #333;
      text-decoration: none; }
    #menu .dialog-content ul a:before {
      content: "";
      width: 8px;
      height: 8px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #69c4f2;
      position: absolute;
      top: 31px;
      left: 21px;
      -moz-transition: -moz-transform 0.2s ease 0s;
      -o-transition: -o-transform 0.2s ease 0s;
      -webkit-transition: -webkit-transform 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: transform 0.2s ease 0s; }
    #menu .dialog-content ul .yamada a:before {
      background: #ffd400; }
    #menu .dialog-content ul .toyomane a:before {
      background: #14c900; }
    #menu .dialog-content ul .orikasa a:before {
      background: #42d4be; }
    #menu .dialog-content ul .support-center a:before {
      background: #ff6a00; }
    #menu .dialog-content ul a:after {
      content: "\f061";
      position: absolute;
      top: 20px;
      right: 20px;
      font-family: "Font Awesome 6 Free";
      font-size: 20px;
      font-weight: bold;
      color: #3ab2ee;
      -moz-transition: color 0.2s ease 0s, -moz-transform 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s, -o-transform 0.2s ease 0s;
      -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
      -webkit-transition-delay: 0s, 0s;
      transition: color 0.2s ease 0s, transform 0.2s ease 0s; }
    #menu .dialog-content ul a:hover, #menu .dialog-content ul a:focus, #menu .dialog-content ul a:active {
      color: #0b5b84;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
      #menu .dialog-content ul a:hover:before, #menu .dialog-content ul a:focus:before, #menu .dialog-content ul a:active:before {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
      #menu .dialog-content ul a:hover:after, #menu .dialog-content ul a:focus:after, #menu .dialog-content ul a:active:after {
        color: #0f7cb3;
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -webkit-transform: translateX(4px);
        transform: translateX(4px); }

#menu.open.visible .dialog-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#menu-closer {
  display: block;
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 4060;
  color: #69c4f2;
  text-decoration: none;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  #menu-closer .icon:before {
    display: block;
    font-family: "Sanshin";
    content: "\f107";
    position: relative;
    top: 0;
    font-size: 40px; }

#menu-overlay {
  display: none;
  background: transparent;
  background: rgba(255, 255, 255, 0.5); }

body.overlaying {
  height: auto;
  overflow: visible; }

@media screen and (max-width: 768px) {
  body.overlaying {
    height: 100%;
    overflow: hidden; }

  #menu.open.visible {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    #menu.open.visible .dialog-content {
      -moz-box-shadow: 0 0 100px 0 #aaa;
      -webkit-box-shadow: 0 0 100px 0 #aaa;
      box-shadow: 0 0 100px 0 #aaa; }

  #menu-overlay.show {
    display: block; }

  #menu-overlay.show.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

  #menu-opener {
    display: block; } }
@media screen and (max-width: 425px) {
  #menu .dialog-content ul .support-center a {
    font-size: 15px;
    line-height: 30px; }
  #menu .dialog-content ul .support-center a:after {
    line-height: 1.42857143; } }
#contents p {
  font-size: 16px; }

#contents .head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 500px;
  background: #edf8fd;
  -moz-background-size: 300px;
  -o-background-size: 300px;
  -webkit-background-size: 300px;
  background-size: 300px;
  background-position: 50%;
  position: relative; }
  #contents .head h1 {
    padding: 0 20px;
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-size: 50px;
    color: #333;
    text-shadow: 2px 2px 0 #fff; }
  #contents .head .content {
    padding: 0 0 5px 0;
    position: relative;
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0) 82%, #69c4f2 18%); }

@media screen and (max-width: 768px) {
  #contents > div > .head h1 {
    font-size: 40px; } }
@media screen and (max-width: 500px) {
  #contents > div > .head h1 {
    font-size: 30px; } }
