/* CSS Document */

/*-------------------------
 * 知的財産　共通 見出し
--------------------------*/
.section .header {
	background: url(/corporate/chiteki/common/pattern4/img/bg_section_header_top.gif) no-repeat 0 6px;
	margin-bottom: 13px;
}
.section .header span {
	background: url(../images/bg_section_header.png) no-repeat left bottom;
	display: block;
	padding: 1em 11px 0.25em;
}
* html .section .header span {
	background-image: url(../images/bg_section_header.gif);
}


/* 知的財産　テーブル背景色 */
table tr.bg_g {
	background-color: #D9D9D9;
}


/* 知的財産　改ページのときのテーブルヘッダー */
.displayCtrl{
	display:none;
}
tr.borderCtrl td{
	border-top:none;
}


.chitekiMenuList{
	float:left;
	margin-bottom:15px;
	padding-bottom:3px;
	background:url(/corporate/chiteki/images/bg_menulist_w290.gif) no-repeat left bottom;
}
.chitekiMenuList .chitekiItem{
	float:left;
	width:290px;
	padding:1.08em 28px 0 14px;
	background:url(/corporate/chiteki/images/bg_submenu_w290.gif) no-repeat;
}
.chitekiMenuList .right{
	padding-right:14px;
}

.chitekiMenuList .chitekiMenu{
	display:block;
}
.chitekiMenuList .chitekiMenu a{
	display:inline-block;
	padding-left:17px;
	background:url(/corporate/chiteki/common/pattern4/img/arr_square_red.gif) no-repeat 0 .2em;
}

.chitekiMenuList .thumb{
	margin:4px -1px .67em;
}
.chitekiMenuList .chitekiCaption{
	margin:.67em 0;
}
.chitekiMenuList .chitekiBorder{
	padding-bottom:.5em;
	border-bottom:1px solid #d9d9d9;
}
.chitekiMenuList strong{
	font-weight:normal;
}

.chitekiMenuList .submenu{
	margin:.67em 0 .83em;
}
.chitekiMenuList .submenu li{
	margin-bottom:.17em;
	zoom:1;
}
.chitekiMenuList .submenu li a{
	display:block;
	padding-left:10px;
	background:url(/corporate/chiteki/common/pattern4/img/arr_gray.gif) no-repeat;
}

/* nonscript */
.menuList .submenu li.soon{
	color:#999;
}

/*幅650*/
.chitekiMenuListWide{
	float:left;
	margin-bottom:15px;
	padding-bottom:3px;
	background:url(/corporate/chiteki/images/bg_menulist_w622.gif) no-repeat left bottom;
}
.chitekiMenuListWide .chitekiItemWide{
	float:left;
	width:622px;
	padding:1.08em 28px 0 14px;
	background:url(/corporate/chiteki/images/bg_submenu_w622.gif) no-repeat;
}
.chitekiMenuListWide .chitekiMenu{
	display:block;
}
.chitekiMenuListWide .chitekiMenu a{
	display:inline-block;
	padding-left:17px;
	background:url(/corporate/chiteki/common/pattern4/img/arr_square_red.gif) no-repeat 0 .2em;
}

.chitekiMenuListWide .thumb{
	margin:4px -1px .67em;
}
.chitekiMenuListWide .chitekiCaption{
	margin:.67em 0;
}
.chitekiMenuListWide .chitekiBorder{
	padding-bottom:.5em;
	border-bottom:1px solid #d9d9d9;
}
.chitekiMenuListWide strong{
	font-weight:normal;
}

.chitekiMenuListWide .submenu{
	margin:.67em 0 .83em;
}
.chitekiMenuListWide .submenu li{
	margin-bottom:.17em;
	zoom:1;
}
.chitekiMenuListWide .submenu li a{
	display:block;
	padding-left:10px;
	background:url(/corporate/chiteki/common/pattern4/img/arr_gray.gif) no-repeat;
}

.chiteki_patentList	dt{
	padding-left:14px;
	background:url(/corporate/chiteki/common/pattern4/img/bg_disc_gray.gif) no-repeat;
	margin-bottom:.4em;
}

.patentList_misty dd{
	margin-left:2.2em;
	margin-bottom:.4em;
}

.patentList_kasumi dd li{
	margin-left:2.1em;
	margin-top:.4em;
}

.patentList_kasumi dd li span{
	margin-left:.2em;
	margin-bottom:.4em;
}


.chiteki_subpatentList li{
	margin-bottom:.4em;
	list-style: disc outside none;
}

.bnr-link {
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	border: 1px solid #919191;
	width: 80%;
}

.bnr-link:hover {
	text-decoration: none;
}

.bnr-link__content {
	padding: 4.8% 4.4% 1% 5%;
	background-color: #f5f5f5;
	transition: background-color .2s ease-out,color .2s ease-out;
	width: 50%;
}

.bnr-link__title {
	position: relative;
	padding-right: 20px;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
}

.bnr-link__title::after {
	content: "";
	position: absolute;
	top: 50%;
	right:0;
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #c00;
	border-right: 2px solid #c00;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: border-color .2s ease-out
}

.bnr-link__txt {
	font-size: 0.93085106382979em;
}

.bnr-link__title + .bnr-link__txt {
	margin-top: 6px;
}

.bnr-link__img {
	width: 50%;
}

.w-50 {
	width: 50%;
}

@media print, screen and (min-width: 768px) {
	.bnr-link:hover .bnr-link__content{
		background-color: #cc0000;
		color: #fff;
	}
	.bnr-link:hover .bnr-link__title::after{
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	.bnr-link__content {
		padding: 3.8vw 3vw 0.7vw 3.8vw;
	}
	.bnr-link__title {
		font-size: 2.4vw;
	}
	.bnr-link__txt {
		font-size: 1.4vw;
	}
}

@media print, screen and (max-width: 767px) {
	.bnr-link {
		display: block;
		margin-top: 20px;
		width: 100%;
		max-width: 690px;
	}
	.bnr-link__img {
		width: 100%;
	}
	.bnr-link__content {
		padding: 20px 22px;
		width: 100%;
	}
	.bnr-link__title {
		font-size: 1rem;
		padding-right:14px;
	}
	.bnr-link__txt {
		font-size: 1em;
	}
	.bnr-link__title + .bnr-link__txt {
		margin-top: 6px;
	}
	.local-footer-nav .lf-inquery{margin-top:0;border-top:none}
}
