@charset "UTF-8";
/* CSS Document */
/*========================================================= */
/* タイトル*/
/*========================================================= */
.headTitle {
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 735px) {
  .headTitle {
    font-size: 1.1rem;
  }
}
.headTitle .sub {
  font-size: 0.7rem;
}
.headTitle a {
  color: #fff;
}

#news header {
  padding: 15px 0 15px;
}
@media (max-width: 735px) {
  #news header {
    padding: 5px 0;
  }
}
#news header h1 {
  text-align: left;
}
@media (max-width: 735px) {
  #news header h1 {
    width: 100%;
    padding: 0;
  }
  #news header h1 .sub {
    display: none;
  }
}
#news .headLink {
  position: absolute;
  right: 0;
  top: -8px;
  text-align: right;
}
@media (max-width: 735px) {
  #news .content {
    padding: 0;
  }
}
#news h3 {
  position: relative;
  padding: 0 0 0.5rem 1rem;
  border-bottom: 1px solid #005B8B;
  margin: 1.6rem auto 1.2rem;
  font-size: 116%;
}
@media (max-width: 735px) {
  #news h3 {
    font-size: 108%;
  }
}
#news h3:before {
  content: "";
  position: absolute;
  width: 0.45rem;
  height: 2rem;
  background: linear-gradient(to bottom, #005B8B, #19729C);
  left: 0rem;
}
#news .returnBtn {
  margin: 2.8rem 0 0.4rem;
  text-align: right;
}