* {
	box-sizing: border-box;
}

html {
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
	max-width: 1024px;
	margin: 0 auto;
	padding: 2em 0.5em 4em;
}

header {
	text-align: center;
	margin-bottom: 2em;
}
header span {
	font-size: 0.5em;
	position: relative;
	top: 1em;
	left: 1em;
	font-weight: normal;
}

section {
	margin-bottom: 2em;
}
section:last-child {
	margin-bottom: 0;
}

section p {
	margin-bottom: 1em;
}
section p:last-child {
	margin-bottom: 0;
}

.btn-area {
	text-align: center;
}
.btn-area a {
	display: inline-block;
	padding: 10px 20px;
	background: #ff0000;
	color: #ffffff;
	text-decoration: none;
	width: 20em;
}

@media screen and ( max-width:479px ) {
	.btn-area a {
		width: 100%;
	}
}

.t-center {
	text-align: center;
}
.t-left {
	text-align: left;
}

.mb-5line { margin-bottom: 5em; }

.box-01 {
	padding: 0.5em;
	border-top: 1px dashed #cdcdcd;
	border-bottom: 1px dashed #cdcdcd;
}
