@charset "utf-8";
/* ============================================================

  style info : ブラウザごとの初期スタイルをリセット

============================================================ */

/* --------------------------------
  font-size (default : 14px)

    10px ： 72%
    11px ： 79%
    12px ： 86%
    13px ： 93%
    14px ： 100%
    15px ： 108%
    16px ： 115%
    17px ： 122%
    18px ： 129%
    19px ： 136%
    20px ： 143%
    21px ： 150%
    22px ： 158%
    23px ： 165%
    24px ： 172%
    25px ： 179%
    26px ： 186%
-------------------------------- */

.old-newsWrap div,
.old-newsWrap p,
.old-newsWrap dl,
.old-newsWrap dt,
.old-newsWrap dd,
.old-newsWrap ul,
.old-newsWrap ol,
.old-newsWrap li,
.old-newsWrap h1,
.old-newsWrap h2,
.old-newsWrap h3,
.old-newsWrap h4,
.old-newsWrap h5,
.old-newsWrap h6,
.old-newsWrap form,
.old-newsWrap fieldset,
.old-newsWrap input,
.old-newsWrap textarea,
.old-newsWrap pre,
.old-newsWrap blockquote,
.old-newsWrap th,
.old-newsWrap td {
  margin: 0;
  padding: 0;
}
.old-newsWrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.old-newsWrap fieldset,
.old-newsWrap img {
  border: none;
}
.old-newsWrap input,
.old-newsWrap textarea,
.old-newsWrap select {
  font-size: 100%;
}
.old-newsWrap img {
  vertical-align: top;
}
.old-newsWrap dt,
.old-newsWrap address,
.old-newsWrap caption,
.old-newsWrap cite,
.old-newsWrap code,
.old-newsWrap dfn,
.old-newsWrap th,
.old-newsWrap var {
  font-style: normal;
  font-weight: normal;
}
.old-newsWrap em,
.old-newsWrap strong,
.old-newsWrap th {
  font-style: normal;
  font-weight: bold;
}
.old-newsWrap ol,
.old-newsWrap ul {
  list-style: none;
}
.old-newsWrap caption,
.old-newsWrap th {
  text-align: left;
}
.old-newsWrap h1,
.old-newsWrap h2,
.old-newsWrap h3,
.old-newsWrap h4,
.old-newsWrap h5,
.old-newsWrap h6 {
  font-size: 100%;
  font-weight: normal;
}
.old-newsWrap q:before,
.old-newsWrap q:after {
  content: '';
}
.old-newsWrap abbr,
.old-newsWrap acronym {
  border: none;
}
/* ============================================================

  style info : 全体で汎用的に使用できるスタイルを記述

============================================================ */

/* --------------------------------
  clearfix (.cf)
-------------------------------- */
.old-newsWrap .cf:after {
  content: '';
  display: block;
  clear: both;
}
/* --------------------------------
  image replace (.ir)
-------------------------------- */

.old-newsWrap .ir {
  display: block;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.old-newsWrap .irCmn {
  display: block;
  border: none;
  background: transparent url(../img/common/spr_pc.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* --------------------------------
  property
-------------------------------- */

/* width */

.old-newsWrap .w30 {
  width: 30px !important;
}
.old-newsWrap .w50 {
  width: 50px !important;
}
.old-newsWrap .w80 {
  width: 80px !important;
}
.old-newsWrap .w100 {
  width: 100px !important;
}
.old-newsWrap .w130 {
  width: 130px !important;
}
.old-newsWrap .w150 {
  width: 150px !important;
}
.old-newsWrap .w200 {
  width: 200px !important;
}
.old-newsWrap .w250 {
  width: 250px !important;
}
.old-newsWrap .w300 {
  width: 300px !important;
}
.old-newsWrap .w350 {
  width: 350px !important;
}
.old-newsWrap .w400 {
  width: 400px !important;
}
.old-newsWrap .w450 {
  width: 450px !important;
}
.old-newsWrap .w500 {
  width: 500px !important;
}
.old-newsWrap .w600 {
  width: 600px !important;
}
/* ============================================================

  style info : サイト全体で共通のスタイルを記述（MB）

============================================================ */

/* -----------------------------------
  basic
----------------------------------- */

.old-newsWrap {
  background: #fff;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
.old-newsWrap th,
.old-newsWrap td {
  color: #000;
  line-height: 1.5;
}
.old-newsWrap a {
  outline: none;
}
.old-newsWrap a:link,
.old-newsWrap a:visited {
  color: #000;
  text-decoration: underline;
}
.old-newsWrap a:hover,
.old-newsWrap a:active {
  color: #000;
  text-decoration: none;
}
.old-newsWrap a:hover {
  cursor: pointer;
}
.old-newsWrap img {
  width: 100%;
  height: auto;
}
/* -----------------------------------
  layout
----------------------------------- */

.old-newsWrap #wrapper {
  overflow: hidden;
}
.old-newsWrap #main {
  position: relative;
  padding-bottom: 1.5em;
  margin: 0 10px 0 10px;
}
/* -----------------------------------
  header
----------------------------------- */

.old-newsWrap #header {
  padding: 13px 10px 0 10px;
  background: url(../img/common/bg_header.png) left top repeat-x;
}
.old-newsWrap #header h1 a {
  display: block;
  width: 64.6875%;
}
.old-newsWrap #header nav ul {
  margin: 10px 0 15px 0;
  /*20170327 display:flex追加*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.old-newsWrap #header nav ul li {
  float: left;
  /*20170327 width:23.5% 削除*/
  padding: 0 1px;
  border-right: solid 2px #bfbfbf;
}
.old-newsWrap #header nav ul li a {
  display: block;
}
.old-newsWrap #header nav ul li.company {
  /*20170228削除 border-left: solid 2px #bfbfbf;*/
}
.old-newsWrap #header nav ul li.company a.current {
  background: url(../img/common/gnav_company_mb_on.png) left top no-repeat;
  background-size: cover;
}
.old-newsWrap #header nav ul li.news a.current {
  background: url(../img/common/gnav_news_mb_on.png) left top no-repeat;
  background-size: cover;
}
.old-newsWrap #header nav ul li.specialities a.current {
  background: url(../img/common/gnav_specialities_mb_on.png) left top no-repeat;
  background-size: cover;
}
.old-newsWrap #header nav ul li.recruitment a.current {
  background: url(../img/common/gnav_recruitment_mb_on.png) left top no-repeat;
  background-size: cover;
}
.old-newsWrap #header nav ul li a.current img {
  visibility: hidden;
}
/* -----------------------------------
  footer
----------------------------------- */

.old-newsWrap #footer nav ul {
  margin-top: -1px;
  border-top: dotted 1px #ccc;
  background: #fff;
  font-size: 93%;
}
.old-newsWrap #footer nav ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.old-newsWrap #footer nav ul li:last-child {
  width: 100%;
}
.old-newsWrap #footer nav ul li a {
  display: block;
  padding: 10px 5px;
  border-bottom: dotted 1px #ccc;
  border-right: dotted 1px #ccc;
}
.old-newsWrap #footer .powered {
  padding: 13px 10px;
  background: #333;
  color: #fff;
  font-size: 86%;
}
.old-newsWrap #footer .powered .copyright,
.old-newsWrap #footer .powered .copyright img {
  vertical-align: bottom;
  line-height: 1.2;
}
.old-newsWrap #footer .powered .copyright span {
  display: inline-block;
  width: 21.1290323%;
  margin-right: 10px;
}
.old-newsWrap #footer .powered .group {
  margin-top: 5px;
}
.old-newsWrap #footer .powered .group a {
  color: #fff !important;
}
.old-newsWrap #footer dl {
  display: none;
}
/* -----------------------------------
  sub
----------------------------------- */

/* 20130401 */

.old-newsWrap #sub .navTitle {
  position: relative;
  margin-bottom: -2px;
}
/* //20130401 */

.old-newsWrap #sub .localNav ul {
  border-top: solid 2px #999;
}
.old-newsWrap #sub .localNav ul li {
  border-bottom: solid 2px #999;
  background: url(../img/common/bg_dot.png) -1000px top repeat;
}
.old-newsWrap #sub .localNav ul li a {
  padding: 10px 10px 10px 30px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background: url(../img/common/arw_square_r.png) 10px center no-repeat;
}
.old-newsWrap #company #sub .localNav ul li a.current {
  background-color: #32DEED;
}
.old-newsWrap #news #sub .localNav ul li a.current {
  background-color: #FFFC00;
}
.old-newsWrap #specialities #sub .localNav ul li a.current {
  background-color: #FF72EC;
}
.old-newsWrap #recruitment #sub .localNav ul li a.current {
  background-color: #CCFF00;
}
.old-newsWrap #sub .localNav ul li .img {
  float: left;
  width: 30%;
  vertical-align: middle;
}
.old-newsWrap #sub .localNav ul.main {
  font-size: 115%;
}
.old-newsWrap #sub .relatedNav ul li {
  border-bottom: solid 2px #999;
  background: url(../img/common/bg_dot.png) -1000px top repeat;
}
.old-newsWrap #sub .relatedNav ul li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.old-newsWrap #sub .relatedNav ul li .cf .img {
  float: right;
  width: 30%;
  vertical-align: middle;
}
.old-newsWrap #sub .relatedNav ul li .label {
  background: url(../img/common/arw_square_r.png) 0 center no-repeat;
  padding: 0 0 0 20px;
  vertical-align: middle;
}
.old-newsWrap #sub .relatedNav ul li .cf .label {
  float: left;
  background: url(../img/common/arw_square_r.png) 0 center no-repeat;
  padding: 0 10px 0 20px;
}
.old-newsWrap #sub .relatedNav ul.main {
  font-size: 115%;
}
.old-newsWrap div#social {
  margin: 10px 10px 5px 10px;
}
.old-newsWrap div#social div {
  float: left;
  width: auto;
}
.old-newsWrap div#social #twitter {
  float: left;
  width: auto;
}
.old-newsWrap div#social #facebook {
  float: left;
  margin-left: 10px;
  width: auto;
}
/* -----------------------------------
  visual
----------------------------------- */

/* デバッグ用 */

.old-newsWrap #log {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
/* canvasを使用するので背景を隠す */

.old-newsWrap .useCanvas #contents {
  background: none;
}
.old-newsWrap #backVisual {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.old-newsWrap #backVisualCanvas {
  background-color: #fff;
}
/* -----------------------------------
  parts
----------------------------------- */

/* #topicPath */

.old-newsWrap #topicPath {
  margin: 15px 10px 30px 10px;
  font-size: 72%;
  line-height: 1.3;
}
.old-newsWrap #topicPath li {
  display: inline;
  margin-right: 3px;
}
.old-newsWrap #topicPath li a {
  padding-right: 10px;
  background: url(../img/common/arw_min_r.png) right center no-repeat;
}
/* br */

.old-newsWrap br.pc {
  display: none;
}
.old-newsWrap br.sp {
  display: block;
}
/* title */

.old-newsWrap .categoryTitle {
  display: none;
}
.old-newsWrap .pageTitle {
  margin-bottom: 15px;
  padding: 12px 1px;
  border-top: solid 4px #000;
  border-bottom: solid 2px #cccdcd;
  font-size: 143%;
  font-weight: bold;
  line-height: 1.2;
}
.old-newsWrap .pageTitle h3 {
  font-weight: bold;
  line-height: 1.4;
}
.old-newsWrap .pageTitle .data {
  margin-top: 10px;
  font-size: 65%;
  font-weight: normal;
  text-align: right;
}
.old-newsWrap .pageTitle .data span {
  padding-left: 5px;
  margin-left: 5px;
  border-left: solid 1px #ccc;
}
.old-newsWrap .basicTitle01 {
  margin: 0 -10px 10px -10px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  font-size: 129%;
  line-height: 1.2;
}
.old-newsWrap .basicTitle02 {
  padding: 5px 10px;
  border-bottom: solid 4px #000;
  font-size: 129%;
  line-height: 1.2;
  font-weight: bold;
}
.old-newsWrap .basicTitle03 {
  margin-bottom: 15px;
  padding: 0 0 0 16px;
  border-left: solid 4px #000;
  font-size: 129%;
  line-height: 1.2;
  font-weight: bold;
}
.old-newsWrap .basicTitle04 {
  margin-bottom: 15px;
  padding: 0 0 0 16px;
  border-left: solid 4px #000;
  line-height: 1.2;
  font-weight: bold;
}
.old-newsWrap .basicTitle04 .main {
  margin-bottom: 3px;
  font-size: 200%;
}
.old-newsWrap .basicTitle05 {
  margin-bottom: 15px;
  padding: 0 0 0 16px;
  border-left: solid 4px #000;
  line-height: 1.2;
  font-size: 115%;
  font-weight: bold;
}
/* link */

.old-newsWrap .moreLink {
  text-align: right;
}
.old-newsWrap .moreLink a {
  padding-left: 20px;
  background: url(../img/common/arw_square_r.png) left center no-repeat;
}
.old-newsWrap .blankLink {
  padding: 2px 0 2px 22px;
  background: url(../img/common/icn_blank_blu.png) left center no-repeat;
}
.old-newsWrap .pdfLink {
  padding: 2px 0 2px 22px;
  background: url(../img/common/icn_pdf.png) left center no-repeat;
}
.old-newsWrap .fileLink {
  padding: 2px 0 2px 22px;
  background: url(../img/common/icn_file.png) left center no-repeat;
}
/* text */

.old-newsWrap .caution {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 86%;
  line-height: 1.5;
}
.old-newsWrap .sign {
  text-align: right;
}
.old-newsWrap .sign p {
  margin-bottom: 15px !important;
}
.old-newsWrap .sign div {
  width: 33%;
  margin-left: auto;
}
.old-newsWrap .blank {
  padding: 2px 25px 2px 0;
  background: url(../img/common/icn_blank_blu.png) right center no-repeat;
}
/* button */

.old-newsWrap .textButton {
  display: inline-block;
  padding: 10px;
  background: url(../img/common/bg_dot.png) -1000px top repeat;
  line-height: 1.5;
  text-decoration: none !important;
}
.old-newsWrap .textButton p.label {
  display: inline-block;
  padding-left: 20px;
  font-size: 115%;
  font-weight: bold;
  background: url(../img/common/arw_basic_r_blu.png) left center no-repeat;
}
.old-newsWrap .backButton p.label {
  background: url(../img/common/arw_basic_l_blu.png) left center no-repeat;
}
.old-newsWrap .textButton p.label span {
  display: block;
  font-size: 86%;
  font-weight: normal;
}
.old-newsWrap .textButton .blankLink {
  font-size: 115%;
  font-weight: bold;
}

.old-newsWrap a.pagetopButton {
  width: 33px;
  height: 33px;
  background: url(../img/common/btn_pagetop.png) left top no-repeat;
  position: relative;
  top: 15px;
}

/* infoList */

.old-newsWrap .infoList {
  margin-bottom: 20px;
}
.old-newsWrap .infoList ul li {
  margin-bottom: 10px;
}
.old-newsWrap .infoList ul li a {
  display: block;
  text-decoration: none !important;
}
.old-newsWrap .infoList ul li p.data {
  position: relative;
  margin-bottom: 5px;
  background: #666;
  color: #fff;
  font-size: 86%;
  line-height: 1.4;
}
.old-newsWrap .infoList ul li p.data time,
.old-newsWrap .infoList ul li p.data span {
  float: left;
  padding: 3px 5px;
}
.old-newsWrap .infoList ul li p.data time {
  background: #333;
  width: 28%;
}
.old-newsWrap .infoList ul li p.data span.new {
  position: absolute;
  right: 0;
  top: 0;
  background: #f00;
}
.old-newsWrap .infoList ul li .img {
  float: left;
  margin-right: 10px;
  width: 30%;
}
.old-newsWrap .infoList ul li .img img {
  width: 100%;
  height: auto;
}
.old-newsWrap .infoList ul li p.desc {
  font-size: 86%;
}
.old-newsWrap .infoList ul li p.desc .blankLink,
.old-newsWrap .infoList ul li p.desc .fileLink,
.old-newsWrap .infoList ul li p.desc .pdfLink {
  color: #666;
}
.old-newsWrap .infoList p.moreLink {
  margin: 10px 0;
  border-top: solid 2px #ccc;
  padding: 10px 0;
}
/* newsList */

.old-newsWrap .newsList {
  margin: 0 -10px 20px -10px;
}
.old-newsWrap .newsList ul li {
  border-bottom: solid 1px #000;
}
.old-newsWrap .newsList ul li .container,
.old-newsWrap .newsList ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.old-newsWrap .newsList ul li time {
  display: table-cell;
  background: #f2f2f2;
  padding: 10px 5px;
  width: 5em;
  text-align: center;
  line-height: 1.2;
  margin-right: 12px;
  vertical-align: middle;
  font-family: Arial;
  font-weight: bold;
}
.old-newsWrap .newsList ul li p {
  display: table-cell;
  padding: 5px 12px;
  vertical-align: middle;
}
.old-newsWrap .newsList ul li a p {
  text-decoration: underline;
}
.old-newsWrap .newsList ul li .blankLink,
.old-newsWrap .newsList ul li .fileLink,
.old-newsWrap .newsList ul li .pdfLink {
  background-position: right center;
  padding: 2px 25px 2px 0;
}
/* basicList */

.old-newsWrap ul.basicList li {
  margin-left: 1.5em;
  list-style: disc outside;
}
/* tableDataList */

.old-newsWrap .tableDataList dt {
  margin-top: 15px;
  font-weight: bold;
}
.old-newsWrap .tableDataList dd {
  padding-bottom: 15px;
  border-bottom: dotted 1px #000;
}
/* basicTable */

.old-newsWrap .basicTable {
  margin-bottom: 20px;
  border: solid 3px #000;
}
.old-newsWrap .basicTable th,
.old-newsWrap .basicTable td {
  padding: 10px;
  border-bottom: solid 2px #000;
  font-size: 86%;
}
.old-newsWrap .basicTable th {
  width: 30%;
  background: #f3f3f3;
  border-right: dotted 1px #000;
  font-weight: bold;
}
.old-newsWrap .basicTable td {
  border-right: solid 2px #000;
}
/* basicSection */

.old-newsWrap .basicSection {
  margin: 10px 0 20px 0;
}
.old-newsWrap .basicSection .basicTitle01 {
  margin-bottom: 10px;
}
.old-newsWrap .basicSection .img,
.old-newsWrap .basicSection p {
  margin-bottom: 20px;
}
.old-newsWrap .basicSection ul li span {
  font-weight: bold;
  display: block;
}
/* leadSection */

.old-newsWrap .leadSection {
  margin: 10px 0 20px 0;
}
.old-newsWrap .leadSection p {
  padding: 0 1px;
}
.old-newsWrap .leadSection .button {
  margin-top: 10px;
  text-align: right;
}
/* contentsNav */

.old-newsWrap .contentsNav {
  margin-bottom: 20px;
}
.old-newsWrap .contentsNav ul li {
  margin-bottom: 5px;
}
.old-newsWrap .contentsNav ul li a {
  display: block !important;
}
.old-newsWrap .contentsNav ul li.main p.desc {
  margin: 5px 0 10px 0;
}
.old-newsWrap .contentsNav ul li.main .img {
  margin-bottom: 10px;
}
.old-newsWrap .contentsNav ul li.sub .img {
  width: 30%;
  float: right;
  margin-left: 10px;
}
.old-newsWrap .contentsNav ul li.sub .label {
  float: left;
}
.old-newsWrap .contentsNav ul li.member .label {
  width: 55%;
}
/* tabNav */

.old-newsWrap .tabNav ul {
  margin-bottom: 10px;
  border-bottom: solid 4px #000;
}
.old-newsWrap .tabNav ul li {
  float: left;
  margin-right: 5px;
}
/* 修正141007 */

.old-newsWrap .tabNav ul li a {
  display: block;
  padding: 7px 10px 5px 10px;
  background: url(../img/common/bg_dot.png) -1000px top repeat;
  font-size: 86%;
  font-weight: bold;
  text-decoration: none !important;
}
/*
.old-newsWrap .tabNav ul li.media {
  line-height: 1.2;
}
*/

.old-newsWrap .tabNav ul li {
  line-height: 2;
}
/* //修正141007 */

.old-newsWrap .tabNav ul li a.current,
.old-newsWrap .tabNav ul li a:hover {
  background: #fffc00;
}
.old-newsWrap .tabNav ul li a span {
  display: block;
  padding-left: 18px;
  background: url(../img/common/arw_square_r.png) left center no-repeat;
}
/* entryNav */

.old-newsWrap .entryNav {
  margin: 20px 0;
  padding: 14px;
  border: solid 6px #ccff00;
  background: #fff;
}
.old-newsWrap .entryNav h3 {
  padding: 0 0 5px 0;
  border-bottom: solid 2px #ccff00;
  font-size: 115%;
  font-weight: bold;
}
.old-newsWrap .entryNav p {
  margin: 10px 0;
}
.old-newsWrap .entryNav ul li {
  margin-top: 5px;
}
.old-newsWrap .entryNav ul li a {
  display: block;
}
.old-newsWrap .entryNav ul li a p {
  margin: 0;
}
.old-newsWrap .entryNav ul li a.textButton p span {
  font-size: 100%;
  font-weight: bold;
}
/* pageNav */

.old-newsWrap .pageNav {
  margin-top: 30px;
}
.old-newsWrap .pageNav ul {
  text-align: center;
}
.old-newsWrap .pageNav ul li {
  display: inline-block;
}
.old-newsWrap .pageNav ul li a {
  display: inline-block;
  padding: 8px 8px;
  background: url(../img/common/bg_dot.png) -1000px top repeat;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}
.old-newsWrap .pageNav ul li.prev {
  float: left;
  text-align: left;
}
.old-newsWrap .pageNav ul li.prev a span {
  padding-left: 15px;
  background: url(../img/common/arw_basic_l_blu.png) left center no-repeat;
}
.old-newsWrap .pageNav ul li.next {
  float: right;
  text-align: left;
}
.old-newsWrap .pageNav ul li.next a span {
  padding-right: 15px;
  background: url(../img/common/arw_basic_r_blu.png) right center no-repeat;
}
/* localSubNav */

.old-newsWrap .localSubNav {
  display: none;
}
/* modalPanel */

.old-newsWrap .modalPanel {
  display: none;
  width: 98%;
  margin: 0 auto;
  padding: 7px 0;
  background: url(../img/common/bg_dot.png) -1000px top repeat;
  text-align: left;
}
.old-newsWrap .modalPanel .inner {
  position: relative;
  margin: 0 7px;
  padding: 1px;
  background: #fff;
}
.old-newsWrap .modalPanel .pageNav {
  position: relative;
  margin: 0 10px 10px 10px;
  padding-top: 10px;
  border-top: solid 2px #000;
}
.old-newsWrap .modalPanel .close {
  margin: 10px;
  text-align: center;
}
.old-newsWrap .modalPanel .close a {
  padding: 10px 0 10px 40px;
  background: url(../img/common/icn_close.png) left center no-repeat;
  font-size: 129%;
}
.old-newsWrap .modalPanel .content {
  padding: 10px;
}
.old-newsWrap .modalPanel h4 {
  padding: 5px 10px;
  background: #000;
  color: #fff;
  font-size: 143%;
  font-weight: bold;
  line-height: 1.3;
}
.old-newsWrap .modalPanel .text p {
  margin-top: 20px;
}
.old-newsWrap .modalPanel .figure {
  margin-top: 30px;
}
.old-newsWrap #modal-win {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.old-newsWrap #modal-win-inner {
  position: relative;
  z-index: 101;
  margin: 0 auto 20px auto;
}
.old-newsWrap #modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: pointer;
}
/* ============================================================

  style info : ページごとのスタイルを記述

============================================================ */

/* -----------------------------------
  top
----------------------------------- */

.old-newsWrap #top .banner {
  margin-bottom: 10px;
}
.old-newsWrap #top .banner a {
  position: relative;
  display: block;
  padding: 5px;
  background: url(../img/common/bg_dot.png) left top repeat-y;
  text-align: center;
  text-decoration: none !important;
}
.old-newsWrap #top .banner a p {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 96%;
  margin-top: -0.8em;
  text-align: center;
}
.old-newsWrap #top .banner a span {
  padding-left: 17px;
  background: url(../img/common/arw_square_r.png) left center no-repeat;
  font-size: 115%;
  font-weight: bold;
}
.old-newsWrap #top .banner a img {
  position: relative;
  z-index: 100;
}
.old-newsWrap #top .banner_recruit {
  margin-bottom: 10px;
}
.old-newsWrap #top .banner_recruit a {
  position: relative;
  display: block;
  padding: 5px;
  background: url(../img/common/bg_dot.png) left top repeat-y;
  text-align: center;
  text-decoration: none !important;
}
.old-newsWrap #top .banner_recruit a p {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 96%;
  margin-top: -0.8em;
  text-align: center;
}
.old-newsWrap #top .banner_recruit a span {
  padding-left: 17px;
  background: url(../img/common/arw_square_r.png) left center no-repeat;
  font-size: 115%;
  font-weight: bold;
}
.old-newsWrap #top .banner_recruit a img {
  position: relative;
  z-index: 100;
}
.old-newsWrap #top .banner_recruit .dummy_img {
  width: 100%;
  height: 52px;
  background-color: white;
}
/* -----------------------------------
  company
----------------------------------- */

.old-newsWrap .companyDescription .leadSection,
.old-newsWrap .companyDescription .leadSection .img {
  margin-bottom: 15px;
}
.old-newsWrap .companyVision .vision {
  margin: 20px 0 40px 0;
  text-align: center;
}
.old-newsWrap .companyVision .vision h3 {
  width: 160px;
  margin: 0 auto;
  padding: 15px 0;
  background: #000;
  color: #fff;
  font-size: 115%;
}
.old-newsWrap .companyVision .vision h3 span {
  display: block;
  margin-top: 5px;
  font-size: 80%;
}
.old-newsWrap .companyVision .vision p {
  margin-top: 25px;
  font-size: 115%;
  line-height: 1.5;
}
/* 20130321 */

.old-newsWrap .companyVision .GroupVision {
  margin: 20px 0 40px 0;
  border-top: 1px solid #333;
  font-size: 93%;
}
.old-newsWrap .companyVision .GroupVision p {
  padding-top: 20px;
}
/* 20130321 end*/

.old-newsWrap .companyAccess .mapSection {
  margin-bottom: 20px;
}
.old-newsWrap .companyAccess .mapSection ul li {
  font-size: 86%;
}
.old-newsWrap .companyAccess .mapSection ul li.main {
  margin-bottom: 5px;
  font-size: 100%;
}
/* -----------------------------------
  news
----------------------------------- */

.old-newsWrap .newsTop .infoList .section {
  margin-top: 20px;
}
.old-newsWrap .newsDetail .entry {
  margin-bottom: 30px;
}
.old-newsWrap .newsDetail .entry .pageTitle {
  margin-bottom: 15px;
  font-size: 115%
}
.old-newsWrap .newsDetail .entry .pageTitle .data {
  font-size: 80%
}
.old-newsWrap .newsDetail .entry .body p {
  margin-bottom: 20px;
}
.old-newsWrap .newsDetail .entry .body p.lead {
  font-weight: bold;
}
.old-newsWrap .newsDetail .back {
  margin-top: 20px;
  text-align: center;
}
/* -----------------------------------
  specialities
----------------------------------- */

.old-newsWrap .specialitiesTop .contentsNav ul li {
  margin-bottom: 10px;
}
.old-newsWrap .specialitiesTop .contentsNav ul li a {
  padding: 7px;
  background: url(../img/common/bg_dot.png) -1000px top repeat;
}
.old-newsWrap .specialitiesTop #atl .img {
  margin-top: 20px;
}
.old-newsWrap .specialitiesTop #atl .img img {
  margin-bottom: 1px;
}
.old-newsWrap .specialitiesTop #atl .logo {
  margin: 20px 0 20px 0;
  text-align: center;
}
.old-newsWrap .specialitiesTop #atl .logo img {
  width: auto;
}
.old-newsWrap .specialitiesTop #atl .content h4 {
  text-align: center;
}
.old-newsWrap .specialitiesTop #offshore .text {
  position: relative;
  z-index: 200;
}
.old-newsWrap .specialitiesTop #offshore .text h4 {
  padding: 0 0 30px 0;
  margin: 0;
}
.old-newsWrap .specialitiesTop #offshore .text h5 {
  font-size: 129%;
  font-weight: bold;
  margin-bottom: -15px;
}
.old-newsWrap .specialitiesTop #offshore .img {
  position: relative;
  z-index: 100;
}
.old-newsWrap .specialitiesTop #offshore .img .img02 {
  width: 30.8457711%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 120;
}
.old-newsWrap .specialitiesTop #offshore .img .img03 {
  width: 25.8706468%;
  position: absolute;
  left: 74%;
  top: 45%;
  z-index: 130;
}
.old-newsWrap .specialitiesTop #offshore dl {
  padding: 0 0 30px 0;
}
.old-newsWrap .specialitiesTop #offshore dl dt {
  margin-top: 30px;
  padding: 5px 0 5px 36px;
  font-weight: bold;
  font-size: 129%;
}
.old-newsWrap .specialitiesTop #offshore dl dt.no01 {
  background: url(../img/common/icn_no_blk_01.png) left center no-repeat;
}
.old-newsWrap .specialitiesTop #offshore dl dt.no02 {
  background: url(../img/common/icn_no_blk_02.png) left center no-repeat;
}
.old-newsWrap .specialitiesTop #offshore dl dt.no03 {
  background: url(../img/common/icn_no_blk_03.png) left center no-repeat;
}
.old-newsWrap .specialitiesTop #offshore dl dd {
  margin-left: 36px;
}
/* -----------------------------------
  recruitment
----------------------------------- */

.old-newsWrap .recruitmentRequirement .leadSection ol {
  margin: 20px 0 30px 0;
  border-top: solid 2px #ccc;
  font-size: 129%;
  font-weight: bold;
}
.old-newsWrap .recruitmentRequirement .leadSection ol li {
  padding: 10px 10px 10px 34px;
  border-bottom: solid 2px #ccc;
}
.old-newsWrap .recruitmentRequirement .leadSection ol li.no01 {
  background: url(../img/common/icn_no_blk_01.png) left 10px no-repeat;
}
.old-newsWrap .recruitmentRequirement .leadSection ol li.no02 {
  background: url(../img/common/icn_no_blk_02.png) left 10px no-repeat;
}
.old-newsWrap .recruitmentRequirement .leadSection ol li.no03 {
  background: url(../img/common/icn_no_blk_03.png) left 10px no-repeat;
}
.old-newsWrap .recruitmentRequirement .leadSection ol li.no04 {
  background: url(../img/common/icn_no_blk_04.png) left 10px no-repeat;
}
.old-newsWrap .recruitmentGrade .gradeSection section {
  margin: 15px 0 20px 0;
}
.old-newsWrap .recruitmentTypicality .typicalitySection {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.old-newsWrap .recruitmentTypicality .typicalitySection h4 {
  margin-bottom: 20px;
}
.old-newsWrap .recruitmentTypicality .typicalitySection .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
}
.old-newsWrap .recruitmentTypicality #typicality01 .img {
  left: 80%;
  top: -10px;
}
.old-newsWrap .recruitmentTypicality #typicality03 .img {
  left: 85%;
  top: -20px;
}
.old-newsWrap .recruitmentTypicality #typicality02 .img,
.old-newsWrap .recruitmentTypicality #typicality05 .img {
  left: 0%;
  top: -20px;
}
.old-newsWrap .recruitmentTypicality #typicality07 .img {
  left: 85%;
  top: -40px;
}
.old-newsWrap .recruitmentTypicality #typicality09 .img {
  left: 0%;
  top: -20px;
}
.old-newsWrap .recruitmentTypicality #typicality04 .img,
.old-newsWrap .recruitmentTypicality #typicality06 .img,
.old-newsWrap .recruitmentTypicality #typicality08 .img,
.old-newsWrap .recruitmentTypicality #typicality10 .img {
  display: none;
}
.old-newsWrap .recruitmentTypicality .typicalitySection p {
  text-align: left;
}
.old-newsWrap .recruitmentTypicality .typicalitySection p br {
  display: none;
}
.old-newsWrap .recruitmentTypicality .typicalitySection p br.br {
  display: block;
}
.old-newsWrap .recruitmentInformation .dataSection {
  position: relative;
  margin-bottom: 30px;
}
.old-newsWrap .recruitmentInformation .dataSection dl {
  margin-bottom: 20px;
  font-size: 115%;
  line-height: 1.5;
}
.old-newsWrap .recruitmentInformation .dataSection dl dt {
  width: 4em;
  padding: 0.2em 0.5em;
  background: #ccff00;
}
.old-newsWrap .recruitmentInformation .dataSection dl dd {
  margin: -1.7em 0 0 6em;
}
.old-newsWrap .recruitmentInformation .dataSection .figure {
  text-align: center;
}
.old-newsWrap .recruitmentHr .basicSection .img {
  text-align: center;
  margin-bottom: 10px;
}
.old-newsWrap .recruitmentHr .basicSection .img img {
  width: auto;
}
.old-newsWrap .recruitmentHr .basicSection p.caution {
  padding: 0;
  text-indent: 0;
}
.old-newsWrap .recruitmentHr .basicSection dl.column {
  font-size: 86%;
}
.old-newsWrap .recruitmentHr .basicSection dl.column dt {
  font-weight: bold;
}
.old-newsWrap .recruitmentHr .basicSection dl.markList dt {
  color: #adadad;
  font-size: 150%;
}
.old-newsWrap .recruitmentOffice .photoSection {
  margin-bottom: 30px;
}
.old-newsWrap .recruitmentOffice .photoSection .img {
  margin: 0 10px;
  text-align: center;
}
.old-newsWrap .recruitmentOffice .photoSection .img li {
  margin-top: 10px;
}
.old-newsWrap .recruitmentMessage .basicSection .img {
  text-align: center;
}
.old-newsWrap .recruitmentMessage .basicSection .img img {
  width: auto;
}
.old-newsWrap .recruitmentMember .pageTitle {
  margin-bottom: 15px;
}
.old-newsWrap .recruitmentMember .categorySelect {
  margin-bottom: -15px;
  padding-bottom: 15px;
  border-bottom: solid 2px #000;
}
.old-newsWrap .recruitmentMember .categorySelect .about {
  margin-bottom: 20px;
}
.old-newsWrap .recruitmentMember .categorySelect ul li {
  float: left;
  margin: 5px 5px 0 0;
}
.old-newsWrap .recruitmentMember .categorySelect ul li a {
  display: block;
  background: url(../img/common/bg_dot.png) -1000px top repeat;
  color: #969696;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none !important;
}
.old-newsWrap .recruitmentMember .categorySelect ul li a span {
  display: block;
  padding: 5px 6px 5px 18px;
  background: url(../img/common/icn_check_s.png) -744px center no-repeat;
}
.old-newsWrap .recruitmentMember .categorySelect ul li a.selected {
  background: #ccff00;
  color: #000;
}
.old-newsWrap .recruitmentMember .categorySelect ul li a.selected span {
  background: url(../img/common/icn_check_s.png) 6px center no-repeat;
}
.old-newsWrap .recruitmentMember .categorySelect .basicTitle03 {
  border-left: none;
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 115%;
}
.old-newsWrap .recruitmentMember .memberNav ul {
  position: relative;
  margin: 0 -4% 20px 0;
  zoom: 1;
}
.old-newsWrap .recruitmentMember .memberNav ul li {
  float: left;
  width: 47%;
  margin: 0 2% 10px 0;
  opacity: 0.5;
}
.old-newsWrap .recruitmentMember .memberNav ul li.selected {
  opacity: 1;
}
.old-newsWrap .memberDetail h4.basicTitle03 {
  margin: 30px 0 15px 0;
}
.old-newsWrap .memberDetail .basicSection div.img {
  display: none;
}
.old-newsWrap .memberDetail .basicSection ul.img {
  position: relative;
  margin: 0 -4% 20px 0;
}
.old-newsWrap .memberDetail .basicSection ul.img li {
  float: left;
  width: 29%;
  margin-right: 4%;
}
.old-newsWrap .memberDetail .scheduleSection {
  position: relative;
  padding: 10px 10px 5px 10px;
  background: #f2f2f2;
}
.old-newsWrap .memberDetail .scheduleSection h4 {
  margin-bottom: 5px;
  color: #333;
  font-size: 115%;
  font-weight: bold;
  line-height: 1.3;
}
.old-newsWrap .memberDetail .scheduleSection dl {
  border-top: dotted 1px #999;
  padding-top: 0.5em;
  line-height: 1.5;
}
.old-newsWrap .memberDetail .scheduleSection dl dt {
  width: 7em;
}
.old-newsWrap .memberDetail .scheduleSection dl dd {
  margin: -1.5em 0 0.3em 0;
  padding: 0 0 0.3em 7em;
  border-bottom: dotted 1px #999;
}
.old-newsWrap .memberDetail .scheduleSection .img {
  display: none;
}
.old-newsWrap #member001 .scheduleSection .img {
  left: 555px;
  top: 30px;
}
.old-newsWrap .memberDetail .careerSection h4 {
  display: inline-block;
  padding: 5px 8px;
  background: #000;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
  line-height: 1.3;
}
.old-newsWrap .memberDetail .careerSection ol li {
  margin: 10px 0 5px 0;
  padding: 0 0 20px 53px;
  line-height: 1.5;
}
.old-newsWrap .memberDetail .careerSection ol li.no01 {
  background: url(../img/common/icn_no_grn_01.png) left top no-repeat;
}
.old-newsWrap .memberDetail .careerSection ol li.no02 {
  background: url(../img/common/icn_no_grn_02.png) left top no-repeat;
}
.old-newsWrap .memberDetail .careerSection ol li.no03 {
  background: url(../img/common/icn_no_grn_03.png) left top no-repeat;
}
.old-newsWrap .memberDetail .careerSection ol li.no04 {
  background: url(../img/common/icn_no_grn_04.png) left top no-repeat;
}
.old-newsWrap .memberDetail .careerSection ol li.no05 {
  background: url(../img/common/icn_no_grn_05.png) left top no-repeat;
}
/* gradeSection */


/* typeSection */

.old-newsWrap .typeSection ul {
  margin: 0 0 30px;
}
.old-newsWrap .typeSection ul li {
  padding: 15px 0;
  border-bottom: dotted 1px #666;
}
.old-newsWrap .typeSection ul li a.textButton {
  margin-top: 10px;
  float: right;
}
/* mid */

.old-newsWrap .typeSection ul.mid li {
  margin: 5px 0 0;
  padding: 0;
  border-bottom: none;
}
.old-newsWrap .typeSection ul.mid li a.textButton {
  display: block;
  margin: 0;
  float: none;
}
.old-newsWrap .typeSection ul.mid li a.textButton .label span {
  font-weight: bold;
  font-size: 100%;
}
/* flowSection */

.old-newsWrap .flowSection {
  padding: 15px 0 30px 0;
}
.old-newsWrap .flowSection ul li {
  margin-bottom: 15px;
}
.old-newsWrap .flowSection ul li p.textStage {
  background: #ccff00;
  font-size: 129%;
  margin-bottom: 10px;
  padding: 4px 0;
  text-align: center;
}
.old-newsWrap .flowSection ul li .contBox .note {
  margin-top: 10px;
  font-size: 86%;
}
.old-newsWrap .flowSection ul.note li {
  margin-bottom: 0 !important;
}
/* faqBox */

.old-newsWrap .faqBox a.textButton {
  margin-top: 10px;
  float: right;
}
/* outlineSection */

.old-newsWrap .outlineSection {
  padding: 3px 0 25px;
  text-align: right;
}
.old-newsWrap .outlineSection h5.basicTitle05,
.old-newsWrap .outlineSection p.text {
  margin-bottom: 10px;
  text-align: left;
}
.old-newsWrap .guidelineSection dl dd ul {
  margin: 5px 0 0 0;
}
.old-newsWrap .guidelineSection dl dd ul li {
  margin-bottom: 5px;
}
.old-newsWrap .guidelineSection dl dd .mainText {
  font-size: 115%;
}
.old-newsWrap .guidelineSection dl dd .subText {
  font-size: 86%;
}
/* faqSection */

.old-newsWrap .faqSection dt {
  margin: 0 0 4px;
}
.old-newsWrap .faqSection dt th,
.old-newsWrap .faqSection dd th {
  text-align: center;
  vertical-align: top;
}
.old-newsWrap .faqSection dt th {
  width: 19px;
  padding: 10px 4px;
  border: 3px solid #000;
  background: #000;
}
.old-newsWrap .faqSection dd th {
  width: 19px;
  padding: 10px 4px;
  border: 3px solid #000;
  background: #fff;
}
.old-newsWrap .faqSection td {
  padding: 0 0 0 17px;
}
.old-newsWrap .faqSection dt td {
  font-size: 129%;
}
.old-newsWrap .faqSection dd {
  margin: 0 0 30px;
}
/* siteusageSection */

.old-newsWrap .siteusage h5 {
  font-weight: bold;
  font-size: 129%;
}
.old-newsWrap .siteusage .date {
  text-align: right;
}
/* -----------------------------------
  misc
----------------------------------- */

/* privacypolicySection */

.old-newsWrap .privacypolicy h5 {
  font-weight: bold;
  font-size: 129%;
}
.old-newsWrap .privacypolicy ul {
  margin-bottom: 20px;
}
/*20170329修正*/

.old-newsWrap .privacypolicy #wrapper li {
  margin-bottom: 10px;
}
.old-newsWrap .privacypolicy span {
  padding-right: 15px;
}
/* 20130401 */


.old-newsWrap .privacypolicy .pmark {
  margin-bottom: 30px;
}
.old-newsWrap .privacypolicy .pmark p {
  margin-bottom: 4px;
}
.old-newsWrap .privacypolicy .pmark a {
  display: inline-block;
  padding: 4px;
  border: 4px solid #eee;
  background-color: #fff;
}
.old-newsWrap .privacypolicy .pmark a img {
  width: 40px;
}
/* sitemapSection */

.old-newsWrap .sitemap .siteTopLink {
  font-size: 129%;
  padding-left: 20px;
  background: url(../img/common/arw_square_r.png) left center no-repeat;
}
.old-newsWrap .sitemap .siteLink {
  clear: both;
  padding-bottom: 30px;
}
.old-newsWrap .sitemap .siteLink li {
  margin-bottom: 10px;
}
.old-newsWrap .sitemap .siteLink li a {
  padding-left: 20px;
  background: url(../img/common/arw_square_r.png) left center no-repeat;
}
.old-newsWrap .sitemap .entryNav {
  margin-top: 0;
}
/* -----------------------------------
  error
----------------------------------- */

.old-newsWrap .error .errorSection {
  padding: 40px 10px;
  text-align: center;
}
.old-newsWrap .error .errorSection h2 {
  margin-bottom: 30px;
  font-size: 143%;
  font-weight: bold;
}
.old-newsWrap .error .errorSection p {
  font-weight: bold;
}
.old-newsWrap .error .errorSection ul {
  margin-top: 30px;
}
.old-newsWrap .error .errorSection ul li {
  margin-bottom: 10px;
}
.old-newsWrap .error .errorSection ul li .textButton .label {
  width: 14em;
  text-align: left;
}
/* -----------------------------------
  misc
----------------------------------- */

/* -----------------------------------
  2016.3 更新
----------------------------------- */

.old-newsWrap .mt2016 {}
.old-newsWrap .mt2016_pc {
  display: none;
}
.old-newsWrap .infoList ul li .mt2016_tag {
  font-size: 86%;
  background: url(../img/common/ic_tag-sp.gif) no-repeat 0 10px;
  background-size: 62px;
  padding: 10px 0 0 74px;
  margin: 10px 0 15px 0;
  border-top: 1px solid #e5e5e5;
}
.old-newsWrap .infoList ul li .mt2016_tag a {
  display: inline;
  text-decoration: underline !important;
  color: #666666;
}
.old-newsWrap .infoList ul li .mt2016_tag a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}
.old-newsWrap .mt2016_entry_info {
  overflow: hidden;
  margin-top: 15px;
}
.old-newsWrap .mt2016_entry_info .data {
  text-align: left;
}
.old-newsWrap .mt2016_entry_info .mt2016_tag {
  margin: 10px 0 0 0;
  font-size: 80%;
  background: url(../img/common/ic_tag-sp.gif) no-repeat 0 10px;
  background-size: 62px;
  padding: 10px 0 5px 74px;
  border-top: 1px solid #cccdcd;
}
.old-newsWrap .mt2016_entry_info .mt2016_tag a {
  font-weight: normal;
}
.old-newsWrap .mt2016 .pageTitle {
  padding-bottom: 8px;
}
.old-newsWrap .mt2016_newsnavi {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  border: 5px solid #fffc00;
  padding: 15px 15px 10px 15px;
  margin-bottom: 20px;
}
.old-newsWrap .mt2016_newsnavi h3 {
  margin-bottom: 5px;
  font-weight: bold;
}
.old-newsWrap .mt2016_newsnavi__list__sp {
  margin-bottom: 10px;
  width: 100%;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-indent: 1em;
  background: #EEE url(../img/common/ic_link_abd.png) no-repeat;
  background-size: 8px 6px;
  background-position: right 15px center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  vertical-align: middle;
  border: 1px solid #e2e2e2;
  background-color: #f2f2f2;
  border-radius: 0;
}
.old-newsWrap .mt2016_newsnavi__all {
  overflow: hidden;
  zoom: 1;
}
.old-newsWrap .mt2016_newsnavi__all li {
  font-size: 86%;
  margin-bottom: 5px;
}
.old-newsWrap .mt2016_newsnavi__all li a {
  background: url(../img/common/ic_link_ab.png) no-repeat left center;
  padding: 0 0 0 15px;
  margin: 0 15px 0 0;
}
.old-newsWrap .newsDetail .mt2016_newsnavi {
  margin: 70px 0 0 0;
}
.old-newsWrap .mt2016_pagetitle h3 {
  font-size: 140%;
  border-top: 4px solid #000;
  border-bottom: 2px solid #ccc;
  padding: 17px 0;
  font-weight: bold;
  margin-bottom: 30px;
}
.old-newsWrap .mt2016 .pageNav {
  position: relative;
  margin: 0 0 24px 0;
  padding-top: 10px;
  border-top: solid 2px #000;
}
/*-------------201603 static---------------*/

.old-newsWrap .companyVision .about_us_page .vision h5 {
  width: 160px;
  margin: 0 auto;
  padding: 45px 0;
  background: #000;
  color: #fff;
  font-size: 129%;
  font-weight: bold;
  opacity: 1;
}
.old-newsWrap .companyVision .about_us_page .vision h5 span {
  display: block;
  margin-top: 10px;
  font-size: 80%;
}
.old-newsWrap .companyVision .about_us_page .vision p {
  opacity: 1;
  line-height: 1.5;
}
.old-newsWrap .companyVision .about_us_page .GroupVision {
  margin: 0px 0 80px 0;
  border: 1px solid #d2d2d2;
  font-size: 93%;
  padding: 30px;
}
.old-newsWrap .companyVision .about_us_page .GroupVision p {
  padding-top: 0;
}
.old-newsWrap .about_us_page .basicTitle01 {
  font-size: 100%;
  font-weight: bold;
  padding: 12px 20px;
}
.old-newsWrap .about_us_page article {
  margin-bottom: 50px;
}

.old-newsWrap .memberDetail .careerSection ol li.no06 {
  background: url(../img/common/icn_no_grn_06.png) left top no-repeat;
}
/*20170227追加*/

.old-newsWrap .system_environmen_box div {
  margin-bottom: 20px;
}
.old-newsWrap #header nav ul {
  margin: 10px 0 15px 0;
  border-left: solid 2px #bfbfbf;
}
.old-newsWrap .workstyle_img,
.old-newsWrap .trainig_img,
.old-newsWrap .welfare_img,
.old-newsWrap .network_img {
  margin-bottom: 10px;
}
.old-newsWrap .disp img {
  display: none;
}
/*ここまで*/

/*20170417追加*/

.old-newsWrap .entryNav .line-2 {
  display: none;
}
/*20171018追加*/

.old-newsWrap .vision .img img {
  width: 30%;
  margin: auto;
}
.old-newsWrap .vision .icon {
  width: 5%;
  margin-right: 1%;
  vertical-align: middle
}
.old-newsWrap .companyVision .vision li {
  overflow: auto;
  margin-top: 25px;
  line-height: 1.5;
  font-size: 115%;
  font-weight: bold;
}
.old-newsWrap .left_image {
  display: none;
}
.old-newsWrap .vision .icon_image {
  margin-right: 1%;
  vertical-align: middle;
  width: 5%;
}
.old-newsWrap .message {}
.old-newsWrap .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.old-newsWrap .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.old-newsWrap .js-overflow-inner {
  display: table;
  min-width: 100%;
}
.old-newsWrap .js-overflow-inner {
  background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff 20px) 0 0/30px 100%, -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 20px) right/30px 100%;
  background: linear-gradient(to left, hsla(0, 0%, 100%, 0), #fff 20px) 0 0/30px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), #fff 20px) right/30px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
}
.old-newsWrap .modTable {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.6;
}
.old-newsWrap .modTable .modList {
  font-size: 1rem;
  padding-left: 0;
}
.old-newsWrap .modTable:last-child {
  margin-bottom: 0;
}
.old-newsWrap .modTable th,
.old-newsWrap .modTable td,
.old-newsWrap .modTable table {
  border-collapse: collapse;
  border: 1px solid #d7dfea;
}
.old-newsWrap .modTable table {
  width: 100%;
}
.old-newsWrap .modTable .nowrap {
  white-space: nowrap;
}
.old-newsWrap .modTable th,
.old-newsWrap .modTable td {
  padding: 20px 15px;
}
.old-newsWrap .modTable th {
  background: rgba(193, 211, 230, 0.2);
}
.old-newsWrap .modTable.modTableScroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.old-newsWrap .modTable.modTableScroll table {
  min-width: 100%;
  width: auto;
}
.old-newsWrap .modTable.modTableScroll th {
  min-width: 8em;
}
/*ここまで*/