@charset "utf-8";

.pageTitleArea {
  margin: 30px 0;
}
.pageTitleArea .c-heading02 {
  font-size: 2.4rem;
}
.pageTitleArea__text {
  font-size: 1.3rem;
  line-height: 1.4;
}
.anchorLinkListArea {
  margin-bottom: 30px;
}
.l-block01 + .l-block01 {
  margin-top: 40px;
}
.c-heading03 {
  font-weight: 700;
}
.solutionList {
  margin-top: 20px;
  padding: 30px;
  background-color: #f8f8f8;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
.solutionList__item {
  width: calc(100% / 3 - 30px * 2 / 3);
}
.solutionList__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #333;
  background: #fff;
  padding: 20px;
}
.solutionList__image {
  background-color: #f2f7fa;
  margin-bottom: 20px;
}
.solutionList__text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
.assignment {
  position: relative;
  margin-bottom: 48px;
}
.assignment::after {
  content: '';
  display: block;
  background: var(--site-color-main);
  height: calc(60px / 2.5);
  width: 46px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  transform: translate(-50%, 0);
}
.assignment__box {
  border: 1px solid var(--site-color-main);
  padding: 20px;
}
.assignment__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--site-color-main);
  padding-left: 34px;
  margin-bottom: 16px;
}
.assignment__title::before {
  content: '';
  display: block;
  width: 26px;
  height: 24px;
  background: url(/assets/images/icon_attention.svg) no-repeat center center;
  background-size: 26px 24px;
  position: absolute;
  left: 0;
  top: 2px;
}
.assignment__text {
  font-size: 1.3rem;
  line-height: 1.4;
  color: var(--site-color-main);
}
.assignment__note {
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--site-color-main);
}
.assignment__indentList li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
  line-height: 1.4;
  color: var(--site-color-main);
}

.borderBox {
  border: 1px solid #ccc;
  padding: 20px;
}
.borderBox .text {
  font-size: 1.3rem;
  line-height: 1.4;
}
.borderBox .text.bgGray {
  background: #f8f8f8;
  padding: 10px;
}
.borderBox .imageArea {
  text-align: center;
}

.effectiveness {
  margin-top: 24px;
}
.effectiveness__head {
  background: #ededed;
  padding: 18px 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
.effectiveness__body {
  background: #f8f8f8;
  padding: 20px;
}
.effectiveness__item + .effectiveness__item {
  margin-top: 16px;
}
.effectiveness__item-head {
  position: relative;
  padding-left: 26px;
  font-size: 1.6rem;
  font-weight: bold;
}
.effectiveness__item-head::before {
  content: '';
  display: block;
  width: 16px;
  height: 17px;
  background: url(/assets/products/solution/images/icon_check.svg) no-repeat
    center center;
  background-size: 16px 17px;
  position: absolute;
  left: 0;
  top: 4px;
}
.effectiveness__item-body {
  margin-top: 6px;
  padding-left: 26px;
}

.prodPageLink {
  margin-top: 40px;
  margin-bottom: 60px;
}
.prodPageLink__list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 40px;
}
.prodPageLink__item {
  width: 245px;
}
.prodPageLink__link {
  text-decoration: none;
  color: #333;
}
.prodPageLink__image {
  margin-bottom: 8px;
}
.prodPageLink__text {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}
.prodPageLink__text::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 14px;
  height: 4px;
  background: url(/assets/images/icon_arrow01.svg) no-repeat center center;
  background-size: 14px 4px;
}
.prodPageLink__text span {
  margin-right: 8px;
}
.prodPageLink__note {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 10px;
}

.relationPageLink {
  margin-bottom: 60px;
}
.relationPageLink__list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 40px;
  margin-top: 20px;
}
.relationPageLink__item {
  width: calc((100% / 2) - (40px / 2));
}
.relationPageLink__link {
  display: flex;
  border: 1px solid var(--site-color-main);
  min-height: 100px;
  height: 100%;
  text-decoration: none;
  color: #000;
  align-items: center;
}
.relationPageLink__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100%;
  background: #f8f8f8;
}
.relationPageLink__icon img {
  height: auto;
}
.relationPageLink__text {
  flex: 1;
  padding: 2px 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.relationPageLink__arrow {
  width: 40px;
}
.relationPageLink__arrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 7px;
  background: url(/assets/images/icon_arrow01.svg) no-repeat center center;
  background-size: 24px 7px;
}

.solutionTitle {
  position: relative;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.solutionTitle::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/products/solution/images/icon_solution.svg) no-repeat
    center center;
  background-size: 24px 24px;
  position: absolute;
  left: 0;
  top: 2px;
}

@media screen and (max-width: 767px) {
  .solutionList {
    flex-flow: column;
    gap: 20px;
  }
  .solutionList__item {
    width: 100%;
  }
  .prodPageLink__list {
    display: flex;
    flex-flow: row wrap;
    gap: 20px 20px;
  }
  .prodPageLink__item {
    width: calc((100% / 2) - 20px / 2);
  }
  .prodPageLink__image img {
    width: 100%;
  }
  .relationPageLink__list {
    display: flex;
    flex-flow: row wrap;
    gap: 20px 0;
    margin-top: 20px;
  }
  .relationPageLink__item {
    width: 100%;
  }
}
