@charset "UTF-8";
/* CSS Document */
:root {
	--red: #fb3722;
	--black: #17162f;
	--white: #ffffff;
	--gray_light: #f5f5f5;
	--wave_color: #0057aa;
}
/* ===============================================================
	 contents01
=============================================================== */
.contents01 .box:not(:last-child){margin-bottom: 120px;}
.contents01 .box p.max_w800{
	padding: 60px 0 50px;
	line-height: 2;
	text-align: justify;
}
.private_title{
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: var(--wave_color);
	margin-bottom: .5em;
}
.private_in{
	background-color:#fdcd4a ;
	padding: 40px;
	display: flex;
	gap: 15px 5%;
	align-items: start;
}

@media (max-width: 750px) {
	.contents01 .box:not(:last-child){margin-bottom: 60px;}
	.contents01 .box .pc{display: none;}
	.contents01 .box .sp{display: block;}
	.contents01 .box p.max_w800 {
		padding: 30px 0 20px;
		line-height: 1.8;
	}
	.private_title{font-size: 18px;}
	.private_in{
		padding: 25px;
		align-items: center;
		flex-direction: column;
	}
}