* {
	box-sizing: border-box
}

blockquote, body, dd, dl, figure, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
	margin: 0;
	padding: 0
}

ol, ul {
	list-style: none
}

a {
	text-decoration: none
}

:root {
	overflow-x: hidden;
	height: 100%
}


.globalContent {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

html[lang=ja] body {
	font-family: Meiryo, Hiragino Sans, sans-serif
}

code, pre {
	font-family: Source Code Pro, Consolas, Menlo, monospace
}

.frontpage-title {
	font-weight: 300;
	font-size: 45px;
	line-height: 60px;
	color: #32325d;
	letter-spacing: -.01em
}

@media (min-width: 670px) {
	.frontpage-title {
		font-size: 48px;
		line-height: 70px
	}
}

.page-main-title {
	font-size: 30px;
	line-height: 31px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em;
	text-align: center;
	color: #51C6A3;
}

.common-InvertedText .common-BodyTitle, .common-InvertedText .how-works-title, .common-InvertedText .common-PageTitle, .common-InvertedText .frontpage-title, .common-InvertedText .common-Uppercase, .common-InvertedText .page-main-title {
	color: #fff
}

.common-Button {
	white-space: nowrap;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	background: #fff;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em;
	color: #6772e5;
	text-decoration: none;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.common-Button:hover {
	color: #7795f8;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.common-Button:active {
	color: #555abf;
	background-color: #f6f9fc;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.common-ButtonGroup {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px
}

.stripe-bg {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: skewY(-12deg);
	transform: skewY(-12deg);
	pointer-events: none
}

.stripe-bg .stripe {
	position: absolute;
	top: auto;
	left: 0;
	right: 0
}

.stripe-bg.accelerated .stripe {
	will-change: transform
}

.stripe-bg .stripe.pattern {
	overflow: hidden
}

.stripe-bg .stripe.pattern:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1000px;
	top: -1000px;
	-webkit-transform: skew(0, 12deg);
	transform: skew(0, 12deg)
}
