.price-page {
  padding-top: 95px;
}
.price-page > .list-heading-area {
  height: 240px;
}
.price-page > .container {
  width: 90%;
  max-width: 1100px;
  margin: 80px auto;
}
.price-page > .container > .section {
  display: flex;
  margin-bottom: 56px;
}
.price-column {
  width: 272px;
}
.price-column.-popular {
  background-color: #EDF5FF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.04)
}
.price-column.-popular > .body > .more {
  border-right: 1px solid #DBECFF;
  border-bottom: 1px solid #DBECFF;
  border-left: 1px solid #DBECFF;
  background: #E3F0FF;
}
.price-column > .body > .more {
  display: none;
  justify-content: center;
  gap: 16px;
  background: #F8F8F8;
  padding: 12px 0;
  text-align: center;
  border: 1px solid #D9DEE6;
}
.price-column > .card {
  height: 320px;
}
.price-column > .card.-basic {
  padding-right: 18px;
}
.price-column > .card.-limitless {
  padding-left: 18px;
}
.price-column > .card > .title {
  height: 44px;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  line-height: 44px;
  font-size: 14px;
  color: #222;
  font-weight: bold;
  background: #F5FCFF;
}
.price-column > .card.-basic > .title {
  background: #fff;
}
.price-column > .card > .title.-hightlight {
  background: #1A315D;
  color: #fff;
}
.price-column > .card > .title > .link {
  color: #0050A0;
  border-bottom: 1px solid !important;
}
.price-column.-popular > .card > .content {
  padding-bottom: 10px;
  border-left: 1px solid #DBECFF;
  border-right: 1px solid #DBECFF;
}
.price-column.-popular > .body > .services {
  border-left: 1px solid #DBECFF;
  border-right: 1px solid #DBECFF;
}
.price-column > .card > .content > .button > .inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  padding: 15px 0;
  border: 1px solid #FC8A2A;
  background: #FFF5ED;
  font-size: 16px;
  line-height: 16px;
  color: #FC8A2A;
  font-weight: bold;
  transition: 0.2s;
  margin: 16px 2px 24px 2px;
}
.price-column > .card > .content > .button.-hightlight > .inquiry {
  background: #FC8A2A;
  color: #fff;
}
.price-column > .card > .content > .button > .inquiry:hover {
  background: #fff;
  color: #FC8A2A;
}
.price-column > .card > .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.price-column.-popular > .card > .content {
  padding: 0 8px;
}

.price-column > .card.-basic > .content,
.price-column > .card.-limitless > .content {
  padding: 0;
}
.price-column > .card > .content >.text {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-top: 24px;
  font-weight: bold;
  color: #1A315D;
}
.price-column > .card > .content >.text.-purpose {
  margin-top: 0;
  line-height: 16px;
  color: #222;
}
.price-column > .card > .content > .center > .price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 26px;
}
.price-column > .card > .content > .center > .month {
  margin-top: 8px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  color: #929292;
  font-weight: bold;
}
.price-column > .card > .content > .center > .price > .yen {
  font-size: 20px;
}
.price-column > .card > .content > .center > .price > .number {
  font-size: 32px;
}
.price-column > .body > .more > .text {
  font-size: 16px;
  font-weight: bold;
  color: #1A315D;
}
.price-column > .body {
  display: flex;
  flex-direction: column-reverse;
}
.price-column > .body > .services > .service {
  display: flex;
  justify-content: center;
  height: 76px;
  align-items: center;
  border-top: 1px solid #D9DEE6;
}
.price-column > .body > .services.-first > .service {
  justify-content: flex-start;
}
.price-column > .body > .services > .service:last-child {
  border-bottom: 1px solid #D9DEE6;
}
.price-column > .body > .services > .service > .icon > .text {
  font-size: 16px;
  font-weight: bold;
  color: #112957;
}
.price-column > .body > .services > .service > .label,
.price-column > .body > .services > .service > .text {
  display: none;
  margin-left: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
.price-column > .body > .services > .service > .payment {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
.price-column > .body > .services > .service > .icon > .note {
  font-size: 11px;
  margin-top: 14px;
  color: #757575;
}
.price-column > .body > .services > .service > .icon > .line {
  display: block;
  width: 18px;
  border: 2px solid #D6D6D6;
  margin: auto;
  border-radius: 25px;
}
.price-column > .body > .services > .service > .text {
  display: unset;
}
.price-column > .body > .services.-first > .service > .label {
  display: unset;
}
.price-column > .body > .services > .service.-smartlock > .label > .text {
  color: #0050A0;
  border-bottom: 1px solid;
}
.price-page > .container > .desciption {
  padding: 48px 0;
  border: 1px solid #D9DEE6;
}
.price-page > .container > .desciption > .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  margin-left: 227px;
}
.price-page > .container > .desciption > .list > .note {
  position: relative;
  line-height: 14px;
  font-weight: bold;
}
.price-page > .container > .desciption > .list > .note::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #0072A6;
  border-radius: 50%;
}
.price-page > .container > .section.-introduction > .note {
  margin: 16px 0 40px;
  font-size: 14px;
}
.price-page > .container > .section > .heading {
  margin-bottom: 20px;
  font-size: 24px;
}
.price-page > .container > .section.-initial-cost {
  margin-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .price-page {
    padding-top: 46px;
  }
  .price-column > .card > .content > .button.-hightlight > .inquiry {
    margin-top: 32px;
  }
  .price-column > .card > .title.-hightlight,
  .price-column > .card.-limitless > .title {
    font-size: 11px;
  }
  .price-page > .container > .desciption > .list {
    margin: auto;
    width: 70%;
  }
}
@media screen and (min-width:769px) { 
  .price-page > .container > .section.-monthly-fee > .note.-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .price-list {
    overflow-x: auto;
  }
  .price-page > .container > .section.-introduction > .note {
    font-size: 13px;
  }

  .price-page > .container > .section.-introduction > .note.-desktop {
    display: none;
  }
  .price-page > .container > .section.-monthly-fee > .note.-mobile {
    margin-top: 15px;
  }
  .price-page > .container > .section.-initial-cost {
    margin-bottom: 40px;
  }
  .price-page > .container > .section > .heading {
    margin: 40px 0 20px;
    font-size: 20px;
  }
  .price-page > .container > .section > .table {
    overflow-x: auto;
  }
  .price-page > .container {
    margin: 40px auto;
  }
  .price-page > .container > .section {
    flex-direction: column;
    gap: 32px;
  }
  .price-column {
    width: 100%;
  }
  .price-column.-popular > .services {
    border: 1px solid #DBECFF;
    padding-top: 8px;
  }
  .price-column:first-child {
    display: none;
  }
  .price-column > .body > .services {
    border-left: 1px solid #D9DEE6;
    border-right: 1px solid #D9DEE6;
    display: none;
  }
  .price-column > .body > .services > .service {
    justify-content: flex-start;
  }
  
  .price-column > .card,
  .price-column > .body > .services {
    padding: 0 !important; 
  }
  .price-column > .card {
    height: auto;
  }
  .price-column > .card.-basic {
    border: 1px solid #D9DEE6;
    border-bottom: none;
  }
  .price-column > .card.-limitless > .content {
    border-left: 1px solid #D9DEE6;
    border-right: 1px solid #D9DEE6;   }
  .price-column > .card.-basic > .title {
    display: none;
  }
  .price-column > .card > .content > .button {
    padding: 0 16px;
  }
  .price-column > .card.-limitless > .title {
    border-top: 1px solid #DBECFF;
    border-left: 1px solid #DBECFF;
    border-right: 1px solid #DBECFF;
  }
  .price-column > .body > .services > .service > .label {
    width: 58%;
    display: unset;
  }
  .price-page > .container > .desciption > .list {
    width: unset;
    margin: unset;
  }
  .price-page > .container > .desciption {
    padding: 18px 12px 18px 36px;
  }
  .price-page > .container > .desciption > .list > .note {
    line-height: 20px;
  }
  .price-column > .body > .services > .service > .icon {
    width: 34%;
    text-align: center;
  }
  .price-column > .body > .more {
    display: flex;
    border-top: none;
  }
  .price-column > .body > .services > .service:last-child {
    border-bottom: unset;
  }
  .price-column > .card > .content > .button > .inquiry {
    margin: 8px 0 32px 0;
  }
  .price-column > .body > .more > .arrowdown {
    transition: 1s;
  }
  .rotate-180 {
    transform: rotate(-180deg);
  }

  .price-column.-popular > .card > .content {
    padding: 0;
  }
  .price-column > .card > .title.-hightlight,
  .price-column > .card.-limitless > .title {
    font-size: 14px;
  }
  .price-column > .card > .content > .button.-hightlight > .inquiry {
    margin-top: 8px;
  }
}
