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

body{
	background:#eee;
}

#visual{
	margin:0 0 60px;
}

/* レイアウト */
.p-company-inner{
	width:1100px;
	margin:0 auto;
	background:#fff;
	padding:0 0 55px;
	min-height:700px;
	box-sizing: border-box;
}

#sidebar{
	width:170px;
	float:left;
	margin:0 0 0 77px;
	box-sizing: border-box;
}

#content{
	width:706px;
	float:right;
	margin:0 77px 0 0;
	box-sizing: border-box;
}

.conpany-link{
	width:100px;
	text-align:center;
	vertical-align:middle;
	background-color:#000;
	background-repeat:no-repeat;
	border-radius: 5px;
	display:block;
}

.m-btn02-company a{
	text-decoration: none !important;
	margin-top: 10px;
	width:146px;
	color:#fff;
	background-color:#111;
	display:block;
	padding:7px 0;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-sizing:border-box;
	font-size:17px;
	line-height:1;
	font-family:"游明朝体", "Yu Mincho", YuMincho, serif;
}

.m-btn02-company a:hover{
	opacity:0.8;
}

/* サイドバー */
.p-company-inner #sidebar ul{
	border-top:2px solid #988555;
}
.p-company-inner #sidebar li{
	border-bottom:1px solid #dedede;
}
.p-company-inner #sidebar li a{
	display:block;
	padding:15px 10px;
	text-decoration:none;
	font-size: 13px;
	color:#111;
	background-image:url("../images/bg_sidebar_arr.png");
	background-repeat:no-repeat;
	background-position:right center;
}
.p-company-inner #sidebar li a:hover{
	color:#9b8015 !important;
	background-color:#f5f2e7 !important;
}

.p-company-inner #sidebar li.current{
	color:#9b8015 !important;
	background-color:#f5f2e7 !important;
	padding:15px 10px;
}

/* 本文 */
.p-company-inner #content h1{
	margin:0 0 30px;
}

.p-company-inner #content h2.ttl{
	margin:65px 0 20px 0;
	font-size:15px;
	font-weight:bold;
	border-left:4px solid #9b8958;
	border-bottom:1px solid #9b8958;
	padding:4px 0 4px 15px;
}

.p-company-inner #content p{
	margin:0 0 30px;
	line-height:2;
	font-size:13px;
}

.message__ttl {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.8;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.p-company-inner #content p.message__name {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	margin-bottom: 8px;
	text-align: right;
	font-weight: 500;
}

.p-message-list{
	margin:0 40px 30px;
}
.p-message-list li{
	margin:0 0 10px;
}

table.line{
	width:50%;
}


table.line td{
	padding:17px 0 16.5px 90px;
	border-top:1px solid  #DFDFDF;
	border-bottom:1px solid #DFDFDF;
}

table.line th{
	padding:10px 0 10px 0 ;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	text-align:left;
}

table.line2{
	width:100%;
}

table.line2 td{
	padding:14px 0 14px 30px;
	border-bottom:1px solid #DFDFDF;
	line-height: 1.8em;
}

table.line2 tr:last-child td {
	border-bottom: 0px;
}

table.line2 th{
	padding:14px 0 14px 0 ;
	border-bottom:1px solid #DFDFDF;
	text-align:left;
}

table.line2 tr:last-child th {
	border-bottom: 0px;  
}

table.line3{
	width:100%;
	margin-bottom:25px;
}

table.line3 td{
	padding:16px 0 16px 60px;
	border-top:1px solid  #DFDFDF;
	border-bottom:1px solid #DFDFDF;  
}

table.line3 th{
	padding:10px 0 10px 0 ;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	text-align:left;
}

.p-company-inner #content h2.bold {
	border-top:1px solid  #ddd; 
	padding:36px 0 18px 20px ;
	font-size:15px;
	font-weight:bold;
	clear: left;
}

.p-company-inner #content .linebox{
	width:700px;
	float: right;

}

.p-company-inner #content .box1{
	width:703px;
}

.p-company-inner #content .box2{
	float:right;
}

.p-company-inner #content .box3{
	width:427px;
	height:110px;
	background:#F2F2F2;
	padding: 25px 0 0 20px ;
	line-height:1.8em;
}

.p-company-inner #content .box4{
	padding-top:10px;
}

.p-company-inner #content .bold2{
	padding:15px 0 60px 0;
	float: left;
}


.p-company-inner #content .bold3{
	height:33px;
	margin:15px 0 0 10px;
	padding: 0 0 0 15px;
	border-left:1px solid #DDDDDD;
	float: left
}


.p-company-inner #content iframe{
	frameborder: 0;
	scrolling: no;
	marginheight: 0;
	marginwidth: 0; 
	width:447px;
	height:309px;
}

</pre></body></html>