.bread-list {
  display: flex;
  gap: 0 18px;
  margin-bottom: 60px;
  transform: translateX(-30px);
}
@media screen and (max-width: 750px) {
  .bread-list {
    margin-bottom: 28px;
    transform: unset;
  }
}
.bread-list li {
  position: relative;
}
.bread-list li::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
.bread-list li:last-of-type::after {
  content: none;
}
.bread-list li a {
  font-size: 14px;
  transition: 0.3s;
}
.bread-list li a:hover {
  opacity: 0.7;
}

.table-page-content .deco-ttl, .partition-page-content .deco-ttl {
  margin-bottom: 40px;
}
.table-page-content .deco-ttl span, .partition-page-content .deco-ttl span {
  font-size: 58px;
  font-weight: bold;
  color: #efefef;
  font-family: "Oswald";
  line-height: 1;
  font-style: italic;
}
.table-page-content .deco-ttl h2, .partition-page-content .deco-ttl h2 {
  margin-top: -20px;
  padding-left: 14px;
  font-size: 24px;
}
.table-page-content .voice-section, .partition-page-content .voice-section {
  margin-bottom: 70px;
}
.table-page-content .voice-section .voice-content, .partition-page-content .voice-section .voice-content {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.table-page-content .voice-section .voice-content .product-voice, .partition-page-content .voice-section .voice-content .product-voice {
  background: #f7f7f7;
  padding: 30px 40px 26px 30px;
  border-radius: 10px;
}
.table-page-content .faq-section .faq-content dl, .partition-page-content .faq-section .faq-content dl {
  margin-bottom: 30px;
}
.table-page-content .faq-section .faq-content dt, .partition-page-content .faq-section .faq-content dt {
  background: #d63c3c;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 70px 12px 62px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 750px) {
  .table-page-content .faq-section .faq-content dt, .partition-page-content .faq-section .faq-content dt {
    font-size: 17px;
    padding: 12px 42px 12px 46px;
  }
  .table-page-content .faq-section .faq-content dt br, .partition-page-content .faq-section .faq-content dt br {
    display: none;
  }
}
.table-page-content .faq-section .faq-content dt::after, .partition-page-content .faq-section .faq-content dt::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(132deg);
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .table-page-content .faq-section .faq-content dt::after, .partition-page-content .faq-section .faq-content dt::after {
    right: 16px;
  }
}
.table-page-content .faq-section .faq-content dt.active::after, .partition-page-content .faq-section .faq-content dt.active::after {
  transform: translateY(-50%) rotate(-45deg);
}
.table-page-content .faq-section .faq-content dt span, .partition-page-content .faq-section .faq-content dt span {
  font-family: "Oswald";
  font-size: 30px;
  line-height: 1;
  position: absolute;
  color: #fff;
  left: 0;
  font-style: italic;
  left: 30px;
}
@media screen and (max-width: 750px) {
  .table-page-content .faq-section .faq-content dt span, .partition-page-content .faq-section .faq-content dt span {
    font-size: 26px;
    left: 20px;
  }
}
.table-page-content .faq-section .faq-content dd, .partition-page-content .faq-section .faq-content dd {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 24px 30px;
  margin-top: 10px;
  display: none;
}

.works-page .item {
  padding: 55px 0;
  border-bottom: dotted 5px #b9b6ab;
}
.works-page .item .cate {
  margin-bottom: 8px;
}
.works-page .item .cate span {
  display: inline-block;
  font-size: 15px;
  padding: 0 16px;
  background-color: #f4f4f4;
  border-radius: 5px;
}
.works-page .item h2 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 14px;
  line-height: 1.8;
}
.works-page .item p {
  margin-bottom: 33px;
}
.works-page .item .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .works-page .item .flex {
    flex-direction: column;
    gap: 14px 0;
  }
}
.works-page .item .flex img {
  width: 46%;
  display: block;
}
@media screen and (max-width: 750px) {
  .works-page .item .flex img {
    width: 100%;
  }
}/*# sourceMappingURL=original-page.css.map */