body {
  font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
  color: #000;

  position: relative;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*----------------------------
共通
------------------------------*/
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.switch {
  visibility: hidden;
}

.txt-area {
  margin-bottom: 15px;
}

/*----------------------------
module
------------------------------*/
/* 見出し */
.title_01 {
  text-align: center;
}

.title_02 {
  text-align: center;
  font-size: 220%;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.subtitle_01 {
  color: inherit;
  font-size: 117%;
  font-weight: bold;
}

.subtitle_02 {
  text-align: center;
  font-size: 220%;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.subtitle_03 {
  text-align: left;
  font-size: 150%;
  margin-bottom: 10px;
}

/* リンク */
.basicLink {
  text-indent: 10px;
}

.basicLink:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 5px 0 -10px;
  border: 5px solid transparent;
  border-left: 5px solid #0b4faa;
}

#footer .basic-link {
  color: #fff !important;
}

#footer .basic-link:before {
  border-left: 5px solid #aaa;
}

.basic-linkPre:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-right: 10px;
  margin-left: -5px;
  border: 5px solid transparent;
  border-right: 5px solid #0b4faa;
}

/* フォーム部品 */
input[type=text],
select {
  padding: 2px 5px;
  margin-bottom: 5px;
}

input[type=button] {
  cursor: pointer;
}

input[type=button] {
  cursor: pointer;
  font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
  font-size: 120%;
}

label {
  margin-right: 10px;
}

textarea {
  width: 100%;
  height: 180px;
}

.frm-w5 {
  width: 50%;
}

.frm-w10 {
  width: 100%;
}

.frm-zip {
  width: 22%;
  margin-right: 5px;
  min-width: 50px;
  display: inline-block;
}

.frm-tel {
  width: 18%;
  margin-right: 5px;
  min-width: 50px;
}

.frm-mail {
  width: 50%;
}

.frm-univ {
  width: 40%;
}

.hyphen {
  margin-right: 5px;
  display: inline-block;
}

.frm-name {
  width: 30%;
}

/* ボタン */
.btn-basic {
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#c7c7c7');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#c7c7c7')";
  background-image: -moz-linear-gradient(top, #f5f5f5, #c7c7c7);
  background-image: -ms-linear-gradient(top, #f5f5f5, #c7c7c7);
  background-image: -o-linear-gradient(top, #f5f5f5, #c7c7c7);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#c7c7c7));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #c7c7c7);
  background-image: linear-gradient(top, #f5f5f5, #c7c7c7);
}

/* アイコン */
.must {
  font-size: 92%;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #c00;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px 0 0;
  overflow: visible;
}

.txt-normal {
  font-weight: normal;
}


/* table */
.tbl-basic {
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.tbl-basic td,
.tbl-basic th {
  padding: 15px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  vertical-align: top;
}

.tbl-basic th {
  font-weight: bold;
  background-color: #f3f0e9;
  width: 25%;
  line-height: 1.8;
}



/* 透過 */
.alpha:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

/* IE8 */
html>

/**/
body .alpha img:hover {
  display
  /*\**/
  : inline-block\9;
  zoom
  /*\**/
  : 1\9;
}

/* 新旧Firefox */
.alpha img:hover,
x:-moz-any-link {
  background: #e5e5e5;
}

.alpha img:hover,
x:-moz-any-link,
x:default {
  background: #e5e5e5;
}

.w100p {
  width: 100%;
}

/*----------------------------
構造
----------------------------*/
#content {
  width: 100%;
  margin: 0 auto;
}

#contents-area {
  max-width: 960px;
  margin: 0 auto;
  padding: 90px 10px 100px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top #contents-area {
  padding: 0 10px 100px 10px;
}

.breadcrumbs-area+#contents-area {
  margin-top: 80px;
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 940px;
  margin: 0 auto;
}

/* ヘッダー */
#header {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  /*
  box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);*/
}

/*fixヘッダー分マージン*/
#header+* {
  padding-top: 70px !important;
}

#gnaviGroup li.gnaviBtn a:link {
  color: #000000;
  text-decoration: none;
}

#gnaviGroup li.gnaviBtn a:visited {
  color: #000000;
  text-decoration: none;
}

#gnaviGroup li.gnaviBtn a:active {
  color: #000000;
  text-decoration: none;
}

#gnaviGroup li.gnaviBtn a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #fff;
}

#gnaviGroup .gnaviBtn.on a:link {
  color: #000000;
  text-decoration: none;
}

#gnaviGroup .gnaviBtn.on a:visited {
  color: #000000;
  text-decoration: none;
}

#gnaviGroup .gnaviBtn.on a:active {
  color: #000000;
  text-decoration: none;
  background-color: #fff;
}

#gnaviGroup .gnaviBtn.on a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #fff;
}

/* ナビゲーション（PC） */
#header .head-logo {
  display: table;
  height: 70px;
  float: left;
  padding: 5px 10px;
  text-align: center;
}

#header .head-logo a {
  width: 220px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#header .head-logo img {
  width: 100%;
}

#header #gnaviGroup {
  position: relative;
  /*max-width: 68%;*/
}

#gnaviGroup {
  float: right;
  height: 70px;
}

#gnaviGroup .gnaviBtn {
  float: left;
  height: 70px;
  padding: 10px 2px 5px;
}

#gnaviGroup .gnaviBtn>a {
  padding: 30px 5px 10px;
  text-align: center;
  display: block;
  height: 100%;
  width: 106px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 805px) {
  #gnaviGroup .gnaviBtn>a {
    padding: 30px 16px 10px;
    width: auto;
  }
}

#gnaviGroup .gnaviBtn.current>a {
  border-bottom: 2px solid #f00;
}

#gnaviGroup .gnaviBtn>a:hover {
  border-bottom: 2px solid #eee;
}

#gnaviGroup .gnaviBtn>a.touchstart:hover {
  border-bottom: 2px solid #000080;
}

#gnaviGroup .gnaviBtn.menu01>a {
  background-image: url(/common/re_img/navi_icon_corp.png);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 17px auto;
}

#gnaviGroup .gnaviBtn.menu02>a {
  background-image: url(/common/re_img/navi_icon_business.png);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 18px auto;
}

#gnaviGroup .gnaviBtn.menu03>a {
  background-image: url(/common/re_img/navi_icon_news.png);
  background-repeat: no-repeat;
  background-position: center 7px;
  background-size: 20px auto;
}

#gnaviGroup .gnaviBtn.menu04>a {
  background-image: url(/common/re_img/navi_icon_recruit.png);
  background-repeat: no-repeat;
  background-position: center 7px;
  background-size: 20px auto;
}

#gnaviGroup .gnaviBtn.menu05>a {
  background-image: url(/common/re_img/navi_icon_language.png);
  background-repeat: no-repeat;
  background-position: center 7px;
  background-size: 22px auto;
}

#gnaviGroup .gnaviBtn .subNavi {
  z-index: 200;
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #fff;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

/*ドロップダウン部分*/
#gnaviGroup .subNavi {
  width: 98%;
  padding: 15px 30px;
}

#gnaviGroup .subNavi>li {
  /*  float: left;
  width: 50%;*/
}

/*#gnaviGroup .subNavi > li:nth-child(odd) {
  background: #ff8080;
  padding: 29px 0 0;
}*/
#gnaviGroup .subNavi>li ul li {
  float: left;
  width: 50%;
}

/*#gnaviGroup .subNavi > li ul + ul{
  padding: 29px 0 0;
}*/

#gnaviGroup .subNavi a,
#gnaviGroup .subNavi a:hover {
  padding: 5px 20px 5px 0;
  display: block;
  position: relative;
  color: #000 !important;
}

#gnaviGroup .gnaviBtn .subNaviHead {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 10px 30px;
  width: 100%;
}

#gnaviGroup .gnaviBtn.menu01 .subNaviHead {
  background: url(/common/re_img/navi_icon_corp_l.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 22px;
}

#gnaviGroup .gnaviBtn.menu02 .subNaviHead {
  background: url(/common/re_img/navi_icon_business.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 22px;
}

#gnaviGroup .gnaviBtn.menu03 .subNaviHead {
  background: url(/common/re_img/navi_icon_news.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 22px;
}

#gnaviGroup .gnaviBtn.menu04 .subNaviHead {
  background: url(/common/re_img/navi_icon_recruit.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 22px;
}

#gnaviGroup .gnaviBtn.menu05 .subNaviHead {
  background: url(/common/re_img/navi_icon_language.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 22px;
}

/* ナビゲーション（SP） */
#spMenu {
  display: none !important;
}

/* フッター */
#footer {
  width: 100%;
  background-color: #666666;
}

#footer a {
  color: #fff;
}

/*pagetopへ*/
#pageTop {
  margin-bottom: 0;
  padding: 20px 0 20px 0;
  border-bottom: none;
  width: 100%;
  display: block;
  /*background-color: #e9e9e9;*/
  background: url(/common/re_img/img_contents_bg.png) repeat 0 0;
  -moz-box-shadow: inset 0px 6px 6px #f7f7f7;
  -webkit-box-shadow: inset 0px 6px 6px #f7f7f7;
  box-shadow: inset 0px 6px 6px #f7f7f7;
  text-align: right;
}

#pageTop a {
  display: inline-block;
  height: 12px;
  margin: 0 10px 0 auto;
  padding: 0 0 0 15px;
  color: #000000;
  line-height: 12px;
  background: url(/common/re_img/icon_pagetop.gif) no-repeat left 50%;
}

/*footer：帯*/
#footer .sub-navi {
  background-color: #d9d9d9;
  padding: 10px 0;
  text-align: center;
}

#footer .sub-navi .inner {
  text-align: center;
}

#footer .sub-navi ul li {
  text-align: center;
  display: inline-block;
}

#footer .sub-navi ul li a {
  color: #000 !important;
  padding: 0 10px;
}

/*
#footer .sub-navi a.basicLink:before{
  padding: 0 10px;
  content:none;
}*/

/*footer-btm-wrap*/
.footer-btm-wrap {
  background: #4c4c4c;
  position: relative;
}

/*footer：コピー*/
#footer .foot-copy {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 25px 10px;
  font-size: 134%;
}

@media screen and (max-width: 805px) {
  #footer .foot-copy {
    font-size: 117%;
  }
}

/*footer：サイトマップ*/
#footer .sitemap {
  padding: 10px 5px;
  margin-bottom: 15px;
}

#footer .sitemap .sitemap-list {
  float: left;
  width: 25%;
  padding: 15px 20px;
  border-right: 1px solid #999;
}

#footer .sitemap .sitemap-list:first-child {
  border-left: 1px solid #999;
}

#footer .sitemap .sitemap-list a {
  padding: 5px 0 5px 5px;
  display: block;
}

#footer .sitemap .sitemap-list .head {
  color: #fff;
  padding: 5px 0;
}

/*extra-sitemap*/
#footer .extra-sitemap {
  padding: 10px;
  background-color: #4c4c4c;
  border-top: 1px solid #aaa;
  position: absolute;
  top: 39px;
  width: 100%;
}

#footer .extra-sitemap ul {
  text-align: center;
}

#footer .extra-sitemap ul li {
  display: inline;
  padding: 0 0 0 10px;
  margin: 0 20px 0 0;
}

#footer .extra-sitemap ul li a {
  position: relative;
}

/*
#footer .extra-sitemap ul li a.basicLink:before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  padding: 0;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
*/

/*footer：コピーライト*/
#footer .copy-area {
  background-color: #4c4c4c;
  text-align: center;
  color: #fff;
  padding: 10px;
}

#footer .copy-area p {
  color: #fff;
  word-wrap: break-word;
  word-break: keep-all;
}

/*footer：お問い合わせシンプル*/
#footer .foot-logo {
  padding: 10px 0;
}

#footer .foot-logo img {
  background-color: #fff;
}

/*----------------------------
トップページ
------------------------------*/
.top .kv-area {
  margin-bottom: 30px;
}

/*kv-area bxslider*/
.kv-area .bx-wrapper {
  margin: 0 auto;
  max-width: 1200px !important;
}

.kv-area.slider1-wrap .bxslider1 li a {
  display: block;
  width: 100%;
  height: 100%;
}

/*kv-area:pager*/
.bx-controls.bx-has-pager {
  text-align: center;
  position: absolute;
  bottom: 4%;
  width: 100%;
  max-width: 1200px !important;
  display: inline-block;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #F00;
}

/* バナースライド */
.bnr-area {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
}

.bnr-area.slider2-wrap {
  padding: 0 25px;
}

.bnr-area.slider2-wrap .bx-viewport {
  margin: 0 auto;
  box-sizing: border-box;
}

.bnr-area.slider2-wrap .bxslider2 li {
  height: 100px;
  /*margin-right:15px;*/
}

.bnr-area.slider2-wrap .bx-prev,
.bnr-area.slider2-wrap .bx-next {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 4px solid #d4d4d4;
  position: absolute;
  height: 100%;
  width: 28px;
}

.bnr-area.slider2-wrap .bx-prev {
  top: 0;
  left: 0;
}

.bnr-area.slider2-wrap .bx-next {
  top: 0;
  right: 0;
}

.bnr-area.slider2-wrap .bx-prev.basic-linkPre:before {
  margin: 40px 0 0 -5px;
}

.bnr-area.slider2-wrap .bx-next.basic-link:before {
  margin: 40px 5px 0 0;
}

.head-area {
  /*  background-image:url(/common/re_img/img_contents_bg.png) ;
  background-repeat:repeat;
  background-position: 0 0;*/
  margin-bottom: 70px;
  padding: 0 10px;
}

/*----------------------------
インフォメーション
------------------------------*/
/* 重要なお知らせ */
#information dl dt span {
  margin: 0 10px 0 0;
  font-weight: bold;
}

#information dl dd .ac {
  color: #1451a7;
}

#information dl dd .ac:hover {
  text-decoration: underline;
  cursor: pointer;
}

.info-area {
  display: table;
  width: 100%;
  padding: 20px;
  border: 1px solid #000000;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  text-align: center;
}

.info-area .info-head {
  color: #ee4e18;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  width: 18%;
}

.info-area .info-head:before {
  content: "";
  background-image: url(/common/re_img/icon_caution.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.info-area .info-txt {
  display: table-cell;
  vertical-align: middle;
}

.info-area .info-txt dd {
  word-break: break-all;
}

/* 事業案内 */
.service-area {
  margin-bottom: 30px;
}

.service-area a {
  color: inherit;
}

.service-area .subtitle_01:hover,
.service-area a:hover {
  color: #1451a7 !important;
  text-decoration: underline;
}

.service-area .service-contents {
  text-align: center;
  color: inherit;
  float: left;
  margin-left: 2%;
  margin-bottom: 15px;
  width: 32%;
  position: relative;
  display: block;
}

.service-area .service-contents p {
  color: inherit;
  text-align: left;
  padding: 10px 20px;
}

.service-area .service-contents:first-child,
.service-area .service-contents:nth-of-type(4) {
  margin-left: 0;
}

.service-area .service-contents .service-image {
  width: 100%;
  max-height: 220px;
  margin-bottom: 30px;
}

.service-area .service-contents .service-logo {
  height: 32px;
  margin-bottom: 20px;
}

.service-area .subtitle_04 {
  font-size: 120%;
  font-weight: bold;
}

.service-area .subtitle_01 {
  font-size: 125%;
  font-weight: bold;
  color: #000 !important;
}

/* 会社関連 */
.company-area {
  margin-bottom: 30px;
}

.company-row {
  margin-bottom: 1%;
}

.company-area a {
  text-align: center;
  color: inherit;
  float: left;
  margin-left: 2%;
  margin-bottom: 15px;
  width: 32%;
  position: relative;
  display: block;

}

.company-area a:first-child {
  margin-left: 0;
}

.company-area a img {
  width: 100%;
}

.company-area a .subtitle_01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 10px;
  color: #000 !important;
}

/* ニュースリリース */
.news-area {
  margin-bottom: 60px;
  /*
  box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);*/
}

.news-area a {
  color: #474747;
  display: block;
}

.news-area .news-inner {
  border-bottom: 1px solid #eee;
  margin: 0 auto 10px;
}

.news-area .news {
  border-top: 1px solid #eee;
  cursor: pointer;
}

.news-area .news a {
  padding: 10px;
  min-height: 100px;
}

.news-area .news:hover {
  background-color: #ebebeb;
}

.news-area .news dl dd {
  padding-left: 1em;
}

.news-area .news-list dl {
  float: right;
  width: 77%;
}

.news-area .news-list dl dt {
  font-weight: bold;
  font-size: 116%;
}

.news-area .news-list dl dt span.news {
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 70%;
  vertical-align: middle;
  color: #ffffff;
  background: #376092;
}

.news-area .news-list dl dt span.notice {
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 70%;
  vertical-align: middle;
  color: #ffffff;
  background: #953735;
}

.news-area .news-list dl dt span.other {
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 70%;
  vertical-align: middle;
  color: #ffffff;
  background: #37924f;
}

.news-area .news-list dl dt span.campaign {
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 70%;
  vertical-align: middle;
  color: #ffffff;
  background: #f3830b;
}

.news-area .news-list dl dt span.newsletter {
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 70%;
  vertical-align: middle;
  color: #ffffff;
  background: #ee57a6;
}

.news-area .news-list p {
  padding-left: 1.3em;
}

.news-area .news-list p+p {
  margin-top: 0 !important;
}

.news-area .news-list .btn-link {
  padding-left: 0;
}

.news-area .news-list .btn-link span {
  color: #1451a7;
}

.news-area .news-list .news a:hover .btn-link span {
  text-decoration: underline;
}

.news-area .news-list .basic-link {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  color: #474747 !important;
}

.news-area .news-list .basic-link:before {
  margin: 0 2px 0 0;
}

.news-area .news-list .news-img {
  width: 23%;
  float: left;
  text-align: center;
  min-width: 140px;
}

.news-area .news-list .news-img img {
  max-width: 100%;
}

/*topニュースリリース*/
.news-top .news-area h4 {
  display: none;
}


/*----------------------------
ニュースリリース
------------------------------*/
.title-are {
  margin-bottom: 10px;
}

/*----------------------------
プリント用 css
------------------------------*/
@media print {
  #content {
    width: 960px;
  }

  #header {
    position: static;
  }

  #header+* {
    padding-top: 0 !important;
  }
}