h3 {
  font-size: 1.4em;
}

.fa-square {
  margin-right: 0.25em;
}

.c_box {
  row-gap: 2em;
  max-width: 800px;
  margin: 20px auto;
}

table tr {
  line-height: 1em;
}
table th {
  width: 10em;
}
table td {
  padding: 0.5em 0;
}
table td p {
  padding: 0;
}

#usage_guide ul {
  padding: 0.5em 0;
}
#usage_guide ul li {
  margin-left: 3em;
  text-indent: -1em;
  line-height: 1.25em;
  margin-bottom: 1em;
}
#usage_guide .r li {
  margin-left: 1.5em;
  text-indent: -1em;
}
#usage_guide .r .s {
  margin-left: 0;
  text-indent: 0;
}

.contents3 {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr;
  margin-top: 60px;
}
.contents3 h3 {
  margin: 0 auto;
}
.contents3 ul {
  justify-self: flex-start;
}
.contents3 .s div {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
  margin-left: 3em;
}
.contents3 .s div .s_1,
.contents3 .s div .s_2,
.contents3 .s div .s_3 {
  padding: 0.25em 0.5em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.contents3 .s div .s_1 {
  background-color: #fd8d6a;
  border: 2px solid #ff3c00;
  border-radius: 4px;
}
.contents3 .s div .s_2 {
  background-color: #abe6fd;
  border: 2px solid #00b5fd;
  border-radius: 4px;
}
.contents3 .s div .s_3 {
  background-color: #b5fdab;
  border: 2px solid #1beb00;
  border-radius: 4px;
}

.contents4 {
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 60px;
}

.contents2 {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr;
}
.contents2 h3 {
  margin: 0 auto;
}/*# sourceMappingURL=usage.css.map */
/* 20260330追加 */
#top_wrapper h2 {
	font-size: 2.3em;
}
#top_wrapper span {
	font-size: 1.4em;
}
.contents4 {
	align-items: flex-start;
}
.contents4 h3 {
	margin: 0;
}
.contents3 h3 {
	margin: 0;
}
.contents2 h3 {
	margin: 0;
}
#usage_guide {
	font-size: 2em;
}
.c_box {
	width: 1100px;
	max-width: none;
}