@charset "shift_jis";



.pc-none {
	display: none;
}


/*===========================
新規会員登録・ログインボタンここから
===========================*/
#c_8686 #btn-wrap {
	grid-column: 1 / 4;
	grid-row   : 3 / 4;
    width: 100%;
    /* margin: 3% auto 2%; */
    margin: 0 auto 2%;
	display: flex;
	justify-content: center;
	gap: 3%;
}
#c_8686 #btn-wrap .btn{
	width: 410px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#c_8686 #btn-wrap .btn-1 {
	background-color: #b10e1b;
	border: 2px solid #b10e1b;
}
#c_8686 #btn-wrap .btn-1:hover {
	background-color: #ffffff75;
	border: 2px solid #b10e1b;
	color: #b10e1b !important;
}
#c_8686 #btn-wrap .btn-1:hover p {
	color: #b10e1b !important;
}
#c_8686 #btn-wrap .btn-2 {
	background-color: #222;
	border: 2px solid #222;
}
#c_8686 #btn-wrap .btn-2:hover {
	background-color: #ffffff75;
	border: 2px solid #222;
	color: #222 !important;
}
#c_8686 #btn-wrap .btn-2:hover p {
	color: #222 !important;
}
#c_8686 #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;
}
#c_8686 #btn-wrap .btn-1:hover:after {
	right: 6%;
	border-top: 2px solid #b10e1b;
    border-right: 2px solid #b10e1b;
}
#c_8686 #btn-wrap .btn-2:hover:after {
	right: 6%;
	border-top: 2px solid #222;
    border-right: 2px solid #222;
}
#c_8686 #btn-wrap .btn p{
	color: #FFF;
    font-size: .9rem;
	padding: .8em 0;
}
/*===========================
新規会員登録・ログインボタンここまで
===========================*/

#c_8686 .note {
	text-align: center;
}
#c_8686 .note p{
	color: #b10e1b;
}