.column_main {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .column_main {
    margin-bottom: 60px;
  }
}

.note {
  margin-bottom: 40px !important;
}

.box {
  padding: 30px;
  margin: 0 auto 60px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  background: #F0F7F3;
  border: solid 1px #3A8E42;
}

.box .enclub_btn a {
  background: #fff;
  color: #3A8E42;
}

.box .enclub_btn a:hover {
  background: #3A8E42;
  color: #fff;
}

.tel_container .inner h3 {
  margin: 20px 0 14px;
  padding: 12px 16px;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
  background: #F9F9F9;
}

.tel_container .inner h3::before {
  content: none;
}

.tel_container .inner p {
  margin: 0 0 10px;
}

.tel_container .inner p .tel_num {
  font-weight: 600;
  color: #3A8E42;
  font-size: 3.2rem;
  line-height: 1;
}

.tel_container .inner p .tel_num::before {
  content: "";
  background-image: url(/shiori/images/tel_g.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.tel_container .inner .note {
  margin-bottom: 0 !important;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .box {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  .box h2 {
    margin-bottom: 14px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tel_container .inner h3 {
    font-size: 1.6rem;
    font-size: 16px;
  }
  .tel_container .inner p .tel_num {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .tel_container .inner p .tel_num::before {
    width: 16px;
    height: 16px;
    top: 0;
  }
  .tel_container .inner .note {
    font-size: 1.2rem;
    font-size: 12px;
  }
}
/*# sourceMappingURL=page.css.map */