@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: 629px;
  overflow: hidden;
  background-color: #c9b7b3;
  text-align:center;
}

@media print, screen and (max-width: 1490px) {
  #main_wrap img {
    position: relative;
    left: calc((100% - 1490px) / 2);
  }
}


.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;
}


/* プレゼントスライド */
.present_slider {
  position: relative;
}
.present_slider .fv_date_bubble{
	position: absolute;
	width: min(13vw,131px);
	right: 5%;
	top:max(-13vw,-130px);
  z-index: 2;
}
.present_slider .fv_date_bubble img{
	width: 100%;
}
.present_slider_items {
  display: flex;
  position: relative;
  z-index: 1;
  transition-timing-function: linear;
}

.present_slider_item.swiper-slide {
  width: 250px;
}

.present_slider_text {
  position: relative;
  top: -20px;
  margin-left: calc(50% - 70px);
  margin-bottom: -40px;
  height: 40px;
  z-index: 2;
}

@media print, screen and (max-width: 1490px) {
  .present_slider_text {
    margin-left: auto;
    text-align: right;
  }
}

.present_slider_text img {
  position: relative;
  z-index: 2;
}

.present_slider_text::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

/*==================================================
  section01
  世界では、過去最多の4億2,600万人～
==================================================*/

.section01 {
  position: relative;
  z-index: 1;
}

.section01 p {
  color: #fff;
  font-size: 18px;
  line-height: 2.47;
}

.section01_top {
  padding-top: 100px;
  padding-bottom: 110px;
  background: #bfbfbd url(../img/sec01_top_bg.jpg) 0 0/cover no-repeat;
}

.section01_top_inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 55px;
  width: 1100px;
  height: 640px;
  background: url(../img/sec01_inner_bg.jpg) 0 0 no-repeat;
}

.section01_bottom_text02 {
  position: absolute;
  z-index: 2;
  margin-top: -63px;
  left: calc(50% - 140px);
}

.section01_bottom {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 45.7vw;
  min-height: 681px;
  background: url(../img/sec01_bottom_bg.jpg) center 0/cover no-repeat;
}

.section01_bottom_inner {
  margin-left: auto;
  margin-right: auto;

  width: 1000px;
}

.section01_bottom_inner > .head {
  padding-left: 150px;
}

.section01_bottom_inner > .body {
  margin-top: 45px;
  margin-left: auto;
  margin-right: 20px;
  width: 498px;
}

.section01_bottom_inner > .body em {
  color: #ffba00;
  font-weight: bold;
}



/*==================================================
  section02
  ユニセフの支援がここにもあってとても助かりました
==================================================*/

.section02 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  background: url(../img/sec02_bg.jpg) center 0/cover no-repeat;
}

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

.section02 > .body {
  margin-left: auto;
  margin-right: auto;
  padding-top: 25.5vw;
  width: 1000px;
}

.section02 p {
  color: #fff;
  font-size: 18px;
  line-height: 2.22;
}

.section02_text01 {
  width: 470px;
}

.section02_img01 {
  position: absolute;
  top: 154px;
  left: calc(50% + 197px);
}


.section02 .section02_annotation {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 14px;
  line-height: 1.57;
}


/*==================================================
  section03
  ウクライナ支援を進める一方で
==================================================*/
.section03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 60px;
}

.section03 > .head {
  display: inline-block;
  border-bottom: 4px solid #9f2811;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.section03 > .body {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 100%;
  height: 819px;
  background: url(../img/sec03_bg.jpg) center bottom no-repeat,
              url(../img/sec03_bg_left.png) 0 bottom/50% 774px repeat-x;
}

.section03_inner {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
}

.section03_item_left {
  padding-top: 110px;
  width: 600px;
}

.section03_item_right {
  padding-top: 510px;
  width: 400px;
}

.section03 p {
  color: #fff;
  font-size: 18px;
  line-height: 2.33;
}

.section03 .section03_text02 {
  margin-top: 30px;
  width: 470px;
}

.section03 em {
  color: #df3f22;
}


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

.section04 {
  position: relative;
  background-color: #1fbaef;
}

.section04 > .head {
  color: #fff;
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  line-height: 180px;
}

.section04_top {
  box-sizing: border-box;
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
  min-height: 696px;
  background: #f5f4f7 url(../img/sec04_bg.jpg) 0 0/cover no-repeat;
}

.section04_top > .body {
  margin-left: calc(50vw + 118px);
  width: 450px;
}

.section04_top > .body p {
  color: #000;
  font-size: 18px;
  line-height: 2.17;
}

.section04_top .section04_text02 {
  margin-top: 9vw;
  margin-left: 4.5vw;
}

@media print, screen and (max-width: 1490px) {
  .section04_top .section04_text02 {
    background-color: rgba(255,255,255,.4);
  }
}

.section04_bottom {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section04_bottom_items {
  margin-left: auto;
  margin-right: auto;
  width: 1080px;
}

.section04_bottom_item {
  min-height: 430px;
  box-shadow: 2px 3.464px 2.31px 0.69px rgba(0, 0, 0, 0.1);
  background: #fff url(../img/sec04_item01.jpg) 0 0 no-repeat;
}

.section04_bottom_item:not(:first-child) {
  margin-top: 45px;
}

.section04_bottom_item:nth-of-type(1),
.section04_bottom_item:nth-of-type(3) {
  padding-left: 536px;
  background-position: 0 0;
}

.section04_bottom_item:nth-of-type(2),
.section04_bottom_item:nth-of-type(4) {
  padding-right: 536px;
  background-position: right 0;
}

.section04_bottom_item:nth-of-type(1) {
  background-image: url(../img/sec04_item01.jpg);
}

.section04_bottom_item:nth-of-type(2) {
  background-image: url(../img/sec04_item02.jpg);
}

.section04_bottom_item:nth-of-type(3) {
  background-image: url(../img/sec04_item03.jpg);
}

.section04_bottom_item:nth-of-type(4) {
  background-image: url(../img/sec04_item04.jpg);
}

.section04_bottom_item > .head {
  padding-top: 40px;
  padding-left: 60px;
  color: #1fbaef;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 45px;
}

.section04_bottom_item:nth-of-type(2) > .head {
  font-size: 30px;
}

.section04_bottom_item > .body {
  margin-top: 20px;
  padding: 0 55px 30px 55px;
  color: #000;
  font-size: 18px;
  line-height: 2.33;
}

.section04_bottom_check {
  margin-top: 20px;
  padding: 30px 40px 30px 70px;
  background: url(../img/icon_check.png) 23px center no-repeat;
  border-radius: 20px;
  border: 1px solid #1fbaef;
  color: #1fbaef;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.83;
}

.section04_bottom_item:nth-of-type(3) .section04_bottom_check {
  padding-top: 12px;
  padding-bottom: 12px;
}

.section04_bottom_item:nth-of-type(3) .section04_bottom_check,
.section04_bottom_item:nth-of-type(4) .section04_bottom_check {
  padding-right: 20px;
}




/*==================================================
  section05
  継続的なご支援は、子どもたちの平和な未来への第一歩です
==================================================*/

.section05_wrap {
  background: url(../img/sec05_bg.jpg) center 0/contain no-repeat;
}

@media print, screen and (max-width: 1490px) {
  .section05_wrap {
    background-size: 1490px auto;
  }
}

.section05 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section05 > .head {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 26.78vw;
  min-height: 399px;
}

.section05_main {
  margin-top: -30px;
  margin-bottom: 30px;
}

.section05_main > .body {
  margin-top: 20px;
  text-align: center;
  letter-spacing: .05em;
}

.section05_text01 {
  color: #4e4d4d;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.25;
}

.section05_text01 em {
  color: #0099ff;
  font-size: 33px;
}

.section05_text02 {
  box-sizing: border-box;
  margin-top: -17px;
  padding-top: 120px;
  min-height: 282px;
  background: url(../img/sec05_bg02.jpg) center 0 no-repeat;
  color: #4e4d4d;
  font-size: 20px;
  line-height: 2.1;
}

@media print, screen and (max-width: 1360px) {
  .section05_text02 {
    background-size: 100% auto;
  }
}

.section05_bottom {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e4f3fd url(../img/sec05_img02.png) calc(50% + 400px) calc(100% - 36px) no-repeat;
}

.section05_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  text-align: left;
}

.section05_item {
  box-sizing: border-box;
  margin-left: 20px;
  width: 320px;
  background-color: #fff;
  box-shadow: 10px 10px 0 #b5dcf9;
  font-size: 18px;
  line-height: 1.67;
}

.section05_item:nth-of-type(1),
.section05_item:nth-of-type(4) {
  margin-left: 0;
}

.section05_item:nth-of-type(4),
.section05_item:nth-of-type(5) {
  margin-top: 30px;
}

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

.section05_item_body {
  padding: 30px 20px 20px;
}

.section05_item:nth-of-type(5) .section05_item_body {
  letter-spacing: -.03em;
}

/*==================================================
  section06
  プレゼントコンテンツ
==================================================*/

.section06_wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}

.section06 {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

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

.section06 > .body {
  position: relative;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
}

.section06 .section06_text01 {
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
}

.section06_img {
  position: relative;
  z-index: 1;
  margin-top: -70px;
  margin-left: -30px;
}

@media print, screen and (max-width: 1360px) {
  .section06_img img {
    max-width: 100%;
    height: auto;
  }
}

.section06_annotation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  color: #4e4d4d;
  font-size: 13px;
  line-height: 1.53;
}

.section06_annotation dt,
.section06_annotation dd,
.section06_annotation p {
  color: #4e4d4d;
  font-size: 13px;
  line-height: 1.53;
}

.section06_annotation a {
  color: #0099ff;
}

.section06_annotation_left {
  width: 610px;
}

.section06_annotation_right > .head {
  font-weight: bold;
}


/*==================================================
  donation
  ドネーションサンプル
==================================================*/
.donation > .head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  background-color: #acc911;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
}

.donation > .body {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.donation_text01 {
  color: #acc911;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.donation_items {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.donation_item {
  width: 235px;
  font-size: 15px;
  line-height: 1.67;
}

.donation_item > .body {
  margin-top: 10px;
}

.donation_item em {
  color: #0096ff;
  font-weight: bold;
}

.donation_annotation {
  margin-top: 50px;
  text-align: right;
}



/*==================================================
  共通要素
==================================================*/

.sectionFlow,
.sectionJoin,
.sectionQA,
.sectionVoice,
.sectionAbout {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.sectionFlow > .body,
.sectionJoin > .body,
.sectionQA > .body,
.sectionVoice > .body {
  margin-left: 11px;
  width: 975px;
}

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

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

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

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

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

.sectionFlow_top,
.sectionFlow_bottom {
  margin-left: auto;
  margin-right: auto;
  width: 880px;
}

.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;
  text-align: center;
}


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

.sectionJoin {
  padding-bottom: 40px;
}

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

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

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

.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: 18px;
  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_item > .body,
.sectionJoin_sub {
  margin-top: 5px;
  font-size: 16px;
  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;
}


/*==================================================
  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 {
  margin-left: auto;
  margin-right: ;
  padding: 18px ;
  width: 900px;
}

.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
  世界の子どもたちへ、2018年、たとえばこんな支援を届けることができます
==================================================*/
.sectionReport {
  margin-top: 115px;
  margin-left: auto;
  margin-right: auto;
  width: 977px;
  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: 915px;
}

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

.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: 280px;
}

.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;
}

.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: 810px;
}

.sectionAbout_text_01 {
  margin: 15px 0;
}

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

.sectionAbout_text_02 {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 810px;
}

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

.sectionAbout_img_01 {
  text-align: center;
}


/*==================================================
  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{
  overflow: hidden;
}

.blockAction .blockBody {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.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 {
  width:258px;
}
*/
.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/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;
}
