@charset "utf-8";
/* CSS Document */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: "CorporateS", sans-serif;
	background-color: #f5f5f5;
	font-weight: normal;
	color: #000;
	font-size: 20px;
}
@font-face {
	font-family: 'CorporateS';
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	src: url(fonts/CorporateS_Web/CorporateSExtraBold.eot);
	src: local("CorporateSExtraBold"), local("CorporateSExtraBold"), url(fonts/CorporateS_Web/CorporateSExtraBold.eot#iefix) format("embedded-opentype"), url(fonts/CorporateS_Web/CorporateSExtraBold.woff2) format("woff2"), url(fonts/CorporateS_Web/CorporateSExtraBold.woff) format("woff");
}
@font-face {
	font-family: 'CorporateS';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url(fonts/CorporateS_Web/CorporateSBold.eot);
	src: local("CorporateSold"), local("RobotoBold"), url(fonts/CorporateS_Web/CorporateSBold.eot#iefix) format("embedded-opentype"), url(fonts/CorporateS_Web/CorporateSBold.woff2) format("woff2"), url(fonts/CorporateS_Web/CorporateSBold.woff) format("woff");
}
@font-face {
	font-family: 'CorporateS';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url(fonts/CorporateS_Web/CorporateS.eot);
	src: local("CorporateS"), local("CorporateS"), url(fonts/CorporateS_Web/CorporateS.eot#iefix) format("embedded-opentype"), url(fonts/CorporateS_Web/CorporateS.woff2) format("woff2"), url(fonts/CorporateS_Web/CorporateS.woff) format("woff");
}
.border_h {
	border-top: 2px solid #000;
	width: 50px;
	margin-bottom: 20px;
}

#top {
	margin: 25px;
	padding:10px 20px;
	border-radius: 12px;
	box-shadow: 0 31px 54px rgba(0, 0, 0, 0.07), 0 15.6938px 23.5406px rgba(0, 0, 0, 0.04725), 0 6.2px 8.775px rgba(0, 0, 0, 0.035), 0 1.35625px 3.12188px rgba(0, 0, 0, 0.02275);
	background-color: rgba(20, 20, 20, 0.85);
	
}



#logo {
	width: 40px;
	float: left;
}

h2 {
	margin-bottom: 15px;
	font-weight: 700;
}
a {
	color: #c00b1a;
}

.menu2 {
	color:#fff;
	font-size: 16px;
	margin-left: 80px;
	line-height: 20px;
	padding-top: 10px;
	margin-bottom: -15px;
	font-weight: 700;
}

.menu2 a {	
	color:#fff;
	float:left;
	display:inline-block;
	margin-right:30px;
}

a:hover {	
	color: #c00b1a;
	text-decoration: none;
}


.container-fluid,#top {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}

a:focus {	
	color: #c00b1a;
	text-decoration: none;
}


h2.red {	
	color: #c00b1a;
}

.footer1 {
	padding-top:15px;
	display:inline-block;
}

.footer2 {
	margin-top:-40px;
}

p {
	margin-bottom: 20px;
	line-height: 28px;
	font-weight: 400;
}
p.bullet {
	margin-bottom: 20px;
}
.section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.hide_mobile {
	display: inline;
}
.show_mobile {
	display: none;
}
.block1 {
	float: left;
	width: 30%;
}
.block_arrow {
	float: left;
}
.block_arrow img {
	width: 50px;
}
.item1 {
	opacity: 30%;
	color: #c00b1a;
	font-size: 100px;
	font-weight: 700;
}
.item2 {
	opacity: 62%;
	color: #c00b1a;
	font-size: 100px;
	font-weight: 700;
}
.item3 {
	color: #c00b1a;
	font-size: 100px;
	font-weight: 700;
}
.txt {
	margin-top: 20px;
	font-size: 16px;
}
.button {
	color: #fff;
	background: #000 url(../images/icon-arrow-right-white.svg) no-repeat calc(100% - 20px) center;
	background-size: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	min-width: 0;
	padding: 10px 24px;
	border-radius: 38px;
	box-shadow: inset 0 0 0 1px #000;
	letter-spacing: .02em;
	border: 0px;
	padding-right: 40px;
}
.button:hover {
	color: #fff;
	text-decoration: none;
}
.button:focus {
	color: #fff;
	text-decoration: none;
}

table.has-fixed-layout {
	width: 700px;
	margin-left: auto;
	margin-right:auto;
}

.entry-content table tr td {
	border-bottom: 1px solid #e7e7e7 !important;
	padding:10px;
}

.store {
	border-radius: 4px;
	margin-bottom: 15px;
}

footer {
	padding:10px;
	color:#fff;
	background-color: #363636;
	font-size: 14px;
}

@media only screen and (max-width: 768px) {
.block1 {
	float: left;
	width: 28%;
}
}

@media only screen and (max-width: 600px) {

.footer2 {
	margin-top:15px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#top {
	margin: 15px;
	
}

	
.item1 {
	font-size: 70px;
}
.item2 {
	font-size: 70px;
}
.item3 {
	font-size: 70px;
}

.txt {
	margin-top: 0px;
	font-size: 16px;
}
	
.entry-content table tr td {
	padding:5px;
	font-size: 12px;
}
table.has-fixed-layout {
	width: 100%;
	margin-left: auto;
	margin-right:auto;
}
.block_arrow img {
	width: 100%;
}
.block1 {
	float: none;
	width: 100%;
	text-align: center;
}
.block_arrow {
	float: none;
	width: 100%;
}
.hide_mobile {
	display: none;
}
.show_mobile {
	display: block;
}
body {
	font-size: 16px;
}
.section {
	padding-top: 15px;
	padding-bottom: 15px;
}
p {
	margin-bottom: 24px;
	line-height: 22px;
	font-weight: 400;
}
h2 {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 24px;
}
}
