@charset "utf-8";

section .member {
	width: 900px;
	margin: 0 auto 20px;
	padding: 0 0 20px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}

section .messeage {
	font-size: 14px;
	width: 900px;
	margin: 0 auto 30px;
	text-align: center;
	line-height: 1;
}

section article#contets p{
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}

section article#form div.registar {
	width: 100%;
	padding: 50px 0;
  background-color: rgba(136,203,204,0.15);
}

section article#form div.registar .send {
  width: 320px;
  font-size: 18px;
	padding: 15px 0 16px;
	margin: 30px auto 25px;
}

section article#form div.registar .send::after {
  width: 6px;
  height: 6px;
  position: absolute;
  right: 16px;
}

section article#unregistered .link {
  width: 320px;
  font-size: 18px;
	padding: 15px 0 16px;
	margin: 30px auto 25px;
}

section article#unregistered .send {
  width: 320px;
  font-size: 18px;
	padding: 15px 0 16px;
	margin: 30px auto 50px;
  color: #fff;
}

section article#unregistered .send::after {
  width: 6px;
  height: 6px;
  position: absolute;
  right: 16px;
}

section article#form div.registar .check {
	width: 380px;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

section article#form div.registar .checkbox {
  width: 15px;
  height: 15px;
	margin: 6px 10px 0 0;
}

section article#form div.registar .check-text {
	font-size: 15px;
	color: #4D4D4D;
}

section article#form div.registar p.tyui {
  color: #D63183;
	text-align: center;
	font-size: 14px;
	padding: 0px 0 10px;
}

section article#unregistered {
	width: 900px;
	margin: 15px auto 0;
}

section article#unregistered .unregisteredTxt {
	font-size: 14px;
	line-height: 2;
	text-align: left;
}

section article#unregistered .orange {
	color: #FF7047;
	text-decoration: underline;
}

section article#unregistered .mainTxt {
	width: 900px;
	margin: 90px auto 20px;
	padding: 0 0 20px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}

section article#unregistered .lead {
	width: 900px;
	margin: -10px auto 30px;
	line-height: 2;
	text-align: center;
	font-size: 14px;
}

section article#form div.registar-wrapper {
  width: 900px;
  margin: 0 auto;
}

.registar .registar-content {
  width :100%;
	position: relative;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-bottom: 10px;
}

.registar .registar-content p {
  display: inline-block;
	font-size: 15px;
  padding: 20px;
  width: 20%;
}
::-webkit-input-placeholder {
    color: #BCBCBC; }

.registar .registar-content p span {
  color: #D63183;
}

.registar .registar-content input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  width: 40%;
  border: none;
  outline: none;
}

.registar .text {
  width: 660px;
  height: 180px;
  padding: 30px;
  border: 2px solid #E2E2E2;
  background-color: #fff;
  margin: 0 auto 50px;
}

.registar a  {
	width: 320px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  display: block;
}

.content-sp {display: none;}


/* スマートフォン */

@media screen and (max-width:768px){

  section .head p {
    font-size: 1rem;
		line-height: 1;
  }

	section article#contets .pankuzu {
		width: 98%;
		margin: 2% auto;
  }
  section article#contets .pankuzu li {
    font-size: 0.6rem;
  }
  /* pankuzu */
  .attention-sp h3 {
		width: 96%;
		margin: 4% auto 8%;
		font-size: 1rem;
		line-height: 2;
  }
	
	section .member {
		width: 100%;
		font-size: 1.5rem;
		padding: 1% 0 3% 0;
		margin: 6% 0 0 0;
	}
	
	section .messeage {
		width: 100%;
		font-size: 1rem;
		line-height: 1.4;
		text-align: left;
		padding: 2% 0 0 0;
		margin: 0 0 4% 0;
	}

	section article#contets {
		width: 90%;
		margin: 0 auto;
  }

  section article#contets p{
    font-size: 16px;
  }

	section article#form div.registar {
		padding: 6% 0;
	}

  section article#form div.registar-wrapper {
    width: 90%;
  }
  .registar .registar-content {
    box-sizing: border-box;
    padding: 2%;
  }
  .registar .registar-content p{
    display: none;
  }

  .registar .content-sp {
    display: block;
    font-size: 1rem;
		padding-bottom: 2%;
  }

  .registar .content-sp span {
    color: #D63183;
  }

  .registar .registar-content input {
    font-size: 1rem;
    width: 90%;
  }
	
	section article#form div.registar .send {
		margin: 8% auto 0;
	}
	
	section article#form div.registar .check {
		width: 100%;
		margin: 8% auto 0;
	}
	
	section article#unregistered {
		width: 90%;
	}
	
	section article#unregistered .mainTxt {
		width: 100%;
		font-size: 1.4rem;
		margin: 10% auto 2%;
	}
	
	section article#unregistered .lead {
		width: 100%;
		margin: 4% 0 0 0;
		text-align: left;
		font-size: 1rem;
		line-height: 1.4;
	}
	
	.postal {padding: 2% 0 10%;}

  .registar .registar-content .auto {
    display: block;
    font-size: 0.8rem;
		text-align:center;
    width: 36%;
		top: 57%;
		left: 28%;
  }

  .registar .login-sp {
		display: block;
    font-size: 1rem;
		margin-bottom: 4%;
    color: #D63283;
    text-align: right;
  }
	.check {
			width: 80%;
			margin: 10% auto;
			display: flex;
	}
  .check .checkbox {
    width: 30px;
    height: 30px;
  }

  .check .check-text {
    font-size: 1rem;
    width: 140%;
  }
	.registar .text {
		width: 80%;
		height: 280px;
	}
  .registar .text .main-text{
    font-size: 1.2rem;
    margin-bottom: 10%;
  }

  .registar .text p{
    font-size: 0.8rem;
  }
	
	.scroll {
		height: 230px;
		line-height: 1.8;
	}

  .registar .send {
    width: 90%;
		margin: 0 auto;
  }

  .registar .send a {
    line-height: 40px;
  }

  .registar .send p {
    font-size: 28px;
  }

  .registar .send p::after {
    width: 9px;
    height: 9px;
    right: 30px;
    top: 38px;
    border-top: solid 3px;
    border-right: solid 3px;
  }
  
  section article#unregistered .send {
    font-size: 18px;
  }

}
