html[lang="en-US"] body {
	font-family: "proxima-nova",sans-serif !important;
}

html[lang="en-US"] .main h1,
html[lang="en-US"] .main h2,
html[lang="en-US"] .main h3 {letter-spacing: 1px !important;}

#globalheader {
	background-image: none !important;
}

#gh-roland {display:block !important;}#gf-informations p {color: #666;font-size: .65rem;padding: 10px 0;}
#gf-informations {
	background-color: #141414;
	max-width: 100%;
}
.main h1 {
	color: #141414;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 1.3;
	font-weight: normal;
    font-size: 1.5rem;
    padding-bottom: 2rem;
}
.main h2 {
	font-weight: 300;
	color: #000;
	margin: 2em 0 1em;
}
.main .button a.agree:hover {
	opacity: .8;
}
.main .button a {
	display: block;
	padding: .5em 2em;
	background-color: #f1f1f1;
	border: 1px solid #e6e6e6;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	font-size: .75rem;
	text-decoration: none;
}

.main .button a.agree {
	background-color: #ff5a00;
	color: #fff;
	border-color: #ff5a00;
}

.boss-global .main .button a.agree {
	background-color: #0064ff;
	border-color: #0064ff;
}

.main .contents-block ul.social {
	list-style: disc;
	background-color: #f1f1f1;
	padding: 2rem 2rem 2rem 3rem;
	border-radius: 4px;
}
.main .contents-block ul.social li {
	font-size: .75rem;
	margin-bottom: 1rem;
}
.main .contents-block ul.social li:last-child {
	margin-bottom: 0;
}

.main .contents-block ul.guidelines {
	margin-top: 1rem;
}

.main .contents-block ul.guidelines li::before {
	content: "-";
}

.main .contents-block ul.guidelines li a {
	font-size: .8rem;
	margin-left: .4rem;
	text-decoration: none;
}

.main .contents-block ul.guidelines li a:hover {
	text-decoration: underline;
}

.main .contents-block ul.agreement {
	list-style: disc;
	background-color: #fff;
	padding: 0rem 1rem 1rem 1rem;
	border-radius: 4px;
}
.main .contents-block ul.agreement li {
	font-size: .75rem;
	margin-bottom: 0.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    color: #454545;
}
.main .contents-block ul.agreement li:last-child {
	margin-bottom: 0;
}

.main .thanks_txt {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 3rem;
}

.main .secretariat p {
	font-size: .6rem;
	text-align: center;
	margin-top: 100px;
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
}

.main .social_links {
	margin: 1rem auto 0;
	text-align: center;
}

.main .social_links a {
	display: inline-block;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
.main .social_links a:last-child {
	margin-right: 0;
}

.main .social_links a img {
	width: 100%;
}

.main .lead_text {
    font-size: 0.75rem;
    margin: 1rem auto;

}

.main .section_text {
    font-size: 0.75rem;
    margin: 3rem auto 1rem;

}

.main .main_text {
    font-size: 0.75rem;
    margin: 1rem auto;
        
}



@media screen and (min-width: 768px) {
	html {
		min-height: 100%;
		position: relative;
	}
	body {
		margin-bottom: 200px;
	}
	.main {
		max-width: 800px;
	}
	.backtotop {
		position: absolute;
		bottom: 42px;
		left: 0;
		right: 0;
	}
	#globalfooter {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		background-color: transparent;
	}
	#content-container {
		padding-bottom: 80px;
	}
	.main .contents-block {
		padding-bottom: 100px;
	}
	.main p {
		font-size: .75rem;
	}
	.main h1 {
		font-size: 1.8rem;
		padding-bottom: 60px;
	}
	.main h2 {
		font-size: 1.35rem;
	}
	.main .button a {
		width: 48%;
		float: left;
	}
	.main .button a.agree {
		margin-left: 4%;
	}

@media screen and (max-width: 767px) {
	#content-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.main .contents-block {
		padding-bottom: 50px;
	}
	.main h1 {
		font-size: 1.3rem;
		padding-bottom: 30px;
	}
	.main h2 {
		font-size: 1rem;
	}
	.main .button a.agree {
		margin-top: 20px;
	}
    .main .contents-block ul.social {
        padding: 2rem 2rem 2rem 2rem;
    }
    .main .contents-block ul.agreement {
        padding: 2rem 2rem 2rem 2rem;
    }

    
}