<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**********************************************************************
	DigiWallMethod - className : DigiWallMethod
***********************************************************************/
.DigiWallMethod .DigiWallMethod-flow .ttl_03 {
  margin-bottom: 30px;
}
.DigiWallMethod .DigiWallMethod-flow .step {
  padding-bottom: 10px;
}
.DigiWallMethod .DigiWallMethod-flow .step p {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.DigiWallMethod .DigiWallMethod-flow span {
  font-size: 3.0rem;
  margin-left: 3px;
}
.DigiWallMethod .DigiWallMethod-flow img {
  margin-bottom: 10px;
}
.DigiWallMethod .DigiWallMethod-flow p.flow-txt {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 1.4rem;
}
.DigiWallMethod .DigiWallMethod-attention .list-circle li {
  padding-left: 45px;
  margin-bottom: 5px;
}
.DigiWallMethod .DigiWallMethod-attention .list-circle li:before {
  left: 25px;
}

@media only screen and (max-width: 936px) {
  /**********************************************************************
  	DigiWallMethod - className : DigiWallMethod
  ***********************************************************************/
  .DigiWallMethod .DigiWallMethod-flow .ttl_03 {
    margin-bottom: 10px;
  }
  .DigiWallMethod .DigiWallMethod-flow .step {
    padding-bottom: 30px;
  }
  .DigiWallMethod .DigiWallMethod-flow .step:nth-child(even) {
    padding-bottom: 10px;
  }
  .DigiWallMethod .DigiWallMethod-attention .list-circle li {
    padding-left: 25px;
  }
  .DigiWallMethod .DigiWallMethod-attention .list-circle li:before {
    left: 0px;
  }
}
</pre></body></html>