@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
/* .boxPageTtl
-------------------------------------------------------------*/
.boxPageTtl{
	height: 450px;
	background: url("../img/main_pc.jpg") no-repeat center center;
	background-size: cover;
	margin: 0 0 20px;
}
.boxPageTtl h1{
	color: #fff;
}
.boxPageTtl p{
	color: #fff;
}
/* .ancArea
-------------------------------------------------------------*/
.ancArea ul{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.ancArea ul li{
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
}
.ancArea ul li a{
	display: block;
	padding: 0 0 20px 0;
	background: url("../../shared/img/arw_page.svg") no-repeat center bottom;
	color: #000;
	text-align: center;
}
.ancArea ul li a:hover{
	opacity: 1;
	color: #9F7E34
}
/* .boxTable
-------------------------------------------------------------*/
.boxTable{
	margin: 100px 0 0;
	border-bottom: 1px solid #ccc;
}
.boxTable h3{
	font-size: 24px;
	padding: 0 0 20px;
}
.boxTableScl{
	width: 100%;
	max-width: 1200px;
}
.boxTableScl table{
	width: 100%;
	border-collapse: collapse;
	line-height: 1.45;
}
.boxTableScl table th,
.boxTableScl table td{
	text-align: left;
	vertical-align: top;
}
.boxTableScl table td.bg{
}

.box4clm th{
	width: 20%;
}
.box4clm td{
	width: calc(80% / 3);
}
.box3clm th{
	width: 20%;
}
.box3clm td{
	width: 40%;
}
.box2clm th{
	width: 20%;
}
.box2clm td{
	width: 80%;
}
.boxTableScl table th.status{
	background-color: #cfbe99;
}
.boxTableScl table td.status div{
	display: block;
	height: 100%;
	background-color: #cfbe99;
	font-weight: 700;
	font-size: 105%;
}
.boxTableScl table th div,
.boxTableScl table td div{
	position: relative;
	padding: 15px 15px 40px 15px;
}
.boxTableScl table thead th div,
.boxTableScl table thead td div{
	position: relative;
	padding: 15px;
	font-size: 14px;
}
.boxTableScl table td div{
	margin: 0 0 0 15px;
}
.boxTableScl table thead td div{
	background-color: #F6F3EC;
	font-size: 16px;
	font-weight: bold;
}
.boxTableScl table th div:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #997F41;
	position: absolute;
	top: 0;
	left: 0;
}
.boxTableScl table td div:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 0;
}
.boxTableScl table thead td div:after,
.boxTableScl table td div.lineNon:after{
	display: none;
}
.boxTableScl table a{
	text-decoration: underline;
}
.boxTableScl table td div ul li{
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.listPdf{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
	flex-wrap: wrap;
}
.listPdf:before,
.listPdf:after{
	content: "";
	width: calc((100% - 60px) / 4);
	height: 0;
	overflow: hidden;
}
.listPdf:before{
	order: 1;
}
.listPdf li{
	width: calc((100% - 60px) / 4);
	margin: 10px 0 0;
}
.listPdf li a{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	padding: 10px 10px 10px 44px;
	box-sizing: border-box;
	background: url("../../shared/img/PDF_24.png") no-repeat 10px center;
	border-radius: 10px;
	border: 1px solid #ccc;
	line-height: 1.15;
}
.listPdftype02{
	width: auto;
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0 20%;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 0 0 15px;
}
.listPdftype02 li{
	width: calc((100% - 30px) / 3);
	margin: 10px 0 0;
}
.listPdftype02 li a{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	padding: 10px 10px 10px 44px;
	box-sizing: border-box;
	background: url("../../shared/img/PDF_24.png") no-repeat 10px center;
	border-radius: 10px;
	border: 1px solid #ccc;
	line-height: 1.15;
}
.listPdftype03{
	width: auto;
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0 20%;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 0 0 15px;
}
.listPdftype03 li{
	width: calc((100% - 30px) / 2);
	margin: 10px 0 0;
}
.listPdftype03 li a{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	padding: 10px 10px 10px 44px;
	box-sizing: border-box;
	background: url("../../shared/img/PDF_24.png") no-repeat 10px center;
	border-radius: 10px;
	border: 1px solid #ccc;
	line-height: 1.15;
}
.listPdf.pdfData1,
.listPdf.pdfData2,
.listPdf.pdfData3{
	width: auto;
	margin: 10px 0 0 20%;
	padding: 0 0 0 15px;
}
.listPdf.pdfData1 li{
	width: 100%;
	margin: 10px 0 0;
}
.listPdf.pdfData2 li{
	width: calc((100% - 15px) / 2);
	margin: 10px 0 0;
}
.listPdf.pdfData3 li{
	width: calc((100% - 30px) / 3);
	margin: 10px 0 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 TUB
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1099px){

}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:899px){
/* .boxPageTtl
-------------------------------------------------------------*/
.boxPageTtl{
	height: 380px;
	background: url("../img/main_sp.jpg") no-repeat center center;
	background-size: cover;
}
/* .ancArea
-------------------------------------------------------------*/
.ancArea ul li{
	width: 25%;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 10px;
}
.boxTableScl{
	overflow-x: scroll;
	height: 100%;
	max-height: 80vh;
}
.boxTableScl::-webkit-scrollbar { 
 height: 8px;
} 
.boxTableScl::-webkit-scrollbar-track { 
 margin: 0 2px; 
 background: #ccc; 
 border-radius: 5px;
} 
.boxTableScl::-webkit-scrollbar-thumb { 
 border-radius: 5px;
}
.boxTableScl::-webkit-scrollbar-thumb { 
	background: #997F41; 
}
.boxTableScl { 
	scrollbar-width: thin;
	scrollbar-color: #997F41 #ccc;
}
.boxTableScl table{
	width: auto;
}
.boxTableScl.box4clm table{
	width: 760px;
}
.boxTableScl.box3clm table{
	width: 540px;
}
.boxTableScl.box2clm table{
	width: 100%;
}
.box4clm th{
	width: 100px;
}
.box4clm td{
	width: calc(220px);
}
.box3clm th{
	width: 100px;
}
.box3clm td{
	width: 220px;
}
.box2clm th{
	width: 100px;
}
.box2clm td{
	width: calc(100% - 250px);
}
.boxTableScl table th div,
.boxTableScl table td div{
	position: relative;
	padding: 10px 10px 30px 10px;
	font-size: 14px;
}
.boxTableScl table thead th div,
.boxTableScl table thead td div{
	position: relative;
	padding: 10px;
	font-size: 12px;
}
.boxTableScl table thead td div{
	font-size: 14px;
}
.boxTableScl table td.status div{
	font-size: 15px;
}
.boxTableScl table td div{
	margin: 0 0 0 10px;
}
.boxTableScl table th{
	position: sticky;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 2;
}
.boxTableScl table thead th,
.boxTableScl table thead td{
	position: sticky;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 2;
}
.boxTableScl table thead th{
	z-index: 3;
}
	
/* sp-table-scroll 
-------------------------------------------------------------*/
	.boxTableScl {
		overflow: auto;
		table-layout: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		z-index: 100;
		padding: 0 0 10px;
	}
	.boxTableScl>table {
		margin-bottom: 5px;
	}
	html:not(.win) .boxTableScl::-webkit-scrollbar {
	height:5px;
	}
	html:not(.win) .boxTableScl::-webkit-scrollbar-track {
		background:#e3e4e5;
		border-radius:10px;
	}
	html:not(.win) .boxTableScl::-webkit-scrollbar-thumb {
		background:#84919d;
		border-radius:10px;
	}
	.boxTableScl .arwSc {
		background: url(../img/table-arw.png) no-repeat 0 0/auto 100px;
		width: 100px;
		height: 100px;
		margin: 0 0 0 -50px;
		position: absolute;
		top: 50px;
		left: 50%;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		transition: opacity 0.2s ease-out;
	}
	.boxTableScl.sc .arwSc {
		opacity: 0.85;
		visibility: visible;
	}
	.boxTableScl figure {
		width: 100%;
	}
	.boxTableScl img {
		max-width: none !important;
		vertical-align: bottom;
	}
.listPdf{
	width: 100%;
	display: block;
}
.listPdf:before,
.listPdf:after{
	width: calc(100%);
}
.listPdf:before{
	order: 1;
}
.listPdf li{
	width: calc(100%);
	margin: 10px 0 0;
}
.listPdftype02{
	width: 100%;
	display: block;
	margin: 10px 0 0;
	padding: 0;
}
.listPdftype02 li{
	width: calc(100%);
	margin: 10px 0 0;
}
.listPdftype03{
	width: 100%;
	display: block;
	margin: 10px 0 0;
	padding: 0;
}
.listPdftype03 li{
	width: calc(100%);
	margin: 10px 0 0;
}
.listPdf.pdfData1,
.listPdf.pdfData2,
.listPdf.pdfData3{
	width: 100%;
	display: block;
	margin: 10px 0 0;
	padding: 0;
}
.listPdf.pdfData1 li{
	width: calc(100%);
}
.listPdf.pdfData2 li{
	width: calc(100%);
}
.listPdf.pdfData3 li{
	width: calc(100%);
}
}
