/*========================================================
                    reg reg_02.asp
=========================================================*/

@media (min-width: 992px) {
	div.reg { font-size: 18px;}
}
@media (min-width: 1200px) {
	div.reg { font-size: 20px;}
}

table.reg_table { border-top: solid #ccc 1px;}
table.reg_table>tbody>tr>td {
    background: #FAFAFA;
    border: solid #ccc 1px;
    vertical-align: middle;
}
table.reg_table>tbody>tr>th {
	vertical-align: middle;
/*
	box-shadow: inset 0px 1px 0px 0px #fff;
	background: linear-gradient(to bottom, #e3fbff 5%, #acebf3 100%);
	background-color: #bddbfa;
	border: 1px solid #ccc;
*/
	border: 1px solid #ccc;
    background-image: linear-gradient(to top, #e9e9e9 0%, #f9f9f9  100%);
    
}


.w22p_a { width: 22%;}





.btn_Out {
	text-align: center;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
.btn_Out:hover {
	color: #ffffff;
}
.btn_Out:active {
	position: relative;
	top: 1px;
}



.btn_Out_Y {
	box-shadow: inset 0px 1px 0px 0px #fbd757;
	background: linear-gradient(to bottom, #dfc074 5%, #c59731 100%);
	background-color: #c59731;
	color: #ffffff;
	text-shadow: 0px 1px 0px #c59731;
	border: 1px solid #c59731;
}
.btn_Out_Y:hover {
	background: linear-gradient(to bottom, #c59731 5%, #dfc074 100%);
	background-color: #dfc074;
}
.btn_Out_Y:active { color: #fff;}
.btn_Out_Y:focus { color: #fff;}


.btn_Out_Ya {
	box-shadow: inset 0px 1px 0px 0px #ffb478;
	background: linear-gradient(to bottom, #ef9661 5%, #de621d 100%);
	background-color: #de621d;
	color: #ffffff;
	text-shadow: 0px 1px 0px #de621d;
	border: 1px solid #de621d;
}
.btn_Out_Ya:hover {
	background: linear-gradient(to bottom, #de621d 5%, #ef9661 100%);
	background-color: #ef9661;
}
.btn_Out_Ya:active { color: #fff;}
.btn_Out_Ya:focus { color: #fff;}


.btn_Out_Yb {
	box-shadow: inset 0px 1px 0px 0px #79d8fe;
	background: linear-gradient(to bottom, #74c8df 5%, #31a8c5 100%);
	background-color: #62c0d8;
	color: #ffffff;
	text-shadow: 0px 1px 0px #31a8c5;
	border: 1px solid #31a8c5;
}
.btn_Out_Yb:hover {
	background: linear-gradient(to bottom, #31a8c5 5%, #74c8df 100%);
	background-color: #62c0d8;
}
.btn_Out_Yb:active { color: #fff;}
.btn_Out_Yb:focus { color: #fff;}


.btn_Out_G {
	box-shadow: inset 0px 1px 0px 0px #9ae483;
	background: linear-gradient(to bottom, #9cca88 5%, #6ba94d 100%);
	background-color: #6ba94d;
	color: #ffffff;
	text-shadow: 0px 1px 0px #6ba94d;
	border: 1px solid #6ba94d;
}
.btn_Out_G:hover {
	background: linear-gradient(to bottom, #6ba94d 5%, #9cca88 100%);
	background-color: #9cca88;
}
.btn_Out_G:active { color: #fff;}
.btn_Out_G:focus { color: #fff;}



.btn_Out_R {
	box-shadow: inset 0px 1px 0px 0px #e497ba;
	background: linear-gradient(to bottom, #d88daf 5%, #ac698d 100%);
	background-color: #ac698d;
	color: #ffffff;
	text-shadow: 0px 1px 0px #ac698d;
	border: 1px solid #ac698d;
}
.btn_Out_R:hover {
	background: linear-gradient(to bottom, #ac698d 5%, #d88daf 100%);
	background-color: #d88daf;
}
.btn_Out_R:active { color: #fff;}
.btn_Out_R:focus { color: #fff;}














.btnPay {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btnPay_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition:
        transform
        600ms
        cubic-bezier(.3, .7, .4, 1);
}

.btnPay_edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(
        to left,
        hsl(340deg 100% 16%) 0%,
        hsl(340deg 100% 32%) 8%,
        hsl(340deg 100% 32%) 92%,
        hsl(340deg 100% 16%) 100%
  );
}

.btnPay_front {
    display: block;
    position: relative;
    padding: 10px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
    background: hsl(345deg 100% 47%);
    will-change: transform;
    transform: translateY(-4px);
    transition:
        transform
        600ms
        cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
    .btnPay_front {
        font-size: 20px;
        padding: 10px 42px;
    }
}

.btnPay:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.btnPay:hover .btnPay_front {
    transform: translateY(-6px);
    transition:
        transform
        250ms
        cubic-bezier(.3, .7, .4, 1.5);
}
.btnPay:active .btnPay_front {
    transform: translateY(-2px);
    transition: transform 34ms;
}
.btnPay:hover .btnPay_shadow {
    transform: translateY(4px);
    transition:
        transform
        250ms
        cubic-bezier(.3, .7, .4, 1.5);
}
.btnPay:active .btnPay_shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}
.btnPay:focus:not(:focus-visible) { outline: none;}

















