@charset "UTF-8";

.alltePlusTitle {
  padding: 15px 10px;
  position: relative;
  margin: 0 0 16px;
}

.alltePlusTitle:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #2892D5;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 4px 0 #F1A523, 0 8px 0 #F1A523, 0 12px 0 #F1A523, 0 16px 0 #F1A523;
}

.alltePlusTitle__icon {
  width: 100px;
  margin: 0 auto 10px;
  display: block;
}

.alltePlusTitle__text {
  font-size: .9rem;
  text-align: center;
}

.introTitle {
  font-size: .9rem;
  margin: 0 0 10px;
  font-weight: normal;
}

.businessTitle {
  color: #B0001B;
  font-size: .9rem;
  font-weight: normal;
  margin: 0 0 10px;
}

.aboutBox {
  background-color: #F3E6BE;
  padding: 20px 15px;
  margin: 0 0 50px;
}

.aboutBoxTitle {
  font-size: .9rem;
  margin: 0 0 10px;
  font-weight: normal;
}

.aboutTable {
  width: 100%;
}

.aboutTable tr {
  border-top: 1px dashed #8a8a8a;
  border-bottom: 1px dashed #8a8a8a;
}

.aboutTable th {
  padding: 10px 0;
  font-weight: normal;
  text-align: left;
  display: block;
}

.aboutTable td {
  display: block;
  padding: 0 0 10px;
}

.accessMap {
  width: 100%;
  padding-bottom: 44%;
  position: relative;
}

.accessMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {

  .alltePlusTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .alltePlusTitle__icon {
    width: 170px;
    margin: 0 15px 0 0;
    display: block;
  }

  .alltePlusTitle__text {
    text-align: left;
    font-size: 1.4rem;
  }

  .introTitle {
    font-size: 1.4rem;
  }

  .businessTitle {
    font-size: 1.3rem;
  }

  .aboutBox {
    padding: 20px 40px;
  }

  .aboutBoxTitle {
    font-size: 1.4rem;
  }

  .aboutTable th {
    padding: 15px 0;
    display: table-cell;
    vertical-align: top;
    width: 20%;
  }

  .aboutTable td {
    display: table-cell;
    padding: 15px 0;
  }
}
