@charset "UTF-8";

.wrapper-s {
  max-width: 500px;
  margin: 0 auto;
}
.wrapper-m {
  max-width: 920px;
  margin: 0 auto;
}

.img-wide {
  margin: 100px 0;
}

.sec {
  margin-bottom: 80px;
}
.sec .step-item {
  margin-bottom: 40px;
}
.sec .border-box {
  border: solid 3px #63CDFD;
  border-radius: 35px;
  padding: 25px 30px;
  margin-bottom: 80px;
}
.sec .border-box .inner-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sec .border-box .inner-subtitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}
.sec .border-box .inner-text {
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: justify;
}
.sec .border-box .inner-text a {
  color: #63CDFD;
}
.sec .border-box-title {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 10px 20px;
}
.sec .border-box-title::before {
  content: "●";
  color: #63CDFD;
  font-size: 14px;
  margin-right: 5px;
}
.sec .border-box .border-box-list + .inner-text {
  margin-top: 20px;
}
.sec .border-box .border-box-list dt,
.sec .border-box .border-box-list li {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 5px;
}
.sec .border-box .border-box-list.disc dt::before {
  content: "●";
  color: #63CDFD;
  font-size: 10px;
  margin-right: 5px;
}
.sec .border-box .border-box-list dt:first-child,
.sec .border-box .border-box-list li:first-child {
  margin-top: 0;
}
.sec .border-box .border-box-list dd {
  line-height: 1.6;
  margin-left: 34px;
}
.sec .border-box .border-box-list.disc dd {
  margin-left: 16px;
}
.sec .border-box .border-box-list dd a {
  color: #63CDFD;
}
.sec .flex-content-property {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 0;
  margin-bottom: 80px;
}
.sec .content-property {
  margin-bottom: 80px;
}
.sec .flex-content-property .text-area {
  width: 70%;
  margin-right: 2%;
}
.sec .flex-content-property .text-area .img.sp {
  margin-top: 20px;
}
.sec .flex-content-property .text-area .content-title,
.sec .content-property .content-title {
  font-size: 24px;
}
.sec .flex-content-property .text-area .content-title .no,
.sec .content-property .content-title .no {
  color: #63CDFD;
  font-size: 20px;
  margin-right: 5px;
}
.sec .flex-content-property .text-area .content-title .subtext,
.sec .content-property .content-title .subtext {
  font-size: 16px;
  display: block;
  margin: 5px 0 0 28px;
}
.sec .flex-content-property .text-area .flex-list-title {
  font-size: 17px;
  font-weight: 500;
  color: #63CDFD;
  margin-top: 30px;
}
.sec .flex-content-property .text-area .flex-list-title + .flex-list {
  margin-top: -10px;
}
.sec .flex-content-property .text-area .flex-list-text {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 10px;
}
.sec .content-property .text-area .flex-list {
  margin-left: 30px;
}
.sec .text-area .flex-list > dt {
  font-size: 17px;
  font-weight: 500;
  margin: 20px 0 7px;
}
.sec .text-area .flex-list > dt::before {
  content: "●";
  color: #63CDFD;
  font-size: 10px;
  margin-right: 5px;
}
.sec .text-area .flex-list > dd  {
  font-size: 15px;
  line-height: 1.7;
  margin-left: 16px;
}
.sec .text-area .list-brand {
  margin-top: 10px;
}
.sec .text-area .list-brand .group {
  display: flex;
}
.sec .text-area .list-brand dt {
  width: 110px;
}
.sec .text-area .list-brand dt span {
  color: #63CDFD;
  font-weight: 500;
}
.sec .text-area .list-brand dd {
  width: calc(100% - 100px);
}
.sec .text-area .list-brand dd p {
  line-height: 1.6;
  margin-bottom: 15px;
}
.sec .text-area .list-brand dd a {
  color: #63CDFD;
}
.sec .text-area .note {
  margin-top: 20px;
}
.sec .text-area .note a {
  border-bottom: solid 2px #63CDFD;
}
.sec .flex-content-property .img-area {
  max-width: 251px;
  width: 28%;
}
.sec .flex-content-property .img-area img {
  margin-top: 20px;
}
.sec .flex-content-property .img-area img:first-child {
  margin-top: 0;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .img-wide {
    margin: 60px 0;
  }
  .sec .border-box {
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 60px;
  }
  .sec .border-box .inner-title {
    font-size: 22px;
  }
  .sec .border-box-title {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .sec .content-property {
    margin-bottom: 60px;
  }
  .sec .flex-content-property {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .sec .flex-content-property .text-area {
    width: 100%;
    margin-right: 0;
  }
  .sec .content-property .text-area .flex-list {
    margin-left: 0;
  }
  .sec .flex-content-property .text-area .content-title .subtext,
  .sec .content-property .content-title .subtext {
    margin: 5px 0 0 0;
  }
  .sec .text-area .flex-list > dd {
    margin-left: 0;
  }
  .sec .text-area .list-brand .group {
    flex-direction: column;
  }
  .sec .text-area .list-brand dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec .text-area .list-brand dd {
    width: 100%;
  }
  .sec .flex-content-property .img-area {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}