@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@700&family=Rajdhani:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@700&family=BIZ+UDPMincho&family=Rajdhani:wght@400;600&display=swap");
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "CP Font";
  src: url("../../font/CP Font.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 600;
}
/**********************************
system
**********************************/
.system fieldset {
  width: 85%;
  margin: 5% auto 5% auto;
  border-radius: 4em;
  border: solid 2px black;
  padding: 5% 2.5% 3% 2.5%;
}
.system legend {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 40px;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  background-color: white;
}
.system legend img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.system .img-box {
  width: 120px;
  padding-left: 20px;
}
.system .img-box img {
  width: 100px;
}
.system .title-box {
  width: auto !important;
  padding-left: 3%;
  display: inline-block !important;
  margin: 0 !important;
  flex-basis: auto;
  white-space: nowrap;
  background-color: white;
  padding-right: 5%;
}
.system .table-box {
  display: flex;
  padding: 1% 0%;
  margin-bottom: 1%;
}
.system .th-box {
  background-color: #333;
  color: white;
  width: 20%;
  text-align: center;
  padding: 1.5% 0;
  font-size: max(1.5vw, 15px);
  margin-left: 2%;
  align-self: center;
}
.system .th-box.voice {
  background-color: transparent !important;
  padding-right: 1%;
}
.system .td-box {
  padding-left: 3%;
  font-size: max(1.4vw, 15px);
  line-height: 170%;
  width: 80%;
}
.system .td-box.prof {
  padding-top: 5%;
  width: 80%;
}
.system .td-box.prof h5 {
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  font-weight: 900;
  font-size: max(1.5vw, 15px);
  margin-bottom: 4%;
}
.system .td-box.prof h5 span {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  padding-left: 5%;
}
.system .td-box.prof .name {
  display: inline;
}

.system {
  margin-bottom: 200px;
}

.welfare-link {
  padding-top: 50px;
  margin-top: -50px;
}

@media (max-width: 700px) {
  /**********************************
  system
  **********************************/
  .system {
    margin-top: -50px;
  }
  .system fieldset {
    width: 85%;
    margin: 15% auto;
    border-radius: 2em;
    border: solid 2px black;
    padding: 0.5% 2.5% 3% 2.5%;
  }
  .system legend {
    font-size: max(3vw, 20px);
    font-family: "Hiragino Sans" !important;
    line-height: 1.5em;
    font-weight: 800;
    justify-content: center;
    background-color: white;
    padding: 0 5px 0;
    margin: 0 auto;
  }
  .system legend img {
    width: 50px !important;
  }
  .system .img-box {
    width: 70px;
    padding-left: 0%;
  }
  .system .title-box {
    width: auto !important;
    white-space: nowrap;
    padding-left: 3%;
    display: block !important;
    margin: 0 !important;
    flex-basis: auto;
  }
  .system .le1 {
    width: 80% !important;
    margin: 0 auto;
  }
  .system .table-box {
    display: flex;
    padding: 1% 0%;
    margin-bottom: 1%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .system .th-box {
    display: block;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 3% 0;
    margin-left: 0%;
    align-self: center;
    text-align: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    margin: 2% 30% 5% 30%;
  }
  .system .fi3 .th-box {
    width: 200px;
    margin: 2% 22.5% 5% 22.5%;
  }
  .system .fi3 .th-box.voice {
    width: 150px;
    margin: 2% 30% 5% 30%;
  }
  .system .th-box.voice {
    margin-bottom: 0;
  }
  .system .td-box {
    padding: 0 5%;
    font-size: max(1.4vw, 15px);
    line-height: 170%;
    padding-bottom: 10%;
  }
  .system .td-box {
    width: 100%;
  }
  .system .td-box.prof {
    width: 100%;
  }
}/*# sourceMappingURL=welfare.css.map */