@charset "UTF-8";
/* CSS Document */

.news {
  border-top: 1px solid #ccc;
  padding-top: 16px;
}
.news li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position:relative;
}
.news-thumb {
  float:left;
  margin-right: 4%;
  width:24%;
}
.news-txt {
  float:left;
  width:72%;
  padding-bottom: 36px;
}
.news-txt h2 {font-size:15px;}
.news-h2 {color:#666;font-size:15px;font-weight:bold;margin:0;}
.news-date {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 1em;
}
.news-p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: justify;
}
.notes {
  font-size: 11px;
  line-height: 1.5;
}
.special-p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: left;
}
.main-img {margin-bottom: 50px;} 
.bg-blk{background: #000;}
.news-btn {
  background: #ccc;
  display: inline-block;
  float:right;
  font-size: 13px;
  font-weight: 500;
  margin:10px 0 0;
  padding:5px 1em;
  position: absolute;
  right:8px;
  bottom:16px;
}
.voice-ttl {width:98%;margin:0 auto 32px;}
.voice-ul li {
  float:left;
  margin: 0 1% 32px;
  width:98%;
}
.voice-img {
  float:right;
  width:40%;
}
.voice-img img {
  margin-left: -10px;
}
.voice-txt {
  float:left;
  width:60%;
}
.voice-h2 {
  
  font-size:19px;
  margin-bottom: 0.5em;
}
.voice-h3 {
  border-bottom:1px solid #8F752E;
  color:#8F752E;
  font-size:16px;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.voice-p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: justify;
}
.voice-name {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.25;
}
.voice-name span {font-size: 1.25em;line-height: 1.75;}

@media screen and (min-width:751px){
  .news-txt h2 {font-size:20px;}
  .news-date {font-size: 12px;}
  .news-disc {font-size: 15px;line-height: 1.75;}
  .voice-h2 { font-size:20px;}
  .voice-h3 { font-size:18px;}
  .voice-ul li {width:48%;}
}