@charset "UTF-8";
@import url("olo3hqx.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
main .container.welfare .chead .inner .lead {
  width: 100%;
}
main .container .box {
  text-align: left;
  width: calc(100% - 80px);
  min-width: 900px;
  max-width: 1080px;
  margin: 0 auto;
}
main .container .box:not(:last-child) {
  margin-bottom: 80px;
}
main .container .box h4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
}
main .container .box h4::before {
  content: "";
  width: 4px;
  background-color: #51489d;
  display: block;
}
main .container .box h4 span {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  margin: 0 0 0 10px;
  display: inline-block;
}
main .container .box table {
  width: 100%;
  border-top: solid 1px #51489d;
}
main .container .box table tr:nth-child(odd) th {
  background-color: rgba(220, 218, 235, 0.95);
}
main .container .box table tr:nth-child(odd) td {
  background-color: rgba(220, 218, 235, 0.95);
}
main .container .box table tr th {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  vertical-align: middle;
  width: 25%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: solid 1px #51489d;
  box-sizing: border-box;
}
main .container .box table tr th span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
main .container .box table tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  vertical-align: middle;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: solid 1px #51489d;
}
main .container .box table tr td dl:not(:last-child) {
  margin-bottom: 20px;
}
main .container .box table tr td dl dt {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin-bottom: 5px;
}
main .container .box table tr td dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main .container .box table tr td dl dd a {
  text-decoration: underline;
}
main .container .box table tr td ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .container .box table tr td ul li::before {
  content: "・";
  padding: 0 10px 0 0;
  display: inline-block;
}
main .container .box .combo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .container .box .combo .text {
  width: calc(100% - 640px);
}
main .container .box .combo .text dl {
  padding: 0px;
}
main .container .box .combo .text dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.6rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main .container .box .combo .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
main .container .box .combo .photos {
  width: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
main .container .box .combo .photos dl {
  width: 33.3333333333%;
}
main .container .box .combo .photos dl dt {
  width: 100%;
  margin-bottom: 5px;
}
main .container .box .combo .photos dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone ---------------------------------- */
@media screen and (max-width: 768px) {
  main .container .box {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  main .container .box:not(:last-child) {
    margin-bottom: 40px;
  }
  main .container .box h4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
    background-color: #FFF;
  }
  main .container .box h4::before {
    width: 2px;
  }
  main .container .box h4 span {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    margin: 0 0 0 10px;
    display: inline-block;
  }
  main .container .box table tr {
    display: block;
  }
  main .container .box table tr th {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
    width: 100%;
    padding: 20px 10px 0 10px;
    border-bottom: none;
    box-sizing: border-box;
    display: block;
  }
  main .container .box table tr th br {
    display: none;
  }
  main .container .box table tr th span {
    padding: 0 0 0 5px;
    display: inline-block;
  }
  main .container .box table tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
    padding: 10px 10px 20px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom: solid 1px #51489d;
    display: block;
  }
  main .container .box table tr td dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .container .box table tr td dl:not(:last-child) {
    margin-bottom: 10px;
  }
  main .container .box table tr td dl dt {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-bottom: 0px;
  }
  main .container .box table tr td dl dd:not(:last-child) {
    margin-bottom: 5px;
  }
  main .container .box table tr td dl dd a {
    text-decoration: underline;
  }
  main .container .box table tr td ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .container .box table tr td ul li::before {
    content: "・";
    padding: 0 5px 0 0;
    display: inline-block;
  }
  main .container .box .combo {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .container .box .combo:not(:last-child) {
    margin-bottom: 40px;
  }
  main .container .box .combo .text {
    width: 100%;
    margin-bottom: 20px;
  }
  main .container .box .combo .text dl {
    padding: 0px;
  }
  main .container .box .combo .text dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .container .box .combo .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  main .container .box .combo .photos {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .container .box .combo .photos dl {
    width: 33.3333333333%;
  }
  main .container .box .combo .photos dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  main .container .box .combo .photos dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
}

/*# sourceMappingURL=style_welfare.css.map */
