@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Sans+SC:wght@400;500;700;900&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.s5-breadcrumbs a {
  color: inherit;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.c5-main__container .c5-inner {
  padding: 0 15px;
}
.c5-main__container.c5-ch {
  font-family: "Noto Sans SC", sans-serif;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container p {
  margin-top: 0;
}
.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.c5-main__container ul li {
  list-style: none;
}
.c5-main__container * {
  box-sizing: border-box;
}
.c5-main__container .c5-bg {
  background-color: #f7f7f7;
}
.c5-header {
  background-color: #cae5f0;
  margin-bottom: 25px;
}
.c5-header .c5-inner {
  padding: 0 5px;
}
.c5-header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c5-header__box-left {
  width: 75%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.c5-header__box-left li {
  width: 22%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
.c5-header__box-left li:first-child {
  width: 30%;
}
.c5-header__box-left li:first-child a {
  width: 95%;
  padding-right: 10px;
  margin: 0 0 0 auto;
}
.c5-header__box-left li:first-child a img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
.c5-header__box-right {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.c5-header__box-right li {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.c5-header__box-right li:first-child {
  width: 60%;
}
.c5-header__box-right li:last-child {
  width: 40%;
}
.c5-menu li a {
  display: block;
  min-height: 32px;
  line-height: 32px;
  position: relative;
  padding: 3px 0;
  color: #222;
}
.c5-menu li:hover {
  background-color: #2965b1;
  text-decoration: none;
}
.c5-menu li:hover a {
  color: #fff;
  text-decoration: none;
}
.c5-menu li.active {
  background-color: #2965b1;
  text-decoration: none;
}
.c5-menu li.active a {
  color: #fff;
  text-decoration: none;
}
.c5-menu.c5-left li span {
  display: block;
}
.c5-menu.c5-left li:first-child:hover {
  background: none;
  text-decoration: none;
}
.c5-menu.c5-left li:nth-child(2) span {
  border-left: 1px solid #2965b1;
}
.c5-menu.c5-left li:nth-child(4) span {
  border-right: 1px solid #2965b1;
}
.c5-ttl {
  border-bottom: 2px solid #2965b1;
  margin-bottom: 25px;
}
.c5-ttl h2 {
  margin: 0 auto;
  padding-bottom: 3px;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 14px;
}

.c5-catch__ttl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px;
  background-color: #2965b1;
}
.c5-catch__ttl img {
  vertical-align: middle;
  width: 25px;
}
.c5-catch__ttl span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.07em;
  padding-left: 10px;
  line-height: 1;
  vertical-align: middle;
  font-weight: 700;
}
.c5-catch__box {
  margin: 0 auto;
  padding: 25px 10px 30px;
}
.c5-catch__box-ttl {
  font-size: 21px;
  line-height: 1.4;
  color: #2965b1;
  margin: 0 auto 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.c5-catch__box-subttl {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #2965b1;
  font-weight: normal;
  line-height: 1.67;
  margin: 0 auto 15px;
}
.c5-catch__box-txt {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  font-feature-settings: "palt" 1;
}
.c5-catch__box-note {
  font-size: 12px;
  margin: 0;
}

.c5-table {
  margin: 0 auto 10px;
}
.c5-table .c5-bg {
  padding: 0 10px;
}
.c5-table__ttl {
  font-size: 15px;
  color: #2965b1;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
  font-weight: bold;
}
.c5-table table {
  width: 100%;
}
.c5-table table tr:nth-child(odd) {
  background-color: #cae5f0;
}
.c5-table table tr td {
  padding: 12px;
  border: 2px solid #2965b1;
}
.c5-table table tr td:first-child {
  width: 35%;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: none;
  border-right-width: 1px;
  font-feature-settings: "palt" 1;
}
.c5-table table tr td:last-child {
  width: 65%;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.9;
  border-right: none;
  border-left-width: 1px;
}
.c5-footer__ttl {
  font-size: 14px;
  color: #fff;
  background-color: #2965b1;
  line-height: 1.25;
  margin: 0 auto 15px;
  padding: 5px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.c5-footer .c5-blacklabel span {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  color: #fff;
  background-color: #222;
  padding: 3px 10px;
  line-height: 1;
  font-weight: 500;
}
.c5-footer__box {
  margin: 0 auto 15px;
}
.c5-footer__box .c5-tel {
  font-size: 31px;
  letter-spacing: 0.07em;
  margin: 0 auto 5px;
  color: #2965b1;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
.c5-footer__box .c5-blacklabel {
  text-align: center;
}
.c5-footer__box2 {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}
.c5-footer__box2 p {
  line-height: 1;
  margin: 0;
  letter-spacing: 0.07em;
}
.c5-footer__box2-left {
  width: 140px;
}
.c5-footer__box2-left p {
  font-weight: 700;
  font-size: 12px;
}
.c5-footer__box2-right {
  width: 130px;
}
.c5-footer__box2-right .c5-tel {
  color: #2965b1;
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 4px;
}
.c5-footer__box2-right .c5-blacklabel {
  text-align: right;
}
.c5-footer__box2.c5-footer__ch p {
  letter-spacing: 0;
}
.c5-footer__box2.c5-footer__ch .c5-footer__box2-left {
  width: 192px;
}
.c5-footer__box2.c5-footer__ch .c5-footer__box2-right {
  width: 115px;
}
.c5-footer .c5-open {
  padding: 8px 0;
  border-top: 1px solid #2965b1;
  border-bottom: 1px solid #2965b1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.c5-main__container .c5-tel a {
  color: inherit;
  text-decoration: none;
}
#c5-ajax {
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container .c5-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c5-header {
    margin-bottom: 50px;
  }
  .c5-header .c5-inner {
    padding: 0 5px;
  }
  .c5-header__box-left {
    width: 75%;
  }
  .c5-header__box-left li {
    width: 22%;
    font-size: 18px;
  }
  .c5-header__box-left li:first-child {
    width: 16%;
    margin-right: 15px;
  }
  .c5-header__box-left li:first-child a {
    width: 100%;
    max-width: 140px;
    padding-right: 0;
  }
  .c5-header__box-right li {
    font-size: 18px;
  }
  .c5-menu li a {
    min-height: 60px;
    line-height: 60px;
    padding: 5px 0;
  }
  .c5-ttl {
    border-width: 3px;
    margin-bottom: 50px;
  }
  .c5-ttl h2 {
    font-size: 18px;
  }
  .c5-catch__ttl {
    margin: 0 auto;
  }
  .c5-catch__ttl img {
    width: 45px;
  }
  .c5-catch__ttl span {
    font-size: 28px;
    padding-left: 15px;
  }
  .c5-catch__box {
    padding: 50px 30px 70px;
  }
  .c5-catch__box-ttl {
    font-size: 38px;
    line-height: 1.31;
    margin: 0 auto 25px;
    letter-spacing: 0.1em;
  }
  .c5-catch__box-subttl {
    font-size: 30px;
    margin: 0 auto 35px;
  }
  .c5-catch__box-txt {
    font-size: 24px;
  }
  .c5-catch__box-note {
    font-size: 18px;
  }
  .c5-table {
    margin: 0 auto 20px;
  }
  .c5-table .c5-bg {
    padding: 0 30px;
  }
  .c5-table__ttl {
    font-size: 30px;
    margin: 0 auto 15px;
  }
  .c5-table table tr td {
    padding: 30px;
    border-width: 3px;
  }
  .c5-table table tr td:first-child {
    width: 25%;
    font-size: 24px;
    border-right-width: 2px;
  }
  .c5-table table tr td:last-child {
    width: 75%;
    font-size: 24px;
    border-left-width: 2px;
  }
  .c5-footer__ttl {
    font-size: 28px;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .c5-footer .c5-blacklabel span {
    font-size: 21px;
    padding: 10px;
  }
  .c5-footer__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 15px;
  }
  .c5-footer__box .c5-tel {
    width: 510px;
    font-size: 62px;
    margin: 0 0 15px;
  }
  .c5-footer__box .c5-blacklabel {
    margin: 0;
  }
  .c5-footer__box2 {
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 10px;
  }
  .c5-footer__box2 p {
    margin-bottom: 10px;
  }
  .c5-footer__box2-left {
    width: 245px;
  }
  .c5-footer__box2-left p {
    font-size: 21px;
  }
  .c5-footer__box2-right {
    width: 535px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c5-footer__box2-right .c5-tel {
    font-size: 38px;
    margin-bottom: 10px;
    margin-right: 0.5em;
  }
  .c5-footer__box2-right .c5-blacklabel {
    text-align: center;
  }
  .c5-footer__box2-right .c5-blacklabel span {
    font-size: 18px;
    padding: 5px 10px;
  }
  .c5-footer__box2.c5-footer__ch p {
    letter-spacing: 0;
  }
  .c5-footer__box2.c5-footer__ch .c5-footer__box2-left {
    width: 345px;
  }
  .c5-footer__box2.c5-footer__ch .c5-footer__box2-right {
    width: 450px;
  }
  .c5-footer .c5-open {
    padding: 25px 1em;
    border-width: 2px;
    font-size: 22px;
    text-align: center;
  }
  #c5-ajax {
    margin-bottom: 60px;
  }
  #c5-ajax .c5-inner {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .c5-header__box-left li:first-child {
    margin-right: 7%;
  }
}