<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.v-img {
  margin-top: 35px;
  display: block;
}

.v-section1 {
  position: relative;
  z-index: 0;
}
.v-section1::before {
  content: "";
  background: url("/data/img/views/disclosure/pc/title_icon.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 120px;
  position: absolute;
  top: -120px;
  right: 25px;
}

.v-dummyplace {
  position: relative;
  top: -50px;
  display: block;
}

.v-section2 {
  margin-bottom: 100px;
}
.v-section2:last-child {
  margin-bottom: 0;
}

.v-table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}
.v-table tr &gt; th {
  width: 580px;
  border-bottom: 1px dotted black;
  text-align: left;
  padding: 20px 30px 20px 0;
  font-weight: normal;
  text-decoration: underline;
}
.v-table tr &gt; th &gt; a {
  color: #F05000;
  font-size: 1.6rem;
}
.v-table tr &gt; td {
  border-bottom: 1px dotted black;
  padding: 20px 0;
  vertical-align: sub;
}

.v-title {
  font-size: 1.6rem;
  margin: 50px 0;
}

.v-details {
  border-top: 5px solid #F08C00;
  margin-bottom: 100px;
}
.v-details:last-child {
  margin-bottom: 0;
}
.v-details &gt; img {
  padding-left: 20px;
  padding-top: 30px;
}
.v-details.has-nomargin {
  margin-top: 0;
}
.v-details &gt; hr {
  border: 1px solid #F08C00;
}
.v-details &gt; h3 {
  font-size: 2.4rem;
  padding-left: 20px;
  margin: 10px 0;
}
.v-details &gt; p {
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .v-section1 {
    position: relative;
    z-index: 0;
  }
  .v-section1::before {
    content: "";
    background: url("/data/img/views/disclosure/pc/title_icon.png") no-repeat;
    background-size: cover;
    width: 20rem;
    height: 12rem;
    position: absolute;
    top: -12rem;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .v-dummyplace {
    position: relative;
    top: -50px;
    display: block;
  }
  .v-section2 {
    margin-bottom: 5rem;
  }
  .v-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  .v-table tr &gt; th {
    color: #F05000;
    font-size: 1.6rem;
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding: 1rem 0 0;
    font-weight: normal;
    display: block;
  }
  .v-table tr &gt; td {
    border-bottom: 1px dotted black;
    padding: 0.5rem 0 1rem;
    display: block;
  }
  .v-title {
    font-size: 1.6rem;
    margin: 3rem 0 13rem;
  }
  .v-details {
    border-top: 5px solid #F08C00;
    margin-top: 5rem;
  }
  .v-details &gt; img {
    padding-left: 0;
    padding-top: 3rem;
  }
  .v-details.has-nomargin {
    margin-top: 0;
  }
  .v-details &gt; hr {
    border: 1px solid #F08C00;
  }
  .v-details &gt; h3 {
    font-size: 2rem;
    padding-left: 0;
    margin: 1rem 0;
  }
  .v-details &gt; p {
    font-size: 1.6rem;
  }
}</pre></body></html>