#main .top-post-list{
	background: #fff;
	padding: 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 60px;
}
@media screen and (max-width:767px){
	#main .top-post-list{
		background: #fdf5ee;
		padding: 0;
    margin-top: -10px;
    padding: 35px 20px 15px;
    margin-bottom: 50px;
	}
	#main
	{
		margin-top:20px;
	}
}

#main .top-post-list .post-list {
	font-size: 13px;
	display: block;
	border: none;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	padding: 0;
}
@media screen and (min-width:651px){
	#main .top-post-list .post-list {
		width: calc( ( 100% - 2.625rem ) / 3 );
		margin: 0.875rem 0 0 0.875rem;
		background: #f7f7f7;
	}
	/* #main .top-post-list .post-list:nth-child(3n+1) {margin-left: 0;} */
	#main .top-post-list .post-list:nth-child(-n+3) {margin-top: 0;}
}
@media screen and (min-width:1200px){
	#main .top-post-list .post-list {
		width: calc( ( 100% - 2.625rem ) / 4 );
		margin: 0.875rem 0 0 0.875rem;
		background: #f7f7f7;
	}
	#main .top-post-list .post-list:nth-child(4n+1) {margin-left: 0;}
	#main .top-post-list .post-list:nth-child(-n+4) {margin-top: 0;}
}
@media screen and (max-width:767px){
	#main .top-post-list .post-list {
		font-size: 11px;
		line-height: 13px;
		width: calc( ( 100% - 0.5rem ) / 2 );
		margin: 0.5rem 0 0 0.5rem;
		border-radius: 3px;
	}
	#main .top-post-list .post-list:nth-child(odd) {margin-left: 0;}
	#main .top-post-list .post-list:nth-child(-n+2) {margin-top: 0;}
}

#main .top-post-list .post-list a {
	text-decoration:none;
	color: #888;
	display: block;
	padding: 0;
	border: none;
}
#main .top-post-list .post-list a:hover {background:#F6F6F6;}
#main .top-post-list .post-list .eyecatch {
	float: none;
	max-height: none;
	margin: 0 -1px;
}
#main .top-post-list .post-list .eyecatch img {width: 100%;}
#main .top-post-list .post-list .entry-content {
	padding: 5px 0 0;
	margin: 0;
  background: #fff;
  position: relative;
  overflow: visible;
}
#main .top-post-list .post-list .entry-content .entry-title {
	margin-bottom:0.3em;
	font-size: 16px;
  font-weight: bold;
}
#main .top-post-list .post-list .entry-content p {
	margin-bottom:0.3em;
	position: relative; /* 2024/11/19 */
}
#main .top-post-list .post-list .entry-content .description {display: none;}

.post-item .byline .cat-name {
	border-radius: 0;
	margin: 0;
	position: absolute;
	/*top: -30px; 2024/11/19 */
	bottom: 5px; /* 2024/11/19 */
	left: 0px;
	font-size: 13px;
}
.post-item .date{
	display: none;
	float: right;
	font-size: 11px;
}

.mv_magazin_sp {
	display: none;
	text-align: center;
	margin: 0 0 1rem;
}
.side_magazine {
	text-align: center;
	margin: 0;
}

.mv_magazin_sp img,
.side_magazine img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px){
	.mv_magazin_sp {display: block; margin: 0 30px 25px;}
	.side_magazine {display: none;}
	.post-item .byline .cat-name{
		font-size: 10px;
		/*top: -8px; 2024/11/19 */
		padding: 0 10px;
	}
	#main .top-post-list .post-list .entry-content .entry-title {
		font-size: 10px;
		padding: 5px 10px;
	}
}

#sidebar1 .widgettitle{
  display: flex;
  color: #1f7fae;
  letter-spacing: 0.05ex;
  font-size: 22px;
  padding: 0;
	margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
}
#sidebar1 .widgettitle::before,
#sidebar1 .widgettitle::after {
  content: '';
  width: 100%;
  height: 18px;
}
#sidebar1 .widgettitle::before {
  order: -1;
  background: url(images/ttl-left.png) left center / cover no-repeat;
}
#sidebar1 .widgettitle::after {
  background: url(images/ttl-right.png) right center / cover no-repeat;
}
#sidebar1 .widget.widget_tag_cloud .tagcloud {
  margin: -10px 0 0 -5px;
}
#sidebar1 .widget.widget_tag_cloud a{
	background: #fff;
	border-bottom: 1px solid currentColor;
	color: #222;
	font-size: 12px !important;
  font-weight: bold;
  letter-spacing: -.1em;
}
#sidebar1 .widget.widget_tag_cloud a:before{
	content: "#";
  margin-right: 3px;
}
#sidebar1 .widget.widget_tag_cloud a:hover{
	color: #222;
	opacity: 0.8;
}
#categories-4 > ul {
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}
#categories-4 > ul > li {
  padding: 15px 0 0 15px;
}
#categories-4 > ul > li > a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 3px 10px 1px;
  color: #fff;
  font-size: 16px;
}

#categories-4 > ul > .cat-item-1 > a {background: #005594;}
#categories-4 > ul > .cat-item-12 > a {background: #815291;}
#categories-4 > ul > .cat-item-11 > a {background: #39abb7;}
#categories-4 > ul > .cat-item-13 > a {background: #eb894a;}
#categories-4 > ul > .cat-item-14 > a {background: #6d6c6c;}
#categories-4 > ul > .cat-item-15 > a {background: #389339;}
#categories-4 > ul > .cat-item-120 > a {background: #dd305a;}
#categories-4 > ul > li > a:after {display: none;}

.cat-name     {background: rgba(0,85,148,.8);color:#fff;}
.cat-name-1   {background: rgba(0,85,148,.8);color:#fff;}
.cat-name-12  {background: rgba(129,82,145,.8);color:#fff;}
.cat-name-11  {background: rgba(57,171,183,.8);color:#fff;}
.cat-name-13  {background: rgba(235,137,74,.8);color:#fff;}
.cat-name-14  {background: rgba(109,108,108,.8);color:#fff;}
.cat-name-15  {background: rgba(56,147,57,.8);color:#fff;}
.cat-name-120 {background: rgba(221,48,90,.8);color:#fff;}

.category-list     .post-categories a {border-color: #005594;background: #005594;color:#fff;}
.category-list-1   .post-categories a {border-color: #005594;background: #005594;color:#fff;}
.category-list-12  .post-categories a {border-color: #815291;background: #815291;color:#fff;}
.category-list-11  .post-categories a {border-color: #39abb7;background: #39abb7;color:#fff;}
.category-list-13  .post-categories a {border-color: #eb894a;background: #eb894a;color:#fff;}
.category-list-14  .post-categories a {border-color: #6d6c6c;background: #6d6c6c;color:#fff;}
.category-list-15  .post-categories a {border-color: #389339;background: #389339;color:#fff;}
.category-list-120 .post-categories a {border-color: #dd305a;background: #dd305a;color:#fff;}

#logo{margin-top: 10px;}
#menu-main-menu{
	float: left;
	padding-left: 25px;
	margin: 0;
}
#menu-main-menu li{
	display: inline-block;
	padding: 24px 50px;
}
#menu-main-menu li a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu-main-menu li a:hover{text-decoration: underline;}
.social{display: none;}
.social a{color: #fff;}
.social li{
	display: inline-block;
	margin: 0 8px;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: #010F29 !important;
}
.admin-bar .header{top: 32px;}
body.admin-bar {padding-top: 105px;}

@media only screen and (min-width: 768px){
	#sidebar1 .widget{
		padding: 30px 0;
		margin: 0;
		background: none;
	}
	#tag_cloud-3 {
		padding: 0 0 60px !important;
	}
}

@media only screen and (max-width: 767px){
	#categories-4 > ul {
		padding: 0 10px;
	}
	#categories-4 > ul > li > a {
		font-size: 14px;
	}
	.popular-posts.widget .wpp-list {
		padding: 0 40px;
	}
	.popular-posts.widget .wpp-list li .wpp-post-title {
		font-size: 12px;
	}
	#sidebar1 .widget.widget_tag_cloud .tagcloud {
		padding: 0 10px;
	}
	#sidebar1 .widget.widget_tag_cloud a{
		font-size: 10px !important;
	}
	.single .authorbox .author-newpost li,
  .related-box li{
    margin-top: 0px !important;
  }
}
