/*-------------------------------------------------------------

jisseki/content.css

-------------------------------------------------------------*/

.jissekiBox h2,
.jireiBox h2,
.junbichu h2{
	font-size:28rem;
	margin-bottom: 20px;
	text-align: left;
	font-weight: normal;
	padding-bottom:10px;
	border-bottom: dotted 1px #999;
}
.jissekiBox h2{
	font-size:28rem;
	margin-bottom: 40px;
}

.jissekiBox h2 small,
.jireiBox h2 small,
.junbichu h2 small{
	font-size:16rem;
}

.jireiBox{
	text-align: left;
	margin-bottom:70px;
}
.jireiBox li{
	margin-bottom:15px;
}
.jireiBox li a{
	font-size:20rem;
	line-height:1.005;
	padding:8px 0 8px 28px;
	position: relative;
	display: inline-flex;
	align-items:center;
}
.jireiBox li a:before{
	content:"";
	position: absolute;
	box-sizing: border-box;
	width:15px;
	height:15px;
	border-top:solid 3px #099;
	border-right:solid 3px #099;
	transform: rotate( 45deg );
	left:0;
	top:50%;
	transition: 0.25s;
	margin-top: -9px;
}
.jireiBox li a:hover:before{
	left:5px;
	border-color:#c39;
}
.jireiBox li a span{
	display:inline-block;
}
.jireiBox li a span.jirei_new{
	padding:0.4em 0.5em 0.3em 0.5em;
	font-weight:bold;
	background-color:#c39;
	color:#fff;
	font-size:75%;
	margin-right:0.25em;
}


.junbichu{
	text-align: left;
}
.junbichu p big{
	font-size:24rem;
}
.junbichu p{
	text-align: left;
}


.jissekiBox{
	text-align: left;
}

.jissekiTopCom{
	margin-bottom: 50px;
	border-bottom:solid 5px #099;
	padding-bottom: 50px;
}
.jissekiTopCom p{
	font-size: 18rem;
	line-height: 1.8;
	text-align: left;
	padding:0 6em;
}

.jissekiCont{
	margin-bottom: 60px;
}
.jissekiCont:last-of-type{
	margin-bottom: 0;
}
.jissekiCont h2{
	font-size:24rem;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
}

.jissekiData{
	display: flex;
	padding:0 10%;
}
.jissekiTable{
	width:40%;
}
.jissekiCom{
	width:60%;
}

.jissekiTable table{
	border-collapse: collapse;
	width: 100%;
}
.jissekiTable th,
.jissekiTable td{
	border:solid 2px #fff;
	padding:5px 15px;
	line-height:1.3;
	font-size: 16rem;
	text-align: center;
}
.jissekiTable th{
	width:40%;
}
.jissekiTable td{
	width:60%;
}
.jissekiTable thead th{
	background-color: rgba(105,157,88,1);
	color:#fff;
}
.jissekiTable thead th small{
font-size: 14rem;
}

.jissekiTable tbody tr td,
.jissekiTable tbody tr th{
	background-color: rgba(105,157,88,0.4);
}
.jissekiTable tbody tr:nth-child(2n+1) td,
.jissekiTable tbody tr:nth-child(2n+1) th{
	background-color: rgba(105,157,88,0.2);
}
.jissekiTable tbody th{
	text-align: left;
	font-weight: normal;
}
.jissekiTable tbody td{
	text-align: right;
}

.jissekiCom{
	width:70%;
}
.jissekiCom p{
	font-size: 14rem;
	line-height: 1.6;
	padding-left: 60px;
	text-indent: -3.5em;
	margin-left: 3.5em;
}



/*-----834以下-----*/
@media screen and (max-width: 834px) {

	.jissekiBox h2,
	.jireiBox h2,
	.junbichu h2{
		font-size:20rem;
		margin-bottom: 10px;
		padding-bottom:10px;
	}
	.jissekiBox h2 small,
	.jireiBox h2 small,
	.junbichu h2 small{
		display:block;
		margin-top:3px;
		font-size:14rem;
		line-height:1.4;
	}

	.jireiBox{
		padding:0 2%;
		margin-bottom:40px;
	}
	.jireiBox li{
		margin-bottom:5px;
	}
	.jireiBox li a{
		font-size:16rem;
		line-height:1.5;
		padding:5px 0 5px 20px;
	}
	.jireiBox li a:before{
		width:10px;
		height:10px;
		margin-top: -6.0px;
	}


	.junbichu{
		padding:0 2%;
	}
	.junbichu p{
		font-size:14rem;
	}
	.junbichu p big{
		font-size:18rem;
	}


	.jissekiTopCom{
		margin-bottom: 30px;
		padding: 0 0 30px 0;
	}
	.jissekiTopCom p{
		font-size: 16rem;
		padding:0;
	}

	.jissekiBox{
		text-align: left;
		padding:0 2%;
	}

	.jissekiCont{
		margin-bottom: 40px;
	}
	.jissekiCont h2{
		font-size:22rem;
	}

	.jissekiData{
		display: block;
		padding:0;
	}
	.jissekiTable{
		width:auto;
		margin-bottom: 10px;
	}
	.jissekiTable table{
		border-collapse: collapse;
		width: 100%;
	}

	.jissekiTable th,
	.jissekiTable td{
		padding:5px 15px;
		font-size: 16rem;
	}

	.jissekiCom{
		width:auto;
	}
	.jissekiCom p{
		font-size: 14rem;
		padding-left: 0;
		text-indent: 0;
		margin-left: 0em;

}
