@charset "UTF-8";
/* CSS Document */


.midashi01-box p{
	text-indent: 65px;
}

.area-box p.efforts{
	line-height: 1.8rem;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}

@media screen and (min-width: 737px) {

	
}

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


	.midashi01-box p{
		text-indent: initial;
	}

	.midashi01::before{
		top: 27px;
	}
	
	img[alt$="南信州いいむす 21 マーク"]{
		width: 80%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	
   .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }  
	
}