<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.indent,
.indent-2 {
  padding: 1% 0
}

#main-block .main-title,
.right-text,
.text,
span.sub-titile {
  display: inline-block
}

#main-block {
  width: 72%;
  margin: 0 14%;
  color: #337fb8
}

#main-block&gt;img {
  margin-bottom: 4%
}

#main-block #wrap {
  width: 80%;
  margin-left: 10%
}

#main-block .main-title {
  width: 100%;
  text-align: center;
  margin-bottom: 4%
}

span.sub-titile {
  width: 100%;
  margin: 3% 0 1%
}

.head-text-indent,
.indent,
.indent-2 {
  margin-left: 3%
}

.added-top-margin {
  margin-top: 3%
}

.text-line-height {
  line-height: 1.9vw
}

.text {
  font-size: 1.1vw
}

table,
table.table-1 span.sub-titile,
table.table-1 span.text {
  font-size: .9vw
}

.indent {
  width: 96.3%;
  text-indent: -2.7%
}

.indent-2 {
  width: 93%;
  text-indent: 0%
}
table {
  width: 100%;
  text-indent: 0
}

.right-text {
  margin-top: 4%;
  width: 100%;
  text-align: right
}

.bold-text {
  font-weight: 700
}

table {
  border-collapse: collapse
}

table tr:nth-child(1) {
  text-align: center
}

table.table-1 p,
table.table-1 span.sub-titile.added-padding,
table.table-1 span.text {
  display: inline-block;
  width: 90%;
  padding-left: 3%
}

table.table-1 td {
  padding: 3% 0
}

table.table-2 tr:nth-child(even) {
  background: #efefef
}

table.table-2 p {
  width: 97%;
  padding-left: 1%
}

#p-mark,
#p-mark .p-top {
  width: 100%
}

.angle-left {
  text-align: left !important
}

.hide-br {
  display: none
}

#p-mark {
  margin-top: 5%
}

#p-mark span {
  font-size: 1.1vw
}

#p-mark .mark {
  width: 14%
}

#p-mark .p-top&gt;span {
  display: inline-block;
  float: right;
  width: 80%
}

#p-mark .p-box {
  box-sizing: border-box;
  width: 100%;
  margin-top: 3%;
  padding: 3%;
  border: 1px solid #337fb8
}

#p-mark .p-bold-text {
  font-weight: 700;
  display: inline-block;
  width: 100% !important;
  text-align: center
}

.sp-material {
  display: none
}

@media screen and (max-width:760px) {

  #p-mark span,
  .text {
    font-size: 4vw
  }

  .sp-material {
    display: inline-block !important
  }

  #p-mark {
    margin-bottom: 5%
  }

  #p-mark .p-top&gt;span {
    display: inline-block;
    float: right;
    width: 100%
  }

  #p-mark .mark {
    width: 20%;
    float: right
  }

  .hide-br {
    display: block
  }

  .right-text {
    line-height: 7vw
  }

  #main-block {
    width: 100%;
    margin: 0
  }

  #main-block&gt;img {
    margin-top: 7%;
    margin-bottom: 3%
  }

  #main-block #wrap {
    width: 96%;
    margin: 5% 2% 0
  }

  .text {
    display: inline-block
  }

  .text-line-height {
    line-height: 6.5vw
  }

  td.sc {
    width: 30% !important
  }

  table {
    border-collapse: collapse;
    font-size: 3vw;
    width: 100%
  }

  table tr:nth-child(1) {
    text-align: center
  }

  table.table-1 span.sub-titile,
  table.table-1 span.text {
    font-size: 3vw;
    line-height: 6vw
  }

  .added-top-margin {
    margin-top: 8%
  }

  .text {
    line-height: 7vw;
    /* width: 100% */
  }

  .indent {
    width: 94%;
    padding: 1% 0;
    text-indent: -6%;
    margin-left: 6%;
  }

  .indent-2 {
    width: 91%;
    margin-left: 9%;
    text-indent: -6%
  }
}










/* dl3rdP */

.dl3rdP {
  box-sizing: border-box;
  width: 100%;
  margin: 30px 0 30px;
  border-bottom: grey 1px solid;
}

.dl3rdP dl {
  display: flex;
  box-sizing: border-box;
  border-top: grey 1px solid;
  border-left: grey 1px solid;
  border-right: grey 1px solid;
  margin: 0;
}
.dl3rdP dl dt,
.dl3rdP dl dd {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  margin: 0;
  text-indent: 0;
  width: 100%;
  border-left: grey 1px solid;
}
.dl3rdP dl dt {
  background: #efefef;
}

  .dl3rdP dl dt:first-of-type,
  .dl3rdP dl dd:first-of-type {
    border-left: none;
  }

@media screen and (max-width:760px) {
  .dl3rdP {
    margin: 0px;
    border-bottom: none;
  }
  .dl3rdP dl {
    display: block;
    border-bottom: grey 1px solid;
    margin: 30px 0 30px;
  }
  .dl3rdP dl dt,
  .dl3rdP dl dd {
    border-top: grey 1px dotted;
    border-left: none;
  }
  .dl3rdP dl dd:first-of-type {
    border-top: none;
  }
}
</pre></body></html>