.container {
  padding-left: 30px;
  padding-right: 30px;
}

/* discontinued */
.discontinuedPrefNavPc {
  display: none;
}

@media (min-width: 576px) {
  .discontinuedPrefNavPc {
    display: block;
  }
}

.discontinuedPrefNavPc .prefList {
  display: none;
}

.discontinuedPrefNavPc .prefList.is-visible {
  display: block;
}

.discontinuedPrefNavPc ul {
  width: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
}

.discontinuedPrefNavPc ul::before {
  content: "";
  display: flex;
  width: 1px;
  border-left: 1px solid #fff;
}

.discontinuedPrefNavPc ul > li {
  border-right: 1px solid #fff;
  color: #fff;
}

.discontinuedPrefNavPc ul > li a {
  padding: 0 15px;
  line-height: 1.1;
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: opacity .1s linear;
}

.discontinuedPrefNavPc ul > li a:hover {
  opacity: .8;
}

.discontinuedPrefNavPc ul > li.is-selected {
  color: #00FA6A;
}

.discontinuedPrefNavPc ul > li.is-disabled {
  display: none;
  color: #666;
  cursor: default;
  pointer-events: none;
}

.discontinuedList {
  width: 100%;
  margin: 50px auto;
}

@media (min-width: 576px) {
  .discontinuedList {
    margin: 40px auto;
  }
}

.discontinuedList table {
  width: 100%;
}

.discontinuedList thead {
  display: none;
}

@media (min-width: 576px) {
  .discontinuedList thead {
    display: table-header-group;
  }
  .discontinuedList thead td {
    padding: 16px 10px;
    text-align: left;
  }
}

.discontinuedList tr {
  display: block;
  background: #000;
  margin: 0 auto 20px;
  padding: 19px 17px;
}

@media (min-width: 576px) {
  .discontinuedList tr {
    display: table-row;
    padding: 0;
    border-bottom: 1px solid #868686;
  }
}

.discontinuedList td {
  display: block;
}

@media (min-width: 576px) {
  .discontinuedList td {
    display: table-cell;
    padding: 30px 10px;
    text-align: left;
    vertical-align: middle;
  }
  .discontinuedList td:first-child {
    padding-left: 30px;
    padding-right: 10px;
  }
  .discontinuedList td:last-child {
    padding-left: 10px;
    padding-right: 30px;
  }
}

.discontinuedList dl {
  display: flex;
  flex-flow: row wrap;
}

.discontinuedList dl > dt {
  flex: 0 1 auto;
  text-align: left;
  display: none;
  font-size: inherit;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .discontinuedList dl > dt {
    display: block;
  }
}

.discontinuedList dl > dd {
  flex: 1 1 auto;
  text-align: left;
  font-size: inherit;
}

.discontinuedList .__name {
  margin: 0 auto 20px;
  padding: 0 0 10px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #fff;
}

@media (min-width: 576px) {
  .discontinuedList .__name {
    border: 0;
    padding: 38px 30px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
  }
}

.discontinuedList .__status,
.discontinuedList .__notice,
.discontinuedList .__successor {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  padding: 5px 0;
  line-height: 1.6;
  font-size: 12px;
  font-weight: normal;
}

.discontinuedList .__status::before,
.discontinuedList .__notice::before,
.discontinuedList .__successor::before {
  display: inline-block;
  font-weight: bold;
  width: 8em;
  padding-right: 1rem;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .discontinuedList .__status,
  .discontinuedList .__notice,
  .discontinuedList .__successor {
    padding: 38px 10px;
    min-width: 120px;
    font-size: 16px;
    text-align: left;
  }
  .discontinuedList .__status::before,
  .discontinuedList .__notice::before,
  .discontinuedList .__successor::before {
    display: none;
    content: "";
  }
}

@media (min-width: 576px) {
  .discontinuedList .__status,
  .discontinuedList .__notice {
    display: table-cell;
    line-height: 1.5;
  }
}

.discontinuedList [data-label]::before {
  content: attr(data-label);
}
