@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/giving/header_bg_01_sec.jpg");
  }
  #global-content .column {
    display: table;
    width: 100%;
  }
  #global-content .column .cellLeft,
  #global-content .column .cellRight {
    display: table-cell;
    vertical-align: top;
  }
  #global-content .column .cellLeft {
    padding-right: 40px;
  }
  #global-content .column .cellRight {
    width: 20%;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/giving/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .column {
  display: table;
  width: 100%;
}
.device-view-pc #global-content .column .cellLeft,
.device-view-pc #global-content .column .cellRight {
  display: table-cell;
  vertical-align: top;
}
.device-view-pc #global-content .column .cellLeft {
  padding-right: 40px;
}
.device-view-pc #global-content .column .cellRight {
  width: 20%;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/giving/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .column {
    display: table;
    width: 100%;
  }
  .device-js-on #global-content .column .cellLeft,
  .device-js-on #global-content .column .cellRight {
    display: table-cell;
    vertical-align: top;
  }
  .device-js-on #global-content .column .cellRight {
    width: 20%;
  }
}
