@charset "utf-8";

/****************************************
          General Setting
*****************************************/
html,body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* 10px */
}
body {
	background: #DCEEFC;
	width: 100%;
  color: #000;
	font-size: 1.6rem; /* 16px */
	font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.5;
}

img {
   vertical-align: bottom;
}

#contents > p {
	text-align: justify;
 	text-justify: inter-ideograph;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }

/****************************************
          Typography
*****************************************/
.red {color: #ff0000;}
.fs12 {font-size: 1.2rem; /* 12px */ }
.fs14 {font-size: 1.4rem; /* 14px */ }
.fs18 {font-size: 1.8rem; /* 18px */ }

/****************************************
          Link
*****************************************/
a {
	color: #151955;
	text-decoration: underline;
}
a:hover {
	color: #151955;
	text-decoration: none;
}
#contents a:hover,
#contents a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

/****************************************
          共通
*****************************************/
.flR {float: right;}
.flL {float: left;}
.taR {text-align: right !important;}
.taL {text-align: left !important;}
.taC {text-align: center !important;}

.bold {font-weight:bold !important;}

.mgn0 {margin: 0 !important;}
.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pl0{padding-left:0px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pr0{padding-right:0px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.clear {clear:both;}

.sp {display: none !important;}
.pc {display: block;}

/****************************************
          Layout
*****************************************/
#container {
	background: #fff;
	width: 980px;
	margin: 0 auto;
}
.header {
	background:#09f;
}
#footer {
	background:#09f;
}

/****************************************
          header
*****************************************/
#header > div {
	background:#09f;
	width:980px;
	margin:auto;
}

/****************************************
          footer
*****************************************/
#footer > div {
	background:#09f;
	width:980px;
	margin:auto;
	padding:20px 0;
}
#footer > div > p {
	color:#fff;
	font-family:meiryo;
	line-height:1.4em;
	font-size:12px;
}

/****************************************
          main_area
*****************************************/
#main_area {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 54px;
}
#main_area h1 {
	padding-top: 10px;
}
#main_area .btn_poster {
	width: 433px;
	margin: 28px 0 0 auto;
}
#main_area .txt {
	margin: 36px 14px 0;
	color: #005d78;
}
#main_area .txt + .txt {
	margin-top: 26px;
}

/****************************************
          contents
*****************************************/
#contents {
	width: 980px;
	margin: 0 auto;
}

/* kids2018 */
#contents .kids2018 {
	background: #dceefc url(../img/idx_con_bar.png) center top no-repeat;
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}
#contents .kids2018 h2 {
	position: relative;
	background: #fff;
	width: 940px;
	height: 100px;
	margin: 0 auto;
}
#contents .kids2018 h2 .tit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#contents .kids2018 h2 .sub {
	position: absolute;
	top: -40px;
	left: 36px;
}
#contents .kids2018 h2:after {
	position: absolute;
	right: 76px;
	bottom: -39px;
	content: url(../img/idx_con_fuki.png);
}
#contents .kids2018 ul {
	display: -webkit-flex;
  display: flex;
	flex-wrap: wrap;
	width: 940px;
	margin: 55px auto 0;
}
#contents .kids2018 ul li {
	-webkit-box-shadow: 2px 2px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(238,238,238,1);
	box-shadow: 2px 2px 2px 0px rgba(238,238,238,1);
	background-color: #fff;
	width: 306px;
	margin-bottom: 10px;
}
	#contents .kids2018 ul li:nth-child(2), #contents .kids2018 ul li:nth-child(3), #contents .kids2018 ul li:nth-child(5) {
		margin-left: 10px;
	}
#contents .kids2018 ul li a {
	color: #fff;
	text-decoration: none;
}
#contents .kids2018 ul li h3 {
	position: relative;
	width: 306px;
	height: 186px;
}
#contents .kids2018 ul li h3 .tit {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#contents .kids2018 ul li h3 .pic {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#contents .kids2018 ul li p {
	position: relative;
	display: table-cell;
	width: 306px;
	height: 110px;
	padding-left: 15px;
	vertical-align: middle;
}
	#contents .kids2018 ul li:nth-child(1) p {
		background-color: #e78733;
	}
	#contents .kids2018 ul li:nth-child(2) p {
		background-color: #0aa07d;
	}
	#contents .kids2018 ul li:nth-child(3) p {
		background-color: #cc4c63;
	}
	#contents .kids2018 ul li:nth-child(4) p {
		background-color: #4ba3a5;
	}
	#contents .kids2018 ul li:nth-child(5) p {
		background-color: #d53d30;
	}
#contents .kids2018 ul li p i {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 1.6em;
}

/* bnr_2017 */
#contents .bnr_2017 {
	width: 438px;
	margin: 25px 10px 0 auto;
	padding-bottom: 25px;
}

/****************************************
      やってみよう！ポスタートーク
*****************************************/
.poster_talk {
	position:relative;
	z-index:-100;
	overflow-x:hidden;
}
.poster_talk:before {
	font-family:FontAwesome;
	content:"\f128";
	color:#b1d9f9;
	position:absolute;
	top:-80px;
	right:20px;
	font-size:260px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
	z-index:-50;
}
h2 {
  font-size: 26px;
  color: #007ad8;
  padding: 30px 20px 10px;
}
.talk_main {
	margin: 0 20px;
}
.talk_main h3 {
	color: #005d78;
}
.talk_main .img {
	width:45%;
}
.talk_main .img img {
	width: 100%;
}
.talk_main div {
	width: 50%;
}
.talk_main ol {
	display:inline-block;
	padding-left: 1.5em;
}
.talk_main ol li {
	color:#005d78;
	margin:10px 0;
}
.talk_main ol li:nth-child(1) {
	padding-right: 120px;
}
.poster_talk p.comment {
	margin:30px 0;
	color: #005d78;
}

/****************************************
          kids_contents
*****************************************/
/****** 共通 ******/
#kids_contents section p.txt {
	margin-right: 15px;
	margin-left: 15px;
	line-height: 1.875;
}
#kids_contents section .cap {
	position: relative;
	display: block;
	background: #fff;
	padding: 10px 10px 15px;
	text-align: center;
}
#kids_contents section .cap:before {
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	content: url(../img/kids_cap_fuki.png);
}

/* mainまわり */
#kids_contents {
	width: 780px;
	margin: 20px auto;
}
#kids_contents section {
	color: #fff;
}
#kids_contents section h2 {
	position: relative;
	padding: 11px 24px 14px 14px;
	color: #fff;
	font-size: 3.6rem;
	font-weight: normal;
}
#kids_contents section h2 p {
	font-size: 2.4rem;
}
#kids_contents section h2:after {
	position: absolute;
	right: 80px;
	bottom: -54px;
}
	#kids_contents .kids01 h2:after { content: url(../img/kids01_h2_fuki.png); }
	#kids_contents .kids02 h2:after { content: url(../img/kids02_h2_fuki.png); }
	#kids_contents .kids03 h2:after { content: url(../img/kids03_h2_fuki.png); }
	#kids_contents .kids04 h2:after { content: url(../img/kids04_h2_fuki.png); }
	#kids_contents .kids05 h2:after { content: url(../img/kids05_h2_fuki.png); }

/* about */
#kids_contents section .about {
	border: 10px solid #fff;
	background: #eee;
	color: #000;
}
#kids_contents section .about h3 {
	margin: 10px 10px 0;
	font-size: 2.4rem;
	font-weight: normal;
}
#kids_contents section .about h3 i {
	font-size: 3.6rem;
	vertical-align: middle;
}
	#kids_contents .kids01 .about h3 i { color: #e78733; }
	#kids_contents .kids02 .about h3 i { color: #0aa07d; }
	#kids_contents .kids03 .about h3 i { color: #cc4c63; }
	#kids_contents .kids04 .about h3 i { color: #4ba3a5; }
	#kids_contents .kids05 .about h3 i { color: #d53d30; }

/* movie */
#kids_contents section .movie {
	background: #fff;
	padding: 40px 0;
	color: #000;
	text-align: center;
}
#kids_contents section .movie li {
	width: 90%;
	margin: 0 auto;
}
#kids_contents section .movie li + li {
	margin-top: 30px;
	padding-top: 30px;
}
	#kids_contents  .kids01 .movie li + li { border-top: 1px solid #e78733; }
	#kids_contents  .kids02 .movie li + li { border-top: 1px solid #0aa07d; }
	#kids_contents  .kids03 .movie li + li { border-top: 1px solid #cc4c63; }
	#kids_contents  .kids04 .movie li + li { border-top: 1px solid #4ba3a5; }
	#kids_contents  .kids05 .movie li + li { border-top: 1px solid #d53d30; }
#kids_contents section .movie p {
	margin-top: 30px;
}

/* btn_bokin */
#kids_contents section .btn_bokin {
	background: #eee;
	padding: 26px 20px;
	text-align: right;
}

/****** kids01 - リベールくん、15歳（エクアドル） ******/
#kids_contents .kids01 {
	background: #e78733;
}
/* volunteer */
#kids_contents section .volunteer {
	background: #f6e5d5;
	padding: 10px;
	color: #000;
}
#kids_contents section .volunteer h3 {
	position: relative;
	background: #ecceb4;
	padding: 10px 10px 10px 85px;
	color: #e78733;
	font-size: 2.4rem;
	font-weight: bold;
}
#kids_contents section .volunteer h3 span {
	position: absolute;
	top: -22px;
	left: -10px;
}
#kids_contents section .volunteer .cap .cpr {
	display: block;
}

/****** kids02 - ファトゥマさん、10歳（シエラレオネ） ******/
#kids_contents .kids02 {
	background: #0aa07d;
}
#kids_contents .kids02 .movie h2 {
	background-color: #b8e0d7;
	margin-bottom: 20px;
	padding: 8px 2px 8px 20px;
	color: #0aa07d;
	font-size: 2.0rem;
}
#kids_contents .kids02 .movie h2:after {
	content: "";
}

/****** kids03 - サジャさん、12歳（シリア） ******/
#kids_contents .kids03 {
	background: #cc4c63;
}

/****** kids04 - モハマドくん、10歳（バングラデシュ） ******/
#kids_contents .kids04 {
	background: #4ba3a5;
}
/* faq */
#kids_contents section .faq {
	background: #d4e8e8;
	padding: 10px;
	color: #000;
}
#kids_contents section .faq h3 {
	background: #bdd7d7;
	padding: 10px;
	color: #4ba3a5;
	font-size: 2.4rem;
	font-weight: bold;
}
#kids_contents section .faq ul {
	margin: 0 10px;
}
#kids_contents section .faq ul li + li {
	border-top: 2px solid #bdd7d7;
	margin-top: 24px;
}
#kids_contents section .faq ul li dl dt {
	margin-top: 24px;
}
#kids_contents section .faq ul li dl dd {
	margin-top: 24px;
}
#kids_contents section .faq ul li dl dt, #kids_contents section .faq ul li dl dd {
	position: relative;
	padding-left: 46px;
	min-height: 36px;
}
#kids_contents section .faq ul li dl dt:before, #kids_contents section .faq ul li dl dd:before {
	position: absolute;
	top: -8px;
	left: 0;
	display: inline-block;
	border-radius: 50%;        /* CSS3草案 */
  -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;   /* Firefox用 */
	background-color: #4ba3a5;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 2.2rem;
	text-align:center;
  line-height: 36px;
  vertical-align: middle;
}
#kids_contents section .faq ul li dl dt:before {
	content: "Q";
}
#kids_contents section .faq ul li dl dd:before {
	content: "A";
}

/****** kids05 - ユニスくん、13歳（パレスチナ） ******/
#kids_contents .kids05 {
	background: #d53d30;
}
/* daily */
#kids_contents .kids05 .daily {
	background: #f9f3f2;
	padding: 10px;
	color: #000;
}
#kids_contents .kids05 .daily h3 {
	background: #efdedc;
	padding: 10px;
	color: #d53d30;
	font-size: 2.4rem;
	font-weight: bold;
}
#kids_contents .kids05 .daily ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#kids_contents .kids05 .daily ol li {
	list-style-type: none;
	background-color: #fff;
	width: 48%;
	flex-grow: 2;
	margin-top: 10px;
}
	#kids_contents .kids05 .daily ol li:nth-child(odd) {
		margin-right: 5px;
	}
	#kids_contents .kids05 .daily ol li:nth-child(even) {
		margin-left: 5px;
	}
	#kids_contents .kids05 .daily ol li:last-child {
		margin-right: 0px;
	}
#kids_contents .kids05 .daily ol li dl dt {
	position: relative;
}
#kids_contents .kids05 .daily ol li dl dt .no {
	position: absolute;
	top: 0;
	left: 0;
}
#kids_contents .kids05 .daily ol li dl dd {
	padding: 10px;
}
#kids_contents .kids05 .daily ol li dl p + p {
	margin-top: 10px;
}
#kids_contents .kids05 .daily ol li dl dd img {
	vertical-align: middle;
}
#kids_contents .kids05 .daily ol li dl .family {
	background-color: #efdedc;
	color: #d53d30;
	padding: 3px 0;
}

/****** scroll ******/
#scroll {
	position: fixed;
  z-index: 9999;
  bottom: 10vh;
  left: 90%;
  width: 100%;
  transition: .3s;
}

/******************************************************************************************************/
@media screen and (max-width:640px){

.pc {display: none;}
.sp {display: block !important;}

/****************************************
          Layout
*****************************************/
#container {
	width: 100%;
}
/****************************************
          header
*****************************************/
#header > div {
	width: 100%;
}
/****************************************
          footer
*****************************************/
#footer > div {
	width: 100%;
}
/****************************************
          main_area
*****************************************/
#main_area {
	width: 100%;
}
#main_area h1 img {
	width: 100%;
}
/****************************************
          contents
*****************************************/
#contents {
	width: 100%;
}

/* kids2018 */
#contents .kids2018 {
	width: 100%;
}
#contents .kids2018 h2 {
	width: 95%;
  height: auto;
	padding: 40px 10px;
}
#contents .kids2018 h2 img.tit {
	width: 95%;
}
#contents .kids2018 h2 img.sub {
	top: -60px;
}
#contents .kids2018 ul {
	width: 95%;
	justify-content: center;
}
#contents .kids2018 ul li {
	width: 100%;
	max-width: 306px;
}
#contents .kids2018 ul li:nth-child(2), #contents .kids2018 ul li:nth-child(3), #contents .kids2018 ul li:nth-child(5) {
	margin-left: 0px;
}
#contents .kids2018 ul li h3 {
  width: 100%;
	max-width: 306px;
}
#contents .kids2018 ul li .pic {
	width: 100%;
	height: auto;
}
#contents .kids2018 ul li .tit {
	width: 15%;
}

/* ボタン */
.btn_poster, .bnr_2017,
.btn_poster img, .bnr_2017 img {
	width: 100% !important;
}
.btn_poster img {
	max-width: 433px;
}
.bnr_2017 img {
	max-width: 438px;
}


/****************************************
      やってみよう！ポスタートーク
*****************************************/
.talk_main .flL, .talk_main .flR {
	float: none;
	width: 100%;
}
.talk_main .flL, .talk_main h3 {
	margin-top: 20px;
}
.talk_main ol li:nth-child(1) {
	padding-right: 0px;
}

/****************************************
          kids_contents
*****************************************/
/* mainまわり */
#kids_contents {
	width: 100%;
	margin: 0 auto;
}
#kids_contents img {
	width: 100%;
}
#kids_contents .flR, #kids_contents .flL {
	float: none;
}
#kids_contents .movie iframe {
	width: 100%;
}

#kids_contents section h2 {
	font-size: 3rem;
}
#kids_contents section h2:after {
	position: absolute;
	right: 20px;
	bottom: -34px;
}

/****** kids04 - モハマドくん、10歳（バングラデシュ） ******/
#kids_contents .kids04 .faq .pl20 {
	padding-left: 0 !important;
}

/****** kids05 - ユニスくん、13歳（パレスチナ） ******/
/* daily */
#kids_contents .kids05 .daily ol li {
	width: 100%;
}
#kids_contents .kids05 .daily ol li:nth-child(odd) {
	margin-right: 0px;
}
#kids_contents .kids05 .daily ol li:nth-child(even) {
	margin-left: 0px;
}
#kids_contents .kids05 .daily ol li dl dt .no {
	width: 15%;
}
#kids_contents .kids05 .daily ol li dl dd img {
	display: none;
}
/****** scroll ******/
#scroll {
	top: 120px;
  left: 50%;
  margin-left: -20px;
}
#scroll img {
	width: 40px;
}

}
