/*  ==== Custom CSS for DS PHY API ==== */

@charset "UTF-8";

/* 見出し１ PHYテーマカラー */
div.api-content h1 {
  margin-top: 0.3em;
  margin-bottom:0.3em;
  color: #144DA0; 
}
div.api-content h2 {
  margin-top: 0.3em;
  margin-bottom:0.3em;
}

/* ロゴ画像 */
img.sc-csTbgd {
  padding: 16px 12px;
}
/* ロゴのBGColor
div.sc-dFRpbK {
}*/

div.sc-hKFxy h2.sc-pNWdM.euRMgx{
  padding: 0px !important;
  background-color:red !important;
  color: red 
}

.menu-content {
  background-color: #f3f7fd !important;
}

/* サイドメニュー */
.active {
  background-color: #c5d7f5 !important;
}
.giucky {
  background-color: #d9e2f1 !important;
  color: #144DA0 !important; 

}


div.bJnWIW {
  padding: 0px 0px !important;
}


div.fxZJZV {
  padding: 0px 0px !important;
}

div.sc-hKFxyN.egQuEZ{
  padding: 10px 40px;
}

/* テーブル  th */
tbody th,
thead th {
    background: #e7edf1;
}


.warning {
  background-color:#f3f7fd;
  padding: 0.8em 1em;
  border: 1px solid #cccccc;
  border-radius: 10px 10px;

}
.warning ul {
    margin: 0.5em;
}