@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: 50px;
  }
}
.servicesList_title-text .panel_title{
  color: #00699B !important;
}

.pointList{
  display: flex;
  flex-flow: wrap;
}

.pointList .cirList{
  margin-left: 30px;
  width: calc(100% - 120px);
}

/* ------------------------------
よくあるお問い合わせ（Q&A）
------------------------------ */
.acd .acd_btn-inner {
  min-height: auto;
  padding: 10px 80px 10px 30px;
  font-size: 20px;
}
.acd .acd_icon {
  width: 40px;
}
.acd .acd_icon-inner {
  width: 40px;
  height: 40px;
}
.acd .acd_icon-textLarge {
  font-size: 24px;
}
.acd_title{
  font-size: 18px;
}
.acd .acd_btn:not(:first-child) {
  margin-top: 20px;
}
.acd .acd_box-inner {
  padding: 10px 20px 10px 30px;
  min-height: 60px;
}


/* ------------------------------
フローティングメニュー
------------------------------ */
section.cntSec.floatBtn.portalsupport_floatBtn .innerWrap {
  height: 140px;
}


/* ------------------------------
module
------------------------------ */
.m_vRl {
  writing-mode: vertical-rl;
}

.nmlTable tbody th:has(.m_vRl) {
  border-right: 1px solid #B2CBD8;
}