@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

#faq dt{
  min-height:35px;
  font-size:150%;
  text-align:left;
  background:url(../images/faq-images/faq-icon-q.png) 0 0 no-repeat;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight:bold;
  margin-bottom:20px;
  padding:15px 0 0 65px;
}
#faq dd{
  text-align:left;
  border-bottom:1px dotted #666;
  background:url(../images/faq-images/faq-icon-a.png) 0 0 no-repeat;
  margin-bottom:30px;
  padding:10px 0 30px 65px;
}
#faq dd:last-child{
  border-bottom:none;
  margin-bottom:0px;
  padding-bottom:0px;
}

/* ------------------------------------------------------------
	 PC   1000px -
   ------------------------------------------------------------ */
@media screen and (min-width: 1000px) {

}

/* ------------------------------------------------------------
	 TABLET   for - 999px
   ------------------------------------------------------------ */

@media screen and (max-width:999px) {



}
/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */

@media screen and (max-width: 599px) {
#faq dt{
  min-height:35px;
  font-size:100%;
  font-weight:bold;
  text-align:left;
  background:url(../images/faq-images/faq-icon-q.png) 0 0 no-repeat;
  background-size:40px auto;
  margin-bottom:10px;
  padding:5px 0 0 40px;
}
#faq dd{
  text-align:left;
  border-bottom:1px dotted #666;
  background:url(../images/faq-images/faq-icon-a.png) 0 0 no-repeat;
  background-size:40px auto;
  margin-bottom:20px;
  padding:5px 0 20px 40px;
}
#faq dd:last-child{
  border-bottom:none;
  margin-bottom:0px;
  padding-bottom:0px;
}



}


