@charset "utf-8";

/* CSS Document */


/*****************************
  base reset css
*****************************/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body{
  font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
  font-size:13px;
  color: #030303!important;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  line-height:0;
  font-size:0;
  vertical-align:top;
}

body{
    min-width: 1100px;
}
html {
  width:100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

p, th, td, dd {
  font-style:normal;
  word-break: break-all;
}

p,li,dt,dd,td,th {
  line-height:1.6;
}

dd {
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

section {
  box-sizing: border-box;
}

em,
strong,
small {
  font-style: inherit;
}

em,
strong {
  font-weight: bold;
}

/*****************************
  common layout css
*****************************/
#wrap h1 img {
  margin-top: 20px;
}

#wrap{
  width: 960px;
  margin: 0 auto;
}


#pageTop{
  width: 850px;
  margin: 30px auto 10px auto;
  text-align: right;
}

#footer{
  width: 100%;
  height: 34px;
  background-image: url(../../img/footer_bg_repeat.gif);
  background-repeat: repeat-x;
}

#footer .footInner{
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.text01{
  font-size: 12px;
  color: #0198ff;
}

.text02{
  font-size: 12px;
  color: #666666;
}
#bottomText {
  height: auto;
  width: 940px;
  margin: 20 auto;
}

.footerText {
  overflow: hidden;
}
.text03{
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  }
.text04{
  float:left;
  margin-top:15px;
}
.copyright{
/*
  float:right;
  margin-top:15px;
*/
}
#contwrap{
  word-break: normal;
  word-wrap: break-word;
  background: none;
  height: auto;
}
.wrap{
  width: 960px;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.fc_blue{
  font-weight: bold;
  color:#0099ff!important;
}
.fc_red{
  font-weight: bold;
  color:#b22e15!important;
}
.fc_green{
  font-weight: bold;
  color:#7aa930!important;
}
a.hover:hover img{
  opacity:0.7;
  filter: alpha(opacity=70);
}
.box030405Bg{
  background-color: #fdfedc;
  padding-bottom:50px;
  margin-top:40px;
}
.box030406Bg{
  background-color: #fdfedc;
  padding-bottom:50px;
}


/*==================================================
  ヘッダー
==================================================*/
#header {
  background-color: #0096ff;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0px;
  /*height: 109px;*/
  height: 60px;
}
#headerbar {
  background-color: #0173de;
  color: #fff;
  width: 100%;
}
.headerbarinner {
  margin: 0 auto;
  overflow: hidden;
  width: 850px;
  text-align: center;
  font-size: 12px;
}
.headerbarinner p {
  padding: 4px 0;
}
.headerbarinner p a {
  color: #fff;
  text-decoration: underline;
}
.headerinner  {
  display: flex;
  justify-content: space-between;

  margin: 0 auto;
  width: 850px;
}
.headerinner a,
.headerinner p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.headerinner a img,
.headerinner p img{
  margin: 0;
  padding: 0;
}



/*==================================================
  ヘッダー
==================================================*/
#header3{
  width: 100%;
  height: 82px;
  background-color: #FFF;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #0198ff;
}

#header3 .headerInner{
  width: 960px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  overflow:hidden;
}

#header3 .logo{
  margin-top:17px;
  float:left;
}

#header3 .logo02{
  margin-top:15px;
  float:right;
}

#header3 {
  background-color: #0099ff;
  border-top: none;
  height: 82px;
  width: 100%;
}
#header3 .text{
  float:left;
  margin: 20px 0 0 105px;
}
#header3 .logo02{
  margin-top: 8px;
}


/*==================================================
  レイアウト
==================================================*/
/* ベース幅 */
.l-content {
  margin-left: auto;
  margin-right: auto;
  width: 850px;
}


/*==================================================
  汎用(utilities)class
==================================================*/
.u-al_center {
  text-align: center;
}

.u-al_left {
  text-align: left;
}

.u-al_right {
  text-align: right;
}

.u-block {
  display: block;
}


/*==================================================
  メインビジュアル
==================================================*/

#main_wrap {
  position: relative;
  margin:0 auto;
  width: 100%;
  height: 680px;
  overflow: hidden;
  background: #004495 url(../../../202108/img/main_mv_bg.jpg) center center/cover no-repeat;
  background-attachment: scroll;
  text-align:center;
}

.main_img {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
}

.main_btn {
  position: absolute;
  top: 375px;
  left: calc(50% + 175px);
}

.main_btn a {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.main_btn a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 417px;
  height: 177px;
  border-radius: 17px;
  background-color: #fff;
  transition: opacity .25s;
  opacity: 0;
  pointer-events: none;
}

.main_btn img {
  transition: opacity .25s;
}

.main_btn a:hover::before,
.main_btn a:active::before,
.main_btn a:focus::before {
  opacity: .2;
}

#optAppBtn {
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
    z-index: 1;
}
#optAppBtn a {
    display: inline-block;
}
#optAppBtn a:hover {
	background: url("../../../assets/images/fixed_navi_on.png") no-repeat;
}
#optAppBtn a:hover img {
    visibility: hidden;
}

/* スライドショー */
.mainvisual_slider {
  position: relative;
}

.mainvisual_slider li {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
}

.mainvisual_slider li:nth-child(1) {
  -webkit-animation: fade 12s infinite;
  animation: fade 12s infinite;
  animation-delay: 0.5s;
}

.mainvisual_slider li:nth-child(2) {
  -webkit-animation: fade2 12s infinite;
  animation: fade2 12s infinite;
}

.mainvisual_slider li:nth-child(3) {
  -webkit-animation: fade3 12s infinite;
  animation: fade3 12s infinite;
}

.mainvisual_slider li:nth-child(4) {
  -webkit-animation: fade4 12s infinite;
  animation: fade4 12s infinite;
}


@-webkit-keyframes fade1 {
  0%      { opacity: 1; }
  18.75%  { opacity: 1; }
  25%     { opacity: 0; }
  93.75%  { opacity: 0; }
  100%    { opacity: 1; }
}
@keyframes fade1 {
  0%      { opacity: 1; }
  18.75%  { opacity: 1; }
  25%     { opacity: 0; }
  93.75%  { opacity: 0; }
  100%    { opacity: 1; }
}

@-webkit-keyframes fade2 {
  0%      { opacity: 0; }
  18.75%  { opacity: 0; }
  25%     { opacity: 1; }
  43.75%  { opacity: 1; }
  68.75%  { opacity: 0; }
  100%    { opacity: 0; }
}
@keyframes fade2 {
  0%      { opacity: 0; }
  18.75%  { opacity: 0; }
  25%     { opacity: 1; }
  43.75%  { opacity: 1; }
  68.75%  { opacity: 0; }
  100%    { opacity: 0; }
}

@-webkit-keyframes fade3 {
  0%      { opacity: 0; }
  43.75%  { opacity: 0; }
  50%     { opacity: 1; }
  50%     { opacity: 1; }
  68.75%  { opacity: 1; }
  100%    { opacity: 0; }
}
@keyframes fade3 {
  0%      { opacity: 0; }
  43.75%  { opacity: 0; }
  50%     { opacity: 1; }
  50%     { opacity: 1; }
  68.75%  { opacity: 1; }
  100%    { opacity: 0; }
}

@-webkit-keyframes fade4 {
  0%      { opacity: 0; }
  68.75%  { opacity: 0; }
  75%     { opacity: 1; }
  93.75%  { opacity: 1; }
  100%    { opacity: 0; }
}
@keyframes fade4 {
  0%      { opacity: 0; }
  68.75%  { opacity: 0; }
  75%     { opacity: 1; }
  93.75%  { opacity: 1; }
  100%    { opacity: 0; }
}

/*==================================================
  section01
  日課の水汲みから戻ると
==================================================*/

.section01 {
  color: #3b3b3b;
  font-size: 17px;
}

.section01_top {
  position: relative;
  padding-top: 65px;
  padding-bottom: 240px;
  background: #d3c6a7 url(../../../202108/img/sec01_img01.jpg) calc(50% + 200px) bottom no-repeat;
}

.section01_text01 {
  margin-top: 100px;
  width: 395px;
  line-height: 44px;
}

.section01_text01 em {
  color: #e66607;
  font-weight: bold;
}

.section01_top > .foot {
  position: absolute;
  left: calc(50% - 418px);
  bottom: -80px;
}

.section01_bottom {
  padding-bottom: 35px;
  background: #ddf0fd url(../../../202108/img/sec01_img06.jpg) center bottom no-repeat;
}

.section01_bottom_inner {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  width: 1120px;
}

.section01_bottom_text {
  margin-left: 40px;
  text-align: justify;
}

.section01_bottom_text > p {
  line-height: 36px;
}

.section01_bottom_text > p + p:not(.section01_bottom_img02) {
  margin-top: 20px;
}

.section01_bottom_text em {
  color: #2061c2;
}

.section01_bottom_text span {
  border-bottom: 1px solid #2061c2;
}

.section01_bottom_img02 {
  margin-top: 0;
  text-align: right;
}


/*==================================================
  section02
  一方、世界では水支援がまだ届かず....
==================================================*/

.section02 {
  padding-bottom: 8.76vw;
  background: #ebe1d7 url(../../../202108/img/sec02_bg.jpg) center 0/cover no-repeat;
}

.section02 > .head {
  background: url(../../../202108/img/sec02_img02.png) center 126px no-repeat;
}

.section02 > .body {
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-left: 75px;
  width: 1260px;
  height: 864px;
  background: url(../../../202108/img/sec02_img03.jpg) center 0 no-repeat;
  color: #fff;
}

.section02_text {
  margin-top: 30px;
}

.section02_text > p {
  font-size: 17px;
  line-height: 36px;
}

.section02_text > p + p {
  margin-top: 30px;
}

.section02_text em {
  color: #fff000;
  font-weight: bold;
}



/*==================================================
  section03
  途上国の子どもたちにきれいな水を...
==================================================*/

.section03 {
  position: relative;
  top: -8.76vw;
  margin-bottom: -8.76vw;
  padding-top: calc(8.76vw + 40px);
  padding-bottom: 100px;
  background: url(../../../202108/img/sec03_bg.png) center 0/cover no-repeat;
}

.section03 > .body {
  position: relative;
}

.section03_img01 {
  position: absolute;
  top: 87px;
  left: calc(50% - 765px);
}

.section03_text01 {
  box-sizing: border-box;
  margin-left: calc(50% - 30px);
  padding-top: 365px;
  width: 545px;
  height: 780px;
  background: url(../../../202108/img/sec03_img02.png) 0 0 no-repeat;
  font-size: 17px;
}

.section03_text01 p {
  width: 460px;
  color: #0d3dc9;
  font-size: 17px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

.section03_text01 p + p {
  margin-top: 30px;
}

.section03_text02 {
  position: relative;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 40px 30px;
  border-radius: 10px;
  background-color: rgba(255,255,255,.7);
}

.section03_text02 > .body {
  margin-top: 30px;
  width: 380px;
  font-size: 17px;
  line-height: 36px;
}

.section03_text02 > .img {
  position: absolute;
  top: 40px;
  right: -10px;
}

/*==================================================
  section04
  きれいな水には人生を変える力があります...
==================================================*/

.section04 {
  position: relative;
}

.section04 > .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 180px;
  background-color: #fff;
}

.section04 > .body {
  padding-bottom: 64px;
  background: url(../../../202108/img/sec04_bg.png) center 0/cover no-repeat;
}

.section04_img01 {
  position: relative;
  z-index: 2;
  margin-top: -62px;
}

.section04_img01 img {
  margin-left: -74px;
}

.section04_top_items,
.section04_bottom_items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
  margin-top: 38px;

}

.section04_top_item,
.section04_bottom_item {
  width: 270px;
}

.section04_top_item {
  position: relative;
}

.section04_top_item:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 110px;
  right: -44px;
  z-index: 3;
  width: 68px;
  height: 56px;
  background: url(../../../202108/img/sec04_item02.png) 0 0 no-repeat;
}

.section04_top_item:first-child::before {
  right: -30px;
}

.section04_top_item .text {
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0;
}

.section04_img02 {
  margin-top: 30px;
}

.section04_bottom_item {
  border-radius: 8px;
  background-color: #fff;
}

.section04_bottom_item > .head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  border-radius: 8px 8px 0 0;
  background-color: #0d65c9;
  text-align: center;
}

.section04_bottom_item > .body {
  padding-top: 15px;
}

.section04_bottom_item > .body > .img {
  text-align: center;
}

.section04_bottom_item > .body > .text {
  padding: 15px;
  color: #3b3b3b;
  font-size: 17px;
  line-height: 30px;
}

.section04_bottom_item > .body > .text em {
  color: #0d65c9;
  font-weight: bold;

}

/*==================================================
  section05
  ユニセフ・マンスリーサポート・プログラム
==================================================*/

.section05 {
  padding-bottom: 60px;
  background-color: #fff;
}

.section05 > .head {
  position: relative;
  top: -5px;
  z-index: 2;
  background: url(../../../202108/img/sec05_ttl_bg.png) 0 0 repeat-x;
}


.section05_bottom {
  border-radius: 10px;
  background-color: #e9f9fe;
}

.section05_bottom > .head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  height: 78px;
  border-radius: 10px 10px 0 0;
  background-color: #0097ff;
}

.section05_bottom > .body {
  padding-top: 30px;
  padding-bottom: 50px;
}

.section05_text01 {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 772px;
  color: #4e4d4d;
}


/* キャンペーン終了表示 */
.campaign-end {
  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;
  position: absolute;
  top: -5px;
  left: -5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1020px;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}


/*==================================================
  section06
  あなたの月々のご支援が、子どもの命と成長を守ります
==================================================*/

.section06 > .head {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #acc72d;
}

.section06 > .body {
  margin-top: 45px;
}

.section06_items {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  margin-bottom: 20px;
}

.section06_item {
  width: 208px;
}
.section06_item_text {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #3B3B3B;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}

.section06_item_text em {
  color: #0099ff;
  font-weight: bold;
}

.section06 small {
  font-size: 13px;
}


/*==================================================
  sectionFlow
  ユニセフ・マンスリーサポート・プログラムによる募金の流れ
==================================================*/

.sectionFlow {
  margin-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.sectionFlow > .head {
  text-align: center;
}

.sectionFlow > .head img {
  position: relative;
  left: -1px; /* 画像の1pxズレへの対処 */
}

.sectionFlow > .body {
  box-sizing: border-box;
  padding: 38px 25px 30px;
  background-color: #f4f4f4;
  color: #4b4847;
  font-size: 16px;
  line-height: 25.6px;
}

.sectionFlow_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sectionFlow_top_text {
  width: 380px;
}

.sectionFlow_top_text p:not(:nth-of-type(1)) {
  margin-top: 30px;
}

.sectionFlow_top_video {
  margin-left: 30px;
}

.sectionFlow_graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.sectionFlow_graph_item:nth-of-type(even) {
  margin-left: 10px;
}

.sectionFlow_graph_item .caption {
  padding-bottom: 18px;
  font-size: 16px;
  color: #1a9bfc;
  font-weight: bold;
}

.sectionFlow_bottom {
  margin-top: 40px;
}


/*==================================================
  sectionJoin
  ユニセフ・マンスリーサポート・プログラムにご参加いただくと
==================================================*/

.sectionJoin {
  padding-bottom: 40px;
}

.sectionJoin > .body {
  box-sizing: border-box;
  background-color: #e4f3fd;
  padding-top: 20px;
  padding-bottom: 25px;
}

/* .sectionJoin_item > .head {
  font-size: 18px;
  color: #aacc03;
  font-weight: bold;
  line-height: 1.611;
} */

.sectionJoin_item > .body,
.sectionJoin_sub {
  margin-top: 5px;
  font-size: 15px;
  color: #4d4d4d;
  line-height: 1.688;
  text-align: justify;
}

.sectionJoin_items > li:nth-of-type(1) .body {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.53;
}

.sectionJoin_items > li:nth-of-type(2) .body {
  margin-left: 50px;
}

.sectionJoin_items > li:nth-of-type(2) .sectionJoin_img {
  text-align: right;
}

.sectionJoin_items {
  /* padding: 42px 0 0 83px; */
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  width: 800px;
  background: url(../../img/water22/join_frame_top.gif) center 0 no-repeat,
  url(../../img/water22/join_frame_bottom.gif) center 100% no-repeat,
  url(../../img/water22/join_inner_bg.gif) center 0 repeat-y;
}

.sectionJoin_items > li {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
}

.sectionJoin_items > li:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #dde0e3;
}

.sectionJoin_item > .head {
  padding-top: 4px;
  padding-left: 50px;
  min-height: 34px;
  font-size: 17px;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #0099ff;
  font-weight: bold;
  line-height: 1.611;
}

.sectionJoin_items > li:nth-of-type(1) .head {
  background-image: url(../../img/join_num1.png);
}

.sectionJoin_items > li:nth-of-type(2) .head {
  background-image: url(../../img/join_num2.png);
}

.sectionJoin_items > li:nth-of-type(3) .head {
  background-image: url(../../img/join_num3.png);
}

/* .sectionJoin_items > li:nth-of-type(2) {
  margin-top: 22px;
}

.sectionJoin_items > li:nth-of-type(3) {
  margin-top: 33px;
} */

.sectionJoin_sub {
  margin-top: 40px;
  margin-left: 43px;
}

.sectionJoin_sub small {
  font-size: 13px;
  line-height: 1.538;
}


/*==================================================
  sectionQA
  ユニセフ・マンスリーサポート・プログラムに関するQ
==================================================*/

.sectionQA {
  color: #4b4847;
}

.sectionQA > .head img {
  position: relative;
  left: 1px;
}

.sectionQA > .body {
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
}

.sectionQA_items {
  padding: 18px;
}

.sectionQA_item:not(:nth-of-type(1)) {
  margin-top: 10px;
}

.sectionQA_item > .head {
  position: relative;
  padding: 10px 50px 8px 55px;
  background:  url(../../img/qa_switch_plus.png) calc(100% - 25px) center no-repeat, url(../../img/qa_ttl_bg.png) 0 0 no-repeat;
  color: #0099ff;
  font-size: 20px;
  font-weight: bold;
}

.sectionQA_item > .head:before {
  content: 'Q.';
  position: absolute;
  left: 26px;
  top: 8px;
}

.sectionQA_item > .head.is-active {
  background:  url(../../img/qa_switch_minus.png) calc(100% - 25px) center no-repeat, url(../../img/qa_ttl_bg.png) 0 0 no-repeat;
}

/* ２行の場合 */
.sectionQA_item:nth-of-type(4) > .head {
  background:  url(../../img/qa_switch_plus.png) calc(100% - 25px) center no-repeat, url(../../img/qa_ttl_bg_2line.png) 0 0 no-repeat;
  line-height: 1.3;
}

.sectionQA_item:nth-of-type(4) > .head.is-active {
  background:  url(../../img/qa_switch_minus.png) calc(100% - 25px) center no-repeat, url(../../img/qa_ttl_bg_2line.png) 0 0 no-repeat;
}
/* ここまで / 2行の場合 */

.sectionQA_item > .body {
  display: none; /* 初期値 */
  box-sizing: border-box;
  position: relative;
  padding: 15px 15px 25px 60px;
  font-size: 16px;
  line-height: 1.6;
}

.sectionQA_item > .head.is-active + .body {
  display: block;
}

.sectionQA_item > .body:before {
  content: 'A.';
  position: absolute;
  top: 10px;
  left: 26px;
  font-size: 20px;
  color: #0099ff;
  font-weight: bold;
}

.sectionQA_item > .body a {
  color: #0099ff;
}

.sectionQA_item > .body small {
  font-size: 13px;
}

.sectionQA_item_graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sectionQA_link_01 {
  margin:0 16px;
  padding:5px 30px 30px 0;
}

.sectionQA_link_01 img{
  display:block;
  margin-left:auto;
}


/*==================================================
  sectionVoice
  マンスリーサポーターの皆さまの声
==================================================*/
.sectionVoice {
  margin-top: 40px;
}

.sectionVoice > .body {
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  background-color: #cbe8fb;
}

.sectionVoice_items {
  position: relative;
  z-index: 1;
  height: 435px;
  overflow-y: scroll;
}

.sectionVoice_items > li {
  padding: 17px 50px 17px 80px;
  font-size: 16px;
  color: #4b4847;
  line-height: 1.75;
  background: #f3fae0 url(../../img/icon_voice.png) 17px 17px no-repeat;
}


.sectionVoice_items > li:nth-of-type(odd) {
  background-color: #ebf6fd;
}

.sectionVoice_items > li:nth-of-type(even) {
  background-color: #fff;
}

.sectionVoice_items > li em {
  color: #ec5401;
}

.sectionVoice_text_age {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 10px 0 10px;
  background: #0099ff;
  color: #fff;
  text-align: center;
}


/* もっと見る */
.sectionVoice_more {
  position: absolute;
  z-index: 2;
  right: 50px;
  bottom: 30px;
  opacity: 0;
  transition: opacity .5s;
  cursor: auto;
  pointer-events: none;
}

.sectionVoice_more.is-active {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.sectionVoice_more img {
  width: 25px;
  height: 100px;
}


/*==================================================
  sectionReport
  世界の子どもたちへ、2021年、たとえばこんな支援を届けることができます
==================================================*/
.sectionReport {
  margin-top: 115px;
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  background-color: #f4f4f4;
}

.sectionReport > .head {
  position: relative;
  top: -83px;
  margin-bottom: -83px;
}

.sectionReport > .body {
  margin-top: 35px;
  padding-bottom: 50px;
}

.sectionReport_row {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.sectionReport_row + .sectionReport_row {
  margin-top: 30px;
}

.sectionReport_row > .head {
  background-color: #0099ff;
  color: #fff;
  font-size: 21px;
  line-height: 50px;
  text-align: center;
}

.sectionReport_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.sectionReport_item {
  width: 240px;
}

/* .sectionReport_top .sectionReport_item {
  width: 370px;
}

.sectionReport_bottom .sectionReport_item {
  width: 250px;
} */

.sectionReport_bottom {
  margin-top: 20px;
}

.sectionReport_item_text {
  padding-top: 10px;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 1.563;
}

.sectionReport_item_text em {
  color: #0099ff;
  font-weight: bold;
}


/*==================================================
  sectionAbout
  ユニセフ募金は税額控除の対象となり、約40％が所得税額から控除されます。
==================================================*/
.sectionAbout {
  color: #666666;
  margin-left: auto;
  margin-right: auto;
  width: 850px;
}

.sectionAbout_inner {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f3fae0;
  background-color: #f3fae0;
}

.sectionAbout .head {
  text-align: center;
}

.sectionAbout .body {
  margin-left: auto;
  margin-right: auto;
  width: 730px;
}

.sectionAbout_text_01 {
  margin: 15px 0;
}

.sectionAbout_text_01 p {
  font-size: 15px;
  line-height: 2;
}

.sectionAbout_text_02 {
  margin-top: 15px;
}

.sectionAbout_text_02 p {
  font-size: 12px;
  line-height: 1.6;
}


/*==================================================
  footerCTA
  ユニセフ・マンスリーサポート・プログラムに参加する
==================================================*/
.footerCTA {
  margin-top: 30px;
  padding:20px;
  font-size: 17px;
}

.footerCTA_top {
  margin: 0 auto;
  width: 860px;
  text-align: center;
}

.footerCTA_top a {
  cursor: pointer;
}

.footerCTA_top .btn1 {
  display: block;
  margin: 0 auto;
  width: 567px;
}

.footerCTA_top .link {
  margin-top: 20px;
  font-size: 14px;
}

.footerCTA_top .btn2,
.footerCTA_top .btn3 {
  display: inline-block;
  margin: 20px auto 0;
  width: 275px;
}

.footerCTA_top .btn2 {
  margin-right: 10px;
}

.footerCTA_bottom {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 860px;
  font-size: 10px;
}

.footerCTA_bottom small {
  font-size: 10px;
}

.footerCTA_text_01 {
  margin:20px 0;
  font-size:11px;
  color:#666666;
}


/*==================================================
  JavaScript
==================================================*/

.js-accordionSwitch {
  cursor: pointer;
}

.js-accordionTarget {
  display: none;
}

.js-accordionTarget.is-active {
  display: block;
}



/*==================================================
  facebook
==================================================*/
#fbLikebox{
  width: 876px;
  margin:40px auto;
  text-align:center;
}

/*==================================================
  フッター
==================================================*/
#footer2{
  background:#0099ff;
  padding: 15px 0 105px;
}
#footer2 .footInner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  overflow: hidden;
  width: 860px;
}
#footer2 .footerText {
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height:1;
}
#footer2 .footerText li.text03 ,
#footer2 .footerText li.text04 {
  float: left;
  padding: 0 10px;
  border-right:1px solid #ffffff;
  margin:0;
  line-height:1;
}

#footer2 .footerText li.text04 {
  border-left: 1px solid #fff;
}

#footer2 .footerText li a{
  color:#ffffff;
  text-decoration:none;
}
#footer2 .copyright{
  float:none;
}

#footer2 .footer_tel{
  float:right;
}

/*==================================================
  導線
==================================================*/

.blockAction{
  background:#0173de;
  padding:10px 0 10px 0;
  position:fixed !important;
  position:absolute;
  bottom:0;
  left:0;
  z-index: 99;
  width:100%;
  -webkit-transform: translate3d(0,0,0);
}
.blockAction .blockActionInner{
  /* margin: 0 auto; */
  overflow: hidden;
  /* width: 860px; */
}
.blockAction .blockTitle{
  float:left;
}
.blockAction .blockBody{
  /* margin-left: 70px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.blockAction .credit{
  float:left;
}
.blockAction .transfer{
  margin-left: 20px;
}
.blockAction .transfer dt{
  margin-bottom:3px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.blockAction .transfer .dl{
  margin-left:22px;
}

/*==================================================
  導線（上に配置するパターンページ）
==================================================*/

.blockAction_top{
  background:#0099ff;
  padding:0 0 10px 0;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  -webkit-transform: translate3d(0,0,0);
}
.blockAction_top .blockActionInner{
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
.blockAction_top .blockTitle{
  float:left;
}
.blockAction_top .blockBody{
  margin-left:284px;
}
.blockAction_top .credit{
  float:left;
}
.blockAction_top .transfer{
  width:274px;
  float:right;
  margin-top:10px;
}
.blockAction_top .transfer dt{
  margin-bottom:3px;
}
.blockAction_top .transfer .dl{
  margin-left:22px;
  float:left;
}
.blockAction_top .transfer .order{
  margin-left:10px;
  float:left;
}
.blockAction_top .blockInfo{
  text-align:center;
  padding:5px;
}


/*==================================================
  ユニセフ（国際連合児童基金）について
==================================================*/

.about .text {
  margin:20px 40px 30px 40px;
  font-size:14px;
  line-height:24px;
}

.about dl {
  background: url("../../201902/img/201502/aboutBack.jpg") no-repeat left top;
  height: 184px;
  margin: 0 auto;
  overflow: hidden;
  width: 888px;
}
.about dt {
  margin:30px 0 5px 270px;
}
.about dd {
  line-height: 1.5;
  margin:0 60px 0 270px;
  font-size:13px;
}

.section07 .textLink01{
  background: url("../../201902/img/201602/sec07Icon.jpg") no-repeat left bottom;
  padding: 20px 0 0 20px;
  display: block;
}
.section07 .textLink02{
  background: url("../../201902/img/201602/sec07Icon.jpg") no-repeat left bottom;
  padding: 10px 0 0 20px;
  display: block;
}



/* 固定footer
-------------------------- */
.btnentry {
  position: relative;
  top: -5px;
  width: 372px;
  display: inline-block;
}
.btnentry :hover {
  opacity: 0.9;
}

.btnentry a {
  cursor: pointer;
}

.mslp span {
  font-size:12px;
}
.mslp_bottomarea_link > .head img {
  vertical-align: middle;
}

.mslp_bottomarea_link > .body {
  display: flex;
  margin-left: 18px;
}

.mslp_bottomarea_link > .body > p + p {
  margin-left: 18px;
}

.mslp_bottomarea_link p {
  font-family:meiryo;
  color:#fff;
  font-weight:bold;
}
.mslp_bottomarea_link p > i {
  font-weight:normal;
  margin-right:5px;
}
.mslp_bottomarea_link p > a {
  color:#fff;
  text-decoration:none;
}
.mslp_bottomarea_link p > a:hover {
  color:#f90;
}
.blockAction .transfer {
  margin-right: 20px;
}
.blockAction .transfer .dl {
  margin-left:18px;
}
.blockAction .transfer .subtitle img {
  margin: 1px 5px 0 0;
}


.footer-annotation {
  color: #fff;
  font-size: 11px;
}



/* ToggleArea
-------------------------- */
#toggle {
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: left;
  position: relative;
}

#toggle a {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* CSS3 Toggle
-------------------------- */
#toggle:target .front {
  opacity: 0;
  pointer-events: none;
}

/*検証
---------------------------------------------------*/

.validate .contents01_inner .top_col2 p  {
  display: inline-block;
  word-break:normal;
  text-align: justify;
   display: inline-block;
  width: 410px;
  position: relative;
  top: 140px;
  left: 380px;
  line-height: 1.8 !important;
}

#dna{
  overflow: hidden;
}

#dna .dna_titleWrap{
  width: 100%;
  text-align: center;
  background: #acc72d;
  display: table;
  height: 99px;
}
#dna .dna_titleWrap h2{
  display: table-cell;
  vertical-align: bottom;
}

.validate .contents01_inner .top_col, .contents01_inner .top_col2 {
    width: 852px;
    height: 608px;
    background: url(../../img/water22/contents01_img01.png) left top no-repeat;
}


.validate .contents04_wrap {
    width: 100%;
    padding: 0 0 0 0;
    background: #f5fddd;
}

.validate .contents06_inner .middle_col .menu .short2 {
  word-break: normal;
}
