


.js-load {  display: none; -webkit-transition : all 0.3s ease; transition : all 0.3s ease }
.js-load.active {  display: block; }
.is_comp.js-load:after { display: none; }
.btn-wrap, .lists, .main { display: block;}
.main { max-width: 640px; margin: 0 auto; }
.lists { margin-bottom: 4rem; }
.lists__item { padding: 20px 0; }
.btn-wrap { text-align: center;clear:both; padding-top:30px; }


.js-load2 {  display: none; -webkit-transition : all 0.3s ease; transition : all 0.3s ease }
.js-load2.active2 {  display: block; }
.is_comp.js-load2:after { display: none; }
.btn-wrap2, .lists2, .main2 { display: block;}
.main2 { max-width: 640px; margin: 0 auto; }
.lists2 { margin-bottom: 4rem; }
.lists__item2 { padding: 20px 0; }
.btn-wrap2 { text-align: center;clear:both; padding-top:30px; }


.button {
	display: inline-block;
	width: 200px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	margin-bottom: 4rem;
}
.button:hover {
	background-color: #fff;
	border-color: #b20809;
	color: #b20809;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #b20809;
}


