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

 file name  : faq.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
#contents {
  background: url(../images/common/bg3.png) repeat top left;
}

/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 100px;
}
.con_int .txt_read {
  padding: 90px 0;
  text-align: center;
  font-size: 110%;
}
.con_int .con_pnav {
  font-family: "游ゴシック", "Yu Gothic";
  overflow: hidden;
  letter-spacing: -.4em;
  text-align: center;
}
.con_int .con_pnav li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
  letter-spacing: normal;
  width: 180px;
  border-bottom: 2px solid #e2e2e2;
}
.con_int .con_pnav li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  border-right: 1px solid #e2e2e2;
  height: 13px;
}
.con_int .con_pnav li:first-child:before, .con_int .con_pnav li:nth-child(6):before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-left: 1px solid #e2e2e2;
  height: 13px;
}
.con_int .con_pnav li a {
  display: block;
  padding: 17px .5em;
  color: #000 !important;
  text-decoration: none;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.con_int .con_pnav li a:after {
  content: url("../faq/images/ic_arr.png");
  margin-left: .5em;
  width: 8px;
  height: 5px;
}
.con_int .con_pnav li a:hover {
  background: rgba(83, 96, 132, 0.1);
}
.con_int .con_pnav li a span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* -----------------------------------------------------------
	con_faq
----------------------------------------------------------- */
.con_faq {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.con_faq .box_faq {
  margin-bottom: 100px;
  padding-top: 20px;
  margin-top: -20px;
}
.con_faq .box_faq h3 {
  margin-bottom: 30px;
}
.con_faq .box_faq h3 + .wrp_faq {
  border-top: 1px dotted #7f7f7f;
}
.con_faq .box_faq h3 + p {
  border-top: 1px dotted #7f7f7f;
}
.con_faq .box_faq p, .con_faq .box_faq dl {
  width: 910px;
  margin: auto;
  border-bottom: 1px dotted #7f7f7f;
}
.con_faq .box_faq p {
  padding-top: 25px;
  padding-bottom: 25px;
}
.con_faq .box_faq .wrp_faq dt, .con_faq .box_faq .wrp_faq dd {
  font-family: "YuGothicBold", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  box-sizing: border-box;
  letter-spacing: .1em;
}
.con_faq .box_faq .wrp_faq dt:before, .con_faq .box_faq .wrp_faq dd:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: .5em;
  font-size: 26px;
  font-family: "Times new roman", serif;
  font-weight: normal;
  line-height: 1;
  margin-top: -.5em;
}
.con_faq .box_faq .wrp_faq dt span, .con_faq .box_faq .wrp_faq dd span {
  padding-top: 5px;
}
.con_faq .box_faq .wrp_faq dt {
  position: relative;
  padding: 25px 20px;
  font-weight: bold;
  font-size: 110%;
}
.con_faq .box_faq .wrp_faq dt:before {
  content: 'Q.';
  color: #314260;
}
.con_faq .box_faq .wrp_faq dt span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 90%;
}
.con_faq .box_faq .wrp_faq dd {
  background: #f7f7f7;
  padding: 25px;
  margin: 10px 50px 30px;
}
.con_faq .box_faq .wrp_faq dd:before {
  content: 'A.';
  color: #7589ad;
}
.con_faq .box_faq .wrp_faq dd > span {
  width: 93%;
  display: inline-block;
  vertical-align: top;
}
