h3 {
  font-size: 1.4em;
}

.c_box {
  row-gap: 2em;
  max-width: 800px;
  margin: 20px auto;
}

.contents1 {
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.contents1 .text {
  display: flex;
  flex-flow: column;
  row-gap: 0.5em;
}
.contents1 .text .s1 {
  font-weight: 600;
  display: block;
  background-image: url("../img/water_b.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  padding: 4em;
}
.contents1 .text .s2 {
  color: #555;
  text-align: right;
}

.contents2 {
  justify-content: center;
  align-items: center;
}
.contents2 .c_box {
  justify-content: space-between;
}
.contents2 .c_box dt {
  margin-bottom: 0.5em;
  line-height: 1.75em;
  font-weight: 600;
  border-bottom: 2px solid #8bd0fc;
}
.contents2 .c_box dd {
  padding-left: 1.25em;
  margin-bottom: 1em;
}
.contents2 .c_box .fa-square {
  margin-right: 0.25em;
}
.contents2 .c_box .c_65 img {
  margin-left: auto;
}

.contents3 {
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 60px;
}
.contents3 dl {
  border: 1px solid rgb(230, 138, 52);
  padding: 1em;
}
.contents3 dl h4 {
  font-weight: 600;
  font-size: 1.2em;
}
.contents3 dl .c_box {
  display: grid;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
  grid-template-columns: repeat(2, minmax(0, auto));
}/*# sourceMappingURL=center.css.map */

/* 20260330追加 */
#top_wrapper h2 {
	font-size: 2.3em;
}
#top_wrapper span {
	font-size: 1.4em;
}
h3 {
	width: 1100px;
	margin: 0 auto;
}
#center {
	font-size: 2em;
}
.c_box {
	display: block;
	width: 1100px;
	max-width: none;
}
table {
	max-width: 1100px;
}
table tr {
	line-height: 0;
}
table th {
	padding: 1em 0;
}
.c_box .c_35 {
	width: 1100px;
}
.c_65 a img {
	width: 1100px;
	max-width: none;
}