@charset "utf-8";

html {
	background: #FFF ;
}

p {
	color: #555 ;
}

a {
	color: #1959b0 ;
}

.navbar-dark {
	background: #1959b0 ;
}

.navbar h1 {
	color: #FFF ;
	font-size: 1.2rem ;
	margin-top: 0.5rem;
margin-bottom: 0.5rem;
	font-family: 'BIZ UDPGothic', sans-serif;
}

.main-img {
	padding: 70px 0 ;
}

.button {
	padding: 70px 0 ;
}

.button p {
	text-align: center ;
	font-size: 1.7rem ;
	font-weight: bold ;
}

.button p a {
	background: #1959b0 ;
	color: #FFF ;
	display: inline-block;
	padding: 30px 60px ;
	border-radius: 5px ;
}

.button p a:hover {
	background: #FF0075 ;
	text-decoration: none ;
	transition : 0.3s;
	box-shadow : 0px 0px 10px #666;
}

.text {
	font-family: 'BIZ UDPGothic', sans-serif;
}

.text p {
	line-height: 1.8 ;
}

.text p.title {
	font-size: 1.1rem ;
	font-weight: bold ;
	color: #1959b0 ;
	margin-bottom: 5px ;
}

.exp-col {
	padding: 70px 0 ;
}

.exp {
	padding: 70px 0 ;
	background: #EEFFFE ;
	font-size: 1.2rem ;
}

.footer {
	background: #555 ;
	padding: 80px 0 ;
}

.footer p {
	color: #FFF ;
}

p.footer-title {
	font-size: 1.8rem ;
}