.pickup-contents li {
  margin-bottom: 10px;
}

.news ul, ol {
  color: #668ad8; 
  border: double 5px #668ad8;/*二重線 太さ 色*/
  background: #f1f8ff; 
  padding: 0.5em 0.5em 0.5em 2em;
  margin-bottom: 2em;
}

.news ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.news a {
  //color:#0000FF;
  font-size: 1em;
  font-weight:500;
  text-decoration:underline;

}
  
	
}