.bundle h3 {
  font-size: 18px;
  padding-bottom: 20px;
  color: #333333;
}
.bundle h4 {
  background: #e4cca8;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #333333; 
}
.bundle p {
  background: #d2b083;
  color: rgb(21, 21, 21);
  padding: 30px 0;
}
.bundle__note {
  padding-top: 15px;
  font-style: italic;
}
.bundle__box {
  margin-bottom: 35px;
}
@media (min-width: 996px) {
  .bundle h3 {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bundle h3::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #cccccc;
    margin-right: 10px;
  }
  .bundle h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #cccccc;
    margin-left: 10px;
  }
  .bundle__box {
    margin-bottom: 50px;
  }
  .bundle__list {
    display: flex;
    justify-content: space-between;
    margin: 1px auto;
  }
  .bundle__list h4 {
    flex: 0 0 250px;
    padding: 30px;
    font-size: 18px;
  }
  .bundle__list p {
    flex: 0 0 calc(100% - 251px);
    text-align: left;
    padding: 30px;
    background: #d2b083;
    color: rgb(21, 21, 21);
  }
}

.TZD {
  background: url("../images/bg.jpg") top left no-repeat ;
  background-size: cover;
  background-color: #000;
  color: rgb(52, 52, 52);
}
@media (min-width: 996px) {
  .TZD {
    background: url("../images/bg.jpg") top left repeat;
    background-color: #000;
  }
}
.TZD img {
  max-width: 100%;
  vertical-align: bottom;
}
.TZD__main {
  /* background: #d8cfbe; */
  background: linear-gradient(180deg, #eeedec 0%, #e1cca5 100%);
  padding-top: 85px;
  padding-bottom: 45px;
}
@media (min-width: 996px) {
  .TZD__main {
    padding-top: 100px;
  }
}
.TZD .kv::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #222, #666, #111);
}
.TZD .text__wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  border: #ce5457 2px solid;
  position: relative;
  margin-bottom: 85px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.TZD .text__title {
  position: absolute;
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  top: -30px;
  left: 5%;
  padding: 15px 25px;
  background: #e3a455;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
}
.TZD .text__inner {
  padding: 40px 25px;
  text-align: center;
}
@media (min-width: 996px) {
  .TZD .text__title {
    font-size: 30px;
    max-width: 500px;
    left: calc(50% - 250px);
    transform: skewX(-15deg);
  }
  .TZD .text__inner {
    padding: 85px 85px 65px;
  }
}
.TZD .tc ul {
  text-align: left;
  margin-left: 20px;
}
.TZD .tc ul li {
  list-style: lower;
  padding: 5px;
}
.TZD .tc ul li a {
  color: #ce5457;
  text-decoration: underline;
}
.TZD .tc ul li a:hover {
  text-decoration: none;
}
@media (min-width: 996px) {
  .TZD .period b {
    font-style: italic;
    letter-spacing: 5px;
    display: block;
    padding-bottom: 25px;
    opacity: 0.6;
    text-transform: uppercase;
  }
  .TZD .period strong {
    font-size: 130%;
    border-bottom: #999 1px solid;
  }
}