<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.research{
	margin: 0 0 40px 0;
}
.search-container{
	background: #EEEEEE;
	margin: 0 0 20px 0;
	padding: 22px;
}
.search__tit{
	color: #1A1B1B;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 8px 0;
}
.search__result{
	color: #626262;
	display: -webkit-box;
	font-size: 1.3rem;
	height: 55px;
	line-height: 1.4;
	overflow: hidden;
	transition: .2s;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.active.search__result{
	display: block;
	height: auto;
	transition: .2s;
}
.search__result--tit{
	display: block;
	font-weight: 600;
}
.toggle_key01.button__blue{
	cursor: pointer;
	font-size: 1.7rem;
	height: 40px;
	margin: 0 auto;
	width: 225px;
}
.note-container{
	margin: 20px 0 0 0;
}
.note__box{
	color: #1A1B1B;
	font-size: 1.3rem;
	margin: 8px 0 0 0;
}
.note__tit{
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 5px 0;
}
.note__txt{
	line-height: 1.4;
}
.detail-container{
	margin: 20px 0 0 0;
}
/*
	table
-----------------------------------------------------------------------------------------------*/
.sticky,
.sticky__2nd,
.sticky__3rd{
	position: -webkit-sticky;
	position:sticky;
	top:0;
	z-index: 40;
}
.sticky__2nd{
	top: 45px;
	z-index: 30;
}
.sticky__3rd{
	top: 80px;
	z-index: 20;
}
.thead-sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 89px;
	z-index: 10;
}
.td-sticky{
	border-top: 1px solid #D3D3D3;
	position: -webkit-sticky;
	position: sticky;
	top: 127px;
	z-index: 0;
}
/* safari */
_::-webkit-full-page-media, _:future, :root .td-sticky{
	top: 89px;
}
.th-sticky{
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 2;
}
.detail__head--orange,
.detail__head--green{
	-ms-align-items: center;
	align-items: center;
	background: #FDECDE;
	display: -ms-flex;
	display: flex;
	height: 45px;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 0 15px;
}
.detail__head--green{
	background: #EFF4DE;
}
.detail__head--txt{
	color: #737272;
	font-size: 2.0rem;
	font-weight: 600;
}
.detail__head--check{
	color: #1A1B1B;
	font-size: 1.4rem;
}
.detail__table{
	background: #FBFBFB;
	border-collapse:separate;
	border-spacing:0;
	margin: 0 0 40px 0;
	width: 100%;
	word-wrap: break-word;
}
.detail__tbody{
	font-size: 1.3rem;
}
th,
td{
	padding: 0 10px;
	text-align: left;
	vertical-align: middle;
}
th{
	background: #434343;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 600;
	height: 38px;
}
.th__002{
	width: 13%;
}
.th__003,
.th__004{
	border-left: 1px solid #D3D3D3;
}
.th__004{
	width: 110px;
}
.th__005{
	width: 120px;
}
.tr__kouhou,
.tr__contents--th{
	display: contents;
}
td{
	border-right: 1px solid #D3D3D3;
	height: 70px;
	padding: 10px;
}
.tr__contents--th td,
.tr__contents td:nth-last-child(-n + 2){
	background: #f9f9f9;
	border-top: 1px solid #D3D3D3;
}
.tr__contents--th td:last-child,
.tr__contents td:last-child{
	border-right: none;
}
.td-sticky ~ td{
	border-top: 1px solid #D3D3D3;
}
.td__head{
	background: #FBFBFB!important;
	min-width: 180px;
	padding-top: 21px;
	vertical-align: top;
}
.td__head--box{
	display: none;
}
.td-sticky .td__head--box{
	display: block;
}
.td__dl{
	-ms-align-items: center;
	align-items: center;
	display: -ms-flex;
	display: flex;
	padding: 0;
}
.button__dl--button{
	-ms-align-items: center;
	align-items: center;
	border-right: 1px solid #D3D3D3;
	display: -ms-flex;
	display: flex;
	height: 100%;
	padding: 10px;
}
.button__dl--button:last-child{
	border-right: none;
}
a.button__dl{
	color: #000;
	font-weight: 300;
	line-height: 0.8;
	min-width: 100px;
	padding: 0 0 0 28px;
	position: relative;
	vertical-align: middle;
}
a.button__dl::before{
	background: url("../images/icon_dl1.png") no-repeat center center/ cover;
	content: '';
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
}
.button__dl--txt{
	font-size: 1.4rem;
}
.button__dl--byte{
	font-size: 1.0rem;
}
@media screen and (max-width:750px){
	.research{
		margin: 0 0 25px 0;
	}
	.search-container{
		margin: 0 0 15px 0;
		padding: 15px;
	}
	.search__tit{
		font-size: 1.3rem;
		margin: 0 0 3px 0;
	}
	.search__result{
		font-size: 1.0rem;
		height: 40px;
		line-height: 1.3;
	}
	.toggle_key01.button__blue{
		height: 38px;
		max-width: 100%;
		width: 345px;
	}
	.note-container{
		margin: 15px 0 0 0;
	}
	.note__box{
		font-size: 1.3rem;
		margin: 8px 0 0 0;
	}
	.note__tit{
		display: block;
		line-height: 1;
		margin: 0 0 5px 0;
	}
	.note__txt{
		line-height: 1.4;
	}
	.detail-container{
		margin: 20px 0 0 0;
	}
	/*
		table
	-----------------------------------------------------------------------------------------------*/
	.sticky,
	.sticky__2nd,
	.sticky__3rd{
		position: -webkit-sticky;
		position:sticky;
		top:0;
		z-index: 40;
	}
	.sticky__2nd{
		top: 45px;
		z-index: 30;
	}
	.sticky__3rd{
		top: 80px;
		z-index: 20;
	}
	.thead-sticky,
	.tr__kouhou{
		position: -webkit-sticky;
		position: sticky;
		top: 86px;
		z-index: 10;
	}
	.td-sticky{
		border-top: 1px solid #D3D3D3;
		position: -webkit-sticky;
		position: sticky;
		top: 111px;
		z-index: 30;
	}
	/* safari */
	_::-webkit-full-page-media, _:future, :root .td-sticky{
		top: 89px;
	}
	.tr__contents--th.td-sticky{
		z-index: 9;
	}
	.th-sticky{
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 2;
	}
	.detail__head--orange,
	.detail__head--green{
		-ms-align-items: center;
		align-items: center;
		background: #FDECDE;
		display: -ms-flex;
		display: flex;
		height: 45px;
		-ms-justify-content: space-between;
		justify-content: space-between;
		padding: 0 15px;
	}
	.detail__head--green{
		background: #EFF4DE;
	}
	.detail__head--txt{
		color: #737272;
		font-size: 2.0rem;
		font-weight: 600;
	}
	.detail__head--check{
		color: #1A1B1B;
		font-size: 1.4rem;
	}
	.detail__table{
		background: #FBFBFB;
		border-collapse:separate;
		border-spacing:0;
		margin: 0 0 40px 0;
		width: 100%;
		word-wrap: break-word;
	}
	.detail__tbody{
		display: block;
		font-size: 1.2rem;
	}
	.detail__tbody &gt; tr{
		display: block;
		height: auto;
	}
	.detail__tbody &gt; tr:nth-child(even){
		background: #FBFBFB;
	}
	tr,
	th,
	td{
		display: block;
	}
	th,
	td{
		padding: 8px;
	}
	th{
		font-size: 1.2rem;
		height: 25px;
		padding: 0 10px;
	}
	.th__002{
		width: 13%;
	}
	.th__003,
	.th__004{
		border-left: 1px solid #D3D3D3;
	}
	.th__004{
		width: 110px;
	}
	.th__005{
		width: 120px;
	}
	.tr__kouhou{
		border-bottom: 1px solid #D3D3D3;
	}
	.tr__contents--th,
	.tr__contents{
		z-index: 0;
	}
	.tr__contents--th .th__003,
	.tr__contents--th .th__004{
		display: inline-block;
		width: 100%;
	}
	.tr__kouhou,
	.tr__contents--th{
		display: contents;
	}
	td{
		border-right: none;
		height: auto;
		min-height: 37px;
		width: 100%;
	}
	.tr__contents--th td{
		border-top: 1px solid #D3D3D3;
	}
	.tr__contents--th td:last-child,
	.tr__contents td:last-child{
		border-right: none;
		border-top: 1px solid #D3D3D3;
	}
	.td-sticky ~ td{
		border-top: 1px solid #D3D3D3;
	}
	.td__head{
		padding: 10px;
	}
	.tr__contents .td__head{
		display: none;
	}
	.td__head--box{
		display: block;
	}
	.td__dl{
		display: block;
		padding: 0;
	}
	.button__dl--button{
		-ms-align-items: center;
		align-items: center;
		border-right: 1px solid #D3D3D3;
		display: -ms-inline-flex;
		display: inline-flex;
		height: 100%;
		min-height: 41px;
		padding: 5px 5px 5px 36px;
		width: 49%;
	}
	.button__dl--button:last-child{
		border-right: none;
		padding: 5px;
		width: 49%;
	}
	a.button__dl{
		color: #000;
		display: block;
		font-weight: 300;
		line-height: 1.0;
		min-width: 100px;
		padding: 3px 0 2px 27px;
		position: relative;
	}
	a.button__dl::before{
		background: url("../images/icon_dl1.png") no-repeat center center/ cover;
		content: '';
		height: 20px;
		left: 0;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		width: 20px;
	}
	.button__dl--txt{
		font-size: 1.2rem;
	}
	.button__dl--byte{
		font-size: 1.0rem;
	}
}</pre></body></html>