@charset "utf-8";

.c__page-title {
  position: relative;
  width: 100%;
  height: 180px;
  margin-top: 90px;
  background: url("/products/HPJ/series/images/engine/title-bg.png") no-repeat left center #9aa6b5;
  background-size: auto;
}
.c__page-title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 3.4rem;
  font-weight: bold;
  color: #0a52a8;
  text-align: center;
  line-height: 1.2;
}
.c__page-title h1 .small {
  display: block;
  font-weight: normal;
  font-size: 2.8rem;
}
/* ----------------------------------------
item
---------------------------------------- */
.item {
  max-width: 1280px;
  margin: 120px auto 0;
  padding: 0 40px;
  box-sizing: border-box;
}
.item:last-child {
  margin-bottom: 120px;
}
.item img {
  display: block;
  width: 100%;
}
.item__title-wrap {
  position: relative;
}
.item__title-wrap h2 {
  padding: 1.7rem 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
  background: #0068b7;
}
.item__title-wrap .item__label-list {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.item__title-wrap .item__label-list li {
  display: inline-block;
  width: 100px;
  margin-left: 5px;
  padding: 4px;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid white;
}
.item__lead {
  margin-top: 3.5rem;
  font-size: 2.1rem;
}
.item__sub-lead {
  margin-top: 40px;
  padding: 15px 20px;
  font-size: 2.1rem;
  font-weight: bold;
}
.item__sub-lead02 {
  margin-top: 60px;
}
.item__detail {
  display: flex;
  margin-top: 40px;
}
.item__detail__img {
  max-width: 600px;
  margin-right: 60px;
  flex: 1;
}
.item__detail__img img {
  border: 1px solid #e5e8eb;
}
.item__detail__img p {
  margin-top: 10px;
  font-size: 1.4rem;
}
.item__detail__text {
  max-width: 540px;
  flex: 1;
}
.item__detail__text .banner {
  display: flex;
  justify-content: space-between;
}
.item__detail__text .banner.mt {
  margin: 2rem 0 0;
}
.item__detail__text .desc {
  margin-top: 40px;
  font-size: 1.6rem;
}
.item__detail__text table {
  width: 100%;
  margin-top: 40px;
  font-size: 1.4rem;
  text-align: left;
}
.item__detail__text table caption {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.item__detail__text table th {
  width: 240px;
  padding: 15px 0 15px 20px;
  background-color: #f0f2f5;
  border: 1px solid #e5e8eb;
}
.item__detail__text table td {
  padding: 15px 0 15px 20px;
  border: 1px solid #e5e8eb;
}
.item__detail__text table th.th_cross {
  width: 140px;
  padding-left: 0;
  text-align: center;
}
.item__detail__text table td.td_cross {
  text-align: center;
}
.item__detail__text table td.td_cross_none {
  background-color: #f0f2f5;
}
.item__youtube {
  margin-top: 80px;
  text-align: center;
}
.item__youtube_title {
  font-size: 2.1rem;
}
.item__youtube__movie {
  margin-top: 30px;
}
/* ----------------------------------------
p-engine
---------------------------------------- */
.p-engine .header__nav li:nth-child(2) a {
  color: #0a52a8 !important;
}
/* ----------------------------------------
p-motor
---------------------------------------- */
.p-motor .header__nav li:nth-child(1) a {
  color: #05917c !important;
}
.p-motor .c__page-title {
  background: url("/products/HPJ/series/images/motor/title-bg.png") no-repeat left center #9aa6b5;
  background-size: auto;
}
.p-motor .c__page-title h1 {
  color: #05917c;
}
.p-motor .item__title-wrap h2 {
  background: #05917c;
}
.p-motor .item__sub-lead {
  background-color: #e7f4f1;
  color: #05917c;
}
.p-motor .item__detail__text .note {
  margin-top: 20px;
  font-size: 1.2rem;
}
.p-motor .item__valv {
  margin-top: 55px;
  text-align: center;
}
.p-motor .item__valv__title {
  font-size: 2.1rem;
}
.p-motor .item__valv__block {
  display: flex;
  flex-direction: row-reverse;
  max-width: 800px;
  margin: 50px auto 0;
}
.p-motor .item__valv__block02 {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 1.4rem;
  text-align: left;
}
.p-motor .item__valv__block02 .img {
  width: 155px;
  margin-right: 15px;
}
.p-motor .item__valv__block02 .text .caution {
  color: #e60020;
  font-weight: bold;
}
/* ----------------------------------------
p-hot-water
---------------------------------------- */
.p-hot-water .header__nav li:nth-child(3) a {
  color: #e35c00 !important;
}
.p-hot-water .c__page-title {
  background: url("/products/HPJ/series/images/hot_water/title-bg.png") no-repeat left center #b0b0b0;
  background-size: auto;
}
.p-hot-water .c__page-title h1 {
  color: #e35c00;
}
.p-hot-water .item__title-wrap h2 {
  background: #f0ae00;
}
.p-hot-water .note-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 1.2rem;
}
.p-hot-water .note-wrap img {
  width: 18px;
  margin-right: 15px;
}
.p-hot-water .item__feature__safe {
  margin-top: 30px;
  font-size: 1.4rem;
}
.p-hot-water .item__feature__safe .safe__head {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ea5404;
}
.p-hot-water .item__feature__safe sup {
  vertical-align: top;
  display: inline-block;
  margin-top: 1px;
  font-size: 0.9rem;
}
.p-hot-water .item__feature__safe p {
  margin: 0 0 10px 0;
}
.p-hot-water .item__feature__safe p span {
  margin-bottom: 10px;
  font-weight: bold;
}
/* ----------------------------------------
p-cross
---------------------------------------- */
.p-cross .header__nav li:nth-child(3) a {
  color: #0068b7 !important;
}
.p-cross .c__page-title {
  background: url("/products/HPJ/series/images/cross/title-bg.png") no-repeat left center #9aa6b5;
  background-size: auto;
}
.p-cross .c__page-title h1 {
  color: #333;
}
.p-cross .item__title-wrap h2 {
  background: #464646;
}
.p-cross .item__detail__text .note {
  margin-top: 20px;
  font-size: 1.2rem;
}
.p-cross .item__valv {
  margin-top: 55px;
  text-align: center;
}
.p-cross .item__valv__title {
  font-size: 2.1rem;
}
.p-cross .item__valv__block {
  display: flex;
  flex-direction: row-reverse;
  max-width: 800px;
  margin: 50px auto 0;
}
.p-cross .item__valv__block02 {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 1.4rem;
  text-align: left;
}
.p-cross .item__valv__block02 .img {
  width: 155px;
  margin-right: 15px;
}
.p-cross .item__valv__block02 .text .caution {
  color: #e60020;
  font-weight: bold;
}
/* ----------------------------------------
slider
---------------------------------------- */
.item__detail.slider-wrap {
  align-items: flex-start;
}
.slider {
  width: 600px;
  height: 460px;
  margin: 0 60px 0 0;
}
.slider .item__detail__img {
  margin-right: 0;
}
.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  width: 5rem;
  height: 5rem;
  transition-duration: 0.12s;
  background-color: #0a52a8;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.slider .slick-prev::after,
.slider .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -45%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.slider .slick-prev {
  left: -20px;
}
.slider .slick-next {
  right: -20px;
}
.slider .slick-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.slider .slick-prev.hover,
.slider .slick-next.hover {
  background-color: #0068b7;
  box-shadow: none;
}
.slider .slick-prev.hover::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
/* ----------------------------------------
use
---------------------------------------- */
.use {
  background-color: #f0f2f5;
  padding: 20px;
  margin: 0 0 20px 0;
  list-style-type: disc;
}
.use h3 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #768b8f;
  padding: 3px 25px;
  margin: 0 0 10px 0;
}
.use li {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px 20px;
}
.use li:last-child {
  margin: 0 0 0 20px;
}
.p-engine .use li {
  color: #0068b7;
}
.p-motor .use li {
  color: #05917c;
}
.p-hot-water .use li {
  color: #ea5404;
}
.p-cross .use li {
  color: #0068b7;
}
/***********************************************************************************/
/* ----------------------------------------
共通
---------------------------------------- */
.common-box {
  margin: 0 0 1.5rem;
}
.common-box.mb-1 {
  margin: 0 0 2.5rem;
}
.common-title {
  font-size: 2.1rem;
  font-weight: bold;
}
.common-text {
  font-size: 1.6rem;
  margin: 1rem 0 0;
}
/* ----------------------------------------
.slider-area
---------------------------------------- */
.slider-area {
  max-width: 115rem;
  margin: 5rem auto 0 auto;
  background-color: #f2f6f8;
  padding: 3rem 3rem 4rem;
}
.slider-area.mt {
  margin: 8rem auto 0 auto;
}
.slider-item li {
  margin: 0 1.5rem;
}
.slider-item li figure {
  margin: 0 0 1.5rem;
}
.slider-item li figure img {
}
.slider-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.slider-text {
  font-size: 1.4rem;
}
/* ----------------------------------------
スライダー　矢印
---------------------------------------- */
.slider-item-prev,
.slider-item-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  width: 5rem;
  height: 5rem;
  transition-duration: 0.12s;
  background-color: #0a52a8;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.slider-item-prev::after,
.slider-item-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -45%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.slider-item-prev {
  left: -5rem;
}
.slider-item-next {
  right: -5rem;
}
.slider-item-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.slider-item-prev.hover,
.slider-item-next.hover {
  background-color: #0068b7;
  box-shadow: none;
}
.slider-item-prev.hover::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
/* ----------------------------------------
スライダー　ドット
---------------------------------------- */
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: -7rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.slick-dots li {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.5rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #f0f2f4;
}
.slick-dots li.hover,
.slick-dots li.slick-active {
  background-color: #0068b7;
}
.slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
/* ----------------------------------------
.s-table-area
---------------------------------------- */
.s-table-area {
  margin: 8rem 0 0;
}
.s-table {
  width: 100%;
  border-left: 1px solid #dcdddd;
  border-top: 1px solid #dcdddd;
}
.s-table th,
.s-table td {
  border-bottom: 1px solid #dcdddd;
  border-right: 1px solid #dcdddd;
  font-size: 1.4rem;
}
.s-table th {
  background-color: #81c5ea;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 6rem;
  padding: 0 2rem;
}
.s-table th.motor {
  background-color: #1db670;
}
.s-table th.hot_water {
  background-color: #f1c92b;
}
.s-table th:first-child {
  width: 31%;
}
.s-table th span {
  display: block;
  max-width: 21rem;
  margin: 0 auto;
  font-size: 1.3rem;
  color: #ffff00;
  font-weight: bold;
  background-color: #0a52a8;
  border-radius: 10rem;
  padding: 0.1rem 0.5rem;
}
.s-table td {
  text-align: center;
  background-color: #fff;
  height: 5rem;
  padding: 0 1rem;
}
.s-table td.bk {
  font-weight: bold;
  text-align: left;
  background-color: #f2f6f8;
  padding: 0 1.5rem;
}
.s-table td.bk-engine {
  background-color: #e9f7fd;
}
.s-table td.bk-motor {
  background-color: #edf9ec;
}
.s-table td.bk-hot_water {
  background-color: #fdf3e4;
}
.s-table td.tc {
  text-align: center;
}
.s-table td.h-img {
  height: 17rem;
}
.s-table td.h-img figure img {
  max-width: 24rem;
  margin: 0 auto;
}
.s-table td .h-img-text {
  margin: 0.5rem 0 0;
}
.s-table td sup {
  font-size: 70%;
}
/* ----------------------------------------
.notes-list
---------------------------------------- */
.notes-list {
  margin: 2rem 0 0;
  display: flex;
}
.notes-list li {
  display: flex;
  font-size: 1.2rem;
  margin: 0 2rem 0 0;
}
.notes-list li p {
  margin: 0.2rem 0 0 0.7rem;
  display: flex;
}
.notes-list li p span {
  min-width: 3.8rem;
}
.notes-list li figure {
}
.notes-list li figure img {
  width: 1.8rem;
  height: auto;
}
/* ----------------------------------------
.attached-area
---------------------------------------- */
.attached-area {
  margin: 6rem 0 0;
}
.attached-list {
  display: flex;
}
.attached-list li {
  border: 1px solid #e5e8eb;
  padding: 2rem 2rem 3rem;
  width: 50%;
}
.attached-list li:last-child {
  border-left: none;
}
.attached-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #81c5ea;
  font-weight: bold;
  height: 3rem;
  margin: 0 0 1.5rem;
}
.attached-title.motor {
  background-color: #1db670;
}
.attached-title.hot_water {
  background-color: #f1c92b;
}
.attached-box {
  margin: 0 0 2.5rem;
}
.attached-box:last-child {
  margin: 0;
}
.attached-name {
  font-size: 1.6rem;
  font-weight: bold;
}
.attached-name.h-empty {
  height: 2.1rem;
}
.attached-text {
  font-size: 1.2rem;
}
.attached-area figure {
  margin: 2.5rem 0 0;
}
.attached-area figure img {
  max-width: 46rem;
  margin: 0 auto;
}
.attached-area figure.mt {
  margin: 1rem 0 0;
}
/* ----------------------------------------
.choice-area
---------------------------------------- */
.choice-area {
  margin: 2rem 0 0;
  background-color: #f2f6f8;
  padding: 1.5rem;
}
.choice-area.mt {
  margin: 0.5rem 0 0;
}
.choice-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem;
}
.choice-text {
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
}
.choice-text:last-child {
  margin: 0;
}
.choice-text span {
  color: #0068b7;
  font-weight: bold;
}
.choice-text span.motor {
  color: #1db670;
}
/* ----------------------------------------
.adopt-area
---------------------------------------- */
.adopt-area {
  background-color: #e9f7fd;
  padding: 5rem 1.5rem;
  text-align: center;
  margin: 8rem 0 0;
}
.adopt-area.motor {
  background-color: #edf9ec;
}
.adopt-title {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0 0 2rem;
}
.adopt-title span {
  font-size: 4.2rem;
  color: #d70c18;
}
.adopt-area figure {
  max-width: 100rem;
  margin: 0 auto;
}
/* ----------------------------------------
.idling-area
---------------------------------------- */
.idling-area {
  background-color: #9ed4f2;
  padding: 5rem;
  margin: 4rem 0 0;
}
.idling-title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.5rem;
}
.idling-text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 2rem;
}
.idling-area figure {
  max-width: 100rem;
  margin: 0 auto;
}
.idling-notes {
  font-size: 1.4rem;
  margin: 1.5rem 0 0;
}
/* ----------------------------------------
.youtube-area
---------------------------------------- */
.youtube-area {
  margin: 5rem 0 0;
}
.youtube-title {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 3rem;
}
.youtube-text {
  font-size: 1.6rem;
  text-align: center;
  margin: 1.5rem 0 0;
}
.youtube-list {
  display: flex;
  gap: 4rem;
}
.youtube-list li {
  width: calc(100% / 3);
}
.popup-movie {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 59rem;
  margin: 0 auto;
}
.popup-movie.hover {
  opacity: 0.8;
}
.youtube-btn {
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  width: 132px;
  height: 94px;
  transform: translate(50%, -50%) scale(0.5);
  transform-origin: center;
  background: url("/products/HPJ/series/images2/btn-movie.png") no-repeat;
}
/* ----------------------------------------
.washing-area
---------------------------------------- */
.washing-area {
  padding: 6rem 4rem;
  background-color: #fdf3e4;
  margin: 12rem 0 0;
}
.washing-box {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
}
.washing-box figure {
  margin: 0 4rem 0 0;
}
.washing-box figure img {
  width: 25rem;
  height: auto;
}
.washing-title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ea5404;
}
/* ----------------------------------------
.device-area
---------------------------------------- */
.device-area {
  background-color: #fff;
  padding: 3rem;
  display: flex;
  align-items: center;
}
.device-area figure {
  margin: 0 2.5rem 0 0;
}
.device-area figure img {
  width: 8.4rem;
  height: auto;
}
.device-list li {
  display: inline-flex;
  font-size: 1.6rem;
  margin: 0 2rem 1rem 0;
  position: relative;
  z-index: 0;
}
.device-list li:nth-last-child(-n + 3) {
  margin: 0 2rem 0 0;
}
.device-list li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #f0ae00;
  border-radius: 50%;
}
.device-list li span {
  margin: 0 0 0 1.5rem;
}
