@charset "utf-8";
/* wcd INDEX */


/*---------------------------------------------
header_logo
----------------------------------------------*/
.header_logo {}
.header_logo img {
	margin: 15px 0;
}

@media screen and (max-width: 639px) {
 	.header_logo {
 		padding: 0 20px;
 	}
}


.main {}

/*---------------------------------------------
共通
----------------------------------------------*/
.main .wcd_wrapper {
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 639px) {
 	.main .wcd_wrapper {
		width: calc(100% - 20px);
	}
}

/* 画像 */
.wcd_img {}
.wcd_img .copyright {
	margin-top: 6px;
	font-size: 1.2rem;
	text-align: right;
}
.wcd_img .cap {
	margin-top: 6px;
	font-size: 1.4rem;
}
.wcd_img img {
	width: 100%;
	height: auto;
}
/* テキスト */
.wcd_txt {}
.wcd_txt p {
	margin-bottom: 1.5em;
}
/* タイトル */
.wcd_tit {
	border-bottom: 1px solid #0070C0;
	padding-bottom: 4px;
	color: #0070C0;
	font-size: 2.4rem;
}
/* wcd_flex */
.wcd_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* wcd_btn */
.wcd_btn {}
.wcd_btn a {
	display: block;
	border-radius: 100vh;
	max-width: 80%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
}
.wcd_btn.wcd_btn-blue a {
	background-color: #00aeef;
	color: #fff;
}
.wcd_btn.wcd_btn-white a {
	border: 3px solid #00aeef;
	background-color: #fff;
	color: #00aeef;
}
.wcd_btn a:hover {
	opacity: 0.7;
}
.closed_btn span {
	display: block;
	border-radius: 100vh;
	background-color: #ccc;
	color: #fff;
	max-width: 60%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
}

/* linkb */
.linkb {
	color: #1569a0;
}

/*---------------------------------------------
メインビジュアル
----------------------------------------------*/
.mainvisual_area {
	background-color: #0099ff;
	width: 100%;
	text-align: center;
}
.mainvisual_area img {
	max-width: 1200px;
	margin: 0 auto;
}
.wcd_pagetit {
	display: block;
	border-radius: 10px;
	background-color: #fff;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
	max-width: 460px;
	width: 100%;
	margin: 20px auto 0;
	padding: 20px 30px;
	color: #0070C0;
	font-size: 3.0rem;
	font-weight: normal;
	text-align: center;
}
.mainvisual_area img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 639px) {
 	.wcd_pagetit {
 		max-width: 320px;
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 414px) {
 	.wcd_pagetit {
 		max-width: 240px;
		font-size: 1.8rem;
	}
}

/*---------------------------------------------
lead
----------------------------------------------*/
.lead {
	margin-top: 60px;
}
.wcd_flex .lead_txt {
	width: 60%;
}
.wcd_flex .lead_img {
	width: 35%;
}
@media screen and (max-width: 639px) {
	.wcd_flex .lead_txt {
		width: 100%;
	}
	.wcd_flex .lead_img {
		width: 100%;
	}
}

/*---------------------------------------------
kodoken
----------------------------------------------*/
.kodoken {
	margin-top: 80px;
}
.kodoken .kodoken_inner {
	margin-top: 30px;
}
.wcd_flex .kodoken_txt {
	width: 60%;
}
.wcd_flex .kodoken_img {
	width: 35%;
}
@media screen and (max-width: 639px) {
	.wcd_flex .kodoken_txt {
		width: 100%;
	}
	.wcd_flex .kodoken_img {
		width: 100%;
		margin-bottom: 1.5em;
	}
}


/*---------------------------------------------
songforthevoices
----------------------------------------------*/
.songforthevoices {
	margin-top: 80px;
}
.songforthevoices .songforthevoices_inner {
	margin-top: 30px;
}
.wcd_flex .songforthevoices_txt {
	width: 60%;
}
.wcd_flex .songforthevoices_img {
	width: 35%;
}
@media screen and (max-width: 639px) {
	.wcd_flex .songforthevoices_txt {
		width: 100%;
	}
	.wcd_flex .songforthevoices_img {
		width: 100%;
		margin-bottom: 1.5em;
	}
}
.songforthevoices_bg {
	background-color: #D2EFFA;
	margin-top: 30px;
	padding: 30px 0;
}
.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex {
	margin: 0 20px;
}
.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex dl {
	display: flex;
  	flex-direction: column;
	width: calc((100% - 20px) / 2);
	margin: 10px 0;
	text-align: center;
}
/*.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex dl:first-child {
	width: 100%;
	align-items: center;
}*/
.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex dl dt {
	font-size: 1.6rem;
	font-weight: bold;
}
.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex dl dd {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
/*.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex dl:first-child dd {
	width: calc((100% - 20px) / 2);
}*/
.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex dl .movie_block {
	margin-top: auto;
}
.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex dl .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex dl .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 639px) {
	.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex dl {
		width: 100%;
		margin: 10px 0;
	}
	.songforthevoices_bg .songforthevoices_bg_inner.wcd_flex dl:first-child dd {
		width: 100%;
	}
}
.songforthevoices_bg .note {
	margin: 10px 20px 0;
	font-size: 1.4rem;
}


/*---------------------------------------------
foreverychild
----------------------------------------------*/
.foreverychild {
	margin-top: 80px;
}
.foreverychild .foreverychild_inner {
	margin-top: 30px;
}
.wcd_flex .foreverychild_txt {
	width: 60%;
}
.wcd_flex .foreverychild_img {
	width: 35%;
}
@media screen and (max-width: 639px) {
	.wcd_flex .foreverychild_txt {
		width: 100%;
	}
	.wcd_flex .foreverychild_img {
		width: 100%;
		margin-bottom: 1.5em;
	}
}

/*---------------------------------------------
unicef-logo
----------------------------------------------*/
.unicef-logo {
	background-color: #D2EFFA;
	margin-top: 80px;
	padding: 35px 20px 20px;
}
.unicef-logo .wcd_flex {
	align-items: center;
}
.wcd_flex .unicef-logo_txt {
	width: 70%;
}
.wcd_flex .unicef-logo_img {
	width: 25%;
}
.wcd_flex .unicef-logo_img img {
	background-color: #fff;
}
.unicef_logo_txt-cnt-left {
	display: block;
	text-align: center;
}
.unicef_logo_txt-cnt-left p {
	display: inline-block;
	text-align: left;
}
@media screen and (max-width: 639px) {
	.wcd_flex .unicef-logo_txt {
		width: 100%;
	}
	.wcd_flex .unicef-logo_img {
		width: 80%;
		margin-right: auto;
		margin-bottom: 1.5em;
		margin-left: auto;
	}
}


/*---------------------------------------------
child-data
----------------------------------------------*/
.child-data {
	margin-top: 80px;
}
.child-data_list {
	margin-top: 30px;
}
.child-data_list > li {
	list-style: disc;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
.child-data_list ul {
	margin-top: 6px;
	margin-left: 1em;
}
.child-data_list ul > li {
	list-style: disc;
	margin-left: 1.5em;
}
.child-data_date {
	font-size: 1.4rem;
	margin-top: 10px;
	text-align: right;
}
.child-data_txt {
	margin-top: 30px;
}

/*---------------------------------------------
bnrs
----------------------------------------------*/
.bnrs {
	margin-top: 80px;
}
.bnrs_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.bnrs_list li {
	max-width: 304px;
	width: calc(100% / 3);
	margin: 15px 0;
}
.bnrs_list li a img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 639px) {
	.bnrs_list li {
		max-width: 304px;
		width: 100%;
		margin: 10px auto;
	}
}

/*---------------------------------------------
related
----------------------------------------------*/
.related {
	margin-top: 80px;
}
.related_list {
	margin-top: 30px;
}
.related_list dt {
	font-weight: bold;
}
.related_list dd {}
.related_list dd ul {
	list-style: disc;
	margin-left: 1.5em;
}
.related_list dd ul li {
	list-style: outside disc;
	margin-bottom: 0.5em;
}

/*---------------------------------------------
footer
----------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 15px;
}
.pagebottom {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a,
.pagebottom a {
    display: block;
    background-color: #1cabe2;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover,
.pagebottom a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}