
/* [!]アイコン :::::::::::::::::::::::::::::::::::::::::::: */
/* conts.css　より移植・変更 */
/* ※index.html 用は別 conts.css に残してあります*/
/* ※背景色はhtml内で変更*/


.newsHeader{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.iconNotice{
  display:block;
  overflow:hidden;
  border-radius: 50%;
  margin: 0 0 0 0;
}

.iconNotice img{  display:block;}

.iconNotice{
  width: 20px;
  margin-right: 3px;
  padding: 0;
}

.newsHeader .iconNotice{
  display: block;
}


/* 22/11/02 追記 */
.infoChildHead{
  display: flex;
  align-items: center;
  width: 100%;
}

.infoChildHead span{
  display: inline-block;
  margin-left: 5px;
}
/* END 22/11/02 追記 */



/*--------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {

  .iconNotice{
    width: 18px;
    display: block;
    margin-right: 1.5vw;
    padding: 0;
  }

  #iconOutline{
    margin-bottom: 3vw;
  }
}

