@charset "UTF-8";

html,body {
  overflow: visible;
}
.c5-wp-wrap {
  padding: 64px 15px;
  max-width: 1000px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  p:not([class]) {
    margin: 0 0 2em 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
  img:not(.s5-iconInline) {
    max-width: 100%;
    vertical-align: bottom;
  }
  .s5-heading1 {
    
  } 
}
.c5-mv {
  margin-bottom: 60px;
}
.c5-wp__ttl {
  font-size: 24px;
  margin: 10px 0 20px 0;
  text-align: center;
  font-weight: bold;
  img {
    margin-top: 10px;
  }
}
.c5-wp__lead {
  font-size: 20px;
  line-height: 2.5;
  margin: 0 0 40px 0;
  + .c5-wp-block__wrap {
    border-top: 1px solid #838383;
    padding-top: 20px;
  }
}
.c5-wp-signbox {
  border: 1px solid #C9C9C9;
  padding: 20px min(80px,4vw);
  container-type: inline-size;
}
.c5-wp-signbox__ttl {
  text-align: center;
  font-size: 18px;
  margin: 0 0 30px 0;
}
.c5-wp-signbox__note {
  font-size: 12px;
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    li {
      text-indent: -1.4em;
      padding-left: 1.4em;
    }
  }
}
.c5-wp-signbox__col {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  position: relative;
  gap: min(80px,4vw);
  @container (max-width: 660px) {
    justify-content: center;
  }
  &::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    top: 0;
    left: 50%;
  }
  > div {
    flex: 0 1 50%;
    text-align: center;
  }
  .s5-buttonV3 {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    > span {
      flex: 100%;
    }
    .c5-fs12 {
      display: inline-block;
    }
  }
}
.c5-wp-signbox__col__txt {
  font-size: 15px;
  margin-right: 20px;
  width: min(210px,16vw);
  @container (max-width: 660px) {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.c5-wp-block__wrap {
  margin-top: 80px;
}
.s5-heading1 + .c5-wp-block {
  margin-top: 40px;
}
.c5-wp-block {
  display: grid;
  margin-top: 80px;
  gap: 0 60px;
  grid-template-columns: repeat(2, 1fr);
}
.c5-wp-block__ttl {
  font-size: 24px;
  margin-bottom: 16px;
}
.c5-wp-block__img {
  grid-row: span 3;
}
.c5-wp-block__body {
  grid-column-start: 2;
}
.c5-wp-dl {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
  p {
    margin-bottom: 1em !important;
  }
  > div {
    flex: 0 1 200px;
  }
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
    li:not(:last-child) {
      margin-bottom: 30px;
    }
  }
  .s5-buttonV3 {
    display: block;
  }
}
.c5-icon__arrow {
  display: block;
  position: relative;
  padding: 0 13px;
  &::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    width:0;
    height:0;
    border-style:solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
  }
}
.c5-sp {
  display: none;
}
.c5-border {
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
}
.c5-fs12 {
  font-size: 12px;
}
.c5-list--kome li::marker{
  content: '※';
}
.c5-list--circleNum > li{
  display: grid;
  grid-template-columns: 1.3em auto;
}

@media screen and (max-width: 640px) {
  .c5-wp-wrap {
    padding: 40px 15px;
  }
  .c5-mv {
    margin-bottom: 30px;
  }
  .c5-wp__ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .c5-wp__lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c5-wp-signbox {
    position: sticky;
    border-left: none;
    border-right: none;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    background-color: #F2F2F2;
    box-sizing: border-box;
    margin: 60px -15px 0 -15px;
    .c5-wp__ttl {
      font-size: 16px;
      margin: 0 0 5px 0;
    }
  }
  .c5-wp-signbox__ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c5-wp-signbox__col {
    gap: 15px;
    margin-bottom: 10px;
    &::before {
      display: none;
    }
    > div {
    }
    .s5-buttonV3 {
    }
  }
  .c5-wp-signbox__col__txt {
    font-size: 12px;
    margin: 0 0 10px 0;
    min-width: 0;
  }
  .c5-wp-block__wrap {
    border-top: 1px solid #838383;
    padding-top: 40px !important;
    margin-top: 40px;
  }
  .c5-wp-block {
    gap: 0 20px;
    margin-top: 0;
    &.sp_nocol {
      display: flex;
      flex-direction: column;
      + .c5-wp-block {
        margin-top: 60px;
      }
      .c5-wp-block__ttl {
        order: 1;
        font-size: 18px;
        margin-bottom: 16px;
      }
      .c5-wp-block__img {
        order: 2;
        margin-bottom: 20px;
      }
      .c5-wp-block__body {
        order: 3;
        font-size: 14px;
      }
    }
  }
  .c5-wp-block__ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c5-wp-block__img {
  }
  .c5-wp-block__body {
    font-size: 12px;
  }
  .c5-wp-signbox__note {
    font-size: 10px;
  }
  .c5-wp-dl {
    ul {
      li:not(:last-child) {
        margin-bottom: 15px;
      }
    }
  }
  .c5-fs12 {
    font-size: 10px;
  }
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
}