@charset "UTF-8";
/*--------------------

	information

--------------------*/

/* エキスポ系インフォで使用 */
.expoWrap .info-summary .case_conts {
  margin-bottom: 25px;
}
.expoWrap .info-summary .case_conts table {
  margin: 0 auto;
  width: 98%;
}
.expoWrap .info-summary .case_conts table tbody {
  @media screen and (max-width: 1000px) {
    display: table;
  }
}
.expoWrap .info-summary .case_conts table tr {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 5px 5px;
  width: 150px;
  @media screen and (max-width: 1000px) {
    display: table;
    width: 100%;
  }
  &:first-child,
  &:last-child {
      border-bottom: 0;
  }
}
.expoWrap .info-summary .case_conts table th,
.expoWrap .info-summary .case_conts table td {
  position: relative;
  padding: 5px 0;
  vertical-align: middle;
}
.expoWrap .info-summary .case_conts table th {
  @media screen and (max-width: 1000px) {
    width: 20%;
    max-width: 100px;
    min-width: 100px;
  }
}
.expoWrap .info-summary .case_conts table th::after {
  content: ":";
  position: absolute;
  right: 8px;
  top: calc(50% - 8.5px);
}
.expoWrap .info-summary .case_conts table td.case_img {
  text-align: center;
  width: 250px;
  @media screen and (max-width: 1000px) {
    width: 100%;
  }
}

/* ボタン */
.expoWrap .section-info .btnWrap {
  background: #f7f7f7;
  text-align: center;
  padding: 1em 0;
}
.expoWrap .section-info .btnWrap a {
  background: #a71f3c;
  border-radius: 4px;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  font-variation-settings: "wght" 700;
  text-decoration: none;
  text-align: center;
  line-height: 21px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
.expoWrap .section-info .btnWrap p {
  display: block;
  text-align: center;
  margin: 1em 0 0;
}

.chevron-right {
  background:
              url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='openmenu'%3E%3Cstyle%3E.openmenu%7Bfill:%23fff;%7D%3C/style%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") no-repeat center;
  aspect-ratio: 1/1;
  margin: auto 0;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 6px;
  top: 0;
  transition: var(--common-transition);
  transform: rotate(-90deg);
  width: 20px;
}

