@charset "utf-8";
/*-----------------------------------------------------------------
		共通スタイル設定
-----------------------------------------------------------------*/
<link rel="stylesheet" href="https://fonts.googleapis.com/earlyaccess/notosansjapanese.css">


body {
	color: #333;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow-x:hidden;
}
#layout {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: absolute;
	width: 100%;
}
#wrapper {
	width: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	text-align: center;
}
@media (max-width:959px) {
#sticky-wrapper{
    display:none;
}
#wrapper {
	margin: 15px auto 0px auto;
}
}
#Content {
	margin: 0px auto;
	height: auto;
	min-height: auto;
	width:100%;
	max-width: 1200px;
}
#main {
	padding: 0 0 10px 0;
	text-align: left;
	height: auto !important;
	height: 100%;
	width:100%;
	max-width: 1200px;
}
#main2 {
	padding: 0 0 10px 0;
	text-align: center;
	height: auto !important;
	height: 100%;
	width:100%;
	max-width: 1200px;
	margin:0 auto;
}

@media (max-width:959px) {
  #Content {
	width: 100%;
  }
  #main {
	width: 100%;
  }
}

p {
	line-height: 165%;
	margin: 0;
	text-align: left;
}
a {
	color: #2a4159;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #2a4159;
}
a:hover {
	text-decoration: none;
	color: #1a2692;
}
a:active {
	text-decoration: none;
}
p a.fc-red {
	color: #ffad5b;
}
.rollover:hover {
	opacity: 0.8;
}
#main a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* タイトル */
#categoryVisual {
	background-position: right 0%;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin: 0 auto;
	text-align: left;
	background:#ffffff;
	clear:both;
	width: 1060px;
	display: block;
	border-bottom: 1px solid #e2e2e2;
}
#categoryVisual h1 {
	line-height: 70px; /* 20151204 90px */
	font-weight: 500;
	font-size: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 65px; /* 20151204 90px */
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

@media (max-width:991px) {
#categoryVisual h1 {
	font-size: 27px;
	width: 95%;
}
}
@media (max-width:441px) {
#categoryVisual h1 {
	font-size: 24px;
}
}



#Content h1 {
	font-size:40px;
	margin-bottom:20px;
   font-family: 'Noto Sans Japanese',   sans-serif;
   font-weight:700;
}

/*-----------------------------------------------------------------
		ヘッダー設定
-----------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background-color: #FFF;
}
#LogoArea {
	height: 120px;
	width: 960px;
	margin: 0 auto;
}
@media (max-width:991px) {
  #LogoArea {
	height: 55px;
	width: 80%;
	margin: 0;
  }
}
#LogoArea #h1_logo {
	padding: 0;
	width: 244px;
	height: 90px;
	float:left;
	margin-top: 18px;
    z-index: 1001;
}
@media (max-width:991px) {
#LogoArea #h1_logo {
	//margin-top: 0px;
	//margin-left: 5px;
	//position:  relative;
	
    position: fixed;
    top: -20px;
	left:5px;
	z-index: 1001;
}
}

#LogoArea #h1_logo a {
	width: 244px;
	height: 90px;
	background: url(../img/nias_logo.png) no-repeat;
	display:block;
	text-indent:-3333px;
	}
@media (max-width:991px) {
#LogoArea #h1_logo a {
    background-size:contain; 
	width: 184px;
    height:70px;    

}
}

#LogoArea .h2_SCSK {
	margin: 0 0 0 15px;
	width: 169px;
	float:right;
	text-align: right;
}
#LogoArea .contact {
	margin: 26px 0 0 0;
	float:right;
	text-align: left;
	width: 189px;
}

@media (max-width:991px) {
#LogoArea .contact {
	display: none;
}

}

#LogoArea .contact p {
	color:#000;
	line-height: 150%;
}
#LogoArea .contact a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*-----------------------------------------------------------------
		ナビゲーションバー
-----------------------------------------------------------------*/

#gnav {
	width: auto;
	padding: 0;
	margin: 0;
	height: 48px;
}
* html #gnav {
	width: 100%;
	background-color: #000;
	padding: 0px 21px 5px 0;
	margin: 0px;
}
html>/**/body div #gnav {
	width: 1060px;
	padding: 0;
	margin: 0 auto;
	background-color: #0059aa;
}
ul#Menubar {
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	height: 48px;
	left: auto;
}
ul#Menubar li {
	float: left;
	width: 192px;
	height: 46px;
	z-index: 3;
	padding: 0;
	text-indent:0;
	margin:0;
}
ul#Menubar li ul {
	visibility: hidden;
	overflow: hidden;
	left: 0px;
	width: 192px;
	height: 0;
	top: 48px;
}
ul#Menubar li a {
	display: block;
	padding: 0px 0px;
	width: 192px;
	height: 48px;
	text-align:center;
	font-size:15px;
	line-height:50px;
	color:#FFF;
}
ul#Menubar li a:hover {
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 192px;
}
ul#Menubar li.nav_02 {
	position: relative;
}
/* ボタン背景 */
ul#Menubar li.nav_01 a {
	background-image: url(../img/navi-btn01.png);
	text-decoration: none;
}
ul#Menubar li.nav_02 a {
	background-image: url(../img/navi-btn02.png);
	text-decoration: none;
}
/* ロールオーバー */
ul#Menubar li.nav_01 a:hover {
	background-image: url(../img/navi-btn01_on.png);
}
ul#Menubar li.nav_02 a:hover {
	background-image: url(../img/navi-btn02_on.png);
	text-decoration: none;
}



/* ON時 */
ul#Menubar li.nav_01 a.ON {
	background-image: url(../img/navi-btn01_on.png);
}
ul#Menubar li.nav_02 a.ON {
	background-image: url(../img/navi-btn02_on.png);
}

.navbar-container{

}

ul.navbar-nav li.nav_01 a {
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    text-decoration: none;
}

ul.navbar-nav li.nav_02 a {
    border-right:1px solid #ccc;
    text-decoration: none;
}

@media (max-width:959px) {

ul.navbar-nav li.nav_01 a {
    border:none;
}

ul.navbar-nav li.nav_02 a {
    border:none;
}

}

/*-----------------------------------------------------------------
		カラム設定
-----------------------------------------------------------------*/

#full-column {
	width: 960px;
	padding: 20px 0;
	margin: 0 0 20px 0;
	text-align: left;
	min-height:500px;
	height:auto !important;
	height:500px;
	clear: left;
}

@media (max-width:959px) {
#full-column {
	width: 98%;
	padding: 5px 0;
	margin: 0 auto;
	height:400px;
	min-height:400px;
}
}


/*-----------------------------------------------------------------
		フッター設定
-----------------------------------------------------------------*/
.footer {
  border-top: #1A2692 20px solid;
    background: url(../img/gl_footer.png) no-repeat center;
    background-size: cover;
}
.footer-title p{
font-size: 1.3rem;
margin-bottom: 0.6rem;
}
.footer-center{
margin: 0 auto;
}
.footer-text{
     padding: 0 0.3rem;
     margin-bottom: 20px;
  }
.footer-text p{
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 0;
}
.footer-text p.tobt{
    font-size: 20px;
    margin-bottom: 12px;
}

.footer-text .btn-inquiry {
    position: relative;
    background-color: #0000ff;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 0.5em;
    margin-bottom: 12px;
}
.footer-widget-section {
  padding: 30px 0 0 0;
}
.footer-widget-section p{
  font-size: 20px;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-col {
  border-left: #5074cd 1px solid;
  margin-bottom: 10px;
}
.footer .footer-col ul li {
  font-size: 12px;
  color: #ffffff;
}
.footer .footer-col h6 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 14px;
  display: block;
  color: #ffffff;
}
.footer .footer-col a {
  color: #ffffff;
}
.footer .footer-col a:hover {
  color: #a7b9e6 !important;
}
#txt_contact_mail{
    margin-bottom: 12px;
}

@media screen and (max-width : 991px) {
  .footer .footer-logoarea {
    border-bottom: #a1c1e8 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .footer .footer-logo {
    margin-bottom: 10px;
    margin-right: 15px;
    display: inline-block;
  }
  .footer .footer-col {
    border-left: none;
    margin-bottom: 10px;
  }
}


.hop_bt:hover{
    opacity: 0.7;
}

.page-top a img {
    width: 90px;
    height: 90px;
    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index: 2;
    display: block;
    text-indent: -3333px;
}



/* Copyright */
.copyright-section {
  margin-top: 20px;
  width: 100%;
  background-color: #1A2692;
  text-align: center;
  display: block;
  padding: 20px 0 32px 0;
}


footer .foot-menu {
  color: #ffffff;
  font-size:17px;
  margin-bottom:12px;
  font-family: 'Noto Sans Japanese',   sans-serif;
  font-weight:700;
  text-align:left;
}
footer .foot-menu a{
  color: #ffffff;
}

footer .foot-menu a:hover{
  opacity: 0.5;
  color:#FFF !important;
  text-decoration: underline;
}

.copyright-menu {
  color: #ffffff;
  font-size: 12px;
  padding: 0 0.3rem;
  text-align:left;
}
.copyright-menu a{
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
}
.copyright-menu a:hover{
  opacity: 0.5;
  color:#FFF;
}

.copyright-section .copytext {
  color: #ffffff;
  font-size: 14px;
}

.copyright{
  text-align:right;
}

.copy-box{
 max-width:860px;
 margin:0 auto;
 background-image: url(../img/img-logo-01.svg);
 background-repeat: no-repeat;
 background-position: right 10px bottom 30px;
 background-size: 100px;
}

@media (max-width:959px) {
  .copy-box{
	padding: 0 10px;
	min-height:120px;
  }
  .copyright{
    text-align:center;
  }
  footer .copyright {
    margin-top: 20px;
    margin-bottom: 0;
}



