@media only screen and (max-width:767.98px) {
  .anc-1-pcAuto-sp1 {
    flex-direction: column;
  }

  .mod_s_fz14_text {
    font-size: 1.2rem !important;
  }
}

@media only screen and (min-width: 768px){
  .md-1-2r-04-w .md-img-box {
    width: 30%;
    margin-left: 40px;
  }
}

.md-1-2r-04-w {
  margin: 0;
}

.md-1-2r-04-w .md-img-box img {
  width: 100%;
}

@media only screen and (max-width:767.98px) {
  .md-1-2r-04-w {
    margin-bottom: 2em;
  }
}

.sp-column-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sp-grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sp-grid-box--only {
  grid-template-columns: 1fr;
}

@media only screen and (max-width:767.98px) {
  .sp-grid-box {
    grid-template-columns: 1fr;
  }
}


.sp-column-box .md-img-box {
  flex-basis: 25%;
  width: auto;
}

.sp-column-box .md-img-box img {
  width: 100%;
}

@media only screen and (max-width:767.98px) {
  .sp-column-box .md-img-box {
    width: 70%;
    margin: 2em auto 0;
  }
}

.sp-column-box .cd-2-blank {
  width: 376px;
}

.sp-column-box.box-4 .cd-2-blank {
  width: 273px;
}

@media only screen and (max-width:767.98px) {
  .sp-column-box .cd-2-blank {
    width: 100%;
  }

  .sp-column-box.box-4 {
    gap: 20px;
  }

  .sp-column-box.box-4 .cd-2-blank {
    width: calc(50% - 10px);
  }
}

.box-1.from-now .sp-column-box{
  max-width: 650px;
}

.box-1.from-now .md-1-2r-04-w {
  align-items: end;
}

.box-1.from-now .md-1-2r-04-w .md-img-box {
  flex-basis: 27%;
  margin-left: 1em;
}

.box-1.from-now .md-1-2r-04-w .col-1 {
  margin: 0;
}

.box-1.from-now .md-1-2r-04-w .col-1 .col-1-box {
  margin: 0;
}

@media only screen and (min-width: 768px){
  .box-1.from-now .md-1-2r-04-w .md-img-box img {
    width: 85%;
  }
}

@media only screen and (max-width:767.98px) {
  .box-1.from-now .md-1-2r-04-w .md-img-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .box-1.from-now .md-1-2r-04-w .md-img-box img {
    max-width: 180px;
  }
}

.sp-column-box.product-base .md-img-box {
  flex-basis: 48%;
  width: auto;
}

.sp-column-box.product-base .md-txt {
  flex-basis: 48%;
  width: auto;
}

@media only screen and (max-width:767.98px) {
  .sp-column-box.product-base .md-img-box {
    flex-basis: auto;
    width: 100%;
  }

  .sp-column-box.product-base .md-txt {
    flex: 1 1 0%;
  }
}

.tb-1-04-vertical .tx-1 {
  margin: 0 0 1em;
}

.tb-1-04-vertical .nl-1-nest {
  margin: 0;
}

@media only screen and (min-width: 768px){
  .tb-1-04-vertical td {
    max-width: 500px;
  }

  .mod_s_fz14_text {
    font-size: 1.4rem !important;
  }
}

.tb-1-04-vertical ul {
  margin: 0 0 1em;
}

@media only screen and (max-width:767.98px) {
  .tb-1-04-vertical .sp-column-box {
    flex-direction: column;
  }
}

.nl-1-nest li.list-number-style.num-00::before {
  content: "00.";
}

.nl-1-nest li.list-number-style.num-11::before {
  content: "11.";
}

.business-add {
  position: relative;
  display: flex;
  flex-basis: 31.2%;
  flex-direction: column;
  width: auto;
  max-height: 184px;
  margin-left: 36px;
  overflow: hidden;
  background-color: #ffeee9;
  border-radius: 10px;
}

@media only screen and (max-width: 767.98px) {
  .business-add {
    flex-basis: auto;
    width: 100%;
    max-height: 184px;
    margin-left: auto;
  }
}

.business-add-head {
  position: relative;
  padding-block: 12px;
  font-size: 18px;
}

@media only screen and (max-width: 767.98px) {
  .business-add-head {
    position: relative;
    padding: 12px 0 7px;
    font-size: 15px;
  }
}

.business-add-head::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  content: "";
  border-color: #e6002d transparent transparent;
  border-style: solid;
  border-width: 16px 15px 0;
  translate: -50% 100%;
}

.business-add-text {
  display: grid;
  gap: 14px;
  padding: 27px 24px 10px;
}

@media only screen and (max-width: 767.98px) {
  .business-add-text {
    padding: 23px 24px 6px;
  }
}

.business-add-text__red {
  font-size: 36px;
  line-height: 1.0;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767.98px) {
  .business-add-text__red {
    font-size: 25px;
  }
}

.business-add-text__number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 57px;
}

@media only screen and (max-width: 767.98px) {
  .business-add-text__number {
    font-size: 50px;
  }
}

.business-add-text__bottom {
  font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
  .business-add-text__bottom {
    font-size: 12px;
  }
}