/* Scss Document */
@media screen and (min-width: 950px) {
  #banner-ANM .all .title-box {
    position: relative; }
    #banner-ANM .all .title-box .noa_link {
      line-height: 1;
      width: 208px;
      height: 34px;
      display: inline-block;
      background: url(../images/toNoa_lg.png) no-repeat left top;
      position: absolute;
      z-index: 500;
      left: 158px;
      top: 0; }
  #banner-ANM .all .noa_link_sp {
    display: none; } }
@media screen and (max-width: 949px) and (min-width: 768px) {
  #banner-ANM .all .title-box {
    position: relative; }
    #banner-ANM .all .title-box .noa_link {
      line-height: 1;
      width: 208px;
      height: 26px;
      display: inline-block;
      background: url(../images/toNoa_md.png) no-repeat left top;
      position: absolute;
      z-index: 500;
      left: 158px;
      top: 8px; }
  #banner-ANM .all .noa_link_sp {
    display: none; } }
@media screen and (max-width: 767px) {
  #banner-ANM .all .title-box .noa_link {
    display: none; }
  #banner-ANM .all .noa_link_sp {
    width: 208px;
    height: 34px;
    margin: .2em auto 1.5em;
    display: block;
    background: url(../images/toNoa_sl.png) no-repeat left top;
    line-height: 1; } }
