@charset "UTF-8";
/* =================================================================================================

　社会貢献活動

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　ページタイトル
---------------------------------------------------------------------------- */
#page_title {
  background: url("/img/sustainability/contribution/page_title.png") right -1rem top 50% no-repeat;
  background-size: auto 100%;
}

#contents .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 592px) {
  #contents .flex {
    display: block;
  }
}

#contents .flex .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-left: 2rem;
}
@media screen and (max-width: 592px) {
  #contents .flex .photo {
    width: 100%;
    margin: 2rem 0 0rem 0;
  }
}
#contents .flex .photo img {
  width: 100%;
}

#contents .flex .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#contents .flex .copy .text_style.mb3 {
  margin-bottom: 3rem;
}

#contents .sakura {
  margin-bottom: 3rem;
}