@charset "UTF-8";
@import url("form_sp.css");
@media only screen and (max-width : 768px ){
/* SP時に表示 */
.pc { display: none !important;}
.sp { display: block !important;}  
  
img {
max-width:100%;
height: auto;/*高さ自動*/
}
a {
display:block;
color: #00497d;
text-decoration-line: none;
}
a:hover { 
color: #aaa;
text-decoration-line: none;
}  
/*------------------------*/
.mainimg img {
width: 100%;
margin: 0.5rem auto 2rem auto;
}
	

/*コンテンツ----------------------*/

.contents {
max-width: 94%;
}	
	
.contents h2{
text-align: center;
margin: 0rem auto 2rem auto;
font-size: 2.4rem;	
line-height: 2.5rem;
font-weight: bold;	
background-color:rgba(238, 238, 238, 1);
padding: 1rem 0rem 0.5rem 0rem;		
}
.contents h3{
text-align: center;
margin: 0rem auto 1rem auto;
font-size: 1.9rem;	
line-height: 2.5rem;
font-weight: bold;	
}
.contents h4{
color: #333333;
font-size: 1rem;	
margin: 0rem auto 0rem auto;  
line-height: 1.4rem;  
text-align: left; 
text-align: justify;	
}
.contents li{
max-width: 90%;	
text-align: left;
margin: 2rem auto 2rem auto;
font-size: 1.6rem;	
line-height: 1.8rem;
font-weight: bold;	
}




/*FAQ-----------------------------*/
.designed{
max-width: 96%;	
line-height: 2rem;
font-size: 1.6rem; 
font-weight: 400;
margin: 0rem auto 0rem auto;
text-align: left;
}
summary{
background-color:rgba(0,153,255,0.1);
color: #18015F;
padding: 0.7rem	;
margin: 0rem auto 0rem auto;
}
.designed{
margin: 0rem auto 0rem auto;
}
.designed p{
font-size: 1.5rem;	
margin: 1rem auto 0rem auto;
text-align: left;
line-height:2rem;	
}
.faq1 h3{
width: 96%;	
color: #fefef6;
margin: 0rem auto 2rem auto;
font-weight: 600;
background-color:#00497d;
padding: 1rem 0rem 0.5rem 0rem;	 		

}
	




/*39
-------------------------------------*/
.thanks{
margin: 0rem auto 0rem auto;
}
.thanks h2{
margin: 1rem auto -5rem auto;
}
.thanks p{
margin: 6rem auto 0rem auto;
}	


}