
/*------------------------------
* 
*  contact
*         
------------------------------*/

.contact-title{
	width: 100%;
	background-color: #efd593;
	font-size: 3.6rem;
	color: #fff;
}

.contact-body{
	width: 726px;
	margin: 0 auto;
}

.form-item{
	display: flex;
	width: 626px;
	justify-content: space-between;
	margin-bottom: 60px;
}

.form-item:first-of-type{
	margin-top: 120px;
}

.form-item:last-of-type{
	width: 726px;
}

.form-title{
	font-size: 1.3rem;
	text-align: right;
}

.form-parts{
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: solid 1px #EAE6DE;
	background-color: #fff;
	width: 400px;
	height: 40px;
	font-family: '游明朝','Yu Mincho','YuMincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','Noto Serif JP',serif;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #434242;
	outline: none;
}

.form-parts-last{
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: solid 1px #EAE6DE;
	background-color: #fff;
	width: 500px;
	height: 300px;
	margin: 0 auto;
	font-family: '游明朝','Yu Mincho','YuMincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','Noto Serif JP',serif;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #434242;
	outline: none;
}

/*プライバシーポリシーチェックボックスデザイン*/

.privacy-policy-check{
	width: 726px;
	margin: 0 auto;
	margin-bottom: 15px;
}

input[type=checkbox] {
  display: none;
}

.pp-checkbox {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  vertical-align: middle;
  cursor: pointer;
}

.pp-checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #EAE6DE;
  content: '';
}

.pp-checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #efd593;
  border-bottom: 2px solid #efd593;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .pp-checkbox:before {
  opacity: 1;
}

.privacy-policy-area{
	width: 726px;
	margin: 0 auto;
	
}

.privacy-policy-ul {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    height: 120px;
    overflow-y: scroll;
	-ms-overflow-style:none;
    border: 1px solid #EAE6DE;
	margin-bottom: 120px;
}

.privacy-policy-ul::-webkit-scrollbar {
    display: none;
}

.privacy-policy-li {
    list-style: none!important;
	margin-bottom: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.privacy-policy-li:last-of-type{
	margin-bottom: 0;
}

.privacy-policy-li h2{
	font-weight: bold;
}

.privacy-policy-li h3{
	margin-top: 8px;
}

.contact-footer{
	width: 200px;
	margin: 0 auto;
	margin-bottom: 167px;
}

.submit-btn{
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 200px;
	height: 50px;
	border: none;
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #efd593;
	cursor: pointer;
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.submit-btn:hover{
	opacity: 0.7;
}





@media screen and (max-width:1200px){
	
	.contact-body {
		width: 700px;
	}
	
	.form-item {
		width: 598px;
	}
	
	.form-item:last-of-type {
		width: 700px;
	}
	
	.privacy-policy-check {
		width: 700px;
	}
	
	.privacy-policy-area {
		width: 700px;
	}
	
}


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

	
	.contact-title{
		margin-top: 70px;
		height: 35px;
		font-size: 2.0rem;
		padding-top: 6px;
	}
	
	.contact-body {
    	width: 280px;
	}
	
	.form-item{
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	
	.form-item:first-of-type {
		margin-top: 45px;
	}
	
	.form-item:last-of-type {
		 width: 100%; 
	}
	
	.form-title{
		font-size: 1.2rem;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.form-parts{
		width: 276px;
		height: 25px;
		font-size: 1.4rem;
	}
	
	.form-parts-last{
		width: 276px;
		height: 200px;
		font-size: 1.4rem;
		padding: 1px;
	}
	
	.privacy-policy-area {
		width: 100%;
	}
	
	.privacy-policy-check {
		width: 280px;
	}
	
	.privacy-policy-ul {
		width: 276px;
		margin-bottom: 60px;
	}
	
	.privacy-policy-li {
		font-size: 1.1rem;
	}

	.contact-footer {
		width: 140px;
		margin: 0 auto;
		margin-bottom: 126px;
	}
	
	.submit-btn {
		font-size: 1.4rem;
		width: 140px;
		height: 40px;
	}
	

}
































