@charset "UTF-8";
/* glossary.css（本番用・余白調整統合版） */

#main > * {
  word-break: break-all;
}

/* =========================
   見出し
========================= */
#main .products-sub-title {
  font-weight: 300;
  font-size: 2.8rem !important;
  line-height: 1.4;
}

#main h3.sub-title {
  padding: 0.15em 0.5em;
  margin-top: 24px;
  margin-bottom: 12px;

  background: #f8f8f8;
  font-weight: 300;
  font-size: 2.6rem !important;
  line-height: 1.4;
}

#main h4.cate-title {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 767px) {
  #main .products-sub-title,
  #main h3.sub-title {
    font-size: 2.2rem !important;
  }
}

/* =========================
   本文余白（今回の仕上げ）
========================= */
#main p {
  margin-bottom: 12px;
  line-height: 1.9;
}

#main .listFlow2 li {
  margin-bottom: 10px;
}

#main .listFlow2 li p {
  margin-bottom: 4px;
}

/* 箇条書き見出し（太さ調整） */
#main .listFlow2 li > p:first-child {
  font-weight: 500;
}

/* =========================
   目次（5列＋高さ揃え）
========================= */
.btnLinkList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btnLinkList._col2 li {
  width: calc(20% - 8px);
  box-sizing: border-box;
  display: flex;
}

.btnLinkList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  width: 100%;
  height: 100%;
  min-height: 56px;

  padding: 8px 8px 8px 12px;

  border: solid 1px #D9D9D9;
  background: #fff;
  position: relative;
  color: #000 !important;
}

.btnLinkList li span {
  display: block;
  line-height: 1.4;
  word-break: break-word;
}

.btnLinkList li span::before {
  content: "▼";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .btnLinkList._col2 li {
    width: 100%;
  }
}

/* =========================
   箇条書き
========================= */
.ai_speaker_cont .listFlow2 {
  padding-left: 0;
}

.icoDot3 {
  padding-left: 20px;
  background: url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 9px;
}

#main td,
#main td * {
  word-break: keep-all;
}

.nowrap {
  white-space: nowrap;
}


/* =========================
   枠説明
========================= */
.note-box {
  margin: 12px 0;
  padding: 8px 12px;
  background-color: #f3f3f3;
  border: 1px solid #d9d9d9;
  color: #595959;
  font-size: 0.9em;
  line-height: 1.5;
  border-radius: 4px;
}

/* 注意 */
.note-border {
  margin: 18px 0;
  padding: 8px 12px;
  border: 1px solid #d9d9d9;
  line-height: 1.5;
  border-radius: 4px;
}