/* line 2, sass/greeting.scss */
.body .trunk .branches .leaf .main.greeting *,
.body .trunk .branches .leaf .main.greeting *:before,
.body .trunk .branches .leaf .main.greeting *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* line 9, sass/greeting.scss */
.body .trunk .branches .leaf .main.greeting .image {
  margin-bottom: 17px;
  max-width: 100%;
  width: 100%;
}

/* line 12, sass/greeting.scss */
.body .trunk .branches .leaf .main.greeting .paragraph {
  color: #1F1F1F;
  /* font-size: 14px; */
  font-size: 16px;
  margin-bottom: 22px;
}

/* line 17, sass/greeting.scss */
.body .trunk .branches .leaf .main.greeting .president {
  color: #1F1F1F;
  font-size: 16px;
  text-align: right;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.body .trunk .branches .leaf .main.greeting .president span {
  color: #1F1F1F;
  font-size: 16px;
  text-align: right;
  line-height: 1;
}

.content span.ttl {
  color: #006FC5;
  display: block;
  font-size: 18px;
  margin: 30px 0 14px !important;
}

.page-ttl {
  font-size: 24px;
  margin-top: 20px !important;
}

@media screen and (max-width: 1119px) {
  .body.lower .trunk .branches .leaf > .main.greeting {
    clear: both;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .body.lower .trunk .branches .leaf > .main.greeting {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
@media screen and (max-width: 1119px) {
  .body.lower .trunk .branches .leaf > .main.greeting > .sidebar {
    display: block;
    float: unset;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .body.lower .trunk .branches .leaf > .main.greeting > .sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 1119px) {
  .body.lower .trunk .branches .leaf > .main.greeting > .content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .body.lower .trunk .branches .leaf > .main.greeting > .content .paragraph {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .body.lower .trunk .branches .leaf > .main.greeting > .content .president {
    font-size: 12px;
  }

  .body .trunk .branches .leaf .main.greeting .president span {
    font-size: 14px;
  }

  .body .trunk .branches .leaf .main.greeting .president img {
    max-width: 140px;
  }
}

/*# sourceMappingURL=greeting.css.map */
