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

/*PC*/
@media only screen and (min-width: 769px) {
	/*1分でわかる高山病院*/
	.infogra-img01 {
		bottom: -130px!important;
	}
	
	.infogra-img02 {
		bottom: -130px!important;
	}
	
}

/*SP*/
@media only screen and (max-width: 768px) {
	/*1分でわかる高山病院*/
	.infogra-img01 {
		display: block;
		position: relative!important;
		bottom: 0!important;
		margin: 25px 0 0 auto;
	}
	
	.infogra-img02 {
		display: block;
		position: relative!important;
		bottom: 0!important;
		margin: 25px 0 0 auto;
	}
	
	.infogra-content01 {
		padding-bottom: 50px!important;
	}
	
	.infogra-content02 {
		padding-bottom: 0!important;
	}
	
}