.pri-area{
  max-width: 1100px;
   width: 100%;
   margin: 0 auto 200px;
}
.pri-w{
  font-size: 16px;
  line-height: 1.5em;
}
.pri-num{
  font-size: 16px;
  line-height: 1.5em;
}

.pri-t{
  margin-top: 3em;
    margin-bottom: 2em;
  font-weight: bold;
  font-size: 16px;
    line-height: 1.5em;
}
.pri-w-num {
    margin-top: 1em;
    font-size: 16px;
   list-style-type: decimal; /* 数字リストを明示 */
  list-style-position: inside;
  color: #0C0C0C; /* テキスト色 */
}

.pri-w-num li::marker {
  color:var(--brand-blue);/* 数字を青色 */
  font-weight: bold;
}
.pri-w2{
  display: block;
  margin-top: 2em;
  width: fit-content;
      font-size: 16px;
      border-bottom: 1px solid black;
}
.pri-w2:hover{
  opacity: 0.8;
}
@media screen and (max-width: 750px) {

.pri-w {
    font-size: 13px;
    line-height: 2em;
}
.pri-area {

    width: calc(100% - 40px);
    margin: 0 auto 200px;
}
.pri-t {
    text-indent: -1em;
    padding-left: 1em;
      margin-top: 3.5em;
    font-size: 13px;}


.pri-w-num {
  line-height: 2em;
    margin-top: 1em;
    font-size: 13px;
  }
.pri-w-num  li{
  text-indent: -1em;
  padding-left: 1em;
}
.pri-w2 {
    display: block;
    margin-top: 2em;
    width: fit-content;
    font-size: 13px;
    border-bottom: 1px solid black;
}
