body.s-page h2 {
  margin: 40px 0 60px;
  color: #000;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  body.s-page h2 {
    margin: 40px 0 46px;
    font-size: 1.13rem;
    line-height: 1.5;
  }
}

.m-richtext {
  margin-bottom: 0px !important;
}
.m-richtext h2 {
  position: relative;
  margin: 40px 0 60px;
  padding: 0;
  border: none;
  font-size: 28px;
}
.m-richtext h2::after {
  z-index: 1;
  position: absolute;
  bottom: -18px;
  display: block;
  content: " ";
  width: 45px;
  height: 3px;
  background: #0a2986;
}
.m-richtext h2.default-style::before, .m-richtext h2.default-style::after {
  display: none;
}
.m-richtext h2 + ul {
  margin-top: 60px;
}
.m-richtext h2 + p {
  margin-top: 60px;
}
.m-richtext h3 {
  margin: 40px 0 20px 0;
  padding: 10px 15px;
  font-size: 20px;
  background-color: #f2f4fa;
  border-left: 2px solid #0a2986;
}

@media screen and (max-width: 960px) {
  .m-richtext h2 {
    position: relative;
    margin: 40px 0 32px;
    padding: 0;
    border: none;
    font-size: 18px;
  }
  .m-richtext h2::after {
    bottom: -16px;
    width: 36px;
    height: 2px;
  }
  .m-richtext h3 {
    padding: 5px 10px;
    margin: 40px 0 20px 0;
    font-size: 15px;
  }
}
.container {
  margin: 0 auto;
  padding: 0 40px 40px;
}
@media screen and (max-width: 960px) {
  .container {
    padding: 0 10px 40px;
  }
}
.container:last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .container:last-child {
    margin-bottom: 30px;
  }
}
.container .container__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1286px;
}
.container .container__inner.container__inner--border {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .container .container__inner.container__inner--border {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .container .container__inner .m-richtext {
    margin: 0;
  }
}
.container.container--bg {
  margin-top: 50px;
  padding: 40px;
  background-color: #f3f4f9;
}
@media screen and (max-width: 960px) {
  .container.container--bg {
    margin-top: 30px;
    padding: 40px 10px;
  }
}
.container.container--bg .m-richtext h2 {
  margin-top: 0;
}
.container.container--border {
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .container.container--border {
    margin-top: 30px;
  }
}
.container.--new-product .m-richtext h3 {
  margin-top: 0;
}

.product-category-link-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  gap: 0 35px;
}
@media screen and (max-width: 960px) {
  .product-category-link-list {
    margin-top: 5px;
    gap: 0;
  }
}
.product-category-link-list .link-list__item {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
  line-height: 2;
  color: #171C8F;
}
.product-category-link-list .link-list__item .link-list__link {
  display: block;
  padding: 15px 15px 15px 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960.1px) {
  .product-category-link-list .link-list__item:first-child .link-list__link {
    padding-top: 0;
  }
}
.product-category-link-list .link-list__item .link-list__text {
  position: relative;
  display: block;
}
.product-category-link-list .link-list__item .link-list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -15px;
  width: 8px;
  height: 8px;
  background: url(/jp/ja/products/images/icon_arw_blue_01.png) no-repeat;
  background-size: contain;
}
.product-category-link-list .link-list__item .link-list__text[target=_blank]::after {
  display: none;
}
.product-category-link-list .link-list__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.product-category-link-list .link-list__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  border-bottom: 1px solid #181c8f;
}
.product-category-link-list.--column3 .link-list__item {
  width: calc((100% - 70px) / 3);
}
@media screen and (min-width: 960.1px) {
  .product-category-link-list.--column3 .link-list__item:nth-child(-n+3) .link-list__link {
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .product-category-link-list.--column3 .link-list__item {
    width: 100%;
  }
}

.product-industry-link-list {
  margin: 0;
}
.product-industry-link-list .link-list__item {
  width: 100%;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #171C8F;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.product-industry-link-list .link-list__item:not(:nth-of-type(-n + 3)) {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .product-industry-link-list .link-list__item {
    font-size: 0.88rem;
    line-height: 1.6;
  }
  .product-industry-link-list .link-list__item:not(:first-of-type) {
    margin-top: 5px;
  }
}
.product-industry-link-list .link-list__item .link-list__text {
  position: relative;
  display: flex;
  align-content: flex-start;
  align-items: center;
}
.product-industry-link-list .link-list__item .link-list__text .media {
  width: 78px;
  height: 78px;
  min-width: 78px;
}
@media screen and (max-width: 960px) {
  .product-industry-link-list .link-list__item .link-list__text .media {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
.product-industry-link-list .link-list__item .link-list__text:hover .media__image img {
  opacity: 0.7;
}
.product-industry-link-list .link-list__item .link-list__text span {
  padding: 0 50px 0 18px;
}
.product-industry-link-list .link-list__item .link-list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 11px;
  background: url(/jp/ja/products/images/icon_arw_blue_02.png) no-repeat;
  background-size: contain;
}

.product-function-link-list {
  margin: 0;
}
.product-function-link-list .link-list__item {
  width: 100%;
  margin: 0;
  font-size: 0.88rem;
  line-height: 2;
  color: #171C8F;
  border: 1px solid #e0e0e0;
}
.product-function-link-list .link-list__item:not(:nth-of-type(-n + 4)) {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .product-function-link-list .link-list__item:not(:nth-of-type(-n + 2)) {
    margin-top: 20px;
  }
}
.product-function-link-list .link-list__item .link-list__text {
  position: relative;
  display: block;
  padding: 12px 50px 12px 15px;
}
.product-function-link-list .link-list__item .link-list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 11px;
  background: url(/jp/ja/products/images/icon_arw_blue_02.png) no-repeat;
  background-size: contain;
}

.product-more-link-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 23px;
}
.product-more-link-list .link-list__item {
  font-size: 0.88rem;
  line-height: 1;
  color: #171C8F;
}
.product-more-link-list .link-list__item .link-list__text {
  position: relative;
  display: block;
  padding: 0 15px 0 0;
}
.product-more-link-list .link-list__item .link-list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  background: url(/jp/ja/products/images/icon_arw_blue_01.png) no-repeat;
  background-size: contain;
}
.product-more-link-list .link-list__item .link-list__text[target=_blank] {
  padding: 0;
}
.product-more-link-list .link-list__item .link-list__text[target=_blank]::after {
  display: none;
}

.grid {
  display: grid;
  gap: 0 35px;
}
@media screen and (max-width: 960px) {
  .grid {
    gap: 0 10px;
  }
}
.grid.--column2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .grid.--column2 {
    grid-template-columns: none;
  }
}
.grid.--column3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 960px) {
  .grid.--column3 {
    grid-template-columns: none;
  }
}
.grid.--column4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 960px) {
  .grid.--column4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.--column1-3 {
  grid-template-columns: calc((100% - 105px) / 4) 3fr;
}
@media screen and (max-width: 960px) {
  .grid.--column1-3 {
    grid-template-columns: none;
  }
}

.media .media__image img {
  width: 100%;
  height: auto;
}
.media .media__title {
  font-size: 1rem;
  line-height: 1.6;
}
.media .media__text {
  font-size: 0.88rem;
  line-height: 2;
  color: #555;
}

.media__link {
  position: relative;
  display: flex;
  flex-direction: column;
}
.media__link .media__image img {
  width: 100%;
}
.media__link:hover .media__image img {
  opacity: 0.7;
}
.media__link .media__title {
  order: 2;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
}
.media__link .media__title:hover {
  text-decoration: underline;
}
.media__link .media__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}
.media__link .media__title[target=_blank] .g-vam {
  display: inline-block;
}
.media__link .media__text {
  order: 3;
  margin-top: 17px;
  font-size: 0.88rem;
  line-height: 2;
}
.media__link .media__image {
  order: 1;
}
.media__link.--new-product:nth-child(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .media__link.--new-product:not(:nth-of-type(-n + 2)) {
    margin-top: 37px;
  }
}
.media__link.--new-product .media__title {
  padding: 0 15px 0 0;
  font-size: 0.88rem;
  line-height: 2;
}
.media__link.--new-product .media__title::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  margin: 0 0 3px 0;
  vertical-align: middle;
  background: url(/jp/ja/products/images/icon_arw_blue_01.png) right no-repeat;
  background-size: contain;
}
.media__link.--new-product .media__title[target=_blank] {
  padding: 0;
}
.media__link.--new-product .media__title[target=_blank]::after {
  display: none;
}
@media screen and (max-width: 960px) {
  .media__link.--related-information:not(:first-of-type) {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }
  .media__link.--related-information:not(:first-of-type) .media__title {
    margin-top: 18px;
  }
  .media__link.--related-information:first-of-type .media__title {
    margin-top: 0;
  }
  .media__link.--related-information .media__image {
    display: none;
  }
}

.pickup-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}
.pickup-slider .slick-track {
  margin: 0;
}
.pickup-slider .slick-list {
  width: calc(100% + 35px);
}
@media screen and (max-width: 960px) {
  .pickup-slider .slick-list {
    padding-right: 60px;
  }
  .pickup-slider .slick-slide {
    margin-right: 10px;
  }
}
.pickup-slider .slide-arrow.prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 50px;
  bottom: 0;
}
.pickup-slider .slide-arrow.next-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
}
.pickup-slider .slide-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

.pickup-slider__item {
  padding: 0 35px 0 0;
}
@media screen and (max-width: 960px) {
  .pickup-slider__item {
    padding: 0;
  }
}
.pickup-slider__item .media__link {
  width: 100%;
  max-width: 295px;
}
@media screen and (max-width: 960px) {
  .pickup-slider__item .media__link {
    width: 100%;
    max-width: 100%;
  }
}

.search-products .btn-submit {
  top: 0;
}