.bousai__table,
.bousai-product__table {
  width: 100%;
  font-size: 14px !important;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  width: 100%;
  border-collapse: collapse;
}
.bousai__table th,
.bousai-product__table th {
  font-size: 14px;
  line-height: 1.5em;
  vertical-align: middle;
  padding: 8px 0;
  color: #333;
  font-weight: bold;
  text-align: center;
  border: solid 1px #ccc;
  background: #f0f0f0;
}
.bousai__table td,
.bousai-product__table td {
  font-size: 15px;
  line-height: 1.6em;
  padding: 8px 0;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #ccc;
  color: #333;
}
.bousai__table tr > th,
.bousai-product__table tr > th {
  padding: 0.5rem 0;
  font-size: 1.125rem;
  font-size: 1rem;
}
.bousai__table tr > td,
.bousai-product__table tr > td {
  padding: 0.5rem 0;
  text-align: center;
  vertical-align: middle;
  min-height: 50px;
  font-size: 0.875rem;
}
.bousai__table th + td,
.bousai-product__table th + td {
  min-height: unset;
  text-align: left;
}

.bousai-gallery {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.bousai-gallery__item {
  flex: 0 1 24%;
  border: 1px solid #ececec;
}
.bousai-gallery__item--width-5 {
  flex-basis: 5% !important;
}
.bousai-gallery__item--width-10 {
  flex-basis: 10% !important;
}
.bousai-gallery__item--width-15 {
  flex-basis: 15% !important;
}
.bousai-gallery__item--width-20 {
  flex-basis: 20% !important;
}
.bousai-gallery__item--width-25 {
  flex-basis: 25% !important;
}
.bousai-gallery__item--width-30 {
  flex-basis: 30% !important;
}
.bousai-gallery__item--width-35 {
  flex-basis: 35% !important;
}
.bousai-gallery__item--width-40 {
  flex-basis: 40% !important;
}
.bousai-gallery__item--width-45 {
  flex-basis: 45% !important;
}
.bousai-gallery__item--width-50 {
  flex-basis: 50% !important;
}
.bousai-gallery__item--width-55 {
  flex-basis: 55% !important;
}
.bousai-gallery__item--width-60 {
  flex-basis: 60% !important;
}
.bousai-gallery__item--width-65 {
  flex-basis: 65% !important;
}
.bousai-gallery__item--width-70 {
  flex-basis: 70% !important;
}
.bousai-gallery__item--width-75 {
  flex-basis: 75% !important;
}
.bousai-gallery__item--width-80 {
  flex-basis: 80% !important;
}
.bousai-gallery__item--width-85 {
  flex-basis: 85% !important;
}
.bousai-gallery__item--width-90 {
  flex-basis: 90% !important;
}
.bousai-gallery__item--width-95 {
  flex-basis: 95% !important;
}
.bousai-gallery__title {
  display: block;
  margin: 1px;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  background-color: #ececec;
  line-height: 1.5;
}
.bousai-gallery__image {
  margin: 1px;
}
.bousai-gallery__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.bousai-gallery__body {
  padding: 0.25rem;
}
.bousai-gallery__catch {
  font-weight: bold;
  font-size: 1rem;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 0.5rem 0 0.25rem 0;
}
.bousai-gallery__catch br {
  content: "";
  display: block;
  height: 0.5rem;
}
.bousai-gallery__compares {
  padding: 0.5rem 0;
}
.bousai-gallery__compare {
  list-style: none;
  padding: 0.25rem 1rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.bousai-gallery__compare:not(:first-child) {
  border-top: 1px solid #ececec;
}
.bousai-gallery__compare-text {
  flex-grow: 1;
}
.bousai-gallery__compare-mark {
  flex: 0 0;
  width: 36px;
}
.bousai-gallery__compare-mark--ok {
  color: #ff5a5a;
}
.bousai-gallery__compare-mark--bad {
  color: #1e2eff;
}
.bousai-gallery__compare-mark--case {
  color: #ffbb57;
}
.bousai-gallery__compare-mark--text {
  flex: 1 0;
  font-weight: bold;
  display: inline-flex;
  align-items: flex-end;
}
.bousai-gallery__button {
  background-color: #ececec;
  padding: 0.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: inherit;
  cursor: pointer;
  width: 150px;
  margin: 0.5rem auto;
}
.bousai-gallery__button:hover {
  text-decoration: none;
}
.bousai-gallery__button-icon {
  border-radius: 50%;
  background-color: #ef4954;
  color: #fff;
  position: relative;
  width: 1rem;
  height: 1rem;
}
.bousai-gallery__button-icon:before {
  position: absolute;
  top: 53%;
  left: 53%;
  transform: translate(-50%, -50%);
  font-size: 0.75rem;
}
.bousai-gallery__button-text {
  font-size: 0.75rem;
}
.bousai-gallery--no-border .bousai-gallery__item {
  border: none;
}
.bousai-gallery--space {
  gap: 1rem;
}
.bousai-gallery--space .bousai-gallery__item {
  flex-basis: calc((100% - 2rem) / 3);
}
.bousai-gallery--space .bousai-gallery__body {
  padding: 0.125rem;
}
.bousai-gallery--big {
  gap: 2rem 2rem;
  flex-wrap: wrap;
}
.bousai-gallery--big .bousai-gallery__item {
  flex-basis: calc((100% - 2rem) / 2);
}
.bousai-gallery--catalog {
  justify-content: center;
}
.bousai-gallery--catalog .bousai-gallery__item {
  flex-basis: 20%;
}
.bousai-gallery--catalog .bousai-gallery__image {
  padding: 0.5rem 1.5rem;
}
.bousai-gallery--catalog .bousai-gallery__image img {
  aspect-ratio: 221/314;
  -o-object-fit: cover;
  object-fit: cover;
}

.bousai-image-detail-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.bousai-image-detail-list__image-container {
  flex: 0 1 50%;
  margin: 0;
}
.bousai-image-detail-list__image {
  -o-object-fit: contain;
  object-fit: contain;
}
.bousai-image-detail-list__inner {
  flex: 0 1 50%;
}
.bousai-image-detail-list__title {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.bousai-image-detail-list__button {
  background-color: #ececec;
  padding: 0.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: inherit;
  cursor: pointer;
  width: 150px;
  margin: 0.5rem auto;
}
.bousai-image-detail-list__button:hover {
  text-decoration: none;
}
.bousai-image-detail-list__button-icon {
  border-radius: 50%;
  background-color: #ef4954;
  color: #fff;
  position: relative;
  width: 1rem;
  height: 1rem;
}
.bousai-image-detail-list__button-icon:before {
  position: absolute;
  top: 53%;
  left: 53%;
  transform: translate(-50%, -50%);
  font-size: 0.75rem;
}
.bousai-image-detail-list__button-text {
  font-size: 0.75rem;
}
.bousai-image-detail-list--reverse .bousai-image-detail-list__image-container {
  order: 1;
}
.bousai-image-detail-list--image-5 .bousai-image-detail-list__image-container {
  flex-basis: 5%;
}
.bousai-image-detail-list--image-5 .bousai-image-detail-list__inner {
  flex-basis: 95%;
}
.bousai-image-detail-list--image-10 .bousai-image-detail-list__image-container {
  flex-basis: 10%;
}
.bousai-image-detail-list--image-10 .bousai-image-detail-list__inner {
  flex-basis: 90%;
}
.bousai-image-detail-list--image-15 .bousai-image-detail-list__image-container {
  flex-basis: 15%;
}
.bousai-image-detail-list--image-15 .bousai-image-detail-list__inner {
  flex-basis: 85%;
}
.bousai-image-detail-list--image-20 .bousai-image-detail-list__image-container {
  flex-basis: 20%;
}
.bousai-image-detail-list--image-20 .bousai-image-detail-list__inner {
  flex-basis: 80%;
}
.bousai-image-detail-list--image-25 .bousai-image-detail-list__image-container {
  flex-basis: 25%;
}
.bousai-image-detail-list--image-25 .bousai-image-detail-list__inner {
  flex-basis: 75%;
}
.bousai-image-detail-list--image-30 .bousai-image-detail-list__image-container {
  flex-basis: 30%;
}
.bousai-image-detail-list--image-30 .bousai-image-detail-list__inner {
  flex-basis: 70%;
}
.bousai-image-detail-list--image-35 .bousai-image-detail-list__image-container {
  flex-basis: 35%;
}
.bousai-image-detail-list--image-35 .bousai-image-detail-list__inner {
  flex-basis: 65%;
}
.bousai-image-detail-list--image-40 .bousai-image-detail-list__image-container {
  flex-basis: 40%;
}
.bousai-image-detail-list--image-40 .bousai-image-detail-list__inner {
  flex-basis: 60%;
}
.bousai-image-detail-list--image-45 .bousai-image-detail-list__image-container {
  flex-basis: 45%;
}
.bousai-image-detail-list--image-45 .bousai-image-detail-list__inner {
  flex-basis: 55%;
}
.bousai-image-detail-list--image-50 .bousai-image-detail-list__image-container {
  flex-basis: 50%;
}
.bousai-image-detail-list--image-50 .bousai-image-detail-list__inner {
  flex-basis: 50%;
}
.bousai-image-detail-list--image-55 .bousai-image-detail-list__image-container {
  flex-basis: 55%;
}
.bousai-image-detail-list--image-55 .bousai-image-detail-list__inner {
  flex-basis: 45%;
}
.bousai-image-detail-list--image-60 .bousai-image-detail-list__image-container {
  flex-basis: 60%;
}
.bousai-image-detail-list--image-60 .bousai-image-detail-list__inner {
  flex-basis: 40%;
}
.bousai-image-detail-list--image-65 .bousai-image-detail-list__image-container {
  flex-basis: 65%;
}
.bousai-image-detail-list--image-65 .bousai-image-detail-list__inner {
  flex-basis: 35%;
}
.bousai-image-detail-list--image-70 .bousai-image-detail-list__image-container {
  flex-basis: 70%;
}
.bousai-image-detail-list--image-70 .bousai-image-detail-list__inner {
  flex-basis: 30%;
}
.bousai-image-detail-list--image-75 .bousai-image-detail-list__image-container {
  flex-basis: 75%;
}
.bousai-image-detail-list--image-75 .bousai-image-detail-list__inner {
  flex-basis: 25%;
}
.bousai-image-detail-list--image-80 .bousai-image-detail-list__image-container {
  flex-basis: 80%;
}
.bousai-image-detail-list--image-80 .bousai-image-detail-list__inner {
  flex-basis: 20%;
}
.bousai-image-detail-list--image-85 .bousai-image-detail-list__image-container {
  flex-basis: 85%;
}
.bousai-image-detail-list--image-85 .bousai-image-detail-list__inner {
  flex-basis: 15%;
}
.bousai-image-detail-list--image-90 .bousai-image-detail-list__image-container {
  flex-basis: 90%;
}
.bousai-image-detail-list--image-90 .bousai-image-detail-list__inner {
  flex-basis: 10%;
}
.bousai-image-detail-list--image-95 .bousai-image-detail-list__image-container {
  flex-basis: 95%;
}
.bousai-image-detail-list--image-95 .bousai-image-detail-list__inner {
  flex-basis: 5%;
}
.bousai-image-detail-list--image-100
  .bousai-image-detail-list__image-container {
  flex-basis: 100%;
}
.bousai-image-detail-list--image-100 .bousai-image-detail-list__inner {
  flex-basis: 0%;
}
.bousai-image-detail-list--image-fixed
  .bousai-image-detail-list__image-container {
  flex-shrink: 0;
}
.bousai-image-detail-list--narrow .bousai-image-detail-list__item {
  gap: 0.75rem;
}

.tr_faqBox {
  width: 900px;
  margin: 0;
  margin-bottom: 40px;
}

.tr_faqBox dt {
  /* cursor:pointer; */
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 99% center;
  border-bottom: dotted 1px #ccc;
  padding: 20px 30px 20px 40px;
  font-size: 15px;
  line-height: 1.6em;
  position: relative;
}

.tr_faqBox dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-size: 130%;
  position: absolute;
  color: #e50112;
  font-weight: 900;
  top: 30%;
  left: 5px;
}

.tr_faqBox dd,
.aori_faqBox dd,
.nidai_faqBox dd,
.hoshu_faqBox dd {
  /*display:none;*/
  font-size: 15px;
  line-height: 140%;
  border-bottom: dotted 1px #ccc;
  padding: 20px 30px 20px 40px;
  font-size: 15px;
  line-height: 1.6em;
  position: relative;
}

.tr_faqBox dd,
.aori_faqBox dd,
.nidai_faqBox dd,
.hoshu_faqBox dd {
  /*display:none;*/
  font-size: 15px;
  line-height: 140%;
  border-bottom: dotted 1px #ccc;
  padding: 20px 30px 20px 40px;
  font-size: 15px;
  line-height: 1.6em;
  position: relative;
}

.tr_faqBox dd:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  font-size: 130%;
  position: absolute;
  color: #e50112;
  font-weight: 900;
  top: 20px;
  left: 5px;
}

.tr_faqBox dd p,
.aori_faqBox dd p,
.nidai_faqBox dd p,
.hoshu_faqBox dd p {
  margin: 0 0 20px 0;
}

.tr_faqBox dt.active {
  background-image: url(../../trackseat/img/faq_close.png);
  background-size: 12px auto;
}

.tr_faqBox dt.over,
.aori_faqBox dt.over,
.nidai_faqBox dt.over,
.hoshu_faqBox dt.over {
  background-color: #faf5e7;
}
.bousai-payment p {
  margin-bottom: 1.5rem;
}
.bousai-payment__list {
  font-size: 1rem;
}
.bousai-payment dt {
  font-weight: bold;
  font-size: 1.125rem;
}
.bousai-payment dd {
  margin-bottom: 1.5rem;
}
.bousai-payment__button {
  background-color: #ececec;
  padding: 0.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: inherit;
  cursor: pointer;
  width: 160px;
  margin: 0 auto;
  font-size: 1rem;
}
.bousai-payment__button:hover {
  text-decoration: none;
}
.bousai-payment__button-icon {
  border-radius: 50%;
  background-color: #ef4954;
  color: #fff;
  position: relative;
  width: 1rem;
  height: 1rem;
}
.bousai-payment__button-icon::before {
  position: absolute;
  top: 50%;
  left: 59%;
  transform: translate(-50%, -50%);
}


  .cta {
    margin-top: 60px;
  }
  .cta .inner {
    border: solid 4px #F0F0F0;
    border-top: none;
    position: relative;
  }
  .cta > p:nth-child(1) {
    background-color: #529D5B;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    color: #fff;
    position: relative;
    padding: 20px;
    font-weight: bold;
    font-size: 24px;
  }
  .cta > p:nth-child(1) span {
    color: #FFEB00;
  }
  .cta > p:nth-child(1):before,
  .cta > p:nth-child(1):after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    border-top: 1px solid #fff;
  }
  .cta > p:nth-child(1):before {
    top: 5px;
  }
  .cta > p:nth-child(1):after {
    bottom: 5px;
  }
  .cta .inner > div {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .contact-product,
  .contact-construction {
    width: 292px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .contact-product p,
  .contact-construction p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .contact-product .button,
  .contact-construction .button {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    border-radius: 50px;
    padding: 20px 40px 16px 20px;
    position: relative;
    margin: 10px 0 20px;
    transition: 0.1s;
  }
  .contact-product .button {
    box-shadow: 0px 4px 0px 0px #900009;
  }
  .contact-construction .button {
    box-shadow: 0px 4px 0px 0px #224989;
  }
  .contact-product .button:hover,
  .contact-construction .button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .contact-product {
    border-right: solid 1px #C6C6C6;
  }
  .contact-product .button {
    background-color: #E50311;
  }
  .contact-construction .button {
    background-color: #3774DA;
  }
  .cta .button div:nth-child(1) {
    background: url("../../vinypro/point5/img/mail.png") no-repeat;
    padding-left: 30px;
    line-height: 20px;
  }
  .cta .button::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
  }
  .cta .button div:nth-child(2) {
    background-color: #fff;
    color: #E50311;
    font-size: 13px;
    font-weight: bold;
    border-radius: 25px;
    padding: 2px 0px;
    margin-top: 8px;
  }
  .cta .button div:nth-child(2) span {
    background-color: #FFEB00;
    color: #E50311;
    padding: 3px 6px 3px 8px;
    margin-right: 6px;
    border-radius: 25px 0 0 25px;
  }
  .cta picture {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  i.fas.fa-phone.fa-xs.fa-flip-horizontal {
    vertical-align: 3px;
    padding-left: 5px;
    font-size: 0.9em;
    color: #e40711;
  }
  .cta .tel {
    margin: 0px 12px;
    font-size: 25px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    display: block;
  }
  .cta p:last-child {
    text-align: center;
    width: 584px;
  }
  .sp-only {
    display: none;
  }


.cta .button div:nth-child(2) span {
  background-color: #ffeb00;
  color: #e50311;
  padding: 3px 6px 3px 8px;
  margin-right: 6px;
  border-radius: 25px 0 0 25px;
}

.cta picture {
  position: absolute;
  bottom: 0;
  right: 0;
}

i.fas.fa-phone.fa-xs.fa-flip-horizontal {
  vertical-align: 3px;
  padding-left: 5px;
  font-size: 0.9em;
  color: #e40711;
}

.cta .tel {
  margin: 0px 12px;
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  display: block;
}

.cta p:last-child {
  text-align: center;
  width: 584px;
}

.sp-only {
  display: none;
}

.comUtility .linkToFax,
.comUtility .linkToForm {
  flex-basis: 50%;
}
div[class*="bousai"] > p {
  margin-bottom: 1.5rem;
}
div[class*="bousai"] > p:last-child {
  margin-bottom: 0;
}

section[class*="bousai"] * {
  line-height: 1.5;
  box-sizing: border-box;
}
section[class*="bousai"] img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
section[class*="bousai"] strong {
  font-weight: bold;
}
section[class*="bousai"] small {
  font-size: 0.75rem;
}
section[class*="bousai"] > small {
  margin-bottom: 1.5rem;
  display: block;
}
section[class*="bousai"] > small:last-child {
  margin-bottom: 0;
}
section[class*="bousai"] p {
  line-height: 1.5rem;
}
section[class*="bousai"] > p {
  margin-bottom: 1.5rem;
}
section[class*="bousai"] > p:last-child {
  margin-bottom: 0;
}

.bousai-tag {
  display: flex;
  align-items: center;
}

.bousai-hojokin {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bousai-hojokin li {
  list-style: disc;
  margin: 10px 15px;
  font-size: 15px;
}

.bouda-table tbody th {
  text-align: left;
  padding: 0.5rem;
}

.bousai-button {
  width: 200px;
  margin: 0.5rem 0 0.5rem auto;
}

.vp-cont-navi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 15px;
  gap: 0.25rem 0.125rem;
}
.vp-cont-navi > li {
  flex: 0 1 calc((100% - 0.375rem) / 4);
}
.vp-cont-navi li {
  margin: 0;
  border: 1px solid #1287d4;
  border-radius: 4px;
  box-sizing: border-box;
}
.vp-cont-navi li a {
  font-weight: bold;
  display: block;
  padding: 0.25rem 0.5rem;
}
.vp-cont-navi li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.price-contact-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.price-contact-cta__button {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border: 2px solid #e70000;
  border-radius: 4px;
  background: #fff;
  font-size: 18px;
  line-height: 130%;
  box-shadow: 2px 2px 0 0 #990000;
  box-sizing: border-box;
  color: #e70000;
  gap: 0.25rem;
}
.price-contact-cta__button:hover {
  text-decoration: none;
  background-color: #e70000;
  color: #fff;
}
.price-contact-cta__button--price {
  border-color: #1f74e1;
  color: #1f74e1;
  box-shadow: 2px 2px 0 0 #1553a4;
}
.price-contact-cta__button--price:hover {
  background-color: #1f74e1;
}

.bousai img {
  max-width: 100%;
}
.bousai > p {
  margin-bottom: 1.5rem;
}
.bousai__catch {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 0.75rem;
  display: block;
  text-align: center;
}
.bousai__table {
  table-layout: fixed;
  margin-bottom: 1rem;
}
.bousai__table th {
  text-align: left;
}
.bousai__table th + td {
  text-align: left;
}
.bousai__table tr > th {
  padding: 0.5rem 1rem;
  width: 128px;
  font-size: 15px;
  box-sizing: border-box;
}
.bousai__table tr > td {
  padding: 0.5rem 1rem;
  font-size: 15px;
}
.bousai__table > tbody > tr > td:nth-child(n + 5) {
  text-align: left;
}
.bousai__table--align-center th {
  text-align: center;
}
.bousai__table--align-center th + td {
  text-align: center;
}
.bousai__table--narrow {
  table-layout: auto;
}
.bousai__table--narrow tr > th {
  padding: 0.5rem 0.5rem;
  width: auto;
  font-size: 12px;
}
.bousai__table--narrow tr > td {
  padding: 0.5rem 0.5rem;
  font-size: 12px;
}
.bousai__table-unit {
  font-size: 8px;
}
.bousai__table-image-cell {
  padding: 0 !important;
}
.bousai__subtitle {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.bousai__tab {
  border: 1px solid #dddddd;
  border-top: solid 3px #e50112;
  padding: 1rem;
}
.bousai__tab .idouHontaiBox {
  border-top: none;
}
.bousai__tab-title {
  display: block;
  padding-left: 2rem;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0.5rem;
}
.bousai__tab-title:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d32d26;
  top: 50%;
  left: 1rem;
  transform: translate(-50%, -50%);
}
.bousai__tab table {
  width: 100%;
  margin-bottom: 1rem;
}
.bousai__tab .tb-scroll {
  overflow-x: auto;
}
.bousai__tab .tb-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.bousai__tab .tb-scroll::-webkit-scrollbar-track {
  background: #e9e9e9;
  border: none;
  border-radius: 10px;
}
.bousai__tab .tb-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

.bousai-gallery__body {
  padding: 0.25rem 0;
}
.bousai-gallery__tag {
  border: solid 1px #707070;
  padding: 0px 4px;
  display: block;
  margin: 6px;
  font-size: 13px;
}

.bousai-image-detail-list__item {
  gap: 2rem;
  margin-bottom: 1rem;
}
.bousai-image-detail-list__list {
  margin-bottom: 1rem;
  font-size: 15px;
  font-weight: bold;
}
.bousai-image-detail-list__list > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.bousai-image-detail-list__list-item {
  position: relative;
  padding-left: 1.5rem;
}
.bousai-image-detail-list__list-item:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #d32d26;
  transform: translate(-50%, -50%);
}


.bousai-image-detail-list__list-alphabet {
  margin-bottom: 1rem;
  font-size: 15px;
  font-weight: bold;
  counter-reset: num;
}
.bousai-image-detail-list__list-alphabet > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.bousai-image-detail-list__list-alphabet-item {
  position: relative;
  padding-left: 1.5rem;
  padding-left: 35px;
  padding-top: 10px;
}
.bousai-image-detail-list__list-alphabet-item:before {
  position: absolute;
    counter-increment: num;
    content: counter(num);
    display: inline-block;
    background: #d32d26;
    color: #FFF;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 13px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}


.bousai-image-detail-list__title {
  display: block;
}

.bousai-product {
  display: flex;
  gap: 2rem;
  padding: 1rem;
  border: 1px solid #cccccc;
}
.bousai-product__table {
  table-layout: fixed;
  margin-bottom: 1rem;
}
.bousai-product__table th {
  text-align: left;
}
.bousai-product__table th + td {
  text-align: left;
}
.bousai-product__table tr > th {
  padding: 0.5rem 1rem;
  width: 128px;
  font-size: 15px;
  box-sizing: border-box;
}
.bousai-product__table tr > td {
  padding: 0.5rem 1rem;
  font-size: 15px;
}
.bousai-product__title {
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.6;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #f0f0f0;
  margin-bottom: 1rem;
}
.bousai-product__price {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5rem;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 0.5rem;
}
.bousai-product__price dt {
  font-weight: bold;
  font-size: 15px;
}
.bousai-product__price dd {
  font-weight: bold;
  font-size: 15px;
}
.bousai-product__price--default dd {
  text-decoration: line-through;
}
.bousai-product__price--vinypro dt {
  color: #e50211;
}
.bousai-product__price--vinypro dd {
  font-size: 1.75rem;
  line-height: 1;
}
.bousai-product__price--caution {
  font-size: 15px;
  color: #d42d1f;
}
.bousai-product__price-unit {
  display: inline-block;
  line-height: 1;
  margin-left: 0.5rem;
  font-size: initial !important;
}
.bousai-product__caution {
  color: #d42d1f;
  margin-bottom: 0.5rem !important;
}
.bousai-product__subtext {
  margin-bottom: 1rem;
  text-align: right;
}
.bousai-product__subtext > * {
  display: inline-block;
}
.bousai-product__subtext > *:not(:last-child) {
  margin-bottom: 0.25rem;
}
.bousai-product__subtext a small {
  font-weight: bold;
}
.bousai-product__subtext small {
  font-size: 0.75rem;
}
.bousai-product__image {
  margin: 0;
  flex: 0 0 306px;
}
.bousai-product__action-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.bousai-product__button {
  border: 2px solid #e70000;
  background: #fff;
  font-weight: bold;
  color: #e70000;
  border-radius: 4px;
  padding: 15px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  box-sizing: border-box;
}
.bousai-product__button:hover {
  text-decoration: none;
}
.bousai-product__button i {
  vertical-align: middle;
}
.bousai-product__button--price {
  flex-basis: 197px;
}
.bousai-product__button--price:hover {
  background: #e70000;
  color: #fff;
}
.bousai-product__button--contact {
  flex-grow: 1;
  background: #e70000;
  color: #fff;
}
.bousai-product__button--contact:hover {
  background: #fff;
  color: #e70000;
}

.bousai-problem {
  margin-top: 2.5rem;
}
.bousai-problem__title {
  text-align: center;
  font-size: 1.375rem;
  margin: 2rem 0 0;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.5rem;
  background-color: #fffdf7;
}
.bousai-problem__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 76px;
  transform: translateX(-50%);
  background-color: #80be4b;
  border: 2px solid #80be4b;
  border-radius: 4px;
  box-sizing: border-box;
}
.bousai-problem__title p {
  font-weight: normal;
}
.bousai-problem__body {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 1rem 1rem;
  background-color: #fffdf7;
  margin-bottom: 2rem;
}
.bousai-problem-list {
  flex-grow: 1;
}
.bousai-problem-list > * {
  padding: 0 0 0 5rem;
  margin-bottom: 1.5rem;
}
.bousai-problem-list__item {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
.bousai-problem-list__item::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #80be4b;
  top: 50%;
  left: 2.5rem;
  transform: translate(-50%, -50%);
}
.bousai-problem-list__item::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translate(-50%, -48%);
  color: #fff;
}
.bousai-problem__image {
  margin: 0;
  flex-basis: 420px;
}
.bousai-problem__catch {
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}
.bousai-problem .bousai-image-detail-list > *:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.bousai-problem .bousai-image-detail-list__item {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.bousai-problem .bousai-image-detail-list__title {
  padding-left: 0.5rem;
  border-left: 4px solid #80be4b;
  display: block;
  margin-bottom: 1rem;
}

.bousai-relative .bousai-gallery {
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bousai-relative .bousai-gallery > * {
  flex-basis: calc((100% - 2rem) / 3);
}
.bousai-relative .bousai-gallery__catch {
  text-align: left;
  font-size: 15px;
}
.bousai-relative .bousai-gallery__image {
  margin: 0;
  padding: 0;
}
.bousai-relative .bousai-gallery__image img {
  width: 100%;
}
.bousai-relative .bousai-gallery__button {
  width: 100%;
  font-weight: bold;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.bousai-relative .bousai-gallery__button-icon {
  flex: 0 0 1rem;
}
.bousai-relative hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.bousai-area span {
  font-weight: bold;
  color: #333;
}
.bousai-price p + h4 {
  margin-top: 20px;
}
.bousai-price .tablepress tbody {
  border-top: solid 1px #ccc;
}

.todofuken-box dl dt {
  width: 120px;
}
.kemustop-about .bousai-gallery__item {
  flex-basis: 33.333333%;
}
.kemustop-about .bousai-gallery__image {
  margin: 0;
}

.kemustop-catalog .bousai-gallery {
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.kemustop-catalog .bousai-gallery > * {
  flex-basis: calc((100% - 3rem) / 3);
}
.kemustop-catalog .bousai-gallery__image {
  margin: 0;
  padding: 0;
}
.kemustop-catalog .bousai-gallery__image img {
  width: 100%;
}
.kemustop-catalog .bousai-gallery__button {
  width: 100%;
  font-weight: bold;
  margin: 1rem 0;
  display: flex;
}
.kemustop-catalog .bousai-gallery__button-icon {
  flex: 0 0 1rem;
}
.kemustop-catalog hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.kemustop-price-option__table {
  table-layout: auto;
}
.kemustop-price-option__table th,
.kemustop-price-option__table td {
  font-size: 12px !important;
}
.kemustop-price-option__table th {
  background-color: #e3eff7;
}
.kemustop-price-option__table thead tr > th:nth-child(1),
.kemustop-price-option__table thead tr > th:nth-child(2) {
  text-align: center;
}
.kemustop-price-option__table tbody tr > td:nth-child(1),
.kemustop-price-option__table tbody tr > td:nth-child(3) {
  text-align: left;
}

.kemustop-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.kemustop-option::after {
  content: "";
  display: block;
  width: 32%;
}

.kemustop-option > div {
  width: 32%;
}

.kemustop-h4 {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}

.kemustop-h4::before {
  content: "";
  background-color: #e60213;
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.tomepita-type-compare th {
  text-align: center !important;
}
.tomepita-type-compare th:not(.bousai__table-image-cell),
.tomepita-type-compare td:not(.bousai__table-image-cell) {
  font-size: 12px !important;
  padding: 0.5rem 0.375rem !important;
}
.tomepita-type-compare td {
  text-align: left !important;
}

.tomepita-construction .bousai-gallery {
  gap: 0.5rem;
}
.tomepita-construction .bousai-gallery > * {
  flex-basis: calc((100% - 2rem) / 5);
}

.tomepita-catalog-column2 {
  display: flex;
  gap: 6rem;
}
.tomepita-catalog-column2 > *:not(.tomepita-catalog-column2__right) {
  flex-basis: 280px;
  flex-shrink: 0;
}
.tomepita-catalog-column2__right {
  flex-grow: 1;
}
.tomepita-catalog-column2__right p {
  margin-bottom: 1.5rem;
}
.tomepita-catalog-column2 .bousai-gallery__item {
  width: 100%;
  flex-basis: 100%;
}
.tomepita-catalog-column2 .bousai-gallery__image {
  padding: 0;
  margin-bottom: 1.5rem;
}
.tomepita-catalog-column2 .bousai-gallery__button {
  width: 100%;
  font-weight: bold;
  padding: 0.5rem;
}
.tomepita-catalog-column2 .bousai-gallery__button-icon {
  width: 22px;
  height: 22px;
}
.tomepita-catalog-column2 .bousai-gallery__button-text {
  font-size: 15px;
  line-height: 1;
}

.rakuset-product .bousai-product__price dt {
  color: initial;
}
.rakuset-product .bousai-product__action-buttons {
  justify-content: flex-end;
}
.rakuset-product .bousai-product__button--contact {
  max-width: 297px;
}

[class*="rakuset"] .price-contact-cta__button--price {
  display: none;
}

[class*="tomepita"] .price-contact-cta__button--price {
  display: none;
}

.rakuset-feature h4,
.tomepita-feature h4 {
  font-weight: bold;
  font-size: 1.125rem;
  display: block;
  line-height: 24px;
  margin-bottom: 0.25rem;
}
.rakuset-feature h4 + p,
.tomepita-feature h4 + p {
  margin-bottom: 0.5rem;
}
.rakuset-feature .bousai-gallery,
.tomepita-feature .bousai-gallery {
  margin-bottom: 3rem;
}
.rakuset-feature .bousai-gallery__image,
.tomepita-feature .bousai-gallery__image {
  margin: 0;
}
.rakuset-feature .bousai-gallery > *,
.tomepita-feature .bousai-gallery > * {
  flex-basis: 33.3333333333%;
}

.rakuset-type .bousai-image-detail-list__small {
  text-align: right;
  display: block;
}

.rakuset-type-compare th {
  text-align: center !important;
}
.rakuset-type-compare th:not(.bousai__table-image-cell),
.rakuset-type-compare td:not(.bousai__table-image-cell) {
  font-size: 12px !important;
  padding: 0.5rem 0.375rem !important;
}
.rakuset-type-compare td {
  text-align: left !important;
}
.rakuset-type-compare tr > td:nth-of-type(1) {
  font-weight: bold;
}

.rakuset-catalog-column2 {
  display: flex;
  gap: 6rem;
}
.rakuset-catalog-column2 > *:not(.tomepita-catalog-column2__right) {
  flex-basis: 280px;
  flex-shrink: 0;
}
.rakuset-catalog-column2__right {
  flex-grow: 1;
}
.rakuset-catalog-column2__right p {
  margin-bottom: 1.5rem;
}
.rakuset-catalog-column2 .bousai-gallery__item {
  width: 100%;
  flex-basis: 100%;
}
.rakuset-catalog-column2 .bousai-gallery__image {
  padding: 0;
  margin-bottom: 1.5rem;
}
.rakuset-catalog-column2 .bousai-gallery__button {
  width: 100%;
  font-weight: bold;
  padding: 0.5rem;
}
.rakuset-catalog-column2 .bousai-gallery__button-icon {
  width: 22px;
  height: 22px;
}
.rakuset-catalog-column2 .bousai-gallery__button-text {
  font-size: 15px;
  line-height: 1;
}

.bousai-tent-price h3,
.bousai-tent-construction h4 {
  font-weight: bold;
  font-size: 1.125rem;
  display: block;
  line-height: 24px;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.bousai-tent-price h3:after,
.bousai-tent-construction h4:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #d32d26;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bousai-tent-feature h4 {
  font-weight: bold;
  font-size: 1.125rem;
  display: block;
  line-height: 24px;
  margin-bottom: 0.25rem;
}
.bousai-tent-feature h4 + p {
  margin-bottom: 0.5rem;
}
.bousai-tent-feature
  .bousai-image-detail-list-gap-l
  > .bousai-image-detail-list__item {
  margin-bottom: 3rem;
}
.bousai-tent-feature
  .bousai-image-detail-list-gap-l
  > .bousai-image-detail-list__item:last-child {
  margin-bottom: 0;
}
.bousai-tent-feature .bousai-gallery {
  margin-bottom: 3rem;
}
.bousai-tent-feature .bousai-gallery__image {
  margin: 0;
}
.bousai-tent-feature .bousai-gallery > * {
  flex-basis: 33.3333333333%;
}

.bousai-tent-construction hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.bousai-tent-construction__col2 {
  display: flex;
  gap: 2rem;
}
.bousai-tent-construction .bousai-gallery {
  margin-bottom: 3rem;
  gap: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bousai-tent-construction .bousai-gallery > * {
  padding-right: 1.5rem;
  flex-basis: 33.3333333333%;
}
.bousai-tent-construction .bousai-gallery > *:nth-of-type(3n) {
  padding-right: 0;
}
.bousai-tent-construction .bousai-gallery > *:nth-last-of-type(1) {
  border-width: 0;
}
.bousai-tent-construction .bousai-gallery > *:nth-last-of-type(2) {
  border-width: 0;
}
.bousai-tent-construction .bousai-gallery__item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.bousai-tent-construction .bousai-gallery__image {
  margin: 0;
}

.bousai-tent-catalog .bousai-gallery {
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bousai-tent-catalog .bousai-gallery > * {
  flex-basis: calc((100% - 3rem) / 3);
}
.bousai-tent-catalog .bousai-gallery__image {
  margin: 0;
  padding: 0;
}
.bousai-tent-catalog .bousai-gallery__image img {
  width: 100%;
  aspect-ratio: auto;
}
.bousai-tent-catalog .bousai-gallery__button {
  width: 100%;
  font-weight: bold;
  margin: 1rem 0;
  display: flex;
}
.bousai-tent-catalog .bousai-gallery__button-icon {
  flex: 0 0 1rem;
}

.bousai-tent-price .bousai__table {
  table-layout: auto;
}
.bousai-tent-price .bousai__table th,
.bousai-tent-price .bousai__table td {
  font-size: 12px !important;
  padding: 0.5rem;
  text-align: left;
}
.bousai-tent-price .bousai__table th {
  padding: 0.25rem 0.5rem;
  background-color: #e3eff7;
}
.bousai-tent-price .bousai__table thead tr > th:nth-of-type(1) {
  background-color: #bcdaed;
}

.bousai-tent-type .bousai__table tr > th {
  width: 130px;
}
.bousai-gallery.bousai-gallery-option {
  justify-content: space-between;
  flex-wrap: wrap;
}
.bousai-gallery-option li {
  padding-bottom: 20px;
  width: calc(100% / 3);
  padding-right: 1%;
  border-bottom: 1px solid #ddd;
}
.bousai-gallery-option li:nth-child(3n) {
  padding-right: 0;
  width: calc(98% / 3);
}
.bousai-gallery-option li:nth-child(n + 4) {
  padding-top: 20px;
  border: none;
}
.bousai-gallery.bousai-gallery-option::after{
  content:"";
  display: block;
}
.bousai-gallery-option h4{
  font-size: 14px;
}
.bousai-red-text{
  color: #d32d26;
}
.bousai-section video{
  width: 100%;
}
.sisuiban-media{
  justify-content: space-between;
}
.sisuiban-option li{
  border-bottom: none;
}
.sisuiban_table {
  font-size: 13px;
  margin-bottom: 40px;
}
.sisuiban_table th{
  background: #f0f0f0;
  font-weight: bold;
}
.sisuiban_table table{
border: 1px solid #ccc;
border-collapse: collapse;
}
.sisuiban_table th,
.sisuiban_table td {
  border: 1px solid #ccc;
  }
.sisuiban_table th,
.sisuiban_table td {
  text-align: center;
  padding: 8px;
}
.sisuiban_table tr:nth-child(n+1) td:nth-child(n+2):nth-child(-n+5){
  font-size: 20px;
}
.sisuiban_table th:nth-child(n+6),
.sisuiban_table td:nth-child(n+6){
  text-align: left;
}
.sisuiban_table tr:nth-child(6){
  font-weight: bold;
  background-color: #f1e4e4;
}
.bousai-tent-price .bousai__table.hinanjo-tent tr > th:nth-of-type(1){
  background-color: #e3eff7;
}
.bousai-tent-price .bousai__table.hinanjo-tent th,
.bousai-tent-price .bousai__table.hinanjo-tent td{
  font-size: 15px !important;
}
.bousai-tent-price .bousai__table.hinanjo-tent tr > td:nth-of-type(2){
  font-weight: bold;
}
table.bousai-product__table.hinanjo-tent-table td {
  text-align: left;
}
table.bousai-product__table.hinanjo-tent-table th:nth-child(1) {
   width: 70px;
}
.bousai-tent-feature .bousai-gallery.no-margin{
  margin-bottom: 0px;
}
.bousai-section .attention_area {
  background-color: #fff5f5;
  margin-bottom: 30px;
  padding: 15px;
  box-sizing: border-box;
}
.bousai-section .attention{
  font-weight: bold;
  color: #e50112;
}