/*###############################################################################################

共通style

#################################################################################################*/
@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
ul, li {
    list-style: none;
}
body {
    font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size:13px;
	/*
    text-align:center;
	*/
    width:100%!important;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    color: #3d3d3d;
    min-width: 1100px;
}
img {
    margin: 0;
    padding: 0;
    border: 0;
    line-height:0;
    font-size:0;
    vertical-align:top;
}
html {
    width:100%;
    height: 100%;
}
div {
    vertical-align:top;
}
.clearfix {display: inline-block;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;} /* End hide from IE-mac */

.img_block{display:block;}
#contents a:hover img{ opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )"; background: #ffffff;}


/*###############################################################################################

ヘッダー・フッダーstyle

#################################################################################################*/

/*ヘッダー
---------------------------------------------*/
.page-header {
    color: #fff;
}
.page-header a {
    color: #fff;
    transition: opacity .5s;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  opacity: .8;
}
.page-header_top {
  background-color: #0070e1;
  font-size: 13px;
  text-align: center;
}
.page-header_bottom {
  background-color: #09f;
}
.page-header_bottom a {
    text-decoration: none;
}
.page-header_bottom .name {
    font-size: 16px;
    line-height: 1.437;
}
.page-header_bottom > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}
.page-header_bottom .img {
  line-height: 0;
}
.page-header_top {
    background-color: #0070e1;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
}
.page-header_top a {
    text-decoration: underline;
}
.page-header_bottom {
    background-color: #09f;
}
.page-header_bottom > .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-header_bottom .img {
    line-height: 0;
}


/*サイド固定
---------------------------------------------*/

.sidehover a:hover img{
/*opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";*/
}

.sidefixed1{
  display: none;
  position: fixed !important;
  bottom: 40px;
  right:0;
    z-index: 999;
    -webkit-transform: translate3d(0,0,0);
}

/*.fade {
    animation: fadeIn 5s ease-in 0s 1 normal;
    -webkit-animation: fadeIn 5s ease-in 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}*/


/*フッター
---------------------------------------------*/
#pagetop {
    text-align: right;
    width: 850px;
    padding-bottom: 40px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
.page-footer {
    color: #fff;
    background-color: #09f;
    line-height: 1.75;
}
.page-footer a {
    color: #fff;
}
.page-footer > .inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}
.page-footer .footer_link {
    display: flex;
}
.page-footer .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
.copyright .text_sm {
    font-weight: normal;
    font-size: 13px;
}

/*---------------------------------------------*/

/*==================================================
  ベース
==================================================*/
em,
strong {
    font-style: inherit;
}

/*==================================================
  Utilities（使いまわすclass）
==================================================*/
/* align */
.u-al_center {
    text-align: center;
}

.u-al_left {
    text-align: left;
}

.u-al_right {
    text-align: right;
}

/* background color */
.u-bg_white {
    background-color: #fff;
}

.u-bg_blue {
	background-color: #e0f3fc;
}


/*==================================================
  メインビジュアル
==================================================*/
.mainvisual {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	height: 597px;
	background: #38250e url(../img/mainvisual.jpg) center 0 no-repeat;
}

.mainvisual .text {
	margin-top: 90px;
}

.mainBtn {
	margin-top: 80px;
}

.mainBtn a {
	display: inline-block;
	width: 404px;
	height: 127px;
	border-radius: 13px;
	box-shadow: 0px 2px 10px rgba(255, 255, 255, 1);
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;

}

.mainBtn a:hover,
.mainBtn a:focus,
.mainBtn a:active {
    box-shadow: none;
}



/*==================================================
  コンテンツ
==================================================*/

#contents {
	/*
    text-align: center;
	*/
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size:16px;
	line-height:26px;
}

/* # 横幅固定用
----------------------- */
.l-container {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

/*---------------------------------------------*/

/* # 南アジア、サハラ以南のアフリカの3人に1人、...
----------------------- */
.section01 {
	padding-top: 55px;
	padding-bottom: 60px;
	background: #2d3c4b url(../img/seciton01_bg.jpg) 0 0 no-repeat;
	color: #fff;
	font-size: 15px;
	line-height: 2;
	letter-spacing: .05em;
}

.section01 em {
	color: #c9b59f;
	font-weight: bold;
}

.section01_top {
	margin-top: 45px;
	padding: 30px 35px;
	background: url(../img/section01_top_bg.jpg) 0 0 no-repeat;
}

.section01_top_text {
	width: 320px;
	text-align: justify;
}

.section01_top_text p:not(:nth-of-type(1)) {
	margin-top: 1em;
}

.section01_top_img {
	margin-top: 20px;
}


.section01_bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 460px;
	padding-right: 35px;
	background: url(../img/section01_bottom_bg.jpg) 0 0 no-repeat;
}

.section01_bottom_text02 {
	margin-top: 150px;
	text-align: justify;
}

.section01 > .foot {
	margin-top: 20px;
}



/*---------------------------------------------*/

/* # ひと袋約33円の小さな袋が...
----------------------- */
.section02 {
	padding-bottom: 95px;
	background-color: #e1f1f7;
	font-size: 15px;
	line-height: 2;
}

.section02 em {
	color: #0099ff;
	font-weight: bold;
}

.section02 > .head {
	height: 159px;
	background-color: #0099ff;
}

.section02 > .head img {
	position: relative;
	top: -37px;
	left: 59px;
	margin-bottom: -70px;
}

.section02 > .body {
	margin-top: 20px;
}

.section02_top,
.section02_bottom_item {
	background-color: #fff;
}

.section02_top > .head,
.section02_bottom_item > .head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	height: 85px;
	background-color: #6accf1;
	color: #fff;
}

.section02_top > .body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
}

.section02_top_img01 {
	margin-top: -95px;
}

.section02_top_sub {
	color: #545454;
	font-size: 12px;
}

.section02_top_main {
	margin-left: 15px;
	width: 345px;
	text-align: justify;
}

.section02_top_main p:not(:nth-of-type(1)) {
	margin-top: 1em;
}

.section02_bottom_img01 {
	position: relative;
	z-index: 2;
	margin-top: -25px;
	text-align: center;
}

.section02_bottom_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 1;
	top: -47px;
	margin-bottom: -47px;
}

.section02_bottom_item {
	width: calc((100% - 25px) / 2);
	background-color: #fff;
}

.section02_bottom_text {
	padding: 5px 30px 35px 30px;
}


/*---------------------------------------------*/

/* # このように、保健員が広める知識や...
----------------------- */
.section03_wrap {
	background-color: #f9f6e8;
}

.section03 {
	position: relative;
	top: -54px;
}

.section03 > .head,
.section03 > .body {
	position: relative;
}

.section03 > .head {
	z-index: 2;
}

.section03 > .body {
	z-index: 1;
	margin-top: -22px;
}

.section03_inner {
	padding: 30px 25px;
	background: #fff url(../img/section03_text01_bg.png) calc(100% - 15px) 15px no-repeat;
}

.section03_text01 {
	width: 560px;
}

.section03_text01 em {
	color: #0099ff;
	font-weight: bold;
}

.section03_text01 p:not(:nth-of-type(1)) {
	margin-top: 15px;
}

.section03_block01 {
	margin-top: 23px;
	padding-bottom: 15px;
	background: url(../img/section03_block01_bg.png) center bottom no-repeat;
	line-height: 2;
}


/*---------------------------------------------*/

/* # あなたのご支援でできること...
----------------------- */
.section04 {
	margin-top: 70px;
}

.section04_img01 {
	margin-top: 37px;
	margin-left: -28px;
}

.section04_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 37px;
	margin-left: -19px;
	margin-right: -38px;
	background: url(../img/sec04_items_bg.png) right calc(100% - 37px) no-repeat;
}

.section04_item {
	margin-bottom: 20px;
	margin-left: 19px;
	width:270px;
	background-color: #0099ff;
	color: #fff;

}

.section04_item_text {
	padding: 9px 15px 15px 15px;
	line-height: 25px;
	font-size: 16px;
}

.section04_item_text em {
	color: #fcff00;
	font-size: 18px;
	font-weight: bold;
}


/*---------------------------------------------*/

/* # ユニセフについて
----------------------- */
.sectionabout {
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 35px;
	/* background-color: #e0f3fc; */
	color: #444444;
	line-height: 28px;
}

.sectionabout > .body {
	margin-top: 35px;
}

.sectionabout .title2{
	position: relative;
	bottom: -12px;
	margin-left: -12px;
}

.sectionabout .sectiontitle{
    margin: 0 auto;
    width: 850px;
}

.sectionabout .sectionbody{
    margin: 50px auto 0;
    width: 874px;
    color: #444444;
}

.sectionabout .text{
    line-height: 33px;
    width: 850px;
    margin: -70px auto 0 auto;
}
.sectionabout_box1 {
    width: 850px;
    height: 490px;
    margin: 0 auto;
    background-color: #c9eefc;
}
.sectionabout .text1 {
    padding: 50px 0 0 30px;
    width: 320px;
    float: left;
}
.sectionabout .text1 span {
    color:#0099ff;
    font-weight:bold;
}
.sectionabout .movie {
    float: left;
    width: 410px;
    margin: 50px 0 20px 30px;
    border: 3px double #fff;
    background: #ebebeb;
}

.sectionabout .link1 {
    margin: 30px 0 20px 30px;
    float: left;
}
.sectionabout .link1 a {
    line-height: 22px;
    color: #0099ff;
    font-size: 14px;
}
.sectionabout .link1 a .linktext1{
    font-size: 12px;
    padding: 25px 0 0 10px;
    display: inline-block;
    text-decoration: underline;
}

.sectionabout_box2 {
    width: 850px;
    margin: 0 auto;
    background:url("../img/about_bg2_01.png?202011") no-repeat;
    background-position: 20px 185px;
    background-color: #c9eefc;
    padding: 20px 0 60px 0;
}
.sectionabout_box2 .title {
    width: 790px;
    margin: 0 auto;
}
.sectionabout .text2 {
    padding: 28px 30px 0 30px;
    float: left;
    font-size: 15px;
    /* line-height: 21px; */
}
.sectionabout .text3 {
    padding: 35px 0 0 360px;
    float: left;
    font-size: 13px;
    line-height: 21px;
    width: 460px;
}
.sectionabout .text2 a,
.sectionabout .text3 a {
    color: #0099ff;
}

.sectionabout .link2 {
    float: left;
    padding: 20px 0 0 350px;
    width: 297px;
    min-height: 148px;
}
.sectionabout .link3 {
    display: inline-block;
    padding: 36px 0 0 10px;
    width: 165px;
    font-size: 13px;
    line-height: 21px;
}
.sectionabout .link3 a {
    color: #0099ff;
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
}


/*---------------------------------------------*/

/* # 世界の子どもたちへ、2018年、たとえばこんな支援を届けることができます
----------------------- */

.sectionReport {
	padding-top: 20px;
	background: url(../img/report_bg.png);
}

.sectionReport > .body {
	margin-top: 30px;
	padding-bottom: 20px;
}

.sectionReport_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sectionReport_item {
	background: url(../img/report_item_bg.png) 0 0 no-repeat;
	width: 353px;
	height: 306px;
}

.sectionReport_item:nth-of-type(even) {
	margin-left: 10px;
}

.sectionReport_item_img {
	padding-top: 13px;
	padding-left: 32px;
}

.sectionReport_item_text {
	padding-top: 10px;
	padding-left: 32px;
	width: 286px;
	font-size: 16px;
	color: #3d3d3d;
	line-height: 1.563;
}

.sectionReport_item_text em {
	color: #0099ff;
	font-weight: bold;
}


/*---------------------------------------------*/

/* # ユニセフ募金は税額控除の対象となり...
----------------------- */

.sectionuse {
	width: 100%;
	padding: 40px 0 20px 0;
	background: #e0f3fc;
	color: #666;
}
.sectionuse_wrap {
	background: #fff;
	width: 810px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 28px;
	padding:20px;
	text-align: left;
}
.sectionuse_wrap .top {
	font-size: 15px;
	margin: 15px 0;
}
.sectionuse_wrap .top p {
	line-height: 30px!important;
}
.sectionuse_wrap .bottom {
	font-size: 12px;
	margin: 15px 0;
	line-height: 21px;
}
.sectionuse_wrap .top p span {
	font-weight: bold;
}


/*---------------------------------------------*/

/* # ユニセフ募金にご協力ください。...
----------------------- */

.block_bo{
	margin:0 auto;
}

.block_bo .sectionbody{
	margin:0 auto;
	background-color: #e0f3fc;
	padding-top:22px;
}

.block_bo .blocktitle{
	position: relative;
	z-index: 2;
	margin:0 auto;
}

.block_bo .blockbody{
	position: relative;
	z-index: 1;
	margin:-9px auto 0;
	width:850px;
	height:224px;
	background-color: #fff;
	text-align: center;
}

.blockbody > ul {
	margin:30px 10px 10px 185px;
}

.blockbody > ul > li {
	margin-right: 50px;
	text-align:right;
	font-size:12px;
}

.blockbody > ul > li:after {
	font-family: FontAwesome;
	content: '\f054'; /* アイコンのunicode */
	color:#0099ff;
	margin-left:8px;
}

.blockbody > ul > li > a {
	color:#0099ff;
}

.blockbody > p {
	display:inline-block;
	margin:15px;
}

.bokin_button_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	        align-items: flex-end;
}

.bokin_button_item:nth-of-type(even) {
	margin-top: 25px;
	margin-left: 37px;
}


.bokin_button_item img {
	width:350px;
}


/*---------------------------------------------*/

/* # 防げる病気。救える命。
----------------------- */
.sectionintro4 {
    margin-top: 70px;
    padding-bottom: 77px;
}

.sectionintro4 .sectiontitle {
    background: #0099ff url(../img/sectionintro4_title_bg.png) 0 0 repeat-x;
}

.sectionintro4 .sectionbody {
    padding-top: 28px;
    background: url(../img/sectionintro4_bg01.png) center 0 no-repeat;
}

.sectionintro4__main {
    margin-top: 448px;
    padding: 30px 25px 40px;
    background-color: #0099ff;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 1.765;
}

.sectionintro4__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
    margin-top: 30px;
}

.sectionintro4__item {
    width: calc((100% - 40px) /3);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 3px 4px 2.31px 0.69px rgba(58, 61, 66, 0.4);
    color: #4b4847;
    font-weight: normal;
}

.sectionintro4__item > .head {
    padding-top: 20px;
    text-indent: -10px;
}

.sectionintro4__item > .body {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
}

.sectionintro4__item > .body .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    height: 90px;
}

.sectionintro4__item > .body .text {
    font-size: 15px;
    text-align: justify;
    line-height: 1.667;
}

.sectionintro4__item > .body p {
    margin-top: 1em;
}

.sectionintro4__item > .body em {
    color: #0099ff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.563;
    letter-spacing: .05em;
}

.sectionintro4__item > .body .text_accent {
    color: #ff8a00;
}


/*---------------------------------------------*/

/* # 地域保健員の活動
----------------------- */
.sectionintro5 {
    padding-top: 33px;
    padding-bottom: 60px;
    background: #e0f3fc url(../img/sectionintro5_bg01.png) center 0 no-repeat;
}

.sectionintro5 .sectionbody {
    margin-top: 30px;
    color: #080808;
    line-height: 1.875;
}

.sectionintro5 .text01 {
    margin-top: 20px;
    color: #0099ff;
    font-size: 20px;
    font-weight: bold;
}

.sectionintro5__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 80px;
    background: url(../img/sectionintro5_arrow01.png) center bottom no-repeat;
}

.sectionintro5__items > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 28px;
    width: calc((100% - 15px) / 4);
    background: #fff url(../img/sectionintro5_mark.png) center 10px no-repeat;
    color: #0099ff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.667;
}

.sectionintro5__bottom {
    margin-top: 22px;
    padding-top: 40px;
    background: url(../img/sectionintro5_bg02.png) calc(50% + 469px) 0 no-repeat;
}

.sectionintro5__bottom .text {
    margin-top: 35px;
}


/*---------------------------------------------*/

/* # 世界中の幼い命を防げる病気から...
----------------------- */
.sectioninfo{
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.sectioninfo .sectionbody {
    margin: 50px auto 0;
    width: 850px;
}

.sectioninfo .infobottom {
    margin-top: 20px;
}

.sectioninfo__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}

.sectioninfo__item {
    margin-bottom: 20px;
    margin-left: 20px;
    width: 270px;
    text-align: left;
}

.sectioninfo__item:not(.title) {
    background-color: #009fec;
}

.sectioninfo__item .text {
    padding: 9px 15px 15px 15px;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
}

.sectioninfo__item .text span{
    font-size: 18px;
    font-weight: bold;
    color: #fbfe00;
}

.sectioninfo .sectionbody .text2 {
    color: #666666;
    font-size: 14px;
    text-align: right;
}


/*---------------------------------------------*/

/* # 世界の子どもたちの命と健康を...
----------------------- */
.sectioninfo2 {
    background-color: #d7eef9;
    padding-top: 50px;
    padding-bottom: 160px;
    font-size: 17px;
    line-height: 28px;
}
.sectioninfo2 .titlewrap {
    width: 763px;
    height: 95px;
    margin: 0 auto 46px auto;
    position: relative;
}
.sectioninfo2 .titlewrap .icon {
    position: absolute;
    top: -75px;
    left: -42px;
    z-index: 1;
}
.sectioninfo2 .titlewrap .title {
    position: absolute;
    z-index: 20;
}

.sectioninfo2 .sectionbody {
    width: 850px;
    margin: 20px auto 0 auto;
}
.sectioninfo2 .infoleft{
    margin: 0 30px 0 0;
}
.sectioninfo2 .infoleft .copy {
    padding: 15px 0;
    text-align: center;
    color: #53b174;
    font-weight: bold;
    font-size: 20px!important;
}
.sectioninfo2 .inforight{
    margin:0 0 0 0;
}
.sectioninfo2 .inforight .copy {
    padding: 15px 0;
    text-align: center;
    color: #8a73ba;
    font-weight: bold;
    font-size: 20px!important;
}
.sectioninfo2 .info1 {
    background: #fff;
    width: 410px;
    height: 670px;
    float: left;
    text-align: left;
    position: relative;
}
.sectioninfo2 .info1 .text {
    margin: 0 20px;
    line-height: 28px;
    font-size: 17px;
    padding-bottom: 10px;
}
.sectioninfo2 .info1 .sub {
    position: absolute;
    left: 15px;
    bottom: -86px;
}
.sectioninfo2 .info1 .text span {
    font-weight:bold;
    color:#009fec;
}
.sectioninfo2 .info1 .img2{
    margin: 24px 0 22px 0;
}


/*---------------------------------------------*/

/* # 現地で活躍する日本人職員より...
----------------------- */
.sectionactive{
    background-color: #f4f2ea;
    margin: 0 auto;
    padding: 80px 0 40px 0;
    color: #3d3d3d;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
}
.sectionactive .sectiontitle{
    position: relative;
    width: 850px;
    margin: 0 auto;
}
.sectionactive .sectiontitle .icon{
    position: absolute;
    top: 10px;
    left: 20px;
}
.sectionactive .sectiontitle .icon2{
    position: absolute;
    top: -26px;
    right: -4px;
}
.sectionactive .sectionbody{
    width: 850px;
    margin: 46px auto 0 auto;
}
.sectionactive .top{
    margin: 0 0 30px 0;
}

.sectionactive h3{
}
.sectionactive .midashi{
    padding: 13px 0 13px 0;
    width: 390px;
    background-color: #ffffff;
    margin: 0 0 20px 0;
}

.sectionactive .contents1 {
    margin: 0 0 40px 0;
}
.sectionactive .contents1 .left{
    float: left;
    width: 484px;
}
.sectionactive .contents1 .right{
    float: right;
}
.sectionactive .contents1 .text{
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 20px 0 0 3px;
}
.sectionactive .contents1 .stext{
    font-size: 12px;
    padding-top: 5px;
}

.sectionactive .contents2{
    margin: 0 0 15px 0;
}
.sectionactive .contents2_bottom {
    margin: 0 0 40px 0;
}
.sectionactive .contents2 .left{
    float: left;
}
.sectionactive .contents2 .right{
    float: right;
    width: 484px;
}
.sectionactive .contents2 .text{
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 20px 0 0 3px;
}
.sectionactive .contents2 .stext{
    font-size:12px;
    padding-top:5px;
}

.sectionactive .contents3{
}
.sectionactive .contents3 .left{
    float:left;
    width: 484px;
}
.sectionactive .contents3 .right{
    float:right;
}
.sectionactive .contents3 .text{
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 20px 0 0 3px;
}
.sectionactive .contents3 .stext{
    font-size:12px;
    padding-top:5px;
}




/*---------------------------------------------*/

/* # 世界の子どもたちへ、20xx年、たとえばこんな支援を...
----------------------- */
.sectionreport{
    padding: 33px 0 40px 0;
    margin: 0 auto 0 auto;
    width: 100%;
    background-color: #e0f3fc;
    text-align: left;
    color: #444444;
}
.sectionreport .sectionreportwrap {
    background:url("../img/about_sub_bg.png") no-repeat;
    background-position: left top;
    margin: 0 auto 0 auto;
    width: 850px;
    height: 730px;
    text-align: left;
    position: relative;
}
.sectionreport .sectionbody{
    text-align: left;
}
.sectionreport .sectionbody .contents1 {
    width: 785px;
    margin: 0 auto;
    position: relative;
    top: 348px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.sectionreport .sectionbody .contents1 .text1,
.sectionreport .sectionbody .contents1 .text2,
.sectionreport .sectionbody .contents1 .text3{
    display: inline-block;
    padding: 10px 0 0 0;
    width: 245px;
}
.sectionreport .sectionbody .contents1 .text2 {
}
.sectionreport .sectionbody .contents1 .text1 span,
.sectionreport .sectionbody .contents1 .text2 span,
.sectionreport .sectionbody .contents1 .text3 span {
    color:#0099ff;
    font-weight: bold;
}

.sectionreport .sectionbody .contents2 {
    width: 785px;
    margin: 0 auto;
    position: relative;
    top: 555px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.sectionreport .sectionbody .contents2 .text1,
.sectionreport .sectionbody .contents2 .text2,
.sectionreport .sectionbody .contents2 .text3 {
    display: inline-block;
    margin-right: 15px;
    padding: 10px 0 0 0;
    width: 245px;
}
.sectionreport .sectionbody .contents2 .text2 {
    margin: 0 10px;
}
.sectionreport .sectionbody .contents2 .text1 span,
.sectionreport .sectionbody .contents2 .text2 span,
.sectionreport .sectionbody .contents2 .text3 span {
    color:#0099ff;
    font-weight: bold;
}
.sectionreport .sectionbody .bottomtext {
    position: relative;
    top: 520px;
    right: 20px;
    font-size:13px;
    padding:20px 0 0 0;
    text-align:right;
}



/*---------------------------------------------*/

.sectionbtn {
    background-color: #e0f3fc;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 50px;
}
.sectionbtn .btn {
    width: 850px;
    margin: 0 auto;
}
.sectionbtn .btn .btn1{
    float: left;
    margin-left: 115px;

}
.sectionbtn .btn .btn2{
    float: left;
    margin-left: 25px;
}
.sectionbtn a:hover img{ opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )"; background: #c2e8f3 !important;}


/*---------------------------------------------*/

.sectionbottom{
    background-color: #e0f3fc;
    margin: 0 auto;
    padding-bottom: 50px;
}
.sectionbottom .sectionbody{
    margin: 0 auto;
    width: 850px;
}
.sectionbottom .credit {
    font-size: 10px;
    line-height: 12px;
    text-align: left;
    color: #444444;
    max-height: 100%;
    margin-bottom: 20px;
}






