@charset "UTF-8";

.discla_wrap > div{
  padding:60px 40px 50px;
  border-bottom: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44;
  &:first-of-type{
    border-top: dotted 0.5px;
    border-width: medium;
    border-color: #7B7B7B44;
  }
  &:last-of-type{
    border-bottom:none;
  }
}
.discla_wrap h2{
  font-size: 24px;
  text-align: center;
  margin-bottom:40px;
  color:var(--c-blue01);
}
.discla_wrap ul,
.discla_wrap ol{
  padding-left:20px;
  position: relative;
}
.discla_wrap ul li,
.discla_wrap ol li,
.discla_wrap p,
.discla_wrap dl dt,
.discla_wrap dl dd{
  line-height: 1.8;
  margin-bottom:10px;
  position: relative;
}

.discla_wrap ol{
  list-style-type: decimal;
}

.discla_wrap ul li:before{
  position: absolute;
  content:"・";
  top:0;
  bottom:0;
  left:-15px;
  margin: auto;
}
.discla_wrap dl{
  margin-bottom:30px;
}
.discla_wrap dl li{
  margin-bottom:5px;
}

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

}
