.p-extralarge-h2 {
  margin: 46px 0 93px;
  text-align: center;
}

.p-extralarge-h2__title {
  position: relative;
  font-size: 3.2rem;
  line-height: 140%;
  letter-spacing: 1.28px;
}

.p-extralarge-h2__title:before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 54px;
  height: 11px;
  content: "";
  background-image: linear-gradient(to right, #00afec 33.3%, #00afec, #00a040 33.3%, #00a040 66.6%,#e60012, #e60012 66.6%);
}

.p-large-h2__title {
  margin-top: 80px;
  padding: 16px 0 16px 22px;
  font-size: 2.6rem;
  line-height: 30px;
  letter-spacing: 1.04px;
  background-color: #f3f2f2;
}

.p-normal-h2__title {
  position: relative;
  margin-top: 32px;
  padding-left: 21px;
  font-size: 2.2rem;
  line-height: 170%;
  letter-spacing: 0.88px;
}

.p-normal-h2__title::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 5px;
  height: 22px;
  background-color: #00A040;
}

.p-layout01 {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-top: 32px;
}

.p-layout01.p-layout01--reverse {
  flex-direction: row-reverse;
}

.p-layout01__img img {
  max-width: initial;
}

.p-layout01__text {
  font-size: 1.7rem;
  line-height: 200%;
  letter-spacing: 0.34px;
}

.p-button {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 500px;
  margin: 32px auto 0;
}

.p-button-primary,
.p-button-secondary,
.p-button-attachment {
  padding: 8px 0;
  border-radius: 4px;
  font-size: 1.8rem;
  line-height: 200%;
  letter-spacing: 0.72px;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.25s ease;
}

.p-button-primary {
  background-color: #1A1A1A;
  color: #fff;
  font-weight: bold;
}

.p-button-primary:hover {
  padding: 7px 0;
  background-color: #fff;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
}


.p-button-secondary {
  font-weight: bold;
  border: 1px solid #1A1A1A;
}

.p-button-secondary:hover {
  background-color: #1A1A1A;
  color: #fff;
}

.p-button-attachment {
  background-color: #F3F2F2;
  border: 1px solid #DDD;
}

.p-button-attachment:hover {
  background-color: #d9d4d5;
}

.p-text p{
  margin-top: 40px;
  line-height: 200%;
  letter-spacing: 0.32px;
}

.p-image-horizontal,
.p-image-vertical {
  margin-top: 32px;
  text-align: center;
}

.p-layout02 {
  margin-top: 38px;
}

.p-layout02-cards {
  display: flex;
  gap: 56px;
  max-width: 1210px;
  margin: 0 auto;
}

.p-layout02-card {
  width: 366px;
}

.p-layout02-card__img img {
  width: 100%;
}

.p-layout02-card__text {
  margin-top: 24px;
  line-height: 170%;
  letter-spacing: 0.32px;
}

.p-video {
  max-width: 800px;
  margin: 40px auto 0;
}

.p-video iframe {
border-radius: 16px;
}

.p-video__box video {
  border-radius: 16px;
}

.p-video__box {
  position: relative;
}

.p-video__box::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/img/icon_video.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
}

.p-video__box.hide-icon::after {
  opacity: 0;
}

.p-videotext {
  margin-top: 24px;
}

.p-layout03 {
  margin-top: 32px;
}

.p-layout03-box {
  margin-top: 32px;
}

.p-layout03-youtubeBox {
  --layout-width: 100%;
  overflow: hidden;
}

.p-layout03-box__youtube-wrapper {
  display: block;
  width: var(--youtube-width);
  aspect-ratio: 16/9;
}

.p-layout03-box__youtube-leftWrapper {
  margin-right: 64px;
  float: left;
}

.p-layout03-box__youtube-rightWrapper {
  margin-left: 64px;
  float: right;
}

.p-layout03-box__youtube-wrapper iframe {
  height: 100%;
  width: 100%;
  border-radius: 16px;
}

.p-layout03-box__youtubeLefttext {
  float: left;
  width: calc(var(--layout-width) - var(--youtube-width) - 64px);
}

.p-layout03-box__youtubeRighttext {
  float: right;
  width: calc(var(--layout-width) - var(--youtube-width) - 64px);
}

.p-layout03-videoBox {
  display: flex;
  gap: 64px;
}

.p-layout03-box.p-layout03-videoBox--reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: 64px;
}

.p-layout03-box__text p {
  margin-top: 40px;
  line-height: 2.4;
}

.p-layout03-box__text p:first-of-type {
  margin-top: 0;
}

.p-layout03-box__video iframe {
  border-radius: 16px;
}

.p-slider {
  margin-top: 40px;
}

.p-slider-swiper {
  position: relative;
}

.p-slider .swiper {
    position: relative;
    padding: 0 40px;
}
.p-slider .swiper::before,
.p-slider .swiper::after {
    position: absolute;
    top: 0;
    z-index: 5;
    display: block;
    width: 40px;
    height: 100%;
    content: "";
    background-color: #fefefe;
}
.p-slider .swiper::before {
    left: 0;
}
.p-slider .swiper::after {
    right: 0;
}

.p-slider .swiper-wrapper {
    padding: 15px 0;
  transition-timing-function: linear;
}

.p-slider .swiper-slide {
    padding: 0 10px;
}

.p-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #1A1A1A;
}

.p-slider .swiper-button-prev,
.p-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #f9f8f8;
    border-radius: 50%;
    transition: background-color 0.25s ease;
}
.p-slider .swiper-button-prev::after,
.p-slider .swiper-button-next::after {
    width: 6.7px;
    height: 10px;
    content: "";
    background-color: #1a1a1a;
}
.p-slider .swiper-button-prev:hover,
.p-slider .swiper-button-next:hover {
    background-color: #d9d4d5;
}

.p-slider .swiper-button-prev {
    left: 0;
}
.p-slider .swiper-button-prev::after {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.p-slider .swiper-button-next {
    right: 0;
}

.p-slider .swiper-button-next::after {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.p-slider .swiper-pagination  {
  position: absolute;
  bottom: -20px !important;
}

.p-layout04-container {
  max-width: 1240px;
  margin: 0 auto;
}

.p-layout04-cards {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 24px;
  margin-top: 38px;
}

.p-layout04-card {
  display: flex;
  flex-direction: column;
  width: 292px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #DDD;
}

.p-layout04-card__img {
  line-height: 0;
}

.p-layout04-card__img img {
  width: 293px;
  height: 195px;
  border-radius: 8px 8px 0 0;
  object-fit: contain;
}

.p-layout04-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.p-layout04-card__text {
  padding: 10px 10px 0 12px;
}

.p-layout04-card__company {
  color: #0066BF;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.28px;
  text-decoration: none;
  cursor: pointer;
}

.p-layout04-card__company:hover {
  text-decoration: underline;
}

.p-layout04-card__seriesname,
.p-layout04-card__productname,
.p-layout04-card__modelnumber,
.p-layout04-card__orderunit {
  display: flex;
  margin-top: 3px;
  color: #1A1A1A;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.28px;
}

.p-layout04-card__seriesname {
  margin-top: 8px;
}

.p-layout04-card__seriesname-title,
.p-layout04-card__productname-title,
.p-layout04-card__modelnumber-title,
.p-layout04-card__orderunit-title {
  width: 100%;
  max-width: 86px;
}

.p-layout04-card__productname-title,
.p-layout04-card__modelnumber-title,
.p-layout04-card__orderunit-title {
  text-align: right;
}

.p-layout04-card__seriesname-text,
.p-layout04-card__productname-text,
.p-layout04-card__modelnumber-text,
.p-layout04-card__orderunit-text {
  width: 100%;
  max-width: 180px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-layout04-card__modelnumber-link {
  color: #0066BF;
  text-decoration: none;
}

.p-layout04-card__modelnumber-link:hover {
  text-decoration: underline;
}

.p-layout04-card__item {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 10px 0 12px;
}

.p-layout04-card__price {
  color: #BF0000;
  font-weight: bold;
  line-height: 140%;
}


.p-layout04-card__button {
  display: flex;
  margin-top: 10px;
}

.p-layout04-card__orderbutton,
.p-layout04-card__quotebutton {
  width: 50%;
  padding: 12px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 140%
}

.p-layout04-card__orderbutton {
  text-align: center;
  background-color: #BF0000;
  border-radius: 0 0 0 8px;
}

.p-layout04-card__orderbutton:hover {
  background-color: #a10101;
}

.p-layout04-card__quotebutton  {
  text-align: center;
  background-color: #1F978B;
  border-radius: 0 0 8px 0;
}

.p-layout04-card__quotebutton:hover  {
  background-color: #167b71;
}

.p-layout05-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
}

.p-layout05-card {
  display: flex;
  align-items: center;
  width: 1240px;
  border-radius: 8px;
  border: 1px solid #DDD;
}

.p-layout05-card__img {
  line-height: 0;
}

.p-layout05-card__img img {
  width: 225px;
  height: 150px;
  border-radius: 8px 0 0 8px;
  object-fit: contain;
}

.p-layout05-card__content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: calc(100% - 225px);
  padding: 0 12px 0 20px;
}

.p-layout05-card__text {
  width: 100%;
}

.p-layout05-card__company {
  color: #0066BF;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.28px;
  text-decoration: none;
  cursor: pointer;
}

.p-layout05-card__company:hover {
  text-decoration: underline;
}

.p-layout05-card__seriesname,
.p-layout05-card__productname,
.p-layout05-card__modelnumber,
.p-layout05-card__orderunit {
  display: flex;
  margin-top: 2px;
  color: #1A1A1A;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.28px;
}

.p-layout05-card__seriesname-title,
.p-layout05-card__productname-title,
.p-layout05-card__modelnumber-title,
.p-layout05-card__orderunit-title {
  width: 100%;
  max-width: 86px;
}

.p-layout05-card__productname-title,
.p-layout05-card__modelnumber-title,
.p-layout05-card__orderunit-title {
  text-align: right;
}

.p-layout05-card__modelnumber-link {
  color: #0066BF;
  text-decoration: none;
}

.p-layout05-card__modelnumber-link:hover {
  text-decoration: underline;
}

.p-layout05-card__price {
  margin-top: 8px;
  color: #BF0000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 140%;
}

.p-layout05-card__itembox {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
}

.p-layout05-card__button {
  display: flex;
  gap: 8px;
}

.p-layout05-card__orderbutton,
.p-layout05-card__quotebutton {
  width: 164px;
  height: 42px;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  line-height: 140%;
  border-radius: 4px;
}

.p-layout05-card__orderbutton {
  text-align: center;
  background-color: #BF0000;
}

.p-layout05-card__orderbutton:hover {
  background-color: #a10101;
}

.p-layout05-card__quotebutton {
  text-align: center;
  background-color: #1F978B;
}

.p-layout05-card__quotebutton:hover {
  background-color: #167b71;
}

.p-layout06-container {
  max-width: 1240px;
  margin: 0 auto;
}

.p-layout06-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 24px;
  margin-top: 38px;

}

.p-layout06-card {
  display: flex;
  flex-direction: column;
  width: 292px;
  border-radius: 8px;
  border: 1px solid #DDD;
}

.p-layout06-card__img {
  line-height: 0;
}

.p-layout06-card__img img {
  width: 293px;
  height: 195px;
  border-radius: 8px 8px 0 0;
  object-fit: contain;
}

.p-layout06-card__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  padding: 10px 12px 8px 12px;
}

.p-layout06-card__company {
  color: #0066BF;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.28px;
  text-decoration: none;
  cursor: pointer;
}

.p-layout06-card__company:hover {
  text-decoration: underline;
}

.p-layout06-card__seriesname,
.p-layout06-card__productname,
.p-layout06-card__modelnumber,
.p-layout06-card__orderunit {
  display: flex;
  margin-top: 3px;
  color: #1A1A1A;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.28px;
}

.p-layout06-card__seriesname {
  margin-top: 8px;
}

.p-layout06-card__seriesname-title,
.p-layout06-card__productname-title,
.p-layout06-card__modelnumber-title,
.p-layout06-card__orderunit-title {
  width: 100%;
  max-width: 86px;
}

.p-layout06-card__productname-title,
.p-layout06-card__modelnumber-title,
.p-layout06-card__orderunit-title {
  text-align: right;
}

.p-layout06-card__seriesname-text,
.p-layout06-card__productname-text,
.p-layout06-card__modelnumber-text,
.p-layout06-card__orderunit-text {
  width: 100%;
  max-width: 180px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-layout06-card__modelnumber-link {
  color: #0066BF;
  text-decoration: none;
}

.p-layout06-card__modelnumber-link:hover {
  text-decoration: underline;
}

.p-layout06-card__price {
  margin-top: 12px;
  color: #BF0000;
  font-weight: bold;
  line-height: 140%;
}

.counterset {
  display: flex;
}

.inputtext {
  width: 60px;
  height: 40px;
  color:#000 ;
  font-size: 14px;
  font-weight: bold;
  border-left: 0;
  border-right: 0;
  text-align: center;
  border: 1px solid #DDD;
  padding: 0 10px;
}

.button {
  width: 40px;
  height: 40px;
  color:#000 ;
  font-size: 26px;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  line-height: 1;
}

.button:hover {
  background-color: #F3F2F2;
}

.p-layout05-card__counter .inputtext {
  width: 62px;
  height: 44px;
  font-size: 16px;
}

.p-layout05-card__counter .button {
  width: 44px;
  height: 44px;
}

.p-layout04-card__orderbutton-disabled,
.p-layout04-card__quotebutton-disabled,
.p-layout05-card__orderbutton-disabled,
.p-layout05-card__quotebutton-disabled {
  border: 1px solid #C1BBBC;
  color: #9C9C9C;
  background-color: #D9D4D5;
  cursor: initial;
}

.p-layout04-card__orderbutton-disabled:hover,
.p-layout04-card__quotebutton-disabled:hover,
.p-layout05-card__orderbutton-disabled:hover,
.p-layout05-card__quotebutton-disabled:hover {
  color: #9C9C9C;
  background-color: #D9D4D5;
  cursor: initial;
}

/* パーツ：画像とテキスト(左右)の調整  コマース様確認中 */
.p-layout01__img img {
  display: inline-block;
  width: var(--media-image-wrap);
}

@media all and (max-width: 767.98px) {
    .p-extralarge-h2 {
        margin-bottom: 20px;
    }

    .p-extralarge-h2__title {
        font-size: 2rem;
        text-align: left;
    }

    .p-extralarge-h2__title:before {
        display: none;
    }

    .p-large-h2__title {
        padding: 16px 8px;
        margin-top: 40px;
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .p-large-h2 + .p-normal-h2 .p-normal-h2__title {
        margin-top: 24px;
    }

    .p-normal-h2__title {
        padding-left: 12px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .p-normal-h2__title::before {
        top: 0;
        height: 100%;
    }

    .p-layout01 {
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;
    }

    .p-layout01.p-layout01--reverse {
        flex-direction: column-reverse;
    }

    .p-layout01__img img {
        display: block;
        width: 100%;
    }

    .p-layout01__text {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .p-button {
        margin-top: 24px;
    }

    .p-button-primary,
    .p-button-secondary,
    .p-button-attachment {
        min-height: 60px;
        padding: 8px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .p-button-primary:hover {
        color: #fff;
        background-color: #1a1a1a;
    }

    .p-button-secondary:hover {
        color: #1a1a1a;
        background-color: #fff;
    }

    .p-button-attachment:hover {
        background-color: #f3f2f2;
    }

    .p-text p {
        margin-top: 24px;
        line-height: 1.5;
    }

    .p-image-horizontal,
    .p-image-vertical {
        margin-top: 16px;
    }

    .p-layout02 {
        margin-top: 24px;
    }

    .p-layout02-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }

    .p-layout02-card__img img {
        display: block;
    }

    .p-layout02-card__text {
        margin-top: 8px;
        line-height: 1.5;
    }

    .video-container {
        aspect-ratio: 16/9;
        margin-top: 8px;
    }

    .video-container iframe {
        display: block;
        width: 100%;
        height: 100%;
    }

    .p-video {
        margin-top: 24px;
    }

    .p-video iframe {
        border-radius: 8px;
    }

    .p-video__box {
        aspect-ratio: 16/9;
        margin-top: 8px;
    }

    .p-video__box video {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

    .p-videotext {
        margin-top: 8px;
        font-size: 1.2rem;
    }

    .p-layout03 {
        margin-top: 24px;
    }

    .p-layout03 .p-normal-h2:first-child .p-normal-h2__title {
        margin-top: 24px;
    }

    .p-layout03-box {
        margin-top: 16px;
    }

    .p-layout03-youtubeBox {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

    .p-layout03-box__youtube-leftWrapper,
    .p-layout03-box__youtube-rightWrapper {
        float: none;
        width: 100%;
        margin: 0;
    }

    .p-layout03-box__youtube-rightWrapper {
        order: 2;
    }

    .p-layout03-box__youtube-wrapper iframe {
        display: block;
    }

    .p-layout03-box__youtubeLefttext,
    .p-layout03-box__youtubeRighttext {
        float: none;
        width: 100%;
    }

    .p-layout03-videoBox,
    .p-layout03-box.p-layout03-videoBox--reverse {
        gap: 16px;
    }

    .p-layout03-videoBox {
        flex-direction: column;
    }

    .p-layout03-box.p-layout03-videoBox--reverse {
        flex-direction: column-reverse;
    }

    .p-layout03-box__text p {
        line-height: 1.5;
    }

    .p-layout02-card {
        width: 100%;
    }

    .p-layout04-cards {
        margin-top: 24px;
    }

    .p-layout04-card {
        width: 100%;
    }

    .p-layout04-card__img,
    .p-layout05-card__img,
    .p-layout06-card__img {
        width: 293px;
        height: 195px;
        padding: 16px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-layout04-card__img img,
    .p-layout05-card__img img,
    .p-layout06-card__img img {
        width: 100%;
        height: 100%;
    }

    .p-layout04-card__item {
        align-items: center;
        margin-top: 8px;
    }

    .p-layout04-card__price,
    .p-layout05-card__price {
        font-size: 2rem;
        line-height: 1;
    }

    .p-layout04-card__button {
        margin-top: 24px;
    }

    .p-layout06-card__seriesname-title,
    .p-layout06-card__productname-title,
    .p-layout06-card__modelnumber-title,
    .p-layout06-card__orderunit-title {
        min-width: 86px;
    }

    .p-layout04-card__seriesname-text,
    .p-layout04-card__productname-text,
    .p-layout04-card__modelnumber-text,
    .p-layout04-card__orderunit-text {
        flex: 1;
        max-width: none;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .p-layout05-cards {
        margin-top: 24px;
    }

    .p-layout05-card__content {
        padding-right: 0;
        padding-left: 0;
    }

    .p-layout05-card__text {
        padding-right: 10px;
        padding-left: 10px;
    }

    .p-layout05-card__price {
        display: inline-flex;
        align-items: center;
        height: 44px;
        margin-top: 8px;
    }

    .p-layout05-card__itembox {
        row-gap: 24px;
        width: 100%;
        margin-top: -44px;
    }

    .p-layout05-card__counter {
        padding: 0 8px;
    }

    .p-layout05-card__button {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        width: 100%;
    }

    .p-layout04-card__orderbutton,
    .p-layout04-card__quotebutton,
    .p-layout05-card__orderbutton,
    .p-layout05-card__quotebutton {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 54px;
    }

    .p-layout04-card__orderbutton:hover,
    .p-layout05-card__orderbutton:hover {
        background-color: #bf0000;
    }

    .p-layout04-card__quotebutton:hover,
    .p-layout05-card__quotebutton:hover {
        background-color: #1f978b;
    }

    .p-layout05-card__orderbutton {
        border-radius: 0 0 0 8px;
    }

    .p-layout05-card__quotebutton {
        border-radius: 0 0 8px 0;
    }

    .p-layout05-card {
        flex-direction: column;
        width: 100%;
    }

    .p-layout05-card__content {
        flex-direction: column;
        width: 100%;
    }

    .p-layout06-cards {
        margin-top: 24px;
    }

    .p-layout06-card {
        width: 100%;
    }

    .p-layout06-card__img {
        margin-top: 4px;
    }

    .p-layout06-card__content {
        padding-bottom: 24px;
    }

    .p-layout06-card__price {
        font-size: 2rem;
        line-height: 1;
    }

    .p-layout06-card__seriesname-title,
    .p-layout06-card__productname-title,
    .p-layout06-card__modelnumber-title,
    .p-layout06-card__orderunit-title {
        min-width: 86px;
    }

    .p-layout06-card__seriesname-text,
    .p-layout06-card__productname-text,
    .p-layout06-card__modelnumber-text,
    .p-layout06-card__orderunit-text {
        flex: 1;
        max-width: none;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .p-slider {
        width: calc(100% + 40px);
        margin-top: 24px;
        margin-right: -20px;
        margin-left: -20px;
    }

    .p-slider .swiper::before,
    .p-slider .swiper::after {
        display: none;
    }

    .p-slider .swiper {
        padding: 0 20px;
    }

    .p-slider .swiper-wrapper {
        padding: 0;
    }

    .p-slider .swiper-slide {
        padding: 0;
    }

    .p-slider .swiper-button-prev:hover,
    .p-slider .swiper-button-next:hover {
        background-color: #f9f8f8;
    }

    .p-slider .swiper-button-prev {
        left: 8px;
    }

    .p-slider .swiper-button-next {
        right: 8px;
    }

    .p-slider .swiper-pagination {
        position: static;
        margin-top: 10px;
    }

    .p-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 8px;
        margin-left: 8px;
    }

    .p-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .p-slider .swiper-slide {
        position: relative;
        aspect-ratio: 310/206;
    }

    .p-slider .swiper-slide > div,
    .p-slider .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .p-slider .swiper-slide img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain;
    }

    .inputtext {
        width: 72px;
        padding: 0 8px;
    }

    .p-layout04-card__company:hover,
    .p-layout04-card__modelnumber-link:hover,
    .p-layout05-card__company:hover,
    .p-layout05-card__modelnumber-link:hover,
    .p-layout06-card__company:hover,
    .p-layout06-card__modelnumber-link:hover {
        text-decoration: none;
    }

    .button:hover {
        background-color: #f5f5f5;
    }

    .p-layout04-card__orderbutton-disabled:hover,
    .p-layout04-card__quotebutton-disabled:hover,
    .p-layout05-card__orderbutton-disabled:hover,
    .p-layout05-card__quotebutton-disabled:hover {
        color: #9c9c9c;
        cursor: initial;
        background-color: #d9d4d5;
    }
}

