@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* Hover animation */
/* -----------------------------------------------------------
	txt_en
----------------------------------------------------------- */
.font_txt_en .con_news * {
	font-family: "Times New Roman", serif !important;
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news .icon span.cate {
	font-size: 88%;
}

.con_news .st_md_db_line {
	font-size: 200%;
	line-height: 1.45;
}

@media only screen and (max-width: 1024px) {
	.con_news .st_md_db_line {
		font-size: 175%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .st_md_db_line {
		font-size: 150%;
	}
}

.con_news .st_md_db_line:after {
	bottom: 0.45em;
}

.con_news .st_md_news {
	font-size: 150%;
	font-family: "Times New Roman", serif;
}

@media only screen and (max-width: 1024px) {
	.con_news .st_md_news {
		font-size: 138%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .st_md_news {
		font-size: 125%;
	}
}

.con_news .st_sm_news {
	font-size: 125%;
	font-family: "Times New Roman", serif;
	font-weight: normal;
}

@media only screen and (max-width: 1024px) {
	.con_news .st_sm_news {
		font-size: 113%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .st_sm_news {
		font-size: 107%;
	}
}
