@charset "utf-8";
#newitem {}
@media screen and (min-width:768px) { /* PCで非表示 */
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) { /* SPで非表示 */
  .pc {
    display: none !important;
  }
}
h2 {
  color: var(--bland);
  margin-bottom: 50px;
}
#newitem .page_bnr{
  background-image: url(../img/business/items/newitem/main_bg_pc.jpg);
  background-image: -webkit-image-set(url(../img/business/items/newitem/main_bg_pc.jpg) 1x, url(../img/business/items/newitem/main_bg_pc@2x.jpg) 2x);
  background-image: image-set(url(../img/business/items/newitem/main_bg_pc.jpg) 1x, url(../img/business/items/newitem/main_bg_pc@2x.jpg) 2x);
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
  #newitem .page_bnr{
      background-image: url(../img/business/items/newitem/main_bg_sp.jpg);
      background-image: -webkit-image-set(url(../img/business/items/newitem/main_bg_sp.jpg) 1x, url(../img/business/items/newitem/main_bg_sp@2x.jpg) 2x);
      background-image: image-set(url(../img/business/items/newitem/main_bg_sp.jpg) 1x, url(../img/business/items/newitem/main_bg_sp@2x.jpg) 2x);
  }
}
.nitem_bnr p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.nitem_work_wp {
  position: relative;
}
.nitem_wpA {
  width: 900px;
  margin: 0 auto 70px auto;
}
.nitem_box {
  padding: 90px 0;
}
.nitem_wide {
  padding-top: 1px;
  position: relative;
  z-index: 5;
}
.nitem_category_list {
  display: flex;
  flex-wrap: wrap;
}
.nitem_category_list_item {
  width: 20%;
  text-align: center;
  padding: 2%;
}
.nitem_category_list_item:nth-child(5n) {
  margin-right: 0;
}
.nitem_category_list_item a {
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.nitem_category_list_item a p {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 20px 0 25px;
  justify-content: center;
}
.nitem_category_list_item a p::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px var(--bland);
  border-right: solid 2px var(--bland);
  display: inline-block;
  transform: rotate(45deg);
  margin-top: 5px;
  margin-left: 5px;
}
 .nitem_category_list_item a picture{
 height: 140px;
 display: block;
}
 .nitem_category_list_item a img{
  max-height: 140px;
  width: auto;
}
/* 関連特集 */
.related_feature {
  display: flex;
  justify-content: space-between;
}
/* アイコン付きボタン */
.icon_btn_linear {
  width: 370px;
  background: linear-gradient(-40deg, rgba(17, 139, 252, 0.85) 0%, rgba(78, 191, 242, 0.85) 90%);
  margin-bottom: 25px;
}
.icon_btn_linear:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
  .icon_btn_linear {
    height: 15.8%;
  }
  .icon_btn_linear picture {
    max-width: 12%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .nitem_wpA{
		width: auto;
	}
  .nitem_bnr {
    background-image: url("../img/business/newitem/newitem_topImg_sp.jpg");
    background-image: -webkit-image-set(url("../img/business/newitem/newitem_topImg_sp.jpg"));
    background-image: image-set(url("../img/business/newitem/newitem_topImg_sp.jpg"));
  }
  .nitem_bnr p {
    font-size: 1.6rem;
	width: 92vw;
	margin: 0 auto;
  }
  .nitem_box {
    padding: 30px 0;
  }
  .nitem_category_list_item {
	display: flex;
	width: 50%;
	margin: 0;
	padding: 1% 10px;
	text-align: center;
  }
  .nitem_category_list_item:nth-child(even) {
    margin-right: 0;
  }
  .nitem_category_list_item a p {
    font-size: 0.625rem;
  }
  .nitem_category_list_item a p::after {
    width: 3px;
    height: 3px;
  }
  .related_feature {
    flex-direction: column;
    margin-bottom: 22.2%;
  }
  .related_feature picture + picture {
    margin-top: 14.28%;
  }
  .icon_btn_linear {
    height: 15.8%;
  }
  .icon_btn_linear picture {
    max-width: 12%;
  }
}



/* /business H1 Renewal */
#newitem .page_bnr {
  background-image: none;
}