@charset "utf-8";
/* Component
   ----------------------------------------------------------------- */
nav {
  line-height: 60px;
  height: 70px;
  width: 100%;
  display: block;
  background: #1575b5;
  position: relative;
  z-index: 1;
}
nav:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  height: 1px;
  width: 100%;
  background: #1575b5;
}
nav > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
}
nav > ul > li {
  text-align: center;
  width: 100%;
}
nav > ul > li > a {
  display: block;
  vertical-align: middle;
  text-align: center;
  line-height: 70px;
  font-size: 100%;
  color: #fff;
  font-weight: normal;
}
nav > ul > li.nav_solution > a {
  line-height: 1.2;
  padding-top: 18px;
  height: 70px;
  box-sizing: border-box;
}
nav > ul > li.nav_solution > a > span {
  display: block;
}
nav > ul > li.active,
nav > ul > li:hover {
  color: #1e9b93;
  background: #333333;
}
nav > ul > li.contact {
  background: #1e9b93;
}
@media screen and (max-width: 1250px) {
  nav > ul > li > a {
    display: block;
    vertical-align: middle;
    text-align: center;
    line-height: 70px;
    font-size: 87%;
    color: #fff;
    font-weight: normal;
  }
}
@media screen and (max-width: 900px) {
  nav > ul > li > a {
    display: block;
    vertical-align: middle;
    text-align: center;
    line-height: 70px;
    font-size: 75%;
    color: #fff;
    font-weight: normal;
  }
}
@media screen and (max-width: 1200px) {
  .ft_left_area > ul > li > a {
    font-size: 75%;
    color: #fff;
  }
  .ft_left_area > ul > li.ft_sm_txt > a {
    font-size: 65%;
  }
  .table_list.about > dt {
    width: 250px;
  }
}
/*ドロップダウンメニュー*/
nav > ul > li > ul {
  border: 1px solid #dddddd;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  display: none;
}
nav > ul > li > ul.active {
  display: inline;
}
nav > ul > li > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  overflow: hidden;
  color: #000;
  text-align: left;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
nav > ul > li > ul > li {
  float: left;
}
nav > ul > li > ul > li > a {
  padding: 17px 30px;
}
nav > ul > li > ul > li > a:hover {
  background: #333333;
  color: #fff;
}
nav > ul > li > ul > li.current-menu-item,
nav > ul > li > ul > li.active {
  background: #333333;
  color: #fff;
}
nav > ul > li > ul > li.current-menu-item a,
nav > ul > li > ul > li.active a {
  color: #fff;
}
nav > ul > li.hover > ul.hover {
  display: block;
}
nav > ul > li.hover > ul.hover > li {
  transition: 0.4s;
  border: 0;
}
/*スクロール固定ヘッダー*/
nav.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  background: rgba(21, 117, 181, 0.9);
  height: 70px;
  clear: both;
}
nav.fixed > ul > li > ul {
  background: rgba(255, 255, 255, 0.9);
  top: 70px;
}
/*パンくずナビ*/
.bread {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.bread.sub {
  margin-top: 0;
}
.bread_wrap {
  text-align: left;
  display: block;
  line-height: 50px;
  width: 1280px;
  padding-left: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  box-sizing: border-box;
}
.bread_wrap li {
  float: left;
}
.bread_wrap .bc_top a {
  color: #555;
  font-size: 87%;
}
.bread_wrap .bc_top a:hover {
  color: #1575b5;
}
.bread .arrow {
  position: relative;
  padding: 0 20px;
  font-size: 10px;
}
.bc_second.top a {
  color: #555 !important;
  font-size: 87%;
}
.bc_second.top {
  color: #555 !important;
  font-size: 87%;
}
/*下層ページ共通LV*/
.lv {
  width: 100%;
  position: relative;
  background: url(../images/about/lv_about.png) no-repeat right center;
  height: 0;
  padding-bottom: 11.796%;
  background-size: 100%;
  margin-bottom: 84px;
  box-sizing: border-box;
}
.lv > h1 {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 67px;
  color: #fff;
  font-size: 187%;
}
.lv.service.cm > h1 {
  margin-top: -46px;
}
@media screen and (max-width: 1000px) {
  .lv > h1 {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 67px;
    color: #fff;
    font-size: 137%;
  }
  .lv.service.cm > h1 {
    margin-top: -36px;
    font-size: 157%;
  }
}
.lv:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 30%;
  width: 5px;
  height: 40%;
  background: #cc0000;
}
.lv > a {
  position: absolute;
  top: 50%;
  right: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin-top: -20px;
  color: #fff;
  text-align: center;
  display: block;
  background: #1575b5;
  min-width: 210px;
  padding: 0 10px;
}
.lv.report {
  background: url(../images/report/lv_report.png) no-repeat right center;
}
.lv.voice {
  background: url(../images/voice/voice_lv.png) no-repeat right center;
}
.lv.topics {
  background: url(../images/topics/lv_topics.png) no-repeat right center;
}
.lv.service {
  background: url(../images/service/lv_service.png) no-repeat right center;
}
.lv.contact {
  background: url(../images/contact/lv_contact.png) no-repeat right center;
}
.lv.ibc {
  background: url(../images/service/ib&c/lv_ibc.png) no-repeat right center;
}
.lv.solution {
  background: url(../images/total_solution/total_solution_about/lv_solution.png) no-repeat right center;
}
.lv.service.cm {
  background: url(../images/service/cm/service_sub_lv.png) no-repeat right center;
}
.lv.information_security {
  background: url(../images/information_security/lv_information_security.png) no-repeat right center;
}
/*content_wrap*/
.content_wrap {
  margin: 0 auto;
  max-width: 1280px;
}
.content_wrap.top {
  width: 100%;
  max-width: 100%;
}
/*h2メインタイトル*/
.page_ttl {
  text-align: center;
  display: block;
  position: relative;
  font-size: 192%;
  margin-bottom: 63px;
  color: #1575b5;
  font-weight: bold;
}
.page_ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 600px;
  height: 1px;
  margin-left: -300px;
  background: #1575b5;
}
.page_ttl.noborder:after {
  content: none !important;
}
.page_ttl > span {
  padding-top: 15px;
  display: block;
  font-size: 62%;
  color: #333333;
}

.page_ttl.br_nn {
  margin-bottom: 35px;
}
.page_ttl.br_nn:after {
  display: none;
}
.page_ttl.br_nn > span {
  padding-top: 5px;
}
/*メインテキスト100%*/
.sct_txt,
.sct_txt14,
.sct_txt18 {
  font-size: 100%;
  color: rgb(85, 85, 85);
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.sct_txt14 {
  font-size: 87%;
  line-height: 2;
}
.sct_txt18 {
  font-size: 112%;
  line-height: 2;
}
.sct_txt21 {
  font-size: 131%;
  line-height: 2;
}
/*ボルドテキスト*/
.bld_txt {
  font-weight: bold;
  font-size: 87%;
  color: #555555;
}
/*リンクaタグ*/
.link-bl-txt {
  color: #1575b5;
  font-size: 87%;
  text-decoration: underline;
  display: inline-block;
}
/*シングルページ日付*/
.single_page_date {
  display: table;
  width: auto;
  overflow: hidden;
  margin-bottom: 55px;
}
.single_page_date > dt,
.single_page_date > dd {
  display: table-cell;
  vertical-align: middle;
}
.single_page_date > dt {
  width: 112%;
  padding: 0 15px 0 0;
  color: #333;
  width: 100px;
}
.single_page_date > dd {
  padding: 4px 21px;
  color: #fff;
  font-size: 75%;
  background-color: #1575b5;
  text-align: center;
}
.single_page_date > dd.topics_event {
  background: #5b99c2;
}
.single_page_date > dd.topics_hr {
  background: #1e5579;
}
/*コンテンツタイトル02*/
.content_type_ttl02 {
  font-size: 187%;
  color: #1575b5;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 2px solid #1575b5;
  margin-bottom: 10px;
}
.content_type_ttl03 {
  min-width: 598px;
  max-width: 598px;
  margin: 0 auto 52px;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 131%;
  background: #1575b5;
  display: block;
  clear: both;
  border-radius: 30px;
  box-sizing: border-box;
}
.content_type_ttl03.large {
  min-width: auto;
  max-width: 100%;
  font-size: 118%;
}
.content_type_ttl04 {
  width: 100%;
  line-height: 1.4;
  padding: 23px 0;
  padding-left: 100px;
  line-height: 1.3;
  min-height: 70px;
  font-size: 112%;
  color: #555555;
  margin-bottom: 87px;
  display: inline-block;
  box-sizing: border-box;
  background: url(../images/service/cm/content_type04_icon.png) no-repeat left top #efefef;
}
.single_bl_ttl {
  font-size: 187%;
  color: #1575b5;
  margin-bottom: 45px;
  text-align: center;
}
/*前後のボタン*/
.prev_next_area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  margin-top: 35px;
  justify-content: flex-end;
}
.prev_next_area .next_post_link {
  margin-right: auto;
}
/*シングルページインフォ*/
.single_page_inf {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 40px 0 37px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 55px;
}
.single_page_inf ul {
  display: block;
  overflow: hidden;
}
.single_page_inf ul li {
  font-size: 100%;
  color: #555555;
  margin-bottom: 15px;
  line-height: 1;
}
.single_page_inf ul li:first-child {
  color: #1575b5;
  font-size: 112%;
}
.single_page_inf ul li a {
  font-size: 100%;
  color: #555555;
}
/*サイドカテゴリー*/
.singlepage_category {
  width: 19.532%;
  margin-left: auto;
  overflow: hidden;
}
.singlepage_category p {
  text-align: center;
  font-size: 131%;
  color: #1575b5;
  line-height: 1;
  margin-bottom: 30px;
}
.singlepage_category ul {
  display: block;
  overflow: hidden;
  width: 100%;
}
.singlepage_category ul li {
  background: #efefef;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
.singlepage_category ul li a {
  display: block;
  padding-left: 26px;
  color: #555;
  font-size: 100%;
  color: #555;
  line-height: 1.5;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.singlepage_category ul li.current-cat,
.singlepage_category ul li:hover {
  background: #1575b5;
  color: #fff;
}
.singlepage_category ul li.current-cat a,
.singlepage_category ul li:hover a {
  color: #fff;
}
/*会社概要などテーブルリスト*/
.table_list {
  display: table;
  width: 100%;
  overflow: hidden;
}
.table_list > dt,
.table_list > dd {
  display: table-cell;
  vertical-align: top;
  padding: 30px 39px;
  box-sizing: border-box;
}
/*共通ボタン*/
.more_btn {
  width: 180px;
  min-width: 180px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-size: 87%;
  background: #1575b5;
  display: block;
  border-radius: 20px;
  box-sizing: border-box;
}
.more_btn:hover {
  background: #ff8b10;
  transition: 0.2s;
}

.more_btn.large {
  min-width: 215px;
}
/*共通ページャー*/
/*pager*/
.wp-pagenavi {
  width: 100%;
  overflow: hidden;
  display: inline;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-top: 50px;
  float: right;
  text-align: right;
}
.wp-pagenavi > .pages {
  border: 1px solid #bfbfbf;
  color: #555;
  font-size: 65%;
  float: left;
  padding: 2px 5px;
  letter-spacing: 0.3em;
  vertical-align: middle;
  display: inline-block;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .extend {
  display: inline-block;
  font-size: 87%;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #1575b5;
  line-height: 27px;
  padding: 0 11px;
  color: #1575b5;
  margin-left: 5px;
}
.wp-pagenavi .current,
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .first:hover {
  background: #1575b5;
  color: #fff !important;
}
.wp-pagenavi .extend {
  padding: 0 0;
  font-weight: bold;
  background: #fff;
  line-height: 15px;
  border: 1px solid #bfbfbf;
  width: 23px;
  height: 23px;
}
/*共通お知らせ一覧*/
.infromation_area {
  width: 80%;
  position: relative;
  margin: 70px auto 0;
}
.inf_inner {
  /*max-width: 1174px;
	margin: 0 auto;
	padding: 50px 0;
	padding-left: 13.375%;*/
  box-sizing: border-box;
}
dl.inf_list {
  display: table;
  padding: 14px 70px;
  width: 100%;
  box-sizing: border-box;
}
dl.inf_list > dt,
dl.inf_list > dd {
  display: table-cell;
  vertical-align: middle;
}
dl.inf_list > dd > a,
dl.inf_list > dd > p {
  color: #fff;
  font-size: 68%;
  text-align: center;
  margin-left: 6px;
  display: block;
  width: 84px;
  line-height: 20px;
  /*height: 20px;*/
}
dl.inf_list > dd > a.news {
  background: #1575b5;
}
dl.inf_list > dd > .news.topics_info {
  background: #45acf0;
}
dl.inf_list > dd > .news.topics_event {
  background: #5b99c2;
}
dl.inf_list > dd > .news.topics_hr {
  background: #1e5579;
}

dl.inf_list > dt {
  width: 99px;
}
dl.inf_list > dd {
  padding-left: 35px;
}
dl.inf_list > dd.dd_last {
  width: 100%;
  padding-left: 35px;
}
dl.inf_list > dd.dd_last > a,
dl.inf_list > dd.dd_last > p {
  color: #555555;
  font-size: 87%;
  width: 100%;
  text-align: left;
}
dl.inf_list > dt > a {
  font-size: 87%;
  color: #1575b5;
  font-weight: bold;
}
/*共通コンテンツサブメニュー*/
.ibc_list_ttl_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  /*max-width: 63%;*/
  max-width: 53%;
  margin: 0 auto 61px;
  justify-content: space-between;
}
.ibc_list_ttl_wrap > li {
  /*width: 23.986%;*/
  width: 32.986%;
}
.ibc_list_ttl_wrap > li > a {
  text-align: center;
  display: block;
  font-size: 87%;
  line-height: 50px;
  color: #333;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.ibc_list_ttl_wrap > li.active,
.ibc_list_ttl_wrap > li:hover {
  background: #1575b5;
}
.ibc_list_ttl_wrap > li.active a,
.ibc_list_ttl_wrap > li:hover a {
  color: #fff;
}
/* 検索結果 */
.search_result {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

/* 共通 */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
