@charset "utf-8";

/* ====================================================================
 各ページの設定
==================================================================== */


/* 企業によるご支援の事例 下層（各企業のページ）
--------------------------------------------------------- */
body.ex-lower {}

/* タイトル */
#contents .cmn-title01 {
    font-size: 3.6rem;
}

@media print, screen and (max-width: 639px) {
  #contents .cmn-title01 {
      font-size: 2.6rem;
  }
}

@media print {
  #contents .cmn-title01 {
      font-size: 2.8rem;
  }
}

.border-title_gray {
  margin: 20px 0;
  padding: 0 0 4px;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  line-height: 1.5;
}

/* カテゴリー */
.c-category {
  display: inline-block;
  margin-top: 60px !important;
  color: #09f;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  vertical-align: middle;
}
.c-category:before {
  display: inline-block;
  content: "";
  border-radius: 100vh;
  background: #ccebff;
  width: 29px;
  height: 29px;
  margin: 0 10px 0 0;
}

/* 画像設定 */
.ex-img.m-rl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.ex-img img {
  width: 100%;
  height: auto;
}
.ex-img .cap {
  /*border-radius: 0 0 6px 6px;
  background-color: #f8f8f8; */
  margin-bottom: 0 !important;
  padding: 6px;
  display: block;
  font-size: 1.4rem;
}
.ex-img .cap .cap_copy {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}
.ex-img .cap .cap_txt {
  display: block;
}
@media print, screen and (max-width: 639px) {
  .ex-lower .ex-img {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/* 動画設定 */
.ex-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.ex-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (max-width: 639px) {
  .ex-movie {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/* 囲みエリア */
.box_block {
  border-radius: 6px;
  padding: 20px;
}
.box_block_blue {
  background-color: #deeef9;
}
.box_block_yellow {
  background-color: #f7f9de;
}
.box_block_s {
  width: 80%;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media print, screen and (max-width: 639px) {
  .box_block_s {
    width: 100%;
  }
}

/* flex　2列・3列以外の幅の指定はhtml側で各アイテムに「w-45-md w-45-sm w-100-xs」などを入れて設定 */
.box_block_row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

/* 2列 */
.box_block_row2 .row-img {
  width: 50%;
}
@media print, screen and (max-width: 639px) {
  .box_block_row2 .row-img {
    width: 100%;
  }
}

/* 3列 */
.box_block_row3 .row-img {
  width: calc(100% / 3);
}
@media print, screen and (max-width: 639px) {
  .box_block_row3 .row-img {
    width: 100%;
  }
}
/* 2列・3列　画像設定 */
@media print, screen and (max-width: 639px) {
  .box_block_row .row-img {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.box_block_row .row-img img {
  width: 100%;
  height: auto;
}

/* リンク */
.link_icon {}
.link_icon a {
}
.link_icon a:after {
  display: inline-block;
  color: #09f;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  content: "\f054";
  font-weight: 900;
  padding-left: 10px;
}

.link_txt a {
  color: #09f;
}
.link_txt a:hover {
  color: #09f;
  text-decoration: underline;
}

/* 関連リンク */
.list_related {}
.list_related li {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
  background: none !important;
  padding: 8px 3em 8px 1em !important;
}
.list_related li a {
  display: block;
}
.list_related li a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background: url("https://www.unicef.or.jp/cooperate/company/assets/img/icon-circle-arrow-right01-blue01.png") 0 0 no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

/* ■アイコンリスト */
.list_disc {}
.list_disc > li {
  position: relative;
  display: inline-block;
  width: calc(100% - 20px);
  margin-left: 20px;
  padding: 0 !important;
  background: none !important;
}
.list_disc > li:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  color: #09f;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  content: "\f0c8";
  font-weight: 900;
  text-indent: -20px;
}

/* 出典 */
.source_block {}
.source_block dt {}
.source_block dd {}
.source_block dd cite {
  display: block;
  font-size: 1.2rem;
}

/* 下線 */
.bdr-b_gray {
  border-bottom: 1px solid #ccc;
}
