@charset "UTF-8";
/* 新着情報 */

/*pkobo orginal*/
.news_php .catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.news_php .newMark{
	display:inline-block;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
    /*
	box-shadow:1px 1px 1px #999;
    */
	border-radius:4px;
}

/* Pager style */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
.pager a, .pager a:visited {
    border: 1px solid #D0C7B6;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    padding:5px 10px 5px 10px !important;
	margin:20px 0 20px 10px;
}
.pager a.current{
    background: #D0C7B6;
    border: 1px solid #D0C7B6;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:5px 10px 5px 10px !important;
	margin:20px 0 20px 10px;
}
.pager a:hover{
    background:#D0C7B6;
    color: #fff;
}
.overPagerPattern{
	padding:0 2px ;	
}


.newsl__sect {
  background-color: #FFF6ED;
  padding-bottom: 8.5324232082vw;
  padding-top: 8.5324232082vw;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .newsl__sect {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.newsl__sect .btn-container {
  margin-top: 8.5324232082vw;
}
@media screen and (min-width: 1000px) {
  .newsl__sect .btn-container {
    margin-top: 50px;
  }
  .newsl__sect .btn-container a.cmn__btn-shadow-arrow {
    margin-left: auto;
  }
}

@media screen and (min-width: 1000px) {
  .newsl__fluffy {
    background: url(../img/home/intro-fluffy-a.svg) 50% 0/117.763158vw auto no-repeat;
    height: calc(100% + 107px);
    position: absolute;
    top: -131px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .newsl__fluffy {
    height: calc(100% + 107px + 215px);
    position: absolute;
    top: -107px;
    width: 100%;
  }
}

.newsl__postlist {
  border-bottom: 1px solid var(--color-text-link);
  margin-top: 6.8259385666vw;
}
@media screen and (min-width: 1000px) {
  .newsl__postlist {
    margin-top: 40px;
  }
}

.news_article_thumb{
    width:120px;
    min-width:120px;
    height:120px;
    background:#fff;
    margin:0;
    margin-left:auto;
}

.news_article_thumb img{
	width:100%;
	height:100%;
    object-fit: cover;
}







