.pre2020 .contents .production{
	border-top: solid 1px;
	border-bottom: solid 1px;
	text-align: left;
	padding: 1em 4em;
	margin-top: 50px!important;
	margin-bottom: 50px!important;
	color: #2c8b00;
}
.pre2020 .afterword{
	margin-top: 50px !important;
}
@media (max-width: 768px){
.pre2020 .contents .production{
    padding: 1em 2em;
    margin: 30px auto !important;
	font-size: 14px;
}
.pre2020 .afterword{
	margin-top: 30px !important;
}
.pre2020 .production:before{
	top: 30px !important;
    left: calc(140% - 75%);
	}
}