@charset "UTF-8";

.EngMapList {
  background: #fff;
}

.EngMapList-Ct {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 50px !important;
  background: none !important;
}

.EngMapList-Ct-lead {
  padding: 30px 0;
}

.EngMapList-Ct-title {
  font-size: 3.0rem !important;
}

.EngMapList-Ct-Block {
  padding: 0 0 50px !important;
  background: none !important;
}

.EngMapList-Ct-Block:last-of-type {
  padding: 0 !important;
}

.EngMapList-Ct-Block-title {
  margin: 0 0 30px;
  padding: 8px 10px;
  border-radius: 20px;
  background: #112e44;
  color: #fff;
  font-weight: 200;
  font-size: 2.0rem;
  text-align: center;
}

.EngMapList-Ct-Block-list {
  display: table;
  width: 100%;
  background: #fff;
  font-size: 2.0rem;
}

@media screen and (max-width: 640px) {
  .EngMapList-Ct-Block-list {
    display: block;
  }
}

.EngMapList-Ct-Block-list:nth-of-type(odd) {
  background: #eee;
}

.EngMapList-Ct-Block-list-name {
  display: table-cell;
  padding: 15px 0 15px 35px;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .EngMapList-Ct-Block-list-name {
    display: block;
    padding: 15px 15px 5px;
    text-align: center;
  }
}

.EngMapList-Ct-Block-list-link {
  display: table-cell;
  width: 42%;
  padding: 5px 15px 5px 15px;
  font-size: 0 !important;
  text-align: right;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .EngMapList-Ct-Block-list-link {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }
}

.EngMapList-Ct-Block-list-link-btn {
  width: 136px;
  display: inline-block;
  margin: 10px 0 10px 10px;
  padding: 5px;
  border-radius: 5px;
  background: #6fba2c;
  box-shadow: 0 3px 0 #3d8800;
  color: #fff;
}

.EngMapList-Ct-Block-list-link-btn i {
  color: #fff;
}

.EngMapList-Ct-Block-list-link-btn:hover {
  position: relative;
  top: 2px;
  box-shadow: 0 1px 0;
  box-shadow: 0 1px 0 #3d8800;
}

@media screen and (max-width: 640px) {
  .EngMapList-Ct-Block-list-link-btn:first-of-type {
    margin: 10px 0 10px 0;
  }
}

.EngMapList-Ct-Block-list-link-btn a {
  display: block;
  color: inherit;
  font-size: 1.6rem;
  text-align: center;
}

.EngMapList-Ct-title--copy:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 30px;
  background: url(../images/icon-heart.svg) no-repeat center top;
}

.EngMapList-Ct-copy {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
}
