* {
    box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
overflow-x: hidden;
box-sizing: border-box;
}

body {
font-size: 16px;
line-height: 1.5;
font-weight: normal;
letter-spacing: normal;
font-family: sans-serif;
margin: 0;
background: #000;
box-sizing: border-box;

width: 100%;
}
a {
color: #fff;
text-decoration: none;
transition: all 0.3s ease;
}
p {
margin: 0 0 15px;
}
header.header {
width: 100%;
position: relative;
z-index: 9999;
border-bottom: 2px solid #ccc;
padding: 20px;
box-shadow: -2px 4px 1px #ccc;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
width: 100%;	
}
.container.flex {
display: flex;
justify-content: center;
align-items: center;
}
.header-logo {
width: 100%;
text-align: center;
}
.header-logo a {
display: block;
}
img {
max-width: 100%;
vertical-align: middle;
height: auto;
border: 0;
}
.header-logo img {
width: 180px;
}

.body-wrapper {
overflow: hidden;
}
section.section-wrap {
padding: 100px 0;
}
.button-section {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
    padding-bottom: 200px;
}
.button-column {
width: 33.33%;
text-align: center;
}
.button {
padding: 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
	position: relative;
}
span.button-help-text {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 10px;
	font-size: 14px;
}
.button a {
padding: 20px 40px;
background: #f6d50a;
color: #fff;
border-radius: 50px;
display: inline-block;
font-size: 2vw;
line-height: normal;
transition: all 0.4s ease;
white-space: normal;
word-break: break-word;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 160px;
}
.button a:hover {
transform: scale(1.1);
}





footer.footer {
position: relative;
z-index: 10;
padding: 20px;
}
.copyright {
font-size: 20px;
color: #fff;
}
.copyright p {
margin: 0;
}
















@media (max-width: 767px){

.button-column {
width: 100%;
text-align: center;
}
.button a {
font-size: 5.5vw;
width: 70%;
transform-origin: center !important;
}
.button a:hover {
transform: scale(1.05);
}

}






















