@charset "utf-8";

.mainVisual {
  background: url(../img/main_bg.jpg) center center / cover no-repeat;
}

.contentWrap {
  padding-top: 95px;
  padding-bottom: 0;
}

.breadcrumb {
  margin-bottom: 0;
}

.clumWrap {
  display: table;
  width: 100%;
}

.clumBoder {
  border-bottom: 1px solid #c7c7c7;
}

.content {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.white_btn a {
  display: block;
}

.newsArea .white_btn {
  font-size: 1.8rem;
  text-align: center;
  width: 224px;
  margin: 62px auto 0;
  padding: 10px;
}

.newsArea .white_btn:hover {
  background: #000;
}

.white_btn:hover a {
  color: #fff;
}

.box {
  display: table-cell;
  width: 33.3%;
}

.newsArea {
  width: 916px;
  margin: 63px auto 0;
  padding-bottom: 80px;
}

.newsArea h2 {
  border-left: 4px solid #005bac;
  padding: 2px 0 2px 11px;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 25px;
  line-height: 1;
}

.newsRow {
  display: table;
  margin-bottom: 13px;
}

.newsRow:last-child {
  margin-bottom: 0;
}

.newsRow dt {
  font-size: 2rem;
  display: table-cell;
  vertical-align: text-top;
  width: 305px;
}

.newsRow dt span {
  font-size: 1.6rem;
}

.newsRow dt time {
  padding-right: 34px;
}

.newsRow dt span,
.newsRow dt time {
  display: table-cell;
  vertical-align: middle;
}

.newsRow dd {
  display: table-cell;
  vertical-align: middle;
}

.newsRow dd.category {
  width: 178px;
}

.newsRow dd span.txt {
  width: 570px;
  display: block;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.newsRow dd span.txt a {
  color: #4c4c4c;
}

.newsRow dd span.txt a:hover {
  color: #005bac;
}

.sport,
.health,
.news,
.parts,
.marine {
  position: relative;
}

.sport:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  background: url(/renewal/common/img/sport_icon_pc.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.health:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  background: url(/renewal/common/img/healthy_icon_pc.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.news:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  background: url(/renewal/common/img/news_icon_pc.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.marine:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  background: url(/renewal/common/img/marine_icon.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.parts:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  background: url(/renewal/common/img/parts_icon_pc.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.pdf {
  position: relative;
}

.pdf:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -46px;
  background: url(/renewal/common/img/pdf_icon_pc.jpg) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 36px;
  height: 15px;
}

.txtArea {
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
  height: 205px;
  box-sizing: border-box;
}

.txtArea {
  color: #4c4c4c;
}

a:hover .txtArea {
  background: #d4e1ec;
}

.spView {
  display: none;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 50px 0 0;
  }

  .contentWrap {
    padding-top: 48px;
  }

  .breadcrumb {
    margin-bottom: 0;
  }

  .mainVisual > .main img {
    width: 58%;
  }

  .newsRow {
    width: 100%;
    margin-bottom: 25px;
  }

  .newsRow dt time {
    font-size: 1.4rem;
  }

  .newsRow dt span {
    font-size: 1.2rem;
  }

  .newsArea {
    width: 100%;
    padding: 0 15px 43px;
    margin: 47px auto 0;
    box-sizing: border-box;
  }

  .newsArea h2 {
    border-left: 2px solid #005bac;
    padding: 2px 0 2px 6px;
    font-size: 1.4rem;
  }

  .newsRow dt {
    width: 100%;
    display: block;
  }

  .newsRow dd {
    width: 100%;
    display: block;
  }

  .newsRow dd span.txt {
    width: 100%;
    display: inline;
    white-space: normal;
    line-height: 2;
  }

  .pdf {
    width: 100%;
  }

  .pdf:after {
    display: none;
  }

  .txt:after {
    content: "";
    position: static;
    background: url(/renewal/common/img/pdf_icon_pc.jpg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 36px;
    height: 15px;
    display: inline-block;
    padding-left: 15px;
  }

  .sport:before {
    top: 2px;
    left: -25px;
  }

  .health:before {
    top: 2px;
    left: -25px;
  }

  .news:before {
    top: 2px;
    left: -25px;
  }

  .parts:before {
    top: 2px;
    left: -25px;
  }

  .newsArea .white_btn {
    font-size: 1.5rem;
    margin-top: 40px;
    width: 100%;
  }

  .box {
    display: block;
    width: 100%;
  }

  .ttl {
    margin-bottom: 10px;
  }

  .txtArea {
    padding: 28px 15px 70px;
    height: auto;
  }

  .txtArea .ttl {
    text-align: center;
    font-weight: bold;
  }

  .txtArea p {
    line-height: 2;
  }

  .pcView {
    display: none;
  }

  .spView {
    width: 100%;
    display: block;
    padding: 0;
  }

  .newsArea .white_btn:hover {
    background: none;
  }

  .white_btn:hover a {
    color: #242424;
  }
}
