@charset "utf-8";
/* CSS Document */
body{
    -webkit-text-size-adjust: 100%;
}
.page {
  overflow: scroll;
  display: flex;
}

.box {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-image: url('');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  box-sizing: border-box;


  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

justify-content: center; // 中央寄せ
align-item: center; // 中央寄せ

/*justify-content: flex-start; // 左寄せ
justify-content: center; // 中央寄せ
justify-content: flex-end; // 右寄せ
align-items: flex-start; // 上寄せ
align-item: center; // 中央寄せ
align-item: flex-end; // した寄せ
*/


}

body {
		background-image:url("../images/bg3.gif");
       	background-attachment:scroll;
		background-position: 0% 0%;
		background-repeat: repeat-x;
		background-color:white;
		margin:0;
/*		font: 68.75%/1.3rem "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Meiryo,"メイリオ", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;*/
    font: 68.75%/1.3rem "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;;
}
body.top {
		background-image:url("../images/bg2.gif");
		background-position: 0% 0%;
		background-repeat: repeat-x;
		background-color:white;
		margin:0;
		font: 68.75%/1.3em "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;;

}
body.iframe{
		background-image:url("");
}
body.backno {
		background-image:url("");
		background-color:white;
		margin:0;
		font: 68.75%/1.3em "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;;
}

img    {
		border-style:none;
}
strong{
		font-weight:normal;
}
.clearfix {width:100%;}
.clearfix:after {
  content: "　";
  display: block;
  clear: both;
  heihgt:0;
  font-size:0;
 }
i{font-family: "Font Awesome 5 Free";
font-weight: 900;
font-style:normal;}
.topnews{
	font-size:88%;
	padding:0px;
}
table.jisage{
font-size:90% !important;
}
hr.kiji{
	  color:lightgrey;
	background-color:lightgrey;
	border:none;
	width:100%;
	padding-left:-40px;
	height:0.1em;
}

.center{
	text-align:center;
}
.alleft{text-align:left;}
.alcenter{text-align:center;}
.alright{text-align:right;}

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.padd0{padding:0px;}
.margin0{margin:0px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.container{padding-right:0px;padding-left:0px;}
.bg-light{background-color:transparent!important;}
.navbar{z-index:999;}
.navbar li a{padding:3px;}
.navbar button{padding:10px;margin:10px 10px 0px 0px;}
.navbar a.sp-content{padding:10px;}
.navbar a img {max-width:250px;}
#Navber{background-color:#333;}
#btnPC,#btnSP{font-size:80%;margin:10px;color:#fff;}
nav{ background: #444;min-height:40px;}
nav.navbar{min-height:30px;}
.printarea{display:none;}
/*｡｡********************	h1,h2,h3,h4,h5	*************************  */
h1.top{
	font-size:8pt;
	color:whitesmoke;
	text-align:right;
	margin:0px;
	font-weight:normal;
	line-height:1.3EM;
}
h2{font-weight:bold;margin-bottom:18px;color:black;}
h3{font-weight:bold;line-height:1.3EM!important;font-size:1.4rem!important;}
h4{font-weight:bold;line-height:1.3EM;margin-bottom:0px;}
h5{font-weight:bold;line-height:1.3EM;}

h2.blue,h3.blue{color:#224272;}
h2.license{text-align:left;margin:0px;}
.container > .row >div h1{padding-top:3px;font-size:0.5rem;text-align:left;color:#999;}
/*｡｡********************	link	*************************  */

 a:link    {
		color:#08C;
	    text-decoration:none;
}
 a:visited {
		color:#08C;
	    text-decoration:none;
}
 a:active  {
		color:#08C;
	    text-decoration:none;
}
 a:hover   {
		color:#08C;
	    text-decoration:underline;
		position:relative;top:0px;left:0px;
}
 a:link.logo    {
	    text-decoration:none;
	    cursor:pointer;
}
 a:visited.logo {
	    text-decoration:none;
	    cursor:pointer;
}
 a:active.logo  {
	    text-decoration:none;
	    cursor:pointer;
}
 a:hover.logo   {
	    text-decoration:none;
	    cursor:pointer;
}

 a:link.img    {
	    text-decoration:none;
	    cursor:pointer;
}
 a:visited.img {
	    text-decoration:none;
	    cursor:pointer;
}
 a:active.img  {
	    text-decoration:none;
	    cursor:pointer;
}
 a:hover.img   {
	    text-decoration:none;
	    cursor:pointer;
		position:relative;left:0px;top:0px;
}

a:link.white{
	color:white;
	text-decoration:none;
}
a:visited.white{
	color:white;
	text-decoration:none;
}
a:active.white{
	color:white;
	text-decoration:none;
}
a:hover.white{
	color:hotpink;
	text-decoration:none;
	position:relative;left:1px;top:1px;
}
a:link.yellow{
	color:yellow;
	text-decoration:underline;
}
a:visited.yellow{
	color:yellow;
	text-decoration:underline;
}
a:active.yellow{
	color:yellow;
	text-decoration:underline;
}
a:hover.yellow{
	color:hotpink;
	text-decoration:none;
	position:relative;left:0px;top:0px;
}
/*  */
a:link.title2{
	color:gray;
	text-decoration:none;
	font:bold 12pt;
	line-height:18pt;
}
a:visited.title2{
	color:gray;
	text-decoration:none;
	font:bold 12pt;
	line-height:18pt;
}
a:active.title2{
	color:gray;
	text-decoration:none;
	font:bold 12pt;
	line-height:18pt;

}
a:hover.title2{
	color:darkblue;
	text-decoration:none;
	font:bold 12pt;
	line-height:18pt;
	position:relative;left:0px;top:0px;

}
a.more, span.more { white-space: nowrap; padding-right: 10px; background: url(../images/morearrow.gif) no-repeat 100% 50%; cursor: pointer; zoom: 1; }
.topmenu a:hover{
	position:relative;left:0px;top:0px;

}

/*　パンくずリンク　*/
 a:link.gray    {
		color:gray;
	    text-decoration:none;
}
 a:visited.gray {
		color:gray;
	    text-decoration:none;
}
 a:active.gray  {
		color:gray;
	    text-decoration:none;
}
 a:hover.gray   {
		color:black;
	    text-decoration:none;
		position:relative;top:0px;left:0px;
}
.padt10{padding-top:10px;}
.nodisplay{display:none;}

.lead{line-height:1.5em;}
/*********************	div	*************************  */
div{
	zoom: 1;
	width:100%;
	}
div.waku_left{
	border-left:solid 1px #ededed;
	border-right:solid 1px #ededed;
}
div.waku_center{
	border-left:solid 1px #ededed;
	border-right:solid 1px #ededed;
	background-color:#fff;
}
div.waku_right{
	border-left:solid 1px #ededed;
	border-right:solid 1px #ededed;
	height:auto;
	overflow:hidden;
}
div.waku_centerright{
	border-left:solid 1px #ededed;
	border-right:solid 1px #ededed;
}
div.ente_left{
	padding-left:10px;
}
div.cont_center{
	padding-left:0px;
	box-sizing:border-box;
}

div.cont_right{
	padding-left:5px;
}
div.cont_centerright{
	padding-left:10px;
}

/*********************	table	*************************  */
table{
		text-align:left;
		width:100%;
}

/*｡｡********************	td	*************************  */

td.footer{
		color:white;
}
td.white{
		color:white;
}


.top{
		vertical-align:top;
}


.right_top{
		text-align:right;
		vertical-align:top;
}
.right_bottom{
		text-align:right;
		vertical-align:bottom;
}
.center_top{
		text-align:center;
		vertical-align:top;
}
.center_bottom{
		text-align:center;
		vertical-align:bottom;
}
span.bk_bold{
		color:black;
		font:bold 10pt;
		}

span.rblue{
		color:royalblue;
		font-weight:bold;
}
span.blue{
		color:blue;
		font-weight:bold;
}
span.underline{
	text-decoration:underline;
}

.topsjnews{
	border-bottom:solid 1px lightgrey;
  vertical-align:middle;
}

.bg-ghost{background-color:ghostwhite;}
.border-gray{border-color:#ccc;}
/*｡｡********************	ヘッダー	*************************  */
	.topbanner{background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));color:#fff;font-weight:bold;text-align:center;padding-top:3px;margin-top:5px;}
	.topbanner p{margin:0px;}
	.topbanner p.trans09{transform:scale(0.95,1);}
	 div.topmenu{
	background: -moz-linear-gradient(to bottom,#FFF 90%,#999);
background: -webkit-linear-gradient(to bottom,#FFF 90%,#999);
background: linear-gradient(to bottom,#FFF 90%,#999);
	background-color:white;
	border-left:solid 1px lightgrey;
	border-right:solid 1px lightgrey;
	border-bottom:solid 0px lightgrey;
	padding:0px;width:100%;
	text-align:center;
box-sizing:border-box;}
.topmenu a{margin:0px;display:block;}
.topmenu img{max-width:100%;max-height:100%;}
	#headerarea{height: 67px;
    background-image: url(../images/logo/top_logo2.png);
    background-repeat: no-repeat;}
	#headerarea .logoarea{ height:65px;float:left;}
	#headerarea .headtxt{height:38px;padding-top:5px;float:left;}
	#headerarea .headermenu{height:28px;float:left;text-align:right;}
	#headerarea .headermenu ul{float:right;margin:0px;}
	#headerarea .headermenu li{float:left;list-style-type:none;}

	#headerarea .headermenu  a.btn {
	background: -ms-linear-gradient(top,  #ccc,  #fff);
	background: -moz-linear-gradient(top,#ccc 0%,#fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
	border: 1px solid #999;
	padding: 2px 5px 1px 5px;
	display:block;
	min-width:81px;
	text-align:center;
	font-size:120%;
	color:#000;
	text-decoration:none;
}
#headerarea .headertxt{
font-size:8pt;
color:whitesmoke;
text-align:right;
margin:0px;
font-weight:normal;
line-height:1.3EM;
padding-top:5px;
}
.switchBtn{border-top:solid 1px #ccc;}
.switchBtn>div{align-item: flex-end!important; margin:0px;}
.switchBtn>div a{color:#fff;}
.headerimg{width:auto;height:auto;max-width:100%;max-height:auto;}
/*｡｡********************	TOP	ニュース	*************************  */

.centerpart h3,.waku_centerright h3,h3.midashi{display:block;
	background: -moz-linear-gradient(#ccc, #999);
	background: -ms-linear-gradient(top,  #ccc,  #999);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	border-radius: 3px 3px 0px 0px;
	font-size: 115%;
	font-weight:normal;
	padding: 6px 5px;
	text-align:left;
	color:#fff;
	margin:0px;
	border:solid 1px #999;
	}

.centerpart h3 .fa,.waku_centerright h3 .fa{margin-right:3px;}
.newsbottom{
		background: -moz-linear-gradient(#fff,#eee 70%, #ccc);
		background: -ms-linear-gradient(top,  #eee 70%,  #ccc);
		background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.7, #eee), to(#ccc));
padding-bottom:10px;
	border-radius:0 0 3px 3px;}

div.topnews{
	padding-left:10px;
	width:675px;
	height:360px;
	overflow-y:scroll;
	overflow-x:scroll;
	line-height:1EM;
	font-size:9pt;
	scrollbar-3dlight-color:lightgrey;
	scrollbar-arrow-color:blue;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:lightgrey;
}

div.topnews2{
	width:475px;
	height:300px;
	overflow:scroll;
	line-height:1EM;
	font-size:9pt;
	scrollbar-3dlight-color:lightgrey;
	scrollbar-arrow-color:blue;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:lightgrey;
}
td.topnews{
	border-bottom:dotted 1px lightgrey;
}


div.sjnews{
	overflow-y:visible;
	scrollbar-3dlight-color:lightgrey;
	scrollbar-arrow-color:blue;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:lightgrey;
	background-color:white;

}
td.center_top{
		text-align:center;
		vertical-align:top;
}
div.sjnews{
	overflow-y:visible;
	scrollbar-3dlight-color:lightgrey;
	scrollbar-arrow-color:blue;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:lightgrey;
	background-color:white;

}
td.center_top{
		text-align:center;
		vertical-align:top;
}

iframe{
		font: 9px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
.newswaku{
	width:100%;
  height:320px;
  overflow-y:auto;
overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  display: block;
}
.newfacewaku{
	width:100%;
	height:3120px!important;
  overflow-y:auto;
overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  display: block;
}
.partnerwaku{
  width:100%;
	height:890px;
  overflow-y:auto;
overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  display: block;

}
iframe.topnews{
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
	height:300px;
	max-height:300px;
	margin:0px;
	max-width:100%;width:100%;
	margin-left:0px;
	padding-left:0px;}
iframe.newface	{
  overflow:auto;
  -webkit-overflow-scrolling:touch;
		box-sizing:border-box;
	width:100%;
	max-width:100%;
		height:3100px!important;
	max-height:3100px;
		scrollbar-3dlight-color:lightgrey;
		scrollbar-arrow-color:blue;
		scrollbar-base-color:white;
		scrollbar-darkshadow-color:gray;
		scrollbar-face-color:ivory;
		scrollbar-highlight-color:yellow;
		scrollbar-shadow-color:royalblue;
		overflow-x:hidden;
		overflow-y:auto;
}
iframe.partner	{
  overflow:auto;
  -webkit-overflow-scrolling:touch;
		box-sizing:border-box;
	width:100%;
	max-width:100%;
		height:630px!important;
	max-height:630px;
		scrollbar-3dlight-color:lightgrey;
		scrollbar-arrow-color:blue;
		scrollbar-base-color:white;
		scrollbar-darkshadow-color:gray;
		scrollbar-face-color:ivory;
		scrollbar-highlight-color:yellow;
		scrollbar-shadow-color:royalblue;
		overflow-x:hidden;
		overflow-y:auto;
}
.newfacebottom{
		background: -moz-linear-gradient(#fff,#eee 70%, #ccc);
		background: -ms-linear-gradient(top,  #eee 70%,  #ccc);
		background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.7, #eee), to(#ccc));
width:100%;padding-bottom:10px;
	border-radius:0 0 3px 3px;}
.chainstore{
		line-height:20px;
		padding-top:2px;
		border-top:solid 1px gray;
		border-bottom:solid 1px gray;
		background-color:#e2e2e2;
}

div.waku{
	margin-top:10px;
}
.leftpart{
	background-color:#fff;
	}
.centerpart{
	border:solid 0px red;
	margin-left:5px;margin-right:5px;}

.rightpart{
}
.leftpart img,.rightpart img{max-width:100%;}

/*｡｡********************	左サイドリンク　*************************  */
.leftpart h3,.rightpart h3{display:block;
	background: -moz-linear-gradient(#6f6d6f, #6f6d6f);
	background: -ms-linear-gradient(top,  #6f6d6f,  #6f6d6f);
	background: -webkit-gradient(linear, left top, left bottom, from(#6f6d6f), to(#6f6d6f));
	border-radius: 3px 3px 0px 0px;
	font-size: 115%;
	font-weight:normal;
	padding: 6px 5px;
	text-align:left;
	color:#fff;
	margin:0px;
	border:solid 1px #8193a6;
	}

.leftpart h3.partner,.rightpart h3{
	background: -webkit-gradient(linear, left top, left bottom, from(#6f6d6f), to(#6f6d6f))
	border:solid 1px #999;
	}

.rightpart h3{clear:both;}
div.leftlink{
	border:solid 1px lightgrey;text-align:center;
}
div.leftlink2{
	width:200px;text-align:center;
	padding-bottom:5px;
	padding-left:5px;
}
p.title{
	font-weight:bold;
}
p.cstitle{
	font-size:120%;
	margin:10px 0px 0px 0px;
	color:black;
line-height:1.2EM;
}
p.text{
	text-align:left;margin:0px 10px;color:dimgray;line-height:1.2EM;font-size:110%;
}

hr.leftlink{
	height:1px;border-top:solid 1px lightgrey;border-bottom:solid 0px lightgrey;
}
.leftlink li a{margin:0px;}
/*｡｡********************	ボトムリンク　*************************  */

div.bottomlink{
	border:solid 1px lightgrey;text-align:center;
	min-height:280px;
	box-sizing:border-box;

}
div.bottomlink div.col5,div.bottomlink div.col5end{
	border-bottom:solid 1px lightgrey;
}
div.bottomlink div.col5{
	border-right:solid 1px lightgrey;
	vertical-align:bottom;
}
div.bottomlink div.col5end{
	border-right:solid 0px lightgrey;
}
.bottomlink p.title2{
	color:black;
	margin-top:10px;
}
div.bottomlink .imgwaku img{
	max-width:100%;
	max-height:100%;

}
div.bottomlink p.text{
	text-align:left;margin:10px;color:dimgray;line-height:1.2EM;font-size:110%;
}
div.bottomlink .imgwaku{display:block;text-align:center;width:100%;margin:10px 0px;box-sizing:border-box;}

div.bottomlink img.logo {    width: auto;	height:auto;max-width:150px; }

/************************TOPページ****************************/
.topsjnews span{font-size:110%;line-height:1.5EM;}
.topsjnews{padding:5px;}


/*｡｡********************	お問い合わせ　*************************  */

div.contact_note{
	width:650px;
	margin-top:3px;
	font-size:8pt;
}
table.contact_table{
	width:900px;
	border-collapse:collapse;
}
table.contact_table2{
	width:880px;
	border-collapse:collapse;
}
td.contact_midashi{
	background-color:#224272;
	color:#fff;
}
td.contact_midashi2{
	background-color:ivory;
	padding-left:20px;
}
td.contact_naiyo{
	background-color:#F0F0F0;
}

/*｡｡********************	営業案内	*************************  */

td.product_line{
	border-bottom:solid 1px lightgrey;
	height:80px;
	padding:5px;
	padding-left:15px;
}
td.product_line2{
	border-top:solid 1px lightgrey;
	font-size:11pt;
	padding-top:20px;
	font-weight:bold;
}


/* ニュースリリース　一覧*/
div.nrtitle{margin-top:20px;font-size:24pt;line-height:1.5EM;font-weight:bold;box-sizing:border-box;}
iframe.newslist{
	box-sizing:border-box;overflow-y:scroll;overflow-x:hidden;margin:10px 0px;}
.daimei, h1.daimei{
	font-size:12pt!important;
	color:black!important;
	line-height:1.5EM;
}
.newscont{
	color:dimgray;
	line-height:1.5EM;
}
iframe.newslist{max-width:100%;width:980px;min-height:330px;}

/*｡｡********************	アライアンス	*************************  */
td.area{
	color:#5AB3F4;
	border-bottom:solid 1px lightgrey;
	padding-top:30px;
}
span.areamoji{
	font-size:11pt;
	font-weight:bold;
}
td.alliance-l{
	 border-bottom:dotted 1px lightgrey;
	 border-right:dotted 1px lightgrey;
	 padding-left:20px;
	 width:50%;
	 clear:both;
}
td.alliance-r{
	 border-bottom:dotted 1px lightgrey;
	 padding-left:20px;
	 width:50%;
	 clear:both;
}
div.linkbutton{
	float:right;
	width:60px;
}

/*｡｡********************	サイトマップ　*************************  */
div.sitemap{
	width:100%;
	text-align:left;
	margin-top:30px;
}
.sitemap .text1{
	font-size:14pt;
	line-height:1.5EM;
	font-weight:bold;
}
.sitemap .text2{
	font-size:12pt;
	line-height:1.5EM;
	font-weight:bold;
	margin-bottom:0px!important;
	margin-top:20px!important;
}
.sitemap .waku300{
	font-size:8pt;
	line-height:2EM;
	width:30%;
}

/* facebook --------------------- */
.snsb {
	overflow: hidden;
	margin-left:0px;
	padding-left:0px;
	float:right;
	justify-content: center;
}
.snsb li {
	float:left;
	margin-right: 5px;
	list-style-type:none;
	font: 9px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
.snsb iframe {
	margin: 0 !important;
}
.snsb li.twitter{
	width:100px !important;
}

.fbwaku{
	width:92px;
	height:25px;
	overflow:hidden;
}
.fb-like{
	width:92px;
	height:25px;
	overflow:hidden;
}
.twitter-share-button {width: 100px!important;}

/* ニュース（サイネージ関連）----------------*/
table.news_signage_menu{
	width:150px;
	font-size:x-small;
	line-height:1em;
	border:ridge 1px lightgrey;
}


.pagelink >div{border:solid 1px lightgrey;padding:10px;border-radius:2px;}
div #signagelink{margin-top:20px;}
div #signagelink img{max-width:90%;}

#signagelink > div.midashi ,#signagelink > div >div{border:solid 1px lightgrey;padding-top:5px;padding-bottom:5px;text-align:center;}
#signagelink .midashi{color:dimgray;font-weight:bold;font-size:small;}
.pagelink h3{font-size:1.5em;margin-bottom:10px;}

/*｡｡********************	フッター・パンくず	*************************  */

div.breadcrumb-waku{
	font-weight:bold;
	color:dimgray;
	text-align:left;
	border:solid 1px lightgrey;
	border-bottom:solid 0px;
	width:100%;
	line-height:10px;
	box-sizing:border-box;
}


#footer{padding:15px;}
#footer a.breadcrumb{
	background-image:url(../images/signage/breadcrumb.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	float:left;
	padding:10px;
	width:auto;
	margin-bottom:0px;
}
#footer a.breadcrumb_end{
	float:left;
	padding:10px;
	width:auto;
	margin-bottom:0px;
}

#footer div.breadmenu{border:solid 1px lightgrey;width:100%;padding:10px;padding-left:10px;clear:left;box-sizing:border-box;line-height:1.3em;}
#footer div.breadmenu div{color:gray;text-align:left;float:left;}
#footer div.breadmenu div span.midashi{font-size:11px;font-weight:bold;color:dimgray;}
#footer div.breadmenu a{margin:3px 0px;display:inline-block;}

#footer .footertext{color:gray;text-align:left;width:980px;}
#footer .credit{border-top:solid 1px lightgrey;padding-top:10px;}
.footerTxt{color:gray;text-align:left;}
.footerTxt .copy{border-top:solid 1px lightgrey;padding-top:10px;}
/*導入事例*/
table.newface img{
		max-width:150px;
}

/*サイネージ*/


div.content50{
	background-color:white;
	border:solid 1px #e5e5e5;
	padding-left:15px;
	padding-right:15px;
	text-align:center!important;
	}


/*会社案内*/
.profile_midashi{white-space:nowrap;}

.google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}

/*　価格ページ--------------------------------------------------------------------------------------*/

tr.seihin{
	height:50px;
	text-align:center;
}
tr.tokutyo{
	clear:both;

}
tr.siyou1{
	height:65px;
	background-color:honeydew;
}
tr.siyou2{
	height:65px;
	background-color:ivory;
}
tr.siyou3{
	height:50px;
	background-color:honeydew;
}
tr.siyou4{
	height:50px;
	background-color:ivory;
}
tr.height40{
	height:40px;
}
tr.fee{
	height:90px;
}

div.block0,.block1,.block5{
	float:left;
	width: 110px;
}
div.block5{
	float:left;
	width: 135px;
}
div.block2,.block3,.block4{
	float:left;
	width: 150px;
}

div#gallery2{
	float:left;
	width:500px;
}
.hard-intro .hard-spec ul {padding:0px 15px;}
.hard-intro .hard-spec ul li.image{width:100%; vertical-align:middle;}
.hard-intro .hard-spec ul li.spec{width:100%; min-height:60px;text-align:left;font-size:100%;}
.hard-intro .hard-spec ul li.link{width:100%; min-height:100px;vertical-align:middle;}
#price-table1 .odd, #price-table2 .odd, #price-table3 .odd{background-color:honeydew;}
#price-table1 .even,#price-table2 .even,#price-table3 .even{background-color:ivory;}

.contact-button{margin:20px auto;width:230px;}
	.leftpart .moviewaku{border:solid 1px black;padding-bottom:5px;}
.leftpart .moviewaku iframe{max-width:100%;}
	.leftpart .moviemidashi{background-color:black;color:white;margin-bottom:5px;}
	.leftpart .bnrfake{display:block;text-decoration:none;}

#kadomaru{border-radius:2px;}
.hard-spec >div>div.image{height:200px;display:table;vertical-align:middle;}
.hard-spec >div>div.image .imageinner{display:table-cell;vertical-align:middle;}

.hard-spec >div>div.image img{display:inline-block;;vertical-align:middle;max-height:200px;}
.hard-spec >div>div.spec{height:60px;}
.hard-spec >div>div.link{height:130px;display:block;}
.hard-spec >div>div p{display:block;position:absolute;top:40%;}
.hard-spec >div>div.link ul{display:block;position:absolute;top:25%;padding:0px;}
/*ニュースリリース*/
	div.bottomlink div.col5{border-right:solid 0px;}

.sp-content{display:block;}
.pc-content{display:none;}

@media screen and (min-width:768px) and ( max-width:991px) {
// タブレットに適用したいスタイル //
.switchBtn>div{margin-top:20px;}
.sp-content{display:block;}
.pc-content{display:none;}
div.cont_center{
	height:2210px;
	overflow-y:scroll;
	overflow-x:hidden;
}
h2{font-size:34px!important;}
h3{font-size:18px!important;}
h4{font-size:14px!important;}
h5{font-size:10px!important;}
/*サイネージ　価格*/
.hard-intro .hard-spec ul li.image{width:30%;}
.hard-intro .hard-spec ul li.spec{width:30%;}
.hard-intro .hard-spec ul li.link{width:35%; }
/*ニュースリリース*/
	div.bottomlink div.col5:nth-child(odd){border-right:solid 1px lightgrey;}
	.newfacewaku{overflow-y:scroll!important;}
	div.waku_right{overflow-y:auto!important;}

}
@media screen and (min-width:992px) and ( max-width:1200px) {
// 通常のデスクトップに適用したいスタイル //
iframe.topnews{	height:300px;}
iframe.newface{	height:2460px;}
	.newfacewaku{overflow-y:auto!important;overflow-x:hidden;}
	.topheader{position:relative;}
	.headerimg {width:1140px;}
	.topbanner{height:22px;}
.switchBtn>div{margin-top:0px;}
div.cont_center{
	height:2210px;
	overflow-y:scroll;
	overflow-x:hidden;
}
	#Navber{background-color:transparent;}
.switchBtn{border-top:solid 0px #ccc;}
#btnPC,#btnSP{font-size:80%;margin:2px;padding:2px;}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}
.navbar-nav .btn{margin:0px 2px; }
nav{height:29px;}
nav .navbar-brand{position:relative;top:-30px;}
#globalheader{display:none;}
.sp-content{display:none;}
.pc-content{display:block;}
h2{font-size:34px!important;}
h3{font-size:18px!important;}
h4{font-size:14px!important;}
h5{font-size:10px!important;}
/*サイネージ*/
	.lead{font-size:16px;color:gray;line-height:24px;}
/*サイネージ　価格*/
.hard-intro .hard-spec ul li.image{width:30%;}
.hard-intro .hard-spec ul li.spec{width:35%;}
.hard-intro .hard-spec ul li.link{width:30%; }
.hard-spec >div>div.image{height:200px;}
.hard-spec >div>div.spec{height:200px;}
.hard-spec >div>div.link{height:200px;}
.hard-spec >div>div p{display:block;position:absolute;top:40%;}
.hard-spec >div>div.link ul{display:block;position:absolute;top:25%;padding:0px;}

.col-xl-five-1, .col-lg-five-1, .col-md-five-1, .col-sm-five-1, .col-xs-five-1,
.col-xl-five-2, .col-lg-five-2, .col-md-five-2, .col-sm-five-2, .col-xs-five-2,
.col-xl-five-3, .col-lg-five-3, .col-md-five-3, .col-sm-five-3, .col-xs-five-3,
.col-xl-five-4, .col-lg-five-4, .col-md-five-4, .col-sm-five-4, .col-xs-five-4 {
  position: relative;
  min-height: 1px;
  padding-left:  ($grid-gutter-width / 2);
  padding-right: ($grid-gutter-width / 2);
}

  .col-xl-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-xl-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
  }
  .col-xl-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
  }
  .col-xl-five-4 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
/*ニュースリリース*/
	div.bottomlink div.col5{border-right:solid 1px lightgrey;}
/*フッター*/
.pagelink h3{font-size:14px!important;}

}
@media screen and (min-width:1201px) {
// 横幅の広いデスクトップに適用したいスタイル //
	.leftpart .childarea{width:200px;text-align:center;margin:4px;}

	div.waku_left{
	border-left:solid 1px #ededed;
	border-right:solid 1px #ededed;
}
div.waku_center{
	border-left:solid 1px #ededed;
	border-right:solid 1px #ededed;

}
div.waku_right{
	border-left:solid 1px #ededed;
	border-right:solid 1px #ededed;
	height:2465px;
	overflow:hidden;
}
div.waku_centerright{
	border-left:solid 1px #ededed;
	border-right:solid 1px #ededed;
}
div.ente_left{
	padding-left:10px;
	width:198px;
}

td{
	vertical-align:top;
}
td.waku_centerright{
	vertical-align:top;
}
	.topheader{}
	iframe.newface	{/*width:265px;*/width:230px;max-width:100%;}
  .partnerwaku{height:824px!important;}
  iframe.partner{	height:820px!important;}

.newsbottom .newsrelease{padding-top:5px;padding-left:10px;}
.newsbottom .oldnews{text-align:right;padding-top:5px;}
.switchBtn>div{margin-top:0px;}
div.cont_center{
	height:2830px;
	overflow-y:scroll;
	overflow-x:hidden;
}

	#Navber{background-color:transparent;}
.switchBtn{border-top:solid 0px #ccc;}
#btnPC,#btnSP{font-size:80%;margin:2px;padding:3px;}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #212529;
}
.navbar-nav .btn{margin:0px 2px; }
nav{height:29px;}
nav .navbar-brand{position:relative;top:-30px;}
.sp-content{display:none;}
.pc-content{display:block;}


/*｡｡********************	ボトムリンク　*************************  */

div.bottomlink{
	border:solid 1px lightgrey;text-align:center;
	min-height:280px;
	box-sizing:border-box;

}
div.bottomlink div.col5,div.bottomlink div.col5end{
	display:block;
	border-bottom:solid 1px lightgrey;
}
div.bottomlink div.col5{
	border-right:solid 1px lightgrey;
	vertical-align:bottom;
}
div.bottomlink div.col5end{
	border-right:solid 0px lightgrey;
}
.bottomlink p.title2{
	color:black;
	min-height:40px;
	margin-top:10px;
}
div.bottomlink .imgwaku img{
	max-width:100%;
	max-height:100%;

}
div.bottomlink p.text{
	text-align:left;margin:0px 10px;color:dimgray;line-height:1.2EM;font-size:110%;
	min-height:50px;margin-top:10px;
}
div.bottomlink .imgwaku{display:block;text-align:center;width:100%;height:120px;margin:10px 0px;box-sizing:border-box;}

div.bottomlink img.logo {    width: auto;	max-height:22px; }


/*サイネージ*/
.lead{font-size:16px;color:gray;line-height:24px;}

/*サイネージ　価格*/
.hard-intro .hard-spec ul li.image{width:30%;min-height:200px;display:block;}
.hard-intro .hard-spec ul li.spec{width:35%;min-height:200px;display:block;}
.hard-intro .hard-spec ul li.link{width:30%;min-height:200px;display:block;}
.hard-intro .hard-spec ul li.image img{margin:0 auto;max-width:200px;}

.hard-spec >div>div.image{height:200px;}
.hard-spec >div>div.spec{height:200px;}
.hard-spec >div>div.link{height:200px;}
.hard-spec >div>div p{display:block;position:absolute;top:40%;}
.hard-spec >div>div.link ul{display:block;position:absolute;top:25%;padding:0px;}

h2{font-size:34px!important;}
h3{font-size:18px!important;}
h4{font-size:14px!important;}
h5{font-size:10px!important;}

.col-xl-five-1, .col-lg-five-1, .col-md-five-1, .col-sm-five-1, .col-xs-five-1,
.col-xl-five-2, .col-lg-five-2, .col-md-five-2, .col-sm-five-2, .col-xs-five-2,
.col-xl-five-3, .col-lg-five-3, .col-md-five-3, .col-sm-five-3, .col-xs-five-3,
.col-xl-five-4, .col-lg-five-4, .col-md-five-4, .col-sm-five-4, .col-xs-five-4 {
  position: relative;
  min-height: 1px;
  padding-left:  ($grid-gutter-width / 2);
  padding-right: ($grid-gutter-width / 2);
}

  .col-xl-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
  .col-xl-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
  }
  .col-xl-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
  }
  .col-xl-five-4 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
.newfacewaku{overflow-y:auto!important;overflow-x:hidden!important;}
}
.download-btn {
	display: inline-block;
	padding: 12px 25px;
	font-size: 16px;
	font-weight: bold;
	color: #0073e6; /* ボタンの文字色（青） */
	background-color: #fff; /* ボタンの背景色（白） */
	border: 2px solid #0073e6; /* 青色の枠線 */
	border-radius: 5px; /* 角を少し丸く */
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
}

.download-btn:hover {
	background-color: #0073e6; /* ホバー時に背景を青に */
	color: #fff; /* 文字色を白に */
	text-decoration:none;
}