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

html {
	height: 100%;
}
html, body {
	margin:0px;
	padding:0px;
	height: auto;
	grid-template-rows: 1fr auto;
	background-color: #EDEDED;
}

header {
	margin:0px 0px 51px 0px;
}

.accesstokyo .accesstxt {
	position: absolute;
     bottom: 1%;
	width: auto;
}

.accessbg &gt; [class*='col-'] {
vertical-align:bottom;
}
.copy{
	font-size: 12px;
	width: 300px;
	margin-right: auto;
	margin-left : auto;
	margin-bottom: 20px;
	color: #787878;
	
}
/*top戻るボタン*/
.page-top {
	-webkit-transform: translate3d(0,0,0);
	z-index: 300;
	line-height: 50px;
	vertical-align: middle;
	position:fixed;
	right:20px;
	bottom:20px;
	font-size: 77%;
}
.page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 50 0 50 0px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.page-top a:hover {
	text-decoration: none;
	background: #999;
}
/*ローディング*/
#loader {
	color: #fff;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	_position: absolute;     /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -5%;       /* heightの半分のマイナス値 */
	margin-left: -50%;      /* widthの半分のマイナス値 */
	z-index: 500;             /* #fadeより多い値を入れて下さい */
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 400;
}
#wrap {
	/*	width: 100%;*/
	min-height: 100%;
	height: 100%;
	margin: 0 auto -60px;
	padding: 0 0 60 0px;
	position: relative;
	height: auto !important;
}

/*カルーセル*/
.item.active {
	width: 100%;
	padding: 0;
}
.fluid2 {
	width: 100%;
	background-size: cover;
	padding: 0;
	clear: both;
}
#c1 .carousel-inner .item img {
	width: 100%;
	height: auto;
	transition-property: all;
	transition: 0.3s linear;
}
#c1 .carousel-inner:hover {
	opacity: 0.7;
}
/*ナビ*/
.navbar-nav {
	margin-top: 30px;
	margin-right: 10px;
}
.navbar-brand.pull-left a {
	margin-bottom: 40px;
	opacity: 1;
	transition-property: all;
	transition: 0.3s linear;
}
.navbar-brand.pull-left a:hover {
	opacity: 0.5;
}
.navi {
	margin-bottom: 20px;
	background-color: #EDEDED;
}
.navi ul {
	text-align: center;
	color: #4C4C4C;
	font-size: 12px;
	clear: right;
	float: right;
}
.navi ul li a {
	text-decoration: none;
	display: inline-block;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
}
.navibox {
	background-color: #F4F4F4;
	margin: 10px;
	text-align: right;
}
.navbar-box ul li {
	list-style-type: none;
}

@media screen and (max-width: 767px) {
#navbar {
	width: 100%;
	background-color: #F1F1F1;
	margin-right: auto;
	margin-left : auto;
}
.navi ul li {
	display: block;
	border-bottom: solid 1px #D8D8D8;
	text-align: center;
	margin-top: 10px;
}
.navbar-nav {
	border-radius: 0;
	border: none;
	background-color: #F1F1F1;
	width: 100%;
	margin-right: auto;
	margin-left : auto;
}
.navbar-nav li a {
	padding: 10px;
	width: 100%;
	margin-right: auto;
	margin-left : auto;
	font-size: 15px;
}

}

/* IE対策 */
@media screen and (min-width: 1200px) {
.navbar-nav &gt; li &gt; a {
	font-size: 16px;
}
}
/*フッター*/
#footer {
/*	position:relative;
	z-index: 20;*/
	clear: both;
	width: 100%;
	height: 100%;
	background: #0F0E0E;
}
.foot-navi {
	margin:0px auto;
	width: auto;
	background-color: #0F0E0E;
/*	position: relative;*/
/*	float: inline-end; */
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.foot-navi li {
	display: inline-block;
	margin-right: 20px;
}
.foot-navi li a {
	position: relative;
	float: inline-end;
	background-color: #0F0E0E;
	color: #E1E1E1;
	font-size: 10px;
	padding-top: 10px;
	text-decoration: none;
}
.foot-navi li img {
	margin-top: 10px
}
/*sns*/
.snsbox {
/*	z-index: 100;
	position:relative;*/
	max-width: 1050px;
	margin-right: auto;
	margin-left : auto;
	padding-top: 20px;
}
.snsbanner {
	padding: 5px;
	margin: 10px;
}
.twitterofficial {
	clear: both;
	width: 350px;
	margin-bottom: 50px;
}
.twitterhorror {
	width: 350px;
	margin-bottom: 50px;
}
.tw-fb {
	width: 350px;
	margin-bottom: 50px;
}
.bannerbox {
	background-color: #F3F3F3;
	border: solid 1px;
}
.snsbanner a img {
	width: 100%;
}
.snsbanner a:hover {
	opacity: 0.7;
}
/*新着情報*/
.news {
	clear: both;
/*	height: 150px;*/
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.newstitle {
	color: #F5F5F5;
	background-color: #060303;
	width: auto;
	height: auto;
	margin:10px 10px 0px 10px;
	position: relative;
	padding: 11px 10px 9px 25px;

}
.newstitle::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 2em solid transparent;
	border-left: 1.5em solid #c8161e;
	position: absolute;
	z-index: 100;
}
.newstitle::after {
	display: block;
	top: 5px;
	transform: rotate(-45deg);
	color: #fff;
	left: 0;
	position: absolute;
	z-index: 101;
}
.newstitle-s {
	color: #F5F5F5;
	background-color: #3A3838;
	width: auto;
	height: auto;
	margin: 20 0 10 0px;
	position: relative;
	padding: 10px;
	padding-left: 10px;
}
.newstitle-s::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 1em solid transparent;
	border-left: 1em solid #c8161e;
	position: absolute;
	z-index: 100;
}
.newstitle-s::after {
	display: block;
	top: 5px;
	transform: rotate(-45deg);
	color: #fff;
	left: 0;
	position: absolute;
	z-index: 101;
}
.newsbtn {
	margin-top:-4px;
	color: #fff;
	background-image: url(../img/btn_bg.gif);
	border: solid 1px #fff;
	z-index: 0;
	transition-property: all;
	transition: 0.3s linear;
}
.newsbtn:hover {
	color: #000;
	background: #fff;
	border: solid 1px #fff;
	text-decoration: none;
}

.newsheadline {
	display:block;
	border-bottom: dotted 1px #ADADAD;
	margin:5px 10px 0px 10px;
	padding:0px 0px 5px 0px;
	opacity: 1;
}
.newsheadline span {
	display:inline-block;
	margin:0px;
	padding:4px 15px 0px 15px;
	color:#000;
	font-size:10pt;
	letter-spacing:1px;
	line-height:1em;
}
.newsheadline img {
	margin:0px;
	vertical-align:middle;
}
.newsheadline a:hover span {
	text-decoration:underline;
}

.service div.row.newslist {
	display:block;
	margin: 0px;
	padding: 10px 20px 20px 0px;
}

/*サービス*/
.service {
	clear: both;
/*	height: 150px;*/
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.service div.row {
	margin: 0px;
	padding: 0px;
}

.service div.row.center-block {
	padding:0px 10px 0px 0px;
}

.service-banner {
	margin-top: 20px;
}
.service img {
	margin: 5px;
	width: auto;
	height: 100%;
}
.push {
	clear: both;
	padding-bottom: 60px;
}

.btn-sapporo {
	margin: 3px;
	background: rgba(87, 207, 87, 1);
	border-color: rgba(255, 255, 255, 0);
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	border-radius: 4px;
	border-width: 0px;
}
.btn-sapporo:hover {
	background: rgba(163, 255, 102, 1);
	border-color: rgba(77, 77, 77, 0);
	color: rgba(97, 97, 97, 1);
}
.btn-sapporo:active, .btn-sapporo:focus {
	background: rgba(235, 235, 235, 1);
	border-color: rgba(173, 173, 173, 1);
	color: rgba(51, 51, 51, 1);
}
/*見出しh1*/
.h1title {
	width: 100%;
	font-size: 20px;
	text-align: left;
/*	height: 100px;*/
	color: #F5F5F5;
	background-color: #060303;
	height: auto;
	margin: 10 0 10 0px;
	position: relative;
	padding: 20px;
	padding-left: 50px;
}
.h1title::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 2em solid transparent;
	border-left: 1.5em solid #c8161e;
	position: absolute;
	z-index: 100;
}
.h1title::after {
	display: block;
	top: 5px;
	transform: rotate(-45deg);
	color: #fff;
	left: 0;
	position: absolute;
	z-index: 101;
}

/*見出しh2*/
.h2title {
	font-size: 15px;
text-align:left;
padding: 15px;
	background-color: #B2B2B2;
	border: 3px double #fff;
}

.h2titlecon {
	margin-top: 10px;
	font-size: 15px;
text-align:left;
padding: 15px;
	background-color: #B2B2B2;
	border: 3px double #fff;
}


/*見出しh3*/
.h3title{
	font-size:15px;
	height: auto;
	padding: 12px;
	text-align:center;
	background-color: #CBCBCB;
	border-bottom: 1px solid #ccc;
}

.access {
	margin-right: auto;
	margin-left : auto;
	clear: both;
}
.table-responsive .table {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left : auto;
	margin: 20px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid;
}
.table tbody tr td, .table thead tr th {
	border-bottom: 2px dotted;
}

.map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.accessbg {
	margin-top: auto;
	margin-bottom : auto;
	margin: 0 20px;
	border-top:solid 1px #ADB0B0;
	border-bottom: solid 1px #ADB0B0;
	padding-top: 10px;
	padding-left: 20px;
}

.accesstokyo {
	position: relative;
	height: auto;
	margin-top: auto;
	margin:   0px;
	margin-bottom: 30px;
	border-top:solid 1px #ADB0B0;
	border-bottom: solid 1px #ADB0B0;
	padding-top: 10px;
	padding-left: 20px;
}

.accesstokyo img {
	border: solid 1px #7B7B7B;
	margin-right: 10px
}

.accesstokyo .office{
	min-width: 350px;
}

.office img{
	min-width: 200px;
	width:100%;
}

.tablebg {
	margin:10px 0ox 0px 0px;
	box-shadow: 1px 3px 1px -2px #b8b8b8;
	-moz-box-shadow: 1px 3px 1px -2px #b8b8b8;
	-webkit-box-shadow: 1px 3px 1px -2px #b8b8b8;
	padding: 20px;
	background-color: #fff;
}


/* IE対策 */
@media screen and (min-width: 1200px) {
.navbar-nav &gt; li &gt; a {
	font-size: 16px;
}
}



/*会社概要*/
/*ボタン*/
.btn-tokyo {
	margin: 3px;
	background: rgba(74, 160, 230, 1);
	border-color: rgba(255, 255, 255, 0);
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	border-radius: 4px;
	border-width: 0px;
}
.btn-tokyo:hover {
	background: rgba(102, 173, 255, 1);
	border-color: rgba(77, 77, 77, 0);
	color: rgba(51, 51, 51, 1);
}
.btn-tokyo:active, .btn-tokyo:focus {
	background: rgba(235, 235, 235, 1);
	border-color: rgba(173, 173, 173, 1);
	color: rgba(51, 51, 51, 1);
}
.btn-sapporo {
	margin: 3px;
	background: rgba(87, 207, 87, 1);
	border-color: rgba(255, 255, 255, 0);
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	border-radius: 4px;
	border-width: 0px;
}
.btn-sapporo:hover {
	background: rgba(163, 255, 102, 1);
	border-color: rgba(77, 77, 77, 0);
	color: rgba(97, 97, 97, 1);
}
.btn-sapporo:active, .btn-sapporo:focus {
	background: rgba(235, 235, 235, 1);
	border-color: rgba(173, 173, 173, 1);
	color: rgba(51, 51, 51, 1);
}
.access {
	margin-right: auto;
	margin-left : auto;
	clear: both;
	margin-bottom: 50px;
}
.table-responsive .table {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left : auto;
	margin: 20px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid;
}
.table tbody tr td, .table thead tr th {
	border-bottom: 2px dotted;
}

.map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.accessbg {
	height: 70px;
	margin-top: auto;
margin-bottom : auto;
	margin: 0 20px;
	border-top:solid 1px #ADB0B0;
	border-bottom: solid 1px #ADB0B0;
padding-top: 10px;
padding-left: 20px;
	padding-bottom: 40px;
}

.accessbg img {
	border: solid 1px #7B7B7B;
	float: left;
	margin: 0 10px;
}

.tablebg {
	box-shadow: 1px 3px 1px -2px #b8b8b8;
	-moz-box-shadow: 1px 3px 1px -2px #b8b8b8;
	-webkit-box-shadow: 1px 3px 1px -2px #b8b8b8;
	padding: 20px;
	background-color: #fff;
}




/*
タブレットサイズ
------------------------------------------------------- */
@media print,screen and ( max-width:991px ){
.accesstokyo .accesstxt {
	position: absolute;
     bottom: 1%;
	width: auto;
}
}

/*
スマホサイズ
------------------------------------------------------- */
@media print,screen and ( max-width:768px ){
	.accesstokyo {
	height: auto;
	margin-top: auto;
	margin: 0 20px;
	border-top:solid 1px #ADB0B0;
	border-bottom: solid 1px #ADB0B0;
	padding-top: 10px;
	padding-left: 20px;
}

.accesstokyo img {
	border: solid 1px #7B7B7B;
	margin-right: 10px
}

.accesstokyo .accesstxt {
	position:relative;
	width: 300px;
	margin-right: auto;
	margin-left : auto;
}
	
.accesstokyo .office{
	position:relative;
	width:100%;
	margin-right: auto;
	margin-left : auto;
}
.accesstokyo .office img {
width: 100%;
height: 100%;
}
}</pre></body></html>