@charset "utf-8";

/*-------------------------------
	お役立ち情報
-------------------------------*/

#Resources #mkcontents{
	font-size: var(--font-size);
}
#Resources #mkcontents table{
	font-size: var(--font-size);
	font-family: var(--jp);
    font-weight: 400;
}
#Resources #mkcontents a:has(img[src$="icon-word.gif"]),
#Resources #mkcontents a:has(img[src$="icon-excel.gif"]){
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#Resources #mkcontents img[src$="icon-word.gif"],
#Resources #mkcontents img[src$="icon-excel.gif"]{
	margin-right: .5rem;
}

#Resources #mkcontents a:has(img[src$="icon-word.gif"]) + br,
#Resources #mkcontents a:has(img[src$="icon-excel.gif"]) + br{
	display: none;
}

#Resources #mkcontents #a-con *:not(.hp2_content_title_other):not(a[href="javascript:history.back();"]){
	font-family: var(--jp);
}
#Resources #mkcontents #a-con *:not(.hp2_content_title_other):not(a[href="javascript:history.back();"]):not(strong){
    font-weight: 400;
}
#Resources #mkcontents [style*="font-size:x-small"]{
	font-size: 1.4rem !important;
}
#Resources #mkcontents .hp2_contents_source a{
	color: var(--maincolor);
	text-decoration: underline;
}
#Resources #mkcontents .news-date{
	font-size: 1.4rem;
}
#Resources #mkcontents div:has( > a[href="javascript:history.back();"]){
	width: 26rem;
	height: 6rem;
	margin-top: 5rem;
	padding-top: 0 !important;
	margin-left: auto;
	margin-right: auto;
}
#Resources #mkcontents a[href="javascript:history.back();"]{
	font-family: var(--en);
	width: 100%;
	height: 100%;
	border: 1px solid #b2b2b2;
	border-radius: 3rem;
	font-size: 1.4rem;
    font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 1 !important;
}
#Resources #mkcontents a[href="javascript:history.back();"]::before{
	content: "";
	display: block;
	width: 1.8rem;
    height: 1.2rem;
	background-image: url(../images/common/icon_arrow-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%) scale(-1,1);
}
#Resources #mkcontents a[href="javascript:history.back();"]:hover{
	background: var(--maincolor);
	color: #fff;
}
#Resources #mkcontents a[href="javascript:history.back();"]:hover::before{
	background-image: url(../images/common/icon_arrow-white.svg);
}
#Resources #mkcontents td:has(>img:only-child){
	padding: 1.5rem;
}
#Resources #mkcontents td:has(>img:only-child) + td{
	padding-top: 1.5rem;
}
#Resources #mkcontents tr:first-child:has(td:first-child > img:only-child) + tr + tr td{
	padding-bottom: 1.5rem;
}
#Resources img{
	max-width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	#Resources #mkcontents img[src$="icon-word.gif"],
	#Resources #mkcontents img[src$="icon-excel.gif"]{
		margin-right: 1.5rem;
	}

	#Resources #mkcontents [style*="font-size:x-small"]{
		font-size: 2.4rem !important;
	}
	#Resources #mkcontents .content-news{
		width: 100%;
		row-gap: 3.5rem;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#Resources #mkcontents .content-news dt{
		width: 100%;
		row-gap: 1.5rem;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#Resources #mkcontents .news-title{
		line-height: 1.5;
	}
	#Resources #mkcontents .news-title a{
		line-height: 1.5;
	}
	#Resources #mkcontents .news-date{
		font-size: 2.4rem;
		padding-left: 0;
		line-height: 1;
	}
	#Resources #mkcontents div:has( > a[href="javascript:history.back();"]){
		width: 100%;
		max-width: 50rem;
		height: 11rem;
		margin-top: 7.5rem;
	}
	#Resources #mkcontents a[href="javascript:history.back();"]{
		border-radius: 5.5rem;
		font-size: 2.7rem;
	}
	#Resources #mkcontents a[href="javascript:history.back();"]::before{
		width: 3.3rem;
		height: 2.2rem;
		right: 3.8rem;
	}

}