@charset "UTF-8";
/* CSS DOCUMENT */



/* --------------------------------------------------------------- */
/* 会社概要　　                                                   */
/* --------------------------------------------------------------- */



.greeting_box {
	background: #F8F8F8;
	}

.greeting_img {
	margin: 30px 0 0 0;
    padding: 100px 0 50px 0;
	}

.greeting_tx {
	width: 586px;
	margin: 0 auto;
    padding-bottom: 130px;
	}

.company_subti{
	font-size:12pt;
	color:#48925A;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	}

.company_subti02{
	padding-top:60px;
	}
	
.company_text{
	text-align:left;
    line-height: 180%;
	}
	
.company_writer{
	margin-top:40px;
	text-align:right;}

.company_writer02{
	font-size:20px;
	}
	

/*COMPANY PROFILE*/

.company_onecolumn{
	width: 1000px;
	margin: 0 auto 60px auto;
	}
	
.company_tablebox {
	width: 1000px;
	}
	
.company_table01{
	float:left;
	}
	
.company_table01 table {
	width: 500px;
	height: 280px;
	text-align:left;
	}

.company_table02 table {
	width: 450px;
	height: 280px;
	text-align:left;
	}

.company_table01 tr td {
	border-bottom: 1px dotted #999;
	padding: 10px 20px 10px 15px;
	} 

.company_table02 tr td {
	border-bottom: 1px dotted #999;
	padding: 0 20px 0 15px;
	} 
	
.company_table02{
	float:right;	
	}

.company_td01_top{
	background: #F1F1F1;
	border-top: 1px dotted #999;
	}

.company_td02_top{
	border-top: 1px dotted #999;
	}
	
.company_td01{
	background: #F1F1F1;
	}
	
.company_td02{
	text-align:left;
	}


/*沿革*/

.company_history{
	background-color:#F5F5F5;
	max-height: 100%;
	}
	
.his_box {
	padding: 60px 0;}

.his_img{
	height:2731px;
	background:url(../company/images/his2026_img.png) no-repeat top center;
	margin: 0;
	}
	
.company_his_title{
	font-size:30px;
	font-weight:bold;
	padding-top:20px;
	}

.company_his_text{
	width:1000px;
	text-align:left;
	font-size:16px;
	line-height:170%;
	margin:0 auto;
	padding-bottom:60px;
	}

.company_img_table{
	width:1000px;
	margin:0 auto;}

.company_img01{
	width:273px;
	text-align:left;
	}

.company_img03{
	width:273px;
	text-align:left;
	}


.company_caption {
	font-size: 11px;
	text-align: left;}





	
#company_greeting {
	padding-top: 200px;
	margin-top: -200px;
	}


#company_prof {
	padding-top: 200px;
	margin-top: -140px;
	}
	
#company_his {
	padding-top: 200px;
	margin-top: -200px;
	}
	
	


/*事業継続力強化計画*/
.company_jigyou_box{
	border:10px solid #eee;
	border-radius:20px;
	margin: 3% auto 0;
	padding:5%;
	box-sizing:border-box;
	width:97%;
	font-size:14px;
	justify-content:space-between;
	align-items:center;
	width: 100%;
}
.company_jigyou_nintei{
	font-size:18px;
	margin-bottom: 30px;
	background-color: #666;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
}
.company_jigyou_flex {
	display:flex;
	justify-content: space-between;

}

.company_jigyou_box img{
	max-width:210px;
}

.company_jigyou_img{
	flex-basis:27%;
}

.company_jigyou_tx{
	flex-basis:70%;
}

.company_jigyou_tx h3{
	font-size:18px;
	text-align: left;
	font-weight:bold;
	
}

.company_jigyou_tx p{
	margin:4% 0 3%;
	text-align:left;
}

.company_jigyou_tx ul{
	background-color:#eee;
	padding:2%;
		text-align:left;
		list-style: none;
}
