:root ul, :root ol {
  margin: 0;
  padding: 0;
}

.l-article .article-body .c-h3 h3,
.l-article .article-body .c-h4 h4 {
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
  letter-spacing: .08em;
  margin-bottom: 0!important;
}
.l-article .article-body .c-text {
  line-height: 1.7;
  letter-spacing: .05em;
  text-align: justify
}
.l-article .article-body .c-list ul {
  margin: 0;
  padding: 0;
}
.l-article .article-body .c-list ul li {
  background: url("../img/topics/list-disc.png") 0 .4em no-repeat;
  line-height: 1.7;
  font-weight: 500;
  text-align: justify
}
.l-article .article-body .c-list ul li:nth-of-type(n + 2) {
  margin-top: 1em
}
.l-article .article-body .c-text-box > div:not(.pb-handle) {
  display: flex;
  flex-flow: column;
  background: #fff;
  border: solid 1px #8f8374
}
.l-article .article-body .c-text-box > div:not(.pb-handle):after {
  display: none;
}
.l-article .article-body .c-text-box h4 {
  text-align: left
}
.l-article .article-body .c-text-box .c-text {
  margin-bottom: 0
}
.l-article .article-body .c-table div.c-table-wrapper {
  border: solid 1px #d7c9b1;
  overflow: hidden!important;
}
.l-article .article-body .c-table table {
  width: 100%;
  background-color: #fff;
  line-height: 1.7;
}
.l-article .article-body .c-table table tr th {
  background-color: #d7c9b1;
  border-bottom: solid 1px #fff;
  white-space: nowrap;
  padding-right: 2em !important
}
.l-article .article-body .c-table table tr td {
  width: 100%;
  border-bottom: solid 1px #d7c9b1
}
.l-article .article-body .c-table table tr>*:nth-of-type(n + 2) {
  border-left: solid 1px #d7c9b1
}
.l-article .article-body .c-table table tr:last-of-type th,
.l-article .article-body .c-table table tr:last-of-type td {
  border-bottom: none
}

.l-article .article-body .c-figure {
  display: block;
  margin: 0 auto
}
.l-article .article-body .c-figure .player {
  overflow: hidden!important;
}
.l-article .article-body .c-figure .player iframe {
  width: 100%;
  height: 100%
}
.l-article .article-body .c-figure .c-picture {
  display: block;
  overflow: hidden!important;
}
.l-article .article-body .c-figure .c-caption {
  display: block;
}
.l-article .article-body .c-figure .c-caption p {
  text-align: center;
  line-height: 1.7
}

.l-article .article-body .c-figure-group > div:not(.pb-handle) {
  display: flex
}
.l-article .article-body .c-figure-group > div:not(.pb-handle) > * {
  margin-bottom: 0!important;
}
.l-article .article-body .c-figure-group > div:not(.pb-handle):after {
  display: none;
}


.l-article .article-body .c-button-rounded a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none !important;
  z-index: 1;
  width: -webkit-max-content;
  width: max-content
}
.c-button-rounded a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    background-color: #fff;
}
.c-button-rounded a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    margin: auto;
    background: url(../img/common/btn-arrow.svg) center center no-repeat;
    background-size: contain;
}
.l-article .article-body .c-button-rounded a[target=_blank] {
  background: none
}
.l-article .article-body .c-button-rounded a[target=_blank]::before {
  border: solid #8f8374;
  background: rgba(0,0,0,0)
}
.l-article .article-body .c-button-rounded a[target=_blank]::after {
  background-image: url("../img/topics/btn-blank.svg")
}
.c-button-rounded a span:first-of-type {
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    color: #000;
    text-decoration: none !important;
    width: 100%;
}
.c-button-rounded a .border {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-button-rounded a .border::before {
    top: 0;
    right: 0;
}
.c-button-rounded a .border::after {
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}
.c-button-rounded a .border::before,
.c-button-rounded a .border::after {
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    height: 51%;
    background: url(../img/common/btn-color.png) 0 0 repeat-x;
    background-size: 50% auto;
    transition: transform .4s 
    cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 768px) {
  .title {
    margin-bottom: 0!important;
  }
  .title + div {
    margin-top: 2.4rem;
  }
  .l-article .article-body .c-h3 {
      margin-bottom:2rem!important;
  }
  .l-article .article-body .c-h3 h3 {
      font-size: 2.2rem
  }
  .l-article .article-body .c-h4 {
      margin-bottom: 2rem!important;
  }
  .l-article .article-body .c-h4 h4 {
      font-size: 1.8rem
  }
  .l-article .article-body .c-figure .player {
      height: 55.125rem;
      border-radius: 4rem
  }
  .l-article .article-body .c-figure .c-picture {
      border-radius: 4.8rem
  }
  .l-article .article-body .c-figure .c-caption {
      margin-top: 1.6rem;
  }
  .l-article .article-body .c-figure .c-caption p {
      font-size: 1.4rem
  }
  .l-article .article-body .c-list ul li {
      padding-left: 2.2rem;
      background-size: 1.3rem auto
  }
  .l-article .article-body .c-text-box > div:not(.pb-handle) {
      gap: 2rem;
      padding: 4rem 4.8rem;
      border-radius: 2.4rem
  }
  .l-article .article-body .c-text-box > div:not(.pb-handle) > * {
      margin-bottom: 0!important;
  }
  .l-article .article-body .c-figure-group > div:not(.pb-handle) {
      flex-flow: row wrap;
      align-items: flex-end;
      justify-content: space-between;
      row-gap: 6rem
  }
  .l-article .article-body .c-figure-group > div:not(.pb-handle) > * {
      width: 47rem
  }
  .l-article .article-body .c-button-rounded a {
      height: 5.6rem;
      border-radius: 3rem;
      transition: color .2s 
      cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-article .article-body .c-button-rounded a span:first-of-type {
      padding-right: 3.5rem;
      font-size: 1.8rem;
      padding-right: 7rem;
      padding-left: 4rem
  }
  .l-article .article-body .c-button-rounded a::before {
      width: calc(100% - 0.6rem);
      height: calc(100% - 0.6rem);
      border-radius: 3rem;
      transition: .3s 
      cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-property: width, height;
  }
  .c-button-rounded a::after {
      right: 1.55rem;
      width: 2.7rem;
      height: 2.4rem;
      transition: transform .3s 
      cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-button-rounded a:hover {
      color: #666
  }
  .c-button-rounded a:hover::before {
      width: calc(100% - 0.7rem);
      height: calc(100% - 0.7rem)
  }
  .c-button-rounded a:hover::after {
      transform: translateX(2px)
  }
  .c-button-rounded a:hover .border::before {
      transform: translateX(50%)
  }
  .c-button-rounded a:hover .border::after {
      transform: rotate(180deg) translateX(50%)
  }
  .l-article .article-body .c-button-rounded a[target=_blank]::before {
      border-width: 0.3rem;
      transition: background-color .2s
  }
  .l-article .article-body .c-button-rounded a[target=_blank]:hover::before {
      width: calc(100% - 0.6rem);
      height: calc(100% - 0.6rem);
      background-color: rgba(143,131,116,.2)
  }
  .l-article .article-body .c-button-rounded a[target=_blank]:hover::after {
      transform: translateX(0)
  }
  .l-article .article-body .c-table .c-table-wrapper {
      border-radius: 2.4rem
  }
  .l-article .article-body .c-table table tr > * {
      padding: 1.4rem 1.6rem
  }
  .l-article .article-body .c-text,
  .l-article .article-body .c-table,
  .l-article .article-body .c-list,
  .l-article .article-body .c-text-box,
  .l-article .article-body .c-figure-group,
  .l-article .article-body .c-figure {
      margin-bottom: 12rem!important;
  }
}

@media screen and (max-width: 767px) {
    .l-article,
    .l-article > div:not(.pb-handle),
    .article-body,
    .article-body > div:not(.pb-handle),
    .c-figure.c-movie,
    .c-figure.c-movie > div:not(.pb-handle),
    .c-figure.c-movie > div:not(.pb-handle) .player {
      overflow: visible;
    }
    .c-figure.c-movie,
    .c-figure.c-movie > div:not(.pb-handle),
    .c-figure.c-movie > div:not(.pb-handle) .player {
      overflow: visible!important;
    }
    .l-article .article-body {
        font-size:3.466vw
    }
    .l-article .article-body .c-h3 {
        margin-bottom: 2.666vw!important;
    }
    .l-article .article-body .c-h3 h3 {
        font-size: 4.533vw
    }
    .l-article .article-body .c-h4 {
        margin-bottom: 2.666vw!important;
    }
    .l-article .article-body .c-h4 h4 {
        font-size: 4vw
    }
    .l-article .article-body .c-figure .player {
        width: 100vw;
        height: 56.25vw;
        margin-left: -4.8vw
    }
    .l-article .article-body .c-figure .c-picture {
        border-radius: 3.2vw
    }
    .l-article .article-body .c-figure .c-caption {
        margin-top: 2.133vw;
    }
    .l-article .article-body .c-figure .c-caption p {
        font-size: 3.2vw
    }
    .l-article .article-body .c-figure-group > div:not(.pb-handle) {
        flex-flow: column;
        gap: 6.666vw
    }
    .l-article .article-body .c-figure-group > div:not(.pb-handle) .c-picture {
        width: 64vw;
        margin: 0 auto
    }
    .l-article .article-body .c-list ul li {
        padding-left: 6.133vw;
        background-size: 3.466vw auto
    }
    .l-article .article-body .c-table .c-table-wrapper {
        border-radius: 3.2vw
    }
    .l-article .article-body .c-table table tr > * {
        padding: 1.866vw 2.133vw
    }
    .l-article .article-body .c-text-box > div:not(.pb-handle) {
        gap: 2rem;
        padding: 4rem 4.8rem;
        border-radius: 2.4rem
    }
    .l-article .article-body .c-text-box > div:not(.pb-handle) > * {
        margin-bottom: 0!important;
    }
    .l-article .article-body .c-button-rounded a {
        height: 10.666vw;
        border-radius: 6.666vw
    }
    .l-article .article-body .c-button-rounded a span:first-of-type {
        padding-right: 12vw;
        padding-left: 6.666vw;
        font-size: 3.466vw
    }
    .l-article .article-body .c-button-rounded a::before {
        width: calc(100% - 1.333vw);
        height: calc(100% - 1.333vw);
        border-radius: 6.666vw;
    }
    .l-article .article-body .c-button-rounded a::after {
        right: 3.866vw;
        width: 5.333vw;
        height: 7.733vw
    }
    .l-article .article-body .c-button-rounded a[target=_blank]::after {
        width: 4.666vw
    }
    .l-article .article-body .c-button-rounded a[target=_blank]::before {
        border-width: 0.4vw
    }
    .l-article .article-body .c-text,
    .l-article .article-body .c-table,
    .l-article .article-body .c-list,
    .l-article .article-body .c-text-box,
    .l-article .article-body .c-figure-group,
    .l-article .article-body .c-figure {
        margin-bottom: 16vw!important;
    }
}