btn_arrow@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

html {
  height: 100%;
  /*
  font-size: .625em;
  */
}

@-ms-viewport {
  width: device-width;
}

body {
/*
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .05em;
*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
}

@media print {
  body {
    color: #000;
    -webkit-print-color-adjust: exact;
  }
}


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



/* uttility
---------------------------------------------------*/
.u-block {
  display: block;
}

.u-al_center {
  text-align: center;
}

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

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

.u-text_primary {
  color: #0096ff;
}

.u-text_bold {
  font-weight: bold;
}


/* CTA要素
---------------------------------------------------*/
/* ボタン */
.btn_primary {
  display: inline-block;
  width: 600px;
  height: 88px;
  line-height: 88px;
  background: #ffd800 url(../../images/coop_inh_new/201912/btn_arrow.png) calc(100% - 30px) center no-repeat;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
  text-decoration: none;
}

.btn_primary:hover,
.btn_primary:active,
.btn_primary:focus {
  opacity: .8;
  background-position: calc(100% - 20px) center;
}


/* セミナーのお申込ボタン */
.btn_inquiry {
  box-sizing: border-box;
  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;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 104px;
  line-height: 26px;
}

.btn_inquiry > .main {
  font-size: 24px;
}

.btn_inquiry > .sub {
  font-size: 16px;
}

/* btn_seminar_idx */
.btn_seminar_idx {
  display: inline-block;
  width: 800px;
  height: 62px;
  line-height: 56px;
  border-radius: 100vh;
  border: 3px solid #EC880E;
  background: #fff url(../../images/coop_inh_new/201912/btn_arrow_orange.png) calc(100% - 30px) center no-repeat;
  color: #EC880E;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
  text-decoration: none;
}
.btn_seminar_idx:hover,
.btn_seminar_idx:active,
.btn_seminar_idx:focus {
  opacity: .8;
  background-position: calc(100% - 20px) center;
}
.btn_seminar_idx .main {
  font-size: 20px;
}

/* バナースペース */
.banners {
  margin-top: 40px;
}

.banners a {
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.banners:hover,
.banners:active,
.banners:focus {
  opacity: .8;
}


/* layout
---------------------------------------------------*/
.l-content {
  width: 980px;
  background: url(../../images/coop_inh_new/201912/bg.png);
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: center;
}

@media screen\0 {
  .l-content {
    /* ie */
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'MS UI Gothic', 'Arial', sans-serif;
  }
}


/* header
---------------------------------------------------*/
.headerbase #headerArea {
  position: relative;
  z-index: 98;
}

.logo h1 {
  margin-top: -2px;
  margin-left: -1px;
}

.logo .isanlogo01 {
    position: relative;
    left: -2px;
    top: -1px;
}

/* footer
---------------------------------------------------*/
.js-sticky {
  display: none;
  position: fixed;
  left: 10px; /* bodyのmargin-left分 */
  bottom: 0;
  z-index: 99;
  width: 980px;
  height: 80px;
}

.inhfootertop .blockB {
  display: flex;
  justify-content: space-between;
  background: none;
}

.inhfootertop .blockB .block1,
.inhfootertop .blockB .block2,
.inhfootertop .blockB .block3 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.inhfootertop .blockB .block1 {
  padding-left: 20px;
}

.inhfootertop .blockB .block2,
.inhfootertop .blockB .block3 {
  border-left: 1px solid #b3e5fe;
}



.inhfooterbottom {
  margin-bottom: 80px;
  border-bottom: 1px solid #fff;
}

.inhfooterbottom .inhfooternav {
  bottom: 5px;
}

/* ie hack */
_:lang(x)::-ms-backdrop, .inhfooterbottom .inhfooternav {
  bottom: 10px;
}


.inhfooterSticky {
  box-sizing: border-box;
  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;
  width: 100%;
  height: 100%;
  padding: 15px 30px 0;
  background-color: #0099ff;
  color: #fff;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'MS UI Gothic', 'Arial', sans-serif;
}

.inhfooterSticky > * {
  margin-top: 0;
  margin-bottom: 0;
}

.inhfooterSticky a img {
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.inhfooterSticky a:hover img,
.inhfooterSticky a:active img,
.inhfooterSticky a:focus img {
  opacity: .7;
}

.footer_contact_01 > .head,
.footer_contact_01 > .body {
  margin-left: 0;
  margin-right: 0;
}

.footer_contact_01 > .head {
  font-size: 16px;
  font-weight: bold;
}

.footer_contact_01 > .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer_contact_01 .tel {
  margin-top: -22px;
  font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.footer_contact_01 .time {
  margin-top: 0;
  margin-left: 1em;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .1em;
}

.footer_contact_02,
.footer_contact_03 {
  padding-top: 5px;
}


/* credit
---------------------------------------------------*/
.credit {
  padding: 50px;
  color: #666;
  text-align: left;
  letter-spacing: .025em;
}


/* mainvisual
---------------------------------------------------*/
.mainvisual {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  width: 800px;
}

.mainvisual_text  {
  margin-top: 50px;
}

.mainvisual_text p {
  color: #0096ff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.mainvisual_btn_movie > a:hover img,
.mainvisual_btn_movie > a:active img,
.mainvisual_btn_movie > a:focus img {
  opacity: .8;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}


/* # YouTubeモーダル
----------------------- */
.mainvisual_movie {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 702px;
  height: 395px;
  overflow: hidden;
}

.mainvisual_movie iframe {
  width: 100%;
  height: 100%;
}

.mfp-content .mainvisual_movie {
  display: block;
}

/* # スライダー
----------------------- */
.slider {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 0;
  width: 100%;
  height: 370px;
}

.slider img {
  object-fit: cover;
  height: 370px;
}

@supports not (object-fit: cover) {
  .slider img {
    width: auto;
    height: 100%;
  }
}
/* ここまで / スライダー */

.mainvisual_text_front img,
.mainvisual_btn_movie {
  z-index: 2;
}

.mainvisual_text_front img {
  position: relative;
  /* left: -228px; */
  left: 0;
  top:15px;
}

.mainvisual_btn_movie {
  position: absolute;
  right: 15px;
  top: 365px;
  margin-top: 0;
  margin-bottom: 0;
}

.mainvisual .swiper-pagination {
  margin-top: 30px
}


/* メインビジュアル以降
---------------------------------------------------*/

.inhcontents {
  margin-top: 80px
}


/* ユニセフ遺産寄付プログラム
---------------------------------------------------*/
.program {
  padding-top: 15px;
  padding-bottom: 50px;
  background-color: rgba(0,150,255,.07);
}

.program > .head {
  padding-bottom: 0;
  color: #333;
  font-size: 18px;
}

.program > .head .sub {
  margin-top: 15px;
}

.program > .body {
  margin-top: 30px;
}

.program_seminar {
  padding-bottom: 20px;
}

.program_seminar_idx {
  padding-top: 20px;
  margin-bottom: 0;
}

.program_list {
  margin-top: 30px;
}

.program_list > li {
  display: inline;
}

.program_list > li:not(:first-child) {
  margin-left: 30px;
}

.program_list a {
  position: relative;
  top: 0;
  color: transparent;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.program_list a:hover {
  top: -5px;
  opacity: .8;
}


/* 遺言を通じた寄付（遺贈）とは
---------------------------------------------------*/
.intro {
  padding-top: 70px;
}

.intro > .head {
  color: #0096ff;
  font-size: 30px;
}

.intro_items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.intro_item {
  box-sizing: border-box;
  padding-top: 150px;
  width: 371px;
  background-position: center 0;
  background-repeat: no-repeat;
}

.intro_item > .head {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
}

.intro_item > .body {
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 2.063;
  text-align: justify;
  letter-spacing: .025em;
}

.intro_item:nth-child(1) {
  background-image: url(../../images/coop_inh_new/201912/intro_01.png);
}

.intro_item:nth-child(2) {
  background-image: url(../../images/coop_inh_new/201912/intro_02.png);
}

.intro_item:nth-child(3) {
  background-image: url(../../images/coop_inh_new/201912/intro_03.png);
}

.intro_item:nth-child(4) {
  background-image: url(../../images/coop_inh_new/201912/intro_04.png);
}

.intro .annotation{
	font-size:0.7em;
}


/* みなさまのご意思と想いが、
   子どもたちの笑顔と未来につながっています。
---------------------------------------------------*/
.activity {
  margin-top: 100px;
}

.activity > .head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  width: 860px;
  height: 120px;
  border-radius: 60px;
  background-color: rgba(243, 166, 57, 0.1);
  color: #fd883b;
  font-size: 28px;
  line-height: 1.6;
}

.activity_text01 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 2.15;
}

.activity_items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-top: 50px;
}

.activity_item {
  position: relative;
  margin-left: 40px;
  width: 380px;
  background-color: #f5f0e7;
  text-align: left;
}

.activity_item_img {
  width: 436px;
}

.activity_item:nth-of-type(odd) {
  z-index: 2;
}

.activity_item:nth-of-type(odd) .activity_item_img {
  margin-left: -31px;
}

.activity_item:nth-of-type(even) .activity_item_img {
  margin-left: -12px;
}

.activity_item_text {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 39px;
  width: 340px;
  background: url(../../images/coop_inh_new/201912/bg_letter.png) center 0 no-repeat;
}

.activity_item_text p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.activity_item_text01 {
  color: #fd883b;
  font-size: 19px;
  font-weight: bold;
}

.activity_item_text01 + .activity_item_text02 {
  margin-top: 39px;
}

.activity_item_text02 {
  font-size: 16px;
}


/* みなさまからお預かりした大切なユニセフ募金を
   世界の子どもたちのために。
---------------------------------------------------*/
.movie {
  margin-top: 100px;
  background: url(../../images/coop_inh_new/201912/bg_wing.png) center 0 no-repeat;
}

.movie > .head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  width: 860px;
  height: 120px;
  border-radius: 60px;
  background-color: rgba(0, 150, 255, .1);
  color: #0096ff;
  font-size: 28px;
  line-height: 1.6;
}

.movie > .body p {
  font-size: 20px;
  line-height: 2;
}

.movie .movie_100yen {
  margin-top: 80px;
  margin-bottom: 40px;
  max-width: 702px;
}


/* まずは、知ってください
   ユニセフ遺産寄付プログラム
---------------------------------------------------*/
.about {
  margin-top: 80px;
  padding-bottom: 50px;
  background-color: rgba(254, 242, 216, .6);
}

.about > .head {
  margin-top: 45px;
  height: 108px;
  background-color: #0096ff;
  text-align: center;
}

.about > .head img {
  position: relative;
  top: -11px;
}

.about > .foot {
  margin-top:50px;
}

.about_text_01 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.8;
}



/* # ガイドブック内容の一部
----------------------- */
.guidebook {
  position: relative;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  max-width: 866px;
  background-color: #f5fbff;
}

.guidebook > .head,
.guidebook > .body {
  padding-left: 325px;
}

.guidebook > .head {
  background-color: #d7efff;
  font-size: 20px;
  line-height: 40px;
}

.guidebook > .body {
  padding-top: 25px;
  padding-bottom: 30px;
}

.guidebook_img {
  position: absolute;
  top: -30px;
  left: -30px;
}

.guidebook_text_02 p {
  margin-top: 15px;
  font-size: 14px;

}

/* # 「今を生きる子どもたちへ」贈りたい言葉
----------------------- */
.gift {
  position: relative;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  max-width: 866px;
  background-color: #FFF7E1;
}

.gift > .head,
.gift > .body {
  padding-left: 325px;
}

.gift > .head {
  background-color: #FFE18B;
  font-size: 21px;
  line-height: 40px;
}

.gift > .body {
  padding-top: 10px;
  padding-bottom: 30px;
}

.gift_img {
  position: absolute;
  top: -15px;
  left: -30px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.gift_text_02 p {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 30px;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
}

.u-text_gift {
  color: #002060;
}
/* ボタン */
.btn_gift_wrapper {
  width: 300px;
  margin-right: 30px;
  margin-left: auto !important;
}
.btn_gift {
  display: inline-block;
  width: 300px;
  height: 48px;
  line-height: 48px;
  background: #E2F5FA url(../../images/coop_inh_new/201912/btn_arrow.png) calc(100% - 30px) center no-repeat;
  background-size: 20px auto;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
  text-decoration: none;
  text-align: center;
}

.btn_gift:hover,
.btn_gift:active,
.btn_gift:focus {
  opacity: .8;
  background-position: calc(100% - 20px) center;
}
