@charset "utf-8";

@media only screen and (max-width: 768px){
	img{
		width: 100%;
	}
}

.cgreen{
	color: #02880c;
}

.fwbold{
	font-weight: bold;
}

h1{
	margin-bottom: 3rem;
}

table td{
	width: auto;
}

.container div{
	margin-bottom: 0;
}

.img_box{
	width: 100%;
}

.img_box img{
	width: 80%;
}

@media only screen and (max-width: 767px){
	.img_box img{
		width: 100%;
	}
}