@charset "utf-8";
.leadText {
  font-size: 2.4rem;
  line-height: 1.458;
}

.cardItem01 {
  display: flex;
  align-items: flex-start;
  position: relative;
  background: #eaeef7;
  border-radius: 6px;
  min-height: 200px;
  width: 100%;
}
.cardItem01.cardItem01--color2 {
  background: #e5f4f5;
  min-height: 240px;
}
.cardItem01__detail {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0 6px;
  right: 15px;
  bottom: 15px;
  color: var(--site-color-main);
  font-weight: 500;
}
.cardItem01__detail::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--site-color-main);
  border-left: 1px solid var(--site-color-main);
  transform: rotate(135deg);
  position: relative;
  top: 1px;
}
.accentBox {
  background: #eaeef7;
  padding: 20px;
}
.accentBox__title {
  font-size: 2rem;
  color: var(--site-color-main);
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .accentBox {
    padding: 10px;
  }
}

.segmentBox__item {
  display: flex;
}
.segmentBox__item + .segmentBox__item {
  margin-top: 15px;
}
.segmentBox__title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  color: #fff;
  width: 338px;
  padding: 20px 30px;
}
.segmentBox__title.isComponent {
  background: #187fc4;
}
.segmentBox__title.isSensor {
  background: #02b9e7;
}
.segmentBox__title.isModule {
  background: #8f82bc;
}
.segmentBox__body {
  flex: 1;
  display: flex;
  align-items: center;
  background: #eaeef7;
  padding: 20px 30px;
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 700;
  color: var(--site-color-main);
}

@media screen and (max-width: 767px) {
  .segmentBox__item {
    flex-flow: column;
  }
  .segmentBox__title {
    width: 100%;
  }
}

.planModalContainer {
  max-width: 1024px;
  max-height: calc(100vh - 80px);
  padding: 35px 40px !important;
}
.planModalWrap a {
  color: var(--site-color-link);
}
@media screen and (max-width: 767px) {
  .planModalContainer {
    padding: 15px !important;
  }
}

.modalBody .heading01 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--site-color-main);
  margin-bottom: 10px;
}

.modalBody .heading02 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0bb3dd;
  margin-bottom: 10px;
}
.modalBody .heading03 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.modalBody .sectionBlock + .sectionBlock {
  margin-top: 40px;
}

.imageList {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin: 30px 0;
}
.imageList__item .c-imageArea01 {
  margin-top: 0;
}
.imageList__item .c-imageArea01 img {
  border: 1px solid #ccc;
}
.imageList__item .c-imageZoom01 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .imageList {
    flex-flow: column;
  }
  .imageList__item {
    width: auto;
  }
}
.btnArea {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.btnArea__btn {
  flex: 1;
  display: inline-flex;
  gap: 0 6px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--site-color-main);
  background: #E5EAF5;
  height: 70px;
  color: #000;
  text-decoration: none;
  padding: 20px;
  font-weight: 700;
}
.btnArea__btn .c-icon-blank01 {
  top: 1px;
}
@media screen and (max-width: 767px) {
  .btnArea {
    flex-flow: column;
  }
  .btnArea__btn {
    width: 100%;
  }
}
