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

.midashi02::after {
  background: url("/themes/lactoferrin-lab/teiki/images/tit_pc.webp") no-repeat bottom right;
  background-size: cover;
}
.kiyaku .midashi06 {
	margin-top: 70px;
}
.kiyaku > p {
	width: 100%;
	max-width: 960px;
	margin: 40px auto 0;
	font-size: 15px;
	line-height: 2.0;
	text-align: justify;
}
.kiyaku .kome {margin-bottom: 50px;}

@media screen and (max-width: 810px){
	.midashi02::after {
		background: url("/themes/lactoferrin-lab/teiki/images/tit_sp.webp") no-repeat bottom center;
  		background-size: 100% auto;
	}
	.kiyaku {margin-top: 250px;}
	.kiyaku > p {
		font-size: 14px;
		padding: 0 15px;
	}
	.kiyaku .midashi06 {
		margin-top: 50px;
	}
}