
/* entry */
#entry{
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
  padding: 180px 0 40px 0;
}
#entry h1{
  font-size: 30px;
  letter-spacing: 0.14em;
  padding: 60px 0 30px 0;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#entry > p{
font-size: 16px;
  font-weight: 200;
  padding: 10px 0 20px 0;
  line-height: 2em;
}
#entry dt{
  padding: 0 0 0 0;
  position: relative;
  display: block;
  margin: 0 0 7px 0;
  font-size: 15px;
  color: #1d2543;
  font-weight: 500;
  letter-spacing: 0.1em;
}
span.required{
  display: inline-block;
  border: 1px solid;
  color: #fff;
  background: #000;
  margin: 0 8px 0 0;
  font-size: 10px;
  padding: 3px 8px 3px 10px;
  border-radius: 4px;
  vertical-align: 2px;
}

/*
#entry dt:before{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1d2543;
  position: absolute;
  left: 0;
  top: 8px;
}
*/


#entry dd{
  padding: 0 0 30px 0;
}
#entry form{
  text-align: center;
}
#entry form > div:nth-child(1){
  padding: 30px 0 0 0;
  text-align: left;
}
.form-control{
  width: 100%;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
  -webkit-border-radius : 0;
  -webkit-appearance : none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);
}
#entry form p{
  padding: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.7em;
}
#entry form p a{
  color: #000;
  border-bottom: 1px dotted;
}
#entry form p a:hover{
  border-bottom: 1px dotted #fff;
}
.resist-btn{
  text-align: center;
  width: 90%;
  max-width: 540px;
  display: inline-block;
  background: linear-gradient(#000, #000);
  border-radius: 3px;
  font-size: 17px;
  padding: 20px 5px 22px 5px;
  color: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
  margin: 0 auto;
}
.resist-btn:hover{
  opacity: 0.5;
}
.user_agreement{
  border: 1px solid #dcdcdc;
  background: #ebeeec;
  border-radius: 3px;
  padding: 25px 0 25px 0!important;
  margin: 40px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_agreement span{
  padding: 0 0 0 25px;
  font-size: 13px;
  position: relative;
}
.user_agreement span:before{
  content:"";
  width: 18px;
  height: 18px;
  background: url(/img/icon-agreement-ok.png) no-repeat;
  background-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-checked{
  border: 1px solid #fff!important;
  background: #fff!important;
  border-radius: 3px;
  padding: 25px 0 25px 0!important;
  margin: 40px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-checked span{
  padding: 0 0 0 25px;
  font-size: 12px;
  color: #000;
  position: relative;
}
.p-checked span:before{
  content:"";
  width: 18px;
  height: 18px;
  background: url(/img/icon-agreement.png) no-repeat!important;
  background-size: 18px!important;
  position: absolute;
  top: 0;
  left: 0;
}
textarea{
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
}
.error_blank{
  color: #ff0000;
  padding: 10px 0 0 0;
  font-size: 12px;
}
#agree{
  display: none;
}
#form_submit{
  display: none;
}
.submitok{
  display: block!important;
}


/* thankyou */
#thankyou{
  text-align: center;
  padding: 144px 0 144px 0;
  background: #f8f8f8;
  margin: 90px 0 0 0;
}
#thankyou h2{
  color: #000;
}
#thankyou p{
  font-size: 14px;
  padding: 20px 0 0 0;
}
