@charset "utf-8";

/**********************************/
/*   ・共通設定                    */
/*   ・ヘッダーブロック            */
/*   ・グローバルナビ              */
/*   ・bodyブロック                */
/*   ・フッターブロック            */
/*   ・トップページ                */
/*   ・共通で使用するクラス        */
/*   ・タブレット用クラス          */
/**********************************/

/*----------------------------------
  共通設定
----------------------------------*/
html {
  font-size: 62.5%;
	overflow-x: hidden;
}

body {
  line-height:1;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 0 auto; 
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #444;
  /*
  -webkit-text-size-adjust: 100%;
  */
}

input, select {
  vertical-align:middle;
}

td {
  word-break: break-all;
}

a {
  text-decoration: none;
  display: block;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  text-decoration:  none;
  background: transparent;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
}

/*見出し*/
h2 {
  width: 100%;
  height: auto;
  margin: 40px auto 10px;
  text-align: center;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: .3em;
}

h3 {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.5rem;
}

h2.white-h2 {
  color: #fff;
}

h3.white-h3 {
  color: #fff;
}


/* container */
#container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow:hidden;
}

.fade-up {
  transition: opacity 1.3s;
  -moz-transition: opacity 1.3s;
  -webkit-transition: opacity 1.3s;
  -o-transition: opacity 1.3s;
  transition: transform 1.3s;
  -moz-transition: transform 1.3s;
  -webkit-transition: transform 1.3s;
  -o-transition: transform 1.3s;
}

/*----------------------------------
  ヘッダーブロック
----------------------------------*/
#header_block {
  width: 100%;
  height: auto;
  margin:0 auto;
  z-index: 100;
  top:0;
  padding: 30px 0;
  position: absolute;
  /*background-color: rgba(250,250,250,.7);
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);*/
  min-width: 1300px;
}

#header_block .headerbox {
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}

#header_block .headerbox h1 {
  width: 20%;
  float: left;
  margin: 5px 0 0 20px;
  padding: 0;
}

#header_block .headerbox h1 img { 
  max-width: 300px;
}

#header_block.fixed .headerbox {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  background-color: rgba(250,250,250,0.8);
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  min-width: 800px;
}

#header_block .headerbox .header-fixed {
  width: 70%;
  float: right;
}

/*----------------------------------
  グローバルナビゲーション
----------------------------------*/
#gl-navi {
  width: 100%;
  height: auto;
  margin: 15px auto 0;
  list-style-type: none;
  text-align:center;
  position: relative;
  z-index: 20;
  min-width: 1000px;
}

#gl-navi #glnavi-ul {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: absolute;
  right: 0;
}

#gl-navi #glnavi-ul .glnavi-li {
  float: left;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 180px;
}

#gl-navi #glnavi-ul .glnavi-li a {
  font-size:110%;
  letter-spacing: .1em;
  display: block;
}

#gl-navi #glnavi-ul .glnavi-li a:hover {
  text-decoration: none;
  color: #004577;
}

/* プルダウンメニュー */
#submenu-box {
  width: 100%;
  height: auto;
  margin: 10px auto;
  position: absolute;
　right: 0;
  z-index: 10;
}

#submenu-block {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
}

#sub1 {
  left:0px;
}

#sub2 {
  margin-left: 180px;
}

#sub3 {
  margin-left: 360px;
}

#sub5 {
  margin-left: 670px;
  margin-right: 50px;
}


.submenu-ul {
  width: 230px;
  height: auto;
  list-style: none;
  display: none;
  position: absolute;
  top: 40px;
  padding: 0 10px;
  background-color: rgba(0,111,186,0.7);
}

.submenu-ul .menu-li {
  width: 98%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.submenu-ul .menu-li a {
  width: 98%;
  height: auto;
  padding: 15px 0;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
  background-image: url(../images/common/pd_menu_off.png);
  background-repeat:  no-repeat;
  background-position: right 16px;
  text-align: left;
  text-indent: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
}

.submenu-ul .menu-li a:hover {
  color: #000;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
  background-image: url(../images/common/pd_menu_on.png);
  text-decoration: none;
}

.submenu-ul .menu-li a.active {
  background: #D25200;
  color: #fff;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
 }

.submenu-ul .menu-li:last-child {
  border-bottom: none;
 }
/*----------------------------------
  サイドブロック
----------------------------------*/
#sidebar {
  width: 4%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  right: 0;
  /*top: 120px;*/
  top: 250px;
  z-index: 10000;
  min-width: 65px;
}

.side_banner {
  margin: 0 auto 20px;
  padding: 0;
  font-size: 0;
}

.side_banner a, .side_banner a img {
  width: 100%;
  height: auto;
}

.side_banner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

a[href^="tel:"] { cursor: default; }

/*----------------------------------
  bodyブロック
----------------------------------*/
/* メインブロック */
#top-main-block {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main-block {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
    
/* ページトップ */
#pagetop-box {
  width: 100%;
  text-align: right;
}

#pagetop-box #pagetop {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/common/pagetop.png) no-repeat top center;
  background-color: transparent;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pagetop-box #pagetop img {
  width: 70px;
  height: 70px;
}

#pagetop-box #pagetop:hover {
  text-decoration:  none;
  background: transparent;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
}

/*----------------------------------
  フッターブロック
----------------------------------*/
#footer-block {
  width: 100%;
  height: auto;
  padding: 30px 0 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

#footer-block .ft-info {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  display: table;
  padding: 50px 0;
}

#footer-block .ft-info .info-l {
  width: 28%;
  height: auto;
  padding:  20px 0;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  float: left;
}

#footer-block .ft-info .info-l .logo {
  width: 100%;
}

#footer-block .ft-info .info-l .logo img {
  width: 100%;
}

#footer-block .ft-info .info-r {
  width: 60%;
  padding: 20px 0;
  height: auto;
  display: table-cell;
  vertical-align: top;
  float: right;
  text-align: right;
}

#footer-block .ft-info .info-r .footer-p {
  line-height: 1.7;
  font-size: 1.6rem;
  text-align: c;
}

/* コピーライトブロック */
#copyright-block {
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  position:relative;
  bottom:0;
}

/*----------------------------------
  トップページ
----------------------------------*/
/* welcomeスライダー */
#welcomebox {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 95px auto 100px;
}

.top-slider {
  width: auto;
  height: auto;
  overflow: hidden;
  margin:  0 auto;
}

.top-slider .bx-wrapper {
/* ここでサイズを設定（pager内包の為heithはautoで） */
  width: 100%;
  height: auto;
  z-index: 0;
}

.top-slider .bx-wrapper .bx-viewport {
  z-index: 1;
  overflow: hidden;
  background: transparent !important;
}

.bx-controls {
  width: auto;
  height: auto;
  padding: 0;
}

.top-slider .bx-wrapper .bx-pager {
  *position: relative !important;/* IE7 */
  *text-align: center;
}

.top-slider .bx-pager {
  position: relative !important;
  text-align: center;
  top: 0 !important;
  width: auto !important;
  display: inline-block;
  z-index: 200;
}

*+html .bx-pager {
  display: block;
  width: 80px !important;
}

.top-slider .bx-pager-item {
  float: left;
}

.top-slider .bx-pager-item .bx-pager-link {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
  float: left;
}

.top-slider .bx-pager-item .bx-pager-link.hover,
.top-slider .bx-pager-item .bx-pager-link.active {
  text-decoration: none;
}

/* background */
.top-bgbox {
  width: 100%;
  height: 1000px;
  margin: 100px auto;
  padding: 70px 0;
  background:url("../images/top/top-bg.jpg") no-repeat top center;
}

.glay-bg {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  background: #f8f8f8;
}

.blue-bg {
  width: 90%;
  height: auto;
  margin: 150px auto 80px;
  padding: 80px 0 120px;
  background: #006fba;
}

/* TOP */
.top-contebox {
  width: 1100px;
  height: auto;
  margin: 0 auto;
}

.top-blue {
  font-size: 3.5rem;
  font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
  font-weight: 600;
  color: #006fba;
  padding: 10px;
  width: 70%;
  margin: 50px auto;
  text-align: center;
  letter-spacing: .7em;
}

.top-marker {
  font-size: 3.5rem;
  background: linear-gradient(transparent 70%, #fffd00 70%);
  font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
  font-weight: 600;
  color: #006fba;
  padding: 10px;
  width: 70%;
  margin: 100px auto 50px;
  text-align: center;
}

.top-box {
  margin: 0 auto 70px;
  width: 100%;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}

.top-white1 {
  font-size: 3.5rem;
  font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  width: 70%;
  margin: 50px auto;
  text-align: center;
  letter-spacing: .7em;
}

.top-white2 {
  margin: 0 auto 70px;
  width: 100%;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  color: #fff;
}

/* アコーディオン */
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #000;
  text-align: left;
  line-height: 1.5;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  font-weight: 500;
  line-height: 4;
  position: relative;
  display: block;
  padding: 0 0 0 1.5em;
  cursor: pointer;
  margin: 0 0 1px 0;
  font-size: 1.6rem;
}

.cp_actab label span {
  border-left: 5px solid #006fba;
  margin-right: 15px;
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  color: #000;
  border-bottom: 1px solid #999;
}
  
.cp_actab p {
  margin-bottom:0px;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 150em;
}

/*チェックのアイコン（↓）*/
.cp_actab label:after{
  color: #006fba;
  font-family:"Font Awesome 5 Free";
  content:"\f078";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 10px;
  width: 2em;
  height: 3em;
}

/*チェックのアイコン（↑）*/

.cp_actab input:checked ~ label::after {
  color: #006fba;
  font-weight: 900;
  font-family:"Font Awesome 5 Free";
  content:"\f077";
}

.business-box {
  margin: 30px auto;
  width: 92%;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

.b-box {
  margin: 30px auto;
  padding: 0;
}

.b-box a {
  text-decoration:none;
  padding: 10px 0;
  color: #006fba;
  display: inline-block;
}

.b-box a:hover {
  text-decoration: underline;
  padding: 10px 0;
}

.business-tit {
  position: relative;
  padding: 1.5rem 1rem;
  font-size: 2rem;
  color: #006fba;
  letter-spacing: .3em;
}

.business-tit:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #006fba, #006fba 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #006fba, #006fba 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.business-box table {
  margin: 30px auto;
  width: 100%;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #006fba;
}

.business-box .th-l {
  margin: 0 auto;
  width: 25%;
  padding: 15px 10px;
  text-align: center;
  border-top: 1px solid #006fba;
  border-left: 1px solid #006fba;
  background: rgba(0,111,186,.2);
  vertical-align: middle;
}

.business-box .td-r {
  margin: 0 auto;
  width: 65%;
  padding: 15px 10px;
  text-align: left;
  border-top: 1px solid #006fba;
  border-left: 1px solid #006fba;
  border-right: 1px solid #006fba;
}

.b-ul {
  margin: 20px auto;
  width: 100%;
}

.b-ul li {
  margin: 0;
  padding: 15px 10px;
  width: 100%;
}

.b-ul .flow {
  position: relative;
  padding-left: 5em;
  padding-top: 5px;
  color: #006fba;
  font-size: 1.7rem;
  letter-spacing: .2em;
}

.b-ul .flow span {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 2rem;
  color: #fff;
  background: #006fba;
}

.b-ul .flow span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #006fba;
}

.b-ul .flow-text {
  margin: 20px auto;
  text-align: left;
  line-height: 2;
}

.kyousai-ul {
  margin: 50px auto;
  width: 100%;
}

.kyousai-ul li {
  margin: 0 20px 0 0;
  float: left;
  padding: 10px 10px;
  width: 21%;
  background: #fff;
  border-radius: 10px;
}

.kyousai-ul .k-name {
  margin: 15px auto;
  text-align: center;
  font-size: 2.7rem;
  color: #006fba;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.3;
}

.kyousai-ul .k-name p {
  margin: 20px auto 5px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.kyousai-ul li img {
  width: 95%;
  height: auto;
}

.kyousai-ul a {
  text-decoration: none;
}

.kyousai-ul a:hover {
  text-decoration: none;
  color: #1CBBB4;
}

.linkbox {
  width: 100%;
  height: auto;
  list-style: none;
  margin: 50px auto;
}

.linkbox li {
  width: 23%;
  float: left;
  text-align: center;
  padding: 0 5px;
  border-right: 1px dotted #777;
}

.linkbox li p {
  font-size:15px;
  font-size: 1.5rem;
  line-height: 2.5;
}

.linkbox li a {
  text-decoration:none;
  padding: 10px 0;
  color: #006fba;
}

.linkbox li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(0,111,186,1);
  padding: 10px 0;
}

.link-box {
  width: 55%;
  margin: 0 auto;
}

.button,
.button2 {
  display: inline-block;
  padding: 2rem 5rem;
  border-radius: 10rem;
  color: #000;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 50px;
}

.button3 {
  display: inline-block;
  padding: 2rem 5rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 50px;
}

.button:after,
.button2:after,
.button3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  z-index: -2;
  text-decoration: none;
}

.button:after {
  background-color: #fff;
}

.button2:after {
  background-color: #fff;
}

.button3:after {
  background-color: #000;
}

.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.button2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #006fba;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.button3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #1CBBB4;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.button:hover,
.button2:hover,
.button3:hover {
  color: #fff;
  text-decoration: none;
}

.button:hover:before,
.button2:hover:before,
.button3:hover:before {
  width: 100%;
}

/* 新着情報 */
.news-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 70%;
  height: auto;
  margin: 50px auto 0;
}

.news-box .news-ul {
  width: 100%;
  height: auto;
  margin: 10px auto 20px;
  list-style-type: none;
}

.news-box .news-ul li {
  width: 100%;
  height: auto;
  padding: 17px 0 30px;
  text-align: left;
  border-bottom: 1px dotted #000;
}

.news-box .news-ul li a {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  text-decoration: none;
  color: #000;
}

.news-box .news-ul li a:hover {
  text-decoration: none;
  color: #1CBBB4;
}

.news-box .news-ul li .date {
  width: 30%;
  height: auto;
  padding-left: 30px;
  float: left;
}

.news-box .news-ul li .summary {
  width: 65%;
  height: auto;
  float: right;
  word-break: normal;
  word-wrap: break-word;
}

/* RSS */
#feed {
  padding:0 0 10px 20px;
  width:95%;
  margin: 0 auto;
  text-align: left;
}

/*#feed dl {
  padding:0 0 5px;
  line-height:2;
}*/

#feed p {
  width: 95%;
  border-bottom: 1px dotted #666;
  padding: 18px 0 16px;
  text-indent: 1em;
}

#feed a {
  text-decoration:none;
  color:#555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1em;
}

#feed a:hover {
  text-decoration:none;
  color:#0084b9;
}

/*#feed dl dd {
  padding: 7px 0;
  font-weight:bold;
  text-align: left;
  border-bottom: 1px dotted #666;
}

#feed dl dd a {
  text-decoration:none;
  color:#555;
}

#feed dl dd a:hover {
	text-decoration:none;
	color:#0084b9;
}*/

/*----------------------------------
  共通で使用するクラス
----------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.align-l {
  text-align: left;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.margin-l20 {
  margin-left: 20px;
}

.margin-20 {
  margin: 20px 0;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/**********************************/
/*      タブレット用クラス         */
/**********************************/
/* container */
.td #container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow:hidden;
}

/*----------------------------------
  bodyブロック
----------------------------------*/
/* メインブロック */
.tb #top-main-block {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tb #main-block {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/*----------------------------------
  headerブロック
----------------------------------*/
/* プルダウンメニュー */
.tb #submenu-box {
  width: 100%;
  height: auto;
  margin: 10px auto;
  position: absolute;
　left: 0;
  z-index: 10;
}

.tb #submenu-block {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0;
  position: relative;
  z-index: 10;
}

.tb #sub1 {
  width: 150px;
}

.tb #sub2 {
  margin-left: 170px;
  width: 270px;
}

.tb .submenu-ul {
  width: 230px;
  height: auto;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  padding: 0 10px;
  background-color: rgba(27,187,180,0.7);
}

.tb .submenu-ul .menu-li {
  width: 98%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.tb .submenu-ul .menu-li a {
  width: 98%;
  height: auto;
  padding: 15px 0;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
  background-image: url(../images/common/pd_menu_off.png);
  background-repeat:  no-repeat;
  background-position: right 16px;
  text-align: left;
  text-indent: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
}

.tb .submenu-ul .menu-li a:hover {
  color: #000;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
  background-image: url(../images/common/pd_menu_on.png);
  text-decoration: none;
}

.tb .submenu-ul .menu-li a.active {
  background: #D25200;
  color: #fff;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
 }

.tb .submenu-ul .menu-li:last-child {
  border-bottom: none;
 }


/*----------------------------------
  フッターブロック
----------------------------------*/
.tb #footer-block {
  width: 100%;
  height: auto;
  padding: 30px 0 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

.tb #footer-block .ft-info {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  display: table;
  padding: 70px 0;
}

.tb #footer-block .ft-info .info-l {
  width: 50%;
  height: auto;
  padding: 20px 0 0;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  float: left;
}

.tb #footer-block .ft-info .info-l .logo {
  width: 70%;
}

.tb #footer-block .ft-info .info-r {
  width: 50%;
  padding: 0 0;
  height: auto;
  display: table-cell;
  vertical-align: top;
  float: right;
  text-align: left;
　background: red;
}

.tb #footer-block .ft-info .info-r .footer-p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.5;
}

.tb #footer-block .ft-info .info-r .footer-p span {
  font-size: 14px;
  font-size: 1.4rem;
  background: #000;
  color: #fff;
  padding: 2px 10px;
  margin-right: 30px;
}

/*----------------------------------
  トップページ
----------------------------------*/
/* TOP */
.tb .top-contebox {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* welcomeスライダー */
.tb #welcomebox {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto 100px;
}

.tb .top-slider {
  width: auto;
  height: auto;
  overflow: hidden;
  margin:  0 auto;
}

.tb #welcomebox .welcome_h {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  margin: 0 auto;
  overflow: hidden;
}

.tb #welcomebox .welcome_h img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tb .top-slider .bx-wrapper {
/* ここでサイズを設定（pager内包の為heithはautoで） */
  width: 100%;
  height: auto;
  z-index: 0;
}

.tb .top-slider .bx-wrapper .bx-viewport {
  z-index: 1;
  overflow: hidden;
  background: transparent !important;
}

.tb .bx-controls {
  width: auto;
  height: auto;
  padding: 0;
}

.tb .top-slider .bx-wrapper .bx-pager {
  *position: relative !important;/* IE7 */
  *text-align: center;
}

.tb .top-slider .bx-pager {
  position: relative !important;
  text-align: center;
  top: 0 !important;
  width: auto !important;
  display: inline-block;
  z-index: 200;
}

.tb *+html .bx-pager {
  display: block;
  width: 80px !important;
}

.tb .top-slider .bx-pager-item {
  float: left;
}

.tb .top-slider .bx-pager-item .bx-pager-link {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
  float: left;
}

.tb .top-slider .bx-pager-item .bx-pager-link.hover,
.tb .top-slider .bx-pager-item .bx-pager-link.active {
  text-decoration: none;
}

.tb .top-bgbox3 {
  width: 90%;
  height: auto;
  margin: 70px auto;
  padding: 50px 0;
  background: #002745;
}

