@charset "UTF-8";

html {
  min-height: 100%;
  position: relative;
  font-size: 62.5%;
}

ol, ul {
	list-style: none;
}

a:link {
	color:#0069b4;
	text-decoration: none;
	}
a:visited {
	color: #0069b4;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #0069b4;
	text-decoration: underline;
}
 
body {
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight:500;
  font-size: 1.4rem;
  width: auto;
  height: auto;
  margin-bottom: 50px;
}


#heaaderbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

/**************************↓ツールバー設定↓**************************/
#toolbar {
  width: 100%;
  height: 30px;
  background-color: #0069b4;
  color: #fff;
  font-size: 1.1rem;
}

@media only screen and (min-width: 960px) {
#toolbar-wrapper {
  width: 980px;
  height: 30px;
  margin: auto;
  position: relative;
}
}

#toolbar-wrapper p {
  position: absolute;
  top: 0;
  left: 75px;
  line-height: 30px;
}

#toolbar-container {
  -js-display: flex;
  display: -webkit-box;/*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;/*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;/*--- IE10 ---*/
  -webkit-align-items: center;/*--- safari（PC）用 ---*/
  align-items: center;
  -webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;/*--- IE10 ---*/
  -webkit-justify-content: center;/*--- safari（PC）用 ---*/
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
}

#subnav ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#subnav ul li a {
  background-image:url(../images/marker-wh.png);
  margin-right: 15px;
  padding-left: 15px;
  color: #fff;
  text-decoration: none;
}
#subnav ul li a:hover { text-decoration: underline; }

@media only screen and (max-width: 959px) {
#toolbar-wrapper {
  position: relative;
  width: 100%;
  height: 30px;
  margin: auto;
}

#toolbar-wrapper p {
  display: none;
}

#subnav ul {
  margin-right: 50px;
 }
}

/*****↓文字サイズボックス設定↓*****/
@media only screen and (min-width: 960px) {
#sizechange {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
   justify-content: center;
  height: 30px;
  padding: 6px 4px;
  color: #fff;
}

#sizechange ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
   justify-content: center;
  list-style: none;
}

#sizechange ul.changebtn li.small a,
#sizechange ul.changebtn li.medium a,
#sizechange ul.changebtn li.large a {
  margin: 3px;
  padding: 3px;
  color: #0069b4;
  background: #fff;
}

#sizechange ul.changebtn li.small a:hover { background: #caddf3; }
#sizechange ul.changebtn li.medium a:hover { background: #caddf3; }
#sizechange ul.changebtn li.large a:hover { background: #caddf3; }
}

@media only screen and (max-width: 959px) {
#sizechange {
  display: none;
}
}

/***** 検索ボックス、ナビバー設定 →詳細は [mega-site-navigation] で*****/

/* Make sure your header has z-index and background set and it's also full width */
@media only screen and (min-width: 960px) {
 header {
  width: 100%;
  height: 35px;
  margin: auto;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

/* OR you can also style plugin's class .sticking, 
that way you can style it differently when it's sticking
 .sticking {
   width: 100%;
   z-index: 999;
   background-color: #ffffff;
 }*/
}

@media only screen and (max-width: 959px) {
 header {
  width: 100%;
  height: 35px;
  margin: auto;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  }
 /*.sticking {
   display: none;
 }*/
}

/*** [div class="cd-main-content"] の設定は [mega-site-navigation.css] で ***/
/**************************↓コンテンツ部設定↓**************************/
#content-wrapper {
  position:absolute;
  top: 65px;
  width: 100%;
  margin: auto;
}


/*** スライダー枠 詳細設定は [flexslider.css] で ***/
#slider-box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#slider-box img.topimg {
  width: 100%;
  max-width: 1280px;
  margin: 0;
  padding: 0;
}

/*****↓ニュースリスト設定↓*****/
.news {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
.top-news-wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #666;
}
}

@media only screen and (max-width: 959px) {
.top-news-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #666;
}
}

.news-label {
  position: relative;
  margin-top: 25px;
  padding-left: 5px;
  width:100%;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 1.8rem;
  border-bottom: 2px solid #ca0a0a;
}

.news-label a.more {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  background-color: #ca0a0a;
}

.news-label a.more:hover {
  opacity: 0.7;
  text-decoration: none;
}

.news-label a.more span:after {
  content: "\f3d3";
  font-family: ionicons;
  font-size: 1.2rem;
  padding-left: 0.8rem;
  height: 30px;
  line-height: 30px;
}

@media only screen and (min-width: 960px) {
.top-news-wrapper ul {
  width:100%;
  margin: 0;
  padding-bottom: 25px;
  color: #333;
}

.news-list {
  margin: 0 22px 0 0;
  height: 210px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.top-news-wrapper li {
 -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  line-height: 4rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
}

.top-news-wrapper li a { color:#333; }

.top-news-wrapper li span { display: block; }
.date { width: 10%; }
.article { width: 70%; }
.sauce { width: 20%; }
}

@media only screen and (max-width: 959px) {
.top-news-wrapper ul {
  width:100%;
  margin: 0;
  padding-bottom: 25px;
  color: #333;
}

.news-list {
  height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.top-news-wrapper li {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 11px;
  padding: 8px;
  line-height: 1.6rem;
  border-bottom: 1px solid #ccc;
}

.top-news-wrapper li a { color: #333; }

.top-news-wrapper li span { display: block; }
.date {
  width: 20%;
  font-size: 1.2rem;
}
.article {
  width: 63%;
  font-size: 1.4rem;
}
.sauce {
  width: 17%;
  font-size: 1.1rem;
}
}


/*****↓メニュー段組 基本設定↓*****/
/*段組見出し設定*/
@media only screen and (min-width: 960px) {
h2.h2-white {
  width: 980px;
  height: 30px;
  margin: auto;
  padding: 10px 10px 0 0;
  line-height: 30px;
  font-size: 1.8rem;
  color: #fff;
}

h2.h2-black {
  width: 980px;
  margin: auto;
  padding: 10px 10px 0;
  font-size: 1.8rem;
  color: #000;
}

h2.h2-gray {
  width: 980px;
  margin: auto;
  padding: 10px 10px 0;
  font-size: 1.8rem;
  color: #666;
}
}

@media only screen and (max-width: 959px) {
h2.h2-white {
  width: 93%;
  margin: 0;
  padding: 0 10px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #fff;
}

h2.h2-black {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #000;
}

h2.h2-gray {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #666;
}
}

/*段組全体枠設定*/
@media only screen and (min-width: 960px) {
.menubox-wrapper-1,
.menubox-wrapper-2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 980px;
  margin: 0 auto 40px;
  padding: 10px;
}
}

@media only screen and (max-width: 959px) {
.menubox-wrapper-1 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 98%;
  margin: 0 auto;
  padding: 10px;
}

/*スマホ横並び*/
.menubox-wrapper-2 {
   -js-display: flex;  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow:  row wrap;
  flex-flow: row wrap;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack: distribute;/*--- IE10 ---*/
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 0 auto;
  padding: 10px;
 }

}

@media only screen and (max-width: 375px) {
/*企業情報・グループ以外は縦並び*/
.menubox-wrapper-1 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow:  column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 98%;
  margin: 0 auto;
  padding: 10px;
}

.company .menubox-wrapper-2,
.group .menubox-wrapper-2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow:  row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
}

.menubox-wrapper-2 {
  -js-display: flex; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow:  column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
}
}

/*****↓ 企業情報 レイアウト設定 ↓*****/
.company {
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
}


/*****↓ 中期の取組み レイアウト設定 ↓*****/
.midterm {
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  line-height: 1.6rem;
  padding-bottom: 25px;
  background-color: #650000;
}

@media only screen and (min-width: 960px) {
.midterm-theme {
  width: 980px;
  margin:15px auto 0;
  line-height: 3rem;
  border-radius: 2px;
  text-align: center;
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e7e7e7;
}

}

@media only screen and (max-width: 959px) {
.midterm-theme {
  width: 96%;
  margin:8px auto 0;
  line-height: 3rem;
  border-radius: 2px;
  text-align: center;
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e7e7e7;
}

}

/*****↓汎用スペース設定↓*****/
.general {
  width: 100%;
  margin: 0 auto;
}

/*バナー枠 大１*/
@media only screen and (min-width: 960px) {
.banner-box {
  width: 960px;
  height: 90px;
  margin: 25px auto;
}
}
@media only screen and (max-width: 959px) {
.banner-box {
  width: 100%;
  margin: 25px auto;
}
}

/*
.banner-box a:hover {
  opacity: 0.8;
}
*/

.banner-box img {
  width: 100%;
  height: auto;
}



/*****↓ お客様支援 レイアウト設定↓*****/
.customer-aid {
  width: 100%;
  margin: 0 auto;
  background-color: #666666;
}

/*****↓グループ企業 レイアウト設定↓*****/
.group {
  width: 100%;
  margin: 0 auto;
}


/*****↓メニューボタン関連設定↓*****/
@media only screen and (min-width: 960px) {
/* 横3列 正方形画像・テキスト右横 - 中期の取組み */
.flex-menu {
  position: relative;
  width: 302px;
  height: 152px;
  margin: 9px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu img {
  display: block;
  width: 150px;
  border-radius: 2px 0 0 2px;
}

.flex-menu .menutext {
  position: absolute;
  top: 0;
  left: 150px;
  padding: 5px;
}

.flex-menu .menutext h3 {
  width: 100%;
  line-height: 2rem;
  font-size: 1.6rem;
  color: #000;
}

.flex-menu .menutext p {
  width: 100%;
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #666;
}


/*横３列 画像のみボタン - 歴史・ソリューション*/
.flex-menu-2 {
  position: relative;
  width: 302px;
  height: 152px;  
  margin: 9px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

/*横４列 ソリューション用設定*/
.customer-aid .flex-menu-2 {
  position: relative;
  width: 230px;
  height: 115px;  
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}
.customer-aid .flex-menu-2 a {
  display: block;
  width: 230px;
  height:115px;
}


/*横４列 グループ企業用設定*/
.group2 .flex-menu-2 {
  position: relative;
  width: 230px;
  height: 77px;  
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu-2 a {
  display: block;
  width: 300px;
  height: 150px;
}

.group2 .flex-menu-2 a {
  display: block;
  width: 230px;
  height:77px;
}

.flex-menu-2 .menutext {
  display: none;
}

.flex-menu-2 .menutext h3 {
  width: 100%;
  padding:0 3px;
  font-size: 1.6rem;
  color: #000;
  background: rgba(255,255,255,0.8);
}

/* H3,P 文字表示のとき使用
.flex-menu-2 .menutext {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.flex-menu-2 .menutext p {
  width: 100%;
  padding: 3px;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #666;
  background: rgba(255,255,255,0.8);
}
*/

/*横２列 - 企業情報など*/
.flex-menu-3 {
  position: relative;
  width: 465px;
  height: 152px; 
  margin: 0 5px 10px 5px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu-3 .menutext {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.flex-menu-3 a {
  display: block;
  width: 463px;
  height: 150px;
}

.flex-menu-3 .menutext h3 {
  width: 100%;
  padding: 5px;
  font-size: 1.6rem;
  color: #000;
  background: rgba(255,255,255,0.9);
}

.flex-menu-3 .menutext p {
  width: 100%;
  padding: 3px;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #666;
  background: rgba(255,255,255,0.8);
}
}

@media only screen and (max-width: 959px) {
/*横３列 - 中期の取組み*/
.flex-menu {
  position: relative;
  width: 100%;
  height: 77px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu img {
  display: block;
  width: 75px;
  border-radius: 2px 0 0 2px;
}

.flex-menu .menutext {
  position: absolute;
  top: 0;
  left: 75px;
  padding: 5px;
}

.flex-menu .menutext h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #000;
}

.flex-menu .menutext p {
  padding-top: 3px;
  font-size: 1rem;
  color: #666;
}


/*横３列 画像幅広 - 汎用(歴史など)、お客様支援、グループ*/
.flex-menu-2 {
  position: relative;
  width: 30%;
  height: 77px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.group .flex-menu-2 {
  position: relative;
  width: 30%;
  height: 52px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu-2 a {
  display: block;
  width: 100%;
  height: 100%;
}

/* H3, P 文字非表示*/
.flex-menu-2 .menutext {
  display: none;
}
/* H3, P 文字表示のとき使用
.flex-menu-2 .menutext h3 {
  width: 100%;
  padding:0 3px;
  font-size: 1.3rem;
  color: #000;
  background: rgba(255,255,255,0.8);
}

.flex-menu-2 .menutext p {
  width: 100%;
  padding: 0 3px;
  font-size: 1.1rem;
  color: #666;
  background: rgba(255,255,255,0.8);
}
*/


/*横２列 - 企業情報など*/
.flex-menu-3 {
  position: relative;
  width: 48%;
  height: 152px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu-3 a {
  display: block;
  width: 100%;
  height: 100%;
}

.flex-menu-3 a:hover {
  opacity: 0.7;
}

.flex-menu-3 .menutext {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.flex-menu-3 .menutext h3 {
  width: 100%;
  padding: 3px;
  font-size: 1.4rem;
  color: #000;
  background: rgba(255,255,255,0.9);
}

.flex-menu-3 .menutext p {
  width: 100%;
  padding: 0 3px;
  font-size: 1.1rem;
  color: #666;
  background: rgba(255,255,255,0.8);
}
}

@media only screen and (max-width: 599px) {
/*横３列 - 中期の取組み*/
.flex-menu {
  position: relative;
  width: 100%;
  height: 77px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu img {
  display: block;
  width: 75px;
  border-radius: 2px 0 0 2px;
}

.flex-menu .menutext {
  position: absolute;
  top: 0;
  left: 75px;
  padding: 5px;
}

.flex-menu .menutext h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #000;
}

.flex-menu .menutext p {
  padding-top: 3px;
  font-size: 1rem;
  color: #666;
}


/*横３列 画像幅広 - 汎用(歴史など)、お客様支援、グループ*/
.flex-menu-2 {
  position: relative;
  width: 30%;
  height: 77px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.group .flex-menu-2 {
  position: relative;
  width: 30%;
  height: 52px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu-2 a {
  display: block;
  width: 100%;
  height: 100%;
}

/* H3, P 文字非表示*/
.flex-menu-2 .menutext {
  display: none;
}

/*横２列 - 企業情報など*/
.flex-menu-3 {
  position: relative;
  width: 48%;
  height: 77px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu-3 a {
  display: block;
  width: 100%;
  height: 100%;
}

.flex-menu-3 a:hover {
  opacity: 0.7;
}

.flex-menu-3 .menutext {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.flex-menu-3 .menutext h3 {
  width: 100%;
  padding: 3px;
  font-size: 1.4rem;
  color: #000;
  background: rgba(255,255,255,0.9);
}

.flex-menu-3 .menutext p {
  width: 100%;
  padding: 0 3px;
  font-size: 1.1rem;
  color: #666;
  background: rgba(255,255,255,0.8);
}
}

@media only screen and (max-width: 375px) {
/*横３列 - 中期の取組み*/
.flex-menu {
  position: relative;
  width: 100%;
  height: 77px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu img {
  display: block;
  width: 75px;
  border-radius: 2px 0 0 2px;
}

.flex-menu .menutext {
  position: absolute;
  top: 0;
  left: 75px;
  padding: 5px;
}

.flex-menu .menutext h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #000;
}

.flex-menu .menutext p {
  padding-top: 3px;
  font-size: 1rem;
  color: #666;
}


/*横３列 画像幅広 - 汎用(歴史など)、お客様支援、グループ*/
.flex-menu-2 {
  position: relative;
  width: 70%;
  height: 77px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.group .flex-menu-2 {
  position: relative;
  width: 30%;
  height: 33px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu-2 a {
  display: block;
  width: 100%;
  height: 100%;
}

/* H3, P 文字非表示*/
.flex-menu-2 .menutext {
  display: none;
}

/*横２列 - 企業情報など*/
.flex-menu-3 {
  position: relative;
  width: 48%;
  height: 77px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

.flex-menu-3 a {
  display: block;
  width: 100%;
  height: 100%;
}

.flex-menu-3 a:hover {
  opacity: 0.7;
}

.flex-menu-3 .menutext {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.flex-menu-3 .menutext h3 {
  width: 100%;
  padding: 3px;
  font-size: 1.4rem;
  color: #000;
  background: rgba(255,255,255,0.9);
}

.flex-menu-2 .menutext p,
.flex-menu-3 .menutext p {
  width: 100%;
  padding: 0 3px;
  font-size: 1.1rem;
  color: #666;
  background: rgba(255,255,255,0.8);
}

}


/*ボタン背景画像設定 「中期の取組み」以外のすべて*/
/*企業情報*/
#vision {
  background: url(../images/btnimg_vision.jpg) top center no-repeat;
  background-size: cover;
}
#greeting {
  background: url(../images/btnimg_greeting.jpg) top center no-repeat;
  background-size: cover;
}
#profile {
  background: url(../images/btnimg_profile.jpg) top center no-repeat;
  background-size: cover;
}
#zenkoku {
  background: url(../images/btnimg_zenkoku.jpg) top center no-repeat;
  background-size: cover;
}
#health {
  background: url(../images/btnimg_health.jpg) top center no-repeat;
  background-size: cover;
}
#seven {
  background: url(../images/btnimg_seven.jpg) top center no-repeat;
  background-size: cover;
}

/*歴史・映画・月刊みらい*/
#history {
  background: url(../images/btnimg_history.jpg) top center no-repeat;
  background-size: cover;
}
#movie {
  background: url(../images/btnimg_movie.jpg) top center no-repeat;
  background-size: cover;
}
#gekkanmirai {
  background: url(../images/btnimg_gekkanmirai.jpg) top center no-repeat;
  background-size: cover;
}

/*お客様支援*/
#ops {
  background: url(../images/btnimg_ops.jpg) top center no-repeat;
  background-size: cover;
}
#esetsubi {
  background: url(../images/btnimg_esetsubi.jpg) top center no-repeat;
  background-size: cover;
}
#ecoreform {
  background: url(../images/btnimg_ecoreform.jpg) top center no-repeat;
  background-size: cover;
}
#mega {
  background: url(../images/btnimg_mega2.jpg) top center no-repeat;
  background-size: cover;
}

/*グループ企業*/
#hathd {
  background: url(../images/btnimg_hat-hd.png) top center no-repeat;
  background-size: contain;
}
#taimei {
  background: url(../images/btnimg_taimei.png) top center no-repeat;
  background-size: contain;
}
#wakamatsui {
  background: url(../images/btnimg_wakamatsu.png) top center no-repeat;
  background-size: contain;
}
#daiwa {
  background: url(../images/btnimg_daiwa.png) top center no-repeat;
  background-size: contain;
}

/***** メニューボタン関連設定 End *****/



/*****↓スクロールボタン設定↓*****/
.totop {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
  background-color: rgba(255,0,102,0.7);
  z-index: 4;
}
.totop a {
	display: block;
	width: 60px;
	height: 60px;
	}
.totop a:hover {
	display: block;
	width: 60px;
	height: 60px;
  background-color: rgba(255,0,102,1);
}


/*** フッタメニューの設定は [footermennu.css] で ***/
/**************************↓footer設定↓**************************/
footer {
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 960px) {
#footer-wrapper {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 1024px;
  height: 100%;
  margin: auto;
  padding: 22px;
  font-size: 1.1rem;
}
}

@media only screen and (max-width: 959px) {
#footer-wrapper {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 22px;
  font-size: 1.1rem;
}
}
@media only screen and (max-width: 599px) {
#footer-wrapper {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 22px;
  font-size: 1.1rem;
}
}
@media only screen and (max-width: 375px) {
#footer-wrapper {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 22px;
  font-size: 1.1rem;
}
}
