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

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 18px;
}

h2.cms_h2 {
	margin: 10px auto 20px auto;
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 4px solid #DDD;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
}

h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #042455;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}

.container {
	width: 1000px;
	margin: 20px auto;
	font-weight: bold;
	overflow: hidden;
}

.maincontents {
	width: 780px;
	float: right;
}

.side {
	width: 200px;
	float: left;
}

.cms_back {
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}

.cms_back a {
	color: #004CD3;
	line-height: 18px;
}

.cms_back a:hover {
	text-decoration: none;
	color: #999999;
}

.iframe_pc {
	width: 780px;
	height: 300px;
	border: none;
}

.container h2.cms_h2 {
	position: relative;
	padding: 1em 0;
	font-size: 16px;
	border-left: none;
	border-bottom: none;
	font-weight: bold;
}

.container h2.cms_h2::before,
.container h2.cms_h2::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

.container h2.cms_h2::before {
	top: 0;
	border-top: 2px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.container h2.cms_h2::after {
	bottom: 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
}

/*-----------------------------------------------
会社概要 パターン1 /company/
-----------------------------------------------*/
.company_1_navi {
	margin: 15px 0;
}

.company_1_navi ul {
	width: 1000px;
	margin: 0 -15px 0 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.company_1_navi ul li {
	float: left;
	width: 235px;
	margin-right: 12px;
	line-height: 35px;
	text-align: center;
}

.company_1_navi ul li:nth-child(4n) {
	margin-right: 0px;

}

.company_1_navi ul li a {
	display: block;
	color: #555555;
	background: #DDEEF2;
	text-decoration: none;
}

.company_1_navi ul li a:hover {
	color: #FFFFFF;
	background: #77BBCE;
}

.company_1_detail h3 {
	font-size: 18px;
	line-height: 35px;
	text-indent: 15px;
	border-left: 5px solid #51BDCC;
	border-bottom: 1px solid #999;
	margin: 25px auto;
}

/* 代表挨拶 */
.company_1_aisatsu {
	overflow: hidden;
}

.company_1_aisatsu_tx {
	float: left;
	width: 510px;
	font-family: "ＭＳ 明朝", "MS Mincho";
}

.company_1_aisatsu_tx span {
	display: block;
	margin: 30px 0 20px 0;
	font-size: 28px;
	line-height: 45px;
}

.company_1_aisatsu_tx p {
	margin: 20px 0;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	background: #F0F0F0;
}

.company_1_aisatsu_name {
	text-align: right;
}

.company_1_aisatsu_img {
	float: right;
	width: 250px;
	text-align: right;
}

.company_1_aisatsu_img img {
	max-width: 250px;
	max-height: 350px;
	width: auto;
	height: auto;
}

/* 会社概要 */
.company_1_gaiyou {
	overflow: hidden;
}

.company_1_gaiyou_data {
	float: right;
	width: 550px;
}

.company_1_gaiyou_data ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.company_1_gaiyou_data ul li {
	font-size: 12px;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
}

.company_1_gaiyou_data ul li span {
	display: block;
	float: left;
	width: 70px;
	color: #77BBCE;
	font-weight: bold;
}

.company_1_gaiyou_data ul li p {
	float: right;
	width: 450px;
	margin: 0;
	padding: 0;
}

.company_1_gaiyou_img {
	float: left;
	width: 400px;
}

.company_1_gaiyou_img img {
	max-width: 400px;
	max-height: 300px;
	width: auto;
	height: auto;
}

.company_1_gaiyou_img span {
	display: block;
	margin: 5px 0 10px 0;
	font-size: 12px;
}

/* 店舗紹介 */
.company_1_tenpo {
	overflow: hidden;
}

.company_1_tenpo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.company_1_tenpo_l {
	float: left;
	width: 500px;
}

.company_1_tenpo_l ul li {
	font-size: 18px;
	margin-bottom: 5px;
}

.company_1_tenpo_l ul li img {
	max-width: 500px;
	height: auto;
}

.company_1_tenpo_l ul li span {
	display: block;
	font-size: 25px;
	margin: 30px 0 10px 0;
}

.company_1_tenpo_r {
	float: right;
	width: 270px;
}

.company_1_tenpo_r ul li {
	margin-bottom: 10px;
}

.company_1_tenpo_r ul li img {
	max-width: 270px;
	height: auto;
}

.company_1_tenpo_access {
	width: 150px;
}

.company_1_tenpo_access a {
	display: block;
	color: #FFFFFF !important;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none !important;
	background: #FF8800;
}

.company_1_tenpo_access a:hover {
	background: #D67201;
}

/* access */
.company_1_access div {
	text-align: center;
}

.company_1_access span {
	font-size: 14px;
	line-height: 25px;
	text-align: right;
}

/* 仕事 */
.company_1_work {
	overflow: hidden;
}

.company_1_worklist {
	float: left;
	width: 440px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.company_1_workimg {
	float: left;
	width: 220px;
	margin-right: 10px;
}

.company_1_workimg img {
	max-width: 220px;
}

.company_1_worktx {
	float: right;
	width: 210px;
}

.company_1_worktx {
	font-size: 12px;
}

.company_1_worktx span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #6F572E;
	margin: 0 0 5px 0;
}

ul.body_list li a {
	box-sizing: border-box;
	font-size: 14px;
}


.body_list .list_nolink {
	font-size: 14px;
}

.info_ma {
	width: 100% !important;
}

.info_ma h3 {
	margin: 0 0 10px 0;
	padding: 10px;
	height: auto;
	overflow: hidden;
	background: #EEE;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	line-height: 30px;
}

.info_ma h3 span {
	display: block;
	float: right;
	font-size: 16px;
}

.info_ma dd {
	margin: 20px 0 20px 40px;
}

.staff3_ma_shosai_wrap h2 {
	position: relative;
	padding: 1em 0;
	font-size: 16px;
	font-weight: bold;
}

.staff3_ma_shosai_wrap h2::before,
.staff3_ma_shosai_wrap h2::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

.staff3_ma_shosai_wrap h2::before {
	top: 0;
	border-top: 2px solid #77BBCE;
	border-bottom: 1px solid #77BBCE;
}

.staff3_ma_shosai_wrap h2::after {
	bottom: 0;
	border-top: 1px solid #77BBCE;
	border-bottom: 2px solid #77BBCE;
}

.staff3_ma_shosai_wrap div.staff3_ma_message_title {
	background-color: #EEE;
}

.staff3_ma_r {
	width: 500px !important;
}

.staff3_ma_r ul li span {
	width: 120px !important;
}

.staff3_ma_r ul li p {
	width: 375px !important;
}

.staff3_ma_shosai_img img {
	border: none !important;
	object-fit: contain !important;
}


.container div.staff3_ma ul li {
	width: 227px;
	height: 275px;
}

.container div.staff3_ma_photo img {
	height: auto !important;
	max-width: 223px;
	max-height: 220px;
	object-fit: contain !important;
}

.container div.staff_ma_list li:nth-child(3n) {
	margin-right: 10px;
}

.container div.staff_ma_list li:last-child {
	margin-right: 0px;

}

.staff3_ma_photo a p {
	display: block;
	font-weight: bold;
	font-size: 14px !important;
	text-align: center;
	margin-bottom: 10px !important;
	background: #EEE;
}

.current {
	height: auto !important;
}

.grouppaging .current span {
	display: block;
	text-align: center;
}
</pre></body></html>