@charset "UTF-8";
@import url("form.css");

@media only screen and (min-width : 769px ){
/* PC時に表示 */
.pc { display: block !important; }
.sp { display: none !important; }



/*------------------------*/
.mainimg img {
width: 100%;
position: relative;
margin: -2rem auto 2rem auto;
}


/*見出し----------------------*/
.midashi {
text-align: center;
margin: 3rem auto 0rem auto;  
}  
.midashi h3 {
text-align: center; 
font-weight: 600;	
margin: 0rem auto 1rem auto;
padding: 0rem 0rem 0rem 0rem;
}   


.midashi_left {
text-align: left;
margin: 3rem auto 0rem auto;  
}  
.midashi_left h3 {
text-align: center; 
font-size: 110%;	
font-weight: 600;	
margin: 0rem auto 1rem auto;
padding: 0rem 0rem 0rem 0rem;
line-height: 2rem;	
}   
.midashi_left p {
max-width: 860px;	
text-align: left;    
margin: 0rem auto 0rem auto;
padding: 0rem 0rem 0rem 0rem;
}  

.obi1{
padding: 2rem 0rem 0rem 0rem;
margin: 0rem auto 5rem auto;
background-color: #96a8a7; 
color: #fefef6;
width: 100%;
height: 60px;	
}
.obi1 h3{
text-align: center;  
padding: 0rem 0rem 0rem 0rem;	
margin: 0rem auto 0rem auto;
font-size: 3.2rem;
line-height: 2.5rem;	
font-weight: bold;
letter-spacing: 0.1rem;

}

/*コンテンツ----------------------*/
.contents {
max-width: 960px;	
text-align: center;
margin: 0rem auto  0rem auto;
}
.contents h4{
color: #333333;
font-size: 1.3rem;	
margin: 0rem auto 0rem auto;  
line-height: 2rem;  
text-align: center;  
 
}
.contents h3{
text-align: center;
margin: 0rem auto 3rem auto;
line-height: 2.5rem;
}
.contents h2{
text-align: center;
margin: 0rem auto 1rem auto;
line-height: 2.5rem;
font-weight: bold;	
}
.contents img{
max-width: 100%;
margin: 0rem auto 1rem auto;
}
.contents p{
text-align: left;
text-align: justify;
margin: 0rem auto 0rem auto;
}
.contents li{
text-align: left;
text-align: justify;
margin: 2rem auto -1rem auto;
}

/*form
-------------------------------------*/
.form h2 {
margin: 0rem auto 0rem auto;
padding: 10rem 0rem 0rem 0rem;
text-align: center;
}
.form p {
margin:5rem auto -5rem auto;
padding: 0rem 0rem 0rem 0rem;
text-align: center;
}

/*39
-------------------------------------*/
.thanks{
margin: 0rem auto 0rem auto;
}
.thanks h2{
margin: 0rem auto 0rem auto;
}
.thanks p{
margin: 6rem auto 0rem auto;
text-align: center;	
}	
}	