.cp-contents-of-card-layout {
  background-color: #fff;
  color: #000;
}

.cp-contents-of-card-layout * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-contents-of-card-layout *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.cp-contents-of-card-layout article, .cp-contents-of-card-layout aside, .cp-contents-of-card-layout details, .cp-contents-of-card-layout figcaption, .cp-contents-of-card-layout figure, .cp-contents-of-card-layout footer, .cp-contents-of-card-layout header, .cp-contents-of-card-layout hgroup, .cp-contents-of-card-layout menu, .cp-contents-of-card-layout nav, .cp-contents-of-card-layout section {
  display: block;
}

.cp-contents-of-card-layout ol, .cp-contents-of-card-layout ul, .cp-contents-of-card-layout dl, .cp-contents-of-card-layout li {
  list-style: none;
}

.cp-contents-of-card-layout table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cp-contents-of-card-layout a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cp-contents-of-card-layout .is-pc {
  display: none;
}

@media (min-width: 1023px) {
  .cp-contents-of-card-layout .is-pc {
    display: unset;
  }
  .cp-contents-of-card-layout .is-mo {
    display: none;
  }
}

.cp-contents-of-card-layout sup {
  position: relative;
  top: -0.4em;
  vertical-align: middle;
  color: inherit;
  font-size: 0.75em;
}

.cp-contents-of-card-layout__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  gap: 2.4rem;
  padding: 60px 20px;
  padding: 6rem 2rem;
}

.cp-contents-of-card-layout__media, .cp-contents-of-card-layout__video-cover, .cp-contents-of-card-layout__image, .cp-contents-of-card-layout__video, .cp-contents-of-card-layout__video video, .cp-contents-of-card-layout__image img {
  width: 100%;
}

.cp-contents-of-card-layout__media {
  font-size: 0;
}

.cp-contents-of-card-layout__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cp-contents-of-card-layout__headline > div {
  width: 100%;
}

.cp-contents-of-card-layout__headline .cm-section-title__subtitle {
  color: #767676;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  font-style: normal;
  font-weight: 400;
}

.cp-contents-of-card-layout__headline .cm-section-title__title {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.cp-contents-of-card-layout__headline .cm-section-desc__text {
  color: #767676;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.cp-contents-of-card-layout__headline-disclaimer {
  margin-top: 24px;
  margin-top: 2.4rem;
  color: #7C7C7C;
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
}

@media (min-width: 1023px) {
  .cp-contents-of-card-layout__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    gap: 5rem;
    padding: 100px 76px;
    padding: 10rem 7.6rem;
  }
  .cp-contents-of-card-layout__media {
    -webkit-box-flex: -webkit-calc(50% - 10px);
    -webkit-flex: -webkit-calc(50% - 10px) 0 0;
    -ms-flex: calc(50% - 10px) 0 0;
    flex: calc(50% - 10px) 0 0;
  }
  .cp-contents-of-card-layout__headline .cm-section-title__subtitle {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-contents-of-card-layout__headline .cm-section-title__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .cp-contents-of-card-layout__headline .cm-section-desc__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 1359px) {
  .cp-contents-of-card-layout__inner {
    padding: 100px 100px;
    padding: 10rem 10rem;
  }
}

@media (min-width: 1599px) {
  .cp-contents-of-card-layout__inner {
    padding: 100px 120px;
    padding: 10rem 12rem;
    gap: 80px;
    gap: 8rem;
  }
  .cp-contents-of-card-layout__headline .cm-section-title__subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-contents-of-card-layout__headline .cm-section-title__title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .cp-contents-of-card-layout__headline .cm-section-desc__text {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-contents-of-card-layout__headline-disclaimer {
    margin-top: 28px;
    margin-top: 2.8rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 1919px) {
  .cp-contents-of-card-layout__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    max-width: 192rem;
    padding: 100px 140px;
    padding: 10rem 14rem;
  }
}

.type-dark .cp-contents-of-card-layout {
  background-color: #000;
  color: #fff;
}

.type-dark .cp-contents-of-card-layout__headline .cm-section-title__subtitle,
.type-dark .cp-contents-of-card-layout__headline .cm-section-desc__text, .type-dark .cp-contents-of-card-layout__headline-disclaimer {
  color: #7c7c7c;
}

.type-light .cp-contents-of-card-layout {
  background-color: #fff;
  color: #000;
}

.type-light .cp-contents-of-card-layout__headline .cm-section-title__subtitle,
.type-light .cp-contents-of-card-layout__headline .cm-section-desc__text {
  color: #767676;
}

.type-light .cp-contents-of-card-layout__headline-disclaimer {
  color: #7C7C7C;
}
