@charset "UTF-8";
/*=====================
共通
======================*/
@media screen and (max-width: 849px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .is-sp {
    display: none;
  }
}

body {
  font-size: 18px;
  line-height: 1.4444444444;
  overflow-x: hidden;
}

@media screen and (max-width: 849px) {
  body {
    font-size: 16px;
  }
}

/*=====================
表示非表示のコントロール
======================*/
.d-none {
  display: none !important;
}

/*********************
 SMALL DEVICES
*********************/
@media only screen and (max-width: 344.98px) {
  .ssm-none {
    display: none !important;
  }

  .ssm-block {
    display: block !important;
  }
}

/*********************
 MOBILE DEVICES
*********************/
@media only screen and (max-width: 480.98px) {
  .sm-none {
    display: none !important;
  }

  .sm-block {
    display: block !important;
  }
}

@media (min-width: 345px) and (max-width: 480.98px) {
  .only-sm-none {
    display: none !important;
  }

  .only-sm-block {
    display: block !important;
  }
}

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  .md-block {
    display: block !important;
  }

  .md-none {
    display: none !important;
  }
}

@media (min-width: 481px) and (max-width: 767.98px) {
  .only-md-none {
    display: none !important;
  }

  .only-md-block {
    display: block !important;
  }
}

/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {

  .lg-block {
    display: block !important;
  }

  .lg-none {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1029.98px) {
  .only-lg-none {
    display: none !important;
  }

  .only-lg-block {
    display: block !important;
  }
}

/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {}

@media (min-width: 1030px) and (max-width: 1239.98px) {
  .xl-none {
    display: none !important;
  }
}

/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1240px) {
  .xxl-none {
    display: none !important;
  }
}

/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {}


/*=====================
FV
======================*/
.fv-bg {
  background-image: url("/installation/images/bg_firstview_sm@1.5x.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px;
  margin-bottom: 0;
}

.fv-title {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  padding: 20px;
  font-size: 1.8em;
}

@media only screen and (min-width: 560px) {
  .fv-bg {
    background-image: url("/installation/images/bg_firstview@1.5x.webp");
    min-height: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .fv {
    position: relative;
  }

  .fv-title {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.fv-title__subtext {
  display: block;
  font-size: 0.7em;
  color: #15476d;
  line-height: 1.4 !important;
  margin-bottom: 8px;
}

.fv-title__text {
  display: block;
  font-size: 1.1em;
  line-height: 1.4 !important;
}


.fv-title__text .text-bg {
  background-color: #0081C0;
  padding: 0 0.2em;
  color: #fff;
  line-height: 1.4 !important;
}

.fv-title__btn {
  display: block;
  margin-top: 1em;
  position: relative;
  cursor: pointer;
  border: 2px solid;
  background-color: #fff;
  border-color: #cc8200;
  font-size: 0.6em;
  line-height: 1.2;
  border-radius: 3em;
  width: fit-content;
  padding: 10px 60px 10px 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.fv-title__btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url(/installation/images/cat_arrow_17.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

@media (min-width: 481px) and (max-width: 767.98px) {
  .fv-title__subtext {
    font-size: 0.9em;
  }

  .fv-title__text {
    font-size: 1.3em;
  }

  .fv-title__btn {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 768px) {
  .fv-title__subtext {
    font-size: 0.7em;
  }

  .fv-title__text {
    font-size: 1.1em;
  }
}


/*=====================
こんなお悩みありませんか
======================*/
.sv {
  background-image: url("/installation/images/bg_secondview@2x.webp");
  background-size: 1100px;
  background-repeat: no-repeat;
  background-position: top center;
}

.sv-title {
  color: #0081C0;
  font-size: 1.8em;
}

/* 吹き出しイラスト */
.sv-fukidashi {
  position: relative;
  max-width: 400px;
  height: 266px;
  margin-left: auto;
  margin-right: auto;
}

.sv-fukidashi__item {
  position: absolute;
}

.sv-fukidashi__item img {
  width: 100%;
}

.sv-fukidashi__item.item-1 {
  width: 250px;
  left: calc((100% - 250px)*0.5);
  right: auto;
}

.sv-fukidashi__item.item-2 {
  width: 180px;
  left: -20px;
  right: auto;
  top: 80px;
}

.sv-fukidashi__item.item-3 {
  width: 165px;
  left: auto;
  right: -15px;
  top: 120px;
}

.sv-fukidashi__item.item-4 {
  width: 190px;
  left: 35px;
  right: auto;
  top: 193px;
}

@media (min-width: 345px) and (max-width: 480.98px) {
  .sv-fukidashi {
    height: 266px;
  }

  .sv-fukidashi__item.item-1 {
    width: 260px;
  }

  .sv-fukidashi__item.item-2 {
    width: 190px;
    left: -10px;
    top: 90px;
  }

  .sv-fukidashi__item.item-3 {
    width: 175px;
    right: -7px;
    top: 125px;
  }

  .sv-fukidashi__item.item-4 {
    width: 200px;
    left: 30px;
    top: 198px;
  }
}

@media (min-width: 481px) and (max-width: 767.98px) {
  .sv-fukidashi {
    height: 236px;
    max-width: 520px;
  }

  .sv-fukidashi__item.item-1 {
    width: 270px;
  }

  .sv-fukidashi__item.item-2 {
    width: 200px;
    left: 0;
    top: 90px;
  }

  .sv-fukidashi__item.item-3 {
    width: 175px;
    right: 0;
    top: 95px;
  }

  .sv-fukidashi__item.item-4 {
    width: 200px;
    left: calc((100% - 250px)*0.5);
    top: 168px;
  }
}

@media only screen and (min-width: 768px) {

  .sv-fukidashi {
    max-width: 700px;
    height: 195px;
  }

  .sv-fukidashi__item.item-1 {
    width: 320px;
    left: 332px;
    right: auto;
  }

  .sv-fukidashi__item.item-2 {
    width: 320px;
    left: 33px;
    top: 30px;
  }

  .sv-fukidashi__item.item-3 {
    width: 264px;
    left: 425px;
    top: 105px;
  }

  .sv-fukidashi__item.item-4 {
    width: 233px;
    left: 0;
    top: 105px;
  }
}

.sv-fukidashi-illust {
  max-width: 650px;
  width: 100%;
  border-bottom: 1px solid #999;
  margin-left: auto;
  margin-right: auto;
}

/* 青ベタの枠 */
.sv-arrow-frame {
  position: relative;
  background-color: #0081C0;
  color: #fff;
  border-radius: 16px;
  margin-top: 56px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .sv-arrow-frame {
    padding: 16px 24px 16px 170px;
  }
}

.sv-arrow-frame p {
  margin-bottom: 0;
}

.sv-arrow {
  position: absolute;
  top: -48px;
  left: calc(50% - 45px);
  width: 90px;
}

.sv-arrow-frame__illust {
  position: absolute;
  width: 100px;
  top: -26px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .sv-arrow-frame__illust {
    position: absolute;
    width: 160px;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.sv-arrow-frame__text--small {
  font-size: 1.1em;
  margin-left: 90px;
}

@media only screen and (min-width: 768px) {
  .sv-arrow-frame__text--small {
    margin-left: 0;
  }
}

.sv-arrow-frame__text {
  font-size: 24px;
  font-weight: 700;
}

.sv-arrow-frame__text .underline {
  border-bottom: 2.5px solid #fff;
}

/* 青線の枠 */
.sv-border--blue {
  display: block;
  border: 4px solid #0081C0;
  background-color: #fff;
  border-radius: 16px;
  padding: 56px 12px 24px 12px;
  margin-top: -24px;
  width: calc(100% - 24px);
  max-width: 400px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .sv-border--blue {
    padding: 56px 24px 24px 24px;
    width: fit-content;
    max-width: 816px;
  }
}

.sv-border--yellow-set {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media only screen and (min-width: 768px) {
  .sv-border--yellow-set {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
}

.sv-border--yellow {
  border: 4px solid #f9cf00;
  border-radius: 12px;
  padding: 16px;
  font-size: 1.2em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sv-border--yellow {
    width: 33%;
  }
}

.sv-border--yellow .underline {
  border-bottom: 1px solid #000;
}

.sv-border--yellow-title {
  background-color: #f9cf00;
  border-radius: 18px;
  padding: 4px 16px;
  width: fit-content;
  font-size: 18px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
  margin-bottom: 8px;
}

.sv-border--yellow .small-text {
  font-size: 10px;
  color: #555;
  text-align: left;
  margin-top: 8px;
}

.sv-border--blue-illust {
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .sv-border--yellow.item-3 {
    font-size: 1.0em;
  }
}

.sv-bg--blue-set {
  margin-top: 8px;
}

.sv-bg--blue {
  background-color: #0081C0;
  color: #fff;
  font-size: 0.8em;
  border-radius: 4px;
  padding: 4px 8px;
}

.sv-txt--blue {
  color: #0081C0;
  font-size: 0.8em;
  text-align: right;
}

.sv-border--blue-illust {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  max-width: 720px;
}

.sv-bg--lightblue {
  background-color: #e3f6ff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 16px;
  text-align: left;
  width: 100%;
  max-width: 400px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
}

@media only screen and (max-width: 480.98px) {
  .sv-bg--lightblue {
    width: calc(100% - 24px);
  }
}

@media only screen and (min-width: 768px) {
  .sv-bg--lightblue {
    flex-direction: row;
    gap: 16px;
    width: 100%;
    max-width: 816px;
  }
}

.sv-bg--lightblue-set {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}

.sv-bg--lightblue-icon-set {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 8px;
}

@media only screen and (min-width: 768px) {
  .sv-bg--lightblue-set {
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
    gap: 16px;
  }
}

.sv-bg--lightblue-arrow {
  width: 28px;
}

.sv-bg--lightblue-exclamation {
  width: 42px;
}

@media only screen and (min-width: 768px) {
  .sv-bg--lightblue-arrow {
    width: 28px;
  }

  .sv-bg--lightblue-exclamation {
    width: 58px;
  }
}

.sv-bg--lightblue-txt {
  font-size: 1em;
  font-weight: 700;
}

.sv-btn--telesarental {
  position: relative;
  cursor: pointer;
  display: block;
  border: 2px solid;
  background-color: #fff;
  border-color: #0081C0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2em;
  border-radius: 8px;
  padding: 7px 60px 7px 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.sv-btn--telesarental::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-50%);
  background-image: url(/installation/images/cat_arrow_23.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

/*======================
設置事例
======================*/
.cs-title {
  color: #0081C0;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 481px) and (max-width: 767.98px) {
  .cs-title {
    width: 100%;
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .cs-title {
    width: 100%;
    max-width: 800px;
  }
}

.carousel {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 100%;
  overflow: hidden;
  display: flex;
}

.carousel>* {
  flex: 0 0 100%;
}

.carousel &:hover .group {
  animation-play-state: paused;
}

.cr__set {
  display: flex;
  gap: 0px;
  padding-right: 0;
  will-change: transform;
  animation: scrolling 60s linear infinite;
}

.cr__card {
  width: 275px;
  color: white;
  padding: 20px;
  font-size: xx-large;
  justify-content: center;
  align-items: center;
  min-height: 209px;

  &:nth-child(1) {
    background: #fff;
    background-image: url('/installation/images/cs_futamatagawa.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  &:nth-child(2) {
    background: #fff;
    background-image: url('/installation/images/cs_grandgreen.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  &:nth-child(3) {
    background: #fff;
    background-image: url('/installation/images/cs_haneda.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  &:nth-child(4) {
    background: #fff;
    background-image: url('/installation/images/cs_kitasenju.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  &:nth-child(5) {
    background: #fff;
    background-image: url('/installation/images/cs_markis.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  &:nth-child(6) {
    background: #fff;
    background-image: url('/installation/images/cs_marunouchi.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  &:nth-child(7) {
    background: #fff;
    background-image: url('/installation/images/cs_midland.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  &:nth-child(8) {
    background: #fff;
    background-image: url('/installation/images/cs_minato.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  &:nth-child(9) {
    background: #fff;
    background-image: url('/installation/images/cs_tsukuba.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*======================
CAT
======================*/
.cat {
  background-color: #f2f1ed;
  padding-bottom: 30px;
  color: #333;
}

.cat-title {
  font-size: 1.2em;
}

@media only screen and (min-width: 481px) {
  .cat-title {
    font-size: 1.8em;
  }
}

.cat-txt {
  width: 90%;
  max-width: 400px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.cat-btn {
  margin-top: 1em;
  position: relative;
  cursor: pointer;
  display: block;
  border: 2px solid;
  background-color: #fff;
  border-color: #cc8200;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 400px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4em;
  border-radius: 2.5em;
  padding: 10px 60px 10px 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.cat-btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url(/installation/images/cat_arrow_17.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

@media only screen and (min-width: 768px) {
  .cat-txt {
    max-width: 700px;
    text-align: center;
  }

  .cat-btn {
    max-width: 700px;
    font-size: 1.6em;
    line-height: 2.5em;
  }
}

/*======================
テレキューブサービスが選ばれる理由
======================*/
.color-blue {
  color: #0081C0;
}

.reasons {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .reasons {
    max-width: 700px;
  }
}

.reasons-title {
  font-size: 1.6em;
  line-height: 1.4;
  border-bottom: 2px solid #0081C0;
  padding: 5px 0px;
  width: fit-content;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .reasons-title {
    text-align: center;
    padding: 5px 20px;
    width: 100%;
  }
}

.reasons-txt {
  text-align: left;
  margin-bottom: 24px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;

}

@media only screen and (min-width: 768px) {
  .reasons-txt {
    text-align: center;
    font-size: 1.3em;
    width: 100%;
  }
}

.reasons-photo {
  width: 100%;
}

.reasons-border--blue_set {
  margin-top: 24px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.reasons_illust {
  width: 33%;
}

ul.reasons-border--blue_list {
  list-style-type: disc;
  padding-left: 12px;
  margin-left: 16px;
  font-size: 1.1em;
}

@media only screen and (min-width: 768px) {
  ul.reasons-border--blue_list {
    font-size: 1em;
  }
}

ul.reasons-border--blue_list li::marker {
  color: #0081C0;
  font-size: 1em;
}

.reasons-border--blue_set__left,
.reasons-border--blue_set__right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-repeat: no-repeat;
  background-size: 25%;
}

.reasons-border--blue_set__left {
  background-image: url("/installation/images/reasons_left_bg@1.5x.webp");
  background-position-x: right;
  padding-right: 30%;
  padding-left: 16px;
}

.reasons-border--blue_set__right {
  background-image: url("/installation/images/reasons_right_bg@1.5x.webp");
  background-position-x: left;
  padding-left: 30%;
  padding-right: 16px;
}

.reasons-border--blue {
  background-color: #f1fafc;
  border-radius: 12px;
  padding: 8px;
  font-size: 0.95em;
  text-align: left;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .reasons-border--blue_set {
    flex-direction: row;
  }

  .reasons-border--blue_set__left,
  .reasons-border--blue_set__right {
    padding-right: 0;
    padding-left: 0;
    background: none;
    width: 50%;
  }
}

.reasons-border--blue_title {
  background-color: #0081C0;
  color: #fff;
  border-radius: 18px;
  padding: 4px 16px;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: 8px;
}

.reasons-icon_set {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0 16px;
}

.reasons-icon_icon {
  flex: 30%;
}

.reasons-icon_txt {
  margin-top: 4px;
  font-size: 0.85em;
  line-height: 1.2;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .reasons-icon_set {
    padding: 0;
  }

  .reasons-icon_icon {
    flex: 1;
  }
}

/*======================
全国主要都市の
======================*/
.place {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .place {
    max-width: 700px;
  }
}

.place-title {
  font-size: 1.6em;
  line-height: 1.4;
  border-bottom: 2px solid #0081C0;
  padding: 5px 0;
  width: 80%;
  max-width: 600px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

.place-txt {
  text-align: left;
  margin-bottom: 24px;
  padding: 0;
  font-size: 1.2em;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .place-title {
    width: 100%;
    margin-left: 0;
  }

  .place-txt {
    width: 100%;
    font-size: 1.3em;
  }
}

.place-photo_set {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 32px;
  padding: 0 16px;
  font-size: 12px;
}

.place-photo {
  flex: 30%;
}

@media only screen and (min-width: 768px) {
  .place-photo_set {
    gap: 8px;
    font-size: 14px;
  }

  .place-photo {
    flex: 15%;
  }
}

.place-btn__set {
  text-align: left;
}

.place-btn__txt {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #0081C0;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .place-btn__txt {
    width: 100%;
  }
}

.place-btn {
  margin-top: 1em;
  position: relative;
  cursor: pointer;
  display: block;
  border: 2px solid;
  background-color: #fff;
  border-color: #0081C0;
  color: #0081C0;
  border-radius: 0.5em;
  font-weight: 400;
  width: fit-content;
  max-width: 400px;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 10px 20px 10px 60px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .place-btn {
    margin-left: 0;
  }
}

.place-btn::after {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url(/installation/images/icon_search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.place-map {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  height: 190px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.place-map_image {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 345px) and (max-width: 480.98px) {
  .place-map {
    height: 230px;
  }
}

@media (min-width: 481px) and (max-width: 767.98px) {
  .place-map {
    height: 260px;
  }
}

@media only screen and (min-width: 768px) {
  .place-map {
    margin-top: 0;
    height: 430px;
    width: 100%;
  }
}

/*======================
設置までの流れ
======================*/
.flow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  background-color: #0081C0;
  color: #fff;
  font-size: 1.2em;
}

.flow_set {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
}

.flow-item_set {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.flow_title {
  text-align: left;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

@media only screen and (min-width: 768px) {
  .flow {
    padding-bottom: 75px;
  }

  .flow_title {
    max-width: 700px;
    padding: 0;
  }

  .flow_set {
    flex-direction: row;
    max-width: 700px;
    margin: 0 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow-item {
  border-radius: 16px;
  padding: 20px 24px 8px 24px;
  background: #fff;
  color: #000;
  position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

.flow-item.has-arrow {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .flow-item {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    font-size: 1em;
  }
}

.flow-item__title-set {
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .flow-item__title-set {
    width: 200px;
  }
}

.flow-item__content {
  text-align: left;
  flex: 1;
}

.flow-item.has-arrow::before {
  content: "";
  position: absolute;
  height: 30px;
  width: calc(100% - 24px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff;
  left: 12px;
  bottom: -29.5px;
}

.flow-item__num,
.flow-item__title {
  font-weight: 700;
  color: #0081C0;
  padding-right: 8px;
}

.flow-item__btn {
  position: relative;
  cursor: pointer;
  display: block;
  border: 2px solid;
  background-color: #fff;
  border-color: #cc8200;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 3em;
  width: fit-content;
  padding: 10px 60px 10px 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .flow-item__btn {
    margin: 0;
  }
}

.flow-item__btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
  background-image: url(/installation/images/cat_arrow_17.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

ol.flow-item_list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.flow-item_list li {
  margin-bottom: 3px;
  padding-left: 30px;
  position: relative;
}

ol.flow-item_list li:before {
  margin-top: 4px;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0081C0;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.flow_span strong {
  font-size: 1.4em;
}

@media only screen and (min-width: 768px) {
  .flow_span {
    width: 42px;
    position: relative;
    background-color: #ffda40;
    color: #000;
    writing-mode: vertical-rl;
    margin-bottom: 60px;
    text-align: start;
    padding: 12px 0;
  }

  .flow_span::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #ffda40;
    bottom: -29.5px;
  }
}

/*======================
設置場所要件
======================*/

.requirements {
  width: 90%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}

@media only screen and (min-width: 768px) {
  .requirements {
    width: 100%;
    max-width: 700px;
  }
}

.requirements-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  color: #0081C0;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 8px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;

}

@media only screen and (min-width: 768px) {
  .requirements-title {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.requirements-title__coution {
  display: block;
  background-color: #f9cf00;
  color: #000;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.2;
  padding: 4px 12px;
  border-radius: 2em;
  font-size: 0.7em;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .requirements-title__coution {
    font-size: 0.8em;
    width: fit-content;
    margin: 0;
  }
}

/*青枠*/
.requirements-frame {
  display: block;
  border: 4px solid #0081C0;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 16px 16px 16px;
  width: fit-content;
  max-width: 400px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .requirements-frame {
    width: fit-content;
    max-width: 816px;
  }
}

.requirements-content__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .requirements-content__flex {
    flex-direction: row;
  }
}

.requirements-content {
  text-align: left;
}

.requirements-photo {
  max-width: 200px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .requirements-photo {
    max-width: 50%;
    padding: 0 10%;
    margin: 0;
  }

  .requirements-photo img {
    margin: 0 auto;
  }
}

.requirements-content__title {
  margin: 0;
  background-color: #0081C0;
  color: #fff;
  border-radius: 2.5em;
  font-weight: 400;
  line-height: 1.2;
  padding: 4px 12px;
  width: fit-content;
  font-size: 1em;
}

@media (min-width: 481px) and (max-width: 767.98px) {
  .requirements-content__title {
    font-size: 1.3em;
  }
}

@media only screen and (min-width: 768px) {
  .requirements-content__title {
    font-size: 1.2em;
  }
}

ul.requirements-content__list {
  list-style-type: disc;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  ul.requirements-content__list {
    font-size: 1em;
  }
}

ul.requirements-content__list li::marker {
  color: #0081C0;
  font-size: 1em;
}

.requirements-restriction__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .requirements-restriction__flex {
    flex-direction: row-reverse;
  }
}

.requirements-restriction__title {
  margin: 0;
  background-color: #679ccb;
  color: #fff;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.2;
  padding: 4px 12px;
  width: fit-content;
}

.requirements-restriction__left,
.requirements-restriction__right {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .requirements-restriction__left {
    width: 60%;
  }

  .requirements-restriction__right {
    width: 40%;
  }
}

ul.requirements-restriction__list {
  background-color: #f2f2f2;
  list-style-type: disc;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 8px;
  text-align: left;
}

ul.requirements-restriction__list li {
  width: 100%;
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  ul.requirements-restriction__list li {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}

ul.requirements-restriction__list li::marker {
  color: #0081C0;
  font-size: 1em;
}

.requirements-restriction__spec {
  width: 90%;
  margin: 24px 5%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .requirements-restriction__spec {
    width: calc(100% - 12px);
    margin: 0 0 0 12px;
  }
}

.requirements-restriction__spec td {
  padding: 4px;
  border: solid 1px #999999;
}

.requirements-restriction__spec td:first-child {
  background: #e6e6e6;
}