  @charset "UTF-8";
/* # =================================================================
   #contents
   # ================================================================= */
#contents {
	padding-top: 20px;
	padding-bottom: 100px;
}

/* # =================================================================
   # contentsBox
   # ================================================================= */
.contentsBox {
	width: 75%;
	padding-right: 0px;
	float: right;
}
@media screen and (max-width:750px) {
.contentsBox {
	width: 100%;
	padding-right: 0px;
	float: none;
}
}
#contents .contentsBox p {
	font-size: 16px;
	line-height: 2.0;
	text-align: justify;
	letter-spacing: 0.0em;
}
#contents .contentsBox p.center { text-align: center; }
#contents .contentsBox p.left { text-align: left; }
#contents .contentsBox p.right { text-align: right; }

@media screen and (max-width:750px) {
#contents {
	padding-top: 0px;
	padding-bottom: 50px;
}
#contents .contentsBox {
	width: 100%;
}
#contents .contentsBox p {
	font-size: 14px;
	line-height: 1.7;
}
}

th {
	font-weight: normal;
}


/* # =================================================================
   #contentsBox
   # ================================================================= */
#contents .contentsBox > h4 {
	font-size: 18px;
	color: var(--color-blue2);
	border-bottom: 1px solid var(--color-blue2);
	line-height: 1.0;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	clear: both;
	text-align: left;
}
@media screen and (max-width:768px) {
#contents .contentsBox h4 {
	font-size: 16px;
}
}

#contents .contentsBox > h4.midashi {
	width: 100%;
	font-size: 24px;
	color: var(--color-blue6);
	border-bottom: none;
	line-height: 1.0;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	clear: both;
	text-align: center;
}
@media screen and (max-width:768px) {
#contents .contentsBox h4.midashi {
	font-size: 18px;
}
}


#contents .contentsBox > h5, 
#contents .box > h5 {
	font-size: 18px;
	color: #333;
	border-bottom: 2px dashed #CCC;
	line-height: 1.0;
	padding-bottom: 10px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	text-align: left;
}
@media screen and (max-width:768px) {
#contents .contentsBox h5 {
	font-size: 16px;
}
}





/*--------------------------------------------------------
　index
--------------------------------------------------------*/
.index {
	overflow: hidden;
}
.index p {
	width:520px;
	width:760px;
	float: left;
	text-align: justify;
}
.index .box img.employer {
	width:220px;
	float: left;
	margin-left: 20px;
}
.index .box p.signature img{
	width:268px;
	float: right;
	margin-left: 20px;
	margin-bottom: 50px;
}
.index h5 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}




/*--------------------------------------------------------
　Corporate
--------------------------------------------------------*/
#contents .Corporate {
	overflow: hidden;
	line-height: 1.8;
	letter-spacing: 0.01em;
}
#contents .Corporate th {
	text-align: left;
	padding-right: 20px;
}

#contents .Corporate table.left {
	float: left;
	width: 45%;
	margin-top: 20px;
}
#contents .Corporate table.right {
	float: right;
	width: 47%;
	margin-top: 20px;
}
@media screen and (max-width:750px) {
.Corporate {
	margin:0;
	padding-right:10px;
	padding-left:10px;
}
#contents .Corporate table.left {
	float: none;
	width: 100%;
	margin-top: 20px;
}
#contents .Corporate table.right {
	float: none;
	width: 100%;
	margin-top: 20px;
}
}



/*--------------------------------------------------------
　Employees
--------------------------------------------------------*/
.Employees {
	width: 98%;
}
.Employees td {
	border: 1px solid #666;
	padding: 5px;
	text-align: center;
	width: 18%;
	background: #CBEFF4;
	vertical-align: middle;
}
.Employees th {
	border: 1px solid #666;
	padding: 5px;
	text-align: center !important;
	background: #CBEFF4;
	font-weight: bold;
	background: #FFF;
}
.Employees td.first {
	width: 10%;
}




#Office {
	margin-top: 100px !important;
	display: block;
	clear: both;
}


#History {
	margin-top: 100px !important;
	display: block;
}
.history {
	margin-bottom: 50px;
}
.history th {
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}
.history tr:nth-child(odd) {
	background: #E5F7F9;
}


.index th.name {
	border-bottom: 1px dotted #CCC;
}
.index td.adress {
	text-align: left !important;
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
}
.index td.tel {
	width: 120px;
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
}
.index td.tel2 {
	width: 150px;
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
}
.addressBox tr:nth-child(odd) {
	background: #F3F3F3;
}

.index th.name, 
.index td.adress, 
.index td.tel, 
.index td.tel2 {
	padding-top: 3px;
	padding-bottom: 1px;
	background: #FFF;
	border-top: 2px solid #CCC;
}

.addressBox th {
	vertical-align: top;
	line-height: 1.3;
	padding-top: 5px;
	padding-bottom: 5px;
}
.addressBox td {
	vertical-align: top;
	line-height: 1.3;
	padding-top: 5px;
	padding-bottom: 5px;
}
.addressBox {
	width: 100%;
}
@media screen and (max-width:750px) {
.addressBox th {
	font-size: 12px;
}
.addressBox td {
	font-size: 12px;
}
}






.results {
	padding: 0;
	display: block;
	margin: 0;
}
@media screen and (max-width:750px) {
.results {
	margin:0 auto;
	padding-right:10px;
	padding-left:10px;
}
}
.results .box p {
	width: 100%;
	padding: 0 0 30px 0;
	display: block;
	font-size: 14px;
}

.results ul {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
   display: -webkit-flex;
   display: flex;
   justify-content:flex-start;
/*   -webkit-justify-content: space-between;
   justify-content: space-between;*/
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.results ul li {
	width: 30%;
	font-size: 12px;
	line-height: 1.3;
	margin: 0 5% 20px 0;
}
.results ul li:nth-child(3),
.results ul li:nth-child(6),
.results ul li:nth-child(9),
.results ul li:nth-child(12),
.results ul li:nth-child(15),
.results ul li:nth-child(18),
.results ul li:nth-child(21),
.results ul li:nth-child(24),
.results ul li:nth-child(27),
.results ul li:nth-child(30),
.results ul li:nth-child(33),
.results ul li:nth-child(36) {
	margin-right: 0;
}


@media screen and (max-width:750px) {
.results ul {
   -webkit-justify-content: space-between;
   justify-content: space-between;
}
.results ul li {
	width: 48%;
	font-size: 12px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.results ul li:nth-child(3),
.results ul li:nth-child(6),
.results ul li:nth-child(9),
.results ul li:nth-child(12),
.results ul li:nth-child(15),
.results ul li:nth-child(18),
.results ul li:nth-child(21),
.results ul li:nth-child(24),
.results ul li:nth-child(27),
.results ul li:nth-child(30),
.results ul li:nth-child(33),
.results ul li:nth-child(36) {
	margin-right: 0;
}
}

.results ul li img {
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
}







.ir > .box {
	width: 100%;
	padding: 0;
	display: block;
	margin: 0;
}
@media screen and (max-width:750px) {
.ir {
	margin:0 auto;
	padding-right:10px;
	padding-left:10px;
}
}

.IRbox strong.h4::after {
	margin: 15px auto 0px auto !important;
}
#News, 
#PM, 
#SC, 
#FR, 
#SD, 
#AR, 
#GMS {
	padding-top: 60px;
	margin-top: -60px;
}
.ir h5 {
}
@media screen and (max-width:750px) {
.IRbox strong.h4::after {
	margin: 15px auto 0px auto !important;
}
.ir h5#PM {
	padding-top:0px;
}
.ir h5#SC, 
.ir h5#FR, 
.ir h5#SD, 
.ir h5#AR, 
.ir h5#GMS {
	padding-top:75px;
}
}

.ir .box p {
	width: 100%;
	padding: 0 0 30px 0;
	display: block;
	font-size: 14px;
}

.ir strong {
	padding: 5px 0 0 10px;
	display: block;
}
h3.irh3, 
.irSmenu {
	display: none;
}
@media screen and (max-width:750px) {
h3.irh3, 
.irSmenu {
	display: block;
}
}

/*--------------------------------------------------------
　下層ページ PDFお知らせテーブル共通
--------------------------------------------------------*/

.pdf_News table {
	width: 750px;
	margin-left:5px;
}
.pdf_News table th {
	width:83px;
	color: #004495;
	padding: 5px 10px 5px 48px;
	vertical-align: top;
	border-bottom: 1px dotted #999;
	font-size: 14px;
	background:url("/e/component/img/icon_pdf3.svg") no-repeat left 5px top 10px;
	line-height:1.5;
	text-align:left;
}
.pdf_News table td {
	width:610px;
	color: #000;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	border-bottom: 1px dotted #999;
	font-size: 14px;
	line-height:1.5;
}

/*--------------------------------------------------------
　IR資料集 テーブル共通
--------------------------------------------------------*/
.pdf_documents {
}

.pdf_documents table {
	width: 98%;
	margin-left:5px;
	margin-bottom: 50px;
}
.pdf_documents table td {
	width: 100%;
	color: #000;
	padding: 5px 0px 5px 48px;
	vertical-align: top;
	border-bottom: 1px dotted #999;
	font-size: 14px;
	line-height:1.5;
}
.pdf_documents table td a {
	position:relative;
}
.pdf_documents table td a::before {
	content: "";
	position: absolute;
	display: block;
	width: 38px;
	height: 15px;
	line-height: 15px;
	background:url("/e/component/img/icon_pdf3.svg") no-repeat left center;
	left: -45px;
	top: 5px;
}
.pdf_documents table td a:hover {
	text-decoration: underline;
	color: var(--color-blue2);
}


/*--------------------------------------------------------
　documents
--------------------------------------------------------*/

.documents_navi{
	overflow:hidden;
	margin-bottom:45px;
}

.documents_navi li{
	float:left;
	margin-left:5px;
}
