@charset "UTF-8";
.uniq-hdg-campaign,
.uniq-link-guide-panel-title {
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB", sans-serif;
  font-weight: bold;
}

.wrapper > .main-content {
  margin-bottom: 115px;
}

.uniq-hdg-campaign {
  font-size: 24px;
  font-weight: bold;
  background-image: url("/contents/new-registration/images/index_icon_hdg.png");
  background-repeat: no-repeat;
  background-position: top 5px left;
  margin-top: 75px;
  padding-left: 44px;
}
.uniq-hdg-campaign + * {
  margin-top: 13px !important;
}
.uniq-hdg-campaign-emphasis {
  color: #01916d;
}

.uniq-nav-local {
  display: flex;
  flex-direction: column;
  margin-bottom: 104px;
}
.uniq-nav-local > :first-child {
  margin-top: 0 !important;
}
.uniq-nav-local-list {
  background-color: #e9f4f1;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 11px;
  padding: 33px 52px;

  column-gap: 40px;
}
.uniq-nav-local-list > li {
  display: flex;
  flex-grow: 1;
  width: 100%;
}
.uniq-nav-local-link {
  font-size: 20px;
  text-align: center;
  color: #01916d;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 6px 40px;
  transition: opacity .4s cubic-bezier(.075, .82, .165, 1);
  border: 2px solid #01916d;
}
.uniq-nav-local-link:hover,
.uniq-nav-local-link:focus,
.uniq-nav-local-link:active {
  opacity: .7;
}
.uniq-nav-local-link::after {
  position: absolute;
  top: -5px;
  right: 13px;
  bottom: 0;
  display: block;
  width: 11px;
  height: 11px;
  margin: auto 0;
  content: "";
  transform: rotate(45deg);
  border-right: 1px solid #01916d;
  border-bottom: 1px solid #01916d;
}
.uniq-nav-local-link-sub {
  font-size: 14px;
}
.uniq-nav-local-link.type-orange {
  color: #fff;
  background-color: #edad0d;
  border-color: #edad0d;
}
.uniq-nav-local-link.type-orange::after {
  border-color: #fff;
}
.uniq-nav-local-feature {
  position: relative;
  display: inline-block;
  align-self: flex-end;
  padding-right: 20px;
}
.uniq-nav-local-feature::after {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  content: "";
  transform: rotate(45deg);
  border-right: 1px solid #01916d;
  border-bottom: 1px solid #01916d;
}

.uniq-link-guide {
  display: flex;
  flex-wrap: nowrap;
  max-width: 900px;
  margin: 12px auto 0;

  column-gap: 60px;
}
.uniq-link-guide > li {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.uniq-link-guide-panel {
  background-color: #e9f4f1;
  display: block;
  width: 100%;
  transition: opacity .4s cubic-bezier(.075, .82, .165, 1);
  border: 3px solid #01916d;
}
.uniq-link-guide-panel:hover,
.uniq-link-guide-panel:focus,
.uniq-link-guide-panel:active {
  color: inherit;
  opacity: .7;
}
.uniq-link-guide-panel-note {
  font-size: 13px;
  margin-top: 3px;
}
.uniq-link-guide-panel-title {
  font-size: 15px;
  letter-spacing: .02em;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0 !important;
  padding: 13px 5px;
  border-bottom: 3px solid #01916d;
}
.uniq-link-guide-panel-title-emphasis {
  font-family: inherit;
  font-size: 29px;
  font-weight: bold;
  color: #01916d;
}
.uniq-link-guide-panel-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 161px;
  padding: 10px 40px 0;
}
.uniq-link-guide-panel-image::before,
.uniq-link-guide-panel-image::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  content: "";
}
.uniq-link-guide-panel-image::before {
  background-color: #fff;
  right: 9px;
  width: 27px;
  height: 27px;
  border: 1px solid #01916d;
  border-radius: 50%;
}
.uniq-link-guide-panel-image::after {
  right: 20px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 2px solid #01916d;
  border-right: 2px solid #01916d;
}
.uniq-link-guide-panel.type-bg-orange {
  background-color: #fff8e0;
  border-color: #edad0d;
}
.uniq-link-guide-panel.type-bg-orange .uniq-link-guide-panel-title {
  background-color: #edad0d;
  border-color: #edad0d;
}
.uniq-link-guide-panel.type-bg-orange .uniq-link-guide-panel-title-emphasis {
  color: #333;
}
.uniq-link-guide-panel.type-bg-orange .uniq-link-guide-panel-image::after,
.uniq-link-guide-panel.type-bg-orange .uniq-link-guide-panel-image::before {
  border-color: #edad0d;
}

.uniq-layout-image {
  margin-top: 52px;
}
.uniq-layout-image img {
  vertical-align: middle;
}
