@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #222;
	font: normal 1.8rem/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-moz-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	margin: auto;
	text-align: center;
  }

img {
    margin: 0;
    padding: 0;
    line-height: 0;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

a:hover {
	opacity: .5;
	transition: .8s;
}

main {
	max-width: 750px;
	margin: auto;
}

.main {
	position: relative;
}

.cta {
	position: relative;
}


.button {
	position: absolute;
	width: 85%;
	margin: 15px auto;
	bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.main .button {
	bottom: 2%;
}

footer .footer {
	background-color: #dfdad2;
	color: #fff;
	font-size: 11px;
	padding: 15px;
}

@media screen and (max-width: 768px) {
}

