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

/* RESET
----------------------------------------------------------------------------------------------------*/
.ccm-page a,.ccm-page article,body .ccm-page,.ccm-page  dd,.ccm-page div,.ccm-page dl,.ccm-page dt,.ccm-page em,.ccm-page form,.ccm-page footer,.ccm-page header,.ccm-page h1,.ccm-page h2,.ccm-page h3,.ccm-page h4,.ccm-page h5,.ccm-page h6,html.ccm-page,.ccm-page iframe,.ccm-page img,.ccm-page label,.ccm-page legend,.ccm-page li,.ccm-page nav,.ccm-page ol,.ccm-page p,.ccm-page section,.ccm-page main,.ccm-page span,.ccm-page table,.ccm-page tbody,.ccm-page tfoot,.ccm-page thead,.ccm-page time,.ccm-page tr,.ccm-page th,.ccm-page td,.ccm-page ul,.ccm-page video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}
/* Flexbox */
.flex{/*--- 横並び左から ---*/
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -ms-flex-pack:start;
	 -moz-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
   flex-wrap:wrap;
}
.flex_j{/*--- 横並び均等 ---*/
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
   flex-wrap:wrap;
}
.flex_c{/*--- 横並び中央 ---*/
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
   flex-wrap:wrap;
}
.ccm-page{
	padding: 0;
	margin: 0;
}
.ccm-page .flex_r{/*--- 横並び右から ---*/
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
      display:flex;
    -ms-flex-pack:end;
	 -moz-box-pack: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
   flex-wrap:wrap;
}

/* ----------------------------------------------

 * 

---------------------------------------------- */
body .ccm-page {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}
body,.ccm-page{
	margin: 0 !important;
	padding: 0 !important;
}
@media only screen and ( max-width : 768px ) {
  body .ccm-page  {font-size: 14px;}
}

.ccm-page table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.ccm-page img {
  vertical-align: middle;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
.ccm-page a {
  outline:none;
  color: #333;
}

.ccm-page a:hover {
  text-decoration: none;
}
.ccm-page .container{
	font-family: 'Roboto Condensed',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;;
	font-weight: bold;
}
.ccm-page #gNav{
	font-weight: bold;
}

.ccm-page a,a:hover,.ccm-page a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.ccm-page .container a:hover {
	 color: #000;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.ccm-page .taC {
  text-align: center !important;
}

.ccm-page .taR {
  text-align: right !important;
}

.ccm-page .taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}

.ccm-ui{
	margin: 0;
	padding: 0;
}
@media only screen and ( max-width : 768px ) {
  .ccm-page .sbox {
    margin-bottom: 20px;
  }
  .ccm-page .container{
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
.ccm-page #header {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
@media all and (-ms-high-contrast:none){
.ccm-page #h_top{
	height: 78px;
		}
.ccm-page h1{
	width: 200px;
	height: auto;
		}
}
.ccm-page #gNav a:hover {
  color: #8c8d8e;
}
.ccm-page #gNav a {
  letter-spacing: 0.08em;
	font-size: 13px;
}
.ccm-page nav .sub-menu,.mean-container .mean-nav ul ul{
  background: #fff;
}
.ccm-page nav .sub-menu{
	box-shadow: 0 0 8px #ccc;
}
.ccm-page .menu_top a{
	position: relative;
  display: inline-block;
  text-decoration: none;
	color:#000;
	margin-right: 10px;
	letter-spacing: 0.08em;
	font-size: 14px;
}
.ccm-page .menu_top a::after{
position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.ccm-page .menu_top a:hover::after{
	transform: scale(1, 1);
}
.ccm-page .sub-menu li{
border-bottom: 1px solid #ccc; 
	}
#about_nav{
	border-top: 5px solid #14286b;
}
#work_nav{
	border-top: 5px solid #666666;
}
#info_nav{
	border-top: 5px solid #009286;
}
#special_nav{
	border-top: 5px solid #14286b;
}
	@media only screen and ( max-width : 960px ) and ( min-width:891px) {
		.ccm-page #h_top img{
			width: 210px;
			height: auto;
		}
		.ccm-page .menu_top a{
			font-size: 13px;
	}
		.ccm-page #gNav .nav li a.nav_a{
		font-size: 11px !important;
	}
	.ccm-page #gNav .nav li a.nav_a span{
		color: #000 !important;
		font-size: 6px !important;
	}
	}
@media print, screen and ( min-width : 910px ) {
  .ccm-page #gNav ul {
    position: relative;
    display: flex;
  }
  .ccm-page #gNav li {
    position: relative;
  }
	  .ccm-page #gNav li:last-child {
    margin-right: 0;
  }
  .ccm-page #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  .ccm-page #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
	.ccm-page #gNav .nav li a.nav_a{
		padding-top: 24px;
		padding-bottom: 18px;
		line-height: 18px;
		display: block;
		font-size: 17px !important;
		color:#8c8d8e !important;
	}
	.ccm-page #gNav .nav li a.nav_a span{
		color: #000 !important;
		font-size: 11px !important;
	}
	  .ccm-page #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ccm-page #gNav .sub-menu a {
    padding: 5px;
    display: block;
    border-bottom: none;
    padding: 10px;
    line-height: 1.2em;
  }
@media only screen and ( max-width : 1200px ) {
	.ccm-page #gNav .nav li a.nav_a{
		font-size: 14px !important;
	}
	.ccm-page #gNav .nav li a.nav_a span{
		color: #000 !important;
		font-size: 10px !important;
	}
	}
/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background:#666666;
 color:#fff;
  font-size: 14px;
}
#footer section{
	width: 200px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	border-left:1px solid #fff;
	padding-left: 20px;
}
#footer section#nav1{
		border-left: none;
	}
#footer a{
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 32px;
	text-decoration: none;
}
#footer section a:first-child{
	font-size: 16px;
	color:#b5b5b5;
}
#footer section#nav1 a{
	font-size: 16px;
	margin-bottom:18px;
	color:#fff;
}
#footer div{
	align-items: baseline;
}
small{
	display: block;
	text-align: center;
	margin-top: 80px;
	padding-bottom: 30px;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 900px ) {
	#footer section{
		border-left:none;
		width: 100%;
		border-bottom: 1px solid #fff;
		margin: 0;
		padding: 0;
	}
	#footer a{
		text-align: center;
		line-height: 50px;
		font-size: 12px;
		display:none;
	}
	#footer section#nav1 a{
	margin-bottom:0;
}
  #footer section a:first-child,#footer #nav1 a {
	  display:block;
	  color:#fff;
}
	footer #nav1 a:nth-child(2){
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	small{
		margin-top: 30px;
	padding-bottom: 30px;
	}
}

p.nopage{
	margin:0;
	width: 100%;
	margin-left: 50px;
}
main{
	min-height: 500px;
	
}
/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}
</pre></body></html>