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

div#Center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1170;
}

/* ここから各ボックス */

div.WhiteBack {			
	float: left;
	display: flex;
	align-items: center;
}

div.GrayBack {			
	float: left;
	display: flex;
	align-items: center;
}

	div.DivTxtL{
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 0%;
		margin-right: 5%;
		width: 55%;
		float: left;
	}	

	div.DivPicR {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0%;
		margin-left: 0%;
		width: 40%;
		float: left;
	}


	div.DivTxtR{
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 5%;
		margin-right: 0%;
		width: 55%;
		float: left;
	}

	div.DivPicL {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0%;
		margin-left: 0%;
		width: 40%;
		float: left;
	}

	div.InBox {
		float: left;
		display: flex;
		align-items: center;
	}

	div.InBoxGray {
		float: left;
		display: flex;
		align-items: center;
	}

/* ここまで各ボックス */

/* ここからテキスト */

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

P.MainTxt {
	font-size: 19px;
	line-height: 30px;
}

P.NoteTxt {
	font-size: 19px;
	line-height: 30px;
}

P.QATxt {
	font-size: 16px;
	line-height: 25px;
}

ul.IndentTxt {
	font-size: 19px;
	line-height: 30px;
}

/* ここまでテキスト */

/* ここからボタン */

img.CenterImg {
	max-width: 45%;
	height: auto;
}

/* ここまでボタン */
