@charset "utf-8";
.el-d-section.el-d-section--fullWidth,
.el-d-section .el-carousell {
  margin-bottom: 0;
}

.eb {
  background: url("/_var/elbale/top/elbale-back.jpg");
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 30px;
  box-sizing: border-box;
  font-size: 15px;
}
@media (max-width: 699px) {
  .eb {
    padding: 58px 30px 62px;
  }
}

.eb-message {
  text-align: center;
  padding: 50px 0;
  width: 100%;
  max-width: 755px;
  margin: auto;
  background-image: url("/_var/elbale/top/elbale-message-back.jpg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1.86;
}
@media (max-width: 699px) {
  .eb-message {
    padding: 0;
    background: none;
  }
}
.eb-message__title {
  margin: 0;
}
@media (max-width: 699px) {
  .eb-message__title {
    width: 242px;
    margin: 0 auto 18px;
  }
}
.eb-message__texts {
  position: relative;
  padding: 15px 0;
  letter-spacing: -0.6px;
}
@media (max-width: 699px) {
  .eb-message__texts {
    padding: 20px 15px;
    background-image: url("/_var/elbale/top/elbale-message-back.jpg.png");
    background-size: 48% auto;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
  }
}
.eb-message__texts:before {
  content: '';
  width: 45px;
  height: 45px;
  border-top: 1px solid #6f7271;
  border-left: 1px solid #6f7271;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.eb-message__texts:after {
  content: '';
  width: 45px;
  height: 45px;
  border-bottom: 1px solid #6f7271;
  border-right: 1px solid #6f7271;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 700px) {
  .eb-howto {
    margin-top: -25px;
  }
}
@media (max-width: 699px) {
  .eb-howto {
    margin-top: 20px;
  }
}
.eb-howto__icn {
  text-align: center;
}
@media (max-width: 699px) {
  .eb-howto__icn {
    margin-bottom: 20px;
  }
  .eb-howto__icn img {
    width: 100%;
  }
}
.eb-howto__title {
  margin: 10px 0 20px;
  text-align: center;
}
@media (max-width: 699px) {
  .eb-howto__title {
    width: 234px;
    margin: 0 auto 20px;
  }
  .eb-howto__title img {
    width: 100%;
  }
}
.eb-howto__blocks {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  .eb-howto__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .eb-howto-block {
    width: 280px;
  }
}
@media (max-width: 699px) {
  .eb-howto-block {
    margin-bottom: 70px;
    position: relative;
  }
  .eb-howto-block:after {
    content: '';
    width: 42px;
    height: 43px;
    background: url("/_var/elbale/top/elbale-arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -56px;
  }
  .eb-howto-block:last-child {
    margin-bottom: 0;
  }
  .eb-howto-block:last-child:after {
    display: none;
  }
}
.eb-howto-block__image {
  position: relative;
}
.eb-howto-block__image:after {
  content: '';
  width: 43px;
  height: 42px;
  background: url("/_var/elbale/top/elbale-arrow_pc.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -47px;
}
@media (max-width: 699px) {
  .eb-howto-block__image:after {
    display: none;
  }
}
.eb-howto-block__image img {
  width: 100%;
}
.eb-howto-block__texts {
  margin-top: -36px;
  margin-bottom: 0;
}
@media (max-width: 699px) {
	.eb-howto-block__texts {
		margin-top: -38px;
	}
}
.eb-howto-block__title {
  width: 75px;
  height: 75px;
  background: #90b821;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin: auto;
}
.eb-howto-block__text {
  margin: 8px 0 0;
	font-size: 15px;
}
.eb-howto-block:last-child .eb-howto-block__image:after {
  display: none;
}

.eb-button {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 35px;
}
.eb-button__link {
  display: block;
  margin: auto;
  width: 470px;
  height: 75px;
}
@media (max-width: 699px) {
  .eb-button__link {
    width: 345px;
    height: 75px;
    max-width: 100%;
  }
}
