@charset "utf-8";

/* -------------------------------------------------- */
/* プライバシーポリシー*/
/* -------------------------------------------------- */
/* メインイメージ */

.fv {
	background: url(../img/fv_bg_pp.png) 0 0 no-repeat;
}

.fvTtlInner:after {
  display: none;
}

.fvTtl {
  top: 90px;
  line-height: 1.625;
}



/*clearfixセレクタ指定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/* clearfix */
/* -------------------------------------------------- */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*--------------コンテンツ--------------*/

#ppSe1 {
    margin: 0 auto 100px;
    width: 980px;
    font-size: 134%;
    color: #666666;
    line-height: 1.625;
}

#ppSe1 h2 {
  font-weight: bold;
  font-size: 150%;
  color: #097c25;
  margin-top: 80px;
  margin-bottom: 20px;
}

#ppSe1 h2:first-child{
  margin-top: 0;
  margin-bottom: 20px;
}




