/*------------------------------------
      $Adjust Available-White
------------------------------------*/
.footer-wrapper{border-top: 1px solid #d5d5d5;}
.footer .footer-title { 
  color:#5b5b5b !important;   /* title color */
  font-size: 18px !important;
  line-height: 1 !important;
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 20px; 
}
  .footer{ color: #333; }   /* text color */
  .footer a{ color: #333 !important; }  /* link color */
  /*.footer a:hover{color: #3aba58 !important;}*/

  .bg-color-footer{ background-color: #fff; }   /* background color */
  .panel, hr{ border-bottom: 1px solid #c0c0c0; }  /* line style */
  ._productfooterarea .footer-info svg.icon{width:32px; height:32px; fill: #fff ; background-color:gray ; padding:5px ; margin-right:10px;margin-top:10px;}
  ._productfooterarea .footer-info svg.icon.last{margin-right:0;}
  ._productfooterarea .align-end{ align-items: flex-end; -webkit-align-items: flex-end; }