.catalogImg {
    border: none;
}


.catalogList .catalogListItem a {
      display: block;
    }
.catalogList .catalogListItem a.catalogListLink {
      margin-bottom: 10px;
      position: relative;
    }
.catalogList .catalogListItem a.catalogListLink .newcatalog {
      position: absolute;
      left: 5px;
	  top: 5px;
      width:30%;
    }
.catalogList .catalogListItem a.catalogListLink .webview {
      position: absolute;
      right: 3px;
	  bottom: 4px;
      width: 20%;
    }

.sizefit
{width:100%}
	
/*20210512追加*/
.contents {
	margin-top:10%;
}
.contents:first-child {
     margin-top:5%;
}

/*.newcatalog{
  width: 100%;
  height: 300px;
  background: url("http://dev.marketingsystem.jp/e-kurashi/210511_webcatalog/shop/common/images/webcatalog/new_icon.png");
  background-size: cover;
  background-position: 50% 10%;	
}*/





    /*------------------------------------------------
  NEW_NAVI
  ------------------------------------------------*/
  @media screen and (max-width: 750px) and (orientation: portrait), screen and (min-width: 319px) and (max-width: 750px) and (orientation: landscape) {
  .new_navi_ct{
	display: flex;
	margin: 0 auto;
  }
    .new_navi_ct img{
		width:100%;
		border-box:box-sizing;
	}
	
.new_navi_ct a{
	width:24%;
	padding: 5% 1% 0%;
	}
	
	/*210512追加*/

.contents {
	padding-top: 70px;
}

.contents_innner {
    padding-top: 70px;
    margin-top:-70px;
}

/*20210512追加*/
.contents {
	margin-top:0%;
}
.contents:first-child {
     margin-top:-5%;
}


}	

    /*------------------------------------------------
  catalog
  ------------------------------------------------*/
  @media screen and (max-width: 750px) and (orientation: portrait), screen and (min-width: 319px) and (max-width: 750px) and (orientation: landscape) {
	.catalogListItem:nth-child(4n+1):before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    width: 200%;
    border-top: none;
	}
	
.catalogListItem:nth-child(2n+1)



}

/*---------------------------------------20211019追加---------------------------------------*/



@media screen and (min-width: 980px) {
.catalogListItem {
    float: left;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
    letter-spacing: 0;
    vertical-align: top;
    box-sizing: border-box;
    }
}
/* パソコン表示 */
@media screen and (min-width: 751px) {
.catalogListItem {
    float: left;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
    letter-spacing: 0;
    vertical-align: top;
    box-sizing: border-box;
    }
}
/* tab示 */


/*---------------------------------------20211031追加---------------------------------------*/
.catalogName {
    font-size: 16px !important;
    font-weight: bold;
}

.catalogPeriod {
    font-size: 15px !important;
}

@media screen and (max-width: 750px) and (orientation: portrait), screen and (min-width: 319px) and (max-width: 750px) and (orientation: landscape) {
.catalogName {
    font-size: 3.4vw !important;
    font-weight: bold;
}

.catalogPeriod {
    font-size: 3.0vw !important;
}
}