.second.store-property .bg {
  background-image: url(../img/store-property_fv.jpg);
  background-position: center;
  background-size: cover;
}

.store-property .contents.brand {
  margin: 0;
  margin-bottom: 80px;
}
.store-property .contents.brand .inner {
  background: unset;
}
.store-property .contents.brand h2 {
  color: #173d63;
}
.store-property .cmn-ttl {
  font-size: 24px;
  font-weight: 600;
  color: #3d3d3d;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  position: relative;
}
.store-property .cmn-ttl::before {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#65c4ff), color-stop(50%, #65c4ff), color-stop(50%, #1b6880), to(#1b6880));
  background: linear-gradient(to bottom, #65c4ff 0%, #65c4ff 50%, #1b6880 50%, #1b6880 100%);
  width: 3px;
  height: 35px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.store-property .cmn-paragraph {
  font-size: 18px;
  font-weight: 500;
}
.store-property .contents.msg-rule .inner > h4 {
  max-width: 300px;
  background: #1e5ea5;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 14px;
  text-align: center;
  margin: 52px auto 40px auto;
  border-radius: 14px;
}
.store-property .contents.msg-rule .rule-box {
  background: #ecf1f4;
  padding: 20px 0;
  border-radius: 14px;
}
.store-property .contents.msg-rule .rule-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin: 0;
  padding: 20px;
}
.store-property .contents.msg-rule .rule-box ul li {
  width: 20%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store-property .contents.msg-rule .rule-box ul li:nth-of-type(4) {
  width: 40%;
}
.store-property .contents.msg-rule .rule-box ul.list-ttl h4 {
  color: #3065af;
  background: unset;
  text-align: left;
  position: relative;
  padding-left: 8px;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.store-property .contents.msg-rule .rule-box ul.list-ttl h4::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #3065af;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.store-property .contents.msg-rule .rule-box ul.list-detail {
  padding-top: 20px;
  padding-bottom: 20px;
}
.store-property .contents.msg-rule .rule-box ul.list-detail p {
  padding: 0;
  margin: 0;
  padding-left: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.store-property .contents.feature {
  margin-bottom: 40px;
}
.store-property .contents.feature .inner > h4 {
  max-width: 300px;
  background: #1e5ea5;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 14px;
  text-align: center;
  margin: 52px auto 64px auto;
  border-radius: 14px;
}
.store-property .contents.feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin: 0;
  padding: 0;
  counter-reset: number 0;
}
.store-property .contents.feature ul li {
  width: calc((100% - 80px) / 3);
  background: #ecf1f4;
  border-radius: 14px;
  padding: 36px 32px;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.store-property .contents.feature ul li::before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: block;
  font-size: 64px;
  color: #1e5ea5;
  line-height: 1;
  font-family: "urw-din", sans-serif;
  position: absolute;
  left: 32px;
  top: -0.5em;
}
.store-property .contents.feature ul li h5 {
  margin: 0;
  padding: 0;
  color: #1e5ea5;
  font-size: 24px;
  line-height: 1;
  padding-top: 12px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 600;
}
.store-property .contents.feature ul li p {
  font-size: 14px;
  font-weight: 500;
  color: #3d3d3d;
  line-height: 1.6;
  text-align: center;
}
.store-property .cta {
  background: rgba(217, 217, 217, 0.4);
  padding: 52px;
}
.store-property .cta a {
  display: block;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  border-radius: 26px;
  border: 2px solid #1e5ea5;
  padding: 20px;
  text-align: center;
}
.store-property .cta a h3 {
  font-size: 26px;
  color: #1e5ea5;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.store-property .cta a p {
  font-size: 20px;
  color: #1e5ea5;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.store-property a[href*="tel:"] {
  pointer-events: unset;
  text-decoration: none;
}

@media screen and (max-width: 1050px) {
  .store-property .cmn-paragraph {
    font-size: 16px;
  }
  .store-property .contents.brand {
    margin-bottom: 40px;
  }
  .store-property .cmn-paragraph {
    font-size: 16px;
  }
  .store-property .contents.msg-rule .inner > h4 {
    font-size: 18px;
  }
  .store-property .contents.msg-rule .rule-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .store-property .contents.msg-rule .rule-box ul {
    display: block;
    padding: 12px;
  }
  .store-property .contents.msg-rule .rule-box ul li {
    width: 100%;
    margin-bottom: 8px;
  }
  .store-property .contents.msg-rule .rule-box ul li:nth-of-type(4) {
    width: 100%;
  }
  .store-property .contents.msg-rule .rule-box ul.list-ttl {
    width: 120px;
  }
  .store-property .contents.msg-rule .rule-box ul.list-detail {
    width: calc(100% - 120px);
    padding: 12px;
  }
  .store-property .contents.msg-rule .rule-box ul.list-ttl h4 {
    font-size: 16px;
  }
  .store-property .contents.msg-rule .rule-box ul.list-detail p {
    font-size: 16px;
  }
  .store-property .contents.feature {
    margin-bottom: 0px;
  }
  .store-property .contents.feature ul {
    display: block;
  }
  .store-property .contents.feature ul li {
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 12px;
  }
  .store-property .contents.feature ul li:last-of-type {
    margin-bottom: 0;
  }
  .store-property .contents.feature ul li h5 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .store-property .cta a h3 {
    font-size: 20px;
  }
}