@charset "UTF-8";

/* ====================================
	共通スタイル：CV-T150 特長1 専用
 ==================================== */
/* 衣類乾燥時間 */
#sub01 .sub-contents {
  padding: 2rem;
  margin-top: 0;
}

#sub01 p.img-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

#sub01 p.img-subtitle span.small {
  font-size: .75em;
  line-height: 1.2;
}

#sub01 .img-container.drying-time {
  margin-top: var(--margin-small);
}

#sub01 ul.list-season {
  display: flex;
  list-style: none;
}

#sub01 ul.list-season li {
  width: 20%;
  text-align: center;
  margin: 0.5em auto;
}

/* 低騒音除湿 */
#sub07 .flex-container {
  margin-top: 3rem;
}

#sub07 .sub-contents {
  padding: 5%;
  margin-top: 0;
}

#sub07 h5.section-sub-title {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

#sub07 .tbl-noise {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

#sub07 .tbl-noise tr:first-child {
  border-top: solid 1px #666;
}

#sub07 .tbl-noise th, td {
  padding: 1rem;
}

#sub07 .tbl-noise th {
  border-bottom: solid 1px #666;
  width: 25%;
}

#sub07 .tbl-noise td {
  border-bottom: solid 1px #666;
  text-align: left;
}

#sub07 .tbl-noise .caption {
  padding-top: 1rem;
  padding-left: 0;
  color: #000;
}

#sub07 .video-container {
  margin-top: 6rem;
}

p.img-text {
  margin-top: 1rem;
}

.popup-thumb01 {
	background: url('images/popup-thumb01.jpg') no-repeat center center/cover;
}

.popup-thumb02 {
	background: url('images/popup-thumb02.jpg') no-repeat center center/cover;
}

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

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {
  #sub01 ul.list-season li {
    font-size: 1.4rem;
  }

  /* 低騒音除湿 */
  #sub07 h5.section-sub-title {
    display: block;
  }

  #sub07 .tbl-noise th, td {
    padding: 0.5rem;
    font-size: 0.8em;
  }
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (width >=768px) {
  #sub01 p.img-subtitle {
    font-size: 2rem;
  }

  #sub01 ul.list-season li {
    font-size: 1.8rem;
  }

  #sub01 .sub-contents {
    padding: 4rem;
  }

  /* 低騒音除湿 */
  #sub07 .sub-item:has(.section-sub-title) {
    margin-top: 5rem;
  }

  #sub07 .flex-container {
    justify-content: space-between;
  }

  #sub07 .flex-container > .flex-item {
    display: flex;
    align-items: stretch;
  }

  #sub07 .flex-container > .flex-item:nth-of-type(1) {
    width: 37%;
  }

  #sub07 .flex-container > .flex-item:nth-of-type(2) {
    width: 60%;
  }

  #sub07 .tbl-noise th, td {
    font-size: 0.8em;
    padding: 0.8rem;
  }

  #sub07 .tbl-noise th {
    width: 20%;
  }
}

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