@charset 'utf-8';


.boxCsnkFormPopupBg {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.boxCsnkFormPopupBg:hover {
  cursor: pointer;
}

.btnCsnkFormPopup {
  cursor: pointer;
}

.boxCsnkFormPopupCont {
  overflow-y: auto;
  display: none;
  width: 840px;
  height: 80%;
  padding: 50px 50px 50px 50px;
  background-color: #fff;
  color: #333;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  z-index: 2001;
  text-align: left;
  line-height: 1.6;
}
@media all and (max-width: 750px){
  .boxCsnkFormPopupCont {
    width: 96%;
    height: 90%;
    padding: 5% 5%;
  }
}

.boxCsnkFormPopupCont .ttlCsnkFormPopupCont {
  margin-bottom: 2.5em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 2.0rem;
  font-weight: 700;
}

.btnCsnkFormPopupClose {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1.8rem;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnCsnkFormPopupClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
}

.btnCsnkFormPopupNext,
.btnCsnkFormPopupPrev {
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnCsnkFormPopupNext,
  .btnCsnkFormPopupPrev {
    width: 4%;
  }
}

.btnCsnkFormPopupNext {
  left: 94.3%;
}
.btnCsnkFormPopupPrev {
  left: 5.7%;
}
@media all and (max-width: 750px){
  .btnCsnkFormPopupNext {
    left: 93%;
  }
  .btnCsnkFormPopupPrev {
    left: 7%;
  }
}
