.c-products-main {
  padding-left: 6.25rem;
}
.c-products-main__item:not(:first-child) {
  margin-top: 6.25rem;
}
.c-products-main__bodyItem:not(:first-child) {
  margin-top: 7.875rem;
}
@media (max-width: 1023px) {
  .c-products-main {
    padding-left: 0;
  }
}

.c-products-ttl {
  line-height: 1;
  border-bottom: 1px solid #707070;
  padding-bottom: 2.5rem;
  margin-bottom: 1.875rem;
}
.c-products-ttl__jp {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 1rem;
}
.c-products-ttl__en {
  font-size: 0.875em;
  color: #0073AA;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .c-products-ttl__jp {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .c-products-ttl {
    margin-bottom: 1.5rem;
    padding-bottom: 1.8rem;
  }
  .c-products-ttl__jp {
    font-size: 1.5rem;
  }
}

.c-products-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.625rem;
}
.c-products-head__item:not(:first-child) {
  margin-left: 3.125rem;
}
.c-products-head__top {
  color: #005BAB;
  font-size: 3.125em;
}
.c-products-head__cnt {
  padding-left: 0.625rem;
}
.c-products-head__cntItem {
  font-size: 0.9375em;
  position: relative;
  line-height: 1;
  padding-top: 10px;
  padding-left: 14px;
}
.c-products-head__cntItem:before {
  content: "";
  width: 9px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 17px;
}
.c-products-head__cntItem:after {
  content: "";
  width: 1px;
  height: 17px;
  background: #707070;
  position: absolute;
  top: 0;
  left: 0;
}
.c-products-head__cntItem:first-child {
  padding-top: 26px;
}
.c-products-head__cntItem:first-child:before {
  top: 33px;
}
.c-products-head__cntItem:first-child:after {
  height: 33px;
}
.c-products-head__cntItem:not(:first-child) {
  margin-top: 2px;
}
@media (max-width: 1023px) {
  .c-products-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 3rem;
  }
  .c-products-head__item:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 767.9px) {
  .c-products-head {
    gap: 1.5rem 2rem;
  }
  .c-products-head__top {
    font-size: 2.1em;
  }
  .c-products-head__cntItem:first-child {
    padding-top: 16px;
  }
  .c-products-head__cntItem:first-child:before {
    top: 23px;
  }
  .c-products-head__cntItem:first-child:after {
    height: 23px;
  }
}
@media (max-width: 575.9px) {
  .c-products-head__top {
    font-size: 1.8rem;
  }
}

.c-products-item:not(:first-child) {
  margin-top: 5.625rem;
}
.c-products-item__ttl {
  font-size: 1.25em;
  padding-left: 1.625em;
  position: relative;
  margin-bottom: 0.625em;
}
.c-products-item__ttl:before {
  content: "";
  width: 0.625em;
  height: 0.625em;
  background: #005BAB;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-products-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5625rem;
}
.c-products-item__img {
  width: 22.128%;
}
.c-products-item__img .caption {
  margin-top: 0.625rem;
}
.c-products-item__img.-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-products-item__img.-col .c-products-item__imgItem:not(:first-child) {
  margin-left: 3.125rem;
}
.c-products-item__cnt {
  width: 77.875%;
  padding-left: 2.2rem;
}
.c-products-item__tbl {
  width: 100%;
}
.c-products-item__tbl tr:first-child {
  border-bottom: 1px solid #707070;
}
.c-products-item__tbl tr:not(:first-child) {
  border-bottom: 1px solid #C9C9C9;
}
.c-products-item__tbl th, .c-products-item__tbl td {
  text-align: center;
}
.c-products-item__tbl th {
  font-weight: bold;
  padding: 0 0.5rem 0.375rem;
}
.c-products-item__tbl td {
  padding: 1rem 0.5rem;
  vertical-align: middle;
}
.c-products-item__download {
  text-align: center;
}
.c-products-item__download a {
  display: block;
  background: #B1B1B1;
  color: #fff;
  line-height: 1;
  padding: 1.16rem 0;
  max-width: 125px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .c-products-item__tblWrap {
    overflow: auto;
  }
  .c-products-item__tbl th, .c-products-item__tbl td {
    white-space: nowrap;
  }
}
@media (max-width: 767.9px) {
  .c-products-item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-products-item__img {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
  .c-products-item__img img {
    width: 100%;
  }
  .c-products-item__img.-col {
    display: block;
  }
  .c-products-item__img.-col .c-products-item__imgItem img {
    width: 100%;
  }
  .c-products-item__img.-col .c-products-item__imgItem:not(:first-child) {
    margin-left: 0;
    margin-top: 3rem;
  }
  .c-products-item__cnt {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-products-item__img.-col {
    max-width: 100%;
  }
}
/*# sourceMappingURL=add.css.map */