@charset "utf-8";

section .head {
  background-color: #88CBCC;
	padding: 60px 0;
}

.attention-sp {
  display: none;
  font-size: 30px;
}

section article h3{
  margin: 0 auto;
  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;
}
.attention-sp h3 span {
  border-bottom: 5px solid #E7FF59;
}

section article#form div.registar {
	width: 100%;
	padding-bottom: 100px;
  
}

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-content {
  width :900px;
	background-color: #88CBCC;
	position: relative;
  color: #fff;
	font-size: 28px;
  font-weight: 400;
	padding: 19.5px 0 19.5px 25px;
	margin: 40px 0 0 0;
  cursor: pointer;
}
.registar-content::after {
	content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin: auto;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg) translateY(-50%);
  color: #fff;
  margin-top: -18px;
}
.registar-content.selected::after {
  border-top: none;
  border-right: none;
  border-bottom: solid 2px;
  border-left: solid 2px;
  margin-top: -12px;
}

.registar .content-sp {
  display: none;
}

.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 {
  border-color: transparent;
  width: 40%;
}

.registar .login-sp {
  display: none;
}

.registar .registar-content .login-pc {
	position: absolute;
	left: 504px;
  color: #D63183;
  width: 30%;
}
/* registar-content */
.registar .registar-content .auto {
	position: absolute;
	top: 16px;
	left: 444px;
  color: #fff;
  background-color: #848484;
  border-radius: 3px;
  padding: 2px;
  width: auto;
}

.check {
	width: 523px;
  margin: 50px auto 40px;
  display: flex;
}

.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: 125px;
	overflow-y: scroll;
}

.registar .text .main-text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.registar .text p {
  font-size: 14px;
}

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

.send {
	margin: 0 auto 30px;
}


/* send */
/* registar */

/*question  */
.width-90 h2 {
  font-size: 1.7em;
  color: #88cbcc;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  margin-top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  background: url("../images/faq/icon_Q_pc.png") no-repeat left center;
  background-size: 27px auto;
}

.width-90 p {
  padding-top: 14px;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.8;
}

.width-90 span {
  padding-right: 2%;
}

.width-90 a {
	color: #4d4d4d;
	font-size: 16px;
	display: initial;
}
  a.form {
    display: inline;
    color: #d63183;
    text-decoration: underline;
}
p.text-center {
    padding: 70px 0 70px 0;
		font-size: 18px;
  text-align: center;
}

/* スマートフォン */

@media screen and (max-width:768px){
	section .head {
		padding: 9% 0;
	}
	
/*  section .head h2{
    width: 60%;
		padding: 0 0 1%;
  }

  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: 96%;
    margin: 35px auto;
    font-size: 15px;
    line-height: 2;
		font-weight: bold;
  }
	
	.registar-content {
    box-sizing: border-box;
		width: 100%;
		font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
	}
  .registar-content::after {
    width: 6px;
    height: 6px;
    right: 14px;
    margin-top: -7px;
  }
  .registar-content.selected::after {
    margin-top: -5px;
  }

  .attention {
    display: none;
  }

  .attention-sp {
    display: block;
  }

	a.form {
		font-size: 12px;
	}
  .tyui-sp {
		display: block;
		padding-bottom: 2%;
		font-size: 1rem;
    text-align: right;
    color: #D63183;
  }
	
	section article#contets {
		width: 100%;
	}

  .registar .tyui {
    display: none;
  }
	
	section article#form div.registar {
		padding: 0% 0 20%;
	}

  section article#form div.registar-wrapper {
    width: 90%;
  }

  .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;
    padding: 2%;
    width: 90%;
  }
	
	.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;
  }
  p.text-center {
		font-size: 12px;
    padding-top: 44px;
    padding-bottom: 40px;
}

/*sp-q*/
.width-90 h2 {
    color: #88cbcc;
  background-image: url("../images/faq/icon_Q_sp.png");
  background-size: 21px auto;
    border-bottom: 1px solid #ddd;
    padding: 0px 0 5px 33px;
  margin-top: 25px;
    position: relative;
}
  .width-90 span {
    font-size: 14px;
    line-height: 1.35;
  }
  .width-90 span br {
    display: inline;
  }
  .width-90 p {
    padding-top: 13px;
    font-size: 12px;
  }
/*.width-90 span:first-child {
  font-size: 25px;
  position: absolute;
  top: 32%;
  padding: 0;
}*/
	.send2 	{
    margin-top: 15px;
	  width: 90%;
  }
}
