@charset "utf-8";

/**
 *
 *  企業情報index css
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

#Main {
  background: transparent;
}

/* @SP */
@media all and (max-width: 767px) {
  .c_l-content-sp {
    padding: 0;
  }
}

/*--------------------------------------------------------------------------
   sec-kv
---------------------------------------------------------------------------*/
.sec-kv {
  margin-bottom: 30px;
}

.sec-kv .kv {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1200px;
  height: 485px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}

/* @SP */
@media all and (max-width: 767px) {
  .sec-kv {
    margin-bottom: 10px;
  }

  .sec-kv .kv {
    width: 100%;
    height: auto;
    border: none;
  }

  .sec-kv .kv img {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------------------------------
   sec-news
---------------------------------------------------------------------------*/
.sec-news {
  position: relative;
  margin-top: 30px;
  padding: 20px;
  background: #fff;
}

.sec-news .sec-ttl {
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #191813;
  font-size: 14px;
}

.sec-news .sec-ttl h3 {
  background: url(../images/index/news_ttl.png) no-repeat;
  overflow: hidden;
  height: 42px;
  text-indent: -9999px;
  white-space: nowrap;
  color: #FFF;
}

/* list-news
-----------------------------------------------------------------*/
.sec-news .list-news {
  float: left;
  width: 767px;
}

.sec-news .list-news li {
  margin-top: 20px;
}

.sec-news .list-news li:first-child {
  margin-top: 0;
}

.sec-news .list-news li a,
.sec-news .list-news li .inner {
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  letter-spacing: -.4em;
}

.sec-news .list-news li span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.sec-news .list-news li .date {
  min-width: 70px;
  margin-right: 18px;
  font-size: 12px;
}

.sec-news .list-news li .ico {
  width: 103px
}

.sec-news .list-news li .txt {
  overflow: hidden;
  max-width: 576px;
}

.sec-news .list-news li a .txt {
  text-decoration: underline;
}

.sec-news .list-news li a:hover .txt {
  text-decoration: none;
}

/* @SP */
@media all and (max-width: 767px) {
  .sec-news {
    margin: 0;
  }

  .sec-news .sec-ttl {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 0 15px;
    padding: 8px 20px;
  }

  .sec-news .sec-inner {
    overflow: hidden;
  }

  .sec-news .sec-ttl h2 {
    background-image: none;
    height: auto;
    font-weight: normal;
    text-indent: inherit;
    white-space: inherit;
  }

  .sec-news .list-news {
    float: none;
    width: 100%;
    line-height: 1.6;
  }

  .sec-news .list-news li {
    border-bottom: solid 1px #ccc;
  }

  .sec-news .list-news li,
  .sec-news .list-news li:first-child {
    margin-top: 0;
  }

  .sec-news .list-news li a,
  .sec-news .list-news li .inner {
    display: block;
    position: relative;
    padding: 12px 0;
  }

  .sec-news .list-news li .ico {
    float: left;
    width: auto;
  }

  .sec-news .list-news li .date {
    overflow: hidden;
    margin-top: 4px;
    padding-left: 6px;
    font-size: 10px;
  }

  .sec-news .list-news li .txt {
    margin-top: 4px;
    width: 100%;
    max-width: inherit;
    font-size: 12px;
  }
}

/* btn-more
-----------------------------------------------------------------*/
.sec-news .btn-more {
  position: absolute;
  top: 26px;
  right: 26px;
}

.sec-news .btn-more a {
  overflow: hidden;
  display: block;
  width: 160px;
  height: 30px;
  background: url(../images/index/news_btn_more.png) no-repeat;
  white-space: nowrap;
  text-indent: -9999px;
}

.sec-news .btn-more a:hover {
  opacity: 0.7;
}

/* @SP */
@media all and (max-width: 767px) {
  .sec-news .btn-more {
    position: static;
    padding: 20px 0 0;
    text-align: center;
  }

  .sec-news .btn-more a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    padding: 9px 10px;
    height: auto;
    background: #A9151A;
    text-indent: inherit;
    white-space: inherit;
    color: #FFF;
    text-decoration: none;
  }

  .sec-news .btn-more a span {
    padding-left: 15px;
    background: url(/shared/images/ico_arw02.png) no-repeat 0 50%;
    background-size: 8px auto;
  }
}

/*--------------------------------------------------------------------------
   sec-links
---------------------------------------------------------------------------*/
.sec-links {
  overflow: hidden;
  /* padding: 30px 30px 20px;
  background: #fff; */
}

.sec-links a:hover {
  opacity: 0.7;
}

.sec-links .company-links {
  overflow: hidden;
  position: relative;
  margin: 0 -20px 0 0;
  padding-bottom: 20px;
}

.sec-links .company-links:after {
  /* content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 730px;
  height: 1px;
  background: #c8c8c8; */
}

.sec-links .company-links li {
  float: left;
  margin: 0 20px 20px 0;
}

.sec-links .company-links li a {
  display: block;
  position: relative;
}

.sec-links .company-links li .ttl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  bottom: 0;
}

.sec-links .internal-links {
  padding-top: 40px;
  overflow: hidden;
  margin: 0 -30px 20px 0;
}

.sec-links .internal-links li {
  float: left;
  margin-right: 30px;
}

/* @SP */
@media all and (max-width: 767px) {
  .sec-links {
    /* padding: 0 13px; */
  }

  .sec-links .company-links,
  .sec-links .internal-links {
    margin: 0 auto;
  }

  .sec-links .company-links:after {
    display: none;
  }

  .sec-links .company-links li,
  .sec-links .internal-links li {
    width: 100%;
    margin: 20px 0 0;
  }

  .sec-links .company-links .ex {
    margin-top: 5px;
  }

  .sec-links img {
    width: 100%;
    height: auto;
  }

  .sec-links .company-links li .ttl {
    padding: 10px;
    font-size: 11px;
  }
}
