html {
	scroll-behavior: smooth;
	background: #000;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 1.3rem;
		line-height: 1.3 !important;
	}
}
a.link {
	color: #3D76E8;
	text-decoration: underline;
}
.webfont {
	font-family: vdl-logog, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.boxArea1 {
	background: url(../top_bg.jpg) top center;
    background-size:400px;
}
.boxArea1 img {
	filter: drop-shadow(5px 5px 5px #005383);
}
.my-80 {
	margin: 80px auto 40px;
}
@media only screen and (max-width: 767px) {
	.my-80 {
		margin: 60px auto 20px;
	}
}
.list-cp {
	text-indent: -1em;
	margin-left: 1em;
}
.rotated {
	transform: rotate(-2deg);
}
.btn-cp, a.btn-cp, button.btn-cp {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 2rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	-moz-box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.8);
    transform: translateY(-10px);
}
a.btn-cp-border {
	border: 3px solid #ff0000;
	border-radius: 20px;
	background: #e02f2f;
	color: #fff;
}
a.btn-cp-border:hover {
	color: #111;
	background: #e02f2f;
	border: 3px solid #111;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transform: translateY(0px);
}
a.btn-cp2 {}
a.btn-cp2-border {
	background: #49b927;
	border: 3px solid #64e730;
}
a.btn-cp2-border:hover {
	background: #49b927;
}
a.btn-cp3-border {
	background: #0084c2;
	border: 3px solid #00a9ef;
}
a.btn-cp3-border:hover {
	background: #0084c2;
}
@media only screen and (max-width: 767px) {
	.h1 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.display-4 {
		font-size: 2.5rem
	}
}
footer{font-size:1.2rem;}
@media only screen and (max-width: 767px) {
footer{font-size:1.0rem;}
}