#CCC {
  margin: 70px 0 0 0;
}
#CCC .DEFS {
  padding: 0 5% !important;
  width: 90%;
  box-sizing: border-box;
}
#CCC h2 {
  text-align: center;
  padding: 0 10%;
  font-size: 28px;
  color: #333;
  font-weight: normal;
  line-height: 40px;
  padding: 0 0 30px 0;
}
#CCC .basic_info {
  border-bottom: 1px solid #ddd;
  display: flex;
  height: 40px;
  justify-content: space-between;
  box-sizing: border-box;
}
#CCC .basic_info .l {
  font-size: 14px;
  color: #777;
  line-height: 39px;
}
#CCC .content {
  padding: 40px 0 0 0;
}
#CCC .news_next_prev {
  padding: 20px 40% 40px 0;
  width: 60%;
  border-top: 1px solid #aaa;
}
#CCC .news_next_prev a {
  display: flex;
}
#CCC .news_next_prev a b {
  min-width: 60px;
  font-size: 14px;
  line-height: 30px;
}
#CCC .news_next_prev a span {
  font-size: 14px;
  color: #444;
  line-height: 30px;
}
#CCC .news_next_prev a:hover span {
  color: #F13B3A;
}

@media screen and (max-width: 650px) {
  #CCC {
    margin: 30px 0 0 0;
  }
  #CCC .DEFS {
    padding: 0 auto !important;
    width: 100%;
    box-sizing: border-box;
  }
  #CCC h2 {
    text-align: left;
    padding: 0 10%;
    font-size: 6vw;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 30px 0;
  }
  #CCC .basic_info {
    border-bottom: 0;
    display: block;
    height: auto;
    justify-content: space-between;
    box-sizing: border-box;
  }
  #CCC .basic_info .l {
    font-size: 4vw;
    color: #999;
    line-height: 6vw;
  }
  #CCC .basic_info .pvs {
    float: right;
    display: flex;
    align-items: center;
  }
  #CCC .basic_info .pvs img {
    width: 4vw;
    opacity: 0.3;
  }
  #CCC .basic_info .pvs b {
    font-size: 4vw;
    color: #888;
    font-weight: normal;
  }
  #CCC .basic_info .r {
    display: none;
  }
  #CCC .content {
    padding: 20px 0 0 0;
  }
  #CCC .content img {
    max-width: 100%;
	height: auto;
  }
  #CCC .news_next_prev {
    padding: 20px 0 40px 0;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #aaa;
    display: flex;
    justify-content: space-between;
  }
  #CCC .news_next_prev a {
    display: flex;
    width: 37%;
    border: 1px solid #ddd;
    border-radius: 5px;
    justify-content: center;
  }
  #CCC .news_next_prev a:nth-last-of-type(1) {
    background: #000044;
    color: #fff;
    border: 1px solid #000044;
    width: 60%;
  }
  #CCC .news_next_prev a b {
    min-width: 60px;
    font-size: 4vw;
    line-height: 10vw;
  }
  #CCC .news_next_prev a span {
    font-size: 4vw;
    color: #444;
    line-height: 30px;
    display: none;
  }
  #CCC .news_next_prev a:hover span {
    color: #F13B3A;
  }
}