/* mod_col2 */
@media screen and (min-width: 768px) {
	.contentsbox-2.small .mod_col2 .col:first-of-type {
		width: calc(100% - 40px - 312px);
	}
	.contentsbox-2.small .mod_col2 .col:last-of-type {
		width: 312px;
	}
}
@media screen and (max-width: 767px) {
	.contentsbox-2.small .mod_col2 .col:last-of-type {
		max-width: 312px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* set-2 */
.common-content-container .set-2 p{
	font-size: 16px;
	font-size: 1.6rem;
}
