@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto:300,400&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

/**
 * Usage:
 * フォントのスタイルを定義するプロパティセット
 */
/**
 * Usage:
 * 一部のみ角丸にする場合に用いるプロパティセット
 */
html {
  font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック', 'Noto Sans JP', 'Roboto', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Meiryo UI', sans-serif;
  font-size: 62.5%;
  color: #333333;
}

body {
  position: relative;
}

h1 {
  font-size: 2.86rem;
  line-height: 3.14rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h2 {
  font-size: 2.29rem;
  line-height: 2.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h3 {
  font-size: 1.71rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h4 {
  font-size: 1.29rem;
  line-height: 1.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h5 {
  font-size: 1.14rem;
  line-height: 1.57rem;
  letter-spacing: 0.06rem;
  font-weight: normal;
}

.l-header {
  position: relative;
  z-index: 10000;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 1079px) {
  .l-header {
    padding-bottom: 16px;
    padding-left: 20px;
    border-bottom: #E6E6E6 solid 1px;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
.l-footer {
  margin-top: 24px;
  padding-bottom: 24px;
  letter-spacing: .6px;
  background-color: #FAFAFA;
}

@media only screen and (max-width: 1079px) {
  .l-footer {
    min-width: 100%;
    padding-bottom: 30px;
    background: none;
  }
}
.l-gnav {
  position: relative;
  z-index: 10000;
  width: 100%;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 14px;
  letter-spacing: .6px;
  background-color: #FFFFFF;
}
.l-gnav input[type=text],
.l-gnav input[type=tel],
.l-gnav input[type=email],
.l-gnav input[type=submit],
.l-gnav input[type=button],
.l-gnav button,
.l-gnav textarea {
  font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック', 'Noto Sans JP', 'Roboto', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Meiryo UI', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
}
.l-gnav input[type=radio] {
  vertical-align: middle;
}
.l-gnav img {
  vertical-align: bottom;
}
.l-gnav svg {
  vertical-align: bottom;
}
.l-gnav a {
  text-decoration: none;
  color: #333333;
}
.l-gnav.is-enter {
  box-shadow: none;
}
.l-gnav input[type=submit]:hover.is-hover:hover,
.l-gnav input[type=button]:hover.is-hover:hover,
.l-gnav button.is-hover:hover {
  transition: .3s;
  outline: none;
  cursor: pointer;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .l-gnav {
    position: absolute;
    z-index: -1;
    top: 49px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    min-width: 100%;
  }
  .l-gnav.is-open {
    z-index: 10000;
    opacity: 1;
    visibility: visible;
  }
}
.u-display--inline {
  display: inline;
}
.u-display--block {
  display: block;
}
.u-display--none {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .u-display-xl--inline {
    display: inline;
  }
  .u-display-xl--block {
    display: block;
  }
  .u-display-xl--none {
    display: none;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .u-display-lg--inline {
    display: inline;
  }
  .u-display-lg--block {
    display: block;
  }
  .u-display-lg--none {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  .u-display-md--inline {
    display: inline;
  }
  .u-display-md--block {
    display: block;
  }
  .u-display-md--none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-sm--inline {
    display: inline;
  }
  .u-display-sm--block {
    display: block;
  }
  .u-display-sm--none {
    display: none;
  }
}
@media only screen and (max-width: 374px) {
  .u-display-xs--inline {
    display: inline;
  }
  .u-display-xs--block {
    display: block;
  }
  .u-display-xs--none {
    display: none;
  }
}
.u-pointer-events--auto {
  pointer-events: auto;
}
.u-pointer-events--none {
  pointer-events: none;
}

.p-product-item2025-slide__outer {
  position: relative;
}
.p-product-item2025-slide__item {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-color: #333333;
}
.p-product-item2025-slide__item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-product-item2025-slide__item-text-box {
  display: flex;
  justify-content: flex-end;
  width: 40%;
}
.p-product-item2025-slide__item-text-box-inner {
  width: 400px;
}
.p-product-item2025-slide__item-text-mega {
  margin-bottom: 24px;
  font-size: 7.2rem;
  line-height: 1.125;
  letter-spacing: .1rem;
  color: #FFFFFF;
}
.p-product-item2025-slide__item-text-small {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  color: #FFFFFF;
}
.p-product-item2025-slide__item-text-small--mb {
  margin-bottom: 32px;
}
.p-product-item2025-slide__item-text-big {
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: .1rem;
  color: #FFFFFF;
}
.p-product-item2025-slide__item-text-big--mb {
  margin-bottom: 16px;
}
.p-product-item2025-slide__item-image-box {
  position: relative;
  overflow: hidden;
  width: 60%;
}
.p-product-item2025-slide__item-image {
  vertical-align: top;
}
.p-product-item2025-slide__pagination {
  position: absolute;
  left: calc(40% - 400px) !important;
  bottom: 35px !important;
  z-index: 10;
  display: flex;
}
.p-product-item2025-slide__pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 1;
  width: 60px;
  height: 11px;
  margin: 0 16px 0 0 !important;
  background-color: transparent;
}
.p-product-item2025-slide__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.p-product-item2025-slide__pagination .swiper-pagination-bullet:before, .p-product-item2025-slide__pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}
.p-product-item2025-slide__pagination .swiper-pagination-bullet:after {
  transition: width .1s;
  width: 0;
  background-color: #005EB8;
}
.p-product-item2025-slide__pagination .swiper-pagination-bullet-active {
  background-color: transparent;
}
.p-product-item2025-slide__pagination .swiper-pagination-bullet-active:after {
  width: 100%;
  animation: bar linear 5s;
}

@keyframes bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (min-width: 1650px) {
  .p-product-item2025-slide__item-image {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1079px) {
  .p-product-item2025-slide__item {
    width: 100%;
    height: auto;
  }
  .p-product-item2025-slide__item-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
  .p-product-item2025-slide__item-text-box {
    width: 40%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .p-product-item2025-slide__item-text-mega {
    margin-bottom: 12px;
    font-size: 4.8rem;
  }
  .p-product-item2025-slide__item-text-small {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
  .p-product-item2025-slide__item-text-small--mb {
    margin-bottom: 24px;
  }
  .p-product-item2025-slide__item-text-big {
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-product-item2025-slide__item-text-big--mb {
    margin-bottom: 16px;
  }
  .p-product-item2025-slide__item-image-box {
    width: 60%;
  }
  .p-product-item2025-slide__item-image {
    width: 100%;
    height: auto;
  }
  .p-product-item2025-slide__pagination {
    left: 20px !important;
    bottom: 30px !important;
  }
  .p-product-item2025-slide__pagination .swiper-pagination-bullet {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-product-item2025-slide__item-inner {
    flex-direction: column-reverse;
  }
  .p-product-item2025-slide__item-text-box {
    display: block;
    width: 100%;
    padding: 20px 20px 70px;
  }
  .p-product-item2025-slide__item-text-box-inner {
    width: 100%;
  }
  .p-product-item2025-slide__item-image-box {
    width: 100%;
  }
  .p-product-item2025-slide__pagination {
    position: absolute;
    left: 0 !important;
    bottom: 30px !important;
    justify-content: center;
    width: 100%;
  }
}
.p-product-item2025__section {
  padding: 56px 0 80px;
  box-sizing: border-box;
  border-bottom: #E6E6E6 solid 1px;
}
.p-product-item2025__section-title {
  margin-bottom: 56px;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  text-align: center;
}
.p-product-item2025__section-title02 {
  margin-bottom: 72px;
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: .1rem;
  text-align: center;
}
.p-product-item2025__jump-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto 100px;
  padding: 0 40px;
  box-sizing: border-box;
}
.p-product-item2025__jump-item {
  width: 160px;
  margin-right: 40px;
}
.p-product-item2025__jump-item:last-child {
  margin-right: 0;
}
.p-product-item2025__jump-link {
  display: flex;
  justify-content: center;
  transition: opacity .3s;
  width: 100%;
  padding: 0 20px 20px;
  border-bottom: #005EB8 solid 4px;
  box-sizing: border-box;
  font-size: 3.6rem;
  line-height: 1.125;
  letter-spacing: .1rem;
  color: #005EB8;
  text-decoration: none;
}
.p-product-item2025__jump-link:hover {
  opacity: .7;
}
.p-product-item2025__jump-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1.125;
  letter-spacing: .1rem;
  color: #005EB8;
}
.p-product-item2025__jump-text:after {
  content: "";
  position: relative;
  top: 3px;
  display: block;
  width: 28px;
  height: 15px;
  margin-left: 6px;
  background: url(/assets/img/arrow_button_blue_bottom.svg) no-repeat center;
  background-size: 28px 15px;
}

@media only screen and (max-width: 767px) {
  .p-product-item2025__section {
    padding: 40px 0;
  }
  .p-product-item2025__section-title {
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-product-item2025__section-title02 {
    margin-bottom: 56px;
    font-size: 2.8rem;
  }
  .p-product-item2025__jump-list {
    margin: 0 auto 48px;
    padding: 0 20px;
  }
  .p-product-item2025__jump-item {
    width: 100px;
    margin-right: 16px;
  }
  .p-product-item2025__jump-item:last-child {
    margin-right: 0;
  }
  .p-product-item2025__jump-link {
    padding: 0 10px 12px;
    font-size: 2.4rem;
  }
  .p-product-item2025__jump-text {
    font-size: 2.4rem;
  }
  .p-product-item2025__jump-text:after {
    top: 3px;
    width: 24px;
    height: 13px;
    margin-left: 4px;
    background: url(/assets/img/arrow_button_blue_bottom.svg) no-repeat center;
    background-size: 24px 13px;
  }
}
.p-product-item2025-block {
  padding-bottom: 100px;
}
.p-product-item2025-block--pb0 {
  padding-bottom: 0;
}
.p-product-item2025-block__header {
  padding: 60px 0;
  background-color: #F5F5F5;
}
.p-product-item2025-block__header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
.p-product-item2025-block__title {
  margin-right: 100px;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: .1rem;
  text-align: center;
  color: #005EB8;
}
.p-product-item2025-block__title-notes {
  font-size: 1.8rem;
}
.p-product-item2025-block__body {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 40px 0;
  box-sizing: border-box;
}
.p-product-item2025-block__body--pt0 {
  padding-top: 0;
}
.p-product-item2025-block__section:nth-child(n + 2) {
  margin-top: 64px;
}
.p-product-item2025-block__image-box {
  text-align: center;
}
.p-product-item2025-block__image-box--mbl {
  margin-bottom: 64px;
}
.p-product-item2025-block__image {
  max-width: 100%;
  height: auto;
}
.p-product-item2025-block__image--line {
  border: #E6E6E6 solid 1px;
}
.p-product-item2025-block__text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-product-item2025-block__text--mbm {
  margin-bottom: 32px;
}
.p-product-item2025-block__text--mb80 {
  margin-bottom: 80px;
}
.p-product-item2025-block__text--xl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .1rem;
}
.p-product-item2025-block__text--xl--mbm {
  margin-bottom: 32px;
}
.p-product-item2025-block__text--xl--mb40 {
  margin-bottom: 40px;
}
.p-product-item2025-block__text--xl--center {
  text-align: center;
}
.p-product-item2025-block__text--lg {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: .1rem;
}
.p-product-item2025-block__text--lg--mbm {
  margin-bottom: 32px;
}
.p-product-item2025-block__text--lg--mb40 {
  margin-bottom: 40px;
}
.p-product-item2025-block__text--md {
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: .1rem;
}
.p-product-item2025-block__text--md--mb24 {
  margin-bottom: 24px;
}
.p-product-item2025-block__text--center {
  text-align: center;
}
.p-product-item2025-block__conparison {
  display: flex;
}
.p-product-item2025-block__conparison-box {
  position: relative;
  width: calc(50% - 24px);
}
.p-product-item2025-block__conparison-box:first-of-type {
  margin-right: auto;
}
.p-product-item2025-block__conparison-box:first-of-type:after {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(50% - 18px);
  display: block;
  border-width: 18px 0 18px 24px;
  border-style: solid;
  border-color: transparent transparent transparent #999999;
}
.p-product-item2025-block__conparison-title {
  display: flex;
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: .08rem;
}
.p-product-item2025-block__conparison-before-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  min-width: 100px;
  margin-right: 12px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #999999;
  font-size: 1.4rem;
  letter-spacing: .06rem;
  color: #FFFFFF;
}
.p-product-item2025-block__conparison-after-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  min-width: 100px;
  margin-right: 12px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #005EB8;
  font-size: 1.4rem;
  letter-spacing: .06rem;
  color: #FFFFFF;
}
.p-product-item2025-block__2column {
  display: flex;
}
.p-product-item2025-block__2column-box {
  position: relative;
  width: calc(50% - 20px);
}
.p-product-item2025-block__2column-box:first-of-type {
  margin-right: auto;
}
.p-product-item2025-block__selector {
  padding: 64px 40px;
  box-sizing: border-box;
  background-color: #F0F0F0;
}
.p-product-item2025-block__selector-link {
  display: flex;
  align-items: center;
  transition: opacity .3s;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  background-color: #FFFFFF;
  color: #333333;
  text-decoration: none;
}
.p-product-item2025-block__selector-link:hover {
  opacity: .7;
}
.p-product-item2025-block__selector-text-box {
  width: 50%;
  padding-left: 32px;
  box-sizing: border-box;
}
.p-product-item2025-block__selector-title {
  font-size: 2.4rem;
  line-height: 1.66;
  letter-spacing: .1rem;
  margin-bottom: 24px;
}
.p-product-item2025-block__selector-text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
}
.p-product-item2025-block__selector-text:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(/assets/img/arrow_button_gray_right.svg) no-repeat center;
  background-size: 8px 13px;
  margin-left: 4px;
}
.p-product-item2025-block__selector-image-box {
  width: 50%;
}
.p-product-item2025-block__selector-image {
  width: 100%;
  height: auto;
}
.p-product-item2025-block__notes-list {
  max-width: 1080px;
  margin: 64px auto 0;
  padding: 0 40px;
  box-sizing: border-box;
}
.p-product-item2025-block__notes-item {
  font-size: 1.1rem;
  line-height: 1.45;
  letter-spacing: .04rem;
  color: #999999;
}

@media only screen and (max-width: 767px) {
  .p-product-item2025-block {
    padding-bottom: 56px;
  }
  .p-product-item2025-block--pb0 {
    padding-bottom: 0;
  }
  .p-product-item2025-block__header {
    padding: 40px 0;
  }
  .p-product-item2025-block__header-inner {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .p-product-item2025-block__title {
    width: 100%;
    margin: 0 0 32px;
    font-size: 4.8rem;
  }
  .p-product-item2025-block__body {
    padding: 40px 20px 0;
  }
  .p-product-item2025-block__body--pt0 {
    padding-top: 0;
  }
  .p-product-item2025-block__section:nth-child(n + 2) {
    margin-top: 40px;
  }
  .p-product-item2025-block__image-box {
    margin-top: 16px;
    text-align: center;
  }
  .p-product-item2025-block__image-box--mbl {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .p-product-item2025-block__text {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
  .p-product-item2025-block__text--mbm {
    margin-bottom: 24px;
  }
  .p-product-item2025-block__text--mb80 {
    margin-bottom: 80px;
  }
  .p-product-item2025-block__text--xl {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: .1rem;
  }
  .p-product-item2025-block__text--xl--mbm {
    margin-bottom: 16px;
  }
  .p-product-item2025-block__text--xl--mb40 {
    margin-bottom: 40px;
  }
  .p-product-item2025-block__text--xl--center {
    text-align: center;
  }
  .p-product-item2025-block__text--xl-sm--center {
    text-align: center;
  }
  .p-product-item2025-block__text--lg {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: .1rem;
  }
  .p-product-item2025-block__text--lg--mbm {
    margin-bottom: 16px;
  }
  .p-product-item2025-block__text--lg--mb40 {
    margin-bottom: 40px;
  }
  .p-product-item2025-block__text--md {
    font-size: 1.8rem;
    line-height: 1.25;
    letter-spacing: .1rem;
  }
  .p-product-item2025-block__text--md--mb24 {
    margin-bottom: 24px;
  }
  .p-product-item2025-block__text--center {
    text-align: center;
  }
  .p-product-item2025-block__conparison {
    display: flex;
  }
  .p-product-item2025-block__conparison-box {
    position: relative;
    width: calc(50% - 24px);
  }
  .p-product-item2025-block__conparison-box:first-of-type {
    margin-right: auto;
  }
  .p-product-item2025-block__conparison-box:first-of-type:after {
    content: "";
    position: absolute;
    left: 100%;
    top: calc(50% - 18px);
    display: block;
    border-width: 18px 0 18px 24px;
    border-style: solid;
    border-color: transparent transparent transparent #999999;
  }
  .p-product-item2025-block__conparison-title {
    display: flex;
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: .08rem;
  }
  .p-product-item2025-block__conparison-before-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    min-width: 100px;
    margin-right: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #999999;
    font-size: 1.4rem;
    letter-spacing: .06rem;
    color: #FFFFFF;
  }
  .p-product-item2025-block__conparison-after-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    min-width: 100px;
    margin-right: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #005EB8;
    font-size: 1.4rem;
    letter-spacing: .06rem;
    color: #FFFFFF;
  }
  .p-product-item2025-block__2column {
    display: block;
  }
  .p-product-item2025-block__2column-box {
    width: 100%;
  }
  .p-product-item2025-block__2column-box:first-of-type {
    margin-right: 0;
  }
  .p-product-item2025-block__selector {
    padding: 40px 20px;
  }
  .p-product-item2025-block__selector-link {
    display: block;
    width: 100%;
  }
  .p-product-item2025-block__selector-text-box {
    width: 100%;
    padding: 20px;
  }
  .p-product-item2025-block__selector-title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-product-item2025-block__selector-image-box {
    width: 100%;
  }
  .p-product-item2025-block__notes-list {
    margin: 48px auto 0;
    padding: 0 20px;
  }
}
.p-product-item2025-detail-info {
  padding: 72px 40px;
  box-sizing: border-box;
  background-color: #DAE8F5;
}
.p-product-item2025-detail-info__title {
  margin-bottom: 32px;
  font-size: 1.8rem;
  line-height: 1.34;
  letter-spacing: .1rem;
  text-align: center;
}
.p-product-item2025-detail-info__text {
  margin-bottom: 48px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  text-align: center;
}
.p-product-item2025-detail-info__catalog-list {
  display: flex;
  justify-content: center;
}
.p-product-item2025-detail-info__catalog-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.p-product-item2025-detail-info__catalog-box:nth-child(2) {
  margin-left: 60px;
}
.p-product-item2025-detail-info__catalog-image {
  width: 154px;
  height: auto;
}
.p-product-item2025-detail-info__catalog-text-box {
  margin-left: 32px;
}
.p-product-item2025-detail-info__catalog-text {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-product-item2025-detail-info__catalog-download {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
  width: 210px;
  height: 56px;
  background-color: #005EB8;
  text-decoration: none;
}
.p-product-item2025-detail-info__catalog-download:hover {
  opacity: .7;
}
.p-product-item2025-detail-info__catalog-download-text {
  position: relative;
  display: block;
  padding-right: 20px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #ffffff;
}
.p-product-item2025-detail-info__catalog-download-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  background: url(/product/promotion/proximity_sensor/assets/img/e2e/icon_download_white.png) no-repeat center;
  background-size: 14px 14px;
}
.p-product-item2025-detail-info__catalog-detail-title {
  margin: 24px 0 8px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-product-item2025-detail-info__catalog-detail-list {
  display: flex;
  flex-wrap: wrap;
  width: 360px;
}
.p-product-item2025-detail-info__catalog-detail-item {
  width: 180px;
}
.p-product-item2025-detail-info__catalog-detail-item:nth-child(n + 3) {
  margin-top: 8px;
}
.p-product-item2025-detail-info__catalog-detail-item:nth-child(2n) {
  width: 120px;
}
.p-product-item2025-detail-info__catalog-detail {
  transition: opacity .3s;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-product-item2025-detail-info__catalog-detail:hover {
  opacity: .7;
}
.p-product-item2025-detail-info__catalog-detail:after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background: url(/assets/img/arrow_button_blue_right.svg) no-repeat center;
  background-size: 14px 14px;
}

@media only screen and (max-width: 1079px) {
  .p-product-item2025-detail-info__catalog-list {
    display: block;
  }
  .p-product-item2025-detail-info__catalog-box:nth-child(2) {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-product-item2025-detail-info {
    padding: 40px 20px;
  }
  .p-product-item2025-detail-info__text {
    margin-bottom: 32px;
    text-align: left;
  }
  .p-product-item2025-detail-info__catalog-list {
    display: block;
  }
  .p-product-item2025-detail-info__catalog-box {
    display: block;
    width: 210px;
    margin: 0 auto;
  }
  .p-product-item2025-detail-info__catalog-box:nth-child(2) {
    margin: 40px auto 0;
  }
  .p-product-item2025-detail-info__catalog-image {
    width: 100%;
    height: auto;
  }
  .p-product-item2025-detail-info__catalog-text-box {
    margin: 16px 0 0;
  }
  .p-product-item2025-detail-info__catalog-text {
    margin-bottom: 16px;
  }
  .p-product-item2025-detail-info__catalog-download {
    margin: 0 auto;
  }
  .p-product-item2025-detail-info__catalog-detail {
    margin-top: 12px auto 0;
  }
  .p-product-item2025-detail-info__catalog-detail-list {
    display: block;
    width: auto;
  }
  .p-product-item2025-detail-info__catalog-detail-item {
    width: 100%;
    margin-top: 12px;
  }
  .p-product-item2025-detail-info__catalog-detail-item:nth-child(2n) {
    width: 100%;
  }
}
.p-product-item2025-contact__bg-sec {
  background-color: #F5F5F5;
}
.p-product-item2025-contact__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  box-sizing: border-box;
}
.p-product-item2025-contact__2column {
  display: flex;
  flex-wrap: wrap;
}
.p-product-item2025-contact__item {
  max-width: 620px;
  width: calc(50% - 20px);
  background-color: #FFFFFF;
}
.p-product-item2025-contact__item:nth-child(2n) {
  margin-left: 40px;
}
.p-product-item2025-contact__item:nth-child(n + 3) {
  margin-top: 40px;
}
.p-product-item2025-contact__item-link {
  display: flex;
  align-items: center;
  transition: background .3s;
  padding: 20px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  color: #333333;
  text-decoration: none;
}
.p-product-item2025-contact__item-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.p-product-item2025-contact__icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  text-align: center;
}
.p-product-item2025-contact__icon-box--bk {
  background-color: #333333;
}
.p-product-item2025-contact__icon-box--bl {
  background-color: #005EB8;
}
.p-product-item2025-contact__item-icon-image {
  width: 40px;
  height: 40px;
}
.p-product-item2025-contact__icon-text {
  font-size: 1.6rem;
  line-height: 1.375;
  color: #FFFFFF;
}
.p-product-item2025-contact__desc {
  width: calc(100% - 148px);
  margin-left: 24px;
}
.p-product-item2025-contact__item-title {
  font-size: 1.6rem;
  line-height: 1.375;
  margin-bottom: 8px;
}
.p-product-item2025-contact__item-title--tel {
  font-size: 1.8rem;
  line-height: 1.23;
}
.p-product-item2025-contact__item-title--bl {
  color: #005EB8;
}
.p-product-item2025-contact__icon-i-web {
  position: relative;
  top: 1px;
  margin-right: 4px;
  width: 80px;
  height: auto;
}
.p-product-item2025-contact__link-icon--external {
  position: relative;
  top: 2px;
  margin-left: 4px;
  width: 14px;
  height: 14px;
}
.p-product-item2025-contact__icon-tel {
  position: relative;
  top: 5px;
  margin-right: 4px;
  width: 24px;
  height: auto;
}
.p-product-item2025-contact__desc-text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .p-product-item2025-contact__2column {
    display: block;
    max-width: 1080px;
    margin: 0 auto;
  }
  .p-product-item2025-contact__item {
    max-width: 1080px;
    width: 100%;
  }
  .p-product-item2025-contact__item:nth-child(2n) {
    margin-left: 0;
  }
  .p-product-item2025-contact__item:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1079px) {
  .p-product-item2025-contact__2column {
    display: block;
    max-width: 1080px;
    margin: 0 auto;
  }
  .p-product-item2025-contact__item {
    max-width: 1080px;
    width: 100%;
  }
  .p-product-item2025-contact__item:nth-child(2n) {
    margin-left: 0;
  }
  .p-product-item2025-contact__item:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-product-item2025-contact__inner {
    padding: 56px 24px;
  }
  .p-product-item2025-contact__item:nth-child(n + 2) {
    margin-top: 24px;
  }
  .p-product-item2025-contact__item-link {
    position: relative;
    display: block;
  }
  .p-product-item2025-contact__icon-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 52px;
    height: 52px;
  }
  .p-product-item2025-contact__item-icon-image {
    width: 32px;
    height: 32px;
  }
  .p-product-item2025-contact__icon-text {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-product-item2025-contact__desc {
    width: 100%;
    margin-left: 0;
  }
  .p-product-item2025-contact__item-title {
    position: absolute;
    left: 82px;
    top: 32px;
    margin-bottom: 0;
    line-height: 26px;
  }
  .p-product-item2025-contact__item-title--tel {
    font-size: 1.8rem;
    line-height: 26px;
  }
  .p-product-item2025-contact__item-title--bl {
    color: #005EB8;
  }
  .p-product-item2025-contact__icon-i-web {
    position: static;
    display: block;
    margin: 0;
  }
  .p-product-item2025-contact__link-icon--external {
    position: relative;
    top: 2px;
    margin-left: 4px;
    width: 14px;
    height: 14px;
  }
  .p-product-item2025-contact__icon-tel {
    position: relative;
    top: 5px;
    margin-right: 4px;
    width: 24px;
    height: auto;
  }
  .p-product-item2025-contact__desc-text-box {
    margin-top: 72px;
  }
}


.u-link-none:hover{
  background: #fff;
  cursor: default;
}
.u-text-link{
  color: #005EB8;
  text-decoration: none;
}
.u-text-link:hover{
  opacity: 0.7;
  transition: .3s;
}

/*# sourceMappingURL=product-item2025.css.map */
