input[type="button"], input[type="submit"] {}
/* icon on/off */
.btn .icon_off {}
.btn .icon_on {
	display: none;
}
.btn.active {}
.btn.active .icon_off {
	display: none;
}
.btn.active .icon_on {
	display: inline;
}
.btn_default {
	border: solid 2px #0084cd;
	background-color: #fff;
	color: #0084cd;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn_blue {
	border: solid 2px #0084cd;
	background-color: #0084cd;
	color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn_white {
	border: solid 2px #fff;
	background-color: #fff;
	color: #666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn_green {
	background-color: #139b4c;
	border-color: #139b4c;
	color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn_orange {
	background-color: #ff7d04;
	border-color: #ff7d04;
	color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn_green.btn_border {
	background-color: #fff;
	color: #139b4c;
}
.btn_gray {
	border: solid 2px #B3B3B3;
	background-color: #B3B3B3;
	color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn_warning {
	border: solid 2px #f73b1e;
	background-color: #f5dcdc;
	color: #f73b1e;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn_disabled {
	border: solid 2px #B3B3B3;
	background-color: #f9fbf1;
	color: #B3B3B3;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn_disabled:focus, .btn_disabled:hover {
	opacity: 1;
}
.btn_action {
	width: 100%;
	height: 4.25rem;
	line-height: 4.25rem;
	margin: 0 auto;
	font-size: 1.25rem;
	color: #fff;
	letter-spacing: 2px;
	background: #ff9397;
	border: 2px solid #ff9397;
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.btn_action::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	left: -0.375rem;
	width: 1.0625rem;
	height: 1.375rem;
	background: url(../images/search_btn_02.png)center center / auto no-repeat;
}
@media screen and (max-width: 767px){
	.btn_action {
		width: 100%;
		line-height: 3.625rem;
		height: 3.75rem;
	}
}
@media screen and (max-width: 575px){
	.btn_action {
		line-height: 3.3125rem;
		height: 3.4375rem;
	}
}
.box_more {}
@media screen and (max-width: 767px){
	.box_more {}
}
.btn_add {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: solid 2px #0084cd;
	background-color: #fff;
	color: #0084cd;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 0.25em 1em;
	vertical-align: middle;
}
.btn_add i {
	font-size: 175%;
	margin: 0 0.25em 0 0;
	vertical-align: middle;
}
.btn_remove {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: solid 2px #B3B3B3;
	background-color: #fff;
	color: #B3B3B3;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 0.25em 1em;
	vertical-align: middle;
}
.btn_remove i {
	font-size: 175%;
	margin: 0 0.25em 0 0;
	vertical-align: middle;
}
.btn.no_shadow {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn_wide {
	padding: 0.5em 4em;
	font-size: 114%;
}
.btn_wide_fix {
	padding: 0.5em 0;
	width: 100%;
	max-width: 20em;
}
.btn_full {}
.btn_block {
	display: block;
}
@media screen and (max-width: 767px){
	.btn_wide, .btn_wide_fix, .btn_full {
		margin-bottom: 1em;
	}
	.btn_wide:last-child, .btn_wide_fix:last-child, .btn_full:last-child {
		margin-bottom: 0;
	}
	.btn_wide_fix {
		display: block;
		width: 100%;
		max-width: none;
	}
	.btn_full {
		display: block;
		width: 100%;
	}
}
.label {
	display: inline-block;
	font-size: 0.875rem;
}
.label_default {
	padding: 0.625rem 0.9375rem;
	border-radius: 5px;
	color: #fff;
	background: #6ec3ff;
}
.label_default:hover {
	color: #fff!important;
}
.label_default input {
	margin-right: 0.25rem;
}
.label_must {
	display: inline-block;
	background: #FF1464;
	color: #fff;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 767px){}
	