@charset "utf-8";

.mb80 span {
    font-size: 23px;
    font-weight: bold;
    line-height: 2;
}

.telButton {
    display: flex;
    color: #fff;
    background-color: #238763;
    height: 120px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .telButton-inner {
    display: flex;
    color: #fff;
  }
.telButton-inner img {
    width: 44px;
  }
.telButton-inner p {
  margin-left: 20px;
  font-size: 16px;
  display: flex;
  color: #fff;
  flex-flow: column;
  justify-content: center;
}
.telButton-inner span {
  line-height: 1;
  margin-top: 12px;
}
.info {
  line-height: 2;
  margin-top: 24px;
  font-size: 20px;
}
.mb80 .info span {
  font-size: 20px;
  color: #238763;
}
.telArea {
    max-width: 480px;
    margin: 0 auto;
}
p.textStyle01 {
    font-size: 16px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 1.5em;
    margin-top: 24px;
}