.h3 {
  padding: 25px 20px 5px;
  margin: 0px 50px;
}

.c3 {
  padding: 20px 25px 10px 20px;
  margin: 0 70px;
  line-height: 35px;
}

.c3-2 {
  margin: 0 70px;
  padding: 10px 20px 10px 20px;
  line-height: 25px;
}

.c3-3 {
  margin: 0 70px;
  line-height: 35px;
}

li {
  list-style-type: disc;
}

.asterisk li {
  list-style-type: none;
  text-indent: -16px;
}

.asterisk li:before {
  content: "※";
  margin-right: 0px;
}

.orange {
  color: #f15a24;
}

.blue {
  color: #67bcc8;
}

.button {
  min-width: 400px;
  padding: 20px 50px;
  text-align: center;
  background-color: #67bcc8;
  border: 1px solid #fff;
  border-radius: 100vh;
}

.button:hover {
  background-color: #67bcc87f;
}

.button-margin {
  position: relative;
  padding: 25px 25px 10px 20px;
  margin: 0 70px;
}

.button-download {
  min-width: 400px;
  padding: 20px 50px;
  text-align: center;
  background-color: #67bcc8;
  border: 1px solid #fff;
  border-radius: 100vh;
  outline: 1px solid #fff;
  outline-offset: -3px;
}

.button-download:hover {
  background-color: #67bcc87f;
}

.button-download-gap {
  gap: 70px;
}

.button-download-margin {
  position: relative;
  padding: 25px 25px 10px 20px;
  margin: 0 70px;
}

.button-disabled {
  background-color: #7ca3ad;
  cursor: default;
}

.button-disabled:hover {
  background-color: #7ca3ad;
}

.service-menu-margin {
  margin-top: 0;
}

.wrapper-padding {
  padding: 125px 70px 70px 70px;
}

.contents-padding {
  width: 66%;
}

.contents-margin {
  margin-top: 67.5px;
  margin-bottom: 67.5px;
}

td {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
}

.th-border {
  max-width: 200px;
  border-bottom: 1px solid #67bcc8;
}

.td-border {
  width: calc(100% - 200px);
  border-bottom: 1px solid #ffffff;
}

.th-border-top {
  border-top: 1px solid #67bcc8;
}

.td-border-top {
  border-top: 1px solid #ffffff;
}

.th-border-bottom {
  border-bottom: 1px solid #67bcc8;
}

.border-bottom-absolute {
  position: relative;
  /* 下側のボーダー全体を白に設定 */
  border-bottom: 0px solid white; /* 必要に応じてボーダーの幅を調整してください */
}

.border-bottom-absolute::before {
  /* 左から200pxの範囲に青いボーダーを追加 */
  content: "";
  display: block;
  width: 200px;
  height: 1px; /* ボーダーの高さ */
  background-color: #67bcc8;
  position: absolute;
  top: 100%; /* ボーダーを下に配置 */
  left: 0;
}

.border-bottom-absolute::after {
  /* 左から200pxの範囲に青いボーダーを追加 */
  content: "";
  display: block;
  width: 100%;
  height: 1px; /* ボーダーの高さ */
  background-color: #fff;
  position: absolute;
  top: 100%; /* ボーダーを下に配置 */
  left: 200px;
}

.border-bottom2 {
  border: 1px solid transparent; /* 透明なボーダーを設定し、ボーダーの幅を1pxに設定します */
  border-image: linear-gradient(to right, blue 200px, white 200px) 1; /* グラデーションボーダーを設定 */
  border-bottom: none; /* 下部のボーダーを削除 */
}

.underline-blue-white {
  position: relative;
}

.underline-blue-white::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #67bcc8 0px,
    #67bcc8 200px,
    #fff 200px,
    #fff 100%,
    #fff 100%,
    #fff 100%
  );
}

@media screen and (max-width: 1366px) {
  .wrapper-padding {
    /*padding: 56px 16px 30px 16px;*/
    padding: 48px 12px 24px 8px;
  }

  .contents-margin {
    margin-top: 33.75px;
    margin-bottom: 33.75px;
  }
}

@media screen and (max-width: 1024px) {
  .contents-padding {
    width: 100%;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 768px) {
  .h2.td-border {
    width: auto;
  }

  .h3 {
    padding: 25px 10px 5px 10px;
    margin: 0 20px;
  }

  .c3 {
    padding: 20px 20px 10px 20px;
    margin: 0 20px;
    line-height: 25px;
  }

  .c3-2 {
    padding: 20px 20px 10px 20px;
    margin: 0 20px;
    line-height: 20px;
  }

  .c3-3 {
    padding: 20px 0px 10px 0px;
    margin: 0 20px;
    line-height: 25px;
  }

  .c3-button-download {
    padding: 20px 0px 0px 0px;
  }

  .button {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    min-width: 260px;
    padding: 1rem 2rem;
    font-size: 14px;
  }

  .button-margin {
    padding: 35px 25px 10px 20px;
    margin: 20px 0 0 0;
  }

  .button-download {
    min-width: 260px;
    padding: 1rem 2rem;
    font-size: 14px;
  }

  .button-download-gap {
    gap: 35px;
  }
}
