@charset "utf-8";
/*--------------------------------------------
	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body, html {
	font-family:  "メイリオ", Meiryo, "游ゴシック", "YuGothic", "游ゴシック体","Hiragino Mincho Pro", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	height: auto;
	background: #fff;
	color: #101010;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
}
a:hover {
}
table {
	width: 100%;
}
@media screen and (min-width : 768px ) {
.pc_none {
	display: none !important;
}
}
@media screen and (max-width : 767px ) {
.sp_none {
	display: none!important;
}
.event_none{
	pointer-events: none;
	border-bottom:none;
}

}
/*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
#header {
	width: 100%;
	border-top:8px solid #1865c3;
}
#header .hdr_inner {
	margin: 0 auto;
}
#header .hdr_top {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}
#header .hdrLeft {
	width: 30%;
	float: left;
}
#header .hdrLeft h1 img{
	width: 75%;
}
#header .hdrRight {
	width: 70%;
	float: right;
	padding-top:5px;
}
#header .hdrRight .linkBox{
	float:right;
}
.linkBox a {
	padding: 12px 0;
	background: #ffa900;
	color: #FFF;
	border: 1px solid #ffa900;
	font-size: 16px;
	border-radius:5px;
	text-align: center;
}
.linkBox a:hover {
	background: #fff;
	color: #ffa900;
	transition: 0.3s;
}
#header .hdrRight .contactBtn a,
#header .hdrRight .demo a{
	padding-left:50px;
	padding-right:30px;
	transition: 0.3s;
}
#header .hdrRight .contactBtn a{
	background:url(../Image/common/icon_contact.png) 20px center #3c83e0 no-repeat;
	border: 1px solid #3c83e0;
	margin-right: 10px;
}
#header .hdrRight .contactBtn a:hover{
	background:url(../Image/common/icon_contact_on.png) 20px center #fff no-repeat;
	color: #3c83e0;
}
#header .hdrRight .demo a{
	background:url(../Image/common/icon_demo.png) 20px 15px #ffa900 no-repeat;
}
#header .hdrRight .demo a:hover{
	background:url(../Image/common/icon_demo_on.png) 20px 15px #fff no-repeat;
}
#header .hdrRight .telbtn {
	float:right;
	text-align: left;
	line-height:1.5;
	color: #1964c2;
	font-size: 19px;
	font-weight: bold;
	margin-right: 30px;
}
#header .hdrRight .telbtn span.telNumber{
	font-size: 24px;
	padding-left:32px;
	background:url(../Image/common/icon_tel.png) left 4px no-repeat;
} 
#header .hdrRight .telbtn span.time {
	font-size: 12px;
	color:#74716a;
	letter-spacing: 0;
	display: block;
}
/*--------------------------------------------
	Global Navigation / グローバルナビ
--------------------------------------------*/
#gNavi {
	width: 100%;
	background: #1d5caa;
}
#gNavi ul {
	width:1100px;
	margin:0 auto;
}
#gNavi li {
	float: left;
	text-align:center;
	font-size: 15px;
	letter-spacing: 0;
	width: 178px;
	box-sizing: border-box;
	letter-spacing:0.05em;
}
#gNavi li:nth-child(4){
	width: 388px;
}
#gNavi li a{
	box-sizing: border-box;
	padding: 10px 0;
	color:#fff;
	transition: 0.5s;
	border-top:1px solid #1d5caa;
	border-bottom:1px solid #1d5caa;
}
#gNavi li a:hover {
    color: #1d5caa;
	background:#fff;
}
#gNavi li a span{
	border-left: 1px solid #fff;
	display:block;
	}
#gNavi li:last-child a span{
	border-right: 1px solid #fff;
}
#gNavi li a:hover span{
	border-color:#fff;
}

/*--------------------------------------------
	汎用スタイル　（画像ダウンロード防止用）
--------------------------------------------*/
.guard {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/guard.png);
	z-index: 1000;
	position: absolute;
}
/*--------------------------------------------
	mainimge / メインイメージ
--------------------------------------------*/
#mainimage {
	position: relative;
	width: 100%;
	padding:20px 0;
	z-index: 0;

}
#mainimage .box_txt {
	position: absolute;
	left: calc((100% - 850px) / 2 + 850px - 476px - 15px);
	bottom: 40px;
	width: 476px;
	z-index: 20;
	font-size: 11px;
	color: #fff;
	letter-spacing: 0.12em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#mainimage .box_txt p:nth-child(1) {
	margin-bottom: 20px;
}
/*--------------------------------------------
	Contents / コンテンツ大枠
--------------------------------------------*/
#contents {
	position: relative;
}
#cts_inner {
}
/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
#footer {
	background: #F9F9F9;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	z-index: 0;
}
#footer #totop {
	font-size:12px;
	text-align:center;
	border-bottom: 1px solid #888;
}
#footer #totop a{
	display:block;
	background:#3d3d3d;
	padding:22px 0;
	color:#fff;
	transition:0.3s;
}
#footer #totop a:hover{
	opacity:0.7;
}
#footer .ftrBtn {
	width: 1100px;
	margin: 0 auto;
}
#footer .ftrBtn li {
	width: 25%;
	float: left;
}
#footer .ftrBtn li a:hover {
	transition: 0.3s;
	opacity: 0.9;
}
#fNavi {
	color: #000;
	width:1100px;
	margin: 0 auto;
	font-weight: bold;
}
#fNavi ul {
	width: 20%;
	padding-left:30px;
	text-align: left;
	float: left;
	font-size: 13px;
	line-height: 2;
	margin: 30px 0;
	position: relative;
	box-sizing: border-box;
	font-weight:bold;
}
#fNavi ul.info{
	width: 40%;
	letter-spacing: 0;
}
#fNavi ul.info #address{
	line-height:1.7;
	font-weight:normal;
}
#fNavi ul::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border-left: 1px solid #d2d2d2;
    height: 150px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1;
}
#fNavi ul li a{
	font-weight: 400;
}
#fNavi ul li a:hover{
	color: orange;
	transition: 0.3s;
}
#fNavi ul li img{
	width: 57%;
	padding-bottom: 10px;
}
#copyright {
	text-align: center;
	font-size: 12px;
	padding: 7px 0;
	color: #fff;
    background: #1d5caa;
	display:block;
}
#copyright a{
	display:inline;
}
@media screen and (max-width : 767px ) {
#fNavi {
	background: #F9F9F9;
	color: #000;
	width: 100%;
	margin: 0 auto;
	font-weight: 500;
}
#fNavi ul {
	width: 50%;
	padding-left:15px;
	text-align: left;
	float: left;
	font-size: 12px;
	line-height: 2;
	margin: 20px 0;
	position: relative;
	box-sizing: border-box;
	font-weight:bold;
}
#fNavi ul.info{
	width: 100%;
	letter-spacing: 0;
}
#footer .ftrBtm {
    background: #3c83df;
    color: #fff;
    padding: 0 0 0;
    text-align: center;
    font-size: 11px;
}
#copyright a{
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
	color: #fff;
	}
#fNavi ul::before {
    display: none;
}

#fNavi ul:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border-left: 1px solid #d2d2d2;
    height: 161px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1;
}
#fNavi ul:nth-child(4)::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border-left: 1px solid #d2d2d2;
    height: 80px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1;
}
#fNavi ul.info::before {
    display: none;
}
}

