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





body#contact .bg_line .line_2,
body#contact .bg_line .line_3,
body#contact .bg_line .line_4{
	display: none;
}
	
body#contact span.caution{
	color: #FF0000;
}



/*------------------------------------------------------------------------
	PC
------------------------------------------------------------------------*/

@media screen and (min-width:768px){
	
	
	section.sec_c{
    padding-top: 100px;
    letter-spacing: 0.05em;
	}
  section .c_inner{
		position: relative;
    margin: 0 auto 160px;
    width: 1180px;
	}
	
	section.sec_c .c_wrap{
    max-width:1280px; 
		margin: auto;
	}
	
  section.sec_c ul.step {
    position: absolute;
    top: 120px;
    right: -45px;
  }	
	section.sec_c ul.step li{
		font-size: 1.4rem;
		font-weight: 700;
		color: rgba(112,112,112,0.35); /*#707070*/
	}
	
	section.sec_c ul.step li.current{
		color: #333;
	}
	
	section.sec_c ul.step li:not(:last-of-type)::after{
		content: "";
		display: block;
		background-color: #707070;
		opacity: 0.35;
		width: 1px;
		height: 88px;
		margin: 10px auto;
	}
  section .reverse{
    width: 100%;
    justify-content: space-between;
    max-width: 1180px;
  }
	section.sec_c p{
    line-height: 2;
    margin-bottom: 134px;
    text-align: center;
	}
  section.sec_c p.memo{
    width: 14.5%;
    text-align: left;
    padding-left: 12px;
    line-height: 1.6;
  }
  .form{
  width: 85.5%;
  }

	form {
	}
	
	form *{
		font-size: 1.5rem;
	}
	
	form dl{
		display: flex;
		margin-bottom: 50px;
	}
	
	form dt{
    width: 240px;
    padding: 20px;
	}
  .caution{
  
		color: #FF0000;
  }
	form span.caution{
		color: #FF0000;
	}
	
	form dd{
		width: calc(100% - 190px);
	}
	select,
	form dd input,
	form dd textarea{
		display: block;
		background-color: rgba(242,245,249,0.35); /*#F2F5F9*/
		border: 1px solid rgba(112,112,112,0.35); /*#707070*/
		width: 100%;
		height: 100%;
		padding: 5px;
    border-radius: 20px;
	}
	
	label.check_btn{
		display: block;
		width: 300px;
		margin: 0 auto 50px;
	}
	
	label.check_btn input{
		margin-right: 10px;
		width: 23px;
    height: 23px;
    vertical-align: middle;
	}
	
  form .btn1 {
      width: 174px;
      height: 49px;
      margin: auto;
  }	
	form .btn1 input{
		display: block;
		background-color: #565656;
		font-size: 1.6rem;
		font-weight: 500;
		color: #fff;
		width: 100%;
		height: 100%;
		line-height: 45px;
		border: 1px solid #565656;
		border-radius: 28px;
		text-align: center;
		transition: all 0.3s ease 0s;
	}
	
	form .btn1 input:hover{
		background-color: #fff;
		color: #565656;
	}
	
	
}






/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/
@media(max-width: 768px) {
  

section.sec_c{
  padding: 50px 0;
}

section.sec_c .inner2{
  position: relative;
}

section.sec_c .c_wrap{
  width: 96%;
  margin: auto;
}

section.sec_c ul.step{
  display: flex;
  margin: 40px auto;
}

section.sec_c ul.step li{
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(112,112,112,0.35); /*#707070*/
}

section.sec_c ul.step li.current{
  color: #333;
}

section.sec_c ul.step li:not(:last-of-type)::after{
  content: "";
  display: inline-block;
  background-color: #707070;
  opacity: 0.35;
  width: 60px;
  height: 1px;
  vertical-align: middle;
  margin: auto 10px;
}

section.sec_c p{
  font-size: 1.4rem;
  margin: 0 0 50px 0;
}

form *{
  font-size: 1.4rem;
}
form * span{
  color: red;
}
form dl{
  margin-bottom: 20px;
}

form dt{
  font-weight: 700;
  margin-bottom: 5px;
}

form dd{
  /*width: calc(100% - 190px);*/
}
select,
form dd input,
form dd textarea{
  display: block;
  background-color: rgba(242,245,249,0.35); /*#F2F5F9*/
  border: 1px solid rgba(112,112,112,0.35); /*#707070*/
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
}

label.check_btn{
  display: block;
  width: 270px;
  margin: 0 auto 50px;
}

label.check_btn input{
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

form .btn1{
  width: 235px;
  height: 56px;
  margin: auto;
}

form .btn1 input{
  display: block;
  background-color: #565656;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 45px;
  border: 1px solid #565656;
  border-radius: 28px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

form .btn1 input:hover{
  background-color: #fff;
  color: #004EA2;
}

	
}







