@charset "utf-8";
/* Updated date: 2017/05/8 *//* faq175 */
/*--------------------------------------------------*/
.faq175 {
  /* empty */
}
.faq175-list {
  /* empty */
/*  margin-bottom: 60px;*/
}
.faq175-list li {
  border-bottom: 1px dotted #cccccc;
}

.faq175-question {
  position: relative;
  padding: 15px 35px 15px 10px;
  -webkit-transition: background-color 250ms;
          transition: background-color 250ms;
font-size:16px !important;
  color: #333333;
}

.faq175-list h3{
  margin-bottom: 0;
  border:none;
}

.ua-nontouch .faq175-question:hover {
  background-color: #fafafa;
}
.faq175-question::before {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  content: 'Q';
  color: #333333;
}
.faq175-question::after {
  font-family: 'fontello';
  line-height: 1;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto 0;
  content: '\e804';
  -webkit-transition: -webkit-transform 500ms;
          transition:         transform 500ms;
  text-align: center;
  color: #333333;
}
.faq175-question[aria-expanded='true']::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq175-answer {
  padding: 20px 25px;
  background-color: #fafafa;
}
/* media query */
@media (max-width: 575px) {
  .faq175-question {
    padding: 15px 30px 15px 0;
  }
  .faq175-question::after {
    right: 0;
  }
}
