@charset "UTF-8";
.animation-delays:nth-child(1) {
  animation-delay: 0 !important;
}
.animation-delays:nth-child(2) {
  animation-delay: 0.2s !important;
}
.animation-delays:nth-child(3) {
  animation-delay: 0.4s !important;
}
.animation-delays:nth-child(4) {
  animation-delay: 0.6s !important;
}
.animation-delays:nth-child(5) {
  animation-delay: 0.8s !important;
}
.animation-delays:nth-child(6) {
  animation-delay: 1s !important;
}
.animation-delays:nth-child(7) {
  animation-delay: 1.2s !important;
}
.animation-delays:nth-child(8) {
  animation-delay: 1.4s !important;
}
.animation-delays:nth-child(9) {
  animation-delay: 1.6s !important;
}
.animation-delays:nth-child(10) {
  animation-delay: 1.8s !important;
}
.animation-delays:nth-child(11) {
  animation-delay: 2s !important;
}
.animation-delays:nth-child(12) {
  animation-delay: 2.2s !important;
}
.animation-delays:nth-child(13) {
  animation-delay: 2.4s !important;
}

.radiusClipPath {
  clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
}

.arrow-type01-style {
  height: 30px;
  width: 30px;
}
.arrow-type01-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type01-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

.arrow-type02-style {
  height: 40px;
  width: 40px;
}
.arrow-type02-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type02-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

/****************************************

****************************************/
.price-section {
  margin-top: 50px;
  padding: 20px;
  position: relative;
}
.price-section:first-child {
  margin-top: 0;
}
.price-section .recommend {
  bottom: 100%;
  left: 50px;
  position: absolute;
}

.price-section__title {
  font-size: 24px;
}

.price-section__contents {
  font-size: 18px;
  margin-top: 10px;
}
.price-section__contents p {
  margin-top: 20px;
}
.price-section__contents p:first-child {
  margin-top: 0;
}

#price-section06 {
  margin-top: 20px;
}

/****************************************

****************************************/
.plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.4084507042%;
}
.plan-list li {
  width: 23.9436619718%;
}
.plan-list a {
  height: 100%;
  text-decoration: none;
}
.plan-list a div {
  border-radius: 10px;
  padding: 20px;
  overflow: unset !important;
}
.plan-list .crown {
  position: absolute;
  width: 40%;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto -20px;
}

.plan__price {
  background: var(--color06);
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 20px;
}

.plan__name {
  margin-top: 10px;
}

/****************************************

****************************************/
.price__leed {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 10px;
}

.price__boxs {
  margin-top: 20px;
}
.price__boxs.clm2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.4084507042%;
}
.price__boxs.clm2 .price__box {
  margin: 0;
  width: 49.2957746479%;
}

.price__box {
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}
.price__box:first-child {
  margin-top: 0;
}
.price__box ul > li {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.price__box ul > li:first-child {
  margin-top: 0;
}
.price__box ol {
  padding-left: 1em;
}

.price-table th span {
  background: var(--color05);
  display: inline-block;
  padding-right: 10px;
}
.price-table td span {
  background: var(--color05);
  display: inline-block;
  padding-left: 10px;
}

.price__box__contents {
  margin-top: 20px;
}
.price__box__contents:first-child {
  margin-top: 0;
}

.price__box__message {
  background: #7cc3ff;
  color: #fff;
  padding: 10px;
}

.price__box__btn a {
  font-size: 28px;
  margin: 0 auto;
  opacity: 1;
  width: 60%;
}

.btn-price-table {
  text-align: center;
}
.btn-price-table a {
  background: url(/images/common/icon-pdf01.png) no-repeat calc(100% - 10px) 50% var(--color07);
  color: #fff;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  text-decoration: none;
}

.price__caution {
  padding-left: 1em;
  text-indent: -1em;
}

.estimate {
  font-size: 30px;
  margin-top: 80px;
  text-align: center;
}

/****************************************

****************************************/
.maintenance-list {
  margin-top: 10px;
}

/****************************************
メディアクエリ
****************************************/
@media screen and (max-width: 1000px) {
  .price__box__btn a {
    font-size: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 765px) {
  .price-section__title {
    font-size: 20px;
  }
  .plan-list {
    gap: 30px 4%;
  }
  .plan-list li {
    width: 48%;
  }
  .price__boxs.clm2 .price__box {
    width: 100%;
  }
  .price-table th,
  .price-table td {
    border: none !important;
    display: block;
    text-align: left;
    width: 100%;
  }
  .price-table th span,
  .price-table td span {
    background: none;
    padding: 0;
  }
  .price-table th {
    background: var(--color06);
    color: #fff;
    padding: 10px;
  }
  .price-table td {
    background: none;
  }
  .estimate {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .plan-list li {
    width: 100%;
  }
}
/*# sourceMappingURL=map/price.css.map */
