.nav {
	position: absolute;
	top: 15px;
	z-index: 99;
	left: 0;
	right: 0;
}
.uk-sticky-placeholder {
	height: 0 !important;
}
.top-wrap::before, .overlay-wrap::before {
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	/* background-color: rgba(0,0,0,0.2); */
	background-color: rgba(191,216,236,0.1);
}
.top-wrap-height {
	height: 80vh;
	min-height: 460px;
	transition: height 0.25s;
}
.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}
.top-container {
	z-index: 2;
}
.uk-logo img {
	height: 80px;
}
.subtitle-text {
	font-size: 1.2em;
	opacity: 0.7;
	font-weight: 300;
}
.logos-grid img {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(100%);
	transition: filter 0.25s;
}
.logos-grid img:hover {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(0);
}
.aeon-color {
	color :#AF1D7B;
}

body {
	/* font-family: "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Noto Sans JP", Helvetica, sans-serif; */
	color : #464646;
	}

.kajitaku-color {
	color : #464646!important;
}

.question-color {
	color : #F03A7F;
}

.cat-text {
	background: linear-gradient(transparent 50%, #f9dce8 50%);
}

.sakura-color {
	color : #ff7cbe!important;
}

.sub-point {
	position: relative;
	padding-left: 7em;
}
  
.sub-point span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 2rem;
	color: #e3f5d8;
	background: #0064b4;
}

.sub-point span:after {
	position: absolute;
	top: calc(50% - 7px);
	right: -11px;
	width: 0;
	height: 0;
	content: '';
	border-width: 7px 0 7px 12px;
	border-style: solid;
	border-color: transparent transparent transparent #0064b4;
  }

  
.panel-background-color {
	background-color: #0064b4;
}

.panel-title-color {
	color : #ffff
}


.footer-aeon {
	background-color: #fff;
	border-top: 1px solid #f2f2f2;
}


.footer-bv_line {
    border-left: thick solid #666;
    margin-left: 10px;
}


.footer-bexternal-link > a{
    color: #666;
    font-size: 0.7rem;
    padding-left: 4px;
	color:inherit;
	text-decoration: none;
}

.line-button {
	background-color: #00b63b;
	color: #fff;
	margin-left: 10px;
}
.line-button:hover {
	background-color: #07b53b;
	color: #fff;
}