@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@-moz-keyframes btn {
  50% {
    margin-left: -.2em;
  }
}
@-webkit-keyframes btn {
  50% {
    margin-left: -.2em;
  }
}
@keyframes btn {
  50% {
    margin-left: -.2em;
  }
}
/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
.con_faq ul.lnk {
  text-align: center;
  background: url(../faq/images/bg_lnk.png) repeat top left;
  padding: 20px 0 10px;
}
.con_faq ul.lnk li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.con_faq .box_faq {
  margin-top: 60px;
}
.con_faq .box_faq p.st {
  text-align: center;
}
.con_faq .box_faq p.img {
  margin-top: 20px;
}
.con_faq .box_faq p.img_sta {
  margin-top: 0;
}
.con_faq .box_faq p.roo2, .con_faq .box_faq p.acc2 {
  margin-top: 0;
}
.con_faq .box_faq p.txt {
  background: url(../faq/images/bg_roo.png) repeat top left;
  padding: 20px 0 20px 44px;
  border-bottom: 1px solid #ded7cc;
}
.con_faq .box_faq p.txt a {
  border-bottom: 1px solid;
  padding-bottom: 1px;
  display: inline-block;
}
.con_faq .box_faq p.txt:before {
  content: '';
  width: 25px;
  height: 16px;
  background: url(../faq/images/ico.png) no-repeat top left;
  display: inline-block;
  padding-right: 5px;
}
.con_faq .box_faq p.txt_pink {
  background: url(../faq/images/bg_pink.png) repeat top left;
  padding: 16px 0 15px 80px;
  border-bottom: 1px solid #ded7cc;
  text-indent: -2.8em;
  line-height: 1.6;
}
.con_faq .box_faq p.txt_pink a {
  border-bottom: 1px solid;
}
.con_faq .box_faq p.txt_pink:before {
  content: '';
  width: 25px;
  height: 16px;
  background: url(../faq/images/ico.png) no-repeat top left;
  display: inline-block;
  padding-right: 1em;
}
.con_faq .box_faq p.txt_esthe {
  background: url(../faq/images/bg_roo.png) repeat top left;
  padding: 16px 0 15px 85px;
  border-bottom: 1px solid #ded7cc;
  text-indent: -2.8em;
  line-height: 1.6;
}
.con_faq .box_faq p.txt_esthe a {
  border-bottom: 1px solid;
}
.con_faq .box_faq p.txt_esthe:before {
  content: '';
  width: 25px;
  height: 16px;
  background: url(../faq/images/ico.png) no-repeat top left;
  display: inline-block;
  padding-right: 1em;
}
.con_faq .box_faq p.txt_ann {
  background: url(../faq/images/bg_roo.png) repeat top left;
  padding: 16px 0 15px 80px;
  border-bottom: 1px solid #ded7cc;
  text-indent: -2.8em;
  line-height: 1.6;
}
.con_faq .box_faq p.txt_ann a {
  border-bottom: 1px solid;
}
.con_faq .box_faq p.txt_ann:before {
  content: '';
  width: 25px;
  height: 16px;
  background: url(../faq/images/ico.png) no-repeat top left;
  display: inline-block;
  padding-right: 1em;
}
