.page-greeting-main .page-head {
  background: url(../img/webp/greeting/1446686_l2000.webp) no-repeat center/cover;
}
.page-greeting-main .c-ttl__01 {
  flex-wrap: wrap;
  padding: 0 0 50px;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.page-greeting-main .c-ttl__01:not(.--noLine)::before {
  width: 1500px;
  max-width: 90vw;
}

.greeting-intr {
  margin-top: -10vw;
  padding: 10vw 0 10vw;
}

.greeting__intr-box {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.greeting__list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
}
.greeting__list dt {
  width: 300px;
  padding: 30px 15px 30px 0;
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #eee;
}
.greeting__list dd {
  width: calc(100% - 300px);
  padding: 30px 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #eee;
}

.greeting__company-bl:first-of-type {
  margin-bottom: 25px;
}

.greeting__company-bl-ttl {
  font-weight: bold;
}

.greeting-sale-sec {
  border-radius: 80px;
  padding: 0 0 120px;
  margin-bottom: -120px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.greeting-sale__box {
  background-color: #f9f9f9;
  border-radius: 60px;
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
  padding: 90px 0 70px;
}
.greeting-sale__box .c-ttl__01::before {
  max-width: 100vw;
}

.greeting-sale__list {
  max-width: 90%;
  margin: 50px auto 0;
}
.greeting-sale__list > li {
  display: flex;
  margin-bottom: 50px;
}
.greeting-sale__list > li .img {
  width: 50%;
}
.greeting-sale__list > li .img img {
  border-radius: 10px;
}
.greeting-sale__list > li .cont {
  width: 50%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.greeting-sale__ttl {
  color: #444;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.greeting-sale__ttl::before {
  content: "●";
  font-size: 1rem;
  margin-right: 7px;
  transform: translateY(-5px);
  display: inline-block;
}

.greeting-sale__detail-list > li {
  display: flex;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}
.greeting-sale__detail-list > li .ttl {
  width: 120px;
  position: relative;
  font-size: 1.8rem;
  color: #444;
  font-weight: 500;
  margin-right: 10px;
}
.greeting-sale__detail-list > li .ttl::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.greeting-sale__detail-list > li .cont {
  width: 50%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1200px) {
  .greeting__list dt {
    width: 200px;
    font-size: 1.6rem;
  }
  .greeting__list dd {
    width: calc(100% - 200px);
    font-size: 1.6rem;
  }
  .js-fadeZoom > .hosoku {
    font-size: 1.7rem;
  }
  .greeting-sale__list > li .img {
    width: 30%;
  }
  .greeting-sale__list > li .cont {
    width: 70%;
    padding-left: 30px;
  }
  .greeting-sale__ttl {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
  .greeting-sale__detail-list > li .ttl {
    width: 100px;
    font-size: 1.6rem;
  }
  .greeting-sale__detail-list > li {
    font-size: 1.6rem;
  }
}

@media (max-width: 834px) {
  .page-greeting-main .c-ttl__01 {
    padding: 0 0 20px;
  }
  .greeting__list dt {
    width: 100%;
    padding: 20px 0 0;
    text-align: left;
    border-bottom: none;
    font-weight: bold;
  }
  .greeting__list dd {
    width: 100%;
    padding: 5px 0 20px;
    font-size: 1.5rem;
  }
  .greeting-sale__box {
    border-radius: 30px;
    max-width: 100%;
    padding: 50px 0 1px;
  }
  .greeting-sale__list > li .img {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .greeting-sale__list > li {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .greeting-sale__list {
    margin-top: 30px;
  }
  .greeting-sale__list > li .cont {
    width: 100%;
    padding-left: 0;
  }
  .greeting-sale__ttl {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .greeting-sale__ttl::before {
    font-size: 7px;
    transform: translateY(-4px);
  }
  .greeting-sale__detail-list > li {
    font-size: 1.5rem;
  }
  .greeting-sale-sec {
    border-radius: 30px;
    padding: 0 0 0;
    margin-bottom: -30px;
  }
}

@media (max-width: 400px) {
  .page-greeting-main .c-ttl__01 {
    font-size: 3rem;
  }
}
