@charset "UTF-8";
/*----------------------------
companysearch
----------------------------*/

.companysearch{
    & dl{
        margin-bottom:0;
    }
    & dt{
        font-weight: 500;
    }
    & dd{
        margin-bottom:0;
    }
}
@media screen and (max-width: 767.98px){
    & dt{
        background:var(--my-light);
    }
}
.companysearch_contact{
    border:5px solid var(--my-light);
}

.map {
    position: relative;
    width: 100%;
   
    & iframe{
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
      }
  }

.my-btn2.line{
    & a{
        background:#00B900;
        line-height: 1!important;
        border-bottom:3px solid color-mix(in srgb, #00B900 80%, black);
    }
}