<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ----- tenpolist-tab ----- */
.tenpolist-tab {
	margin-bottom: 30px;
}
.tenpolist-tabNavi {
	display: flex;
	width: 100%;
	table-layout: auto;
	border-bottom: 2px solid #0079c7;
}
.tenpolist-tabNavi &gt; li {
	display: flex;
	width: 11.11%;
}
.tenpolist-tabNavi &gt; li &gt; a {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
}
.tenpolist-tabNavi &gt; li &gt; a &gt; span {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	width: 100%;
	padding: 8px 5px;
	border-right: 1px solid #d3d3d3;
	background: #f7f7f7;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.tenpolist-tabNavi &gt; li.is-current &gt; a,
.tenpolist-tabNavi &gt; li &gt; a:hover {
	color: #ffffff;
	text-decoration: none;
}
.tenpolist-tabNavi &gt; li.is-current &gt; a &gt; span,
.tenpolist-tabNavi &gt; li &gt; a:hover &gt; span {
	background: #0079c7;
	font-weight: bold;
	border-color: #0079c7;
}
.tenpolist-tabNavi &gt; li:last-child &gt; a &gt; span {
	border-right: none;
}
.tenpolist-tabPanel {
	padding-top: 20px;
}
.tenpolist-tabPanel &gt; *:last-child {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	.tenpolist-tab {
		margin-bottom: 15px;
	}
	.tenpolist-tabNavi{
		position: relative;
		width: 100%;
		margin-bottom: 12px;
		flex-flow: row wrap;
	}
	.tenpolist-tabNavi::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-bottom: -12px;
		margin-left: -12px;
		border-top: 12px solid #0079c7;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		display: block;
		content: '';
	}
	.tenpolist-tabNavi &gt; li {
		width: calc((100% - 14px)/3);
		min-height: 45px;
		margin-bottom: 7px;
		margin-right: 7px;
	}
	.tenpolist-tabNavi &gt; li:nth-child(3n) {
		margin-right: 0;
	}
	.tenpolist-tabNavi &gt; li &gt; a{
	}
	.tenpolist-tabNavi &gt; li &gt; a &gt; span {
		align-items: center;
		border: none;
		padding: 8px 10px 8px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.tenpolist-tabPanel {
		padding-top: 10px;
	}
}

/* ----- tenpolist-anchorNavi ----- */
.tenpolist-anchorNavi01 {
	overflow: hidden;
	margin-bottom: 30px;
}
.tenpolist-anchorNavi01 &gt; ul {
	margin-left: -35px;
	display: flex;
	flex-flow: row wrap;
}
.tenpolist-anchorNavi01 &gt; ul &gt; li {
	margin-left: 35px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.tenpolist-anchorNavi01 &gt; ul &gt; li &gt; a {
	position: relative;
	display: inline-block;
	padding-left: 23px;
}
.tenpolist-anchorNavi01 &gt; ul &gt; li &gt; a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	background: url(/common/img/com_link_ic03.png) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
	.tenpolist-anchorNavi01 {
		margin-bottom: 20px;
	}
	.tenpolist-anchorNavi01 &gt; ul {
		margin-left: -18px;
	}
	.tenpolist-anchorNavi01 &gt; ul &gt; li {
		margin-left: 18px;
		margin-bottom: 10px;
	}
	.tenpolist-anchorNavi01 &gt; ul &gt; li &gt; a {
		padding-left: 20px;
	}
	.tenpolist-anchorNavi01 &gt; ul &gt; li &gt; a:after {
		top: 0.1em;
		width: 11px;
		height: 11px;
		background-position: -7px 0;
		background-size: 18px auto;
	}
}

/* TABLE
------------------------------------------------------ */
.tenpolist-tableWrap {
	margin-bottom: 40px;
}
.tenpolist-tableWrap &gt; *:last-child,
.tenpolist-tableWrap .scroller &gt; *:last-child {
	margin-bottom: 0 !important;
}
.tenpolist-tableTitle01 {
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
}
.tenpolist-tableNote {
	display: none;
}
@media screen and (max-width: 767px) {
	.tenpolist-tableWrap {
		margin-bottom: 20px;
	}
	.tenpolist-tableWrap col,
	.tenpolist-tableWrap thead,
	.tenpolist-tableWrap tbody,
	.tenpolist-tableWrap tr,
	.tenpolist-tableWrap th,
	.tenpolist-tableWrap td{
		display: block;
		width: auto !important;
	}
	.tenpolist-tableTitle01 {
		margin-bottom: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.tenpolist-tableNote {
		display: block;
		margin-top: 0.3em;
		margin-bottom: 20px;
		position: relative;
		padding-left: 1.4em;
		color: #666666;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.tenpolist-tableNoteIcon {
		position: absolute;
		top: 0;
		left: 0;
		width: 1em;
	}
}
/* ----- tenpolist-tableWrap table ----- */
.tenpolist-tableWrap table {
	width: 100%;
	margin-bottom: 5px;
	border-collapse: separate;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #dddddd;
	table-layout: fixed;
}
.tenpolist-tableWrap table th,
.tenpolist-tableWrap table td {
	padding: 10px 20px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
}
.tenpolist-tableWrap table th &gt; *,
.tenpolist-tableWrap table td &gt; * {
	margin-bottom: 8px;
}
.tenpolist-tableWrap table th &gt; *:last-child,
.tenpolist-tableWrap table td &gt; *:last-child,
.tenpolist-tableWrap table th &gt; br,
.tenpolist-tableWrap table td &gt; br {
	margin-bottom: 0 !important;
}
.tenpolist-tableWrap table .cellLv1 {
	background: #0e3881;
	color: #ffffff;
	font-weight: bold;
}
.tenpolist-tableWrap table .cellLv1 * {
	color: #ffffff;
}
.tenpolist-tableWrap table .cellLv2 {
	background: #ebf7ff;
	color: #0e3881;
}
.tenpolist-tableWrap table th.cellLv2 {
	font-weight: bold;
}
.tenpolist-tableWrap table .cellLv3 {
	background: #f1f1f1;
	font-weight: bold;
}
.tenpolist-tableWrap table .cellLv4 {
	background: #fff8ec;
	font-weight: bold;
}
.tenpolist-tableWrap table .cellLv5 {
	background: #fff1f0;
	font-weight: bold;
}
.tenpolist-tableWrap table th.cellLv5 {
	border-right: none;
}
.tenpolist-tableWrap table .has-empty {
	border-top: none;
	padding: 0;
}
.tenpolist-tableWrap table .emptyCell {
	margin-left: 40px;
	padding: 10px 20px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.tenpolist-tableWrap table .bdTNone {
	border-top: none !important;
}
@media screen and (max-width: 767px) {
	.tenpolist-tableWrap table th,
	.tenpolist-tableWrap table td {
		padding: 8px;
	}
	.tenpolist-tableWrap table.sp-autoLayout {
		table-layout: auto;
	}
	.tenpolist-tableWrap table.sp-autoLayout col {
		width: auto !important;
	}
	.tenpolist-tableWrap table th.cellLv5 {
		border-right: 1px solid #dddddd;
	}
	.tenpolist-tableWrap table th.cellLv5 + td {
		border-top: none;
	}
	.tenpolist-tableWrap table .has-empty:before {
		width: 1.5em;
	}
	.tenpolist-tableWrap table .emptyCell {
		margin-left: 1.5em;
		padding: 8px;
	}
}
@media screen and (max-width: 767px) {
	.tenpolist-tableWrap table col,
	.tenpolist-tableWrap table thead,
	.tenpolist-tableWrap table tbody,
	.tenpolist-tableWrap table tr,
	.tenpolist-tableWrap table th,
	.tenpolist-tableWrap table td{
		display: block;
		width: auto !important;
	}
	.tenpolist-tableWrap table td + td{
		position: relative;
		border-top: none;
	}
	.tenpolist-tableWrap table td::before{
		position: absolute;
		top: 0;
		left: 5px;
		right: 5px;
		display: block;
		border-top: 1px solid #dddddd;
		content: '';
	}
}

/* ----- tenpolist-informationList ----- */
.tenpolist-informationList ul{
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	height: 100%;
}
.tenpolist-informationList ul &gt; li:nth-child(n+2){
	margin-left: 10px;
}

/* ----- tenpolist-informationList ----- */
.tenpolist-lead01{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.tenpolist-lead01{
		font-size: 14px;
		margin-bottom: 0;
	}
}
</pre></body></html>