@charset "utf-8";

.attention-sp {
  display: none;
  font-size: 30px;
}

section article h3{
  margin: 60px 0 80px;
  text-align: center;
  font-size: 36px;
	font-weight: bold;
  color: #4D4D4D;
  letter-spacing: 0.08rem;
  line-height: 80px;
}
.attention-sp h3{
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
  color: #4D4D4D;
  letter-spacing: 0.08rem;
  line-height: 80px;
}

section article#contets h3 span {
  border-bottom: 5px solid #E7FF59;
}

section article#contets p{
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}

.attention-sp h3 span {
  border-bottom: 5px solid #E7FF59;
}

section article#form div.registar {
	width: 100%;
	padding-bottom: 100px;
  background-color: rgba(136,203,204,0.15);
}

section article#form div.registar-wrapper {
  width: 900px;
  margin: 0 auto;
}

.tyui-sp {
  display: none;
}

section article#form div.registar p.tyui {
  color: #D63183;
	text-align: right;
	font-size: 14px;
	padding: 50px 0 10px;
}

.registar .registar-content {
  box-sizing: border-box;
  width :100%;
	position: relative;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}

.registar .content-sp {
  display: none;
}

.registar .registar-content:first-child {
  margin-top: 100px;
}

.registar .registar-content p {
  display: inline-block;
	font-size: 15px;
  padding: 20px;
  width: 20%;
}
.registar .registar-content p.value{
  padding-left: 0px;
}
::-webkit-input-placeholder {
    color: #BCBCBC; }

.registar .registar-content p span {
  color: #D63183;
}

.registar .registar-content input {
  border-color: transparent;
  width: 40%;
}
.registar .registar-content input.add {
  width: 210px;
}

.registar .registar-content label{
  margin-right: 20px;
}
.registar .registar-content label:last-child{
  margin-right: 0px;
}
.registar .registar-content label input[type=radio]{
  width: auto;
  border-color: inherit;
}

.registar .login-sp {
  display: none;
}

.registar .registar-content .login-pc {
  display: inline-block;
  width: auto;
  padding: 0;
  color: #D63183;
}
/* registar-content */
.registar .registar-content .auto {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  background-color: #848484;
  border-radius: 3px;
  padding: 5px 8px;
  width: auto;
}
.registar .registar-content .auto a {
  display: inline;
  font-size: 15px;
}

.check {
	width: 523px;
  margin: 50px auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.registar .checkbox {
  width: 15px;
  height: 15px;
	margin: 6px 10px 0 0;
}

.registar .check-text {
	font-size: 15px;
	color: #4D4D4D;
}
/* check */

.registar .text {
  width: 660px;
  height: 180px;
  padding: 30px;
  border: 2px solid #E2E2E2;
  background-color: #fff;
  margin: 0 auto 50px;
}

.scroll {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.registar .text .main-text {
  text-align: center;
  font-size: 18px;
}

.registar .text p {
  font-size: 14px;
  padding-bottom: 1.5em;
}

.registar a  {
	width: 320px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  display: block;
}

.registar .send {
  width: 320px;
  font-size: 18px;
	padding: 15px 0 16px;
	margin: 30px auto 50px;
}

.registar .send::after {
  width: 6px;
  height: 6px;
  position: absolute;
  right: 16px;
}

/* send */
/* registar */

/* スマートフォン */

@media screen and (max-width:768px){
	
  section .head p {
    font-size: 1rem;
  }
  /* head */
  section article#contets .pankuzu {
		width: 98%;
		margin: 2% auto;
  }
  section article#contets .pankuzu li {
    font-size: 0.6rem;
  }
  /* pankuzu */
  .attention-sp h3 {
		width: 100%;
		margin: 4% auto 8%;
		font-size: 15px;
		line-height: 2;
  }
	

  .attention {
    display: none;
  }

  .attention-sp {
    display: block;
  }

  .tyui-sp {
		display: block;
		padding-bottom: 2%;
		font-size: 1rem;
    text-align: right;
    color: #D63183;
  }
	
	section article#contets {
		width: 90%;
		margin: 0 auto;
  }

  section article#contets p{
    font-size: 16px;
  }

  .registar .tyui {
    display: none;
  }
	
	section article#form div.registar {
		padding: 10% 0 20%;
	}

  section article#form div.registar-wrapper {
    width: 90%;
  }
  .registar .registar-content {
    padding: 10px
  }
  .registar .registar-content p{
    display: none!important;
  }
  .registar .registar-content p.value{
    display: inline-block!important;
    padding: 0px;
    width: auto;
  }

  .registar .content-sp {
    display: block;
    font-size: 1rem;
		padding-bottom: 2%;
  }

  .registar .content-sp span {
    color: #D63183;
  }

  .registar .registar-content input {
    font-size: 1rem;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
	
  .registar .registar-content .auto {
    display: block;
		text-align:center;
    width: 105px;
    padding: 4px 4px;
    font-size: 12px;
		margin: 7px auto 0;
  }
  .registar .registar-content .auto a {
    font-size: 12px;
  }

  .registar .login-sp {
		display: block;
    font-size: 1rem;
		margin-bottom: 4%;
    color: #D63283;
    text-align: right;
  }
	.check {
			width: 80%;
			margin: 10% auto;
	}
  .check .checkbox {
    width: 20px;
    height: 20px;
  }

  .check .check-text {
    font-size: 1rem;
  }
	.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 {
		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;
  }

}
