.kv_noimg h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #009966;
  text-align: left;
}
.kv_noimg h1 span {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .kv_noimg h1 span {
    margin-left: 5px;
  }
}
.kv_noimg h1 img {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .kv_noimg h1 img {
    width: 50px;
    margin-right: 10px;
  }
}
.kv_noimg h1.topmassage_h1 span {
  display: none;
}
.kv_noimg > .inner .txt_wrap h1.topmassage_h1 div {
  font-weight: bold;
}
.kv_noimg > .inner .txt_wrap h1.topmassage_h1 span {
  display: none;
}

.kv_img {
  background-color: #f9faf4;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .kv_img {
    height: 100px;
  }
}
.kv_img > .inner .txt_wrap h1.topmassage_h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #99991e !important;
  text-shadow: none !important;
}
.kv_img > .inner .txt_wrap h1.topmassage_h1 span {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .kv_img > .inner .txt_wrap h1.topmassage_h1 span {
    margin-left: 5px;
  }
}
.kv_img h1.topmassage_h1 img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .kv_img h1.topmassage_h1 img {
    width: 50px;
    margin-right: 10px;
  }
}

.gr_topm_area {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .gr_topm_area {
    margin-bottom: 50px;
    padding: 0 5%;
  }
}
.gr_topm_area h2 {
  font-size: 32px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .gr_topm_area h2 {
    font-size: 20px;
  }
}
.gr_topm_area h2.center {
  text-align: center;
  justify-content: center;
}
.gr_topm_area .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .gr_topm_area .flex {
    display: block;
    margin-top: 30px;
  }
}
.gr_topm_area .flex.flexclm {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.gr_topm_area .flex.flexclm img {
  order: 1;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .gr_topm_area .flex.flexclm img {
    padding: 0 10%;
  }
}
.gr_topm_area .flex.flexclm .txt {
  order: 2;
}
.gr_topm_area .flex img {
  display: block;
  order: 2;
  width: 330px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .gr_topm_area .flex img {
    margin-top: 0;
    width: 100%;
    padding: 0 17%;
  }
}
.gr_topm_area .flex .txt {
  order: 1;
  font-size: 16px;
  width: 400px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .gr_topm_area .flex .txt {
    font-size: 14px;
    width: 100%;
    margin-top: 30px;
    line-height: 22px;
  }
}
.gr_topm_area .flex .txt span.signature {
  display: block;
  margin-top: 15px;
  text-align: right;
}
.gr_topm_area .flex .txt span.signature span {
  display: inline-block;
}/*# sourceMappingURL=layout.css.map */