@charset "UTF-8";
/*
* btn.css
*
*/
/* ------------------------
	ボタンデザイン
------------------------ */

.btn-type.btn-l {
	width: 220px;
}

.btn-type.btn-m {
	width: 120px;
}

.btn-type.btn-s {
	width: 100px;
}

.btn-type.btn-just {
	display: inline-block;
	width: auto;
	padding: 0 10px;
}

.btn-type.btn-just20 {
	padding: 0 20px;
}

.btn-type.btn-just30 {
	padding: 0 30px;
}
.btn-type.btn-80 {
	width: 80%;
}
.btn-type.btn-90 {
	width: 90%;
}
.btn-type.btn-100 {
	width: 100%;
}
.btn-set-two a.btn-type, .btn-set-two button.btn-type {
	display: inline-block;
}

.btn-set-two a.btn-type:first-child,
.btn-set-two button.btn-type:first-child {
	margin-right: 10px;
}

.btn-type.type01 {
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
}

.btn-type.type01.btn-ss {
	font-size: 14px;
}

.btn-type.type02 {
	border-radius: 3px;
	font-size: 13px;
	height: 30px;
	letter-spacing: 1px;
	line-height: 2;
	text-align: center;
	font-weight: normal;
}

.btn-type.type03 {
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	height: 42px;
	letter-spacing: 1px;
	line-height: 42px;
	text-align: center;
}

.btn-type.type04 {
	border-radius: 3px;
	font-size: 12px;
	height: 28px;
	/*letter-spacing: 1px;*/
	line-height: 2;
	text-align: center;
	font-weight: normal;
}

.btn-type.type05 {
	border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	height: 42px;
	letter-spacing: 1px;
	line-height: 42px;
	text-align: center;
}

.btn-type.type06 {
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.btn-type.type07 {
	border-radius: 3px;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	line-height: 2;
	text-align: center;
}
.btn-type.type08 {
	border-radius: 3px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	font-weight: normal;
	vertical-align: middle;
}
.btn-type.type08 .text {
	display: inline-block;
	padding-right: 8px;
	line-height: 1;
}
.btn-type.type08 .fe {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
}
.btn-type.type08 .fe.fe-arrow-right {
	margin-top: -1px;
	margin-right: -2px;
}
.btn-type.type08 .fe:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #1b6bcf;
	line-height: 0;
}
.btn-type.type09 {
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	letter-spacing: 1px;
	line-height: 42px;
	text-align: center;
}
.btn-type.type10 {
	border-radius: 3px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	vertical-align: middle;
}
.btn-type.type10 .text {
	display: inline-block;
	padding-right: 8px;
	line-height: 1;
}
.btn-type.type10 .fe {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
}
.btn-type.type10 .fe.fe-arrow-right {
	margin-top: -3px;
	margin-right: -2px;
}
.btn-type.type10 .fe:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #1b6bcf;
	line-height: 0;
}
.ttl-type07.type-btn-set .btn-ab-r {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.btn-type.type01:hover,
.btn-type.type02:hover {
	/*opacity: 0.8;*/
}

.btn-type.btn-clr01 {
	background-color: #ff8a0d;
	color: #fff;
}
.btn-type.btn-clr01:hover {
	background-color: #fc0;
}

.btn-type.btn-clr02 {
	background-color: #fff;
	color: #1b6bcf;
	border: 1px solid #cccccc;
}

.btn-type.btn-clr02:hover, .btn-type.btn-clr03:hover {
	background-color: #d2f0ff;
}

.btn-type.btn-clr03 {
	background-color: #fff;
	color: #333;
	border: 1px solid #cccccc;
}

a.btn-type {
	display: block;
	cursor: pointer;
	text-decoration: none;
	margin: 0 auto;
}
/* hover無し */
.btn-clr02.none-hover:hover {
	background-color: #fff!important;
}
/* svgアイコンボタン */
.btn-type.btn-svg svg {
    margin-right: 5px;
    margin-top: -5px;
}
/* disabled */
button.btn-type[disabled] {
	background-color: #d2d2d2!important;
	color: #fff;
	cursor: default;
}
button.btn-type[disabled]:hover {
    background: #d2d2d2!important;
}