@charset "UTF-8";

/*about*/
.p-about-imgbox{
  max-width: 912px;
  margin: 3rem auto 0;
}
@media (max-width: 640px){
  .p-about-imgbox{
    margin: 2.5rem auto 0;
  }
}

/*point*/
.p-point-flex{
  max-width: 1360px;
  margin: 0 auto;
  padding: 2rem;
  background: #ffffff;
}
.p-point-flex:last-child{
  margin: 1.5rem auto 0;
}
@media (max-width: 640px){
  .p-point-flex:last-child{
    margin: 1rem auto 0;
  }
}

@media (min-width: 640.02px){
  .p-point-flex{
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 640px){
  .p-point-flex{
    padding: 1.5rem;
  }
}

@media (min-width: 640.02px){
  .p-point-flexitem-txt{
    width: 48%;
  }
  .p-point-flexitem-img{
    width: 49%;
  }
  .p-point-flex:nth-child(even) .p-point-flexitem-txt{
    order: 1;
  }
  .p-point-flex:nth-child(even) .p-point-flexitem-img{
    order: 0;
  }
}

.c-container .p-point-flexitem-txt h3{
  color: #fff;
  padding: 0.125em 0.25em 0em;
  display: inline-block;
  background: #000000;
}

.c-container .p-point-flexitem-txt p{
  margin: 1.25rem 0 1.5rem;
}

/*news*/
a.c-news__item.c-news__item-pdf::after{
  background-color: transparent;
  background-image: url(/-/Media/Ricoh/Common/cmn_v3/img/icon_pdf.png);
  background-size: contain;
  mask-image:none
}
@media (min-width: 640.02px){
  a.c-news__item.c-news__item-pdf::after{
    right: 10px;
    width: 32px;
    height: 32px;
  }
}@media (max-width: 640px){
  a.c-news__item.c-news__item-pdf::after{
    right: 13px;
    width: 25px;
    height: 25px;
  }
}

div.c-news__item.c-news__item-non::after{
  display: none;
}