.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
  margin-bottom: 2.5%;
}

.if-category_mv img {
  width: 100%;
}

body {
  padding-top: 0;
}

img {
  max-width: 100%;
}

.if-category_mv {
  margin-bottom: 0;
}

.bg {
  background-image: url(/ec/images/feature/110E2c00000/bg-pattern.svg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 18px 18px;
}

.lead {
  padding: 80px 80px;
}

@media screen and (max-width: 812px) {
  .lead {
    padding: 6.25vw 6.25vw;
  }
}

.product_inner {
  padding: 0 30px 80px;
}

@media screen and (max-width: 812px) {
  .product_inner {
    padding: 0 2.34375vw 6.25vw;
  }
}

.product_head {
  margin: 0 -30px 40px;
}

@media screen and (max-width: 812px) {
  .product_head {
    margin: 0 -2.34375vw 6.25vw;
  }
}

.product_head img {
  width: 100%;
}

.product_article {
  margin-top: 130px;
  background: #F9F7F1;
  border: 3px solid #435F8F;
  border-radius: 4px;
  position: relative;
}

@media screen and (max-width: 812px) {
  .product_article {
    margin-top: 20.3125vw;
    border-width: 0.46875vw;
    border-radius: 0.625vw;
  }
}

.product_article ~ .product_article {
  margin-top: 260px;
}

@media screen and (max-width: 812px) {
  .product_article ~ .product_article {
    margin-top: 40.625vw;
  }
}

.product_article ~ .product_article::before {
  display: block;
  content: "";
  width: 93%;
  height: 17px;
  background-image: url(/ec/images/feature/110E2c00000/product_border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 812px) {
  .product_article ~ .product_article::before {
    height: 1.875vw;
    top: -25vw;
  }
}

.product_customer {
  padding: 120px 40px 0;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  position: relative;
}

@media screen and (max-width: 812px) {
  .product_customer {
    padding: 18.75vw 3.125vw 0;
    font-size: 4.0625vw;
  }
}

.product_customerIcon {
  width: 120px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 812px) {
  .product_customerIcon {
    width: 18.75vw;
    top: -9.375vw;
  }
}

.product_customerText {
  padding: 40px 40px;
  background: #fff;
  color: #435F8F;
  font-size: 24px;
}

@media screen and (max-width: 812px) {
  .product_customerText {
    padding: 6.25vw 0;
    font-size: 3.75vw;
  }
}

.product_arrow {
  margin: 26px auto 26px;
  width: 58px;
}

@media screen and (max-width: 812px) {
  .product_arrow {
    margin: 4.0625vw auto 4.0625vw;
    width: 9.0625vw;
  }
}

.product_developer {
  padding: 0 40px 80px;
}

@media screen and (max-width: 812px) {
  .product_developer {
    padding: 0 3.125vw 6.25vw;
  }
}

.product_developerBanner {
  display: block;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 812px) {
  .product_developerBanner {
    margin: 0 auto 6.25vw;
  }
}

.product_developerBanner img {
  width: 100%;
}

.product_developerIcon {
  margin: 0 auto 20px;
  width: 70px;
}

@media screen and (max-width: 812px) {
  .product_developerIcon {
    margin-bottom: 3.125vw;
    width: 10.9375vw;
  }
}

.product_developerLead {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 100%;
  color: #435F8F;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.283;
  position: relative;
}

@media screen and (max-width: 812px) {
  .product_developerLead {
    margin: 0 auto 7.8125vw;
    font-size: 4.6875vw;
  }
}

.product_developerLead::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #435F8F;
  position: absolute;
  left: 0;
  bottom: -10px;
}

@media screen and (max-width: 812px) {
  .product_developerLead::after {
    height: 0.46875vw;
    bottom: -1.5625vw;
  }
}

.product_developerChecklist {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.product_developerChecklist > li {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 812px) {
  .product_developerChecklist > li {
    font-size: 3.75vw;
  }
}

.product_developerChecklist > li::before {
  flex-shrink: 0;
  display: inline-block;
  content: "";
  margin-right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(/ec/images/feature/110E2c00000/product_checklist.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 812px) {
  .product_developerChecklist > li::before {
    margin-right: 3.125vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}

.product_developerChecklist > li + li {
  margin-top: 30px;
}

@media screen and (max-width: 812px) {
  .product_developerChecklist > li + li {
    margin-top: 4.6875vw;
  }
}

/* ---------- 2025.11.29追記 ---------- */
.item_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.item {
	width: calc(98% / 2);
	justify-content: space-between;
}

.item:first-child {
	margin-right: 2%;
}


@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
