.detail {
  position: relative;
  padding-bottom: 85px;
  margin-bottom: 120px; }
  @media (max-width: 1024px) {
    .detail {
      padding-bottom: 20px; } }
  .detail::before {
    content: "";
    width: 70%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F7F3E7;
    z-index: -1; }
    @media (max-width: 1024px) {
      .detail::before {
        width: 94%;
        margin-top: 24px; } }
  .detail-reverse::before {
    left: inherit;
    right: 0; }
  .detail-reverse .container-l {
    position: relative; }
  .detail-reverse .detail-ttl {
    text-align: right; }
    @media (max-width: 1024px) {
      .detail-reverse .detail-ttl {
        text-align: center; } }
    .detail-reverse .detail-ttl__en {
      right: 0; }
  .detail-reverse .detail-table {
    display: flex;
    justify-content: end; }
    @media (max-width: 1024px) {
      .detail-reverse .detail-table {
        justify-content: center; } }
  .detail-content__inner {
    padding: 0 72px; }
    @media (max-width: 1024px) {
      .detail-content__inner {
        display: contents; } }
  .detail-content__txt {
    width: 50%;
    margin-bottom: 15px; }
    @media (max-width: 1024px) {
      .detail-content__txt {
        width: 100%; } }
  .detail-ttl {
    font-size: 2.8rem;
    padding-top: 40px;
    margin-bottom: 70px; }
    @media (max-width: 1024px) {
      .detail-ttl {
        font-size: 2.0rem;
        padding-top: 0;
        margin-bottom: 20px;
        position: relative;
        top: -24px;
        text-align: center; } }
    .detail-ttl__en {
      font-family: 'Cinzel', serif;
      font-size: 6.0rem;
      color: rgba(64, 39, 39, 0.14);
      position: absolute;
      top: -43px; }
      @media (max-width: 1024px) {
        .detail-ttl__en {
          text-align: center;
          font-size: 3.0rem;
          top: inherit;
          position: inherit; } }
  .detail-tr {
    margin-bottom: 35px;
    display: table;
    width: 100%; }
  .detail-th {
    font-weight: 600;
    width: 200px;
    text-align: left;
    vertical-align: baseline;
    display: table-cell; }
    @media (max-width: 1024px) {
      .detail-th {
        width: 90px; } }
  .detail-td {
    vertical-align: baseline;
    display: table-cell; }
