@charset "UTF-8";

.main_inner {
  overflow-x: hidden;
}
.p-contents {
  margin: 0 auto 150px;
  padding: 0 20px;
  font-family: 'Arimo', 'Noto Sans JP', Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.p-firstView {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
.p-firstView__keyvisual {
  display: block;
}
.p-firstView__leadText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
.p-firstView__heading {
  font-size: 20px;
  font-weight: 600;
}
.p-section {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-top: 60px;
}
.p-productBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 40px;
}

.bold{
  font-weight: bold;
}

.p-productBlock__name {
  font-size: 18px;
  font-weight: 600;
}
.p-section__insertImage {
  padding: 20px 0;
}
.p-button {
  display: grid;
  place-items: center;
  width: var(--button-width, 210px);
  height: var(--button-width, 33px);
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  /* border: 1px solid var(--color-basis, #000); */
  background:var(--color-basis) ;
  color: #fff;
}
.p-linkArea {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 5px;
}

/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .p-productBlock__imageBox.--spCol2 {
    --imageBox-col: 2;
  }
  .p-productBlock__imageBox.--spCol3 {
    --imageBox-col: 3;
  }
  .p-productBlock__imageBox.--spCol4 {
    --imageBox-col: 4;
  }
  .p-productBlock__imageBox {
    display: grid;
  }
  /* .p-productBlock__image-02{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  } */
  .p-productBlock__logo{
    width: 30%;
    margin: auto;
  }
  .p-firstView__leadText{
    font-size: 24px;
  }
  .p-firstView__lead_sub_Text{
    font-size: 20px;
  }
  .p-section{
    font-size: 14px;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 768px), print {
  #breadcrumbs {
    width: 140rem;
  }
  .p-contents {
    width: 990px;
  }
  .p-productBlock__image-02{
    --imageBox-col: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .p-productBlock__imageBox.--pcCol4 {
    --imageBox-col: 3;
  }
  .p-productBlock__imageBox.--pcCol3 {
    --imageBox-col: 4;
  }
  .p-button:hover,
  .p-linkArea > a:hover {
    opacity: 0.6;
  }
  .p-productBlock__imageBox {
    grid-template-columns: 1fr 33.4%;
  }
  .p-productBlock__logo{
    width: 30%;
    margin: auto;
  }
  .p-firstView__leadText{
    font-size: 24px;
  }
  .p-firstView__lead_sub_Text{
    font-size: 20px;
  }
}

.p-section .p-productBlock:nth-of-type(6){
  margin-top: 80px;
}