@charset "UTF-8";

.mess_wrap {
  letter-spacing: 0.8px;
  line-height: 1.8;
}
.mess_wrap h2{
  color:#4186D5;
  text-align: center;
  font-size: 24px;
  margin-bottom:40px;
}

.mess_wrap > div{
  padding:60px 40px;
  border-top: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44;
  &:first-of-type{
    padding-top:0;
    border-top: none;
  }
  &:last-of-type{
    padding-bottom:0;
  }
}
.box_01 p{
  color: var(--c-blue01);
  text-align: center;
  font-size: 20px;

}
.box_02 p{
  margin-bottom:20px;
  color:#000;
  text-align: left;
  letter-spacing: 0.6px;
}
.box_02 p.txt_sign{
  text-align: right;
  margin-bottom:0;
}
.box_03 ol{
  width: fit-content;
  margin: auto;
  list-style: decimal;
  color: var(--c-blue01);
  line-height: 2;
}

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

}
