@charset "UTF-8";

/*========================================
独自CSS（各ページ単位）
========================================*/
body {
	font-family: "Noto Serif JP","Noto Serif", serif;
}

a{
	text-decoration: none;
	letter-spacing: 0.11em;
  color: #5C5C5C;
}

h1,h2,h3,h4,h5,h6{
	letter-spacing: 0.11em;
  margin: 0;
  font-weight: normal;
}

p{
	color: #5C5C5C;
	letter-spacing: 0.11em;
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  p{
    font-size: 1.4rem;
  }
}

ul{
	list-style: none;
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
  margin: 0;
  font-weight: normal;
}

li{
  font-size: 1.6rem;
  font-weight: normal;
  color: #5C5C5C;
}
@media (max-width: 600px) {
  li{
    font-size: 1.4rem;
  }
}

/*========================================
受検者情報入力
========================================*/
.page-register_nuc{
  max-width: 110rem;
  width: 100%;
  padding: 0 2vw;
  margin: 0 auto 12.8rem;
}
@media (max-width: 900px) {
  .page-register_nuc{
    padding: 0 4vw;
    margin: 0 auto 6.4rem;
  }
}

/*========================================
見出し
========================================*/

.page-register_nuc__title{
  margin-bottom: 10.2rem;
  position: relative;
}
@media (max-width: 1279px) {
  .page-register_nuc__title{
    margin-bottom: 8rem;
  }
}
@media (max-width: 600px) {
  .page-register_nuc__title{
    margin-bottom: 6.8rem;
  }
}
@media (max-width: 468px) {
  .page-register_nuc__title{
    margin-bottom: 6rem;
  }
}

.page-register_nuc__title::before{
  content: 'register';
  display: inline-block;
  width: 100%;
  color: rgba(255,255,255,.5);
  font-size: 16rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  line-height: .7;
}
@media (max-width: 1279px) {
  .page-register_nuc__title::before{
    font-size: 12rem;
  }
}
@media (max-width: 900px) {
  .page-register_nuc__title::before{
    font-size: 9.6rem;
  }
}
@media (max-width: 600px) {
  .page-register_nuc__title::before{
    font-size: 8.8rem;
    line-height: 1.2;
    color: rgba(255,255,255,.7);
  }
}
@media (max-width: 468px) {
  .page-register_nuc__title::before{
    font-size: 7.2rem;
    line-height: 1.3;
  }
}

.page-register_nuc__title-en{
  font-size: 6rem;
  color: #2E2C62;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
}
@media (max-width: 1279px) {
  .page-register_nuc__title-en{
  font-size: 4.8rem;
  }
}
@media (max-width: 600px) {
  .page-register_nuc__title-en{
  font-size: 4rem;
  }
}

.page-register_nuc__title-ja{
  text-align: center;
  font-size: 2rem;
  margin-bottom: -.8rem;
  letter-spacing: .2em;
}
@media (max-width: 1279px) {
  .page-register_nuc__title-ja{
  font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .page-register_nuc__title-ja{
  font-size: 1.6rem;
  }
}

/*======================================
リード文  
========================================*/
.page-register_nuc__lead{
  margin-bottom: 2em;
  line-height: 2;
  text-align: center;
}

.page-register_nuc__main{
  margin-bottom: 6em;
  text-align: center;
}

.page-register_nuc__main__number{
  font-weight: bold;
  font-size: 1.8rem;
}

.page-register_nuc__lead:last-of-type{
  margin-bottom: 4em;
}

.page-register_nuc__lead--br{
  display: block;
}

@media (max-width: 600px) {
  .page-register_nuc__lead--br{
    display: none;
  }
}

/*エラーの時*/
.page-register_nuc__form--error{
  background: #ffdddd;
  font-size: 16px;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px auto;
}