@charset "utf-8";
.conditions-txt {
  text-align: center;
  margin-bottom: 1.5rem;
}
p.explanation {
  text-align: center;
  font-weight: bold;
}
/*-------------------------------------------------
　ラインナップについて
-------------------------------------------------*/
.lineup {
  display: flex;
}
.lineup-box {
  flex: 1;
  margin-right: 20px;
  border: 4px solid #e5e5e5;
  border-radius: 10px;
  padding: 2rem 1.5rem 9rem;
  position: relative;
}
.lineup-box:last-child {
  margin-right: 0;
}
.lineup-box img {
  display: block;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}

.lineup-box:last-child img {
  margin-top: 1.2rem;
  margin-bottom: 2.8rem;
}
.lineup-box .text {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*-------------------------------------------------
　ご加入条件
-------------------------------------------------*/
.conditions-box {
  border: 5px solid #e5e5e5;
  border-radius: 10px;
  padding: 2rem 1.5rem 2rem;
  margin: 0px 20px;
  position: relative;
}
.conditions-box .explanation {
  margin-top: 15px;
}
.conditions-wrap {
  text-align: center;
}
.conditions-wrap > div {
  display: inline-block;
  vertical-align: middle;
  padding: 1.5rem;
  border: 5px solid #eecfd0;
}
.conditions-wrap > div img {
  width: 300px;
}
.conditions-wrap > p {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 4rem;
  margin: 0 0.5rem;
}
.conditions-wrap + p {
  text-align: center;
  margin-top: 1em;
}

/*-------------------------------------------------
　流れ
-------------------------------------------------*/

@media screen and (max-width: 991px) {
  .lineup {
    display: block;
  }
  .lineup-box {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .conditions-wrap > div img {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .lineup-box {
    margin-bottom: 10px;
    padding-bottom: 8rem;
  }
  .inq-common-btn.details {
    width: calc(100% - 3rem);
    margin-bottom: 0;
  }
  .conditions-wrap > div {
    display: block;
  }
  .conditions-wrap > p {
    line-height: 1.4;
    display: block;
    font-weight: bold;
    font-size: 2.8rem;
  }

  .contact {
    display: block;
    margin-top: 20px;
  }
  .contact > div {
    margin-bottom: 3rem;
    width: auto;
  }
  .contact > div:last-child {
    margin-bottom: 0;
  }
  .contact .contact-way {
    font-size: 1.6rem;
  }
  .inq-common-btn.cable-id-apply {
    width: 100%;
  }
  .contact-tel-right a {
    font-size: 1.8rem;
  }

}