/* CSS Document */
/*--------------------------------------
	NEWS
----------------------------------------*/
#news {
  width: 96%;
  max-width: 1000px;
  padding: 0 2%;
  margin: 0 auto 90px; }
  #news .arc article {
    margin-bottom: 90px; }
    #news .arc article h3 {
      color: #333;
      font-size: calc(clamp(1.4rem, 1vw + 0.5rem, 1.6rem));
      line-height: 1.5;
      padding: 0 1%;
      border-bottom: 2px solid #f7b500; }
    #news .arc article .date {
      color: #00a23f;
      font-size: calc(clamp(1rem, 1vw + 0.5rem, 1.2rem));
      font-weight: bold;
      line-height: 1.5;
      padding: 0 1% 1em; }
    #news .arc article .txt-area {
      width: 98%;
      max-height: 72px;
      padding: 0 1%;
      overflow: hidden; }
      @media only screen and (max-width: 1199px) {
        #news .arc article .txt-area {
          max-height: 63px; } }
      #news .arc article .txt-area p {
        line-height: 1.5; }
        #news .arc article .txt-area p img {
          display: none; }
    #news .arc article .btn {
      border-color: #00a23f; }
      #news .arc article .btn:hover {
        background: #00a23f;
        color: #fff; }
      #news .arc article .btn i {
        color: #f7b500; }
  #news .arc .pages {
    display: flex;
    justify-content: center;
    font-size: 1.2rem; }
    @media only screen and (max-width: 999px) {
      #news .arc .pages {
        font-size: 1rem; } }
    #news .arc .pages span {
      color: #666;
      padding: 5px;
      margin: 2px; }
    #news .arc .pages a {
      background: #f7b500;
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      margin: 2px; }
      #news .arc .pages a:hover {
        color: #00a23f; }
      #news .arc .pages a.prev {
        background: none;
        color: #00a23f; }
      #news .arc .pages a.next {
        background: none;
        color: #00a23f; }
  #news .sgl article {
    margin-bottom: 90px; }
    #news .sgl article h3 {
      color: #333;
      font-size: calc(clamp(1.4rem, 1vw + 0.5rem, 1.6rem));
      line-height: 1.5;
      padding: 0 1%;
      border-bottom: 2px solid #f7b500; }
    #news .sgl article .date {
      color: #00a23f;
      font-size: calc(clamp(1rem, 1vw + 0.5rem, 1.2rem));
      font-weight: bold;
      line-height: 1.5;
      padding: 0 1% 1em; }
    #news .sgl article .content-area {
      width: 96%;
      padding: 0 2%; }
      #news .sgl article .content-area p {
        line-height: 1.5; }
