@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENT
========================================================================== */
#faq dl{
  margin-bottom:40px;
}
#faq dt{
  font-size:1.4rem;
  font-weight:bold;
  margin-bottom:5px;
  text-indent:-1.4em;
  margin-left:1.4em;
}
#faq dt span{
  color:#009;
  font-size:1.6rem;
  font-weight:bold;
}
#faq dd{
  font-size:1.2rem;
  margin-bottom:15px;
  padding-bottom:15px;
  text-indent:-1.4em;
  padding-left:1.4em;
  border-bottom:1px dotted #333333;
}
#faq dd span{
  color:#C00;
  font-size:1.6rem;
  font-weight:bold;
}

#faq dd:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}
/* ------------------------------------------------------------
	 TABLET   for - 999px
   ------------------------------------------------------------ */

@media screen and (max-width:999px) {


}

/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 599px) {


}


