.portal:not(.login) {
  padding: 58px 0 39px 0;
}
.portal section h2 {
  background-color: #e5f9f8;
  border-bottom: 2px solid #0c849d;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: bold;
}
.portal .mv {
  background: url(/storage/images/portal/ma01.jpg) center center no-repeat;
  background-size: cover;
  height: 600px;
  color: #FFF;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.portal .mv .cts {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translateY(50%) translateX(50%);
          transform: translateY(50%) translateX(50%);
  max-width: 100%;
  padding-top: 0 40px;
}
.portal .mv h1 {
  text-shadow: 0 0 5px #000;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
.portal .mv h1 span {
  display: inline-block;
  margin-bottom: 4px;
  padding-bottom: 2px;
  position: relative;
}
.portal .mv h1 span::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
}
.portal .mv p {
  text-shadow: 0 0 5px #000;
}
.portal .mv .navilink {
  padding-top: 20px;
}

.btn-navilink {
  position: relative;
  padding: 20px 32px;
  color: #ff0000;
  background-color: #e5f9f8;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.btn-navilink:hover {
  background-color: #e5f9f8;
  text-decoration: none;
  cursor: pointer;
}
.btn-navilink::after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 100%;
  height: 95%;
  border: 1px solid #e5f9f8;
  pointer-events: none;
}

.portal .mv .links {
  padding-top: 20px;
}
.portal .mv .links li {
  display: inline-block;
  margin: 0 24px;
}
.portal .mv .guide {
  position: absolute;
  bottom: 50%;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.portal .information {
  width: 600px;
  margin: auto;
  margin-bottom: 60px;
}
.portal .information h2 {
  margin-bottom: 16px;
}
.portal .information li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.portal .information li a {
  display: block;
  padding: 8px 0;
  opacity: 1;
}
.portal .information li span {
  display: block;
}
.portal .inquiry {
  width: 500px;
  margin: auto;
  margin-bottom: 60px;
}
.portal .inquiry > div {
  padding: 24px;
  background: #f2f2f2;
  text-align: center;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
}
.portal .inquiry .tel {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 2px solid #e8e8e8;
  font-weight: bold;
  font-size: 22px;
}
.portal .inquiry .tel i {
  display: block;
  font-style: normal;
  font-size: 14px;
}

/*# sourceMappingURL=portal.css.map */