@charset "utf-8";
/* CSS Document */
/* PC用サイズ */

* {
	margin: 0px;
	padding: 0px;
}

.p_none {
	display: none;
}
.pt_none {
	display: none;
}
/* 表示するとPC表示が崩れるので非表示
.t_none {
	display: block;
}
.m_none {
	display: block;
}
*/

/* a */

a{
	text-decoration: none;
	font-weight: normal;
	color: #2b2b2b;
}
a:link {
	color:#08c;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color: #08c;
}
a:hover img {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:visited {
	color:#08c;
	text-decoration:underline;
}


/* text */
ul, li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,td,th,pre,code,address,cite,code,em,strong {
	color: #4d4d4d;	
	font-size: 1em;
}

.caption {
	color: #666666;
	font-size: 0.8em;
	line-height: 120%;
}

p {
	color: #4d4d4d;
	font-size: 1em;
}

/* m_auto */
.m_auto{
	margin:0 auto;
	display:block;
}


/* img */
img {
	max-width: 100%;
	display:block;
	vertical-align: bottom;
}

.center img{
	margin:0 auto;
	text-align:center;
	padding:0 10px;
	display:block;
}

.center {
	text-align: center;
}

/* clearfix */
.clearfix {
	zoom: 1; /* for IE6/7 */
}

.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0.1em;
	visibility: hidden;
}


.clear {
	clear: both;
}

.left{ 
	float:left;
}
.right{ 
	float:right;
}
.center{ 
	margin:0 auto; 
	text-align:center; 
}
.fixed {
	position: fixed;
	top: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	background-color: white;
}

.wrapper {
	display: block;
	width: auto;
	margin: 0 1%;
}

.inner {
	max-width: 1024px;
	margin: 0 auto;
}

/*------------------------------------------
// header
----------------------------------------- */
#header{
	max-width: 1024px;
	height: 25px;
	top: 0;
	/*background: url(../../../image/product/industry/header3.jpg) no-repeat;
	background-position: right;
	position: relative;*/
	z-index: 2;
	width: 95%;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#headerlogo{
	display: inline;
	width: 70px;
	height:70px;
	float:left;
}

#headerlogo a {
	display:inline;
	float:left;
	width:50px;
	height:70px;
	text-indent:-3000px;
	text-decoration:none;
	background: url(../image/product/industry/old/logo_nin_capsule.png) no-repeat;
	background-size: 90%;	
}

#header p{
	color: #999;
}
	 

/*------------------------------------------
// headline
----------------------------------------- */
#headline {
	position: inline;
	float: right;
	width: 500px;
	height: auto;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	margin-top: 0.8%;
}
#headline ol {
	list-style:none;
	padding: 0 10px;
}
#headline li {
	display: block;
	float: left;
	width: auto;
	background-position: 0 50%;
	padding-left: 10px;
}

#headline li a {
	color: #08C;
}

/*------------------------------------------
// main
----------------------------------------- */
#main {
	max-width: 1024px;
	width: 100%;
	height:auto;
	margin: 0 auto 30px;
	background-color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

/*------------------------------------------
// topicpath
----------------------------------------- */
#topicpath {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding-left: 15px;
	color: #666;
	font-size: 0.8rem;
	font-size: 0.8em;
	font-style: normal;
	border-bottom: 1px solid #999;
	/* padding・borderもwidthに含める */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
#topicpath ul{
	padding:0;
}
#topicpath li.home{
	height:17px;
	background: url(../image/product/common/topicpath_home.gif) no-repeat;
	background-size: 20%;
	background-position:0 70%;
	text-indent: 10px;
}
#topicpath li{
	display:block;
	float:left;
	width:auto;
	background: url(../image/product/common/topicpath_icon.gif) no-repeat;
	background-size: 5px;
	background-position:0 50%;
	padding: 0 8px 0 10px;
}
#topicpath li a {
	color:#08c;
}

/*------------------------------------------
// printbtn
----------------------------------------- */

.printbtn {
	padding: 0.2% 2%;
	display: block;
	float: right;
	background-color: #999;
	color: #FFF!important;
	/* margin-right: 10px; */
	margin-top: 0%;
	border-radius: 7px;
	margin-bottom: 0.5%;
}
	
.printbtn:hover{
	background-color: #666;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	}	


/*------------------------------------------
// g_navmenu
----------------------------------------- */

#g_navmenu{
	list-style-type: none;
	max-width: 1024px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	background: #4e4e4e;
	border-bottom: 4px solid #F00;
	z-index: 100;
}

#g_navmenu li{
  position: relative;
  /* width: 22.375%; 前の */
	width: 44.75%;
  float: left;
  margin: 0 ;
  padding: 0;
  text-align: center;
	z-index: 99;
}

#g_navmenu li.recruit_li {
	background: #fde7c7;
}

#g_navmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
	font-feature-settings : "palt";
}

#g_navmenu li.recruit_li a {
	color: #4e4e4e;
}

#g_navmenu li:hover > a{
  background: #999;
  color: #FFF;
	opacity:1;
}

#g_navmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#g_navmenu li:last-child ul{
  left: -80%;
  width: 100%;
}
#g_navmenu li ul li{
  overflow: hidden;
  /* width: 180%; 前の */
	width: 201%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#g_navmenu li ul li a{
  padding: 13px 19px;
  background: #999;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#g_navmenu li.recruit_li ul a {
	color: #fff;
}
#g_navmenu li ul li:hover a{
	color: #666;
	opacity:1;
}

#g_navmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
#g_navmenu li:hover ul li:first-child{
  border-top: 0;
}
#g_navmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#g_navmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


#g_navmenu .new_top {
	width: 10.5%;
	background-color: #ff0000;
	background-image: url(../image/common/top_logo.png);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: 0% 50%;
	height: 40px;
}


#g_navmenu .new_top:hover > a.new_top_rf{
		height: 13px;
	background-color: #ff0000;
	background-image: url(../image/common/top_logo_hov.png);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: 0% 47%;
}

/*------------------------------------------
// footer
----------------------------------------- */
footer {
	font-weight:normal;
	font-size: 10px;
	text-align: left;
	color:#999;
	width: auto;
	margin: 30px auto 0 !important;
	padding: 0;
	zoom: 1;
}

footer .top_back {
	width: 260px;
	height: 35px;
	text-align: center;
	margin: 0 auto 20px;
	border-radius: 6px;
}
footer .top_back a {
	display: block;
	width: 260px;
	height: 35px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 35px;
	background: #FF0000;
	border-radius: 6px;
	text-decoration:none;
}
footer .top_back a:hover {
	text-decoration: none;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
}
footer .foot_btm {
	width: 100%;
	border-top: 1px solid #999;
}
footer .foot_btm #links {
	text-align: center;
}
footer #links a {
	color: #07b;
	text-decoration: none;
	margin-left: 5px;
	padding-right: 7px;
	border-right: 1px solid #999;
}
footer #links a:last-child{
	border-right: none;
}
footer #links a:hover {
	text-decoration: underline;
}

footer p.copyright {
	text-align: center;
	font-size: 10px;
}



/*----------------------------------------
// Page-top
----------------------------------------- */

#page-top {
	position: fixed;
	border-radius: 1em;
	bottom: 0;
	right: 20px;
	font-size: 77%;
	font-family: 'Fjalla One', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-family: 'Quicksand', sans-serif;
	z-index: 0;
	margin-bottom: 0;
}

#page-top a {
	text-decoration: none;
	width: 12px;
	padding: 36px 25px 10px;
	text-align: center;
	display: block;
	position: relative;
	font-weight: 800;
	background-color: #FF0000;
	border-radius: 25px 25px 0px 0px;
	background-image: url(../image/common/top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	z-index: 99;
}

/*----------------------------------------
// SlickNav
----------------------------------------- */
.slicknav_menu {
	display:none;
}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
 }

.slicknav_menu {
	*zoom: 1;
	border-bottom: 5px solid #F00; 
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
 }
 
.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em;
 }
 
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
 }
 
.slicknav_menu .slicknav_no-text {
	margin: 0;
 }
 
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em; 
}

.slicknav_menu:before {
	content: " ";
	display: table; 
}

.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both; 
}

.slicknav_nav {
	clear: both; 
}
.slicknav_nav ul {
	display: block; 
}

.slicknav_nav li {
	display: block; 
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em; 
}
.slicknav_nav .slicknav_item {
	cursor: pointer; 
}
.slicknav_nav .slicknav_item a {
	display: inline; 
}
.slicknav_nav .slicknav_row {
	display: block;
 }
.slicknav_nav a {
	display: block; 
}
.slicknav_nav .slicknav_parent-link a {
	display: inline; 
}

.slicknav_brand {
	float: left;
 }

.slicknav_menu {
	font-size: 16px;
	background: #4c4c4c;
	padding: 5px; 
}

.slicknav_menu * {
}
.slicknav_menu .slicknav_menutxt {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 3px #000; 
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff; 
}

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #222; 
}

.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden; 
}

.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px; 
}

.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px; 
}

.slicknav_nav .slicknav_row:hover {
	background: #ccc;
	color: #fff; 
}

.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff; 
}

.slicknav_nav a:hover {
	background: #ccc;
	color: #222; 
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px; 
}

.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0; 
}

.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0; 
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slickmenuTop {
	display:block;
	position: fixed;
	width: 95%;
	top: 0;
	z-index: 100;
}

.shadow {
  box-shadow: 2px 4px 5px rgba(0,0,0,0.10);
}

/* !!!ここからタブレット用サイズ!!! */
@media screen and (max-width: 896px) {

.p_none {
	display: block;
}
.pt_none {
	display: none;
}
.t_none {
	display: none;
}
.m_none {
	display: block;
}


/*------------------------------------------
// g_navmenu SlickNav
----------------------------------------- */

.js #g_navmenu, #header {
	display:none;
}

.js .slicknav_menu {
	display:block;
}

#g_navmenu {
	display: block;
	z-index: 100;
}
.slicknav_menu {
	display: none;
}
i.fa.fa-caret-right {
	font-size: 14px;
	display: inline-block;
}
	
#g_navmenu {
  display: block;
	position: fixed;
  height: auto;
  margin: 0;
  padding: 0;
}
#g_navmenu li {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
}
#g_navmenu li a {
  padding: 0 20px 10px;
  border-top: none;
  border-right: none;
  background: none;
  color: #CCC;
  display: inline-block;
  margin: auto;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.8);
}
#g_navmenu li a:hover {
  background: none;
  color: #97C1F3;
}
#g_navmenu li a:active {
  color: #5687F8;
}
#g_navmenu li ul.sub-menu {
  display: none;  /*サブメニューは最初は非表示にしておく*/
  position: absolute;  /*絶対配置にしておかないとうまくいかない*/
  top: 2em;
  left: 30%;
}
#g_navmenu li:hover ul.sub-menu {
  display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
#g_navmenu li ul.sub-menu li {
  float: none;  /*サブメニューはフロートさせないので解除*/
}	

.slicknav_nav > li.new_top{
	display: none;/*アールエフは表示させない*/
}

 
/*背景色などのカスタマイズ*/
.slicknav_nav li {
  border-top: 1px solid #CCC;
}
.slicknav_menu a {
	color: #CCC !important;
}
.slicknav_menu a:hover {
  color: #CCC !important;
}
.slicknav_btn {
  background-color: #666 !important;
}
.slicknav_nav .slicknav_row:hover {
  background: #666 !important;
}
.slicknav_nav a:hover {
  background: #666 !important;
}
i.fa {
  font-size: 18px;
}
#g_navmenu {
  display: none;
}

/*------------------------------------------
// LOGO
----------------------------------------- */
#m_logo {
	display: block;
	position: absolute;
	top: 0.2em;
	height: 0.875em;
	width: auto;
	margin-left: 0;
}

#m_logo img {
	height: 350%;
	width: auto;
}


/*------------------------------------------
// topicpath
----------------------------------------- */
#topicpath {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}



/*------------------------------------------
// main
----------------------------------------- */
#main {
	width: 98%;
	margin: 0 auto 20px;
}
.main_img .genre {
	height: 45px;
}
.main_img .genre h1 {
	line-height: 45px;
}
.main_img .genre a {
	height: 35px;
	line-height: 35px;
	font-size: 0.9rem;
}

/*------------------------------------------
// footer_bnr
----------------------------------------- */
.footer_bnr {
	width: 100%;
	background: #666;
	padding: 1% 0;
}

.footer_bnr li.column4 {
	background: #CCC;
}
.footer_bnr li.column4:first-child{
	margin-left: 2%;
}
.footer_bnr li.column4:last-child{
	margin-right: 2%;
}
}





/* !!!ここからスマホサイズ!!! */
@media screen and ( max-width:599px ){

.p_none {
	display: block;
}
.pt_none {
	display: block;
}

.pt_none_inline {
	display: inline;
}

.t_none {
	display: none;
}
.m_none {
	display: none;
}


#top_header {
	width: 100%;
	top: 0;
	margin-top: 0;
	padding: 0;
}

.inner {
	width: 100%;
}

/********** column **********/
.column, .columnbtl{
	position: relative;
	top: 0;
	left: 0;
	clear: both;
	height: auto;
	margin-bottom: 36px;
	zoom: 1;
}

.columnbtl{
	padding-bottom:18px;
	border-bottom:solid 1px #ccc;
}

.column hr{
	position:relative;
	top:0;
	left:0;
	clear:both;
	width:100%;
	height:auto;
	margin-bottom:18px; 
	zoom:1;
}

.column2 { 
	position: relative;
	float: left;
	padding: 0;
	width: 99%;
	margin: 1%;
}

.column3, .column4, .column5 {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	width: 48%;
	margin: 1%;
}

.column2.bottom,
.column3.bottom,
.column4.bottom,
.column5.bottom {
	margin-bottom: 0px;
}

.last {
	margin: 0;
}

.img_99 {

}

.img_48, .img_31 {
	margin-left: 5px;
}

.img_14 {
	margin-left: 5px;
	width: 22.5%;
}

.columnBox {
	margin-bottom: 30px;
}



/********** column_custom ***********/
.column.btm, .column.btml {
	margin-bottom:0px;
	background-color:#efefef;
}
.column.btml{
	border-top:solid 1px #ccc;
}
.column.btm img{
	margin:0 auto 18px;
}
.column.btm h2{
	color:#666;
	margin-bottom:5px;
}

.column3firstun, .column3lastun,
.column4firstun, .column4lastun,
.column4first3un, .column4last3un { 
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.column3firstun { width: 494px; margin-right: 30px; }
.column3lastun { width: 496px; margin-right: 0; }

.column4firstun { width: 364px; margin-right: 30px; }
.column4lastun { width: 364px; margin-right: 0; }

.column4first3un { width: 561px; margin-right: 30px; }
.column4last3un { width: 561px; margin-right: 0; }



/*------------------------------------------
// topicpath
----------------------------------------- */
#topicpath {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}

#topicpath li.home{
	text-indent:5px;
}



/*------------------------------------------
// footer
----------------------------------------- */
footer {
	width: 98%;
	margin: 0;
	padding: 0;
}
footer .top_back {
	margin: 0 auto 20px;
}
footer .foot_btm {
	border-top: none;
	background: #F2F2F2;
	padding: 5px 0;
}
footer p.copyright {
	clear: both;
	float: none;
	font-size: 12px;
	text-align: center;
}


}