@charset "UTF-8";
/*=======================================
会頭挨拶
=========================================*/
.p-join__lead {
  margin-bottom: 82px;
}
.p-join__lead .c-table1 {
  margin-top: 24px;
}
.p-join__step .content {
  position: relative;
}
.p-join__step .content:before {
  display: block;
  content: "";
  position: absolute;
  left: 110px;
  top: 0;
  height: 100%;
  border-left: 1px solid #0C6B42;
  z-index: 1;
}
.p-join__step .content li {
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}
.p-join__step .content li:last-child {
  margin-bottom: 0;
}
.p-join__step .content dl {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-join__step .content dt {
  width: 240px;
  border: 1px solid #93BDAB;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 15px 21px;
  background: #fff;
}
.p-join__step .content dt .no {
  position: absolute;
  font-weight: 500;
  top: -12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  line-height: 1.5;
  border-radius: 30px;
  width: 98px;
  text-align: center;
  background: #0C6B42;
}
.p-join__step .content dt .heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0C6B42;
}
.p-join__step .content dd {
  width: calc(100% - 300px);
}
.p-join__step .c-btn1 {
  margin-top: 80px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-join__lead {
    margin-bottom: 40px;
  }
  .p-join__step .c-title2 {
    margin-bottom: 52px;
  }
  .p-join__step .content:before {
    display: none;
  }
  .p-join__step .content li {
    margin-bottom: 52px;
  }
  .p-join__step .content li:last-child {
    margin-bottom: 0;
  }
  .p-join__step .content dl {
    display: block;
  }
  .p-join__step .content dt {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .p-join__step .content dd {
    width: auto;
  }
  .p-join__step .c-btn1 {
    margin-top: 40px;
  }
}
