.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;
}

@media screen and (max-width: 768px) {
  .tr_faqBox {
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
  }
}
.tr_informationBox_tit {
  margin: 50px 0 0 0;
  padding: 8px 10px;
  border-radius: 4px 4px 0 0;
  background: #ddd;
  font-size: 14px;
  line-height: 1.3em;
  color: #000;
}

.tr_informationBox_tit i {
  width: 1.5em;
}

.tr_informationBox {
  border: solid 1px #ddd;
  border-top: 0 none;
  border-radius: 0 0 4px 4px;
  margin: 0;
  padding: 7px 27px;
  box-sizing: border-box;
}

.tr_informationBox dl {
  margin: 20px 0;
}

.tr_informationBox dl dt {
  display: inline-block;
  width: 189px;
  vertical-align: top;
  margin: 0 25px 0 0;
  padding: 12px 10px;
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #000;
  box-sizing: border-box;
}

.tr_informationBox dl dt.info1:before {
  font-family: "Font Awesome 5 Free";
  content: "\f157";
  font-weight: 900;
  padding-right: 0.5em;
  font-size: 110%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
  padding-right: 0.5em;
  font-size: 110%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2f1";
  font-weight: 900;
  padding-right: 0.5em;
  font-size: 110%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f70e";
  font-weight: 900;
  padding-right: 0.5em;
  font-size: 110%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.tr_informationBox dl dt.info1 .cap {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
}

.tr_informationBox dl dd {
  width: 620px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.tr_informationBox dl dd p {
  margin: 0 auto 1em auto;
  font-size: 13px;
  line-height: 1.5;
}

.tr_informationBox dl dd.sample {
  width: 475px;
  padding: 0;
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
}

.tr_informationBox dl dd.sampleBtn {
  width: 124px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.tr_informationBox dl dd.sampleBtn a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 124px;
  padding: 12px 0 10px 0;
  margin: 0;
  background: linear-gradient(#f85945, #e50514);
  border: solid 3px #e50514;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.tr_informationBox dl dd.sampleBtn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  color: #fff;
  font-weight: 900;
  font-size: 70%;
  top: 30%;
  right: 10px;
}

.tr_informationBox dl dd.sampleBtn a:hover {
  opacity: 0.8;
}

.tr_informationBox ul li {
  background: #fff;
  width: 200px;
  margin: 0;
  display: inline-block;
}

.tr_informationBox ul li:nth-child(even) {
  margin: 0 10px;
}

.tr_informationBox ul li h4 {
  background: #efefef;
  border-bottom: 1px solid #356503;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  color: #356503;
  padding: 10px 0 8px 0;
  line-height: 1.4em;
}

.tr_informationBox ul li p {
  font-size: 13px;
  padding: 10px;
  line-height: 1.4em;
}

.tr_informationBox .attenBox {
  background: #fff;
  padding: 0;
  margin: 0;
  border: 0;
}

.tr_informationBox .attenBox h4 {
  background: #e50112;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 10px 0 8px 0;
  line-height: 1.4em;
  position: relative;
}

.tr_informationBox .attenBox h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  position: absolute;
  color: #fff;
  font-weight: 900;
  font-size: 110%;
  top: 20%;
  left: 355px;
}

.tr_informationBox .attenBox p {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .tr_informationBox_tit {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 18px;
  }
  .tr_informationBox {
    width: auto;
    margin: 0 8px;
    padding: 0;
    border-radius: 0 0 4px 4px;
  }
  .tr_informationBox dl {
    margin: 0;
  }
  .tr_informationBox dl dt {
    position: inherit;
    display: block;
    margin: auto;
    padding: 10px 1em;
    width: auto;
    border: none;
    border-radius: inherit;
    background: #efefef;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #000;
  }
  .tr_informationBox dl dt:before {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    padding-right: 0.3em;
    color: inherit !important;
  }
  .tr_informationBox dl dd {
    display: block;
    padding: 0 15px;
    width: auto;
  }
  .tr_informationBox dl dd.sample {
    display: block;
    padding: 15px;
    width: auto;
  }
  .tr_informationBox dl dd.sampleBtn {
    display: block;
    width: auto;
    text-align: center;
  }
  .tr_informationBox dl dd.sampleBtn a {
    position: inherit;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 25px;
    width: auto;
    border: solid 2px #e50514;
    font-weight: normal;
  }
  .tr_informationBox dl dd.sampleBtn a::before {
    position: inherit;
    top: inherit;
    right: inherit;
    padding-right: 0.5em;
  }
  .tr_informationBox dl dd p {
    margin: 1em auto;
    font-size: 13px;
  }
  .tr_informationBox ul li,
  .tr_informationBox ul li:nth-child(2n) {
    display: flex;
    margin: 0 0 10px 0;
    width: auto;
  }
  .tr_informationBox ul li:last-child {
    margin: 0 0 0 0;
  }
  .tr_informationBox ul li h4 {
    flex-shrink: 0;
    padding: 8px;
    width: 25vw;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
    box-sizing: border-box;
  }
  .tr_informationBox ul li p {
    padding: 8px;
    font-size: 12px;
  }
  .tr_informationBox .attenBox {
    background: #fff4f4;
  }
  .tr_informationBox .attenBox h4 {
    position: inherit;
    padding: 8px;
    font-size: 16px;
    font-weight: normal;
    background: #cc0000;
  }
  .tr_informationBox .attenBox h4::before {
    position: inherit;
    padding-right: 0.3em;
    top: inherit;
    left: inherit;
  }
  .tr_informationBox .attenBox p {
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #cc0000;
  }
}
section[class*=mini] * {
  line-height: 1.5;
  box-sizing: border-box;
}

section[class*=mini] img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

section[class*=mini] strong {
  font-weight: bold;
}

section[class*=mini] > p {
  margin-bottom: 1.5rem;
}
section[class*=mini] > p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section[class*=mini] > *:not(h2, h3, h4, h5, h6, table, img, dl, .booth-detail, .booth-area) {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.booth-heading-sub {
  margin-top: 1rem;
}

.mini__catch {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 2rem 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .mini__catch {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .booth-products__table-wrapper {
    overflow-x: auto;
  }
}

@media screen and (max-width: 768px) {
  .booth-products__table {
    width: 150%;
  }
}

.comUtility .linkToPrice {
  padding: 18px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .comUtility .linkToPrice {
    padding: 18px 10px;
    justify-content: center;
    gap: 0.5rem;
    font-size: 20px;
  }
}

.mini-section__catch {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #434343;
}
@media screen and (max-width: 768px) {
  .mini-section__catch {
    font-size: 1.125rem;
  }
}

.mini-feature .booth-image-detail-list--reverse .booth-image-detail-list__image-container {
  order: 1;
}
@media screen and (max-width: 768px) {
  .mini-feature .booth-image-detail-list--reverse .booth-image-detail-list__image-container {
    order: 0;
  }
}
.mini-feature .booth-image-detail-list__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .mini-feature .booth-image-detail-list__title {
    font-size: 1.25rem;
  }
}
.mini-feature .booth-gallery {
  flex-wrap: wrap;
}
.mini-feature .booth-gallery__catch {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .mini-feature .booth-gallery__catch {
    font-size: 1rem;
  }
}
.mini-feature .booth-gallery__catch br.spNone {
  display: none;
}
@media screen and (max-width: 768px) {
  .mini-feature .booth-gallery__catch br.spNone {
    display: block;
  }
}
.mini-feature .listStyle ul li:before {
  top: 13px;
  transform: translateY(0);
}
.mini-feature .listStyle ul li span {
  display: block;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .mini-feature .listStyle ul li span {
    font-size: 0.875rem;
  }
}
.mini-feature .listStyle ul li {
  font-weight: normal;
}

.mini-set .booth-gallery__description {
  margin-top: 0.25rem;
}

.mini-spot .listStyle {
  margin-bottom: 2.5rem;
}

.mini-spec table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .mini-spec table {
    table-layout: auto;
  }
}
.mini-spec table th {
  text-align: center;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 15px;
  padding: 8px;
}
.mini-spec table td {
  font-size: 15px;
  text-align: center;
  padding: 8px 10px;
}
.mini-spec table tr > * {
  border: 1px solid #ccc;
  border-right: none;
}
.mini-spec table tr > *:last-child {
  border-right: 1px solid #ccc;
}
.mini-spec .idouHontaiBox {
  border-top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mini-spec .idouHontaiBox {
    width: calc(100% - 10px);
  }
}

.mini-price table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 1rem;
}
.mini-price table th {
  text-align: center;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 15px;
  padding: 8px;
}
.mini-price table td {
  font-size: 15px;
  text-align: center;
  padding: 8px 10px;
}
.mini-price table tr > * {
  border: 1px solid #ccc;
  border-right: none;
}
.mini-price table tr > *:last-child {
  border-right: 1px solid #ccc;
}

p .color-red {
  color: #e50112;
  font-weight: bold;
}

.tablepress thead tr:first-child th:first-child{
  text-align: center!important;
}

.booth_subtext{
  color: #666;
}