@charset "UTF-8";
/*============================================================
# price
============================================================*/
/* price - 1
------------------------------------------------------------*/
.bg-lattice {
  background-image: url(../images/price/bg_line.png);
  background-position: center center;
  background-size: 48px;
}

.bg-lattice-gray {
  background-image: url(../images/price/bg_line_gray.png);
  background-position: center center;
  background-size: 48px;
}

.price-sec1 {
  padding: 90px 20px;
}
.price-sec1-ttl {
  margin: 0 auto;
  width: 55.4%;
}
.price-sec1-row {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 100px;
}
.price-sec1-col {
  width: calc(50% - 50px);
}
.price-sec1-col .col1-ttl {
  width: 92.9824561404%;
}
.price-sec1-col .col1-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-sec1-col .col1-img {
  margin-top: 20px;
  width: 49.0566037736%;
}
.price-sec1-col .col1-body {
  padding-left: 10px;
  width: 50.9433962264%;
}
.price-sec1-col .col1-body .body-img {
  width: 100%;
}
.price-sec1-col .col1-body .body-text {
  margin-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  border-bottom: 1px dotted #000;
}
.price-sec1-col .col1-body .body-note {
  margin-top: 10px;
  font-size: 11px;
}
.price-sec1-col .col2-ttl {
  width: 82.4561403509%;
}
.price-sec1-col .col2-img {
  margin-top: 20px;
}
.price-sec1 .col3 {
  margin: 75px auto 0;
  width: 100%;
}
.price-sec1 .col3-ttl {
  margin: 0 auto;
  width: 47%;
}
.price-sec1 .col3-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 830px;
}
.price-sec1 .col3-text {
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-sec1 .col3-text .text {
  font-size: 23px;
}
.price-sec1 .col3-text .note {
  font-size: 20px;
}
.price-sec1 .col3-table {
  width: 100%;
  border: 1px solid #000;
}
.price-sec1 .col3-table th {
  padding: 10px 0;
  font-size: 23px;
  text-align: center;
}
.price-sec1 .col3-table td {
  padding: 10px 0;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.price-sec1 .col3-table td span {
  font-size: 23px;
}
.price-sec1 .col3-table td.small {
  font-size: 20px;
}
.price-sec1 .col3-table .w1 {
  width: 13%;
}
.price-sec1 .col3-table .w2 {
  width: 29%;
}
.price-sec1 .col3-table .bg-green1 {
  background-color: #e1ecad;
}
.price-sec1 .col3-table .bg-green2 {
  background-color: #c2d95c;
}
.price-sec1 .col3-table .bg-black {
  background-color: #000;
  color: #fff;
}
.price-sec1 .col3-table .bdsb {
  border-bottom: 1px solid #000;
}
.price-sec1 .col3-table .bdsr {
  border-right: 1px solid #000;
}
.price-sec1 .col3-table .bddr {
  border-right: 1px dotted #000;
}
.price-sec1 .col3-table .bddb {
  border-bottom: 1px dotted #000;
}
.price-sec1 .col3-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-sec1 .col3-img {
  width: 42.1686746988%;
}
.price-sec1 .col3-body {
  padding-top: 30px;
  width: 54.2168674699%;
}
.price-sec1 .col3-body .body-text {
  margin-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  text-align: justify;
  border-bottom: 1px dotted #000;
}
.price-sec1 .col3-body .body-note {
  margin-top: 10px;
  font-size: 12px;
}
.price-sec1-img {
  margin: 35px auto 0;
  width: 100%;
  max-width: 560px;
  display: block;
}

@media only screen and (max-width: 822px) {
  .price-sec1 {
    padding: 40px 20px;
  }
  .price-sec1-ttl {
    width: 100%;
    max-width: 375px;
  }
  .price-sec1-row {
    margin-top: 25px;
    display: block;
  }
  .price-sec1-col {
    width: 100%;
  }
  .price-sec1 .col1-ttl {
    margin: 0 auto;
    width: 56%;
  }
  .price-sec1 .col1-row {
    margin-top: 30px;
    display: block;
  }
  .price-sec1 .col1-img {
    margin: 0 auto;
    width: 80%;
  }
  .price-sec1 .col1-body {
    margin: 25px auto 0;
    padding-left: 10px;
    width: 80%;
  }
  .price-sec1 .col1-body .body-img {
    width: 100%;
  }
  .price-sec1 .col1-body .body-text {
    margin-top: 20apx;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .price-sec1 .col1-body .body-note {
    margin-top: 10px;
    font-size: 12px;
  }
  .price-sec1 .col2 {
    margin-top: 40px;
  }
  .price-sec1 .col2-ttl {
    margin: 0 auto;
    width: 56%;
  }
  .price-sec1 .col2-img {
    margin: 40px auto 0;
    width: 80%;
  }
  .price-sec1 .col3 {
    margin: 75px auto 0;
    width: 100%;
  }
  .price-sec1 .col3-ttl {
    margin: 0 auto;
    width: 56%;
  }
  .price-sec1 .col3-text {
    margin-top: 40px;
    margin-bottom: 15px;
    display: block;
  }
  .price-sec1 .col3-text .text {
    font-size: 15px;
    display: block;
  }
  .price-sec1 .col3-text .note {
    font-size: 11px;
    display: block;
  }
  .price-sec1 .col3-scroll {
    overflow-x: scroll;
  }
  .price-sec1 .col3-table {
    width: 550px;
    border: 1px solid #000;
  }
  .price-sec1 .col3-table th {
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
  }
  .price-sec1 .col3-table td {
    padding: 10px 0;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
  }
  .price-sec1 .col3-table td span {
    font-size: 15px;
  }
  .price-sec1 .col3-table td.small {
    font-size: 13px;
  }
  .price-sec1 .col3-row {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
  .price-sec1 .col3-img {
    width: 100%;
  }
  .price-sec1 .col3-body {
    padding-top: 15px;
    width: 100%;
  }
  .price-sec1 .col3-body .body-text {
    margin: 0;
    padding-bottom: 15px;
    font-size: 12px;
    text-align: justify;
    border-bottom: 1px dotted #000;
  }
  .price-sec1 .col3-body .body-note {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .price-sec1-img {
    margin-top: 35px;
  }
}
/* price - どこに頼めばいいの？
------------------------------------------------------------*/
.price-sec2 {
  padding: 90px 20px 100px;
  background-color: #e4f0f5;
}
.price-sec2-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.price-sec2-ttl {
  margin: 0 auto;
  width: 44.53125%;
}
.price-sec2-text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}
.price-sec2-row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.price-sec2-row::before {
  content: "";
  width: 100%;
  height: 120px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.price-sec2-row:nth-of-type(1)::before {
  display: none;
}
.price-sec2-row:nth-of-type(2) {
  margin-top: 20px;
}
.price-sec2-row:nth-of-type(2)::before {
  background-color: #66c7c3;
}
.price-sec2-row:nth-of-type(3)::before {
  background-color: #78bcd3;
}
.price-sec2-row:nth-of-type(4)::before {
  background-color: #e7db66;
}
.price-sec2-label {
  background-color: #595757;
  font-size: 20px;
  line-height: 33px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
.price-sec2-label:nth-of-type(1) {
  width: 26.5625%;
}
.price-sec2-label:nth-of-type(2) {
  width: 21.09375%;
}
.price-sec2-label:nth-of-type(3) {
  width: 21.09375%;
}
.price-sec2-label:nth-of-type(4) {
  width: 25.390625%;
}
.price-sec2-col {
  border: 1px solid #d5d5d5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.price-sec2-col:nth-of-type(1) {
  width: 26.5625%;
}
.price-sec2-col:nth-of-type(1) ul {
  width: calc(100% - 130px);
}
.price-sec2-col:nth-of-type(2) {
  width: 21.09375%;
}
.price-sec2-col:nth-of-type(3) {
  width: 21.09375%;
}
.price-sec2-col:nth-of-type(4) {
  width: 25.390625%;
}
.price-sec2-col ul {
  list-style-type: none;
  padding: 25px 15px 20px;
  margin: 0;
}
.price-sec2-col ul li {
  margin-left: 14px;
  text-indent: -14px;
  font-size: 14px;
  position: relative;
  text-align: justify;
}
.price-sec2-col ul li::before {
  content: "●";
}
.price-sec2-col ul li:not(.price-sec2-col ul li:first-of-type) {
  margin-top: 3px;
}
.price-sec2-col .col-ttl {
  margin: 0;
  padding: 5px;
}
.price-sec2-col .col-ttl span {
  padding: 28px 9px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.price-sec2-col .col-ttl span img {
  aspect-ratio: 100/118;
  width: 100px;
}
.price-sec2-col.col1 {
  background-color: #bfe8e6;
}
.price-sec2-col.col1 .col-ttl {
  background-color: #00a29a;
}
.price-sec2-col.col2 {
  background-color: #ddeef4;
}
.price-sec2-col.col2 .col-ttl {
  background-color: #1f90b6;
}
.price-sec2-col.col3 {
  background-color: #f3edb2;
}
.price-sec2-col.col3 .col-ttl {
  background-color: #d7c300;
}
.price-sec2-col.fig1 img {
  width: 178px;
  position: absolute;
  bottom: -10px;
  left: 15px;
}
.price-sec2-col.fig2 {
  z-index: 3;
}
.price-sec2-col.fig2 img {
  width: 260px;
  position: absolute;
  bottom: -25px;
  right: -40px;
}
.price-sec2-scroll {
  display: none;
}
.price-sec2-img {
  margin: 30px auto 0;
  width: 580px;
  display: block;
}

@media only screen and (max-width: 822px) {
  .price-sec2 {
    padding: 50px 30px 40px;
    background-color: #e4f0f5;
  }
  .price-sec2-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
  }
  .price-sec2-ttl {
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
  }
  .price-sec2-text {
    font-size: 15px;
  }
  .price-sec2-wrap {
    display: none;
  }
  .price-sec2-scroll {
    overflow-x: scroll;
    display: block;
  }
  .price-sec2-table {
    width: 820px;
  }
  .price-sec2-table tr.c1 {
    background-color: #bfe8e6;
  }
  .price-sec2-table tr.c2 {
    background-color: #ddeef4;
  }
  .price-sec2-table tr.c3 {
    background-color: #ddeef4;
  }
  .price-sec2-table th {
    width: 22.5%;
    background-color: #595757;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .price-sec2-table th:nth-of-type(1) {
    width: 10%;
  }
  .price-sec2-table td {
    padding: 10px;
    vertical-align: top;
    border: 1px solid #3e3a39;
  }
  .price-sec2-table td ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }
  .price-sec2-table td ul li {
    margin-left: 14px;
    text-indent: -14px;
    font-size: 12px;
    position: relative;
    text-align: justify;
  }
  .price-sec2-table td ul li::before {
    content: "●";
  }
  .price-sec2-table td ul li:not(.price-sec2-table td ul li:first-of-type) {
    margin-top: 3px;
  }
  .price-sec2-table .tdimg {
    margin: 0;
    padding: 5px;
  }
  .price-sec2-table .tdimg span {
    padding: 28px 9px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .price-sec2-table .tdimg span img {
    aspect-ratio: 100/118;
    width: 100px;
  }
  .price-sec2-table .tdimg1 {
    background-color: #00a29a;
  }
  .price-sec2-table .tdimg2 {
    background-color: #1f90b6;
  }
  .price-sec2-table .tdimg3 {
    background-color: #d7c300;
  }
  .price-sec2-img {
    margin: 30px auto 0;
    width: 320px;
    display: block;
  }
}
/* price - 費用の違いは?
------------------------------------------------------------*/
.price-sec3 {
  padding: 90px 20px 100px;
}
.price-sec3-inner {
  margin: 0 auto;
  max-width: 830px;
}
.price-sec3-ttl {
  margin: 0 auto;
  width: 566px;
}
.price-sec3-text {
  margin-top: 30px;
  font-size: 23px;
  font-weight: bold;
}
.price-sec3-img01 {
  width: 100%;
  display: block;
}
.price-sec3-img02 {
  margin-top: 30px;
  margin-left: 10px;
  margin-bottom: 80px;
  margin: 30PX 0 80px 10px;
  width: 770px;
  display: block;
}
.price-sec3-img03 {
  margin: 40px auto 0;
  width: 69.8795180723%;
  display: block;
}
.price-sec3-note {
  margin: 30px 0 0 0;
}
.price-sec3-note p {
  margin: 0;
  font-size: 17px;
}
.price-sec3-row {
  background-color: #3e3a39;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-sec3-row .row-ttl {
  margin: 0;
  width: 100%;
  color: #fff;
  font-size: 25px;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
}
.price-sec3-col {
  width: 50%;
}
.price-sec3-col.c-green {
  background-color: #d9f1f0;
}
.price-sec3-col.c-green .col-ttl {
  background-color: #66c7c3;
}
.price-sec3-col.c-yellow {
  background-color: #f9f6d9;
}
.price-sec3-col.c-yellow .col-ttl {
  background-color: #d7c300;
}
.price-sec3-col .col-ttl {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.price-sec3-col .col-body {
  padding: 40px 30px;
}
.price-sec3-col .col-body .body-text {
  margin-top: 30px;
  font-size: 17px;
}
.price-sec3-note {
  margin: 20px 0 0 0;
  font-size: 17px;
}

@media only screen and (max-width: 822px) {
  .price-sec3 {
    padding: 55px 30px 60px;
  }
  .price-sec3-inner {
    margin: 0 auto;
    max-width: 830px;
  }
  .price-sec3-ttl {
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
  }
  .price-sec3-text {
    margin-top: 40px;
    font-size: 17px;
    text-align: center;
  }
  .price-sec3-img01 {
    width: 100%;
  }
  .price-sec3-img02 {
    width: 100%;
  }
  .price-sec3-img03 {
    width: 100%;
  }
  .price-sec3-note {
    margin: 30px 0 0 0;
  }
  .price-sec3-note p {
    margin: 0;
    font-size: 10px;
  }
  .price-sec3-row {
    padding: 0 20px 20px;
    background-color: #3e3a39;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price-sec3-row:not(.price-sec3-row:first-of-type) {
    margin-top: 30px;
  }
  .price-sec3-row .row-ttl {
    font-size: 15px;
    line-height: 30px;
  }
  .price-sec3-col {
    width: 100%;
  }
  .price-sec3-col:not(.price-sec3-col:first-of-type) {
    margin-top: 30px;
  }
  .price-sec3-col.c-green {
    background-color: #d9f1f0;
  }
  .price-sec3-col.c-green .col-ttl {
    background-color: #66c7c3;
  }
  .price-sec3-col.c-yellow {
    background-color: #f9f6d9;
  }
  .price-sec3-col.c-yellow .col-ttl {
    background-color: #d7c300;
  }
  .price-sec3-col .col-ttl {
    font-size: 12px;
    line-height: 26px;
  }
  .price-sec3-col .col-body {
    padding: 20px;
  }
  .price-sec3-col .col-body .body-text {
    margin-top: 30px;
    font-size: 12px;
  }
  .price-sec3-note {
    margin: 15px 0 0 0;
    font-size: 12px;
  }
}
/* price - 費用の違いは?
------------------------------------------------------------*/
.price-sec4 {
  margin-bottom: -71px;
  padding: 90px 20px 241px;
  background-color: #f3f3f3;
}
.price-sec4-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
}
.price-sec4-ttl {
  margin: 0 auto;
  width: 100%;
  max-width: 375px;
}
.price-sec4-img01 {
  margin: 40px auto 0;
  width: calc(100% - 50px);
  display: block;
}
.price-sec4-img02 {
  margin: 80px auto 0;
  width: 71.0843373494%;
  display: block;
}
.price-sec4-column {
  margin-top: 10px;
  padding: 20px;
  width: 100%;
  background-color: #40210f;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-sec4-column .column-body {
  padding-right: 15px;
  width: 45%;
  border-right: 1px dotted #fff;
}
.price-sec4-column .column-body .body-ttl {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.price-sec4-column .column-body .body-text {
  margin: 0;
  font-size: 17px;
  color: #fff;
}
.price-sec4-column .column-note {
  padding-left: 15px;
  width: 55%;
}
.price-sec4-column .column-note p {
  margin: 0 0 0 15px;
  font-size: 15px;
  color: #fff;
  text-indent: -15px;
}
.price-sec4-row {
  margin-top: 200px;
}
.price-sec4-col {
  padding: 20px 40px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.price-sec4-col:not(.price-sec4-col:first-of-type) {
  margin-top: 80px;
}
.price-sec4-col:not(.price-sec4-col:last-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border-top-width: 22px;
  border-top-style: solid;
  border-top-color: #efbece;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  display: block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.price-sec4-col.rv .col-body {
  order: 2;
}
.price-sec4-col.rv .col-list {
  order: 1;
}
.price-sec4-col .col-header {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-sec4-col .col-header .header-ttl {
  width: 63.1578947368%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.price-sec4-col .col-header .header-ttl .num {
  width: 55px;
  height: 55px;
  background-color: #efbece;
  border: 1px solid #000;
  border-radius: 100%;
  font-size: 25px;
  text-align: center;
  line-height: 53px;
  font-weight: bold;
  display: block;
  position: relative;
}
.price-sec4-col .col-header .header-ttl .num::after {
  content: "";
  width: 15px;
  height: 1px;
  border-bottom: 1px dotted #000;
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.price-sec4-col .col-header .header-ttl .text {
  margin-left: 15px;
  width: 85.4166666667%;
  background-color: #fcf2f5;
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 24px;
  text-align: center;
  line-height: 55px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  display: block;
}
.price-sec4-col .col-header .header-note {
  width: 34.2105263158%;
}
.price-sec4-col .col-header .header-note p {
  margin: 0;
}
.price-sec4-col .col-header .header-note p.time span {
  padding: 0 5px;
}
.price-sec4-col .col-header .header-note p.time span::before {
  content: "";
  margin-right: 5px;
  width: 21px;
  height: 21px;
  background-image: url(../images/price/price_sec4_time.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 4px;
}
.price-sec4-col .col-header .header-note p.price span {
  padding: 0 5px;
}
.price-sec4-col .col-header .header-note p.price span::before {
  content: "";
  margin-right: 5px;
  width: 21px;
  height: 21px;
  background-image: url(../images/price/price_sec4_price.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 4px;
}
.price-sec4-col .col-header .header-note p span {
  background-color: #faed00;
  font-size: 14px;
  font-weight: bold;
}
.price-sec4-col .col-text {
  width: 100%;
  font-size: 17px;
}
.price-sec4-col .col-body {
  width: 34.2105263158%;
}
.price-sec4-col .col-body .body-img {
  margin-top: 15px;
}
.price-sec4-col .col-body .body-img img {
  width: 100%;
  display: block;
}
.price-sec4-col .col-body .body-text {
  margin: 0;
  font-size: 14px;
}
.price-sec4-col .col-body .body-text:not(.price-sec4-col .col-body .body-text:first-of-type) {
  margin-top: 10px;
}
.price-sec4-col .col-body .body-note-num {
  margin-top: 10px;
}
.price-sec4-col .col-body .body-note-num p {
  margin: 0;
  font-size: 12px;
}
.price-sec4-col .col-body .body-note {
  margin-top: 10px;
}
.price-sec4-col .col-body .body-note p {
  margin: 0;
  font-size: 12px;
}
.price-sec4-col .col-body .body-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.price-sec4-col .col-body .body-list li {
  font-size: 17px;
  position: relative;
  font-weight: bold;
}
.price-sec4-col .col-body .body-list li::before {
  content: "●";
}
.price-sec4-col .col-body.wide {
  width: 75%;
}
.price-sec4-col .col-body.mid {
  width: 50%;
}
.price-sec4-col .col-list {
  width: 61.1842105263%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 20px;
}
.price-sec4-col .col-list dl {
  margin: 0;
  width: calc(50% - 10px);
}
.price-sec4-col .col-list dl:nth-of-type(n + 3) {
  margin-top: 20px;
}
.price-sec4-col .col-list dl.wide {
  width: 100%;
}
.price-sec4-col .col-list dl dt {
  background-color: #42210b;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.price-sec4-col .col-list dl dd {
  margin: 12px 0 0 0;
  font-size: 14px;
  text-align: justify;
}
.price-sec4-col .col-img {
  width: 18.4210526316%;
}
.price-sec4-col .col-img.mid {
  width: 40.7894736842%;
}
.price-sec4-col .col-img.pos-a {
  position: absolute;
  right: 40px;
}
.price-sec4-col .col-column {
  margin-top: 15px;
  padding: 10px;
  background-color: #eeeeef;
  border: 1px solid #888888;
  font-size: 12px;
}
.price-sec4-col .col-note {
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
}

@media only screen and (max-width: 822px) {
  .price-sec4 {
    padding: 55px 30px 80px;
  }
  .price-sec4-inner {
    margin: 0 auto;
  }
  .price-sec4-ttl {
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
  }
  .price-sec4-img01 {
    width: 100%;
  }
  .price-sec4-img02 {
    margin: 40px auto 0;
    width: 100%;
  }
  .price-sec4-column {
    margin-top: 10px;
    padding: 20px;
    width: 100%;
    display: block;
  }
  .price-sec4-column .column-body {
    padding-right: 0;
    padding-bottom: 15px;
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #fff;
  }
  .price-sec4-column .column-body .body-ttl {
    font-size: 12px;
  }
  .price-sec4-column .column-body .body-text {
    font-size: 11px;
  }
  .price-sec4-column .column-note {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
  .price-sec4-column .column-note p {
    font-size: 10px;
  }
  .price-sec4-row {
    margin-top: 50px;
  }
  .price-sec4-col {
    padding: 30px 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .price-sec4-col:not(.price-sec4-col:first-of-type) {
    margin-top: 80px;
  }
  .price-sec4-col:not(.price-sec4-col:last-of-type)::after {
    content: "";
    width: 0;
    height: 0;
    border-top-width: 22px;
    border-top-style: solid;
    border-top-color: #efbece;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    display: block;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .price-sec4-col.rv .col-body {
    order: 1;
  }
  .price-sec4-col.rv .col-list {
    order: 2;
  }
  .price-sec4-col .col-header {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price-sec4-col .col-header .header-ttl {
    width: 100%;
  }
  .price-sec4-col .col-header .header-ttl .num {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 32px;
  }
  .price-sec4-col .col-header .header-ttl .text {
    margin-left: 15px;
    width: calc(100% - 49px);
    border-radius: 100px;
    font-size: 15px;
    line-height: 34px;
  }
  .price-sec4-col .col-header .header-note {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .price-sec4-col .col-header .header-note p {
    margin: 0;
    line-height: 1;
  }
  .price-sec4-col .col-header .header-note p.time span::before {
    content: "";
    width: 11px;
    height: 11px;
    top: 2px;
  }
  .price-sec4-col .col-header .header-note p.price {
    padding-left: 5px;
  }
  .price-sec4-col .col-header .header-note p.price span::before {
    content: "";
    width: 11px;
    height: 11px;
    top: 2px;
  }
  .price-sec4-col .col-header .header-note p span {
    background-color: #faed00;
    font-size: 8px;
    font-weight: bold;
  }
  .price-sec4-col .col-text {
    width: 100%;
    font-size: 17px;
  }
  .price-sec4-col .col-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price-sec4-col .col-body .rv .body-img {
    order: 1;
  }
  .price-sec4-col .col-body .rv .body-text {
    order: 2;
  }
  .price-sec4-col .col-body .body-img {
    width: 48%;
    margin-top: 0;
  }
  .price-sec4-col .col-body .body-img img {
    width: 100%;
    display: block;
  }
  .price-sec4-col .col-body .body-img.narrow {
    width: 15%;
  }
  .price-sec4-col .col-body .body-img.mid {
    width: 28%;
  }
  .price-sec4-col .col-body .body-text {
    margin: 0;
    width: 48%;
    font-size: 12px;
  }
  .price-sec4-col .col-body .body-text:not(.price-sec4-col .col-body .body-text:first-of-type) {
    margin-top: 10px;
  }
  .price-sec4-col .col-body .body-text.wide {
    width: 78%;
  }
  .price-sec4-col .col-body .body-text.mid {
    width: 70%;
  }
  .price-sec4-col .col-body .body-text.full {
    width: 100%;
  }
  .price-sec4-col .col-body .body-note-num {
    margin-top: 10px;
  }
  .price-sec4-col .col-body .body-note-num p {
    margin: 0;
    font-size: 12px;
  }
  .price-sec4-col .col-body .body-note {
    margin-top: 10px;
  }
  .price-sec4-col .col-body .body-note p {
    margin: 0;
    font-size: 12px;
  }
  .price-sec4-col .col-body .body-list {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
  }
  .price-sec4-col .col-body .body-list li {
    font-size: 12px;
  }
  .price-sec4-col .col-body.wide {
    width: 100%;
  }
  .price-sec4-col .col-body.mid {
    width: 100%;
  }
  .price-sec4-col .col-list {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 20px;
  }
  .price-sec4-col .col-list dl {
    margin: 0;
    width: calc(50% - 10px);
  }
  .price-sec4-col .col-list dl:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .price-sec4-col .col-list dl.wide {
    width: 100%;
  }
  .price-sec4-col .col-list dl dt {
    background-color: #42210b;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .price-sec4-col .col-list dl dd {
    margin: 12px 0 0 0;
    font-size: 14px;
    text-align: justify;
  }
  .price-sec4-col .col-img {
    width: 18.4210526316%;
  }
  .price-sec4-col .col-img.mid {
    width: 40.7894736842%;
  }
  .price-sec4-col .col-img.pos-a {
    position: static;
  }
  .price-sec4-col .col-column {
    margin-top: 15px;
    padding: 10px;
    background-color: #eeeeef;
    border: 1px solid #888888;
    font-size: 12px;
  }
  .price-sec4-col .col-note {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
  }
}
.is-pc {
  display: block;
}
@media only screen and (max-width: 822px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media only screen and (max-width: 822px) {
  .is-sp {
    display: block;
  }
}

@media only screen and (max-width: 822px) {
  .sp-mt10 {
    margin-top: 10px !important;
  }
}