/****************************** mobile,cpmmon ******************************/
.nfBg {
  background: #ffffff;
  width: 100%;
  height: 100vh;
  position: relative;
}
.nfCon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nfHead {
	font-family: Avenir Next,Avenir,Lato,Arial,Ebrima,Modern,sans-serif;
	margin-bottom: 20px;
	color: #232323;
}
.nfHeadFc {
  display: block;
  font-weight: 600;
  font-size: 60px;
}
.nfHeadSc {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
}
.nfText {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
	margin-bottom: 60px;
}
.nfTopAnchor {
  border: 1px solid #000000;
  height: 45px;
  width: 240px;
  line-height: 45px;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 1px;
}
/****************************** tablet ******************************/
@media (min-width: 600px){
}
/****************************** tablet Pro ******************************/
@media (min-width: 960px){
	.nfTopAnchor:hover {
		background: #232323;
		color: #ffffff;
		transition: 0.3s;
	}
  .nfHeadFc {
    font-size: 80px;
  }
  .nfHeadSc {
    font-size: 24px;
  }
}
