@charset "UTF-8";
/* movie-youtube: box-movie（modal）と master.css の iframe 高さ競合を解消 */
#str-main .movie-youtube .box-movie {
  overflow: hidden;
}
#str-main .movie-youtube .box-movie iframe {
  height: 100%;
}

/* ラインアップ4列目：長い製品名とリンク矢印（＞）の重なりを解消（中央揃え維持） */
#str-main #str-sidecont .col-4-rwd > .segment:nth-child(4) .ind-prdct-01--link > .ind-prdct-01-hdg-01 > span {
  padding: 4px 28px 4px 19px;
  height: auto;
  min-height: 52px;
  line-height: 1.3;
}
