@charset "utf-8";

/* -------------------------------------------------- */
/* よくある質問*/
/* -------------------------------------------------- */
/* メインイメージ */

#Main {
  background: url(../img/pc_faq_fv.jpg) center center no-repeat;
}


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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

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

#faqSe1 {
    margin: 0 auto 100px;
    width: 980px;
}

.faq_toggle {
  margin-bottom: 100px;
}

#faqSe1 h2{
  background-image: url(../img/pc_faq_img4.png);
  background-position: right 20px bottom 50%;
  background-repeat: no-repeat;
  font-size: 200%;
  color: #666666;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: 1px #da2805 solid;
  border-left: 1px #da2805 solid;
  border-right: 1px #da2805 solid;
  border-bottom: 1px #da2805 solid;
  position: relative;
}

#faqSe1 h2.active {
  background-image: url(../img/pc_faq_img3.png);
  background-position: right 20px bottom 50%;
  background-repeat: no-repeat;
}

.faqtoggleText {
  display: none;
}

#faqSe1 h2 img {
  position: absolute;
  right: 20px;
  top: 19px;
}

#faqSe1 h2 a {
  color: #da2805;
  display: block;
  padding: 17px 0;
}

#faqSe1 p {
  font-size: 134%;
  color: #666666;
  line-height: 1.625;
  width: 875px;
  float: left;
}

.faq_toggle h2 a span {
  background: url(../img/pc_faq_img1.png) 10px 50% no-repeat;
  padding-left: 53px;
}

.faqA{
  background: url(../img/pc_faq_img2.png) 0 50% no-repeat;
  display: block;
    float: left;
    height: 33px;
    margin-right: 10px;
    text-indent: -9999px;
    width: 33px;
}

.faqtoggleText {
  margin: 0 10px;
}

.faqtoggleText span {
  margin-right: 9px;
}

#faqSe1 p a {
  color: #da2805;
}

#faqSe1 p a:hover, #faqSe1 p a:active{
  text-decoration: underline;
}




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

#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);
}



