/* CSS Document */

@charset "utf-8";

      .contact{
         width: 90%;
          max-width: 1000px;
          margin:140px auto 0;
     }   
     .contact h2{
         text-align: center;
         font-size: 35px;
         font-family: hiragino-kaku-gothic-pron, ten-mincho, sans-serif; 
         font-weight: normal;
         margin-bottom: 60px;
     }
     
        .contact input[type="text"], input[type="email"], select,input[type="submit"],.contact textarea {
        font-size: 16px;
        font-family: hiragino-kaku-gothic-pron, ten-mincho, sans-serif;    
        -webkit-appearance: none;
        border-radius: 0;
}

	.contact input[type="text"],input[type="email"],select {
		width: 99%;
		height: 45px;
        padding-left: 10px;
	}
     
	.contact select {
		max-width: 300px;
	}   
     
	.contact textarea {
		width: 98%;
        padding: 10px;
	}
    .contact p {
		font-size: 18px;
        color: #7D7D7D;
        text-align: center;
        line-height: 2.5rem;
	}
     
     .contact .formArea{
        width: 90%;
         margin:75px auto 20px;
     }     
      
     .contact .formArea p{
        color: #444;  
        font-size: 16px;
        text-align: left;
        margin:50px 0 5px;
     }
     
     .contact .formArea p span{
        color: #E31515;
        margin-left: 5px;
        font-size: 14px;
        display: inline-block;
     }     
     
	.contact .input-area {
		margin-bottom: 20px;
	}   
     
	.contact .btnArea {
		margin: 40px auto 100px;
        width: 85%;
        cursor: pointer;
	}          
     
    .contact .btn-border {
		display: inline-block;
        width: 100%;
		max-width: 900px;
		text-align: center;
		font-size: 25px;
		color: #fff;
        background-color: #69aeb2;
		text-decoration: none;
		padding: 25px 0;
		transition: .4s;
        border: none;
	}
     
     /*
    .contact .btn-border:hover {
		background-color: #9ec34b;
		border-color: #cbe585;
		color: #FFF;
	}*/
     .contact label.check{
         margin-top: 15px;
        display: inline-block;
     }
    
    
    
    @media only screen and (max-width: 760px) {
        
      .contact{
         width: 90%;
          max-width: 1000px;
          margin:80px auto 0;
     }   
        
         .contact h2{
         font-size: 25px;
         margin-bottom: 30px;
         
     }  
        .contact p {
		font-size: 14px;
        color: #7D7D7D;
        line-height: 2.0rem;
	}
        .contact .formArea {
        width: 100%;
        margin: 75px auto 20px;
} 
        .contact .formArea p {
        margin: 30px 0 5px;
}
        .contact input[type="text"], input[type="email"], select {
        width: 95%;
        height: 45px;
        font-size: 16px;
}
        .contact textarea {
        width: 94%;
}
        .contact .btn-border {
        font-size: 20px;
        padding: 25px 0;
}
        
    
     }
    
/*
プライバシーポリシー　popup
------------------------------------------------------------------------------------*/    
    .contact .open {
	cursor:pointer;
    border-bottom: 1px solid #444;
}
     
    .contact .privacy_text {
	font-size: 14px;
} 
     
    .contact #pop-up {
	display: none;
}
    .contact .overlay {
	display: none;
}
    .contact #pop-up:checked + .overlay {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
    opacity: unset;
}
    .contact .window {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	/*max-width: 360px;
    height: 300px;*/
    padding: 20px;
	background-color: #fff;
	border-radius: 4px;
	align-items: center;
	transform: translate(-50%, -50%);
}
    .contact .close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor:pointer;
}
     
     
#privacy{
	max-width:980px;
margin:0 auto;
}


#privacy .privacy_inside{
	width:90%;
	max-width:800px;
	margin:45px auto;
}

#privacy .privacy_inside dl{
	display:flex;
	flex-wrap:wrap;
}

#privacy .privacy_inside dt,
#privacy .privacy_inside dd{
	border-bottom:1px dotted #ABABAB;
	padding-bottom:30px;
	margin-bottom:30px;
}

#privacy dt{
	width:28%;
	font-weight:bold;
	font-size:13px;
}


#privacy dd{
	width:70%;
	font-size:12px;
}

#privacy p{
	width:94%;
	max-width:800px;
	font-size:12px;
	margin:20px auto 0;
    line-height: 1.3rem;
}
@media only screen and (max-width:760px) { 
#privacy dt{
	width:100%;
	display:block;
	border:none !important;
	padding:0 !important;
	margin-bottom:10px !important;
}


#privacy dd{
	width:100%;
	display:block;
}
    
  .contact .window {
	width: 80%;
    height: 70%;
    overflow: scroll;
}
    
    .contact .close {
	top: 10px;
}    
    
#privacy p {
    width: 100%;
}
    
#privacy .privacy_inside{
    width: 100%; 
    margin: 25px auto;
    }
    
}
   

