@charset "utf-8";

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

#Main {
  background: url(../img/pc_pp_fv.jpg) center center 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: #da2805;
  margin-top: 80px;
  margin-bottom: 20px;
}

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




/*--------------タグ--------------*/

#begiSe2 {
  width: 980px;
  margin: 0 auto 120px;
}

#begiSe2 li {
  width: 227px;
  display: block;
  float: left;
  margin-left: 20px;
}

#begiSe2 li:first-child {
  margin-left: 0;
}

#begiSe2 li a {
  width: 227px;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: 1px solid #da2805;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

#begiSe2 li a:before,
#begiSe2 li a:after {
  width: 100%;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #da2805;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#begiSe2 li a:before {
  top: 0;
}

#begiSe2 li a:after {
  bottom: 0;
}

#begiSe2 li a:hover:before,
#begiSe2 li a:hover:after {
  height: 50%;
}

#begiSe2 li p {
  display: inline-block;
  margin-bottom: 0;
}

#begiSe2 li span {
  height: 58px;
  display: table-cell;
  position: relative;
  z-index: 5;
  vertical-align: middle;
  font-size: 167%;
  font-weight: bold;
  color: #da2805;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#begiSe2 li a:hover span {
  color: #FFFFFF;
}

#begiSe2 li p:after {
  width: 6px;
  height: 11px;
  display: block;
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 5;
  background: url(../img/pc_top_icon28.png) 94.5% center no-repeat;
}

#begiSe2 li a:hover p:after {
  background-image: url(../img/pc_top_icon28_2.png);
}



