/* CSS Document */


body  {
	margin:0px;
}
a {
	text-decoration: none;
	
}
a img {
	padding-top:5px;
}
a:hover img   {
}

h2 {
	width:calc( 100% - 3px );
	border-left:3px solid #172987;
	padding-left:10px;
}
p {
	line-height:200%;
}

#topLogo    {
	margin:auto;
	width:100px;
}
#topimgBox {
	position: relative;
	width:100%;
	margin:auto;
}
#headerLeft {
	position: absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit: cover;
	width:100%;
	height:200px;
	margin:auto;
}
#headerRight {
	position: absolute;
	top:0px;
	left:0px;
	z-index:8;
	object-fit: cover;
	width:100%;
	height:200px;
	margin:auto;
}
#incHeaderWrap  {
	display: block;
	width:100%;
	background:none;
	position: fixed;
	z-index: 999;
	border-bottom:solid 5px #FFFFFF;
}
#incHeader   {
	width:100%;
	margin:auto;
	height:60px;
}
#incFooter {
	width:100%;
	margin:auto;
	margin-bottom:10px;;
	background:#000;
	border-top:10px solid #FFF;
	padding:10px 0 10px 0;
}
#incFooterinner {
	width:100%;
	margin:auto;
}
#remotePrg {
	display:none
}
#topimgBox {
	height:200px;
}
#headerWrapUnder   {
	width:100%;
	overflow: hidden;
}
#headerWrapUnder > img {
	width:100%;
}
#spMenu {
	display:block;
}
.container {
	width:calc( 100% - 20px );
	margin:auto;
	background-color:#FFF;
	padding:10px;
}
figure > img {
	width:100%;
}
/*----------------------Burger*/
/*ヘッダーまわりはご自由に*/
header {
	float:left;
	width:50px;
  padding-left:5px;
  padding-top:5px;
	margin-top:-60px;
  background: #000000;
}

#nav-drawer {
	padding-top:50px;
	position: relative;
}

#nav-drawer img{
	height:20px;
	margin-bottom:0px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 50px;
    height: 22px;
	margin-bottom:10px;
	margin-left:7px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 30px;/*長さ*/
    border-radius: 3px;
    background: #FFFFFF;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 1000;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;/*最前面に*/
    width: 80%;/*右側に隙間を作る*/
    max-width: 280px;/*最大幅*/
    height: 100%;
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
    background-color: rgba(51,51,51,0.6);
    padding-left: 10px;
    border: 1px solid #000;
    color: #fff;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-content > ul {
	margin-top:100px;
}
#nav-content > ul > li {
	height:50px;
}
#nav-content > ul > li > a {
	color:#fff;
	font-size:20px;
	line-height: 150%;
	height:50px;
}
/*----------------------Burger*/


.borderBox {
	top:0px;
	left:auto;
	font-size:18px;
	width:calc( 70% - 100px );
}
#globalMenu   {
	display:none;
}

/* ■■■■■■■■■■■■■■■      PC CSS @media screen and (max-width: 800px)   ■■■■■■■■■■■■■■■*/
@media screen and (min-width: 1280px) {

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.clearText {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
#incHeader   {
	width:1180px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#topimgBox {
	position: relative;
	width:100%;
	height:900px;
	margin:auto;
}
#headerLeft {
	position: absolute;
	top:0px;
	left:0px;
	z-index:10;
	object-fit: cover;
	width:100%;
	height:900px;
	margin:auto;
}
#headerRight {
	position: absolute;
	top:0px;
	left:0px;
	z-index:8;
	object-fit: cover;
	width:100%;
	height:1080px;
	margin:auto;
}
#topLogo    {
	margin:5px 20px 0 20px;
	width:100px;
}
#globalMenu   {
	display: block;
	width:calc( 50% - 70px );
}
#spMenu {
	display:none;
}
#globalMenu > ul {
	width:100%;
	height:50px;
	margin:auto;
	padding:10px 0 0 0;
	display:flex;
	flex-direction: row;
}
#globalMenu  > ul > li {
	display:block;
	width:calc( 100% / 5 );
	height:50px;
}
#globalMenu > ul > li > a {
	padding-top:20px;
	height:50px;
	display:block;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
}
#globalMenu > ul > li > a:hover {
	padding-top:-20px;
	background-position: -100% 0;
	background:none;
	border-bottom:solid 3px #FF0000;
	height:47px;
}
#mainContents  {
	width:100%;
	margin:auto;
	background:#FFFFFF;
	padding:0;
}
.wrapper    {
	width:100%;
	margin:auto;
	padding:20px 0 20px 0;
}
.container {
	width:calc( 1280px - 20px );
}
#topMenu  {
	width:100%;
	padding:50px 0 0 50px;
}
#topMenu > a > img{
	padding:5px;
	border:1px solid #FFF;
	margin:15px 50px 15px 50px;
}
#topMenu > a:hover > img{
	border: 1px solid #f58e7e;
	background: #f58e7e;
}

#remotePrg{
	display: block;
	width: 120px;
	height: 120px;
	z-index:999;
	position: fixed;
	right: 10px;
	top: 100px;
	background-color:#fff;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	border-radius: 5px;
  }
  #remotePrg a{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 120px;
	height: 120px;
	text-decoration: none;
  }
  
  #remotePrg a > img {
	width:60px;
	margin:auto;
	margin-top:0px;
  }
  #remotePrg a::after{
	content: '';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #004181;
  }
#incFooterinner {
	max-width:1180px;
	margin:auto;
}
}