
@charset "UTF-8";
/* -----------------------------------
  Megamenu
----------------------------------- */
/* 合体時削除 --------------- */
.fj-gnav {
  float: left;
  margin: 0 0 0 65px;
}


/* common --------------- */
.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

/* megamenu --------------- */
.fj-gnav-menu #megamenu {
  position: relative;
}

.nav-bg {
  background: rgba(0,0,0,0.4);
  display: none;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.fj-gnav-menu #megamenu .dropdown-toggle.open,
.fj-gnav-menu #megamenu .dropdown-toggle:hover {
  background: #136ebd;
}

.fj-gnav-menu #megamenu > li {
  max-width: 148px;
  height: 60px;
  float: left;
  overflow: hidden;
  text-align: center;
}

.fj-gnav-menu #megamenu > li > a {
  height: 100%;
  padding: 0 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.fj-gnav-menu #megamenu .close {
  position: absolute;
  right: 10px;
  top: 0;
}

.dropdown-menu li a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}

#megamenu .dropdown-menu .menu-ttl01 {
  color: #004399;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  margin: 0;
  padding: 0 0 10px 10px;
  width: 100%;
}

.fj-gnav-menu #megamenu .menu-ttl01 a {
  color: #004399;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

.fj-gnav-menu #megamenu .menu-ttl01 .description {
  color: #004399;
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.fj-gnav-menu #megamenu .dropup, 
.fj-gnav-menu #megamenu .dropdown {
    position: relative;
}

.fj-gnav-menu #megamenu .dropdown-menu {
  position: absolute; 
  top: 60px;
  left: 0;
  z-index: 1000;
  display: block;
  background: #fff;
  width: 1027px;
  text-align: left;
  padding: 10px;
}
#megamenu .parent-li:nth-child(1) .dropdown-menu {
  height: 701px;
}
#megamenu .parent-li:nth-child(2) .dropdown-menu {
  height: 925px;
}
#megamenu .parent-li:nth-child(3) .dropdown-menu {
  height: 270px;
}
#megamenu .parent-li:nth-child(4) .dropdown-menu {
  height: 565px;
}
#megamenu .parent-li:nth-child(5) .dropdown-menu {
  height: 565px;
}
#megamenu .parent-li:nth-child(6) .dropdown-menu {
  height: 565px;
}
#megamenu .parent-li:nth-child(7) .dropdown-menu {
  height: 270px;
}

.fj-gnav-menu #megamenu .dropdown-menu.close {
  display: none;
}

/*.fj-gnav-menu #megamenu .dropdown-menu .close-btn {
  color: #004399;
  cursor: pointer;
  float: right;
  line-height: 1;
  width: auto;
}*/

.fj-gnav-menu #megamenu .dropdown-menu .close-btn {
  background: #136ebd;
  cursor: pointer;
  float: right;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.fj-gnav-menu #megamenu .dropdown-menu .close-btn img {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.fj-gnav-menu #megamenu .child {
  display: inline-block;
}


.dropdown-menu > li {
  color: #fff;
  display: block;
  width: 30%;
}

.dropdown-menu > li > a {
  color: #004399;
  display: block;
  font-size: 14px;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
  
}
 
.dropdown-menu > .list01 a:hover,
.dropdown-menu > .list01 .on {
  background: #136ebd;
  color: #fff;
}

.dropdown-menu .nest01 {
  color: #004399;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.dropdown-menu .nest01 li a {
  font-size: 14px;
  position: relative;
}

/*サブメニュー*/
.popover {
  position: absolute;
  top: 65px;
  left: 30.4%;
  z-index: 1010;
  background: #136ebd;
  width: 69.7%;
  padding-top: 2px;
  color: #fff;
  height: 100%;
}
#megamenu .parent-li:nth-child(1) .popover {
  height: 636px;
}
#megamenu .parent-li:nth-child(2) .popover {
  height: 860px;
}
#megamenu .parent-li:nth-child(3) .popover {
  height: 205px;
}
#megamenu .parent-li:nth-child(4) .popover {
  height: 500px;
}
#megamenu .parent-li:nth-child(5) .popover {
  height: 500px;
}
#megamenu .parent-li:nth-child(6) .popover {
  height: 500px;
}
#megamenu .parent-li:nth-child(7) .popover {
  height: 205px;
}

.popover a {
  color: #fff;
  font-size: 14px;
}
.popover a:hover {
  background: #96e0ef;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

.dropdown-menu .list01 .nest01 .nest-btn > span:hover {
  background: #136ebd;
  color: #fff;
}

.dropdown-menu .list01 .nest01 .popover li a:hover {
  background: #5e9ed5;
  position: relative;
}

.dropdown-menu .list01 .nest01 .popover li a {
  box-sizing: border-box;
  padding: 10px 20px 10px;
  line-height: 21px;
}
.dropdown-menu .list01 .nest01 .popover > li > a {
  position: relative;
}



.dropdown-menu .list01 .nest01 .popover .top-li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.dropdown-menu .list01 .nest01 .popover .top-li a:after {
  background: none;
}

.dropdown-menu .nest-btn span,
.dropdown-menu .nest-btn span:hover,
.dropdown-menu .nest-btn span.on {
  font-size: 14px;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.dropdown-menu .nest-btn span:after {
  background: url(/images/common/arrow01_off.png) no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

.dropdown-menu .nest-btn span.on:after,
.dropdown-menu .nest-btn.on span:after,
.dropdown-menu .nest-btn:hover span:after,
.dropdown-menu .nest-btn span:hover:after {
  background: url(/images/common/arrow01.png) no-repeat;
  background-size: contain;
}

.dropdown-menu .list01 .nest01 .popover .list02 {
  background: url(/images/common/arrow01.png) no-repeat;
  background-position: 320px center;
  box-sizing: border-box;
  font-size: 14px;
  padding: 10px 0 10px 20px;
}


.dropdown-menu .list01 .nest01 .popover .list02.direct.on, 
.dropdown-menu .list01 .nest01 .popover .list02.direct:hover,
.dropdown-menu .list01 .nest01 .popover .list02.direct a:hover {
  background: #5e9ed5;
}

.dropdown-menu .list01 .nest01 .popover .list02.direct {
  background: none;
}

.dropdown-menu .list01 .nest01 .popover .list02 > span:after {
  background: url(/images/common/arrow01.png) no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.dropdown-menu .list01 .nest01 .popover .list02 > span {
  padding: 0;
}

.dropdown-menu .list01 .nest01 .popover .list02 > a {
  padding: 0;
  margin: 0;
  line-height: 14px;
}
.dropdown-menu .list01 .nest01 .popover .list02 > a:after {
  background: none;
}

.dropdown-menu .list01 .nest01 .popover .list02:hover,
.dropdown-menu .list01 .nest01 .popover .list02.on {
  background: url(/images/common/arrow01.png) no-repeat 300px center #5e9ed5;
}

.dropdown-menu .list01 .nest01 .popover .list02.on,
.dropdown-menu .list01 .nest01 .popover .list02:hover {
  background: url(/images/common/arrow01.png) no-repeat 320px center #5e9ed5;
}

.dropdown-menu .list01 .nest01 .popover .list02 a:hover {
  background: url(/images/common/arrow01.png) no-repeat 300px center #5e9ed5;
}

.dropdown-menu .list01 .nest01 .popover .list02 .drop {
  background: #5e9ed5;
  display: none;
  min-height: 100%;
  position: absolute;
  left: 49%;
  top: 0;
  width: 51%;
  z-index: 999;
}

.dropdown-menu .list01 .nest01 .popover .list02 .drop a {
  color: #fff;
  line-height: 21px;
}

.dropdown-menu .list01 .nest01 .popover .list02 .drop a:hover {
  background: #64aae7;
  color: #fff;
}

#megamenu .fj-gmenu-language a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .pc {
    display:none !important;
  }
  .pc-ib {
    display: none !important;
  }

  .sp {
    display:block !important;
  }
  .sp-ib {
    display: inline-block !important;
  }
  
  .fj-gnav {
    float: inherit;
    margin: 0;
  }
  .fj-gnav .fj-menu-list li a {
    width: 100% !important;
  }
  /* commonの上書き */
  .fj-gnav .fj-menu-list li .fj-lower-list + div {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px !important;
  }
  .fj-gnav .fj-menu-list li .fj-btn {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 10px;
    margin: auto;
    -webkit-transform: inherit;
    transform: inherit;
  }
  .fj-gnav .fj-menu-list .fj-gnav-level-2 li > a {
    text-decoration: underline;
  }
  .fj-gnav .fj-menu-list .fj-gnav-level-2 li > a + div {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px;
    right: 0;
  }
  .fj-gnav .fj-menu-list .fj-gnav-level-2 {
    background: #0073b3;
  }
  .fj-gnav .fj-menu-list .fj-gnav-level-3 {
    border-top: 1px solid #00286e;
    background: #17bfe1;
  }
  .fj-gnav .fj-menu-list .fj-gnav-level-2 li >a.no-link {
    text-decoration: none;
  }
  .fj-gnav .fj-menu-list .fj-gnav-level-3 > li.head {
    font-size: 14px;
  }
  .fj-gnav .fj-menu-list li {
    border-bottom: 1px solid #00286e;
  }
  .fj-gnav .fj-menu-list .fj-gmenu-solution,
  .fj-gnav .fj-menu-list .fj-gmenu-service,
  .fj-gnav .fj-menu-list .fj-gmenu-support,
  .fj-gnav .fj-menu-list .fj-gmenu-info,
  .fj-gnav .fj-menu-list .fj-gmenu-language {
    border-bottom: 1px solid #8094b5;
  }
  .fj-gnav .fj-menu-list .fj-gnav-level-3 > li.head a {
    min-height: 15px;
    padding: 0;
    color: #9bb2da;
    text-decoration: underline;
  }
  .fj-overlay {
    height: 100% !important;
  }
  .fj-gnav .fj-menu-list li a {
    font-size: 14px;
  }
  .fj-gnav .fj-menu-list {
    margin-top:50px
  }
  .fj-gnav .fj-close-btn {
    height: 50px;
    width: 50px;
    background: url(/images/common/mobile-menu-close.png) no-repeat center center #0073b3;
  }
}

/* english --------------- */
.english .fj-gnav {
  margin: 0 0 0 60px;
}

.english .dropdown-menu > li {
  width: 96%;
}

.english .dropdown-menu .nest01 {
  width: 32%;
}

.english .fj-gnav-menu #megamenu > li > a {
  line-height: 1.2;
  text-decoration: none;
  padding: 0 10px;
}

.english .fj-gnav-menu #megamenu > li {
  max-width: 90px;
}

.english .fj-gnav-menu #megamenu .dropdown-menu {
  height: auto !important;
}

/* FUJISOFT BLOG 追加--------------- */
.blog_bnr{
	text-align:center;
	margin:0px auto;
	clear:both;
	padding:30px 0;	
}

.blog_bnr02{
	padding-top:0px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	width:100%;
	max-width: 1070px;
	margin:0 auto;
	background-color:#FFF;
}

.blog_bnr02 img{
	width:100%;
}

.blog_bnr02 a:hover img{
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}

@media (max-width: 767px) {
.blog_bnr{
    padding:20px 0 15px 0;	
}

}


.parent-li a{
text-decoration:none;
}





