@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.has-caption {
  padding-right: 1rem;
  position: relative;
}

.has-caption sup {
  position: absolute;
  right: 0;
  top: .5em;
}

/*
.remocon_mark_list {
  line-height: 2.5em;
}

.remocon_mark {
  color: #37A1D9;
  padding-right: 0.5em;
}
*/
.font_robot {
  font-family: 'Roboto', sans-serif;
}

/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {
  .flex-container {
    row-gap: 1rem;
  }

  section[id^="sub"] .flex-item:has(img) {
    padding: 0 20px 0 20px;
  }
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (width >=768px) {
  section[id^="sub"] .flex-item:has(img) {
    inline-size: 30%;
    margin-left: 5rem;
  }

  section[id^="sub"] .flex-item:has(.text) {
    flex: 1 0;
  }
}

/* ====================================
	タブレット専用スタイル（768px～1080px）
===================================== */
@media screen and (768px <=width < 1080px) {}
