/*============================================================================================================
	entry
============================================================================================================*/
/*------------------------------------------
	.mainVisual.is-entry
------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .mainVisual.is-entry .imgBox {
    height: 340px;
    overflow: hidden;
    position: relative;
  }
  .mainVisual.is-entry .imgBox img {
    width: 1440px;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*------------------------------------------
	.entryInfo
------------------------------------------*/
.entryInfo {
  padding: 70px 0 90px;
}

@media screen and (max-width: 767px) {
  .entryInfo {
    padding: 35px 0 0;
  }
}

/*	.entryStep
---------------------------*/
.entryStep {
  margin: 0 auto 80px;
}

.entryStep .list {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entryStep .list .item {
  width: 33.33%;
  color: #c4c4c4;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding: 0 0 49px;
  position: relative;
}

.entryStep .list .item:nth-of-type(1):after {
  content: none;
}

.entryStep .list .item.is-active {
  color: #17a5ef;
}

.entryStep .list .item.is-active:before {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #17a5ef;
          box-shadow: 0 0 0 2px #17a5ef;
  bottom: -3px;
}

.entryStep .list .item.is-done:before, .entryStep .list .item.is-done:after {
  background: #17a5ef;
}

.entryStep .list .item:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #dfdfdf;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.entryStep .list .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #dfdfdf;
  position: absolute;
  right: 50%;
  bottom: 6px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .entryStep {
    margin-bottom: 45px;
  }
  .entryStep .list .item {
    font-size: 11px;
    padding-bottom: 20px;
  }
  .entryStep .list .item.is-active:before {
    bottom: -2px;
    border-width: 2px;
    -webkit-box-shadow: 0 0 0 1px #17a5ef;
            box-shadow: 0 0 0 1px #17a5ef;
  }
  .entryStep .list .item:before {
    width: 9px;
    height: 9px;
  }
  .entryStep .list .item:after {
    height: 1px;
    bottom: 4px;
  }
}

/*	.privacyBox
---------------------------*/
.privacyBox {
  padding: 40px 35px;
  background: #fff;
}

.privacyBox .txt + .txt {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .privacyBox {
    padding: 15px;
    height: 225px;
    overflow-y: scroll;
    border: 1px solid #ededed;
  }
  .privacyBox .txt {
    font-size: 12px;
  }
}
/*# sourceMappingURL=entry.css.map */