@charset "UTF-8";
.two_column_wrap {
	margin:4rem 0 10rem;
	gap:4rem;
}
.mb0{margin-bottom:0; }

.sec-wrapper .one_column_wrap{
	max-width: 80rem;
	margin: 2rem 0 10rem;

}
.one_column_wrap .imgarea{
	max-width: 100%;
	width: 100%;
}
.imgarea {
    min-width: 390px;
}
p.st_txt{
	color:#008000;
	font-size:1.8rem;
	font-weight: bold;
	padding-bottom:1rem;

}
.sec-wrapper .txt_area ul{
	padding-top: 0;
}

.sec-wrapper ul{
	width:auto;
}

footer .two_column_wrap {
	margin: 0 auto 0;
}

h4.em-title{
	margin-bottom: 1.6rem;
}

@media (max-width: 980px) {
	.two_column_wrap{
		gap:1rem;
	}
	.imgarea{
		order:1;
	}

	.txt_area{
		order:2;
	}
}
