.btn, .more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	position: relative;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.btn:focus, .more:focus, .btn:active:focus, .more:active:focus {
	outline-offset: -2px;
	text-decoration: none;
}

.btn:active, .more:active {
	background-image: none;
	outline: 0;
}

.btnbox {
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

/* button-set */
.btn {
	width: 180px;
	height: 56px;
	margin: 5px;
	padding: 5px;
	background-color: #fff;
	border-color: #252525;
	color: #252525;
	font-weight: normal;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	letter-spacing: normal;
}

.btn:hover {
	background-color: #d9204c;
	border-color: #d9204c;
	color: #fff;
}

.btn__icon {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.btn span {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

.btn--sm {
	width: 155px;
	height: 50px;
	margin: 5px;
}

.btn--sm__icon {
	font-size: 15px;
}

.btn--sm span {
	line-height: 15px;
}

.btn--download {
	background-color: #ea8519;
	border-color: #ea8519;
	color: #fff;
}

.btn--gray {
	background-color: #fff;
	border-color: #959595;
	color: #343a40;
}

.btn--submit {
	background-color: #fff;
	border-color: #d9204c;
	color: #d9204c;
}

.btn--full {
	width: calc(100% - 1px*2);
}

@media only screen and (max-width: 768px) {
	.btnbox {
		padding: 30px 0;
	}
	.btn {
		width: 140px;
		height: 50px;
	}
	.btn span {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.more {
	width: 70px;
	height: 35px;
	border: 1px solid #90c31f;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.188rem;
	font-weight: 700;
}
