@charset "utf-8";

.en-3.films .block-head .box::after {
  background: url(https://www.shrink-shrink.com/wp/wp-content/uploads/en_films.png) no-repeat left top;
  background-size: contain;
}
.addParts04 .box:nth-child(8) .box-head .ttl a {
    background: url(https://www.shrink-shrink.com/wp/wp-content/uploads/add04_ico_08.png) no-repeat left center, url(img/arrow01_navy.svg) no-repeat right center;
    background-size: auto 28px;
}

:root { --media-h: 240px; }

.card-media {
  display: grid;
  grid-template-rows: var(--media-h) auto; /* 1段目＝画像枠、2段目＝キャプション */
  justify-items: center;   /* 横方向中央寄せ */
  align-items: center;     /* 縦方向中央寄せを有効にする */
  margin: 0 auto 1rem;
  max-width: 360px;
  background: linear-gradient(#ffffff 0 0) top/100% var(--media-h) no-repeat;
  border-radius: 4px;
  overflow: hidden;
}

.card-media__img {
  grid-row: 1;
  max-width: 100%;
  max-height: var(--media-h);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  align-self: center; /* 画像を垂直方向中央に */
  justify-self: center; /* 横方向中央に */
}

.card-media__caption {
  grid-row: 2;
  font-size: 0.65em;
  color: #666;
  line-height: 1.5;
  max-width: 90%;
  text-align: center;
  word-break: break-all;
  margin: 0.4em auto 0.3em;
}

.heating-feature .video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9比率 */
  height: 0;
  overflow: hidden;
}

.heating-feature .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heating-feature .caption {
  text-align: center;
  margin-top: 5px;
}



.heating-feature .video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9比率 */
  height: 0;
  overflow: hidden;
}

.heating-feature .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heating-feature .caption {
  text-align: center;
  margin-top: 5px;
}

.pr-contents {
  background: #EFFAFF;
  border: 4px solid #002153;
  padding: 4rem;
  margin: 3rem auto;
}

.pr-contents1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.pr-contents2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 3rem;
  text-align: center;
}

/* 親要素：右寄せにする */
.right-link-container {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0; /* 上下に少し余白を追加 */
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

.main-low .addParts01 {
    margin: 0 0rem;
    padding: 6rem 0rem 5rem;
}
.main-low .addParts01 .addInner {
    width: 94%;
}
.main-low .addParts01 .box {
    width: calc((100% - 1.8rem) / 3);
}
.main-low .addParts01 .addInner .lead {
    width: 80%;
}
.main-low .addParts01 .block .box-head .catch-1 {
    font-size: 1.6rem;
}
.main-low .addParts01 .block .box-head .catch-2 {
    font-size: 2.2rem;
}
.main-low .addParts01 .block .btn-web a {
    padding:  2rem 2rem 2rem 0;
}

.main-low .addParts01 .block .btn-web {max-width: 100%;}	
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 600px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .wr01_table-scroll {
    margin: 20px 0px;
    width: auto;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .wr01_table-scroll::-webkit-scrollbar {
    height: 10px;
  }

  .wr01_table-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }

  .wr01_table-scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 5px;
  }

  .wr01_table-scroll table {
    margin: 3rem auto 0;
  }

  .wr01_table-scroll table th,
  .wr01_table-scroll table td {
    display: table-cell;
    word-break: break-all;
    vertical-align: middle;
  }

}
