@charset "UTF-8";


.thum_text_link_wrap._bdgray .thum_text_link{
	border: 1px solid #dddddd;
}
.thum_text_link_wrap._bdgray .thum_text_link a:after{
    bottom: 20px;
	right: 20px;
}
.thum_text_link_wrap._bdgray .thum_text_link .thum_text_link_thum{
	margin-bottom: 28px;
}
.thum_text_link_wrap._bdgray .thum_text_link .thum_text_link_txtarea{
    padding: 0 30px 50px;
}

.thum_text_link_ttl._labelpdf{
	position: relative;
}
.thum_text_link_ttl._labelpdf::after{
	content: 'PDF';
	position: absolute;
    border: 1px solid #999999;
    color: #999999;
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    vertical-align: middle;
    padding: 0px 2px;
    line-height: 1.3;
    top: calc( 50% - 7px );
}

.thum_text_link_wrap .thum_text_link a:after{
	display: none;
}
.thum_text_link_ttl._labelpdf{
	position: relative;
}
.thum_text_link_wrap._bdgray .thum_text_link .thum_text_link_thum,
.thum_text_link_wrap .thum_text_link .thum_text_link_ttl{
	margin-bottom: 0;
}
.thum_text_link_wrap._bdgray .thum_text_link .thum_text_link_txtarea{
	position: relative;
	padding: 10px 0;
	text-align: center;
	z-index: 0;
	transition: all .2s;
}
.thum_text_link_ttl._labelpdf::after{
	content: 'PDF';
	position: absolute;
    border: 1px solid #999999;
    color: #999999;
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    vertical-align: middle;
    padding: 0px 2px;
    line-height: 1.3;
    top: calc( 50% - 7px );
}
.thum_text_link_wrap .thum_text_link .thum_text_link_txtarea:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #ff0a14;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	z-index: -1;
}

@media print, screen and (min-width: 768px){
	.thum_text_link_wrap._bdgray .thum_text_link a:hover:after {
		right: 10px;
	}
	.thum_text_link_wrap .thum_text_link a:hover .thum_text_link_txtarea {
		color: #fff;
	}
	.thum_text_link_wrap .thum_text_link a:hover .thum_text_link_txtarea:after {
    transform: scale(1, 1);
    transform-origin: left top;
    visibility: visible;
	}
	.thum_text_link_wrap .thum_text_link a:hover .thum_text_link_ttl .icon_pdf{
		background: url(/eng/common_v3/images/icon_pdf_wh.svg) center center no-repeat;
	}
}

@media print, screen and (max-width: 767px){
	.thum_text_link_wrap._bdgray .thum_text_link a:hover:after {
		right: 10px;
	}
}