h3 {
  font-size: 1.4em;
}

.fa-square {
  margin-right: 0.25em;
}

.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/bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  padding: 4em;
}

table th {
  width: 12em;
}

.contents3 {
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.contents3 .c_box {
  justify-content: space-between;
  margin: 0 auto;
}
.contents3 ul {
  margin-bottom: 2em;
}
.contents3 ul .fa-square {
  color: #e68a34;
}
.contents3 ul li {
  margin-left: 1em;
  text-indent: -0.5em;
}
.contents3 .point {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e68a34;
}
.contents3 .point span {
  display: inline-block;
  color: #fff;
  background-color: #e68a34;
  font-weight: 600;
}
.contents3 .point span,
.contents3 .point p {
  padding: 0.5em;
}/*# sourceMappingURL=consultation.css.map */