@charset "UTF-8";

/* ------------------------------------------
detail
------------------------------------------ */
#table1 #intro .mv {
  position: relative;
  background: url(../img/mv_outdoor-furniture_bg.jpg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 240px;
  padding: 14px;
  margin-bottom: 20px;
}

#table1 #intro div {
  position: absolute;
  top: 14px;
}

@media only screen and (max-width:768px) {
  #table1 #intro .mv {
    background: url(../img/mv_outdoor-furniture_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 360px;
    padding: 14px 8px;
    margin-bottom: 10px;
  }

  #table1 #intro div {
    position: absolute;
    top: 8px;
    width: calc(100% - 16px);
  }
}

#table1 #intro .marker {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 0 4px 1px 4px;
  line-height: 1.7;
  background: linear-gradient(rgba(43, 42, 37, 0.8) 100%, #2b2a25 100%);
  letter-spacing: -.06em;
}

@media only screen and (max-width:768px) {
  #table1 #intro .marker {
    font-size: 16px;
    letter-spacing: -.07em;
  }
}

/*table*/
.c-table--slicer {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
  margin-top: 10px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}
.c-table--slicer caption {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 10px;
}
.c-table--slicer caption span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-left: 16px;
}

@media only screen and (max-width:768px) {
  .c-slicer-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 10px;
  }

  .c-table--slicer {
    min-width: 830px;
    margin-top: 0;
  }

  .c-table--slicer caption span {
  display: block;
  margin-left: 0;
  }
}

.c-table--slicer th,
.c-table--slicer td {
  border: 1px solid #cfcfcf;
  padding: 10px;
  vertical-align: middle;
}

.c-table--slicer thead th {
  background: #808080;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width:768px) {
  .c-table--slicer thead th {
    font-size: 15px;
  }
}

.c-table--slicer .c-table--slicer__th-name,
.c-table--slicer .c-table--slicer__td-name {
  text-align: center;
  min-width: 160px;
}
.c-table--slicer .c-table--slicer__th-image {
  width: 220px;
}
.c-table--slicer .c-table--slicer__td-image {
  text-align: center;
  width: 220px;
  height: 80px;
  padding: 0;
}

@media only screen and (max-width:768px) {
  .c-table--slicer .c-table--slicer__th-name {
    width: 160px;
  }
  .c-table--slicer .c-table--slicer__th-symbol {
    width: 130px;
  }
}

.c-table--slicer .c-table--slicer__td-image img {
  text-align: center;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-table--slicer tbody td:nth-child(2) {
  text-align: center;
}


.c-table--slicer .c-table--slicer__td-symbol {
  font-size: 24px;
  text-align: center;
}

.c-table--slicer tbody tr:nth-child(even) {
  background: #fafafa;
}

.c-table--slicer tbody tr:nth-child(odd) {
  background: #fff;
}

.c-table--slicer a {
  color: inherit;
  text-decoration: underline;
}

.c-mark-dot {
  color: #b91c1d;
  font-weight: bold;
}

.c-mark-circle {
  color: #333;
}

.c-mark-triangle {
  color: #333;
}

.c-table--slicer-legend {
  margin-top: 12px;
}

.c-table--slicer-legend .c-mark-dot {
  color: #b91c1d;
}

.c-table--slicer-legend .c-mark-triangle {
  color: #333;
}

/*c-link-primaryの上マージン打消し*/
.contents__lv5>*+.c-link-primary {
    margin-top: 0;
}