@charset "UTF-8";

.plan-color {
  background: #1C2B73;
}

#inav a,
#gnav .gnav-title {
  color: #1C2B73;
}

.canceller {
  color: red;
}

.common-btn {
  position: relative;
  cursor: pointer;
}

.common-btn.apply::after {
  content: """";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}

.common-btn.btn-white.apply::before {
  content: """";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #1C2B73;
  border-left: 3px solid #1C2B73;
  transform: rotate(45deg);
}

.common-btn.apply {
  box-shadow: 0 6px 6px 0 #00032F;
}

.common-btn.apply:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 2px 0 #00032F;
}