@charset "UTF-8";

/*** らくらくカスタムパーツ ***/
img[alt="1"],
img[alt="2"],
img[alt="3"],
img[alt="4"],
img[alt="5"],
img[alt="6"],
img[alt="7"],
img[alt="8"],
img[alt="9"] {
  display: block;
}

/* 確認事項タイトル */
.support-wiring-title-lv2 {
  display: flex;
  align-items: stretch;
  gap: 20px;
  max-width: 950px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.support-wiring-title-lv2 span {
  display: flex;
  align-items: flex-start;
}
.support-wiring-title-lv2 span + span {
  align-items: center;
}
@media screen and (max-width: 900px) {
  .support-wiring-title-lv2 {
    max-width: 100%;
    gap: 10px;
  }
  .support-wiring-title-lv2 img {
    width: 90px;
  }
}

/* 確認事項2 */
.support-wiring-checkpoint {
  display: flex;
  gap: 10px;
  max-width: 950px;
  margin: 40px auto 0;
}
.support-wiring-checkpoint > li {
  width: 33.3%;
  background-color: white;
  padding: 20px;
}

.support-wiring-checkpoint-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}
.support-wiring-checkpoint-img > img {
  max-width: 280px;
}
.support-wiring-checkpoint_txt {
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .support-wiring-checkpoint {
    flex-direction: column;
    gap: 20px;
  }
  .support-wiring-checkpoint > li {
    width: auto;
  }
  .support-wiring-checkpoint-img {
    height: auto;
  }
  .support-wiring-checkpoint-img > img {
    max-height: 200px;
  }
}

/* 機器選択 */
.wiring-model-item {
  flex-direction: column;
}
.wiring-model-item div {
  width: 100%;
}
.wiring-model-item img {
  height: 220px;
}
.wiring-model-item .wiring-model-item-title {
  width: 100%;
  margin-top: 10px;
  white-space: pre;
  text-align: left;
}
.wiring-model-item .wiring-model-item-text {
  width: 100%;
  text-align: left;
  font-weight: normal;
}
.wiring-model-pre-item {
  font-weight: normal !important;
}
.wiring-model-pre-item span {
  font-weight: bold !important;
}
@media screen and (max-width: 900px) {
  .support-input-type01 .wiring-model-item {
    flex-direction: row;
    padding: 15px 30px 15px 10px;
  }
  .wiring-model-item div {
    width: 100%;
  }
  .wiring-model-item img {
    height: 100px;
  }
  .wiring-model-item .wiring-model-item-title {
    margin-top: 0;
  }
  .wiring-model-pre-item {
    max-height: 100px;
  }
}

/* 分岐ページ */
.support-wiring-page-display-yes,
.support-wiring-page-display-no {
  display: none;
}
.support-wiring-page-display-no .support-text {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .support-wiring-page-display-no .support-text {
    font-size: 1.7rem;
    line-height: 1.35294;
  }
  .support-wiring-page-display-no .support-button-type01 a {
    min-width: 280px;
  }
}
/* 赤字テキスト */
.support-strong-text-02 {
  color: #cd0000;
  font-weight: bold;
}
.support-text-img {
  display: inline-block;
}
.support-text-img img {
  vertical-align: sub;
  display: inline-block ;
}
/* テキスト+画像 横並び */
.support-layout-type05 {
  margin-top: 40px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: left
}
@media screen and (max-width: 900px) {
  .support-layout-type05 {
      margin-top:30px
  }
}
.support-layout-type05_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 900px) {
  .support-layout-type05_inner {
      display:block
  }
}
.support-layout-type05_item {
  width: -webkit-calc(100% - 290px - 40px);
  width: calc(100% - 290px - 40px)
}

@media screen and (max-width: 900px) {
  .support-layout-type05_item {
      width:100%;
      margin-top: 30px
  }

  .support-layout-type05_item:first-child {
      margin-top: 0
  }
}

.support-layout-type05_item-s {
  width: 290px
}

@media screen and (max-width: 900px) {
  .support-layout-type05_item-s {
    width:100%
  }
}

.support-layout-type05_item>*:first-child {
  margin-top: 0
}

.support-image-type01_image {
  display: block
}

@media screen and (min-width: 901px) {
  .support-image-type01_image[data-sb-image-size-pc='full'] {
    width:100%
  }
}

@media screen and (max-width: 900px) {
  .support-image-type01_image[data-sb-image-size-sp='full'] {
    width:100%
  }
}
.support-text-caption-type01 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 0.9em;
}

@media screen and (max-width: 900px) {
  .support-text-caption-type01 {
      max-width:100%;
  }
}

@media screen and (max-width: 900px) {
  .support-text-caption-type01 {
      margin-top:15px
  }
}


