/* HPV・MAMORUを除くコンテンツ共通ヘッダー */
.ml-header-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.ml-content-name{
  display:inline-flex!important;
  align-items:center;
  gap:9px;
  min-width:0;
  color:inherit;
  font-weight:900;
  line-height:1.35;
  text-decoration:none;
  white-space:nowrap;
}
.ml-content-name .ml-content-icon{font-size:1.15em;line-height:1}
.ml-lab-home{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-height:40px;
  padding:9px 15px!important;
  border:1px solid #cfdcd8!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#173331!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.25!important;
  text-decoration:none!important;
  box-shadow:0 5px 16px rgba(23,51,49,.08);
}
.ml-lab-home:hover{background:#eef8f5!important;border-color:#78b9ac!important;transform:translateY(-1px)}
.ml-lab-home:focus-visible,.ml-content-name:focus-visible{outline:3px solid #e66f41;outline-offset:3px}
@media(max-width:720px){
  .ml-content-name{font-size:13px!important;white-space:normal}
  .ml-content-name .ml-content-icon{display:none}
  .ml-lab-home{min-height:36px;padding:8px 11px!important;font-size:11px!important;white-space:nowrap}
}
