<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* add css this page only */

/* 特長エリア 最低限の高さを確保 */
#contentsContainer .c-balloon_box {
  min-height: 96px;
}

/* 特長エリア 特長タイトル文字横に画像 */
#contentsContainer .c-balloon_box:has(.p-balloon_with_image)  {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media print, screen and (min-width: 769px) {
  #contentsContainer .c-balloon_box:has(.p-balloon_with_image)  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}

/* slaページ独自調整 保証の限定 li要素内にdivと囲み線とul */
#contentsContainer .eu-sla .c-circleList li &gt; div.p-list-in-wrapper,
#contentsContainer .eu-sla .c-circleList li &gt; div.p-list-in-wrapper &gt; div {
  display: block;
  width: 100%;
}
#contentsContainer .eu-sla .c-circleList li &gt; div.p-list-in-wrapper &gt; div.c-lineBox {
  margin: 1em 0;
  padding: 24px 32px;
}
#contentsContainer .eu-sla .c-circleList li &gt; div.p-list-in-wrapper &gt; div.c-lineBox .c-circleList {
  margin-top: 0.5em;
}</pre></body></html>