<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

#companyinfo_detail .icon_orange.lnav_company1 a {
	color: #ea9b42;
}
/*
.page_company_index .icon_orange.lnav_company1 a {
	color: #ea9b42;
}
*/

.company_table {
	width: 100%;
}

.company_table tr:nth-child(even) th,
.company_table tr:nth-child(even) td {
	background-color: #e2e1d2;
}

.company_table th,
.company_table td {
	padding: 20px;
}

.company_table th {
	width: 95px;
	color: #666666;
	text-align: center;
	vertical-align: top;
}

.company_table td {
	padding-right: 0;
	color: #333333;
	line-height: 1.8;
}

.access_text {
	margin-bottom: 20px;
}


/* 代表メッセージ・経営理念
-----------------------------*/

#message  .icon_orange.lnav_company2 a {
	color: #ea9b42;
}
/*
.page_company_message .icon_orange.lnav_company2 a {
	color: #ea9b42;
}
*/

.message1 {
	margin-bottom: 30px;
	overflow: hidden;
}

.message1 .photo {
	float: right;
	width: 250px;
	
}
.message1 .photo .img {
	max-width: 250px;
	height: auto;
	margin-bottom: 5px;
}
.message1 .photo .caption {
	text-align: center;
}

.message1 .texts {
	float: left;
	width: 340px;
}

.message1 .texts .slogan {
	padding: 45px 0;
	text-align: center;
}

.message2 {
	margin-bottom: 20px;
}

.message_sign {
	margin-left: auto;
	width: 187px;
}
.message_sign img {
	width: 100%;
	height: auto;
}

.philosophy_catch {
	padding-top: 20px;
	width: 390px;
	margin: 0 auto 30px;
}

.philosophy_text1 {
	margin-bottom: 30px;
}

.philosophy_list {
	padding-left: 50px;
	margin-bottom: 30px;
}
.philosophy_list li {
	list-style-type: disc;
}

.mean_img1 {
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.mean_text1 {
	margin-bottom: 30px;
	text-align: center;
}

.mean_img2 {
	margin-bottom: 30px;
	text-align: center;
}

.mean_text2 {
	margin-bottom: 10px;
	text-align: center;
}

/* 労働者派遣の状況
-----------------------------*/
.margin_note { text-align: right; }
.margin_campanyInfo {
    width: 100%;
    margin: 20px 0;
    border-top: solid 1px #c6c6c6;
}
.margin_campanyInfo tr {
    border-bottom: solid 1px #c6c6c6;
}
.margin_campanyInfo th, .margin_campanyInfo td {
    padding: 12px 20px;
}
.margin_campanyInfo th {
    background-color: #edf5e4;
    text-align: center;
}
.margin_table th {
    width: 400px;
    text-align: left;
}
.margin_table th span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #666;
    color: #fff;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
}
.margin_table td {
    padding-right: 50px;
    text-align: right;
}

#guideline  .icon_orange.lnav_company3 a {
	color: #ea9b42;
}
#margin  .icon_orange.lnav_company4 a {
	color: #ea9b42;
}</pre></body></html>