@charset "UTF-8";
/*==================================================================*/
/* faq css　*/
/*==================================================================*/
#search a {
  font-size: 15px;
}

#post_content {
  font-size: 1em;
}
#post_content.entrys .faq_ans {
  position: relative;
}
#post_content.entrys .faq_ans:before {
  position: absolute;
  top: 0;
  left: 2px;
  content: "A.";
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #aa0000;
  line-height: 1.2;
}
#post_content.entry h1 {
  position: relative;
  padding: 0.8em 0.8em 0.8em 2em;
  background: none;
  color: #000066;
  border: none;
  border: 1px solid #000066;
  border-bottom-width: 3px;
  font-size: 1.7em;
  line-height: 1.4;
}
#post_content.entry h1:before {
  position: absolute;
  top: 10px;
  left: 11px;
  content: "Q";
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #000066;
}
#post_content.entry .faq_list {
  padding: 0;
  border: none;
}
#post_content.entry .faq_list .answer-top {
  position: relative;
  margin-bottom: 1em;
  padding: 0.8em 0.8em 0.8em 2.3em;
  font-size: 1em;
  background-color: #fff1f1;
}
#post_content.entry .faq_list .answer-top:before {
  position: absolute;
  top: 9px;
  left: 13px;
  content: "A";
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #aa0000;
}
#post_content .faq-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#post_content .faq-wrap .faq-box {
  width: 48%;
}
#post_content .faq-wrap .faq-box h2 {
  margin-bottom: 10px;
  padding: 7px 10px 7px 15px;
  background-image: linear-gradient(#fff, #eee);
  border: 1px solid #ccc;
  border-left: 5px solid #FF4F00;
  font-size: 16px;
}
#post_content .faq-wrap .faq-box ul {
  margin-bottom: 20px !important;
}
#post_content .faq-wrap .faq-box ul, #post_content .faq-wrap .faq-box ul * {
  margin: 0;
  padding: 0;
  background: none;
}
#post_content .faq-wrap .faq-box ul li a {
  position: relative;
  display: block;
  padding: 15px 10px 15px 35px;
  border-bottom: 1px solid #ddd;
}
#post_content .faq-wrap .faq-box ul li a:before {
  position: absolute;
  left: 12px;
  top: 14px;
  content: "Q";
  font-size: 16px;
  font-weight: bold;
  font-family: arial;
  color: #000066;
}
#post_content .faq-wrap .faq-box .faq-box__btn {
  text-align: center;
}
#post_content .faq-wrap .faq-box .faq-box__btn p {
  display: inline-block;
}
#post_content .faq-wrap .faq-box .faq-box__btn p a {
  position: relative;
  display: block;
  padding: 8px 35px 6px;
  color: #000;
  background-color: #eee;
  text-decoration: none;
}
#post_content .faq-wrap .faq-box .faq-box__btn p a:before {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  font-size: 16px;
  font-family: FontAwesome;
  color: #666;
}
#post_content .faq-wrap .faq-box .faq-box__btn p a:hover {
  opacity: 0.6;
}

#post_box .kanren_box-faq .box-title {
  font-size: 14px;
}
#post_box .kanren_box-faq .kanren_box_list {
  margin-bottom: 8px;
  padding-left: 15px;
}
#post_box .kanren_box-faq .kanren_box_list a {
  position: relative;
  color: #000;
  padding-left: 15px;
  font-size: 14px;
}
#post_box .kanren_box-faq .kanren_box_list a:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  border-left: 6px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.faq_title .ico {
  top: -4px;
  font-size: 1.2em;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  #search a {
    font-size: 14px;
  }
  .faq_list {
    font-size: 1em;
  }
  .faq_list .faq_ans {
    font-size: 1em;
    color: #666;
    line-height: 1.5;
  }
  .faq_list .faq_ans .faq_excerpt {
    line-height: 1.7;
  }
  #faq-rankin p {
    margin-bottom: 0;
    padding-left: 1.8em;
    text-indent: -1em;
  }
  #faq-rankin p i {
    padding-right: 0;
  }
  #post_content.entrys .faq_list {
    padding-left: 12px;
  }
  #post_content.entry h1 {
    padding: 0.8em 0.8em 0.8em 2.2em;
    font-size: 1.05em;
  }
  #post_content.entry .faq_list .answer-top {
    padding: 0.8em 0.8em 0.8em 2.1em;
    font-size: 1em;
  }
  #post_content.entry .faq_list .answer-top:before {
    top: 10px;
    font-size: 1.1em;
  }
  #post_content .faq-wrap .faq-box {
    width: 100%;
  }
  #post_content .faq-wrap .faq-box ul li a {
    padding: 10px 0 10px 35px;
  }
  #post_content .faq-wrap .faq-box ul li a:before {
    left: 10px;
  }
}/*# sourceMappingURL=faq.css.map */