@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.c5-container {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 20px auto 0;
  overflow-x: hidden;
}

.c5-container * {
  box-sizing: border-box;
}

.c5-container h1, .c5-container h2, .c5-container p {
  margin-top: 0;
}

.c5-container img {
  display: block;
  max-width: 100%;
}

.c5-container ul {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-hero {
  margin-bottom: 30px;
  background: #e7f6fa;
  background: linear-gradient(0deg, #e7f6fa 0%, #dcf5fb 3%, white 20%, white 50%, white 80%, #dcf5fb 97%, #e7f6fa 100%);
}

.c5-hero__inner {
  padding: 20px 0;
  background: #e7f6fa;
  background: linear-gradient(90deg, #e7f6fa 0%, rgba(254, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 50%, rgba(254, 255, 255, 0) 95%, #e7f6fa 100%);
}

.c5-hero__img {
  width: 90%;
  margin: 0 auto;
}

.c5-hero__img img {
  margin: 0 auto;
}

.c5-hero__txt h1 {
  margin: 0 auto 10px;
}

.c5-hero__txt h1 span {
  display: block;
  font-weight: bold;
}

.c5-hero__txt h1 span:first-child {
  margin: 0 auto 5px;
  padding: 0 15px;
  font-size: 25px;
  line-height: 1.24;
  letter-spacing: 1px;
}

.c5-hero__txt h1 span:last-child {
  width: 100%;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: #5887f4;
}

.c5-hero__txt p {
  margin: 0 auto;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.5;
}

.c5-hero__txt p a {
  color: #5887f4;
  border-bottom: 1px solid #5887f4;
}

.c5-hero__txt p a:hover {
  text-decoration: none;
  border-bottom: none;
}

.c5-sec__ttl {
  margin-bottom: 5px;
  padding: 5px;
  font-size: 18px;
  line-height: 1.222;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #3551a2;
  border-radius: 8px;
}

.c5-sec__ttl sup {
  font-size: .5em;
}

.c5-sec__subTtl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

.c5-note {
  padding-left: 1em;
  text-indent: -1em;
}

.c5-sec1 {
  margin-bottom: 25px;
}

.c5-sec1 .c5-sec__txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.285;
  margin-bottom: 5px;
}

.c5-sec1 .c5-sec__txt sup {
  font-size: .5em;
}

.c5-sec1 sup {
  position: relative;
  top: -1em;
}

.c5-sec1__top {
  margin: 0 auto 15px;
}

.c5-sec1__top .c5-note {
  font-size: 11px;
  line-height: 1.583;
  margin-bottom: 20px;
}

.c5-sec1__top-img {
  width: 75%;
  margin: 0 auto;
}

.c5-sec1__top-img img {
  margin: 0 auto;
}

.c5-sec1__top-obi {
  margin-bottom: 5px;
  position: relative;
}

.c5-sec1__top-obi span {
  display: block;
  padding: 5px;
  color: #3551a2;
  background-color: #eaedf6;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.333;
  font-weight: bold;
  text-align: center;
}

.c5-sec1__top-obi::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 40px 0px;
  border-color: transparent transparent #eaedf6 transparent;
  position: absolute;
  top: -40px;
  left: 50%;
}

.c5-sec1__top-red {
  font-size: 11px;
  line-height: 1.375;
  color: #e60012;
  font-weight: bold;
}

.c5-sec1__bottom-img {
  width: 65%;
  margin: 0 auto 20px;
}

.c5-sec1__bottom-img img {
  margin: 0 auto;
}

.c5-sec1__bottom-tbl table {
  width: 100%;
}

.c5-sec1__bottom-tbl table th, .c5-sec1__bottom-tbl table td {
  border: 2px solid #474747;
  text-align: center;
  padding: 3px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
}

.c5-sec1__bottom-tbl table thead th {
  color: #3551a2;
  background-color: #bacde9;
}

.c5-sec1__bottom-tbl table tbody th {
  color: #fff;
  background-color: #7d98cd;
}

.c5-sec1__bottom-tbl p {
  font-size: 11px;
  text-align: right;
  margin-bottom: 0;
}

.c5-pr {
  padding-right: 1em;
}

.c5-sec2 {
  margin: 0 auto 25px;
}

.c5-sec2__tbl {
  margin: 0 auto 10px;
}

.c5-sec2__tbl img {
  margin: 0 auto;
}

.c5-sec2__note {
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.333;
}

.c5-sec3 {
  margin: 0 auto 30px;
}

.c5-sec3__tbl table {
  width: 100%;
  margin: 0 auto 10px;
}

.c5-sec3__tbl table th, .c5-sec3__tbl table td {
  vertical-align: middle;
  text-align: center;
  border: 2px solid #474747;
  padding: 5px;
}

.c5-sec3__tbl table thead th {
  font-size: 14px;
  color: #fff;
  background-color: #1e59dd;
}

.c5-sec3__tbl table thead th:first-child {
  width: 17%;
}

.c5-sec3__tbl table thead th:nth-child(2) {
  width: 28%;
}

.c5-sec3__tbl table thead th:nth-child(3) {
  width: 15%;
}

.c5-sec3__tbl table thead th:nth-child(4) {
  width: 40%;
}

.c5-sec3__tbl table tbody th, .c5-sec3__tbl table tbody td {
  font-size: 11px;
}

.c5-sec3__tbl table tbody th {
  width: 17%;
  color: #fff;
  background-color: #37b5ea;
}

.c5-sec3__tbl table tbody td {
  font-weight: bold;
}

.c5-sec3__tbl table tbody td.col1 {
  width: 28%;
}

.c5-sec3__tbl table tbody td.col2 {
  width: 15%;
}

.c5-sec3__tbl table tbody td.col3 {
  width: 40%;
}

.c5-sec4 {
  margin: 0 auto 30px;
  padding: 10px;
  background-color: #eaedf6;
}

.c5-sec4__grid {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 5px 10px;
  align-items: center;
  margin: 0 auto 10px;
}

.c5-sec4__grid h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.222;
  color: #3551a2;
  margin: 0 auto;
}

.c5-sec4__grid p {
  font-size: 11px;
  line-height: 1.444;
  margin-bottom: 0;
}

.c5-sec4__grid-item1 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

.c5-sec4__grid-item2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.c5-sec4__grid-item3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.c5-sec5 {
  margin: 0 auto 35px;
}

.c5-sec5 .c5-sec__ttl {
  margin-bottom: 15px;
}

.c5-sec5__img {
  width: 90%;
  margin: 0 auto 15px;
}

.c5-sec5__img img {
  margin: 0 auto;
}

.c5-sec5 p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}

.c5-sec6 {
  padding: 15px 20px;
  background-color: #e2e2e2;
}

.c5-sec6__img {
  width: 60%;
  margin: 0 auto 20px;
}

.c5-sec6__img img {
  margin: 0 auto;
}

.c5-sec6__txt-cat {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.c5-sec6__txt-name {
  font-size: 24px;
  line-height: 1.125;
  font-weight: bold;
}

.c5-sec6__btn {
  display: flex;
  justify-content: center;
}

.c5-sec6__btn a {
  display: inline-block;
  width: 46%;
  font-size: 14px;
  margin: 0 2% 0;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

@media (min-width: 750px) {
  .c5-container {
    margin: 40px auto 0;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-hero {
    margin-bottom: 60px;
  }
  .c5-hero__inner {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c5-hero__img {
    width: 48%;
    margin: 0;
    padding-left: 20px;
  }
  .c5-hero__img img {
    margin: 0;
  }
  .c5-hero__txt {
    width: 48%;
  }
  .c5-hero__txt h1 {
    margin: 0 auto 35px;
  }
  .c5-hero__txt h1 span:first-child {
    margin: 0 auto 35px;
    padding: 0;
  }
  .c5-hero__txt h1 span:last-child {
    padding: .5em 1em;
  }
  .c5-hero__txt p {
    padding: 0 15px 0 0;
    line-height: 1.5833;
  }
  .c5-sec__ttl {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
  }
  .c5-sec1__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto 10px;
  }
  .c5-sec1__top .c5-note {
    margin-bottom: 0;
    width: 60%;
  }
  .c5-sec1__top-img {
    width: 39%;
  }
  .c5-sec1__top-obi span {
    padding: 10px;
    border-radius: 10px;
  }
  .c5-sec1__top-obi::before {
    border-width: 0 37px 55px 0px;
    top: -55px;
    left: 80%;
  }
  .c5-sec1__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c5-sec1__bottom-img {
    width: 27%;
    margin: 0;
  }
  .c5-sec1__bottom-tbl {
    width: 72%;
  }
  .c5-sec3 {
    margin: 0 auto 40px;
  }
  .c5-sec3__tbl table th, .c5-sec3__tbl table td {
    padding: 10px;
  }
  .c5-sec3__tbl table thead th:first-child {
    width: 25%;
  }
  .c5-sec3__tbl table thead th:nth-child(2) {
    width: 25%;
  }
  .c5-sec3__tbl table thead th:nth-child(3) {
    width: 25%;
  }
  .c5-sec3__tbl table thead th:nth-child(4) {
    width: 25%;
  }
  .c5-sec3__tbl table tbody th {
    width: 25%;
  }
  .c5-sec3__tbl table tbody td.col1 {
    width: 25%;
  }
  .c5-sec3__tbl table tbody td.col2 {
    width: 25%;
  }
  .c5-sec3__tbl table tbody td.col3 {
    width: 25%;
  }
  .c5-sec4 {
    margin: 0 auto 80px;
    padding: 20px;
  }
  .c5-sec4__grid {
    grid-template-columns: 191px 1fr;
    grid-template-rows: 40px 1fr;
    grid-gap: 10px 15px;
    margin: 0 auto -60px;
  }
  .c5-sec4__grid-item1 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .c5-sec4__grid-item2 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .c5-sec4__grid-item3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .c5-sec6 {
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c5-sec6__img {
    width: 25%;
    max-width: 279px;
    margin: 0;
  }
  .c5-sec6__img img {
    margin: 0;
  }
  .c5-sec6__txt {
    width: 70%;
  }
  .c5-sec6__btn {
    justify-content: flex-start;
  }
  .c5-sec6__btn a {
    width: 165px;
    margin: 0;
    padding-left: 1em;
  }
  .c5-sec6__btn a:first-child {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .c5-hero__txt h1 span:first-child {
    font-size: 46px;
  }
  .c5-hero__txt h1 span:last-child {
    font-size: 38px;
  }
  .c5-hero__txt p {
    font-size: 24px;
  }
  .c5-sec__ttl {
    font-size: 52px;
  }
  .c5-sec__subTtl {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .c5-sec1 {
    margin-bottom: 60px;
  }
  .c5-sec1 .c5-sec__txt {
    font-size: 32px;
    line-height: 1.5;
  }
  .c5-sec1__top .c5-note {
    font-size: 14px;
  }
  .c5-sec1__top-img {
    position: relative;
    top: -10px;
  }
  .c5-sec1__top-obi span {
    font-size: 26px;
  }
  .c5-sec1__top-red {
    font-size: 18px;
  }
  .c5-sec1__bottom {
    align-items: flex-end;
  }
  .c5-sec1__bottom-tbl {
    width: 70%;
  }
  .c5-sec1__bottom-tbl table th, .c5-sec1__bottom-tbl table td {
    font-size: 22px;
  }
  .c5-sec1__bottom-tbl p {
    font-size: 16px;
  }
  .c5-sec2 {
    margin: 0 auto 40px;
  }
  .c5-sec2__tbl {
    margin: 0 auto 15px;
  }
  .c5-sec2__note {
    font-size: 18px;
  }
  .c5-sec3__tbl table thead th {
    font-size: 24px;
  }
  .c5-sec3__tbl table tbody th, .c5-sec3__tbl table tbody td {
    font-size: 18px;
  }
  .c5-sec4__grid {
    margin-bottom: -145px;
  }
  .c5-sec4__grid h3 {
    font-size: 39px;
  }
  .c5-sec4__grid p {
    font-size: 20px;
    width: 75%;
  }
  .c5-sec5 {
    margin: 0 auto 75px;
  }
  .c5-sec5 .c5-sec__ttl {
    margin-bottom: 20px;
  }
  .c5-sec5__img {
    width: auto;
  }
  .c5-sec5 p {
    font-size: 32px;
  }
  .c5-sec6__txt-cat {
    font-size: 36px;
  }
  .c5-sec6__txt-name {
    font-size: 40px;
  }
  .c5-sec6__btn a {
    font-size: 18px;
  }
}
