@charset "UTF-8";
.p-download-main {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .p-download-main {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-download-main {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-download-main {
    margin-left: 22px;
    margin-right: 22px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-download-main {
    margin-top: 54px;
  }
}

.p-download-main__linkGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 1271px) {
  .p-download-main__linkGroup {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-download-main__linkGroup {
    gap: 10px;
  }
}
.p-download-main__linkGroup.--menber {
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .p-download-main__linkGroup.--menber {
    gap: 10px;
    margin-top: 16px;
  }
}

.p-download-main__link {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 1271px) {
  .p-download-main__link {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 1023px) {
  .p-download-main__link {
    width: 100%;
  }
}
.p-download-main__link .c-card-link__box-ttl {
  line-height: 1.222;
}

.p-download-main__menberCont {
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .p-download-main__menberCont {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
  }
}

.p-download-main__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .p-download-main__text {
    font-weight: 500;
    line-height: 1.666;
  }
}

.p-download-main__menberLink {
  width: 280px;
}
@media only screen and (max-width: 1023px) {
  .p-download-main__menberLink {
    width: 100%;
  }
}

.c-download-cont:nth-child(n+2) {
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-download-cont:nth-child(n+2) {
    margin-top: 60px;
  }
}

.c-download-cont__group {
  padding-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-download-cont__group {
    padding-top: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-download-cont__group.--spPt0 {
    padding-top: 0;
  }
}

.p-software-card {
  box-shadow: 0px 0px 10px rgba(152, 191, 214, 0.3);
  padding: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.p-software-card:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (max-width: 1271px) {
  .p-software-card {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-software-card {
    padding: 30px 22px 22px;
    margin: 0 -6px;
    gap: 16px;
  }
}

.p-software-card-desc {
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 1271px) {
  .p-software-card-desc {
    width: 100%;
  }
}

.p-software-card-desc__tag {
  display: flex;
  gap: 5px;
  margin-top: 18px;
}
@media only screen and (max-width: 1271px) {
  .p-software-card-desc__tag {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-software-card-desc__tag {
    margin-top: 14px;
  }
}

.p-software-card-desc__txt {
  margin-top: 34px;
  font-size: 15px;
}
@media only screen and (max-width: 1271px) {
  .p-software-card-desc__txt {
    margin-top: 20px;
  }
}

.p-software-card-dl {
  background-color: #edf7f9;
  padding: 25px 30px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1271px) {
  .p-software-card-dl {
    padding: 25px 80px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-software-card-dl {
    padding: 18px 20px 20px;
  }
}

.p-software-card-dl__label {
  cursor: pointer;
  position: relative;
}
.p-software-card-dl__label input[type=checkbox] {
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
}
.p-software-card-dl__label input[type=checkbox]:checked {
  opacity: 1;
}
.p-software-card-dl__label input[type=checkbox]:checked + .p-software-card-dl__txt::before {
  background-color: #00a0e9;
}
.p-software-card-dl__label input[type=checkbox]:checked + .p-software-card-dl__txt::after {
  opacity: 1;
}

.p-software-card-dl__txt {
  position: relative;
  cursor: pointer;
  padding-left: 36px;
  display: flex;
  line-height: 1.4;
  font-size: 15px;
}
@media only screen and (max-width: 1023px) {
  .p-software-card-dl__txt {
    font-size: 14px;
  }
}
.p-software-card-dl__txt::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: 1px solid #cddde5;
  background: #fff;
}
@media only screen and (max-width: 1271px) {
  .p-software-card-dl__txt::before {
    top: -2px;
    left: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .p-software-card-dl__txt::before {
    top: 4px;
    left: 0;
  }
}
.p-software-card-dl__txt::after {
  position: absolute;
  content: "";
  background: url("../media/images/component/icon_check.svg") no-repeat center/contain;
  top: 11px;
  left: 5px;
  width: 18px;
  height: 13px;
  opacity: 0;
  z-index: 2;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .p-software-card-dl__txt::after {
    top: 5px;
    left: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .p-software-card-dl__txt::after {
    top: 11px;
    left: 5px;
  }
}

.p-software-card-dl__link {
  margin-top: 14px;
}
@media only screen and (max-width: 1271px) {
  .p-software-card-dl__link {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-software-card-dl__link {
    margin-top: 14px;
  }
}

.p-software-card-dl__linkText {
  font-size: 15px;
  font-weight: 700;
  color: #004098;
  text-decoration: underline;
  position: relative;
  padding-right: 32px;
  transition: 0.5s;
}
@media only screen and (min-width: 1272px) {
  .p-software-card-dl__linkText:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1023px) {
  .p-software-card-dl__linkText {
    font-size: 14px;
  }
}
.p-software-card-dl__linkText::after {
  position: absolute;
  content: "";
  -webkit-mask: url(/media/images/component/svg-pdf.svg) center/contain no-repeat;
          mask: url(/media/images/component/svg-pdf.svg) center/contain no-repeat;
  background-color: #98bfd6;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.p-software-card-dl__btn {
  margin-top: 25px;
  width: 100%;
  max-width: 280px;
  height: 60px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004098;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.p-software-card-dl__btn:disabled {
  background-color: #c1d5e0;
  pointer-events: none;
}
@media only screen and (max-width: 1271px) {
  .p-software-card-dl__btn {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-software-card-dl__btn {
    margin-top: 20px;
  }
}

.p-technical-information-notes {
  margin-top: 56px;
}
@media only screen and (max-width: 1023px) {
  .p-technical-information-notes {
    margin-top: 26px;
  }
}

.p-technical-information-notes__txt {
  font-size: 15px;
  color: #5b6e85;
  position: relative;
  padding-left: 16px;
}
@media only screen and (max-width: 1023px) {
  .p-technical-information-notes__txt {
    font-size: 14px;
    line-height: 1.714;
  }
}
.p-technical-information-notes__txt::before {
  position: absolute;
  content: "＊";
  top: 0;
  left: 0;
  width: 15px;
  height: 12px;
}
.p-technical-information-notes__txt:nth-child(n+2) {
  margin-top: 8px;
}

.p-technical-information__cont {
  margin-top: 32px;
}

.p-technical-information__cont + .p-technical-information__cont {
  margin-top: 60px;
}

.p-technical-information__group {
  margin-top: 28px;
}

.p-technical-information__group-cont:nth-child(n+2) {
  margin-top: 20px;
}

.p-technical-information__linkText {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #004098;
  position: relative;
  padding-right: 32px;
  transition: 0.5s;
  display: inline-block;
}
@media only screen and (min-width: 1272px) {
  .p-technical-information__linkText:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1023px) {
  .p-technical-information__linkText {
    font-size: 18px;
  }
}
.p-technical-information__linkText::after {
  position: absolute;
  content: "";
  -webkit-mask: url(/media/images/component/svg-pdf.svg) center/contain no-repeat;
          mask: url(/media/images/component/svg-pdf.svg) center/contain no-repeat;
  background-color: #004098;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.p-technical-information__txt {
  font-size: 15px;
  padding-top: 6px;
}

.p-technical-information__keyword {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid #cddde5;
  border-radius: 5px;
}

.p-technical-information__keyword-ttl {
  color: #5b6e85;
  font-weight: 700;
  padding-right: 14px;
  position: relative;
}
.p-technical-information__keyword-ttl::after {
  position: absolute;
  content: "";
  top: 2px;
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-mask: url(/media/images/component/icon_tag.svg) center/contain no-repeat;
          mask: url(/media/images/component/icon_tag.svg) center/contain no-repeat;
  background-color: #5b6e85;
}

.p-technical-information__keyword-txt {
  color: #5b6e85;
  font-size: 15px;
  padding-left: 5px;
  display: inline-block;
  position: relative;
  padding-right: 13px;
}
.p-technical-information__keyword-txt::after {
  position: absolute;
  content: "/";
  top: 0;
  right: 0;
  width: 8px;
  height: 12px;
}
.p-technical-information__keyword-txt:last-child::after {
  display: none;
}

.p-technical-information__keyword-txt + .p-technical-information__keyword-txt {
  padding-left: 0;
}

.p-technical-information__date {
  font-size: 13px;
  line-height: 1.384;
  color: #5b6e85;
  margin-top: 12px;
  text-align: end;
}