@charset "utf-8";

/* ローカルメニュー */
#localmenu{
	width:960px;
	margin:20px auto 0 auto;
}

#localmenu li{
	float:left;
	margin-right:20px;
}

#localmenu li a{
	display:block;
	padding-left:10px;
	background:url(/common/img/arrow_orange.gif) no-repeat left center;
	font-weight:bold;
}

/* ごあいさつ */
#message{
	width:960px;
	margin:20px auto 0 auto;
	padding:70px 0;
}

.message_txt{
	font-size: 150%;
	font-weight: bold;
}

/* 会社概要 */
h2{
	font-weight: bold;
    color: #003b8f;
    font-size: 47px;
	letter-spacing: 1.5px;
    line-height: 1.1;
}
#profile{
	min-height:780px;
	padding-top:70px;
	background:url(../../img/bg_profile.jpg) no-repeat center center;
}

#profile table{
	width:460px;
}
#profile table th{
	clear:both;
	width:80px;
	padding:15px;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
	color:#003b8f;
	vertical-align:middle;
}
#profile table td{
	padding:15px;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	vertical-align:middle;
}
#profile table td a{
	display:inline-block;
	background:url(/common/img/arrow_orange.png) no-repeat left center; 
	text-decoration:underline;
	padding-left:10px;
}
#profile table td a:hover{
	text-decoration:none;
}

#history{
	width: 960px;
	margin: 20px auto 0 auto;
	padding: 70px 0;
}

#history .history_detail dt{
	float: left;
	width: 120px;
	padding: 30px;
	border-bottom: 1px solid #c8c8c8;
	text-align: right;
	color: #003b8f;
	font-weight: bold;
	background: #f2f2f2;
}

#history .history_detail span{
	display: block;
}

#history .history_detail dd{
	float: right;
	width: 720px;
	text-align: left;
	border-bottom: 1px solid #c8c8c8;
	padding: 30px;
}

#organization{
	padding: 70px 0;
	background: #f2f2f2;
}

/* 経営理念 */
#philosophy{
	margin:20px auto 0 auto;
	padding:70px;
}

#philosophy h3{
	font-size: 30px;
	color: #003b8f;
	background: #eaf3ff;
	border-bottom: solid 3px #516ab6;
	font-weight: bold;
	padding: 15px;
}

#philosophy h4{
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
}

#philosophy .philosophy_box p{
	padding-left: 15px;	
	text-align: center;
}

#philosophy .philosophy_box:last-child h4{
	letter-spacing: -2px;
	line-height: 1.5;
}

.philosophy_box{
	width:760px;
	margin:70px auto 0 auto;
	padding:0 10px;
}

.p-about-corporate-philosophy-img {
	font-size: 13px;
	text-align: center;
}
.p-about-corporate-philosophy-img small {
    margin-top: 5px;
    display: block;
}
.p-about-corporate-philosophy-management_def > dd {
    display: flex;
    justify-content: space-between;
}
.p-about-corporate-philosophy-management_def > dd span.p-about-corporate-philosophy-img {
    width: 27%;
}
.p-about-corporate-philosophy-management_def > dd span.p-about-corporate-philosophy-img img{
	width: 100%;
}
.p-about-corporate-philosophy-movie p span{   
	margin-bottom: 1em;
    font-weight: 600;
}
.columnwrap{
	text-align: center;
}
.columnwrap h4{
    margin-bottom: .5em;
}
.columnwrap.value01 h4{
	color: #9CC5E9;
}
.columnwrap.value02 h4{
    color: #8F799E;
}
.columnwrap.value03 h4{
	color: #D97766;
}
.columnwrap.value04 h4{
    color: #87CAAC;
}
.columnwrap.value05 h4{
    color: #D4B676;
}
.columnwrap p{
    margin-bottom: 3em;
}

/* 品質方針 */
#qualitypolicy{
	padding:70px 0;
	background:#f2f2f2;
}

.qualitypolicy_box{
	width:780px;
	margin:70px auto 0 auto;
}

.qualitypolicy_box ul{
	list-style:disc inside;
	padding-left:1em;
	text-indent:-1em;
	margin-top:30px;
	line-height:200%;
}
/* 一般事業主行動計画 */
#sustainable{
	width: 960px;
	margin:20px auto 0 auto;
	padding:70px;
}

#sustainable h3{
	margin-top: 70px;
    font-size: 28px;
    font-weight: bold;
    color: #003b8f;
	text-align: center;
}

#sustainable h4{
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
}

.sustainable-plan dl.sustainable_detail {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}

.sustainable-plan .sustainable_detail dt{
	float: left;
	width: 100px;
	padding: 30px;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
	color: #003b8f;
	font-weight: bold;
	background: #f2f2f2;
}
.sustainable-plan .sustainable_detail dd{
	float: right;
	width: 740px;
	text-align: left;
	border-bottom: 1px solid #c8c8c8;
	padding: 30px;
}

.sustainable-plan .sustainable_detail dt.w960{
	width: 960px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.sustainable-plan dl.sustainable_detail dd span.tile span{
	display: block;
	margin-bottom: 10px;
}
.sustainable-plan .sustainable_detail dt.w960.lineblock{
	padding: 2px;
}

/* 健康企業宣言 */
#healthdeclaration{
    width: 960px;
    margin: 20px auto 0 auto;
    padding: 70px;
}
#healthdeclaration h3 {
	margin-top: 100px;
	font-weight: bold;
	color: #003b8f;
	text-align: center;
	font-size: 30px;
	background: #eaf3ff;
	border-bottom: solid 3px #516ab6;
	padding: 15px;
}
#healthdeclaration ul {
    list-style: disc inside;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 30px;
    line-height: 200%;
}
#healthdeclaration h4{
    margin-top: 100px;
    text-align: center;
    font-size: 1.2em;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#healthdeclaration h4::before,
#healthdeclaration h4::after{
    border-top: 1px solid #003b8f; 
    content: "";
    width: 7em; 
}
#healthdeclaration h4::before{
    margin-right: 1em; 
}
#healthdeclaration h4::after{
    margin-left: 1em;
}
#healthdeclaration .kenko_keiei ul{
    display: flex;
    justify-content: center;
}
#healthdeclaration .kenko_keiei ul li{
    list-style-type:none;
	 width: 400px;
	 margin-right: 1em;
	 text-align: center;
}
#healthdeclaration .kenko_keiei ul li img{
    width: 100%;
}

/* SDGsへの取り組み */
#sdgs{
    width: 960px;
    margin: 20px auto 0 auto;
    padding: 70px;
}
#sdgs h3{
	margin-top: 70px;
    font-size: 28px;
    font-weight: bold;
    color: #003b8f;
	text-align: center;
}
#sdgs h4{
	font-size: 20px;
	line-height: 1.5;
}

.sdgs-plan dl.sdgs_detail {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.sdgs-plan .sdgs_detail dt{
    padding: 110px 10px;
    font-size: 1.2em;
    width: 30px;
    box-sizing: border-box;
    color: #003b8f;
	font-weight: bold;
}
.sdgs-plan .sdgs_detail dd{
	width: 600px;
	text-align: left;
	padding: 30px;
	box-sizing: border-box;
}
.sdgs-plan .sdgs_detail dd:last-child{
    width: 330px;
    padding: 20px;
    text-align: center;
    color: #003b8f;
    background: #f2f2f2;
    box-sizing: border-box;
    position: relative;
}
.sdgs-plan .sdgs_detail:first-child dd img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.sdgs-plan dl.sdgs_detail dd span.tile span{
	display: block;
	margin-bottom: 20px;
}
.sdgs-plan .sdgs_detail dt.w960.lineblock{
	padding: 2px;
}
.sdgs-plan .sdgs_detail.set dd:last-child{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.sdgs-plan .sdgs_detail.set:last-child dd:last-child{
	display: flow-root;
}
.sdgs-plan .sdgs_detail.set:last-child dd img:first-child{
	margin: 0 1% 5px 0;
}
.sdgs-plan .sdgs_detail.set:last-child dd img:nth-child(2){
	margin: 0 0 5px 1%;
}



