@charset "UTF-8";

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

/* SP時に表示 */
.pc { display: none !important;}
.sp { display: block !important;}  

  
img {
max-width:100%;
height: auto;/*高さ自動*/
}

/*----メインイメージ----------------*/
.mainimg-i {
text-align: center;
width: auto;
height: 400px;
background-image: url("../../img/mainimg/top-std-sp.webp"); 
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin: 0.5rem auto 0rem auto;
}

.mainimg-cont {
max-width: 94%;	
text-align: center;
margin: 0rem auto  0rem auto;
}
.mainimg-i h1{
color: #10589e;	
text-align: center;
line-height: 3.5rem;
font-size: 2.5rem;	
font-weight: 600;	
margin:0rem 0 0rem 8rem;
padding: 10rem 0rem 0rem 0rem;
letter-spacing: 0rem;	
}	

	


}