/*******************************************/

/** スマフォ+全体向け **/

/*******************************************/
@media all {
	body {
		min-height: 100vh;
		background: #fff;
	}
	main {
		/*margin-bottom: 80px;*/
		padding-top: 20px;
	}
	img {
			max-width: 100%;
	}
	p.head {
		margin-bottom: 0;
	}
	p.head .d-lg-none img {
		max-width: 336px;
	}
	p.bottom {
		margin-top: 40px;
	}
	.container-fluid {
		padding: 0;
	}
	
	p.head img {
		margin-bottom: 40px !important;
	}
	p.headtext {
		margin-bottom: 40px;
	}
	.row {
		max-width: 1024px;
		padding-top: 50px;
		margin: 0 auto;
	}
	.character_inner .character_text {
		padding: 25px 0;
	}	
}


/*******************************************/

/** PC向け **/

/*******************************************/
@media (min-width: 992px) {
	main {
		/*padding-bottom: 150px;*/
	}
	p.head img {
		margin-bottom: 50px;
	}
	p.content > img {
		float: none;
		width: auto;
	}
	p.content > a > img {
		float: none;
		width: auto;
	}
	
	
}
