@charset "utf-8";
/* CSS Document */

/*-----------------------
intro
------------------------*/
.sec-join .inner:first-child {
  margin-bottom: 100px;
}
.sec-join h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.sec-join p {
  line-height: 1.8;
	font-size: 1.3em;
}
.sec-join p b {
  display: block;
}

.join-note {
  border: 1px solid #778eb8;
  padding: 30px;
  margin-bottom: 50px;
}

/*-------------------------
online banner
---------------------------*/
.entry-bnr {
  text-align: center;
  margin: 100px auto 0;
}

.entry-button {
  position: relative;
  display: block;
  width: 80%;
  max-width: 500px;
  height: 100px;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
  background: #74b147;
}
.entry-button:hover {
  opacity: 1;
  background: #c7c7c7;
}

.entry-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-txt h5 {
  display: block;
  color: #000;
  font-size: 2.8rem;
  letter-spacing: 0.7rem;
  text-indent: 0.7rem;
}
.entry-txt p {
  display: block;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 8px;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
}