@charset "utf-8";
.common_under .flexCont.txtCont{
	margin-top: 30px;
}

.common_under .flexCont .figBox{
	max-width: 320px;
	width: 36%;
}
.common_under .flexCont.txtCont .txtBox{
	max-width: 550px;
	width: 62%;
}


@media screen and (max-width: 1024px){
	.pcStyle1024{
		display: none;
	}
}
@media screen and (max-width: 880px){
	.common_under .flexCont.txtCont .txtBox{
		max-width: inherit;
		width: 100%;
	}
	.common_under .flexCont .figBox{
		margin: 30px auto 0;
		width: 100%;
	}
}