.content-asset {
  letter-spacing: 0;
}
.content-asset .lOtherContents-head h2 {
  font-size: 20px;
}
.content-asset .lOtherContents-toTopLink {
  transition: opacity .2s linear;
}
.content-asset .lOtherContents-toTopLink:hover {
  opacity: .5;
}
.content-asset .lOtherContents-toTopTextWrap {
  position: relative;
}
.content-asset .lOtherContents-toTopTextWrap .-title {
  font-size: 17px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
}
.content-asset .lOtherContents-toTopTextWrap .-text {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.content-asset .lOtherContents-grid .-gridBorder {
  background-color: #d6d6d6;
}
.content-asset .lOtherContents-listLink {
  transition: opacity .2s linear;
}
.content-asset .lOtherContents-listLink:hover {
  opacity: .5;
}
.content-asset .lOtherContents-listImage {
  object-fit: cover;
}
.content-asset .lOtherContents-listTextWrapper {
  position: relative;
}
.content-asset .lOtherContents-listTitle {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  line-height: 1.5882352941;
}
.content-asset .lOtherContents-listText {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
  line-height: 1.5714285714;
}
.content-asset .lOtherContents-listArrow {
  position: absolute;
  top: 0;
}
.content-asset .lOtherContents-gridBorder {
  grid-column: 1/4;
}

@media screen and (min-width: 769px) {
  .content-asset .lOtherContents {
    padding-top: 100px;
  }
  .content-asset .lOtherContents-head {
    margin-block: 25px 28px;
  }
  .content-asset .lOtherContents-toTopImage {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .content-asset .lOtherContents-toTopTextWrap {
    padding-top: 20px;
  }
  .content-asset .lOtherContents-toTopTextWrap .-text {
    margin-top: 9px;
  }
  .content-asset .lOtherContents-toTopTextWrap .lOtherContents-listArrow {
    top: 22px;
  }
  .content-asset .lOtherContents-grid3row {
    grid-template-rows: 1fr;
  }
  .content-asset .lOtherContents-grid,
  .content-asset .lOtherContents-grid3row {
    margin-top: 40px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-asset .lOtherContents-grid {
    grid-template-rows: 1fr 61px 1fr;
  }
  .content-asset .lOtherContents-grid .-gridBorder {
    grid-column: 1/4;
    margin-block: 30px;
  }
  .content-asset .lOtherContents-listLink {
    position: relative;
  }
  .content-asset .lOtherContents-listImage {
    width: 100%;
  }
  .content-asset .lOtherContents-listTextWrapper {
    margin-top: 20px;
  }
  .content-asset .lOtherContents-listTitle {
    font-size: 17px;
    width: 90%;
  }
  .content-asset .lOtherContents-listText {
    font-size: 14px;
    margin-top: 12px;
  }
  .content-asset .lOtherContents-listArrow {
    top: 2px;
    right: 8px;
    height: 21px;
    padding-block: 5px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .lOtherContents {
    margin-top: 4.375rem;
  }
  .content-asset .lOtherContents-head {
    margin-top: 2rem;
    padding-inline: 1.0625rem;
  }
  .content-asset .lOtherContents-toTop {
    margin-top: 2.5rem;
  }
  .content-asset .lOtherContents-toTopTextWrap {
    margin-top: 1.875rem;
    margin-inline: 1.0625rem;
  }
  .content-asset .lOtherContents-toTopTextWrap .-text {
    margin-top: 0.5rem;
  }
  .content-asset .lOtherContents-toTopTextWrap .lOtherContents-listArrow {
    top: 0;
  }
  .content-asset .lOtherContents-grid,
  .content-asset .lOtherContents-grid3row {
    column-gap: 0.25rem;
    margin-top: 2.5rem;
    margin-inline: 1.0625rem;
  }
  .content-asset .lOtherContents-grid .-gridBorder {
    height: 1px;
    margin-block: 1.875rem;
  }
  .content-asset .lOtherContents-li {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0.625rem;
  }
  .content-asset .lOtherContents-listLink {
    display: flex;
    align-items: center;
  }
  .content-asset .lOtherContents-listImage {
    width: 7.5rem;
  }
  .content-asset .lOtherContents-listTextWrapper {
    position: relative;
    display: flex;
    flex-grow: 1;
    width: auto;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1.0625rem;
  }
  .content-asset .lOtherContents-listTitle {
    font-size: 1.0625rem;
  }
  .content-asset .lOtherContents-listText {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
  .content-asset .lOtherContents-listArrow {
    right: 1.1875rem;
    margin-block: auto;
    height: 1.5625rem;
    padding-block: 0.4375rem;
  }
  .content-asset .cLowerNav {
    padding-bottom: 0.0625rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .content-asset .lOtherContents-listLink {
    display: block;
  }
  .content-asset .lOtherContents-listImageWrapper {
    width: 100%;
    overflow: hidden;
  }
  .content-asset .lOtherContents-listImage {
    width: 100%;
    height: 100%;
  }
  .content-asset .lOtherContents-listTextWrapper {
    position: relative;
    margin-top: 20px;
  }
  .content-asset .lOtherContents-listArrow {
    top: 0;
    right: 2px;
  }
}
