﻿.topic-path li {
  padding: 5px 0;
}

p {
  line-height: 1.6;
}

img {
  max-width: 100%;
}

/*ページタイトル背景*/
.company .hdg-box__inner.--solution {
  background-image: url(/cms/inos/common/images/company/bg.jpg);
}

/*ページタイトル背景　ここまで*/

/*見出し*/
.heading-02 {
  margin: 70px 0 40px;
  text-align: center;
}

[class^="hdg-2"],
[class^="hdg-3"],
[class^="hdg-5"] {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hdg-3_2 {
  color: #000;
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 5px solid #1CB3C8;
}

.hdg-7 {
  font-size: 26px;
}

/*見出し　ここまで*/

/*下線見出し付リスト*/

.dl-pattern {
  width: 1000px;
  margin: 50px auto;
}

.dl-pattern dl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dl-pattern dl:first-child {
  border-top: 1px solid #dfdfdf;
  padding-top: 35px;
}

.dl-pattern dl dt,
.dl-pattern dl dd {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dfdfdf;
}

.dl-pattern dl dt {
  width: 25%;
  text-align: center;
  line-height: 2;
  padding-bottom: 25px;
  position: relative;
}

.dl-pattern dl dt span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 8px;
  color: #555;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #1CB3C8;
  line-height: 1.4;
}

.dl-pattern dl dd {
  width: 75%;
  font-size: 16px;
  line-height: 2;
  position: relative;
}

/*下線見出し付リスト　ここまで*/

/*2カラム*/
.col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col2 li {
  width: calc(100% / 2 - 20px);
  box-sizing: border-box;
}

.service_layout {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 105px;
}

.service_layout .col2 li.list01 {
  background: url(/cms/inos/common/images/service/ph_01.jpg) no-repeat;
}

.service_layout .col2 li.list02 {
  background: url(/cms/inos/common/images/service/ph_02.jpg) no-repeat;
}

.col2 li [class^="hdg-"] {
  margin-top: 30px;
}

.service_layout .col2 li [class^="hdg-"] {
  margin: 0;
  padding: 220px 0 0 20px;
  text-align: left;
}

.col2 li p {
  margin-top: 20px;
  line-height: 2;
}

.service_layout .col2 li p {
  padding: 0 5%;
}

.service_layout .col2 li [class^="btn-"] {
  margin-top: 25px;
  padding: 0 15%;
}

[class^="btn-"] a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.btn-2 a {
  color: #000;
  border: 1px solid #000;
}

.btn-2 a:hover {
  background: #000;
  color: #fff;
}

/*2カラム　ここまで*/

/*数字付リスト*/
.number-list {
  width: 1000px;
  margin: 50px auto;
}

.number-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
}

.number-list ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
}

.number-list ul li:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

.number-list ul li span {
  display: inline-block;
  margin-right: 10px;
  margin-left: -35px;
  padding: 1px 7px;
  background: #1CB3C8;
  color: #fff;
  font-size: 20px;
}

.number-list ul li p {
  line-height: 1.5;
}

/*数字付リスト　ここまで*/


/*ドット付リスト*/
.dl-pattern {
  width: 1000px;
  margin: 50px auto;
}

.dl-pattern dl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dl-pattern dl:first-child {
  border-top: 1px solid #dfdfdf;
  padding-top: 35px;
}

.dl-pattern dl dt,
.dl-pattern dl dd {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dfdfdf;
}

.dl-pattern dl dt:before {
  content: "●";
  color: #1CB3C8;
  font-size: 11px;
  position: absolute;
  left: 35px;
  top: 7px;
}

.dl-pattern dl dt {
  width: 25%;
  text-align: center;
  line-height: 2;
  padding-bottom: 25px;
  position: relative;
}

.dl-pattern dl dd {
  width: 75%;
  font-size: 16px;
  line-height: 2;
  position: relative;
}

.dl-pattern img {
  vertical-align: middle;
  width: 150px;
}

/*ドット付リスト　ここまで*/

/*弊社へのお問い合わせについて*/
.ft-contact {
  margin-top: 50px;
  padding: 45px 0;
  background: #eafcff;
}

.ft-contact .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.4em;
}

.ft-contact .inner .tit {
  padding: 10px 0 15px;
  letter-spacing: 0;
  font-size: 23px;
  font-weight: bold;
}

.ft-contact .inner .info,
.ft-contact .inner .tell {
  display: inline-block;
  width: 50%;
  letter-spacing: 0;
  vertical-align: top;
}

.ft-contact .inner .info p {
  font-size: 20px;
  line-height: 1.15;
}

.ft-contact .inner .info .ft-btn {
  margin-top: 20px;
}

.ft-contact .inner .info .ft-btn a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  background: #fff;
  color: #000;
  font-size: 22px;
}

.ft-contact .inner .tell {
  padding: 35px 0 35px 45px;
  text-align: left;
  background: url(/cms/kelcrestia/images/common/contact_bg.png) no-repeat top center;
}

.ft-contact .inner .tell p {
  display: inline-block;
  padding: 5px 0;
  font-size: 18px;
  border-top: 1px solid #b8b9ba;
  border-bottom: 1px solid #b8b9ba;
}

.ft-contact .inner .tell p+p {
  font-size: 42px;
  font-weight: bold;
  border: none;
}

.ft-contact .inner .info {
  padding: 35px 58px 37px;
  background: #1CB3C8;
  color: #fff;
}

/*弊社へのお問い合わせについて　ここまで*/

/*リストのみ*/
.accounts-list {
  width: 1000px;
  margin: 50px auto;
}

.accounts-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
}

.accounts-list ul li:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

.accounts-list ul li a {
  padding: 15px 60px;
  text-decoration: none;
  display: block;
  color: #000;
  transition: all, 0.3s;
  padding-left: 20px;
}

/*リストのみ　ここまで*/

/*日付リスト*/
.date_list {
  width: 1000px;
  margin: 0 auto;
}

.date_list ul li {
  border-bottom: 1px dotted #cccccc;
  padding: 20px 5px;
  line-height: 1.6;
  text-align: center;
}

.date_list ul li a {
  text-decoration: none;
  color: #838383;
}

/*日付リスト　ここまで*/

/*メッセージ*/
.new_graduate_ph .photo-full {
  max-width: 1000px;
  margin: 0 auto;
}

.photo-full img {
  width: 100%;
  max-width: 100%;
}

.new_graduate_ph+.lead-full {
  width: 1000px;
  margin: 50px auto;
}

.txt_right {
  text-align: right !important;
}

/*メッセージ　ここまで*/

/*社員紹介*/
.block-1,
.block-2 {
  width: 1000px;
  margin: 75px auto 100px;
}

.block-1,
.block-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
}


.pattern-1 .block-1 {
  width: 1000px;
  margin: 50px auto 0;
  text-align: left;
}


.pattern-1 {
  padding: 75px 0;
  text-align: center;
  background: #eafcff;
}

.pattern-1 .block-1 {
  width: 1000px;
  margin: 50px auto 0;
  text-align: left;
}

.block-1 [class^="block-1_"],
.block-2 [class^="block-1_"] {
  width: 50%;
}

.block-1 .block-1_lead,
.block-2 .block-1_lead {
  padding-top: 20px;
}

.block-1 .block-1_lead .lead-full {
  width: auto;
  padding: 40px 30px 0 0;
}

.pattern-1 .block-1 img {
  height: 100%;
}


/*社員紹介　ここまで*/

/*FAQ*/
.qa_list {
  width: 1000px;
  margin: 0 auto;
}

.qa_list dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.qa_list dl dt,
.qa_list dl dd {
  margin-bottom: 20px;
}

.qa_list dl dd {
  width: 90%;
  font-size: 16px;
  line-height: 1.8;
}

.qa_list dl dt {
  width: 10%;
  font-size: 50px;
  color: #00b2cb;
  font-weight: 100;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.qa_list dl dt:nth-child(4n+1) {
  color: #b7d332;
}

/*FAQ　ここまで*/

/*新卒採用へ*/
.bk_pattern-3 {
  background-image: url(/cms/inos/common/images/recruit/recruit_img04.jpg);
  margin-top: 20px;
}

[class*="bk_pattern-"] {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}

[class*="layout-gallery_"]>* {
  float: left;
}

.layout-gallery_large>* {
  width: 50%;
}

.bk_pattern-3 a {
  display: block;
  width: 400px;
  background: #fff;
  font-size: 22px;
  color: #000;
  text-align: center;
  text-decoration: none;
  margin: 0 20px;
  padding: 23px 0;
}

.bk_pattern-3 div:nth-child(odd) a {
  float: right;
}

.bk_pattern-3 div:nth-child(even) a {
  float: left;
}

/*新卒採用へ　ここまで*/

/*テキスト*/
.lead-full {
  width: 1000px;
  margin: 0 auto;
  line-height: 2;
  font-size: 16px;
}

.lead_main.lead-full {
  width: 1000px;
  margin: 30px auto 100px;
  font-size: 18px;
}

.heading-02+.lead-full {
  width: 1000px;
  margin: 0 auto;
}

/*テキスト　ここまで*/

/*padding*/
.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt07 {
  padding-top: 7px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt70 {
  padding-top: 70px !important;
}


.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}


.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb07 {
  padding-bottom: 7px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}


.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/*padding　ここまで*/

/*margin*/
.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb78 {
  margin-bottom: 78px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml30 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

/*margin　ここまで*/


/*デバイス非表示*/
.sp {
  display: none !important;
}

@media screen and (max-width: 700px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

/*デバイス非表示　ここまで*/


/*J-ACCESS見出し*/
.page_title03 {
  color: #1CB3C8;
  font-size: 23px;
  margin: 50px 0 30px 0;
}

.system_title {
  padding: 70px 0 0 0;
  margin: 0 0 15px 0;
}

.page_title04 {
  font-size: 18px;
  margin: 50px 0 20px 0;
  border-left: 4px solid #1CB3C8;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 700px) {
  .page_title03 {
    color: #1CB3C8;
    font-size: 15px;
    margin: 25px 0 8px 0;
  }

  .system_title {
    padding: 40px 0 0 0;
    margin: 0 0 10px 0;
  }

  .page_title04 {
    font-size: 14px;
    margin: 30px 0 10px 0;
    border-left: 3px solid #1CB3C8;
    padding: 0 0 0 7px;
  }
}

/*J-ACCESS見出し　ここまで*/

/*J-ACCESS横並び*/
.clearfix {
  display: block;
}

p.img_r2 {
  float: right;
  margin: 0 0 0 40px;
}

.img_c {
  text-align: center;
  margin: 30px 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

@media screen and (max-width: 700px) {
  p.img_r2 {
    float: none;
    margin: 0 0 10px 0;
  }
}

/*J-ACCESS横並び　ここまで*/

/*J-ACCESS事例一覧*/
p.precedent_img {
  float: left;
  max-width: 32%;
}

p.precedent_img img {
  max-width: 100%;
}

.precedent h4 {
  margin: 5px 0 10px 0;
}

p.more_btn02 {
  max-width: 165px;
  text-align: center;
  margin: 20px 0 0 0;
}

p.more_btn02 a {
  background-color: #48afbb;
  display: block;
  line-height: 34px;
  padding-bottom: 2px;
}

p.more_btn02 a img {
  vertical-align: middle;
  width: 50px;
}

@media screen and (max-width: 700px) {

  .precedent,
  .precedent h4 {
    font-size: 12px;
  }

  p.precedent_img {
    float: left;
    width: 40%;
  }

  .precedent h4 {
    margin: 5px 0 10px 0;
  }

  p.more_btn02 {
    max-width: 50%;
    text-align: center;
    margin: 10px 0 0 0;
  }

  p.more_btn02 a {
    background-color: #48afbb;
    display: block;
    line-height: 26px;
    padding-bottom: 2px;
  }

  p.more_btn02 a img {
    vertical-align: middle;
    width: 30px;
  }
}

/*J-ACCESS事例一覧　ここまで*/

/*J-ACCESS事例詳細*/
#item {
  float: left;
  width: 74.194%;
}

.page_title05 {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 15px;
}

#item .page_title05 {
  margin: 20px 0 5px 0;
  font-size: 15px;
  font-weight: normal;
}

.page_title05 span {
  background-color: #1CB3C8;
  padding: 5px 10px;
}

#menu {
  float: right;
  width: 250px;
}

#menu h3 {
  line-height: 1.5;
}

#menu h3 a {
  display: block;
  background-color: #1CB3C8;
  color: #FFF;
  font-weight: normal;
  padding: 8px 15px;
  text-decoration: none;
}

#menu h3 a:hover {
  text-decoration: underline;
}

#menu ul li {
  background: url(/cms/kelcrestia/images/common/li.png) no-repeat 0 16px;
  padding: 0 0 0 19px;
  font-size: 13px;
  border-bottom: 1px dotted #1CB3C8;
}

#menu ul li a {
  color: #393939;
  padding: 15px 0;
  display: block;
  text-decoration: none;
}

#menu ul li a :hover {
  text-decoration: underline;
}

@media screen and (max-width:700px) {
  #item {
    float: none;
    width: auto;
  }

  #item .page_title05 {
    margin: 20px 0 5px 0;
    font-size: 14px;
    font-weight: normal;
  }

  .page_title05 span {
    background-color: #1CB3C8;
    padding: 2px 5px;
  }

  #menu {
    float: none;
    width: auto;
  }

  #menu h3 {
    background-color: #1CB3C8;
    color: #FFF;
    font-weight: normal;
    padding: 3px 15px;
    font-size: 14px;
    margin: 50px 0 0 0;
  }

  #menu ul li {
    background: url(/cms/kelcrestia/images/common/li.png) no-repeat 0 15px;
    background-size: 8px;
    padding: 0 0 0 13px;
    font-size: 11px;
    border-bottom: 1px dotted #1CB3C8;
  }
}

/*J-ACCESS事例詳細　ここまで*/

/*J-ACCESSネットワークサービス表*/
table {
  border-collapse: collapse;
}

.table_basic th {
  background-color: #38d9ef9c;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  padding: 10px 20px;
  line-height: 2;
}

.table_basic td {
  background-color: #f5f4f4;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  padding: 10px 20px;
  line-height: 2;
}

@media screen and (max-width:700px) {
  .table_basic th {
    background-color: #38d9ef9c;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 5px 10px;
    font-size: 10px;
    width: 20%;
  }

  .table_basic td {
    background-color: #f5f4f4;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 5px 10px;
    font-size: 10px;
    width: auto;
  }
}

/*J-ACCESSネットワークサービス表　ここまで*/

/*J-ACCESSシステムインテグレーション*/
.clearfix {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

ul.page_navi {
  margin: 70px auto 0 auto;
}

ul.page_navi li {
  width: 32%;
  margin: 0 1% 0 0;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  display: table;
  min-height: 95px;
  float: left;
  font-weight: bold;
}

ul.page_navi li a {
  color: #323232;
  border: 1px solid #b2b3b3;
  border-bottom: 4px solid #1CB3C8;
  background: url(/cms/kelcrestia/images/common/navi_icon.png) no-repeat center right 28px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px 0 0;
  text-decoration: none;
}

.system_bg01 {
  background-color: #f8f8f8;
  padding: 30px;
}

.system_bg01 div {
  border-bottom: 1px dotted #000;
  padding: 0 140px 10px 0;
  margin-bottom: 50px;
  position: relative;
}

.system_bg03 div {
  border-bottom: none;
  padding: 0;
  margin-bottom: 30px;
  position: static;
}

.system_bg01 h4 {
  border-left: 4px solid #1CB3C8;
  padding: 0 0 0 13px;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 18px;
}

.system_bg01 div:nth-last-child(1) {
  margin: 0;
  border-bottom: none;
}

@media screen and (max-width:700px) {
  ul.page_navi {
    max-width: inherit;
    margin: 40px 0 0 0;
  }

  ul.page_navi li {
    width: 32.5%;
    margin: 0 1% 10px 0;
    text-align: center;
    line-height: 1.5;
    font-size: 11px;
    display: table;
    min-height: 40px;
    float: left;
    font-weight: bold;
  }

  ul.page_navi li a {
    color: #323232;
    border: 1px solid #b2b3b3;
    border-bottom: 2px solid #1CB3C8;
    background: url(/cms/kelcrestia/images/common/navi_icon.png) no-repeat center right 7px;
    background-size: 12px auto;
    display: table-cell;
    vertical-align: middle;
    padding: 0 23px 0 5px;
    line-height: 1;
  }

  .system_bg01 {
    background-color: #f8f8f8;
    padding: 10px;
  }

  .system_bg01 div {
    border-bottom: 1px dotted #000;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    position: static;
  }

  .system_bg01 h4 {
    border-left: 4px solid #1CB3C8;
    padding: 0 0 0 13px;
    line-height: 1.5;
    margin: 10px 0;
    font-size: 14px;
  }
}

/*J-ACCESSシステムインテグレーション　ここまで*/

.caution {
  font-size: 12px;
}

/*J-ACCESSオリジナルプロダクト*/
.system_title01 {
  text-align: center;
  padding: 100px 0 0 0;
  margin: 0 0 50px 0;
}

.system_title02 {
  text-align: center;
  margin: 50px 0 50px 0;
  font-size: 37px;
  font-weight: normal;
  line-height: 1.5;
}

.system_bg01 div {
  border-bottom: 1px dotted #000;
  padding: 0 140px 10px 0;
  margin-bottom: 50px;
  position: relative;
}

.system_bg01 h4 {
  border-left: 4px solid #1CB3C8;
  padding: 0 0 0 13px;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 18px;
}

.img_r {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.system_bg02 {
  background: url(/cms/kelcrestia/images/solution/product/product08.png) no-repeat 0 0;
  height: 391px;
  position: relative;
}

.system_bg02 p {
  font-size: 12px;
  line-height: 1.7;
  position: absolute;
}

.system_bg02 p:nth-child(1) {
  max-width: 160px;
  left: 1017px;
  top: 70px;
}

.system_bg02 p:nth-child(2) {
  max-width: 500px;
  left: 290px;
  bottom: 40px;
}

.function .function_head {
  margin-top: 30px;
}

.function dl {
  float: left;
  border-left: 1px solid #a9a9a9;
  padding: 0 0 0 2%;
  min-height: 520px;
  width: 31%;
  line-height: 2.2;
}

.function dl dd {
  background: url(/cms/kelcrestia/images/solution/product/product10.png) no-repeat 0 9px;
  padding: 0 0 0 17px;
  margin-left: 8px;
}

.precedent,
.precedent h4 {
  font-size: 15px;
}

.precedent03 {
  float: left;
  width: 48%;
  padding: 20px 0 0 0;
  margin: 0 20px 20px 0;
  border-top: 1px dotted #000;
}

p.precedent_img {
  float: left;
  max-width: 32%;
}

.precedent_item {
  float: right;
  max-width: 64%;
}

p.more_btn01 {
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
}

p.more_btn01 a {
  background-color: #1CB3C8;
  display: block;
  line-height: 26px;
  padding-bottom: 2px;
}

p.more_btn01 a img {
  vertical-align: middle;
  width: 50px;
}

.precedent04 {
  float: left;
  border-left: 1px dotted #000;
  width: 48%;
  padding: 0 0 0 25px;
  margin-top: 20px;
}

.precedent01 {
  float: left;
  width: 47.90%;
  border-right: 1px dotted #000;
  padding: 0 25px 20px 0;
  margin: 0 20px 0 0;
}

.function2 dl {
  float: left;
  border-left: 1px solid #a9a9a9;
  padding: 0 0 0 2%;
  min-height: 260px;
  width: 47%;
  line-height: 2.2;
}

.function2 dl dd {
  background: url(/cms/kelcrestia/images/solution/product/product10.png) no-repeat 0 9px;
  padding: 0 0 0 17px;
  margin-left: 8px;
}

@media screen and (max-width:700px) {
  ul.page_navi {
    max-width: inherit;
    margin: 40px 0 0 0;
  }

  ul.page_navi li {
    width: 32.5%;
    margin: 0 1% 10px 0;
    text-align: center;
    line-height: 1.5;
    font-size: 11px;
    display: table;
    min-height: 40px;
    float: left;
    font-weight: bold;
  }

  .system_title01 {
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0 0 20px 0;
  }

  .system_title01 img {
    width: 30%;
  }

  .system_title02 {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
  }

  .page_title03 {
    color: #1CB3C8;
    font-size: 15px;
    margin: 25px 0 8px 0;
  }

  .system_bg01 {
    background-color: #f8f8f8;
    padding: 10px;
  }

  .system_bg01 div {
    border-bottom: 1px dotted #000;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    position: static;
  }

  .system_bg01 div:nth-last-child(1) {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }

  .system_bg01 h4 {
    border-left: 4px solid #14969e;
    padding: 0 0 0 13px;
    line-height: 1.5;
    margin: 10px 0;
    font-size: 14px;
  }

  .system_bg01 p.img_r {
    float: right;
    margin: 0 0 10px 3%;
    width: 70px;
    position: static;
  }

  .function dl {
    float: none;
    border-left: none;
    padding: 0;
    min-height: inherit;
    width: auto;
    line-height: 2;
  }

  .function dl:nth-child(1) dt {
    margin: 0;
  }

  .function dl dd {
    background: url(/cms/kelcrestia/images/solution/product/product10.png) no-repeat 0 7px;
    background-size: 10px auto;
    padding: 0 0 0 13px;
  }

  .precedent03 {
    float: none;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
    border-top: none;
  }

  p.precedent_img {
    float: left;
    width: 40%;
  }

  .precedent_item {
    float: right;
    max-width: 50%;
  }

  .precedent04 {
    float: none;
    border-left: none;
    width: auto;
    padding: 0;
    margin-top: 0;
  }
}

/*J-ACCESSオリジナルプロダクト　ここまで*/

/*J-ACCESSアライアンスプロダクト*/
.al-banner {
  margin-top: 15px;
}

/*J-ACCESSアライアンスプロダクト　ここまで*/

/*ページネーション*/
.navipage_ {
  text-align: center;
}

.navipage_ a,
.navipage_ span {
  text-decoration: none;
  padding: 4px 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}

.navipage_ span.navipage_now_ {
  background: #1CB3C8;
  color: #FFF;
  font-size: 16px;
}

/*ページネーション　ここまで*/

/*お知らせ詳細*/
span.detail_date {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}

.news-detail .hdg-7 {
  margin-bottom: 25px;
}

p.back-to {
  margin-top: 60px;
  text-align: center;
}

p.back-to a {
  text-decoration: none;
  color: black;
}

.back-to a span:before {
  content: "«";
  position: relative;
  left: -5px;
  top: -1px;
}

/*お知らせ詳細　ここまで*/

/*J-ACCESS先輩社員*/
.voice-wrap {
  padding: 35px 80px 20px;
  border: 1px solid #707070;
  border-bottom: 3px solid #1CB3C8;
  margin-top: 30px;
}

.voice-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice-wrap ul li {
  width: 47%;
  margin-bottom: 20px;
}

.voice-wrap ul li a {
  color: #3e3a39;
  text-decoration: underline !important;
}

.voice-wrap ul li span {
  margin-right: 20px;
  position: relative;
  top: 1px;
  font-size: 18px;
  position: relative;
}

.voice-wrap ul li span:before {
  content: "Q";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  left: -45px;
  font-weight: bold;
  color: #1CB3C8;
}

.voice-wrap ul li span.num01:before {
  content: "Q1.";
}

.voice-wrap ul li span.num02:before {
  content: "Q2.";
}

.voice-wrap ul li span.num03:before {
  content: "Q3.";
}

.voice-wrap ul li span.num04:before {
  content: "Q4.";
}

.voice-wrap ul li span.num05:before {
  content: "Q5.";
}

.voice-wrap ul li span.num06:before {
  content: "Q6.";
}

.qa-box {
  width: 800px;
  margin: 0 auto;
}

.qa-box {
  padding-top: 150px;
}

.qa-box .qa-title {
  position: relative;
}

.qa-box .qa-title img {
  position: absolute;
  left: -200px;
  top: -50px;
}

.qa-box h3 {
  font-size: 20px;
  padding: 20px 40px 20px 80px;
  border: 3px solid #1CB3C8;
  border-radius: 10px;
  position: relative;
}

.qa-box h3 span {
  position: relative;
}

.qa-box h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid rgba(255, 255, 255, 0.95);
  z-index: 2;
}

.qa-box h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #1CB3C8;
  z-index: 1;
}

.qa-box h3 span:before {
  content: "Q";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  left: -45px;
  font-weight: bold;
  color: #1CB3C8;
}

.qa-box h3 span.one:before {
  content: "Q1.";
}

.qa-box h3 span.two:before {
  content: "Q2.";
}

.qa-box h3 span.three:before {
  content: "Q3.";
}

.qa-box h3 span.four:before {
  content: "Q4.";
}

.qa-box h3 span.five:before {
  content: "Q5.";
}

.qa-box h3 span.six:before {
  content: "Q6.";
}

.qa-box .qa-answer {
  position: relative;
  margin-top: 70px;
  padding: 40px 50px 40px;
  border: 3px solid #707070;
  border-radius: 10px;
  position: relative;
}

.qa-box .qa-answer:before {
  content: "";
  position: absolute;
  top: 10%;
  right: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid rgba(255, 255, 255, 0.95);
  z-index: 2;
}

.qa-box .qa-answer img {
  position: absolute;
  right: -180px;
}

.qa-box .qa-answer ul li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.qa-box .qa-answer ul li:before {
  content: "A.";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  left: 0;
  font-weight: bold;
  color: #1CB3C8;
}

.qa-box .qa-answer:after {
  content: "";
  position: absolute;
  top: 10%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #707070;
  z-index: 1;
}

.qa-box h3 span.sm-txt {
  font-size: 14px;
}

.qa-box h3 span.sm-txt:before {
  font-size: 14px;
  content: none;
}

.img02.senior_img {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width:700px) {
  .voice-wrap ul {
    display: block;
  }

  .voice-wrap ul li {
    width: 100%;
  }

  .voice-wrap ul li span {
    font-size: 14px;
  }

  .voice-wrap {
    padding: 15px 30px 5px 60px;
  }

  .qa-box {
    width: 100%;
  }

  .qa-box .qa-title img {
    left: 0;
    top: 0;
    width: 60px;
    height: auto;
  }

  .qa-box h3 {
    font-size: 14px;
    padding: 15px 20px 15px 50px;
    width: 50%;
    margin-left: auto;
  }

  .qa-box h3:before {
    border-right: 12px solid rgb(255, 255, 255);
  }

  .qa-box h3 span:before {
    left: -30px;
  }

  .qa-box .qa-answer {
    padding: 15px;
    width: 70%;
    margin-top: 30px;
  }

  .qa-box .qa-answer:before {
    border-left: 12px solid rgb(255, 255, 255);
  }

  .qa-box .qa-answer img {
    right: -30%;
    top: 0;
    width: 60px;
    height: auto;
  }

  .img02.senior_img {
    text-align: center;
    margin-bottom: 20px;
  }
}

/*J-ACCESS先輩社員　ここまで*/

/*パートナーシップ*/
.soudan {
  margin: 40px auto;
  background-color: #e0eff0;
  padding: 7px 10px 30px 10px;
  letter-spacing: normal;
  border-radius: 3px;
  vertical-align: top;
  line-height: 2;
}

.soudan a {
  text-decoration: none;
}

.soudan h3 {
  background-color: #1CB3C8;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  padding: 8px 0;
}

.soudan h4 {
  font-size: 16px;
  margin: 15px 30px 5px 30px;
}

.soudan dl,
.soudan dl dt,
.soudan dl dd {
  float: left;
}

.soudan dl {
  width: 430px;
  margin: 0 0 0 30px;
}

.soudan dl dt {
  font-weight: bold;
  font-size: 14px;
}

.document_p {
  margin-bottom: 1em;
}

@media screen and (max-width:700px) {
  .soudan {
    margin: 0 auto;
    background-color: #e0eff0;
    padding: 7px 10px 30px 10px;
    max-width: 930px;
    letter-spacing: normal;
    border-radius: 3px;
    vertical-align: top;
  }

  .soudan h3 {
    background-color: #21a9b1;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    padding: 5px 8px;
  }

  .soudan h4 {
    font-size: 13px;
    margin: 10px 0;
  }

  .soudan dl {
    width: auto;
    margin: 0 0 0 0;
  }

  .soudan dl,
  .soudan dl dt,
  .soudan dl dd {
    float: none;
  }
}

/*パートナーシップ　ここまで*/

/*フリーエンジニア事業について*/
.layout-2 {
  margin: 50px auto 100px;
}

.col3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col3 li {
  -ms-flex-preferred-size: calc(100% / 3 - 19px);
  flex-basis: calc(100% / 3 - 19px);
  max-width: 33.333%;
}

.col3 li .ph {
  margin-top: 10px;
}

.col3 li p {
  margin-top: 20px;
  line-height: 2;
}

.col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout-4 .col2 li {
  width: 50%;
  padding: 40px;
}

.layout-4 .col2 li.bgStyle01 {
  background: #f9f1ea;
}

.layout-4 .col2 li.bgStyle02 {
  background: #fff9f4;
}

.col2 li p {
  margin-top: 20px;
  line-height: 2;
}

.flow_list {
  width: 1000px;
  margin: 0 auto;
  border-left: 1px solid #1CB3C8;
  border-right: 1px solid #1CB3C8;
  margin-top: 50px;
}

.flow_list li {
  position: relative;
  padding: 20px 30px;
  list-style: none;
  border-left: 1px solid #1CB3C8;
  margin-left: 425px;
  line-height: 1.8;
}

.flow_list li:before {
  content: "";
  position: absolute;
  top: 1.7em;
  left: -8px;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background: #1CB3C8;
}

.flow_list li .title {
  position: absolute;
  top: 2px;
  left: -400px;
  font-size: 20px;
  font-weight: bold;
}

.flow_list li .title span {
  color: #1CB3C8;
  ;
  border-bottom: 2px solid #1CB3C8;
  margin-right: 10px;
  font-size: 30px;
}

.flow_list li em {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
}

.flow_list li em span {
  color: #FFFFFF;
  background: #1CB3C8;
  padding: 3px 8px;
  margin-right: 8px;
}

.block-2 .block-1_lead {
  -ms-flex-order: 2;
  order: 2;
}

.block-2 .block-1_ph {
  -ms-flex-order: 1;
  order: 1;
}

.block-1 .block-1_lead .lead-full,
.block-2 .block-1_lead .lead-full {
  padding: 40px 30px 0 0;
}

.block-2 .block-1_lead .lead-full {
  padding: 40px 0 0 30px;
  width: auto;
}

.list-01 {
  width: 1000px;
  margin: 0 auto;
}

.list-01 li {
  border-bottom: 1px dotted #cccccc;
  padding: 20px 5px;
  list-style: none;
}

.number-list ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
  color: #000;
}

/*フリーエンジニア事業について　ここまで*/

/*お問い合わせ*/
#CONTACT {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 60px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.number-list2 {
  margin: 30px auto 0;
}

.number-list2 ol {
  font-size: 14px;
  border-top: 1px solid #cccccc;
}

.number-list2 ol li {
  list-style: inside;
  margin: 0;
  padding: 15px 0;
  text-indent: -1em;
  padding-left: 1em;
  border-bottom: 1px solid #cccccc;
  line-height: 1.7;
}

.number-list2+.lead-full p:first-child+p {
  background: #F0F0F0;
  padding: 20px 0 20px 215px;
  font-size: 14px;
}

.btn-3 {
    margin: 20px auto 70px;
    max-width: 220px;
}

.btn-3 a {
    color: #000;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: normal;
}

.number-list2 + .lead-full {
    width: 100%;
    margin: 30px auto 60px;
    line-height: 1.6;
}

#CONTACT .lead-full{
  max-width: 100%;
}

.number-list2 + .lead-full p:first-child {
    margin-bottom: 15px;
}
/*お問い合わせ　ここまで*/

/*個人情報保護方針*/
.bg-none .hdg-box__inner.--solution{
  background-image: none;
}
/*個人情報保護方針　ここまで*/

/*タイトル　背景*/
.onsite .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/solution/onsite/bg_onsite.png);
}

.network .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/solution/network_integration/bg_network.png);
}

.system .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/solution/system/bg_system.png);
}

.maintenance .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/solution/maintenance/bg_maintenance.png);
}

.product .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/solution/product/bg_product.png);
}

.alliance .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/solution/alliance/bg_alliance.png);
}

.principle .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/company/bg_principle.png);
}

.company_b .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/company/bg_company.png);
}

.accounts .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/company/bg_accounts.png);
}

.access .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/company/bg_access.png);
}

.recruit .hdg-box__inner.--solution {
    background-image: url(/cms/inos/common/images/recruit/bg.jpg);
}

.new_graduate .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/recruit/bg_new_graduate.png);
}

.career .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/recruit/bg_career.png);
}

.senior .hdg-box__inner.--solution {
    background-image: url(/cms/kelcrestia/images/recruit/bg_senior.png);
}

.partner .hdg-box__inner.--solution {
    background: url(/cms/kelcrestia/images/top/ph_02.jpg) no-repeat top center / cover;
}

.news .hdg-box__inner.--solution {
    background-image: url(/cms/inos/common/images/news/bg.jpg);
}
/*タイトル　背景ここまで*/

/*企業概要*/
.dl-pattern dl dd span.location_head {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    width: auto;
}

.dl-pattern dl dd span.location_head:first-of-type{
  margin-top: 0;
}

.dl-pattern dl dd span {
    display: inline-block;
    width: 150px;
}
/*企業概要　ここまで*/

.section.schedule-list{
  margin-bottom: 60px;
}