@charset "utf-8";

/*　ページ別設定CSS（pages.css）
----------------------------------------

  1.ホーム / index.html
    1-1.メインイメージ
    1-2.導入件数レイアウト

  2.導入実績 / performance.html

  3.選ばれる理由 / reason.html

  4.機能一覧 / function.html

  5.仕組みづくり / actionplan.html

  6.継続寄付 / continuation.html
    5-1.継続寄付アニメーション

  7.セキュリティ対策 / security.html

  8.よくある質問 / faq.html

  9.お問い合わせ / contact.html

----------------------------------------
*/


/*　1.ホーム / index.html
----------------------------------------*/

.contentarea-top {
  width: 980px;
  height: 520px;
  margin: 0 0 30px 0;
  position: relative;
}

.contentarea-top__catch {
  clear: both;
  padding: 10px 0 0 5px;
}

.contentarea-top__catch__headline {
  margin: 0;
  padding: 0;
  float: left;
}

.contentarea-top__catch__text {
  float: left;
  margin: 2px 0 0 0;
  padding: 0 0 0 10px;
  font-size: 116%;
  display: inline-block;
  font-weight: bold;
}

/*　1-1.メインイメージ　*/

.contentarea-top__mainimg,
.contentarea-top__title,
.contentarea-top__subcatch,
.contentarea-top__intro {
  position: absolute;
}

.contentarea-top__title {
  width: 501px;
  margin: 0;
  padding: 0;
  top: 50px;
  left: 40px;
}

.contentarea-top__subcatch {
  width: 380px;
  margin: 0;
  padding: 0;
  top: 135px;
  left: 40px;
  font-size: 131%;
  line-height: 1.8em;
  font-weight: bold;
}

.contentarea-top__intro {
  width: 260px;
  max-width: 260px;
  top: 286px;
  left: 40px;
  padding: 20px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  z-index: 10;
}

.contentarea-top__intro__title {
  height: 36px;
  margin: 0;
  padding: 0;
  font-size: 177%;
  font-weight: bold;
}

.contentarea-top__intro__left {
  width: 131px;
  float: left;
}

.contentarea-top__intro__left__text {
  margin: 15px 0 3px 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.7em;
}

.contentarea-top__intro__right {
  width: 115px;
  max-width: 115px;
  /*position: relative;*/
  float: right;
}

.contentarea-top__intro__right__text {
  margin: 10px 0 3px 0;
}

.contentarea-top__intro__right__count {
  margin: 0 0 0 -9px;
  font-size: 80px;
  font-weight: bold;
  /* font-family: 'Futura','Century Gothic',sans-serif; */
  color: #00855E;
  -webkit-transform: scale(0.9,1);
  -moz-transform: scale(0.9,1);
  -ms-transform: scale(0.9,1);
  line-height: 0.8em;
  letter-spacing: 1px;
}

.contentarea-top__intro__right__count:first-letter {
  letter-spacing: 0;
}

.contentarea-top__intro__right__unit {
  margin: 0;
  padding: 0;
  color: #00855E;
  font-size: 100%;
  font-weight: bold;
  /*position: absolute;
  top: 96px;
  right: 0;*/
  text-align: right;
  padding-top: 3px;
}
/*IEのみ*/
@media all and (-ms-high-contrast: none){
  .contentarea-top__intro__right__unit {
    margin: 3px 0 0 0;
  }
}


/*　1-2.導入件数レイアウト　*/

.contentarea-top__count {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Century Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #00855E;
  text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF;
}

.contentarea-top__count p {
  width: 25px;
  position: absolute;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index:0;
}

.contentarea-top__mainimg img {
  z-index:1;
}

.contentarea-top__count--tohoku {
  top: 237px;
  left: 585px;
}

.contentarea-top__count--kantou {
  top: 327px;
  left: 558px;
}

.contentarea-top__count--chubu {
  top: 326px;
  left: 521px;
}

.contentarea-top__count--kinki {
  top: 342px;
  left: 476px;
}

.contentarea-top__count--chugoku {
  top: 345px;
  left: 433px;
}

.contentarea-top__count--kyushu {
  top: 366px;
  left: 378px;
}

.contentarea-top__count--organization {
  top: 267px;
  left: 654px;
}

.contentarea-top__count--other {
  top: 324px;
  left: 670px;
}

.count__link {
  color: #31AF6A !important;
}

/*　2.導入実績 / performance.html
----------------------------------------*/

.contentarea-sub__performance {
  width: 900px;
  margin: 50px 0 0 0;
  padding: 40px 40px 5px 40px;
  text-align: left;
  background-color: #E9E7E7;
  overflow: hidden;
}

.contentarea-org-sub__performance {
  width: 900px;
  margin: 50px 0 0 0;
  padding: 30px 40px 5px 40px;
  text-align: left;
  background-color: #E6EFF4;
  overflow: hidden;
}
.contentarea-edu-sub__performance {
  width: 900px;
  margin: 50px 0 0 0;
  padding: 30px 40px 5px 40px;
  text-align: left;
  background-color: #FFF0E5;
  overflow: hidden;
}

.performance_title {
  clear: both;
  margin: 0 0 3px 0;
  padding: 3px 0 0 10px;
  font-size: 170%;
  font-weight: bold;
  border-left: 5px #31AF6A solid;
  text-align: left;
}

.performance_list {
  margin: 0px 0px 0px 0px;
  padding: 15px 0 20px 0;
  border-top: 3px #FFF solid;
  overflow: hidden;
}

.performance_list__item , .performance_list__item_other {
  width:170px;
  margin: 0 0 15px 12px;
  padding: 0;
  list-style: none;
  float: left;
  font-size: 12px;
  line-height: 120%;
}

.performance_list__item {
  height:80px;
}

.performance_list__item_other {
  height:135px;
  text-align: center;
}
.performance_list__item_other span{
	display:block;
	margin-top:1px;}

.performance_list .performance_list__item:nth-child(5n+1) ,
.performance_list .performance_list__item_other:nth-child(5n+1) {
  margin: 0 0 15px 0;
}



#tohoku,#kantou,#chubu,#kinki,#chugoku,#kyushu,#organization {
  margin: -110px 0 0 0;
  padding: 110px 0 0 0;
}

a.paylink {
  width: 573px;
  height: 60px;
  margin: 0 auto 10px auto;
  background-image: url("/kifu/common/img/performance/pay.svg");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  transition-duration: .3s;
}
a.paylink:hover {
  background-image: url("/kifu/common/img/performance/pay2.svg");
}

/*　3.選ばれる理由 / reason.html
----------------------------------------*/

.content-sub__reason {
  margin: 40px auto 20px auto;
}

.content-sub__reason__catch {
  width: 281px;
  margin: 0 auto;
}

.reasonlist {
  width: 930px;
  margin: 0 0 0 -38px;
  padding: 20px 0 0 0;
  list-style: none;
  display: inline-block;
}

.reasonlist__item {
  float: left;
  margin: 0 0 0 46px;
}

.point__link {
  position: absolute;
  top: 35%;
  right: 15px;
}

.point__link img {
  margin: -10px 0 0 0;
  padding: 10px;
  display: block;
}

/*　4.機能一覧 / function.html
----------------------------------------*/

.functionlist {
  margin: 0 0 0 -16px;
  padding: 50px 0 0 0;
  list-style: none;
}

.functionlist__item {
  margin: 0 0 0 16px;
  float: left;
}

.function4_box {
  width: 570px;
  height: 305px;
  margin: 0 auto 10px auto;
  font-size: 108%;
  line-height: 1.7em;
}

.function4_box__arrow__left,
.function4_box__arrow__right {
  font-size:120%;
  position: relative;
  background: #FFF;
  border: 3px solid #000;
  width: 245px;
  padding: 8px;
}

.function4_box__arrow__left:after, .function4_box__arrow__left:before,
.function4_box__arrow__right:after, .function4_box__arrow__right:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.function4_box__arrow__left:after,
.function4_box__arrow__left:before {
  left: 30%;
}

.function4_box__arrow__right:after,
.function4_box__arrow__right:before {
  left: 70%;
}

.function4_box__arrow__left:after,
.function4_box__arrow__right:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 0 11px 25px 11px;
}

.function4_box__arrow__left:after,
.function4_box__arrow__right:after {
  margin: 0 0 0 -11px;
}

.function4_box__arrow__left:before,
.function4_box__arrow__right:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  border-width: 0 15px 32px 15px;
  margin: 0 0 0 -15px;
}

.function4_box__arrow__left {
  float: left;
}

.function4_box__arrow__right {
  float: right;
}

.function_dotline--blue {
  background: none;
  background-image: url("/kifu/common/img/function/dot_blue.png");
}

.function_dotline--green {
  background: none;
  background-image: url("/kifu/common/img/function/dot_green.png");
}

.function_dotline--blue ,
.function_dotline--green {
  font-size: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0 0 3px 0;
}

/*　5.仕組みづくり / actionplan.html
----------------------------------------*/

.content-sub__actionplan {
  margin: 20px 0 0 0;
  padding: 30px 0 0 0;
  overflow: hidden;
}

.content-sub__actionplan__left {
  margin: 0 0 0 3px;
  float: left;
  position: relative;
}

.content-sub__actionplan__right {
  width: 592px;
  height: 500px;
  float: right;
  position: relative;
}

.content-sub__actionplan__right img {
  margin: 20px 0 0 0;
}

.content-sub__actionplan__nextbtn {
  display: block;
  position: absolute;
  top: 105px;
  left: 507px;
}

.actionplan_pointlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.actionplan_point_1 ,
.actionplan_point_2 ,
.actionplan_point_3 ,
.actionplan_point_4 {
  width: 386px;
  position: absolute;
  background-color: #FFF;
  border-radius: 10px;
}

.actionplan_point_1 ,
.actionplan_point_2 ,
.actionplan_point_3 {
  height: 104px;
}

.actionplan_point_1 {
  top:380px;
}

.actionplan_point_2 {
  top:245px;
}

.actionplan_point_3 {
  top: 115px;
}

.actionplan_point_4 {
  height: 88px;
  top: 0;
}

.actionplan_point_1__link,
.actionplan_point_2__link,
.actionplan_point_3__link,
.actionplan_point_4__link {
  display: block;
  border-radius: 8px;
}

.actionplan_point_1__link,
.actionplan_point_2__link,
.actionplan_point_3__link {
  height: 105px;
}

.actionplan_point_4__link {
  height: 86px;
}

.actionplan_point_1__link:hover {
  background-color: #FFFBCA;
}

.actionplan_point_2__link:hover {
  background-color: #DEEF95;
}

.actionplan_point_3__link:hover {
  background-color: #CBECF4;
}

.actionplan_point_4__link:hover {
  background-color: #F7F7F7;
}

.actionplan_bg {
  background: url("/kifu/common/img/actionplan/main_bg.png");
  background-repeat: no-repeat;
  background-position: 400px 110px;
}

/*　7.継続寄付 / continuation.html
----------------------------------------*/

/*　7-1.継続寄付アニメーション　*/

.edgeLoad-continuation_graph {
  visibility:hidden;
}

.contentarea-sub__main__graph {
  width: 980px;
  height: 420px;
  margin: 50px auto 0 auto;
}

/* 8.セキュリティ対策 / security.html
----------------------------------------*/

.securitylist {
  margin: 0 0 0 -30px;
  padding: 50px 0 0 0;
  list-style: none;
}

.securitylist__item {
  margin: 0 0 0 30px;
  float: left;
}

/* 9.よくある質問 / faq.html
----------------------------------------*/

.contentarea-sub__main__faq {
  margin: 50px 0 0 0;
  padding: 40px 0 0 0;
  background-color:#E9E7E7;
  overflow: hidden;
}

.faqlist {
  width: 430px;
  margin: 0 0 25px 40px;
  font-size: 124%;
  font-weight: bold;
  text-align: left;
  float: left;
  border-bottom: 3px solid #000;
}

.faqlist:first-child + * + * + * + * {
  border-bottom: none;
}

.faqlist__question ,
.faqlist__answer {
  width: 375px;
  min-height: 50px;
  margin: 0;
  padding: 0 10px 20px 55px;
  display: block;
  float: left;
  line-height: 1.4em;
}

.faqlist__question {
  background: url("/kifu/common/img/faq/icon_q.png") no-repeat;
}

.faqlist__answer {
  background: url("/kifu/common/img/faq/icon_a.png") no-repeat;
}
