@charset  "utf-8";

/*--------------------
アセットオーナー・プリンシプルに関する取り組み 2601追加
---------------------*/
.pcOn{
  display: block;
}
.assetOwner .ttlWrap{
  position: relative;
  background: #f9f7ee;
  border: 1px solid #e6e5e0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.assetOwner .ttlWrap::before{
  content: "";
  background: #878787;
  border-radius: 6px 0 0 6px;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 8px;
  height: calc(100% + 2px);
}
.assetOwner .ttlWrap .ttlWrapHead{
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.assetOwner .ttlWrap .ttlWrapTxt{
  text-align: justify;
  flex: 1;
  padding: 18px 24px 18px 0;
}
.assetOwner .ttlWrap + .des{
  text-align: justify;
  max-width: 975px;
  margin-top: 24px;
}
.assetOwner .faqCate .listCate li a.indent{
  display: inline-block;
}

@media (max-width: 768px){
  .pcOn{
    display: none;
  }
  .des{
    line-height: 1.57;
  }
  .assetOwner .ttlWrap{
    border-radius: 5px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  .assetOwner .ttlWrap.top{
    margin-top: 30px;
  }
  .assetOwner .ttlWrap::before{
    border-radius: 5px 0 0 5px;
  }
  .assetOwner .ttlWrap .ttlWrapHead{
    font-size: 1.125rem;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 12px 0 0 22px;
  }
  .assetOwner .ttlWrap .ttlWrapTxt{
    flex: auto;
    padding: 8px 15px 12px 22px;
  }
  .assetOwner .ttlWrap + .des{
    margin-top: 10px;
  }
}