@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-just5 {
	padding: 0 5px;
}
.btn-type.btn-just {
	display: inline-block;
	width: auto;
	padding: 0 10px;
}
.btn-type.btn-just15 {
	padding: 0 15px;
}
.btn-type.btn-just20 {
	padding: 0 20px;
}
.btn-type.btn-just23 {
	padding: 0 23px;
}
.btn-type.btn-just25 {
	padding: 0 25px;
}
.btn-type.btn-just30 {
	padding: 0 30px;
}
.btn-type.btn-just50 {
	padding: 0 50px;
}

.btn-type.btn-80 {
	width: 80%;
}
.btn-type.btn-90 {
	width: 90%;
}
.btn-type.btn-100 {
	width: 100%;
}
.btn-type.btn-160px {width: 160px;}

.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-alignment-wrap {
	font-size: 0;
}
.btn-alignment-wrap .btn-type {
	margin: 0 8px 10px 0;
}
.btn-alignment-wrap .btn-type:last-child {
	margin-right: 0;
}
/* ボタンタイプ */
.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: 34px;
	line-height: 34px;
	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.type07.font-b  {
	font-weight: bold;
}
.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: -2px;
	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;
}
.btn-type.type11 {
	border-radius: 2px;
	font-size: 10px;
	font-weight: normal;
	height: 21px;
	line-height: 18px;
	text-align: center;
}

.btn-type.type12 {
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	line-height: 38px;
	text-align: left;
	padding-left: 10px;
}

.btn-type.type12 span {
	margin-right: 10px;
}

.btn-type.type12.disabled {
	background-color: #E5E5E5;
	color: #999;
	border: none;
	cursor: default;
}
.btn-type.type13 {
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	line-height: 34px;
	text-align: center;
	padding-left: 10px;
}
.btn-type.type14 {
	border-radius: 3px;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	vertical-align: middle;
}
.btn-type.type15 {
	border-radius: 50px;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	vertical-align: middle;
	color:#333333;
}
.btn-type.type16 {
	border-radius: 3px;
	font-size: 13px;
	height: 26px;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
	font-weight: normal;
}
.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;
	text-decoration: none;
}

.btn-type.btn-clr03 {
	background-color: #fff;
	color: #333;
	border: 1px solid #cccccc;
}
.btn-type.btn-clr04 {
	background-color: #2073db;
	color: #fff;
	border: 1px solid #2073db;
}
.btn-type.btn-clr04:hover {
	opacity: 0.8;
	text-decoration: none;
}
.btn-type.btn-clr04 .fe:before {
	color: #fff!important;
}
.btn-type.btn-clr05 {
	background-color: #62b230;
	color: #fff;
	border: 1px solid #62b230;
}
.btn-type.btn-clr05:hover {
	opacity: 0.8;
	text-decoration: none;
}
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;
}
/* svgアイコンボタン -保存系グリーン */
.btn-save svg {
	color: #62b230;
	margin-right: 5px;
    margin-top: -2px;
}
/* disabled */
button.btn-type[disabled] {
	background-color: #d2d2d2!important;
	color: #fff;
	cursor: default;
	border: none!important;
	font-weight: normal!important;
}
button.btn-type[disabled]:hover {
	background: #d2d2d2!important;
	opacity: 1!important;
}
.btn-toggle.btn-type.disabled {
	cursor: not-allowed!important;
    color: #fff!important;
    background-color: #d2d2d2!important;
    border-color: #d2d2d2!important;
    text-align: center !important;
	opacity: 1!important;
	/* width: 103px!important; */
}
.btn-toggle.btn-type.disabled:focus {
	-webkit-box-shadow: none!important;
    box-shadow!important: none;
}
.btn-toggle.btn-type.disabled .icon-base-20 {
	display: none!important;
}
.header-commuter-pass .btn-toggle.btn-type.disabled {
	width: 103px!important;
}
.btn-save.disabled {
	color: #aaa;
}
.btn-save.disabled:hover {
	cursor: default;
	text-decoration: none;
}
.btn-save.disabled svg {
	color: #aaa;
}
/* ボタンセット */
.btn-set-wrap .btn-type {
	border-radius: 0;
    border-left: none;
	display: inline-block;
}
.btn-set-wrap .btn-type:first-child {
	border-radius: 3px 0 0 3px;
    border-left: 1px solid #cccccc;
}
.btn-set-wrap .btn-type:last-child {
	border-radius: 0 3px 3px 0;
}

/* 検索ボタン */
.wrap-search-btn .btn-type.btn-l {
	height: 34px;
	font-size: 16px;
	width: 250px;
}