.txt p:not(:last-child) {
  margin-bottom: 25px;
}

.txt-global {
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .txt-global {
    margin: 50px 0 40px;
  }
}

.sec1 {
  margin-bottom: 80px;
}
.sec1 .sec1-img {
  margin: 40px auto;
  text-align: center;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .sec1 {
    margin-bottom: 120px;
    padding: 0 30px;
  }
  .sec1 .sec1-img {
    margin: -40px 0 0 0;
    text-align: center;
    width: 318px;
    order: 2;
  }
  .sec1 .sec1-txt {
    width: calc(100% - 412px);
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec1 .sec1-txt {
    width: calc(100% - 340px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .sec1 .sec1-img {
    width: 240px;
  }
  .sec1 .sec1-txt {
    width: calc(100% - 280px);
  }
}

.sec2 .ttl26 {
  text-align: center;
  margin-bottom: 30px;
}
.sec2 .sec2-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.sec2 .sec2-group {
  margin-bottom: 50px;
}
.sec2 .sec2-logo {
  margin: 0 auto;
  width: 227px;
}
.sec2 .sec2-txt2 {
  text-align: center;
  margin: 20px auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: var(--border-radius-md);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  width: 250px;
  height: 63px;
}
.sec2 .sec2-price {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.sec2 .sec2-price span {
  font-size: 46px;
}
.sec2 .sec2-txt3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sec2 .row2 {
  margin-bottom: 50px;
}
.sec2 .sec2-txt4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-right: -10px;
}
.sec2 .box {
  background: #fff;
  padding: 20px 15px 5px;
  border-radius: var(--border-radius-md);
  margin-bottom: 20px;
}
.sec2 .box .box-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.sec2 .box ul li {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  padding: 6px 15px;
  margin-bottom: 15px;
  border-radius: 30px;
}
.sec2 .box.box-yellow .box-ttl {
  color: var(--color1);
}
.sec2 .box.box-yellow ul li {
  margin-right: 50px;
  background: var(--color1);
}
.sec2 .box.box-pink .box-ttl {
  color: var(--color5);
}
.sec2 .box.box-pink ul {
  text-align: center;
}
.sec2 .box.box-pink ul li {
  background: var(--color5);
}
.sec2 .group_hover .group-item .group-ttl {
  font-size: 18px;
  line-height: 1.4;
  margin: 12px -20px 0;
}
.sec2 .group_hover .group-on {
  line-height: 1.4;
  padding: 20px;
}
.sec2 .sec2-1 .sec2-txt2 {
  background: var(--color4);
}
.sec2 .sec2-1 .sec2-txt3 {
  color: var(--color4);
}
.sec2 .sec2-2 .sec2-txt2 {
  background: var(--color2);
}
.sec2 .sec2-2 .sec2-txt3 {
  color: var(--color2);
}
@media only screen and (max-width: 767px) {
  .sec2 .group_hover {
    margin-bottom: 50px;
  }
  .sec2 .box.box-yellow ul {
    text-align: center;
  }
  .sec2 .box.box-yellow ul li {
    margin: 0 7px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sec2 .sec2-group {
    margin-bottom: 50px;
  }
  .sec2 .sec2-txt {
    line-height: 1.4;
  }
  .sec2 .row1 {
    align-items: center;
  }
  .sec2 .row1 .df-pc {
    align-items: center;
  }
  .sec2 .sec2-logo {
    margin: 0;
    order: 2;
  }
  .sec2 .sec2-txt2 {
    margin: 0 30px 0 0;
  }
  .sec2 .sec2-price {
    margin-bottom: 0;
  }
  .sec2 .sec2-txt3 {
    margin: 40px 0 20px;
  }
  .sec2 .row2 {
    margin-bottom: 50px;
  }
  .sec2 .group_hover .group-item {
    width: calc((100% - 60px) / 4);
  }
  .sec2 .group_hover .group-item .group-on {
    min-height: 175px;
  }
  .sec2 .group_hover .group-off {
    padding: 20px;
  }
  .sec2 .box {
    width: calc(50% - 10px);
    padding: 20px 15px 5px;
  }
  .sec2 .box ul {
    text-align: center;
  }
  .sec2 .box ul li {
    margin: 0 7px 15px;
  }
  .sec2 .box.box-yellow ul li {
    margin-right: 7px;
  }
  .sec2 .sec2-1 .group_hover .group-item .group-ttl {
    font-size: 18px;
    line-height: 1.4;
    margin: 12px -20px 0;
  }
  .sec2 .sec2-1 .group_hover .group-on {
    line-height: 1.4;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec2 .sec2-1 .group_hover .group-item .group-ttl {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec2 .sec2-group {
    padding: 50px 40px;
  }
  .sec2 .row1 {
    display: block !important;
  }
  .sec2 .row1 .df-pc {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .sec2 .group_hover .group-item {
    width: calc(50% - 15px);
  }
  .sec2 .group_hover .group-on {
    padding: 30px 20px;
  }
}

.sec2-3 {
  margin-bottom: 10px !important;
  border-radius: var(--border-radius-md);
  padding: 40px 30px 45px;
}
.sec2-3 .sec2-ttl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1150px) {
  .sec2-3 .sec2-table, .sec2-3 .sec2-ttl {
    width: 960px;
  }
}
@media only screen and (min-width: 768px) {
  .sec2-3 {
    margin-bottom: 40px !important;
    padding: 71px 60px 45px;
  }
}

.w100 {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--border-radius-md);
}

.sec3 {
  margin-bottom: 80px;
}
.sec3 .df {
  flex-wrap: wrap;
  text-align: center;
}
.sec3 .df li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
.sec3 .df li i {
  display: block;
  margin: 0 auto;
  width: 110px;
}
.sec3 .df li p {
  margin-top: 10px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .sec3 {
    margin-bottom: 140px;
    padding: 0 30px;
  }
  .sec3 .bg_yellow2 {
    padding: 60px 60px 20px;
  }
  .sec3 .df {
    justify-content: center;
  }
  .sec3 .df li {
    width: 194px;
    margin-bottom: 40px;
    font-size: 15px;
  }
  .sec3 .df li i {
    width: 100%;
    max-width: 152px;
  }
  .sec3 .df li p {
    margin-top: 20px;
    height: 48px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .sec3 .bg_yellow2 {
    padding: 40px 30px 20px;
  }
  .sec3 .df li {
    width: 207px;
  }
}

.sec6-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
}
.sec6-3 {
  background-color: #fff;
  border-radius: var(--border-radius-md);
  margin: 80px 0 50px;
  padding: 30px 20px 1px;
}
.sec6-3 .sec6-ttl {
  margin-bottom: 30px;
}
.sec6-3 .sec6-item + .sec6-item {
  border-top: 1px solid var(--border-light);
  margin-top: 30px;
  padding-top: 30px;
}
.sec6-3 dl dt {
  color: #fff;
  text-align: center;
  background: var(--color4);
  border-radius: var(--border-radius-md);
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
  padding: 19px 10px;
}
.sec6-3 dl dd {
  margin: 20px 0 30px;
  line-height: 1.4;
}
.sec6-3 dl dd .sec6-txt1 {
  margin-bottom: 5px;
  font-weight: 700;
}
.sec6-3 dl dd .sec6-txt1 span {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .sec6-3 {
    margin: 100px 0 50px;
    padding: 73px 60px 59px;
  }
  .sec6-3 .sec6-ttl {
    margin-bottom: 51px;
  }
  .sec6-3 .sec6-item + .sec6-item {
    margin-top: 58px;
    padding-top: 70px;
  }
  .sec6-3 dl + dl {
    margin-top: 30px;
  }
  .sec6-3 dl dt {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 19px 10px;
  }
  .sec6-3 dl dd {
    width: calc(100% - 280px);
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec6-3 {
    padding: 70px 30px 60px;
  }
  .sec6-3 dl dd .sec6-txt1 span {
    font-size: 24px;
  }
}

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