@charset 'UTF-8';

/*===========================================
imgBlock
===========================================*/

.imgBlock {
padding: 0 5em;
}

@media screen and (max-width: 767px){
.imgBlock {
padding: 0;
}
}

	/* ==============
追記 210715
=================== */
.mod_txt_01 {
	line-height: 1.7;
}
.news_art .news_box_01{
	border: 1px solid #ccc;
	padding: 1em;
	background: #fff;
	line-height: 1.7;
}
.news_art > .mod_img,
.news_art .mod_itemList_2_1,
.news_art .mod_itemList_3_1 {
	padding: 0 5em;
}
.news_art .news_imgColumnCaption {
	display: block;
	margin-top: 0.5em;
}
.news_art .news_imgColumnCaption + .news_imgColumnCaption {
	margin-top: 0;
}

.iconPdf,
.iconTriRed {
	position: relative;
	padding-left: 20px;
	color: #333;
}

.iconPdf:before {
	transform: rotate(45deg);
	content: "";
	display: block;
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #e30934;
	border-right: 2px solid #e30934;
}

.iconPdf:after {
	content: '';
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	top: -0.1em;
	margin-left: 0.5em;
	margin-right: 0.25em;
	vertical-align: middle;
	background: url(/shared/image/icon_pdf.svg) center no-repeat;
	background-size: contain;
}

.iconTriRed:before {
	transform: rotate(45deg);
	content: "";
	display: block;
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #e30934;
	border-right: 2px solid #e30934;
}

.iconBrankCompany {
position: relative;
}

.iconBrankCompany:after {
content: '';
display: inline-block;
position: relative;
width: 12px;
height: 12px;
top: -0.1em;
margin-left: 0.5em;
margin-right: 0.25em;
vertical-align: middle;
background: center no-repeat;
background-size: contain;
}

.iconBrankCompany:after {
  background-image: url(/files/user/shared/image/icon_blank_bk.svg);
}

.flvplayer_div{
position: relative;
height: 0;
padding-top: 56.25%;
}
.flvplayer_div iframe{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 767px){
	.news_art > .mod_img,
	.news_art .mod_itemList_2_1,
	.news_art .mod_itemList_3_1 {
		padding: 0;
	}
	}
