@charset "utf-8";

/* ------------------------------
サービス一覧
------------------------------ */

.servicesList_title{
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #00699B;
  padding-bottom: 10px;
  margin-bottom: 20px;

}
.servicesList_title-icon{
  margin-right: 20px;
  img{
    height: 30px;
  }
}
.servicesList_title-text .panel_title{
  color: #00699B !important;
}

.pointList{
  display: flex;
  flex-flow: wrap;
}
.pointList .cirList{
  margin-left: 10px;
  width: calc(100% - 60px);
}
.pointList .cirList{
  margin-top: 10px;
}

/* ------------------------------
よくあるお問い合わせ（Q&A）
------------------------------ */
.acd .acd_btn-inner {
  padding: 10px 50px 10px 8px;
}

/* ------------------------------
フローティングメニュー
------------------------------ */
.portalsupport_floatBtn{
  .nmlBtn {
    .nmlBtn_item {
      margin-top: 0;
    }
  }
}

/* ------------------------------
module
------------------------------ */
.m_vRl {
  writing-mode: vertical-rl;
}

.nmlTable tbody th:has(.m_vRl) {
  border-right: 1px solid #B2CBD8;
}