@charset "utf-8";

h2 {
  margin-bottom: 40px;
}

h3 {
  font-size: 32px;
  color: #3cc384;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px dotted #3cc384;
  margin-bottom: 25px;
}

.info {
  width: 530px;
}

.info p:first-child {
  color: #3cc384;
  margin-bottom: 25px;
}

.info p:nth-child(3) {
  line-height: 27px;
}

.staff {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.imgRight {
  flex-direction: row-reverse;
}


.staffLast {
  margin-bottom: 0;
}





























