@charset "UTF-8";

/* =================================================
  project
================================================= */
.sec__leaf-main-contact{
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sec__leaf-main-subttl{
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.sec__leaf-main-subttl::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 4px;
  background: linear-gradient(90deg, #0070c0, #32b1c1);
  content: "";
}
.sec__leaf-main-contact .sec__leaf-main-txt p{
  line-height: 1.6;
  text-align: center;
}
.sec__leaf-main-contact a{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .sec__leaf-main-subttl{
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}