@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	background-color: #fffaf0;
	color: #1f1f1f;
}

a {
	text-decoration: none;
}

a:hover {
	background-color: #ff3845;
	text-decoration: none;
	cursor: pointer;
}

h1{
	font-size: 3.2rem;
	line-height: 1.6;
	border-bottom: 4px solid #1f1f1f;
	padding-bottom: 35px;
	margin: 100px 0 45px 0;
	font-weight: bold;
}

h2 {
	color: #c70003;
	font-size: 1.8rem;
	font-weight: bold;
}

.box-wrapper {
	border: 2px solid #000000;
	padding: 40px;
	margin-top: 45px;
}

.box {
	font-size: 1.4rem;
	margin: 0 auto;
}

.text1 {
	margin-bottom: 35px;
}

.text2 {
	margin-bottom: 70px;
}

.text3 {
	margin-bottom: 10px;
}

ul {
	margin-bottom: 35px;
}

ul > li {
	position: relative;
	padding-left: 20px;
}

ul > li:before{
	content:"・";
	position: absolute;
	top: 0;
	left: 0;
}

.btn-wrapper {
	text-align: center;
}

.button {
	width: 410px;
	background-color: #c70003;
	display: inline-block;
	margin: 60px auto 100px;
	font-size: 1.8rem;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
}

.button:after {
	content: url(../image/btn.png);
	margin: 15px;
}

.title1 {
	font-weight: bold;
	margin: 35px 0 15px;
	font-size: 1.6rem;
}

footer {
	width: 100%;
	background-color: #1f1f1f;
	color: #FFFFFF;
	font-size: 1.2rem;
	text-align: center;
}

footer small {
	display: inline-block;
	padding: 20px 0;
}

.btn-img {
	display: none;
}

.contents {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.br-sp {
	display: none;
}

@media screen and (max-width: 767px) {

.scroll-wrapper {
	padding: 40px 15px 15px;
	margin-top: 20px;
}

.scroll {
	margin: 15px auto;
	padding-right: 5px;
}

.button {
	width: 200px;
	font-size: 1.2rem;
	position: relative;
	line-height: normal;
	padding: 15px 0;
}

h1{
	font-size: 1.8rem;
	margin: 20px 0 45px 0;
	padding-bottom: 20px;
}

h2 {
	font-size: 1.6rem;
}

.br-sp {
	display: inline;
}

.button:after {
	position: absolute;
	top: 20px;
	left: 130px;
}

}