.rss {
float: right;
margin:3px 10px 5px 0;
}
a img {
border: 0;
}
img {
vertical-align: bottom;
}
a:visited {
color: #551A8B;
}
a {
color: #07B;
text-decoration: none;
}
a {
overflow: hidden;
}
.latest {
margin-top: 10px;
line-height: 150%;
padding:10px;
}
.newslist{
	margin-top:-10px;
}
.arrow04 {
background: url("/images/common/arrow08.gif") left 7px no-repeat;
padding-left: 13px;
margin-bottom:10px;
}
h2 {
	height: 31px;
	color: black;
	padding:10px 0 5px 25px;
	margin:10px 0 10px 0;
    background: #EEE;
    color: #111;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0px 0px 4px rgba(000,000,000,0.6);
	font-size: 1.8em;
	line-height:1em;
}
#sub-nav{
	margin:0 5px 0 5px;
}
#sub-nav ul.sub-nav01 li {
float: left;
text-align: center;
margin-right:5px;
margin-bottom:5px;
width: 143px;
}
#sub-nav ul.sub-nav01 li a {
display: block;
text-decoration: none;
line-height: 1.6em;
color: white;
border-radius: 4px;
background: -webkit-gradient(linear, left top, left bottom, from(#C1E6B0), color-stop(0.5,#388710), color-stop(0.5,#276208), to(#3C8416));
background: #9BD8FF linear-gradient(#B9E4FF, #62B5EA);
border: 1px solid #CCC;
width: 145px;
height: 25px;
padding: 5px 0;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.8);
}
.clearfix{
	clear:both;
	}
	.newslist {
border-bottom: dotted 1px #C6C6B1;
padding: 10px;
margin-bottom: 10px;
}
.newslist-text h5 {
font-size: 14px;
font-weight: bold;
color: #07B;
margin-bottom: 5px;
}
.arrow01 {
background: url("/images/common/arrow01.gif") left 7px no-repeat;
padding-left: 13px;
}
.clear {
clear: both;
}
.right{
	float:right;
}
.newslist-img {
float: left;
width: 68px;
margin:0 10px 5px 0;
box-shadow:2px 2px 3px #6b6b6b;
-moz-box-shadow:2px 2px 3px #6b6b6b;
-webkit-box-shadow:2px 2px 3px #6b6b6b;
}
img{
	border:none;
}
#latest-news{
	border-bottom: dotted 1px #C6C6B1;
	margin-bottom:5px;
}
.content-nav {
margin:15px 0 15px 10px ;
}
.content-nav ul li {
list-style-type: none;
  font-size: 1em;
  display: inline-block;
  background-color: #FFFFFF;
  min-height: 20px;
  min-width: 20px;
  margin: 3px;
padding: 3px;
  text-align: center;
  vertical-align: middle;
}
.content-nav ul li a {
text-decoration: none;
border: 1px solid #e2e2d8;
padding: 1px 7px;
color: #4D678C;
margin: 2px;
min-width: 20px;
  min-height: 20px;
  display: inline-block;
}
.content-nav ul li a:hover {
color: #B7A5B1;
border: 1px solid #B7A5B1;
color: #B7A5B1;
}
.content-nav ul li a:visited {
color: #4D678C;
}
#sub-nav {
background:#f0f0f0;
border:2px solid #ccc;
height:80px;
border-left,border-right:none;
margin-bottom:15px;
padding:5px;
}
.newslist:first-child{
	border-top: dotted 1px #C6C6B1;
}
.bookImg{
	width:170px;
	box-shadow: 0 0 2px #ccc;
}

/*ベースのスタイル設定*/
#content .news-article h1{
    font-size: 1.1em;
    line-height: 1.3em;
    padding: .5em;
    color: #000;
    border-bottom: 3px solid #36890B;
    border-top: solid 3px #36890B;
    clear: both;
    margin:0 0 1em 0;
    background: none;
    /* height: 100%; */
}
#content .news-article h2:not(.title){
  border: solid 2px #36890B;
  background: none;
  height: auto;
  font-size: 1em;
  color: #000;
  padding: .5em;
  margin: .5em 0;
}
#content .news-article h3{
border-bottom: double 5px #36890B;
    background: none;
    height: auto;
    font-size: 1em;
    color: #000;
    padding: .5em;
    margin: .5em 0;
    border-top: none;
    box-shadow: none;
}


/****************
New Topics
*****************/
div.main-content h3#cat{
    font-size: 1.1em;
    line-height: 1.6em;
    padding: .75em .5em;
    color: #36890B;
    border-bottom: 1px solid #dedede;
    border-top: solid 3px #36890B;
    clear: both;
    margin: 1em 0;
    background: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.new_topic_area{
  display: flex;
  flex-grow: 1;
  flex-flow: row wrap;
  justify-content: space-between;
      padding: .5em;
}
/*
.new_topic_area::after{
   content:"";
  display: block;
}
*/

/*ベースのスタイル設定*/
.l-card{
  overflow: hidden;
    width:48.5%;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  margin:0 0 .5em 0;
}
.l-card a{
	text-decoration: none;
}
.text-content {
  padding: .5em;
}
.text-content h3.title {
    margin: 0 0 .25em 0;
    font-size: 15px;
    line-height: 1.4em;
    color: #000;
    font-weight: normal;
    background: none;
    border-top: none;
    padding: 0;
    box-shadow: none;
}
.content-meta {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
}
.date {
  float: left;
  color: #aaa;
}
.like {
  display: inline-block;
  color: #4cc48e;
}
.like .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
/*ここからthumbnailのスタイル設定*/
.l-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.l-thumbnail::before, .l-thumbnail::after {
  transition: opacity 0.1s, width 0.3s 0.1s, height 0.3s 0.4s;
  z-index: 2;
  box-sizing: border-box;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
.l-thumbnail::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 16px;
  top: 16px;
}
.l-thumbnail::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  right: 16px;
  bottom: 16px;
}
.thumbnail-wrapper {
  transition: 0.3s;
  display: block;
  margin: 0;
  padding: 0;
}
.thumbnail-wrapper::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.thumbnail-wrapper img{
  transition: 0.1s;
  display: block;
  width:100%;
  height:130px;
  object-fit: cover;
}
.more-text {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-120%);
  opacity: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.l-card:hover .l-thumbnail::before, .l-card:hover .l-thumbnail::after {
  opacity: 1;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}
.l-card:hover .thumbnail-wrapper {
  transform: scale(1.15);
}
.l-card:hover .thumbnail-wrapper::after {
  opacity: 1;
}
.l-card:hover .thumbnail-wrapper img {
  filter: blur(4px);
}
.l-card:hover .more-text {
  opacity: 1;
  transform: translateY(-50%);
}
.l-card:hover{
	border:1px solid rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
	
}
.l-card:hover h3.title{
}

#content #main div.main-content h3.title{
  background: none;
  border:none;
  margin: 0 0 .25em 0;
    font-size: 15px;
    line-height: 1.4em;
    color: #000;
    font-weight: normal;
    background: none;
    height: auto;
    padding: 0;
}

/*****************
object-fit for IE,Edge
***************/
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

#content #main div.news-article p {
    margin-bottom: .5em;
        color:#000;
        line-height: 1.6em;
}
div.news-article{font-size:1.2em;}