@charset "utf-8";
/*----------------------------------------
    .activity
----------------------------------------*/
.activity .article .slogan {
  font-size: 134%;
  padding-top: 29px;
  color: #535353; 
}
.activity .activity_type {
  margin: 19px 0;
}
.activity .activity_type li {
  width: 375px;
  float: left;
  margin-bottom: 25px;
}
.activity .activity_type li:nth-child(odd) {
  margin-right: 20px;
}
.activity .activity_type li a {
  display: block;
  position: relative;
  display: block;
  padding: 139px 0 21px 0;
  background: #000000;
  overflow: hidden;
}
.activity .activity_type li a:hover {
  text-decoration: none;
  border: 4px solid #b3d465;
  padding: 135px 0 17px 0;
}
.activity .activity_type li:nth-child(2) a:hover {
  border: 4px solid #ffd132;
}
.activity .activity_type li:nth-child(3) a:hover {
  border: 4px solid #74cdf8;
}
.activity .activity_type li:nth-child(4) a:hover {
  border: 4px solid #f05c6d;
}
.activity .activity_type li:nth-child(5) a:hover {
  border: 4px solid #aa89bd;
}
.activity .activity_type li:last-child a:hover {
  border: 4px solid #f19149;
}
.activity .activity_type li a:after {
  content: "";
  display: block;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.activity .activity_type li a:hover:after {
  opacity: 0.8;    
  transform: scale(1.15,1.15);
  -webkit-transform: scale(1.15,1.15);
  -moz-transform: scale(1.15,1.15);
  -ms-transform: scale(1.15,1.15);
  -o-transform: scale(1.15,1.15);
}
.activity .activity_type li a .ttl {
  font-size: 159%;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-left: 70px;
  display: block;
  z-index: 99;
  line-height: 2.2;
}
.activity .activity_type li a:hover .ttl {
  padding-left: 66px;
}
.activity .activity_type li.plant_tree a:after {
  background: url(../../img/contribution/csr/bg-plant_tree.jpg) no-repeat left center;
  background-size: cover;
}
.activity .activity_type li.aeon_day a:after {
  background: url(../../img/contribution/csr/bg-aeon_day.jpg) no-repeat left center;
  background-size: cover;
}
.activity .activity_type li.pro-environment a:after {
  background: url(../../img/contribution/csr/bg-pro-environment.jpg) no-repeat left center;
  background-size: cover;
}
.activity .activity_type li.aeon_flower a:after {
  background: url(../../img/contribution/csr/bg-aeon_flower.jpg) no-repeat left center;
  background-size: cover;
}
.activity .activity_type li.exchange a:after {
  background: url(../../img/contribution/csr/bg-exchange.jpg) no-repeat left center;
  background-size: cover;
}
.activity .activity_type li.education-assistance a:after {
  background: url(../../img/contribution/csr/bg-education-assistance.jpg) no-repeat left center;
  background-size: cover;
}
.activity .activity_type li.plant_tree a .ttl {
  background: url(../../img/contribution/csr/ico-activity_1.png) no-repeat 20px center;
}
.activity .activity_type li.plant_tree a:hover .ttl {
  background: url(../../img/contribution/csr/ico-activity_1.png) no-repeat 16px center;
}
.activity .activity_type li.aeon_day a .ttl {
  background: url(../../img/contribution/csr/ico-activity_2.png) no-repeat 20px center;
}
.activity .activity_type li.pro-environment a .ttl {
  background: url(../../img/contribution/csr/ico-activity_3.png) no-repeat 20px center;
}
.activity .activity_type li.pro-environment a:hover .ttl {
  background: url(../../img/contribution/csr/ico-activity_3.png) no-repeat 16px center;
}
.activity .activity_type li.aeon_flower a .ttl {
  background: url(../../img/contribution/csr/ico-activity_4.png) no-repeat 20px center;
}
.activity .activity_type li.aeon_flower a:hover .ttl {
  background: url(../../img/contribution/csr/ico-activity_4.png) no-repeat 16px center;
}
.activity .activity_type li.exchange a .ttl {
  background: url(../../img/contribution/csr/ico-activity_5.png) no-repeat 20px center;
}
.activity .activity_type li.exchange a:hover .ttl {
  background: url(../../img/contribution/csr/ico-activity_5.png) no-repeat 16px center;
}
.activity .activity_type li.education-assistance a .ttl {
  background: url(../../img/contribution/csr/ico-activity_6.png) no-repeat 20px center;
}
.activity .activity_type li.education-assistance a:hover .ttl {
  background: url(../../img/contribution/csr/ico-activity_6.png) no-repeat 16px center;
}
@media screen and (max-width: 1140px) {
.activity .activity_type li {
  width: 49%;
}
.activity .activity_type li:nth-child(odd) {
  margin-right: 2%;
}
.activity .activity_type li a .ttl {
  background-position: 10px center !important;
  background-size: 35px auto !important;
  padding-left: 55px;
}
}
@media screen and (max-width: 840px) {
.activity .activity_type li a .ttl {
  font-size: 125%;
  line-height: 2.7;
}
}
@media screen and (max-width: 767px) {
.activity .article .slogan {
  font-size: 14px;
  padding-top: 15px;
}
.activity .activity_type {
  margin: 10px 0;
}
.activity .activity_type li {
  width: 100%;
  max-width: 380px;
  float: none;
  margin: 0 auto 12px auto;
}
.activity .activity_type li:nth-child(odd) {
  margin-right: auto;
}
.activity .activity_type li a {
  padding-top: 125px;
  border: 4px solid #b3d465;
}
.activity .activity_type li a:hover {
  padding: 125px 0 21px 0;
}
.activity .activity_type li:nth-child(2) a {
  border: 4px solid #ffd132;
}
.activity .activity_type li:nth-child(3) a {
  border: 4px solid #74cdf8;
}
.activity .activity_type li:nth-child(4) a {
  border: 4px solid #f05c6d;
}
.activity .activity_type li:nth-child(5) a {
  border: 4px solid #aa89bd;
}
.activity .activity_type li:last-child a {
  border: 4px solid #f19149;
}
.activity .activity_type li a:after {
  opacity: 0.8;
  transition: none;
  -webkit-transition: none;
}
.activity .activity_type li a:hover:after {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.activity .activity_type li a .ttl {
  font-size: 16px;
}
.activity .activity_type li a:hover .ttl {
  padding-left: 55px;
}
}



/*----------------------------------------
    csr common
----------------------------------------*/
.education_assistance .activity_photo li:after,
.exchange .exchange_activity li:after,
.education_assistance .feel dd:after,
.exchange .thought dl dd:after,
.flower .flower_activity li:after {
  content: "";
  display: block;
  clear: both;
}
.article {
  color: #626262;
  padding-top: 24px;
}
.small_title {
  font-size: 150%;
  font-weight: bold; 
  color: #ffffff;
  text-align: center;
  padding: 12px 10px 14px 10px;
}
.preface {
  width: 690px;
  padding: 19px 28px 28px 28px;
  border: 2px solid #ffffff;
  border-top: 9px solid #ffffff;
  box-shadow: 20px 20px 0 #fff4eb;
  margin: 24px 0 20px 0;
}
.preface_title {
  font-size: 184%;
  font-weight: bold;
  padding-left: 36px;
}
.preface_inner {
  padding-top: 12px;
}
.preface_text {
  float: left;
  width: 340px;
  font-size: 134%;
  line-height: 1.75;
  text-indent: 32px;
}
.preface_img {
  float: right;
  margin-top: 5px;
}
@media screen and (max-width : 1200px) {
/*----------------------------------------
    csr common
----------------------------------------*/
.preface {
  width: 89.5%;
  padding: 19px 3.63% 28px 3.63%;
}
.preface_text {
  width: 49%;
}
.preface_img {
  width: 46.5%;
}
.preface_img img {
  width: 100%;
  height: auto;
}
}
@media screen and (max-width : 767px) {
/*----------------------------------------
    csr common
----------------------------------------*/
.article {
  padding-top: 12px;
}
.small_title {
  font-size: 16px;
  padding: 6px 10px 7px 10px;
}
.preface {
  width: 89.5%;
  padding: 10px 3.6% 14px 3.6%;
  box-shadow: 10px 10px 0 #fff4eb;
  margin: 12px 0 10px 0;
}
.preface_title {
  font-size: 18px;
  padding-left: 26px;
  background-size: 18px auto !important;
}
.preface_inner {
  padding-top: 6px;
}
.preface_text {
  float: none;
  width: auto;
  font-size: 14px;
  text-indent: 28px;
}
.preface_img {
  float: none;
  width: auto;
  text-align: center;
  margin-top: 10px;
}
.preface_img img {
  max-width: 320px;
}








}



/*----------------------------------------
    .education_assistance
----------------------------------------*/
.education_assistance .education_title {
  background: #f19149;
}
.education_assistance .preface {
  border-color: #f19149;
  border-top-color: #f19149;
}
.education_assistance .preface_title {
  color: #f19149;
  background: url(../../img/contribution/csr/bg-preface_education_title.png) no-repeat left center;
}
.education_assistance .outline {
  padding: 40px 0 57px 0;
}
.education_assistance .outline_text {
  padding: 32px 17px 0 17px;
}
.education_assistance .outline_text dd {
  padding: 5px 17px 0 17px;
}
.education_assistance .outline_text dt {
  font-size: 150%;
  font-weight: bold;
  padding-left: 17px;
  background: url(../../img/contribution/csr/bg-dot_orange.png) no-repeat left center;
}
.education_assistance .outline_text dd p {
  font-size: 134%;
  line-height: 1.75;
  text-indent: 32px;
}
.education_assistance .outline_img {
  display: none;
  text-align: center;
  padding-top: 25px;
}
.education_assistance .activity_photo {
  padding-bottom: 60px;
}
.education_assistance .activity_photo li {
  float: left;
  width: 245px;
  text-align: center;
  padding-left: 17px;
  margin-top: 30px;
}
.education_assistance .activity_photo li:nth-child(3n-2) {
  padding-left: 0;
}
.education_assistance .activity_photo li .photo {
  display: block;
}
.education_assistance .activity_photo li .text {
  font-size: 117%;
  line-height: 1.65;
  padding-top: 11px;
}
.education_assistance .feel .list {
  padding: 0 25px 74px 25px;
}
.education_assistance .feel dl {
  margin-top: 35px;
}
.education_assistance .feel dt {
  position: relative;
  display: block;
  width: 225px;
  font-size: 150%;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 25px 11px 25px;
  background: #f19149;
  margin-bottom: -24px;
}
.education_assistance .feel dd {
  padding: 42px 30px 32px 58px;
  background: #fff8ec;
}
.education_assistance .feel dd .sex_img {
  float: left;
  padding-top: 10px;
}
.education_assistance .feel dd .text {
  float: right;
  width: 74%;
  font-size: 134%;
  line-height: 1.75;
}
@media screen and (max-width : 1200px) {
/*----------------------------------------
    .education_assistance
----------------------------------------*/
.education_assistance .activity_photo li {
  width: 31.8%;
  padding-left: 2.3%;
}
.education_assistance .activity_photo li .photo img,
.education_assistance .feel dd .sex_img img {
  width: 100%;
  height: auto;
}
.education_assistance .activity_photo li .photo img {
   max-width: 245px;
}
.education_assistance .feel dd .sex_img {
  width: 22%;
}
.education_assistance .feel dd .sex_img img {
  max-width: 121px;
}
}
@media screen and (max-width : 1000px) {
.education_assistance .outline_img img {
  width: 100%;
  height: auto;
}
}
@media screen and (max-width : 767px) {
/*----------------------------------------
    .education_assistance
----------------------------------------*/
.education_assistance .outline {
  padding: 20px 0 28px 0;
}
.education_assistance .outline_text {
  padding: 16px 8px 0 8px;
}
.education_assistance .outline_text dt {
  font-size: 16px;
  padding-left: 12px;
  background-size: 6px auto;
}
.education_assistance .outline_text dd {
  padding: 5px 12px 0 12px;
}
.education_assistance .outline_text dd p {
  font-size: 14px;
  text-indent: 28px;
}
.education_assistance .outline_img {
  padding-top: 12px;
}
.education_assistance .activity_photo {
  padding-bottom: 30px;
}
.education_assistance .activity_photo li {
  float: left;
  width: 48%;
  padding: 0;
  margin-top: 15px;
}
.education_assistance .activity_photo li:nth-child(3n-2) {
  padding: 0;
}
.education_assistance .activity_photo li:nth-child(even) {
  float: right;
}
.education_assistance .activity_photo li .list_inner {
  float: right;
}
.education_assistance .activity_photo li:nth-child(even) .list_inner {
  float: left;
}
.education_assistance .activity_photo li .text {
  font-size: 12px;
  padding-top: 6px;
}
.education_assistance .feel .list {
  padding: 0 12px 37px 12px;
}
.education_assistance .feel dl {
  margin-top: 17px;
}
.education_assistance .feel dt {
  position: inherit;
  width: auto;
  font-size: 16px;
  padding: 5px 12px;
  margin-bottom: 0;
}
.education_assistance .feel dd {
  padding: 20px 15px 16px 30px;
}
.education_assistance .feel dd .sex_img {
  float: none;
  width: 40%;
  max-width: 121px;
  padding-top: 0;
  margin: 0 auto;
}
.education_assistance .feel dd .text {
  float: none;
  width: auto;
  font-size: 14px;
  padding-top: 5px;
}
}


/*----------------------------------------
    .plant_tree
----------------------------------------*/
.plant_tree .article {
  padding-bottom: 35px;
}
.plant_tree .plant_tree_title {
  background: #aad442;
}
.plant_tree .preface {
  padding-bottom: 40px;
  border-color: #aad442;
  border-top-color: #aad442;
  box-shadow: 20px 20px 0 #fbfff1;
}
.plant_tree .preface_title {
  color: #aad442;
  background: url(../../img/contribution/csr/bg-preface_plant_tree_title.png) no-repeat left center;
}
.plant_tree .chart {
  padding: 44px 0 57px 0;
}
.plant_tree .introduction {
  border-bottom: 1px solid #eeeeee;
  padding: 27px 0 25px 0;
  margin-bottom: 24px;
}
.plant_tree .introduction dl {
  float: left;
  width: 400px;
  margin-left: 17px;
}
.plant_tree .introduction dt {
  font-size: 150%;
  font-weight: bold;
  padding-left: 17px;
  background: url(../../img/contribution/csr/bg-dot_green.png) no-repeat left center;
}
.plant_tree .introduction dd {
  font-size: 134%;
  line-height: 1.75;
  text-indent: 32px;
  padding: 6px 0 0 17px;
}
.plant_tree .introduction_img {
  float: right;
  padding-top: 5px;
}
.plant_tree .plant_tree_activity ul {
  padding-bottom: 53px;
}
.plant_tree .plant_tree_activity li {
  float: left;
  padding-left: 17px;
}
.plant_tree .plant_tree_activity li:first-child {
  padding-left: 0;
}
@media screen and (max-width : 1200px) {
/*----------------------------------------
    .plant_tree
----------------------------------------*/
.plant_tree .chart img,
.plant_tree .introduction_img img,
.plant_tree .plant_tree_activity li img {
  width: 100%;
  height: auto;
}
.plant_tree .introduction dl {
  width: 51.9%;
}
.plant_tree .introduction_img {
  width: 42.2%;
}
.plant_tree .plant_tree_activity li {
  width: 32%;
  padding-left: 2%;
}
}
@media screen and (max-width : 767px) {
/*----------------------------------------
    .plant_tree
----------------------------------------*/
.plant_tree .article {
  padding-bottom: 18px;
}
.plant_tree .preface {
  padding-bottom: 20px;
  box-shadow: 10px 10px 0 #fbfff1;
}
.plant_tree .chart {
  padding: 22px 0 28px 0;
}
.plant_tree .introduction {
  padding: 18px 0 12px 0;
  margin-bottom: 12px;
}
.plant_tree .introduction dl {
  float: none;
  width: auto;
  margin: 0 8px;
}
.plant_tree .introduction dt {
  font-size: 16px;
  padding-left: 12px;
  background-size: 6px auto;
}
.plant_tree .introduction dd {
  font-size: 14px;
  text-indent: 28px;
  padding: 6px 12px 0 12px;
}
.plant_tree .introduction_img {
  float: none;
  width: auto;
  text-align: center;
  padding-top: 10px;
}
.plant_tree .introduction_img img {
  max-width: 325px;
}
.plant_tree .plant_tree_activity ul {
  padding-bottom: 26px;
}
}

/*----------------------------------------
    .exchange
----------------------------------------*/
.exchange .exchange_title {
  background: #aa89bd;
}
.exchange .preface {
  border-color: #aa89bd;
  border-top-color: #aa89bd;
  box-shadow: 20px 20px 0 #fbf4fe;
}
.exchange .preface_title {
  color: #aa89bd;
  padding-left: 45px;
  background: url(../../img/contribution/csr/bg-preface_exchange_title.png) no-repeat left center;
}
.exchange .outline {
  padding: 40px 0 45px 0;
}
.exchange .outline dl {
  padding: 30px 17px 0 17px;
}
.exchange .outline dt {
  font-size: 150%;
  font-weight: bold;
  padding-left: 17px;
  background: url(../../img/contribution/csr/bg-dot_purple.png) no-repeat left center;
}
.exchange .outline dd {
  font-size: 134%;
  line-height: 1.75;
  text-indent: 32px;
  padding: 6px 17px 0 17px;
}
.exchange .exchange_activity ul {
  padding: 30px 0 37px 0;
}
.exchange .exchange_activity li {
  float: left;
  width: 245px;
  font-size: 117%;
  text-align: center;
  padding-left: 17px;
  margin-bottom: 13px;
}
.exchange .exchange_activity li:nth-child(3n-2) {
  padding-left: 0;
}
.exchange .exchange_activity li .activity_img {
  display: block;
}
.exchange .exchange_activity li .text {
  line-height: 1.75;
  padding-top: 10px;
}
.exchange .thought_list {
  padding: 34px 25px 25px 25px;
}
.exchange .thought dl {
  margin-bottom: 35px;
}
.exchange .thought dl dt {
  position: relative;
  width: 330px;
  font-size: 150%;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 15px 11px 30px;
  background: #aa89bd;
  margin-bottom: -25px;
}
.exchange .thought dl dd {
  font-size: 134%;
  line-height: 1.75;
  padding: 43px 40px 32px 30px;
  background: #f8edfe;
}
.exchange .thought dl dd .strong {
  font-weight: bold;
}
.exchange .thought dl dd .people_img {
  float: right;
  padding-top: 3px;
}
.exchange .thought dl dd .text {
  float: left;
  width: 490px;
}
.exchange .thought .special dd:nth-child(2) {
  padding-bottom: 16px;
}
.exchange .thought .special dd:nth-child(3) {
  padding: 0 40px 40px 30px;
}
.exchange .thought .special dd:nth-child(3) .text {
  padding-top: 20px;
  border-top: 1px solid #595959;
}
.exchange .thought .special dd:nth-child(3) .people_img {
  padding-top: 20px;
}
@media screen and (max-width : 1200px) {
/*----------------------------------------
    .exchange
----------------------------------------*/
.exchange .exchange_activity li {
  width: 32%;
  padding-left: 2%;
}
.exchange .exchange_activity li img,
.exchange .thought dl dd .people_img img {
  width: 100%;
  height: auto;
}
.exchange .exchange_activity li img {
  max-width: 245px;
}
.exchange .thought dl dd .people_img img {
  max-width: 120px;
}
.exchange .thought dl dd {
  padding: 43px 40px 32px 30px;
}
.exchange .thought dl dd .people_img {
  width: 20%;
}
.exchange .thought dl dd .text {
  width: 70%;
}
.exchange .thought .special dd:nth-child(3) {
  padding: 0 40px 40px 30px;
}
}
@media screen and (max-width : 767px) {
/*----------------------------------------
    .exchange
----------------------------------------*/
.exchange .preface {
  box-shadow: 10px 10px 0 #fbf4fe;
}
.exchange .preface_title {
  padding-left: 38px;
  background-size: 28px auto !important;
}
.exchange .outline {
  padding: 20px 0 22px 0;
}
.exchange .outline dl {
  padding: 15px 8px 0 8px;
}
.exchange .outline dt {
  font-size: 16px;
  padding-left: 12px;
  background-size: 6px auto;
}
.exchange .outline dd {
  font-size: 14px;
  text-indent: 28px;
  padding: 6px 12px 0 12px;
}
.exchange .exchange_activity ul {
  padding: 15px 0 18px 0;
}
.exchange .exchange_activity li {
  float: left;
  width: 48%;
  font-size: 12px;
  padding-left: 0;
  margin-bottom: 6px;
}
.exchange .exchange_activity li .list_inner {
  float: right;
}
.exchange .exchange_activity li:nth-child(even) {
  float: right;
}
.exchange .exchange_activity li:nth-child(even) .list_inner {
  float: left;
}
.exchange .thought_list {
  padding: 17px 12px 12px 12px;
}
.exchange .thought dl {
  margin-bottom: 17px;
}
.exchange .thought dl dt {
  position: inherit;
  width: auto;
  font-size: 15px;
  padding: 5px 8px 5px 15px;
  margin-bottom: 0;
}
.exchange .thought dl dd {
  font-size: 14px;
  padding: 15px;
}
.exchange .thought dl dd .people_img {
  float: none;
  width: auto;
  text-align: center;
}
.exchange .thought dl dd .text {
  float: none;
  width: auto;
  padding-top: 10px;
}
.exchange .thought .special dd:nth-child(2) {
  padding-bottom: 10px;
}
.exchange .thought .special dd:nth-child(3) {
  padding: 0 15px 15px 15px;
}
.exchange .thought .special dd:nth-child(3) .text {
  padding-top: 10px;
  border-top: none;
}
.exchange .thought .special dd:nth-child(3) .people_img {
  padding-top: 10px;
  border-top: 1px solid #595959;
}
}
/*----------------------------------------
    .environment
----------------------------------------*/
.environment .environment_title {
  background: #74cdf8;
}
.environment .preface {
  border-color: #74cdf8;
  border-top-color: #74cdf8;
  box-shadow: 20px 20px 0 #f1faff;
}
.environment .preface_title {
  color: #74cdf8;
  padding-left: 38px;
  background: url(../../img/contribution/csr/bg-preface_environment_title.png) no-repeat left center;
}
.environment .preface_text .strong {
  display: block;
  font-weight: bold;
  text-indent: 0;
  margin-top: 28px;
}
.environment .outline {
  padding: 34px 0 42px 0;
}
.environment .outline .text {
  float: left;
}
.environment .outline .text dl {
  width: 400px;
  padding-left: 17px;
}
.environment .outline .text dt {
  font-size: 150%;
  font-weight: bold;
  padding-left: 17px;
  background: url(../../img/contribution/csr/bg-dot_blue.png) no-repeat left center;
}
.environment .outline .text dd {
  font-size: 134%;
  line-height: 1.75;
  text-indent: 32px;
  padding: 6px 0 0 17px;
}
.environment .outline .outline_img {
  float: right;
  padding-top: 5px;
}
.environment .theme_inner {
  padding-top: 42px;
}
.environment .theme .text {
  float: left;
  width: 290px;
  font-size: 134%;
  padding-left: 40px;
}
.environment .theme .text .logo {
  text-align: center;
}
.environment .theme .text ul {
  padding-top: 38px;
}
.environment .theme .text li {
  line-height: 1.5;
  padding-left: 17px;
  background: url(../../img/contribution/csr/bg-dot_blue.png) no-repeat left 9px;
  margin-bottom: 5px;
}
.environment .theme .loop_img {
  float: right;
  padding: 14px 37px 0 0;
}
.environment .theme .flow_img {
  text-align: center;
  padding: 46px 0 57px 0;
}
.environment .purpose_inner {
  padding: 18px 35px 0 35px;
}
.environment .purpose .text {
  font-size: 134%;
  line-height: 1.75;
}
.environment .purpose_inner .text:first-child {
  text-indent: 32px;
}
.environment .purpose .downloat_btn {
  width: 480px;
  background: #2197d0;
  border-radius: 10px;
  margin: 34px auto 25px auto;
}
.environment .purpose .downloat_btn a {
  display: block;
  font-size: 0;
  color: #ffffff;
  text-align: center;
  padding: 11px 15px;
}
.environment .purpose .downloat_btn a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70 );
  opacity: 0.7;
}
.environment .purpose .downloat_btn a span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 70px 15px 0;
  background: url(../../img/contribution/csr/bg-download_blue.png) no-repeat right center;
}
.environment .activity_photo {
  padding-top: 58px;
}
.environment .activity_photo ul {
  padding: 30px 0 40px 0;
}
.environment .activity_photo ul li {
  float: left;
  padding: 0 0 25px 17px;
}
.environment .activity_photo ul li:nth-child(3n-2) {
  padding-left: 0;
}
@media screen and (max-width : 1200px) {
/*----------------------------------------
    .environment
----------------------------------------*/
.environment .outline .text {
  width: 54%;
}
.environment .outline .text dl {
  width: auto;
}
.environment .outline .outline_img {
  width: 42%;
}
.environment .outline .outline_img img,
.environment .theme .loop_img img,
.environment .theme .text .logo img,
.environment .theme .flow_img img,
.environment .activity_photo ul li img {
  width: 100%;
  height: auto;
}
.environment .outline .outline_img img {
  max-width: 100%;
}
.environment .theme .text {
  width: 37.6%;
  padding-left: 5.1%;
}
.environment .theme .text .logo img {
  max-width: 230px;
}
.environment .theme .loop_img {
  width: 50%;
  padding-right: 4.8%;
}
.environment .theme .flow_img img {
  max-width: 706px;
}
.environment .purpose_inner {
  padding: 18px 4.5% 0 4.5%;
}
.environment .purpose .downloat_btn {
  width: 68.6%;
}
.environment .activity_photo ul li {
  width: 32%;
  padding-left: 2%;
}
}
@media screen and (max-width : 767px) {
/*----------------------------------------
    .environment
----------------------------------------*/
.environment .preface {
  box-shadow: 10px 10px 0 #f1faff;
}
.environment .preface_title {
  padding-left: 30px;
  background-size: 22px auto !important;
}
.environment .preface_text .strong {
  margin-top: 14px;
}
.environment .outline {
  padding: 17px 0 21px 0;
}
.environment .outline .text,
.environment .outline .outline_img {
  float: none;
  width: auto;
}
.environment .outline .text dl {
  width: auto;
  padding: 0 8px;
}
.environment .outline .text dt {
  font-size: 16px;
  padding-left: 12px;
  background-size: 6px auto;
}
.environment .outline .text dd {
  font-size: 14px;
  text-indent: 28px;
  padding: 6px 12px 0 12px;
}
.environment .outline .outline_img {
  text-align: center;
  padding-top: 10px;
}
.environment .outline .outline_img img {
  max-width: 325px;
}
.environment .theme_inner {
  padding-top: 20px;
}
.environment .theme .text {
  float: none;
  width: auto;
  font-size: 14px;
  padding: 0 10px;
}
.environment .theme .text ul {
  padding-top: 20px;
}
.environment .theme .text li {
  padding-left: 17px;
  background-position: left 7px;
}
.environment .theme .loop_img {
  float: none;
  width: auto;
  text-align: center;
  padding: 14px 10px 0 10px;
}
.environment .theme .loop_img img {
  max-width: 385px;
}
.environment .theme .flow_img {
  padding: 23px 0 28px 0;
}
.environment .purpose_inner {
  padding: 10px 10px 0 10px;
}
.environment .purpose .text {
  font-size: 14px;
}
.environment .purpose_inner .text:first-child {
  text-indent: 28px;
}
.environment .purpose .downloat_btn {
  width: 100%;
  margin: 17px auto 12px auto;
}
.environment .purpose .downloat_btn a {
  padding: 5px 8px;
}
.environment .purpose .downloat_btn a span {
  font-size: 16px;
  padding: 8px 40px 8px 0;
  background-size: 30px auto;
}
.environment .activity_photo {
  padding-top: 30px;
}
.environment .activity_photo ul {
  padding: 15px 0 20px 0;
}
.environment .activity_photo ul li {
  width: 48%;
  text-align: right;
  padding: 0 0 12px 0;
}
.environment .activity_photo ul li:nth-child(2n) {
  float: right;
  text-align: left;
}
.environment .activity_photo ul li img {
  max-width: 245px;
}
}
/*----------------------------------------
    .day
----------------------------------------*/
.day {
  color: #626262;
}
.day .day_title {
  background: #ffd132;
}
.day .preface {
  border-color: #ffd132;
  border-top-color: #ffd132;
  box-shadow: 20px 20px 0 #fffcf0;
  margin-bottom: 60px;
}
.day .preface_title {
  color: #ffd132;
  padding-left: 38px;
  background: url(../../img/contribution/csr/bg-preface_day_title.png) no-repeat left center;
}
.day .dot_title {
  font-size: 150%;
  font-weight: bold;
  padding-left: 17px;
  background: url(../../img/contribution/csr/bg-dot_yellow.png) no-repeat left 11px;
  margin: 19px 0 20px 0;
}
.day .method {
  margin-bottom: 40px;
}
.day .method_list li {
  float: left;
  padding-bottom: 6px;
  margin-left: 37px;
}
.day .method_list li:first-child {
  margin-left: 0;
}
.day .method_list dl {
  width: 232px;
}
.day .method_list dt,
.day .method_list dd {
  border: 1px solid #ffd132;
}
.day .method_list dt {
  position: relative;
}
.day .method_list dt img {
  width: 100%;
  max-width: 230px;
  height: auto;
}
.day .method_list dt p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 12px;
  background: url(../../img/contribution/csr/bg-triangle.png) no-repeat right center;
}
.day .method_list dt p span{
  display: block;
  font-size: 150%;
  font-weight: bold;
  color: #2e2d2d;
  padding: 2px 18px 1px 20px;
  background: #ffd132;
}
.day .method_list dd {
  font-size: 134%;
  line-height: 1.75;
  box-shadow: 6px 6px 0 #fffcf0;
}
.day .method_list dd p {
  padding: 16px 18px 18px 18px;
}
.day .condition {
  margin-bottom: 50px;
}
.day .condition .text {
  float: left;
  width: 265px;
}
.day .condition .dot_title {
  margin-bottom: 0;
}
.day .condition .text p {
  font-size: 134%;
  line-height: 1.75;
  text-indent: 32px;
  padding: 8px 0 0 17px;
}
.day .condition .data {
  float: right;
  padding: 20px 32px 30px 23px;
  background: #ffdf72;
}
.day .condition .data_inner {
  padding-left: 140px;
  background: url(../../img/contribution/csr/bg-day_data.png) no-repeat left center;
}
.day .condition .data dl {
  display: table;
  width: 255px;
  font-size: 134%;
  line-height: 1.45;
}
.day .condition .data dl dt,
.day .condition .data dl dd {
  display: table-cell;
}
.day .condition .data dl dt {
  color: #2e2d2d;
}
.day .condition .data dl dd {
  color: #e5004f;
  text-align: right;
}
.day .condition .data dl dd .figure {
  font-size: 137.5%;
  font-weight: bold;
}
.day .activity_photo {
padding-bottom: 95px;
}
.day .activity_photo li {
  float: left;
  padding-left: 17px;
  margin-top: 26px;
}
.day .activity_photo li:nth-child(3n-2) {
  padding-left: 0;
}
.day .clean_activity {
  padding: 0 28px 32px 46px;
  border: 2px solid #8fc31f;
  border-radius: 10px;
  margin-bottom: 73px;
}
.day .clean_activity .clean_title {
  font-size: 0;
  text-align: center;
  margin: -17px 0 24px 0;
}
.day .clean_activity .clean_title span {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #8fc31f;
  padding-left: 32px;
  background: url(../../img/contribution/csr/bg-clean_title.png) no-repeat left center #ffffff;
}
.day .clean_activity .text {
  float: left;
  width: 360px;
  font-size: 134%;
  line-height: 1.75;
}
.day .clean_activity .text p {
  text-indent: 32px;
}
.day .clean_activity .photo {
  float: right;
  padding-top: 7px;
}
@media screen and (max-width: 1200px) {
/*----------------------------------------
    .day
----------------------------------------*/
.day .method_list li {
  width: 30%;
  margin-left: 5%;
}
.day .method_list dl {
  width: auto;
}
.day .condition .text {
  width: 31%;
}
.day .condition .data_inner {
  padding-left: 130px;
}
.day .condition .data dl {
  width: 220px;
}
.day .activity_photo li {
  width: 32%;
  text-align: center;
  padding-left: 2%;
}
.day .activity_photo li img {
  width: 100%;
  max-width: 245px;
  height: auto;
}
.day .clean_activity .text {
  width: 52%;
}
.day .clean_activity .photo {
  width: 44%;
}
.day .clean_activity .photo img {
  width: 100%;
  max-width: 305px;
  height: auto;
}
}
@media screen and (max-width: 979px) {
.day .condition .data {
  padding: 10px 16px 15px 12px;
  margin-top: 14px;
}
.day .condition .data_inner {
  padding-left: 90px;
  background-size: 80px auto;
}
.day .condition .data dl {
  width: 185px;
  font-size: 117%;
}
.day .condition .data dl dd .figure {
  font-size: 125%;
}
.day .clean_activity .clean_title span {
  font-size: 18px;
}
}
@media screen and (max-width: 767px) {
/*----------------------------------------
    .day
----------------------------------------*/
.day .preface {
  box-shadow: 10px 10px 0 #fffcf0;
  margin-bottom: 30px;
}
.day .preface_title {
  padding-left: 30px;
  background-size: 24px auto !important;
}
.day .dot_title {
  font-size: 16px;
  padding-left: 12px;
  margin: 10px 0;
}
.day .method {
  margin-bottom: 10px;
}
.day .method_list li {
  float: none;
  width: auto;
  max-width: 230px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.day .method_list li:first-child {
  margin: 0 auto;
}
.day .method_list dl {
  width: auto;
}
.day .method_list dt p span{
  font-size: 16px;
  padding: 2px 9px 1px 10px;
}
.day .method_list dd {
  font-size: 14px;
}
.day .method_list dd p {
  padding: 8px 9px 9px 9px;
}
.day .condition {
  margin-bottom: 25px;
}
.day .condition .text {
  float: none;
  width: auto;
}
.day .condition .text .dot_title {
  margin-bottom: 5px;
}
.day .condition .text p {
  font-size: 14px;
  text-indent: 28px;
  padding-left: 12px;
}
.day .condition .data {
  float: none;
  padding: 10px 16px 15px 12px;
  margin: 10px 0 25px 0;
}
.day .condition .data_inner {
  padding: 70px 0 0 0;
  width: auto;
  max-width: 450px;
  background-position: center top;
  background-size: 100px auto;
  margin: 0 auto;
}
.day .condition .data dl {
  width: 100%;
  font-size: 14px;
}
.day .condition .data dl dd .figure {
  font-size: 20px;
}
.day .activity_photo {
  padding-bottom: 46px;
}
.day .activity_photo li {
  float: left;
  width: 48%;
  text-align: right;
  padding-left: 0;
  margin-top: 12px;
}
.day .activity_photo li:nth-child(even) {
  float: right;
  text-align: left;
}
.day .activity_photo li img {
  max-width: 245px;
}
.day .clean_activity {
  padding: 0 18px 16px 18px;
  margin-bottom: 36px;
}
.day .clean_activity .clean_title {
  margin: -17px 0 24px 0;
}
.day .clean_activity .clean_title span {
  font-size: 18px;
  padding-left: 24px;
  background-position: left 4px;
  background-size: 18px auto;
}
.day .clean_activity .text {
  float: none;
  width: auto;
  font-size: 14px;
}
.day .clean_activity .text p {
  text-indent: 28px;
}
.day .clean_activity .photo {
  float: none;
  width: auto;
  text-align: center;
}
}
/*----------------------------------------
    .flower
----------------------------------------*/
.flower .preface {
  border-color: #f05c6d;
  box-shadow: 20px 20px 0 #fff2f3;
  margin-bottom: 60px;
}
.flower .preface_title {
  background: url(../../img/contribution/csr/bg-preface_flower_title.png) no-repeat left center;
  color: #f05c6d;
}
.flower .preface_img {
  text-align: center;
  width: 320px;
}
.flower .flower_title {
  background: #f05c6d;
}
.flower .flower_text {
  font-size: 134%;
  line-height: 1.7;
  text-indent: 32px;
  padding: 28px 30px;
}
.flower .flower_text span {
  display: block;
}
.flower .activity > ul > li {
  width: 375px;
  float: left;
  background: #fff2f3; 
}
.flower .activity > ul > li:first-child {
  margin-right: 20px;
}
.flower .activity > ul > li .activity_title {
  background: #f05c6d;
  color: #ffffff;
  font-size: 150%;
  text-align: center;
  padding: 12px 0 14px 0;
}
.flower .activity > ul > li .ttl {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  background: url(../../img/contribution/csr/ico-children.png) no-repeat center top;
  padding-top: 64px;
  margin-top: 35px;
}
.flower .activity > ul > li ul {
  padding: 18px 40px 27px 40px;
}
.flower .activity > ul > li ul li {
  font-size: 134%;
  padding-left: 10px;
  text-indent: -14px;
  margin-bottom: 2px;
}
.flower .activity > ul > li ul li span {
  color: #f05c6d;
}
.flower .activity > ul > li .text_area {
  padding: 0 45px;
}
.flower .activity > ul > li .name {
  font-size: 150%;
  font-weight: bold;
  color: #f66375;
  border-top: 1px solid #f05c6d;
  border-bottom: 1px solid #f05c6d;
  text-align: center;
  line-height: 1.6;
  padding: 43px 0;
  margin-top: 34px;
}
.flower .activity > ul > li .note {
  font-size: 117%;
  line-height: 1.7;
  margin: 23px 0 27px 0;
}
.flower .state {
  margin-top: 55px
}
.flower .state .state_table {
  margin-top: 25px;
}
.flower .state .state_table dl {
  display: table;
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  font-size: 134%;
}
.flower .state .state_table dl:first-child {
  border-top: 1px solid #bfbfbf;
}
.flower .state .state_table dl dt {
  display: table-cell;
  width: 18%;
  background: #fff2f3;
  padding: 14px 0 13px 36px;
}
.flower .state .state_table dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 82%;
  line-height: 1.8;
  padding: 14px 0 5px 40px;
}
.flower .btn {
  width: 480px;
  background: #a40000;
  border-radius: 10px;
  margin: 40px auto 21px auto;
}
.flower .btn a {
  display: block;
  font-size: 0;
  color: #ffffff;
  text-align: center;
  padding: 11px 15px;
}
.flower .btn a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70 );
  opacity: 0.7;
}
.flower .btn a span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 70px 15px 0;
  background: url(../../img/contribution/csr/ico-download.png) no-repeat right center;
}
.flower .activity_note {
  font-size: 134%;
  text-align: center;
  margin-bottom: 48px;
} 
.flower .flower_activity ul {
  padding: 30px 0 5px 0;
}
.flower .flower_activity li {
  float: left;
  width: 245px;
  font-size: 117%;
  text-align: center;
  padding-left: 17px;
  margin-bottom: 38px;
}
.flower .flower_activity li:nth-child(3n-2) {
  padding-left: 0;
}
.flower .flower_activity li .activity_img {
  display: block;
}
.flower .flower_activity li .text {
  line-height: 1.75;
  padding-top: 8px;
  font-size: 117%;
}

@media screen and (max-width: 1200px) {
.flower .btn {
  width: 68.6%;
}
.flower .state .state_table dl dt {
  width: 85px;
  padding: 14px 18px 13px 18px;
}
.flower .state .state_table dl dd {
  width: auto;
  padding: 14px 20px 5px 20px;
}
}
@media screen and (max-width: 1140px) {
.flower .preface_img img {
  width: auto;
}
.flower .activity > ul > li {
  width: 49%;
}
.flower .activity > ul > li:first-child {
  margin-right: 2%;
}
.flower .flower_activity li {
  width: 32%;
  padding-left: 2%;
}
.flower .flower_activity li img {
  width: 100%;
  max-width: 245px;
  height: auto;
}
.flower .preface_img {
  width: 51%;
}
}

@media screen and (max-width: 767px) {
.flower .preface_img {
  width: 100%;
}
.flower .preface {
  margin-bottom: 30px;
  box-shadow: 10px 10px 0 #fff2f3;
}
.flower .flower_text {
  font-size: 14px;
  text-indent: 28px;
  padding: 15px; 
}
.flower .activity > ul > li {
  width: 100%;
}
.flower .activity > ul > li:first-child {
  margin: 0 0 15px 0;
}
.flower .activity > ul > li .activity_title {
  font-size: 16px;
}
.flower .activity > ul > li .ttl {
  padding-top: 55px;
  margin-top: 27px;
}
.flower .activity > ul > li ul {
  padding: 10px 20px 10px 20px;
}
.flower .activity > ul > li ul li {
  font-size: 14px;
}
.flower .activity > ul > li .name {
  font-size: 16px;
  padding: 20px 0;
  margin-top: 17px;
}
.flower .activity > ul > li .text_area {
  padding: 0 20px;
}
.flower .activity > ul > li .note {
  font-size: 12px;
  margin: 10px 0 15px 0;
}
.flower .state {
  margin-top: 25px;
}
.flower .state .state_table {
  margin-top: 12px;
}
.flower .state .state_table dl {
  font-size: 14px;
  display: block;
}
.flower .state .state_table dl dt {
  display: block;
  width: 100%;
  padding: 12px 18px;
  box-sizing border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.flower .state .state_table dl dd {
  display: block;
  padding: 12px 18px;
  width: 100%;
  padding-left: 18px;
  box-sizing border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.flower .btn {
  width: 100%;
  margin: 20px auto 10px auto;
}
.flower .btn a {
  padding: 5px 8px;
}
.flower .btn a span {
  font-size: 16px;
  padding: 8px 40px 8px 0;
  background-size: 30px auto;
}
.flower .activity_note {
  font-size: 14px;
  margin-bottom: 24px;
}
.flower .flower_activity ul {
  padding: 15px 0 5px 0;
}
.flower .flower_activity li {
  width: 48%;
  float: left;
  padding-left: 0;
  margin-bottom: 19px;
}
.flower .flower_activity li:nth-child(even) {
  float: right;
}
.flower .flower_activity li .list_inner {
  float: right;
}
.flower .flower_activity li:nth-child(even) .list_inner {
  float: left;
}
.flower .flower_activity li .text {
  font-size: 12px;
}
}

.social {
  display: none;
}

.aside .business_menu > li:last-child {
  display: none;
}