@charset "UTF-8";
@import url("./cableplus.css");
.phone #mainimg .container {
  height: 280px;
  background-position: right top;
}
.phone #mainimg .container > h2 {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .phone #mainimg .container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .phone #mainimg .container {
    width: 100%;
    height: auto;
    aspect-ratio: 600/280;
  }
}
.phone .phone-main-sec .container {
  container-type: inline-size;
}
.phone .phone-lead {
  margin-bottom: 1em;
  font-size: 4.5cqw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
.phone .phone-lead br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .phone .phone-lead {
    font-size: min(7.2cqw, 36px);
  }
  .phone .phone-lead br.sp {
    display: inline;
  }
}
.phone .phone-sub-sec {
  position: relative;
  container-type: inline-size;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 3px solid #000;
  margin-top: 80px;
}
.phone .phone-sub-sec + .phone-sub-sec {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .phone .phone-sub-sec + .phone-sub-sec {
    margin-top: 90px;
  }
}
.phone .phone-sub-sec > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: max(3cqw, 14px);
  text-align: center;
}
.phone .phone-sub-sec > .inner p {
  line-height: 1.6;
}
.phone .phone-sub-sec > .inner h3 {
  font-size: 2.2em;
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  .phone .phone-sub-sec > .inner h3 {
    font-size: 1.8em;
  }
}
.phone .phone-sub-sec > .inner h4 {
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 0.5em;
}
.phone .phone-sub-sec > .inner h4 + p {
  margin-top: 0.25em;
}
@media screen and (max-width: 600px) {
  .phone .phone-sub-sec > .inner h4 {
    font-size: 1.4em;
  }
}
.phone .phone-sub-sec > .inner .sub-sec-lead {
  position: absolute;
  bottom: calc(100% + 0.5em);
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
}
.phone .phone-sub-sec > .inner .sub-sec-lead > br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .phone .phone-sub-sec > .inner .sub-sec-lead > br.sp {
    display: inline;
  }
}
.phone .phone-sub-sec > .inner .sub-sec-lead::before, .phone .phone-sub-sec > .inner .sub-sec-lead::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 87.5%;
  background-color: #000;
  transform-origin: center bottom;
}
.phone .phone-sub-sec > .inner .sub-sec-lead::before {
  left: 0;
  transform: rotate(-25deg);
}
.phone .phone-sub-sec > .inner .sub-sec-lead::after {
  right: 0;
  transform: rotate(25deg);
}
.phone .phone-sub-sec > .inner .sub-sec-price {
  font-size: 2em;
  font-weight: 700;
}
.phone .phone-sub-sec > .inner .sub-sec-price > span {
  font-size: 80%;
  margin-right: 0.25em;
}
@media screen and (max-width: 600px) {
  .phone .phone-sub-sec > .inner .sub-sec-price {
    font-size: 1.8em;
  }
}
.phone .phone-sub-sec > .inner .sub-sec-add {
  font-size: 1.4em;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .phone .phone-sub-sec > .inner .sub-sec-add {
    font-size: 1.3em;
  }
}
.phone .phone-sub-sec > .inner .sub-sec-linkbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 320px;
  width: 90%;
  height: 3em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: inherit;
  border: 1px solid #000;
  border-radius: 0.5em;
}
.phone .phone-sub-sec > .inner .sub-sec-linkbtn::after {
  content: "▶";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translate(0, -50%) scaleX(0.66);
  transform-origin: right center;
  transition: transform 0.2s ease 0s;
}
.phone .phone-sub-sec > .inner .sub-sec-linkbtn:hover {
  text-decoration: none;
}
.phone .phone-sub-sec > .inner .sub-sec-linkbtn:hover::after {
  transform: translate(15%, -50%) scaleX(0.66);
}
.phone .phone-sub-sec.cableplus {
  color: #275317;
  border-color: #275317;
  box-shadow: 8px 8px 0 #275317;
}
.phone .phone-sub-sec.cableplus .sub-sec-lead::before, .phone .phone-sub-sec.cableplus .sub-sec-lead::after {
  background-color: #275317;
}
.phone .phone-sub-sec.cableplus .sub-sec-linkbtn {
  border-color: #275317;
}
.phone .phone-sub-sec.cableline {
  color: #163e64;
  border-color: #163e64;
  box-shadow: 8px 8px 0 #163e64;
}
.phone .phone-sub-sec.cableline .sub-sec-lead::before, .phone .phone-sub-sec.cableline .sub-sec-lead::after {
  background-color: #163e64;
}
.phone .phone-sub-sec.cableline .sub-sec-linkbtn {
  border-color: #163e64;
}
.phone .phone-sub-sec.cableplushome {
  color: #80350e;
  border-color: #80350e;
  box-shadow: 8px 8px 0 #80350e;
}
.phone .phone-sub-sec.cableplushome .sub-sec-lead::before, .phone .phone-sub-sec.cableplushome .sub-sec-lead::after {
  background-color: #80350e;
}
.phone .phone-sub-sec.cableplushome .sub-sec-linkbtn {
  border-color: #80350e;
}
.phone .features {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-top: 80px;
}
.phone .features .feature {
  container-type: inline-size;
  position: relative;
  min-width: 0;
  background-color: #d9f2d0;
  border-radius: 30px;
}
.phone .features .feature:nth-child(2n) .feature__image {
  right: -2cqw;
  left: auto;
}
.phone .features .feature:nth-child(2n) .feature__text {
  padding-left: 2cqw;
  padding-right: 30cqw;
}
.phone .features .feature__image {
  width: 36cqw;
  position: absolute;
  top: -2cqw;
  left: -2cqw;
}
.phone .features .feature__image > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.phone .features .feature__text {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 30cqw;
  padding-left: 38cqw;
  padding-right: 2cqw;
  padding-top: 8cqw;
  padding-bottom: 8cqw;
}
.phone .features .feature__text > .feature__main {
  font-size: 3.8cqw;
  font-weight: 800;
  line-height: 1.4;
}
.phone .features .feature__text > .feature__main.a_c {
  text-align: center;
}
.phone .features .feature__text > .feature__note {
  margin-top: 0.5em;
  font-size: 2cqw;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .phone .features {
    margin-top: 40px;
    margin-bottom: 72px;
    gap: 32px;
  }
  .phone .features .feature {
    display: flex;
    align-items: center;
    padding: 6cqw 3cqw;
    border-radius: 3cqw;
    gap: 3cqw;
  }
  .phone .features .feature__image {
    position: static;
    width: 33cqw;
  }
  .phone .features .feature__text {
    flex: 1;
    min-height: initial;
    padding: 0 !important;
  }
  .phone .features .feature__text > .feature__main {
    font-size: max(3.8cqw, 18px);
  }
  .phone .features .feature__text > .feature__main.a_c {
    text-align: left;
  }
  .phone .features .feature__text > .feature__main > br {
    display: none;
  }
  .phone .features .feature__text > .feature__note {
    font-size: max(2cqw, 12px);
  }
}