/*
Theme Name:天神貸会議室
Description:天神貸会議室
Theme URI: none
Author: Naomasa
Author URI: none
Version: 2.00
*/
@import url(pc.css) screen and (min-width: 769px);
@import url(sp.css) screen and (max-width: 768px);
@import url(pc.css) print;
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
body{
	-webkit-text-size-adjust: 100%;
	margin: 0px 0 0px 0;
	text-align:center;
	color:#333;
	font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* よくある質問 カテゴリナビゲーション */
.faq-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 5em 0;
  padding: 0;
  justify-content: center;
}

.faq-category-nav li {
  margin: 0;
}

.faq-category-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* background-color: #f5f5f5; */
  color: #333;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  /* text-decoration: none; */
  transition: all 0.2s ease;
  border-bottom: 1px solid #ccc;
}

.faq-category-nav a:hover {
  background-color: #e0e0e0;
  border-color: #999;
  color: #000;
}

.faq-category-nav a::after {
  content: url('/common/img/icon_mk_down.svg');
  display: inline-block;
  width: 12px;
  height: 12px;
}
.faq-category-nav a:after {
        content:"∨";
        padding:0 1.5em .8em 1.5em;
        color:#97875e;
        
}
.faq-category-balance {
    margin: 3em 0 1em 0;
}