@charset "UTF-8";

body{
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic",
  YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


/* スペース
-------------------------------------------------*/
.linkspace{
  scroll-margin-top: 100px;
}

  /* ナビゲーション
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.navbar{
  width: 1200px;
  margin: 0 auto;
}*/
.navbar-brand {
    background: url("../img/logo_zenpaku.gif") no-repeat left center;
    background-size: contain;
    height: 50px;
    width: 250px;
  }

.nav-justified .nav-item{
  flex-basis: auto;
}


.sub_txt_nav{
  font-size: 0.1rem;
  color: grey;
  text-align: center;
}

.nav_li{
  line-height: 1.2;
  padding-top: 0.6rem;
  font-size: 0.9rem;
}



.navbar-light .navbar-nav .nav-link {
  color: black;
}



.carousel{
  margin: 0;
  padding: 0;
}

/*ナビjs*/
#global-nav {
	background: #fff;
	width: 100%;
  z-index: 1000;
  transition: all 0.3s ease 0s;
  position: static;
	top: -30px;
}

#global-nav.m_fixed {
	position: fixed;
	top: 0;
  left: 0;
}

#global-nav .inner {
	/*padding-bottom: 0;
	padding-top: 0;
	margin: 0 auto;*/
  padding: 0;
  width: 100%;
  /*width: 768px;*/
}

.global-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.global-item {
	border-left: 1px solid #fff;
	width: 20%;
}

.global-item:last-child {
	border-right: 1px solid #fff;
	margin-right: 0;
}

.global-item a {
	background: #16244e;
	color: #fff;
	display: block;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
/*.site-header{
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  padding:5px 0;
  position: fixed;
  justify-content: space-between;
  transition: .5s;
  width: 100%;
  z-index: 1000;
}
.site-header.transform{
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
}*/


/*ナビ ドロップダウン部分*/
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.8rem;
  color:white;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 47, 255, 0.7);
  background-clip: padding-box;
  border:none;
  border-radius:0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color:white;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-toggle::after {
  display: none;
}


.dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

  /* トップページ
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*.bg01 {
  background:#ffffff url(../img/bg-01.jpg) center center / cover no-repeat;
}*/

.bg-lg{
  background-color:whitesmoke;
}

/*フッター*/
.footerFixed{
  min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
  position: relative;/* ←相対位置 */
  padding-bottom: 60px; /* ←フッターの高さを指定 */
  box-sizing: border-box;
  /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}

footer{
  position: absolute;/* ←絶対位置 */
  bottom: 0;
  
  /* 以下 背景色やテキストカラーなどはお好みで指定してください */
  background: #1d1b3f;
  color: #fff;
  text-align: center;
}

.footer {
  width: 100%;
  padding: 20px;
  line-height: 20px;
  background-color: rgba(52, 52, 52, 0.89);
  font-size: 80%;
  text-align: center;
}

.footer p{
  color: #fff;
}

/*お知らせ*/
.news_icon{
	color: rgba(255,0,4,1.00);
	font-size: 0.8em;
}

/* フォント
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*大きさ*/
.font-min{
  font-size: 0.9em;
}

/*大きさ*/
.font-blk{
  color: rgb(0, 0, 0);
}

.font-wht{
  color:rgb(255, 255, 255);
}

/*太さ*/
.bold-1{
  font-weight: 500;
}
.bold-2{
  font-weight: 600;
}
.bold-3{
  font-weight: 700;
}
.bold-4{
  font-weight: 800;
}
.bold-5{
  font-weight: 900;
}

/*リンクテキスト*/


  /* 下層ページ
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.midashi{
    padding-top: 200px;
    background: #3f009d center center / cover no-repeat;
    /*background:url(../img/bg_midashi.jpg) no-repeat center center;*/
    background-size:cover;
  }
/*パンくず*/
  .pnkz{
    margin-bottom: 0;
  }



/* テーブル
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.tbl01 th{
  width: 20%;
  border-bottom:solid 0.1rem;
  padding: 20px 0.5% !important;
}

.tbl01 td{
  padding: 20px 0.5% !important;
}

.tbl02 th{
  width: 10%;
  border-bottom:solid 0.1rem;
  padding: 10px 0.5% !important;
}


.tbl02 td{
  padding: 10px 0.5% !important;
}


/* メディアクエリ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*SP*/
@media (max-width: 767px) {

  .linkspace{
    scroll-margin-top: 400px;
  }


  .nav-sp-center{
    display:inline;
    text-align: center;
  }

  .tbl02 th{
    width: 25%;
    border-bottom:solid 0.1rem;
    padding: 20px 0.5% !important;
  }


  .site-header{
    background: rgba(255, 255, 255, 1);
    padding: 0;
    position:static;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
    z-index: 1000;
  }

  .dropdown-menu {
    text-align: center;
    background-color: rgba(12, 0, 139, 0.8);
  }



  /*下層ページ*/
  .topspace{
    padding-top:0;
  }  

}



