@charset "UTF-8";
/* ====================== */
/* 分頁按鈕 pagination     */
/* ====================== */
.btn {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 40px;
	overflow: hidden;
	margin: 5px;
	padding: 5px 20px;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.05em;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border-radius: 40px;
}

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

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

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

/* button-set */
.btn {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: #e8e8e8;
	color: #252525;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.125rem;
}

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

.btn__icon {
	display: inline-block;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	font-size: 30px;
}

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

.btn--sm {
	width: 100px;
	height: 40px;
	margin: 5px;
	padding: 10px 10px;
}

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

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

.btn--primary {
	background-color: #ed1c2e;
	border-color: #ed1c2e;
	color: #fff;
}

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

.btn--primary {
	padding-left: 40px;
	position: relative;
}

.btn--primary:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	font-family: 'icomoon';
	font-size: 42px;
	line-height: 40px;
	color: inherit;
	top: 0;
	left: 0;
	line-height: 40px;
}

.btn--submit {
	padding-left: 40px;
	position: relative;
}

.btn--submit:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	font-family: 'icomoon';
	font-size: 40px;
	line-height: 40px;
	color: inherit;
	top: 0;
	left: 0;
	line-height: 40px;
}

.btn--reset {
	padding-left: 40px;
	position: relative;
}

.btn--reset:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	font-family: 'icomoon';
	font-size: 26px;
	line-height: 40px;
	color: inherit;
	top: 0;
	left: 0;
	line-height: 40px;
}

.btn--return {
	padding-left: 40px;
	position: relative;
}

.btn--return:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	font-family: 'icomoon';
	font-size: 26px;
	line-height: 40px;
	color: inherit;
	top: 0;
	left: 0;
	line-height: 40px;
}

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

@media only screen and (max-width: 768px) {
	.btnbox {
		width: calc(100% + 40px);
		margin: 0 -20px;
		padding: 20px 0;
	}
	.btn {
		width: 140px;
		height: 40px;
		font-size: 17px;
		font-size: 1.063rem;
		line-height: 1.063rem;
	}
}

@media only screen and (max-width: 570px) {
	.inquiry .btn--submit,
	.inquiry .btn--reset,
	.inquiry .btn--return {
		margin-top: 10px;
	}
	.inquiry .btn--return {
		display: none;
	}
}

.btn--primary {
	display: block;
	width: 200px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.btn--submit {
	width: 180px;
	padding-left: 60px;
}

.btn--submit:before {
	width: 60px;
}

@media only screen and (min-width: 1024px) {
	.btn--primary:hover,
	.btn--submit:hover {
		border-color: #d60d0d;
		background-color: #d60d0d;
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
