@charset "UTF-8";
/*================================================
 *  アコーディオン Prefix：accordion
 ================================================*/
.section-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.section-container *, .section-container *::before, .section-container *::after {
  box-sizing: border-box;
}
.section-container ul, .section-container li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

.accordion {
  width: 100%;
  padding: 24px 64px;
  border: 1px solid #006FCF;
}
.accordion .-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 56px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.accordion .-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/content/dam/amex/ja-jp/benefits/good-news/life/us-open-tennis/cross-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .accordion .-title::after {
    background-image: url("../img/pc/cross_2x.png");
  }
}*/
.accordion .-container {
  display: none;
  margin-top: 56px;
}
.accordion.active {
  padding-bottom: 48px;
}
.accordion.active .-title::after {
  background-image: url("/content/dam/amex/ja-jp/benefits/good-news/life/us-open-tennis/minus-pc.png");
}
/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .accordion.active .-title::after {
    background-image: url("../img/pc/minus_2x.png");
  }
}*/

.list__disc {
  width: 100%;
  margin-bottom: 24px;
  list-style: none;
  counter-reset: disc;
}
.list__disc > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.9em;
}
.list__disc > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 100;
  width: 1.9em;
  font-weight: bold;
  text-align: center;
}
.list__disc:last-child {
  margin-bottom: 0;
}
.list__disc:last-child > li:last-child {
  margin-bottom: 0;
}
.list__number li .list__disc {
  margin-bottom: 24px !important;
}

.list__number {
  width: 100%;
  margin-bottom: 24px;
  list-style: none;
  counter-reset: number;
}
.list__number > li {
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
  padding-left: 1.9em;
}
.list__number > li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: counter(number) ".";
  counter-increment: number;
  width: 1.9em;
  text-align: center;
}
dl .list__number, li .list__number {
  margin-bottom: 24px;
}
dl .list__number > li, li .list__number > li {
  margin-bottom: 0.5em;
}
.list__number.-parentheses > li {
  padding-left: 2.8em;
}
.list__number.-parentheses > li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "( " counter(number) " )";
  counter-increment: number;
  width: 2.8em;
}
.list__number:first-child {
  margin-top: 0;
}
.list__number:last-child {
  margin-bottom: 0;
}
.list__number:last-child > li:last-child {
  margin-bottom: 0;
}
.list__disc li .list__number {
  margin-bottom: 24px !important;
}

@media screen and (max-width: 767px) {
/*================================================
 *  アコーディオン Prefix：accordion
 ================================================*/
.section-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.section-container *, .section-container *::before, .section-container *::after {
  box-sizing: border-box;
}
.section-container ul, .section-container li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

.accordion {
  width: 100%;
  padding: 24px 32px;
  border: 1px solid #006FCF;
}
.accordion .-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.accordion .-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/content/dam/amex/ja-jp/benefits/good-news/life/us-open-tennis/cross-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .accordion .-title::after {
    background-image: url("../img/sp/cross_2x.png");
  }
}*/
.accordion .-container {
  display: none;
  margin-top: 48px;
}
.accordion.active {
  padding-bottom: 24px;
}
.accordion.active .-title::after {
  background-image: url("/content/dam/amex/ja-jp/benefits/good-news/life/us-open-tennis/minus-sp.png");
}
/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .accordion.active .-title::after {
    background-image: url("../img/sp/minus_2x.png");
  }
}*/

.list__disc {
  width: 100%;
  margin-bottom: 24px;
  list-style: none;
  counter-reset: disc;
}
.list__disc > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.9em;
}
.list__disc > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 100;
  width: 1.9em;
  font-weight: bold;
  text-align: center;
}
.list__disc:last-child {
  margin-bottom: 0;
}
.list__disc:last-child > li:last-child {
  margin-bottom: 0;
}
.list__number li .list__disc {
  margin-bottom: 24px !important;
}

.list__number {
  width: 100%;
  margin-bottom: 24px;
  list-style: none;
  counter-reset: number;
}
.list__number > li {
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
  padding-left: 1.9em;
}
.list__number > li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: counter(number) ".";
  counter-increment: number;
  width: 1.9em;
  text-align: center;
}
dl .list__number, li .list__number {
  margin-bottom: 24px;
}
dl .list__number > li, li .list__number > li {
  margin-bottom: 0.5em;
}
.list__number.-parentheses > li {
  padding-left: 2.8em;
}
.list__number.-parentheses > li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "( " counter(number) " )";
  counter-increment: number;
  width: 2.8em;
}
.list__number:first-child {
  margin-top: 0;
}
.list__number:last-child {
  margin-bottom: 0;
}
.list__number:last-child > li:last-child {
  margin-bottom: 0;
}
.list__disc li .list__number {
  margin-bottom: 24px !important;
}

}
