@charset "utf-8";
/* CSS Document */

/*ボタンの初期設定*/


.btn_sel_img{
	background-color:#419042;
	padding:5px 10px;
	border:solid 1px #419042;
	border-radius:5px;
	cursor:pointer;
	color:#fff;
}
.btn_sel_img:hover{
	background-color:#fff;
	padding:5px 10px;
	border:solid 1px #419042;
	color:#419042;
	cursor:pointer;
}

[name='start'] {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 150px;
	margin: auto;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #1B8B2C;
	background: #FFFFFF;
	color: #1B8B2C;
	border-radius: 5px;
	transition: 0.5s;
	animation: move_d 2s infinite;
	box-shadow: 0 5px 0 #1B8B2C;
	position: relative;
}
@keyframes move_d {
    0% {box-shadow: 0 5px 0 #1B8B2C; top: 0px;}
    10% {box-shadow: 0 0 0 #1B8B2C; top: 5px;}
    20% {box-shadow: 0 5px 0 #1B8B2C; top: 0px;}
    30% {box-shadow: 0 0 0 #1B8B2C; top: 5px;}
    40% {box-shadow: 0 5px 0 #1B8B2C; top: 0px;}
}
[name='start']:hover {
	color: #fff;
	background: #27A23A;
	border: 2px solid #1B8B2C;
}


.btnS{ 
	border-radius: 5px;
	background-color: #028760;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #028760;
	border-bottom:2px solid #006e54;
	box-sizing: border-box;
	transition: all 0.3s ease;
	line-height: 1;
	vertical-align: middle;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	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;
	position: relative;
}
.btnS:active {
	-webkit-transform: translate(0,2px);
	-moz-transform: translate(0,2px);
	transform: translate(0,2px);
	border-bottom:none;
}
.btnS.typeS{
	min-height : inherit;
	line-height: inherit;
	font-size: 1.4rem;
}
.btnS[name='api']{ /*トップ用のボタン*/
	min-width:200px;
}
@media (max-width: 959px) {
	.btnS{ 
		width: 100%;
		min-height: 50px;
		padding: 10px 20px;
	}
	.btnS + .btnS{
		margin-top: 10px;
	}
	.btnS.typeS{
		padding: 10px;
	}
}
@media (min-width: 960px) {
	.btnS{ 
		padding: 15px 40px;
	}
	.btnS + .btnS{
		margin-left: 30px;
	}
	.btnS.w100 + .btnS{
		margin-top: 10px;
		margin-left: 0;
	}
	.btnS:hover {
		cursor:auto;
		color: #fff;
		background-color: #028760;
		border: 1px solid #028760;
		border-bottom: 2px solid #006e54;
	}
	.btnS.w100{
		width: 100%;
		padding-left : 0;
		padding-right: 0;
	} 
	.btnS.typeS{
		padding: 10px;
	}
}

.btnS:not([disabled]):hover {
	cursor: pointer;
	color: #028760;
	background-color: #FFF;
	border-bottom: 2px solid #006e54;
}
.btnS:not([disabled]):hover .ic_movie,
.btnS:not([disabled]):hover .ic_image,
.btnS:not([disabled]):hover .ic_upload,
.btnS:hover .ic_retry{
	background-color: #028760;
}
.btnS.typeArrow{
	padding-right: 40px;
}
.btnS.typeArrow:after{
	content: "＞";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 14px;
}


.btn_retry{
	background-color:#BBB;
	border: 1px solid #aaa;
	border-bottom:2px solid #aaa;
	border-radius:5px;
	cursor:pointer;
}
@media (max-width: 959px) {
	.btn_retry{
		padding: 15px 10px;
	}

}

.btn_send{
	border:solid 1px #fff;
	border-radius:5px;
	color:#fff;
	cursor:pointer;
}
@media (max-width: 959px) {
	.btn_send{
		width: inherit;
		padding: 15px 10px;
	}
	.btn_send .arrow{
		display: none;
	}
}
@media (min-width: 960px) {

}
.btn_send:hover{
	border: 1px solid #fff;
}

@media (max-width: 959px) {
	.lineworks_upload_div .btn_retry{
		width: 120px;
	}
	#btn_lw_upload{
		width: auto;
		margin-top: 0;
	}
}

#btn_top_back,
#btn_top_back:hover .ic_home{
	transition: all 0.3s ease;
}
#btn_top_back{
	width: calc(100% - 40px);
	margin: 0 auto;
    padding: 10px 0;
    display: block;
	color: #999;
    border: 1px solid #999;
	background-color: #FFF;
    border-radius: 40px;
}
#btn_top_back:hover{
	color: #028760;
	border: 1px solid #028760;
}
#btn_top_back:hover .ic_home{
	background-color: #028760;
}
#btn_download[disabled],
#btn_lw_upload[disabled]{
	background-color:#BBB;
	border: 1px solid #aaa;
	border-bottom:2px solid #aaa;
}
#btn_lw_upload[disabled] .ic_upload{
	display:none;
}
#btn_lw_upload[disabled] .JS_cnt_file{
	display:none;
}
