@charset "UTF-8";
/* CSS Document */

/* 世界の問題と子どもたちトップ */
.main-visual--children-top {
  background-image: url(/children/item_img/index_mv_20210906_sp01.jpg);
}
.main-visual-wrapper--children-top h1 {
  color: #ffffff;
}
.main-visual-wrapper--children-top p {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .main-visual--children-top {
    background-image: url(/children/item_img/index_mv_20210906_pc01.jpg);
  }
  .main-visual-wrapper--children-top h1 {
    color: #ffffff;
  }
  .main-visual-wrapper--children-top p {
    color: #ffffff;
  }
  .main-visual-wrapper--children-top {
    width: 980px;
  }
}

/* SEO記事 テーブル */
table.table--seo-01, table.table--seo-01 th, table.table--seo-01 td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table.table--seo-01 th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
}
table.table--seo-01 td {
  padding: 10px;
  vertical-align: top;
}

table.table--seo-01 tr:nth-child(even) {
  background: #d9d9d9;
}