<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.all-content-text th {
  border: 1px solid #2AAA82;
  padding: 6px;
  background-color: #f1f1f1;
}
.all-content-text td {
  border: 1px solid #2AAA82;
  margin: 0;
  padding: 6px;
}
.all-content-text li{
  list-style: circle;
}
/*pc*/
@media only screen and (min-width: 1200px) {
  .all-content-wrapper{
    margin-top: 120px;
  }
  .all-content-text {
    width: 1200px;
    margin: auto;
  }
}
/*ç‰¹æ®Šå°ºå¯¸å¤„ç†*/
@media only screen and (min-width: 1199px) and (max-width: 1300px) {  }

/*mobile*/
@media only screen and (max-width: 1199px) {
  .all-content-wrapper{
    margin-top: 56px;
  }
  .all-content-text {
    min-width: 340px;
    width: 90%;
    margin: auto;
  }
}
</pre></body></html>