@charset "UTF-8";
/**********************************************
 * よくある質問用css
 *
 *********************************************/
body p {
  border: none;
  margin: 0;
  font-size: 13px;
}
body h1 {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
body .anchor {
  padding-top: 140px;
  margin-top: -140px;
}
#main-faq {
  width: 100%;
  margin: 40px 0px 60px;
  overflow: hidden;
}
#main-faq .faq-contents {
  overflow: hidden;
  margin-bottom: 30px;
}
#main-faq .faq-contents-title {
  padding: 5px 0px;
  overflow: hidden;
}
#main-faq .faq-contents-title div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 0px;
}
#main-faq .faq-contents-title div h3 {
  border-bottom: none;
  color: #000;
  font-size: 30px;
  float: left;
  box-shadow: none;
  padding: 0;
  margin: 0;
  clear: unset;
  position: unset;
}
#main-faq .faq-contents .faq-contents-data {
  max-width: 1200px;
  width: 100%;
  margin: 10px auto 0px;
  overflow: hidden;
}
#main-faq .faq-contents .faq-contents-data .inner {
  display: none;
}
#main-faq .faq-contents .faq-contents-data .inner li {
  padding: 0px 0px 30px;
  overflow: hidden;
  background: #EBEBEB;
}
#main-faq .faq-contents .faq-contents-data .inner li p {
  font-size: 14px;
  float: left;
  margin-top: 3px;
  width: 1160px;
}

#main-faq .faq-contents .faq-contents-data div {
  cursor: pointer;
  padding: 10px 0px 3px;
  position: relative;
  overflow: hidden;
}
#main-faq .faq-contents .faq-contents-data div::after {
  content: "";
  position: absolute;
  border-right: 2px solid #7d7e81;
  border-bottom: 2px solid #7d7e81;
  width: 12px;
  right: 10px;
  height: 12px;
  top: 18px;
  transform: rotate(45deg);
}
#main-faq .faq-contents .faq-contents-data div p {
  font-size: 22px;
  color: #000;
  float: left;
}
#main-faq .faq-contents .faq-contents-data div.ac:after {
  content: "";
  position: absolute;
  border-left: 2px solid #7d7e81;
  border-top: 2px solid #7d7e81;
  border-right: 0;
  border-bottom: 0;
  width: 12px;
  right: 10px;
  height: 12px;
  top: 25px;
  transform: rotate(45deg);
}
#main-faq .faq-contents .faq-contents-data > li {
  padding: 10px 0px 15px;
  border-bottom: 1px solid #D7D7D7;
  overflow: hidden;
}
#main-faq .faq-contents .faq-contents-data .q-icon {
  display: inline-block;
  background-color: #7d7e81;
  color: #FFF;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
}
#main-faq .faq-contents .faq-contents-data .a-icon {
  display: inline-block;
  background-color: #cecece;
  color: #FFF;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
  width: 30px;
}
/* sp  */
@media (max-width: 768px) {
  /*ここにsp用スタイルを記述*/
  body p {
    border: none;
    margin: 0;
    font-size: 13px;
  }
  body h1 {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
  }
  body .anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
  #main-title {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  #main-faq {
    max-width: 100%;
    margin: 0px 0px 20px;
  }
  #main-faq .faq-contents {
    margin-bottom: 50px;
  }
  #main-faq .faq-contents-title {
    padding: 10px;
  }
  #main-faq .faq-contents-title div {
    max-width: 100%;
    padding: 0px;
  }
  #main-faq .faq-contents-title div img {
    width: 33px;
    margin-right: 10px;
  }
  #main-faq .faq-contents-title div h1 {
    width: 85%;
  }
  #main-faq .faq-contents-title div h3 {
    font-size: 2.2rem;
  }
  #main-faq .faq-contents .faq-contents-data {
    max-width: 100%;
    margin: 10px auto 0px;
    padding: 0px 10px;
  }
  #main-faq .faq-contents .faq-contents-data .inner li p {
    width: 75%;
  }
  #main-faq .faq-contents .faq-contents-data div::after {
    top: 15px;
  }
  #main-faq .faq-contents .faq-contents-data div p {
    width: 75%;
    font-size: 15px;
  }
  #main-faq .faq-contents .faq-contents-data div.ac:after {
    top: 20px;
  }
}
