@charset "utf-8";
/* CSS Document */

/*吹き出し部分*/
/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom: 0em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 140px;
height: 140px;
}
.balloon-image-left {
float: left; 
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
border: 1px solid #ffffff;
border-radius: 50%;
margin: 0;
/*box-shadow: 2px 3px 5px rgba(0,0,0,0.3);*/
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 14px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 15px;
border: 5px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
	margin-top:10px;
}
.balloon-text-right {
border-color: #00a1e7;
	background:#EFF8FF ;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.balloon-text-left {
border-color: #00a1e7;
	background:#EFF8FF ;
/*border-color: #ffaaaa;
background: #FDF8F8;*/
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #00a1e7;
top: 15px;
left: -25px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #EFF8FF;
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #00a1e7;
/*border-left: 10px solid #ffaaaa;*/
top: 15px;
right: -25px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #EFF8FF;
/*border-left: 10px solid #FDF8F8;*/
top: 15px;
right: -19px;
}

/*--------------------
 吹き出しを作る ここまで
--------------------*/


.top_fukidashi {
	width: 960px;
	padding-top: 30px;
	padding-right:30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: solid 30px #fff100;
	/*background:#FFFDD8 ;*/
	
}
.top_fukidashi p{
	color: #333333;
	font-size: 1.06em;
}
.text_L {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	
}


/*角まるわく ここから*/


#container .commentary{
    background: #fff;
    padding: 2% 3%;
    border-radius: 20px;
    margin-top: 5%;
	margin-right: 5%;
    margin-bottom: 5%;
	margin-left: 5%;
    border:#adebbf solid 10px;
}
@media screen and (max-width: 639px){
    #container .commentary{
        margin-top: 5%;
        margin-bottom: 5%;
    }
}
@media screen and (max-width: 414px){
    #container.commentary{
        padding: 3% 2% 3% 3.7%;
    }
}
#container .commentary div.right,
#container .commentary div.left{
    display: inline-block;
    width: calc(100% - (270px + 3%));
    margin-left: 2%;
}
@media screen and (max-width: 639px){
    #container .commentary div.right,
    #container .commentary div.left{
       /* width: calc(94% - (150px + 3%));*/
	    width: 100%;
		display: block;
		vertical-align: middle;
		margin: 6% 0;
    }
}
@media screen and (max-width: 414px){
    #container .commentary div.right,
    #container .commentary div.left{
        vertical-align: middle;
        display: block;
        width: 100%;
        margin: 6% 0;
    }
}
#container .commentary div.title{
    color:#07a834;
    font-weight: bold;
    margin-bottom: 3.5%;
    display: block;
    font-size: 18px;
    border-bottom: #2cda5d solid 1px;
    padding-bottom: 2%;
}
@media screen and (max-width: 414px){
    #container .commentary div.title{
        margin-bottom: 6%;
    }
}
#container .commentary p{
    display: block;
    vertical-align: top;
    margin:0;
    font-size: 16px;
	line-height: 1.8;
	color: #333333;
}
@media screen and (max-width: 639px){
#container .commentary p{
        padding-left: 0;
    }
}
@media screen and (max-width: 414px){
 #container .commentary p{
        letter-spacing: -0.02em;
    }
}
#container .commentary img,
#container .commentary .img_area{
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 639px){
#container .commentary img{
        display: block;
            margin: 4% auto 0;
    }
}
@media screen and (max-width: 414px){
#container .commentary img{
        display: block;
            margin: 4% auto 0;
    }
}
/*角まるわく ここまで*/

/*角まるわく 国の説明 ここから*/


#container .country_commentary{
    background: #fff;
    padding: 2% 3%;
    border-radius: 20px;
    margin-top: 5%;
	margin-right: 5%;
    margin-bottom: 5%;
	margin-left: 5%;
    border:#b29380 solid 10px;
}
@media screen and (max-width: 639px){
    #container .country_commentary{
        margin-top: 5%;
        margin-bottom: 5%;
    }
}
@media screen and (max-width: 414px){
    #container.country_commentary{
        padding: 3% 2% 3% 3.7%;
    }
}
#container .country_commentary div.right,
#container .country_commentary div.left{
    display: inline-block;
    width: calc(100% - (280px + 3%));
    margin-left: 2%;
}

@media screen and (max-width: 639px){
    #container .country_commentary div.right,
    #container .country_commentary div.left{
       /* width: calc(94% - (150px + 3%));*/
	    width: 100%;
		display: block;
		vertical-align: middle;
		margin: 6% 0;
    }
}
@media screen and (max-width: 414px){
    #container .country_commentary div.right,
    #container .country_commentary div.left{
        vertical-align: middle;
        display: block;
        width: 100%;
        margin: 6% 0;
    }
}
#container .country_commentary div.title{
    color:#816561;
    font-weight: bold;
    margin-bottom: 3.5%;
    display: block;
    font-size: 18px;
    border-bottom: #816561 solid 1px;
    padding-bottom: 2%;
}
@media screen and (max-width: 414px){
    #container .country_commentary div.title{
        margin-bottom: 6%;
    }
}
#container .country_commentary p{
    display: block;
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #333333;
    margin: 0 0 30px;
    padding: 0;
}

#container .country_commentary img{
	border-bottom-style: solid;
	
}

@media screen and (max-width: 639px){
#container .country_commentary p{
        padding-left: 0;
    }
}
@media screen and (max-width: 414px){
 #container .country_commentary p{
        letter-spacing: -0.02em;
    }
}
#container .country_commentary img,
#container .country_commentary .img_area{
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 639px){
#container .country_commentary img{
        display: block;
            margin: 4% auto 0;
    }
}
@media screen and (max-width: 414px){
#container .country_commentary img{
        display: block;
            margin: 4% auto 0;
    }
}
/*角まるわく 国の説明　ここまで*/


.country_commentary ul {
	/*background: #cccccc;*/
	margin-left: 2em;
	
}

.country_commentary ul li{
	
	margin-bottom: 0.75em;
	color: #333333;
	font-size: 16px;
	
}


.section1 {
    margin-top: 0%;
	margin-right: 5%;
    margin-bottom: 3%;
	margin-left: 5%;
	
}

.section1 p{
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #333333;
    margin: 0 0 26px;
    padding: 0;
		display: inline-block;
    vertical-align: top;
	
}



.section2 {
 padding: 0% 3%;
    margin-top: 0%;
	margin-right: 5%;
    margin-bottom: 3%;
	margin-left: 5%;
}

.section2 p{
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #333333;
    margin: 0 0 26px;
    padding: 0;
	display: inline-block;
    vertical-align: top;
	
}

.text_strong_soft {
	font-weight: bold;
	color: #555555;
}


.section3 {
    margin-top: 0%;
	margin-right: 5%;
    margin-bottom: 3%;
	margin-left: 5%;
	
}

.section3 p{
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #333333;
    margin: 0 0 10px;
    padding: 0;
	
}




/*リンクボタン画像用　ここから*/

.btn_info_img {
	text-align: right;
}

.btn_info_img a:hover{
    opacity: 0.5;
    filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}


/*リンクボタン画像用　ここまで*/


.main_photo {
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.2em;
}



#container .story_title{
    font-size: 30px;
    font-weight: normal;
    color: #09F;
    margin-top: 5.5%;
    margin-right: 5%;
    margin-bottom: 2.5%;
    margin-left: 5%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #09F;
    padding-bottom: 5px;
	text-align: center;
}


/**/
#container .content div p{
    /*margin: 3% 0 0;*/
    display: inline-block;
    vertical-align: top;
    /*font-size: 16px;*/
}




/*　text_and_photo ここから　*/

.text_and_photo p{
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #333333;
    margin: 0 0 26px;
    padding: 0;
	
}

#container .text_and_photo ul {
	padding-left: 0px;
background: #faf8f5;
}

#container .text_and_photo ul{
 
    list-style: none;
    /*padding-top: 10px;*/
    padding-bottom: 0px;
    margin:0 0 1em;
}
@media screen and (max-width: 639px){
#container .text_and_photo ul{
        padding: 2% 3.2% 3.2% ;
    }
}
@media screen and (max-width: 414px){
#container .text_and_photo ul{
        padding: 3% 3% 5% 3%;
    }
}
#container .text_and_photo ul li{
    display: inline-block;
    padding:20px 20px 20px 20px;
    /*width:46%*/
}
#container .text_and_photo ul .text {
	width: 45%;
	
	
}
#container .text_and_photo ul .text_r {
	width: 45%;
	margin-left: 30px;
	
	
}
#container .text_and_photo ul .photo {
	width: 50%;
	vertical-align: top;
}

#container .text_and_photo ul .photo_r {
	width: 50%;
	vertical-align: top;
	/*margin-left: 6px;*/
}

@media screen and (max-width: 639px){
#container .text_and_photo ul li{
        width:100%;
        padding: 1.5% 0 0;
    }
	
#container .text_and_photo ul .text {
	width: 100%;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
	
#container .text_and_photo ul .text_r {
	width: 100%;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
#container .text_and_photo ul .text p{
	margin-left: 0px;
	padding-left: 0px;
}
#container .text_and_photo ul .photo {
	width: 100%;
	height: auto;
	text-align: center;
	
}
#container .text_and_photo ul .photo img {
	width: 100%;
	height: auto;
	text-align: center;
	
}
	
	#container .text_and_photo ul .photo_r {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin-left: 0px;
}
#container .text_and_photo ul .photo_r img {
	width: 100%;
	height: auto;
	text-align: center;
	
}

	
}

/*　text_and_photo　 ここまで*/

/*　text_and_photoL ここから　*/


.text_and_photoL p{
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #333333;
    margin: 0 0 26px;
    padding: 0;
	
}


#container .text_and_photoL ul {
	padding-left: 0px;
}

#container .text_and_photoL ul{
 
    list-style: none;
    /*padding-top: 10px;*/
    padding-bottom: 0px;
    margin:0 0;
}
@media screen and (max-width: 639px){
#container .text_and_photoL ul{
        padding: 2% 3.2% 3.2% ;
    }
}
@media screen and (max-width: 414px){
#container .text_and_photoL ul{
        padding: 3% 3% 5% 3%;
    }
}
#container .text_and_photoL ul li{
    display: inline-block;
    /*padding:20px 20px 20px 20px;*/
    /*width:46%*/
}
#container .text_and_photoL ul .text {
	width: 32%;
	
	
}
#container .text_and_photoL ul .text_r {
	width: 32%;
	margin-left: 20px;
	
	
}
#container .text_and_photoL ul .photo {
	width: 65%;
	vertical-align: top;
}

#container .text_and_photoL ul .photo_r {
	width: 65%;
	vertical-align: top;
	/*margin-left: 6px;*/
	text-align: right;
	float: right;
}

@media screen and (max-width: 639px){
#container .text_and_photoL ul li{
        width:100%;
        padding: 1.5% 0 0;
    }
	
#container .text_and_photoL ul .text {
	width: 100%;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
	
#container .text_and_photoL ul .text_r {
	width: 100%;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
#container .text_and_photoL ul .text p{
	margin-left: 0px;
	padding-left: 0px;
}
#container .text_and_photoL ul .photo {
	width: 100%;
	height: auto;
	text-align: center;
	
}
#container .text_and_photoL ul .photo img {
	width: 100%;
	height: auto;
	text-align: center;
	
}
	
	#container .text_and_photoL ul .photo_r {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin-left: 0px;
}
#container .text_and_photoL ul .photo_r img {
	width: 100%;
	height: auto;
	text-align: center;
	
}
	
}


#container .text_and_photoL .text_mid {
	margin-top: 150px;

	
}

@media screen and (max-width: 639px){
#container .text_and_photoL .text_mid {
	margin-top: 0px;

}
}

/*　text_and_photoL　 ここまで*/
#container #main_area .float_L {
	float: left;
	margin-right: 30px;
}

#container .float_R {
	float: right;
	margin-left: 20px;
}

#container #main_area .float_Lin {
	float: left;

}

#container #main_area .float_Rin {
	float: right;
}

@media screen and (max-width: 639px){
.float_L{
        width:100%;
		text-align: center;
		display: block;
       
    }
	
.float_R {
        width:100%;
		text-align: center;
		display: block;
}

.float_Lin {
        width:100%;
		text-align: center;
		display: block;
	   margin-top: 20px;

}
	
	
}

/*side_by_side ここから*/

/*　 ul 初期設定　ここから*/

.side_by_side ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
    
/*　 ul 初期設定　ここまで*/

/*　side_by_side 関連　ここから　**************************************/


.side_by_side ul {
	/*text-align:center;*/
	 letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */

}

.side_by_side li{
	 letter-spacing: normal; /* 文字間を通常に戻す */
	display:inline-block;
	vertical-align:top;
	 /*vertical-align: middle;*/
}

.side_by_side  ul {
	padding-left: 0px;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	display:inline-block;
}

.side_by_side  ul  li{
	margin-bottom: 20px;

}


.side_by_side  ul .side_by_side_left {
	/*text-align: left;*/
	margin-right: 20px;

}



@media screen and (max-width: 639px){
.side_by_side  ul{
        width:100%;
		text-align: center;
		display: block;
    }
.side_by_side  ul p{
		text-align: left;
    }
	
.side_by_side  ul .side_by_side_left {
	/*text-align: left;*/
	margin-right: 0px;

}
	
}


/*side_by_side ここまで*/

/*ユニセフの緊急支援*/
.support_commentary{
    background: #fff;
    padding: 2% 3%;
    border-radius: 20px;
    margin-top: 5%;
	margin-right: 5%;
    margin-bottom: 5%;
	margin-left: 5%;
    border:#98cdff solid 8px;
}
@media screen and (max-width: 639px){
    .support_commentary{
        margin-top: 5.35%;
        margin-bottom: 4%;
    }
}
	
.support_commentary div.title{
    color:#0078c5;
    font-weight: bold;
    margin-bottom: 3.5%;
    display: block;
    font-size: 18px;
    border-bottom: #0078c5 solid 1px;
    padding-bottom: 2%;
    padding-bottom: 2%;
	text-align: center;
}
	
.support_commentary p{
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #333333;
    margin: 0 0 20px 0;
    padding: 0;
	    display: inline-block;
    vertical-align: top;
	
}

/**/
@media screen and (max-width: 639px){
#main_area h1 img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 639px){
#main_area .main_photo img {
	width: 100%;
	height: auto;
}
#main_area .section1 img {
	width: 100%;
	height: auto;
}
}



#container .crisis_commentary div.title{
    color:#816561;
    font-weight: bold;
    margin-bottom: 3.5%;
    display: block;
    font-size: 18px;
    border-bottom: #816561 solid 1px;
    padding-bottom: 2%;
}
@media screen and (max-width: 414px){
    #container .country_commentary div.title{
        margin-bottom: 6%;
    }
}


.youtube{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;

}

@media screen and (max-width: 639px){
.youtube {
text-align: center;
margin-top: 30px;
margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;


}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 5%;
  width: 90% !important;
  height: 90% !important;
}

}



.width_422 {width: 422px;}

.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt100{margin-top:100px !important;}
.ml50{margin-left:50px !important;}

.pb01{padding-bottom:1px !important;}


