@charset "UTF-8";

.setsubiContents{
	width:1080px;
	margin:0 auto;
	margin-bottom:50px;
	text-align: left;
}

.setsubiContents h2{
	position: relative;
	font-size: 24rem;
	letter-spacing: 0.4em;
	line-height:1;
	font-weight: normal;
	color:#fff;
	background-color: #000;
	padding:14px 8px 10px 50px;
	margin-bottom: 25px;
}
.setsubiContents h2::before{
	content:"";
	position: absolute;
	display:inline-block;
	border-top:solid 38px #fc0;
	border-right:solid 38px #000;
	left:5px;
	top:5px;
}

.setsubiContents h3{
	font-size: 18rem;
	line-height:1;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: solid 1px #999;
}

.setsubiGaiyo {
	margin-bottom: 50px;
}
.setsubiGaiyo:last-child {
	margin-bottom: 0;
}

.setsubiSharyoBox p{
	font-size: 15rem;
	line-height:1.4;
	padding-top: 15px;
	width:95%;
	margin:0 auto;
}



.setsubiContents table{
	width:95%;
	border-collapse: collapse;
	margin:0 auto;
}
.setsubiContents th,
.setsubiContents td{
	font-weight: normal;
	font-size: 15rem;
	line-height: 1.9;
	padding: 10px 15px;
	border: solid 1px #bbb;
}
.setsubiContents th{
	text-align:center;
	white-space: nowrap;
	background-color: #eee;
}
.setsubiContents td.setsubiCellR{
	text-align:right;
}
.setsubiContents td.setsubiCellC{
	text-align:center;
}

.setsubiContents p{
	font-size: 15rem;
	line-height:1.4;
	padding-top: 15px;
	width:95%;
	margin:0 auto;
}

.setsubiSeizoImgBox{
	width:1026px;
	margin:0 auto;}
.setsubiSeizoImgBox p{
	width:500px;
	float:left;
	margin-right:26px;}
.setsubiSeizoImgBox p:last-child{
	margin-right:0;}


.setsubiContents .setsubiShikaku{
	text-align: center;
	vertical-align: top;
}
.setsubiContents .setsubiShikakuBox{
	display: inline-block;
	width:45%;
	vertical-align: top;
}
.setsubiContents .setsubiShikakuBox:last-child{
	border-left:solid 1px #999;
}
.setsubiContents .setsubiShikakuBox table{
	width:auto;
	border-collapse: collapse;
	margin:0 auto;
}
.setsubiContents .setsubiShikakuBox th,
.setsubiContents .setsubiShikakuBox td{
	font-weight: normal;
	font-size: 15rem;
	line-height: 1.9;
	padding: 0 2em;
	vertical-align: top;
	border: none;
}
.setsubiContents .setsubiShikakuBox th{
	text-align:left;
	white-space: nowrap;
	background-color: #fff;
}


/*-----767以下-----*/
@media (max-width: 767px) {
	.setsubiContents{
		width:auto;
		margin:0 auto;
		margin-bottom:15%;
		text-align: left;
	}
	
	.setsubiContents h2{
		position: relative;
		font-size: 6.5vw;
		letter-spacing: 0.4em;
		line-height:1;
		font-weight: normal;
		color:#fff;
		background-color: #000;
		padding:4vw 0 3vw 15vw;
		margin-bottom: 7.5%;
	}
	.setsubiContents h2::before{
		content:"";
		position: absolute;
		display:inline-block;
		border-top:solid 11vw #fc0;
		border-right:solid 11vw #000;
		left:1.3vw;
		top:1.3vw;
	}
	
	.setsubiContents h3{
		font-size: 5vw;
		line-height:1;
		font-weight: normal;
		padding-bottom: 2vw;
		margin: 0 2.5% 5% 2.5%;
		border-bottom: solid 1px #999;
	}
	
	.setsubiGaiyo {
		margin-bottom: 15%;
	}
	.setsubiGaiyo:last-child {
		margin-bottom: 0;
	}
	
	.setsubiSharyoBox p{
		font-size: 15rem;
		line-height:1.4;
		padding-top: 15px;
		width:95%;
		margin:0 auto;
		overflow:hidden;
	}
	.setsubiSharyoBox p img{
		width:150%!important;
		height:auto;
		margin-left:-23%!important;
	}
	
	
	
	.setsubiContents table{
		width:95%;
		border-collapse: collapse;
		margin:0 auto;
	}
	.setsubiContents th,
	.setsubiContents td{
		font-weight: normal;
		font-size: 13rem;
		line-height: 1.9;
		padding:10px 8px;
		border: solid 1px #bbb;
	}
	.setsubiContents th{
		text-align:center;
		white-space: nowrap;
		background-color: #eee;
	}
	.setsubiContents td.setsubiCellR{
		text-align:right;
	}
	.setsubiContents td.setsubiCellC{
		text-align:center;
	}
	.setsubiContents td.setsubiCellNowrap{
		white-space:nowrap;
	}
	
	.setsubiContents p{
		font-size: 15rem;
		line-height:1.4;
		padding-top: 15px;
		width:95%;
		margin:0 auto;
		overflow:hidden;
	}
	.setsubiContents p img{
		width:125%;
		height:auto;
		margin-left:-13%;
	}

	.setsubiSeizoImgBox{
		width:95%;
		margin:0 auto;}
	.setsubiSeizoImgBox p{
		width:50%;
		float:left;
		margin-right:0;
		overflow:hidden;}
	.setsubiSeizoImgBox p:last-child{
		margin-right:0;}
	.setsubiSeizoImgBox p img{
		width:150%;
		height:auto;
		margin-left:-20%;
	}
	
	
	.setsubiContents .setsubiShikaku{
		text-align: center;
		vertical-align: top;
	}
	.setsubiContents .setsubiShikakuBox{
		display: block;
		width:90%;
		vertical-align: top;
		margin:0 auto;
	}
	.setsubiContents .setsubiShikakuBox:last-child{
		border-left:none;
	}
	.setsubiContents .setsubiShikakuBox table{
		width:100%;
		border-collapse: collapse;
		margin:0 auto;
	}
	.setsubiContents .setsubiShikakuBox th,
	.setsubiContents .setsubiShikakuBox td{
		font-weight: normal;
		font-size: 14rem;
		line-height: 1;
		padding: 8px 0;
		vertical-align: top;
		border: none;
	}
	.setsubiContents .setsubiShikakuBox th{
		text-align:left;
		white-space: nowrap;
		background-color: #fff;
	}
}