@charset "utf-8";

/* ---------------------------------------- よくある質問 */

/* 共通 */
#container-box {
  margin-top: 20px;
}
#main-box {
  width: 100%;
}
#main-box .title {
  margin-bottom: 4px;
  color: #00693e;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.faq-table {
  margin: 30px 0 0 0;
}
.faq-table .header-q {
  width: 30px;
  vertical-align: top;
  padding: 4px 0;
}
.faq-table .body-q {
  padding: 4px 0;
  color: #00693e;
  font-weight: bold;
}
.faq-table .header-a {
  border-bottom: 1px dashed #999;
  padding-bottom: 8px;
  vertical-align: top;
}
.faq-table .body-a {
  border-bottom: 1px dashed #999;
  padding-bottom: 8px;
}
.notice {
  margin-top: 15px;
  width: 100%;
  text-align: right;
  color: #00693e;
  font-weight: bold;
}