
@charset "utf-8";

/* タグ */
dd {
  line-height: 1.8;
}

/* リンク周辺の設定 */
[class*="col-"] > a {
  text-decoration: none;
}
[class*="col-"] > a:hover,
[class*="col-"] > a:focus {
  text-decoration: none;
}

/* ナビバー */
.navbar {
  z-index: 20;
}


/* ボタン */
.btn {
  font-size: 1rem;
}

/* アイコン */
.glyphicon {
  vertical-align: -1px;
}

/* アコーディオン ヘッダー*/
.panel-faq .panel-heading {
  padding: 0;
}
.panel-title > a {
  display: block;
  padding: 10px 45px 10px 15px;
}
.panel-title > a:hover,
.panel-title > a:focus {
  text-decoration: none;
}
/* アコーディオン　パネル開閉アイコン */
.panel-title a {
  position: relative;
}
.panel-title > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  margin-top: -8px;
  margin-right: 10px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel-title > a:after {
  content: "\e113";
}
.panel-title > .collapsed:after {
  content: "\e114";
}


/* テーブル */
.table caption {
  padding: 8px;
}



/* パン屑リスト */
.breadcrumb {
  padding: 4px 0;
  background-color: transparent;
  font-size: 0;
  line-height: 20px;
}
.breadcrumb > li {
  font-size: 12px;
}
@media (max-width:767px) {
  .breadcrumb {
    margin-top: 20px;
  }
}
@media (min-width:992px) {
  .breadcrumb {
    height: 28px;
  }
}



/* パネル */
.panel-body:only-child {
  border-radius: 4px;
}
