@charset "utf-8";
/* CSS Document */


/**********************************************************/
/* PC */
/**********************************************************/

/**********************************
/*section共通
**********************************/
section{
  position: relative;
  margin-bottom: 50px;
}
section::after {
  background: url("../images/member/member.png") repeat-x;
  background-size: 100% 100%;
  position: absolute;
  width: 34.16%;
  height: 170px;
  content: "";
  left: 45.48%;
  top: 0;
  max-width: 492px;
}
h3{
  text-align: center;
  font-size: 1.4rem;
  margin: -60px auto 45px;
  line-height: 1.8;
  letter-spacing: 0.4em;
}
.h-adr{
  text-align: center;
  font-size: 1.4rem;
  width: 942px;
  margin: 0 auto;
}
dt,.addr p{
  padding: 33px 0 8px 0px;
  color: #000;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
  text-align: left;
}
dd.flex{
  justify-content: space-between;
}
dd{
  letter-spacing: 0.2em;
}





/************
/*インプット共通
************/

input[type="text"],
input[type="email"],
input[type="password"]{
  border: solid 1px #AC7F62;
  font-size: 1.4rem;
  padding: 0 14px;
  border-radius: 0;
}
select {
  border: solid 1px #AC7F62;
  font-size: 1.4rem;
  padding: 8px;
  color: #C6C6C6;
  border-radius: 0;
  background: #fff;
}
select option:first-of-type{
  display: none;
}

::placeholder {
  color: #C6C6C6;
  font-size: 1.4rem;
  padding: 9px 0 0 ;
  letter-spacing: 0.2em;
}
.area1{
  width: 456px;
  height: 59px;
} 
.area2{
  width: 100%;
  height: 59px;
} 
.area3{
  width: 295px;
  height: 59px;
} 
/************
/*性別
************/
.sample {
  justify-content: space-between;
}
.sample input{
	display: none;
}
.sample label{
	cursor: pointer;
  display: inline-block;
	width: 295px;
  height: 59px;
  padding-top: 23px; 
	border: 1px solid #A16F4E;
	background: #fff;
	color: #C6C6C6;
	text-align: center;
	transition: .2s;
}
.sample input[type="radio"]:checked + label {
	background-color: #A16F4E;
	color: #fff;
}
/************
/*受取住所
************/
.addr{
  text-align: left;
}

/************
/*同意
************/

.checkbox {
  justify-content: center;
  align-items: center;
  margin: 37px auto 64px;
}
.checkbox p{
  margin-left: 17px;
}
.checkbox a{
  text-decoration: underline;
}







/************
/*ログイン
************/
input[type="submit"]{
  border:none;
  outline: 0;
  cursor: pointer;
  padding: 17px 0;
  font-size: 1.4rem;
  background: #fff;
  transition: all .2s linear;
  color: #000;
  width: 232px;
}
.submit {
  position: relative;
  border: 1px solid #AC7F62;
  display: inline-block;
  text-align: center;
  background: #fff;
}
.submit:hover{
  background:#AC7F62;
  opacity: 1;
  color: #fff;
}
.submit::before{
  content:"";
  position: absolute;
  top:50%;
  right: 16%;
  width:27px;
  height:1px;
  background:#AC7F62;
  transition: all .2s linear;
}
.submit::after{
  content:"";
  position: absolute;
  top: 41%;
  right: 17%;
  width:1px;
  height:7px;
  background:#AC7F62;
  transform:skewX(45deg);
  transition: all .2s linear;
}
.submit:hover::before{
  right:-30px;
}
.submit:hover::after{
  right:-25px;
}

/**********************************************************/
/* SP*/
/**********************************************************/
@media screen and (max-width:767px){

/**********************************
/*section共通
**********************************/
section {
  top: 30px;
  margin-bottom: 112px;
}
section::after {
  height: 52px;
  right: 10px;
  top: -64px;
  left:auto;
}
h3 {
  font-size: 1.2rem;
  margin: 30px auto 10px;
}  
dl{
  padding: 0 20px;  
}
dt, .addr p {
  padding: 25px 0 6px 0px;
  margin-bottom: 0;
}
.h-adr {
  font-size: 1.2rem;
  width: 100%;
}
::placeholder {
  font-size: 1.2rem;
  padding: 3px 0 0 ;
}
select {
  font-size: 1.2rem;
   padding: 0px; 
}

/************
/*インプット共通
************/

.area1 {
  width: 159px;
  height: 28px;
}  
.area2 {
  width: 100%;
  height: 28px;
}
.area3 {
  width: 104px;
  height: 28px;
}  
  
/************
/*性別
************/
.sample label {
  width: 103px;
  height: 28px;
  padding-top: 6px;
}  

/************
/*ログイン
************/
input[type="submit"] {
  padding: 13px 0;
  width: 134px;
}
.submit::before {
  width: 13px;
}  
.submit::after {
  top: 43%;
  height: 4px;
}
  
  
  
  
  
  
  
  
  
}