@charset "UTF-8";

.freeArea .section_mod h2 {
  color: #009797;
  line-height: 1.5;
}

.freeArea .section_mod h3:not(:first-child) {
  padding: 0;
  background-color: transparent;
  margin-top: 2em;
  margin-bottom: 0;
}

.freeArea .section_mod p {
  margin-top: 1em;
}

.section_mod .grid_bg {
  background-color: #f1f1f1;
}

.freeArea .section_mod figure:not(:first-child) {
  margin-top: 2em;
}

.freeArea figcaption {
  font-size: 1.6rem;
  margin-top: 0;
  padding: 1em;
  background-color: #f1f1f1;
}

.main-v {
  position: relative;
}

.sec02 {
  margin-top: 4em;
}

.sign {
  text-align: right;
  margin-top: 0 !important;
}
.sign img {
  width: 190px;
  height: auto;
  margin: 1em 0;
}
.Img {
  margin-top: 0 !important;
}
.message h3::before {
  content: none;
}
.message .Grid-Column2 .Img img {
  max-width: 100px;
  height: auto;
}
.message .Grid-Column2 {
  gap: 2em;
  justify-content: flex-end;
  align-items: center;
  margin: 3em 0;
}

.button_wrap {
  margin-top: 2em;
  text-align: center;
}

.button_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  background-color: #009797;
}


@media only screen and (max-width: 599px) {
  .message .Grid-Column2 {
    justify-content: center;
  }
  .sign {
    order: 2;
  }
  .Img {
    order: 1;
  }
}

