@charset "shift_jis";
/*===========================
新規会員登録・ログインボタンここから
===========================*/
#business #btn-wrap {
	grid-column: 1 / 4;
	grid-row   : 3 / 4;
    width: 100%;
    margin: 3% auto ;
	display: flex;
	justify-content: center;
	gap: 3%;
}
#business #btn-wrap .btn{
	width: 410px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#business #btn-wrap .btn-1 {
	background-color: #ea0012;
	border: 2px solid #ea0012;
}
#business #btn-wrap .btn-1:hover {
	background-color: #ffffff75;
	border: 2px solid #ea0012;
	color: #ea0012 !important;
}
#business #btn-wrap .btn-1:hover p {
	color: #ea0012 !important;
}
#business #btn-wrap .btn-2 {
	background-color: #222;
	border: 2px solid #222;
}
#business #btn-wrap .btn-2:hover {
	background-color: #ffffff75;
	border: 2px solid #222;
	color: #222 !important;
}
#business #btn-wrap .btn-2:hover p {
	color: #222 !important;
}
#business #btn-wrap .btn:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#business #btn-wrap .btn-1:hover:after {
	right: 6%;
	border-top: 2px solid #ea0012;
    border-right: 2px solid #ea0012;
}
#business #btn-wrap .btn-2:hover:after {
	right: 6%;
	border-top: 2px solid #222;
    border-right: 2px solid #222;
}
#business #btn-wrap .btn p{
	color: #FFF;
    font-size: .9rem;
	padding: .8em 0;
}
/*===========================
新規会員登録・ログインボタンここまで
===========================*/