html body main .contents.contents01 .price_wrapper table {
  width: 100%;
}
html body main .contents.contents01 .price_wrapper table tbody {
  display: flex;
  border: 1px solid #707070;
  flex-wrap: wrap;
}
html body main .contents.contents01 .price_wrapper table tbody tr {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .price_wrapper table tbody tr {
    flex-basis: 100%;
  }
  html body main .contents.contents01 .price_wrapper table tbody tr:nth-child(2), html body main .contents.contents01 .price_wrapper table tbody tr:nth-child(3) {
    flex-basis: 50%;
  }
  html body main .contents.contents01 .price_wrapper table tbody tr:nth-child(1) th,
  html body main .contents.contents01 .price_wrapper table tbody tr:nth-child(1) td, html body main .contents.contents01 .price_wrapper table tbody tr:nth-child(3) th,
  html body main .contents.contents01 .price_wrapper table tbody tr:nth-child(3) td {
    border-right: none;
  }
  html body main .contents.contents01 .price_wrapper table tbody tr:nth-child(1) td:last-child, html body main .contents.contents01 .price_wrapper table tbody tr:nth-child(2) td:last-child, html body main .contents.contents01 .price_wrapper table tbody tr:nth-child(3) td:last-child {
    border-bottom: 1px solid #707070;
  }
}
html body main .contents.contents01 .price_wrapper table tbody tr:last-child th {
  border-right: none;
}
html body main .contents.contents01 .price_wrapper table tbody tr:last-child td {
  border-right: none;
}
html body main .contents.contents01 .price_wrapper table tbody tr th {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #44ad3e;
  border-right: 1px solid #707070;
  padding: 0.75rem 1rem;
  text-align: center;
}
html body main .contents.contents01 .price_wrapper table tbody tr td {
  font-size: 1.125rem;
  line-height: 1.5;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  padding: 0.75rem 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
html body main .contents.contents01 .price_wrapper table tbody tr td span {
  font-weight: 700;
}
html body main .contents.contents01 .price_wrapper .contents_text {
  margin-top: 1.5rem;
}
html body main .contents.contents01 .price_wrapper .contents_text p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .price_wrapper .contents_text p {
    font-size: 0.875rem;
  }
}
html body main .contents.contents01 .contents_wrapper {
  margin-top: 5rem;
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list {
    gap: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list {
    gap: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list {
    gap: 1.5rem;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text {
  min-width: 0;
  flex: 1 1 0%;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text {
    width: 100%;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .contents_list_title {
  background-color: #44ad3e;
  padding: 0.75rem 3rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .contents_list_title {
    padding: 0.75rem 1rem;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .contents_list_title h4 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .contents_list_title h4 {
    font-size: 1.5rem;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .info_wrapper {
  margin-top: 2rem;
  padding: 0 3rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .info_wrapper {
    margin-top: 1rem;
    padding: 0;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .info_wrapper dl {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .info_wrapper dl {
    gap: 1.5rem;
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .info_wrapper dl:last-child {
  margin-bottom: 0;
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .info_wrapper dl dt {
  color: #44ad3e;
  width: 110px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .info_wrapper dl dt {
    width: 80px;
  }
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_text .info_wrapper dl dd {
  min-width: 0;
  flex: 1 1 0%;
}
html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_image {
  width: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_image {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_image {
    width: 260px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents_wrapper .contents_list_wrapper .contents_list .contents_image {
    width: 100%;
  }
}
html body main .contents.contents02 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 {
    padding-bottom: 3.75rem;
  }
}
html body main .contents.contents02 .wrapper {
  max-width: 900px;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 5%;
  width: 95%;
  height: 110px;
  background-color: #fff;
  border: 4px solid #44ad3e;
  border-radius: 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list::after {
    top: 15px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list:nth-child(3) .label img {
    height: 33px;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .label {
  width: 150px;
  flex-shrink: 0;
  height: 150px;
  border-radius: 50%;
  background-color: #44ad3e;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .label {
    width: 100px;
    height: 100px;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .label span {
  color: #fff;
  font-family: "Maven Pro", sans-serif;
  line-height: 1;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .label span.label_text {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .label span.label_text {
    font-size: 1rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .label span.label_number {
  font-size: 2.875rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .label span.label_number {
    font-size: 1.875rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .label img {
    height: 30px;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_text {
  min-width: 0;
  flex: 1 1 0%;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_text h3 {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_text h3 {
    font-size: 1.375rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .remarks {
  flex-basis: 100%;
  padding-left: 150px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .remarks {
    margin-top: 0.75rem;
    padding-left: 0;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list .remarks p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .remarks p {
    font-size: 0.875rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .triangle {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_list_wrapper .triangle {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .triangle {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .triangle span {
  position: absolute;
  top: 0;
  left: calc(50% + 75px);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 59px solid transparent;
  border-left: 59px solid transparent;
  border-top: 40px solid #f19500;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .triangle span {
    left: calc(50% + 50px);
    border-right: 33px solid transparent;
    border-left: 33px solid transparent;
    border-top: 30px solid #f19500;
  }
}

/*# sourceMappingURL=price.css.map */
