/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* -------------TITLE------------- */
#installer_title {
  padding-top: calc(3.5rem + 78px); }
  #installer_title h2 {
    font-size: 2.5rem;
    letter-spacing: .05em;
    margin-bottom: .125rem; }

#installer_tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  position: relative; }
  #installer_tab:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #00a899;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0; }
  #installer_tab button {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: .75em 2.25em;
    margin: .25rem;
    border: 1px solid #00a899;
    background: white;
    color: #00a899;
    position: relative;
    z-index: 2;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #installer_tab button:hover {
      -moz-transform: translate(0, -3px);
      -o-transform: translate(0, -3px);
      -ms-transform: translate(0, -3px);
      -webkit-transform: translate(0, -3px);
      transform: translate(0, -3px); }
    #installer_tab button:active {
      -moz-transform: translate(0, -1px);
      -o-transform: translate(0, -1px);
      -ms-transform: translate(0, -1px);
      -webkit-transform: translate(0, -1px);
      transform: translate(0, -1px); }
    #installer_tab button.active {
      background: #00a899;
      color: #fafafa; }

#installer_main {
  padding-top: 4rem;
  padding-bottom: 2rem; }
  #installer_main.loading {
    padding: 8rem 0;
    background: url(../../img/loading.gif) center center no-repeat;
    background-size: 50px; }
  #installer_main li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 2rem; }
    #installer_main li:last-child {
      border-bottom: none; }
  #installer_main .content {
    width: calc(100% - 100px);
    padding-right: 8%; }
  #installer_main figure {
    width: 100px;
    height: 100px;
    background: center center / cover no-repeat; }
  #installer_main h4 {
    font-size: 1.75rem; }
  #installer_main a {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 1.5;
    margin: .25em 0;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #installer_main a:hover {
      color: #00a899; }
  #installer_main .addr:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 1.25em;
    height: 1.25em;
    background: url(../../img/icon/search.png) center center/contain no-repeat;
    margin-left: .5rem; }
  #installer_main p {
    margin: 1rem 0;
    font-weight: bold; }

/* -------------RWD--------------- */
@media screen and (max-width: 1023px) {
  #installer_title {
    padding-top: calc(2.5rem + 46px); }

  #installer_main {
    padding-top: 2rem; } }
@media screen and (max-width: 480px) {
  #installer_tab button {
    padding: .75em 1em; }

  #installer_main .content {
    width: calc(100% - 80px);
    padding-right: 20px; }
  #installer_main figure {
    width: 80px;
    height: 80px; } }

/*# sourceMappingURL=installer.css.map */
