<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Generated by less 2.2.0 */
@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 18px;
	font-family:"Noto Sans TC", sans-serif;
}
a {
  cursor: pointer;
  outline: none;
  hlbr: expression(this.onFocus=this.blur());  
}
.center{
	text-align:center;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
img {
  border: 0;
  width: 100%;
  height: auto;
}
button:focus {
     outline: none !important; 
     outline: none !important; 
}
#stage {
	position:relative;
	background: url(../img/bg.png?UPD=20250402) repeat-y;
	background-size:contain;
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	
}
.fullwrap {
  position: relative;
  margin:0 auto;
  margin-bottom: 50px;
  width:100%;
  
}
.borderWidth {
  position: relative;
  margin:0 auto;
  width:92%;
}

@keyframes MoveC {
  0% {
    bottom: 2em;
  }
  50% {
    bottom: 3em;
  }
  100% {
    bottom: 2em;
  }
}
.quickBtn, .quickBtn2 {
	-webkit-filter: drop-shadow(10px 10px 7px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(10px 10px 7px rgba(0, 0, 0, 0.3));
  z-index: 999;
  display: inline-block;
  width: 8%;
  position: fixed;
  right: 1.08333333333%;
  z-index:9999999999;
  animation-name: MoveC;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

#register {
			margin: 0 0 50px 26%;
			z-index: 999;
			padding: 20px 50px;
			width: 145px;
			font-size: 1.5rem;
			font-weight: bold;
			letter-spacing: 12px;
			color: white;
			float: left;
			display: block;
			border-radius: 10px;
			background: #e64168;
			-webkit-box-shadow: 10px 9px 0px -6px rgba(0,0,0,0.75);
			-moz-box-shadow: 10px 9px 0px -6px rgba(0,0,0,0.75);
			box-shadow: 10px 9px 0px -6px rgba(0,0,0,0.75);
            cursor: pointer;
            background-position: top;
        }
#register a {
	color: white;
	text-decoration:none;
}
#register a:hover {
	color: #ffebcc;
}
	
	
#name {
    color: #c42605;
    border: #c42605 solid 2px;
    margin: 0.15em 0 0 -0.1em;
    padding: 0.5em 0;
    text-align: center;
    z-index: 999;
    width: 100%;
    display: block;
    background: white;
    cursor: pointer;
    font-size: 2em;
    font-weight: bold;
}
		
		#submenu1 h5,#submenu2 h5,#submenu3 h5{
			font-family:"Noto Sans TC", sans-serif;
			color: #544396;
			 font-size: 1.15rem;
			font-weight:bold;
		}
		#submenu1 h5:after,#submenu2 h5:after,#submenu3 h5:after{
			content:"";
			display: table;
    		clear: both;
			width:90%;
			margin-left:150px;
			}
        #submenu1 ol,#submenu2 ol,#submenu3 ol{
            padding:0 8px 15px 20px;
			text-align: justify;
			font-family:"Noto Sans TC", sans-serif;
			font-weight:bold;
            list-style:decimal;
        }

        #submenu1 ol li,#submenu2 ol li,#submenu3 ol li {
			height: auto;
            margin: 10px 0 0 15px;
            color: #221814;
            line-height: 1.5em;
            font-size: 1.15rem;
			font-family: "Noto Sans TC", sans-serif;
    		font-weight: 400;
        }
		#submenu1 ol li span{
			color:#e73828;
		}
		#submenu1 ol li ul span{
			background-color: #221814;
			border-radius: 15px;
			margin-right: 5px;
			padding: 2px 7px 2px 7px;
			font-size:10px;
			color:white;
		}
		#submenu1 p{
			margin-top:2rem;
			text-align:right;
			color: #221814;
		}
		#submenu1 ol li ul.six{
			margin-top: -2.33rem;
			margin-left: 120px;
			}
		#submenu1 ol li ul.four{
		margin-top: -2.33rem;
		margin-left: 78px;
		}

	@media screen and (max-width: 769px) {
		#register {
			margin: 0 0 50px 0%;
			padding: 15px 15px;
			z-index: 999;
			width: 120px;
			font-size: 1.5rem;
			font-weight: bold;
			letter-spacing: 5px;


        }
		#name,#name2,#name3 {
			margin: 0 0 50px 56%;
			z-index: 999;
			padding: 15px 15px;
			width: 120px;
			letter-spacing: 5px;
			height: auto;
            display: block;
            cursor: pointer;
            background-position: top;
			background-size:100%;
        }
		#submenu1 ol li ul.six{
			margin-top: 0rem;
			margin-left: -15px;
			}
		#submenu1 ol li ul.four{
		margin-top: 0rem;
		margin-left:-15px;
		}
		}
#header {
	position:relative;
	width: 100%;
	background: #ffffff;
	min-height: 100px;
	z-index: 999999;
}

#header::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#b09f66), color-stop(#c4b68a), color-stop(#e2dbc6), color-stop(#dcd4ba), to(#b6a671));
    background: linear-gradient(to right, #b09f66, #c4b68a, #e2dbc6, #dcd4ba, #b6a671);
    position: absolute;
    top: 100%;
    left: 0;
}
#cardbox{
	position:relative;
	width: 100%;
	cursor:pointer;
}
#cardbox .card-notice {
    background-color:white;
    color: #999999;
}

.wrap-content {
	padding: 15px 20px;
}
#cardbox .card-notice .wrap-content {
    max-width: 1061px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}
#cardbox .card-notice .wrap-content .big-title {
    font-size: 3em;
    font-weight: bold;
	/*width: 45%;
	display: table-cell;
	text-align: justify;
    vertical-align: middle;*/
	display: flex;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#cardbox .card-notice .wrap-content .descript-pc, #cardbox .card-notice .wrap-content .descript-mo {
	text-align: left;
    float: right;
    top: -60px;
    position: relative;
    letter-spacing: 3px;
    font-size: 1em;
	line-height: 1.2;
    /*justify-content: space-between;
    display: table-footer-group;
    vertical-align: top;
    word-break: break-all;*/
	display: flex;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#cardbox .card-notice .wrap-content .descript-pc{
	display:block;
}
#cardbox .card-notice .wrap-content .descript-mo {
	display:none;
}
.descript a{
	display: contents;
	color: #999999;
}

#footer {
	/* cursor:pointer; */
	position:relative;
	width: 100%;
	padding: 0 20px;
	background: #c42b05;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing: 2px;
	color:white;
}
#footer a{
	text-decoration:none;
	color:white;
}

#footer::before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#b09f66), color-stop(#c4b68a), color-stop(#e2dbc6), color-stop(#dcd4ba), to(#b6a671));
    background: linear-gradient(to right, #b09f66, #c4b68a, #e2dbc6, #dcd4ba, #b6a671);
    position: absolute;
    /*top: 100%;*/
    left: 0;
}

#footer .bottom {
    padding: 20px 0px 20px;
	max-width: 1024px;
    margin: 0 auto;
    background: #c52b1e;
    color: #FFF;
    text-align: left;
    line-height: 1.6;
}
#footer .bottom ul {
	width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom:0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer .bottom ul li:nth(2) {
	width:50%;
	float:right;
}
.logo {
	position:absolute;
}
.logo1 {
    width: 191px;
    left: 50px;
    top: 25px;
}
.logo2 {
    width: 100px;
    right: 50px;
    top: 15px;
}
.important{
	color:#e9474a;
}
.blue{
	color:#475197;
}
#blockA {
  position: relative;
}
#blockA &gt; div.navbar{
	position: absolute;
	max-width: 98%;
	left:0;
	top:0;
	}

.light-btn::after{
	width: 100%;
    height: 95%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-animation: flickers 3s;
    animation: flickers 3s;
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: -moz-linear-gradient(-25deg, rgba(247, 248, 248, 0) 0%, rgba(247, 248, 248, 0.1) 15%, rgba(247, 248, 248, .6) 40%, rgba(247, 248, 248, .8) 60%, rgba(247, 248, 248, 0.1) 85%, rgba(247, 248, 248, 0) 100%);
    background: -webkit-linear-gradient(
-25deg
, rgba(247, 248, 248, 0) 0%, rgba(247, 248, 248, 0.1) 15%, rgba(247, 248, 248, .6) 40%, rgba(247, 248, 248, .8) 60%, rgba(247, 248, 248, 0.1) 85%, rgba(247, 248, 248, 0) 100%);
    background: linear-gradient(
115deg
, rgba(247, 248, 248, 0) 0%, rgba(247, 248, 248, 0.1) 15%, rgba(247, 248, 248, .6) 40%, rgba(247, 248, 248, .8) 60%, rgba(247, 248, 248, 0.1) 85%, rgba(247, 248, 248, 0) 100%);
}	

@-webkit-keyframes flickers {
    0% { left: -50%; opacity:1; }
    80% { left: 100%; opacity:1; }
    to { left: 100%; opacity:1; }
}
@keyframes flickers {
    0% { left: -50%; opacity:1; }
    80% { left: 100%; opacity:1; }
    to { left: 100%; opacity:1; }
}
@-webkit-keyframes btnShow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes btnShow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.light-btn {
    overflow: hidden;
}

#blockA &gt; div.kv_title_t1-1,
#blockA &gt; div.kv_title_t1-2,
#blockA &gt; div.kv_title_t1-3,
#blockA &gt; div.kv_title_t3-num,
#blockA &gt; div.kv_title_t4,
#blockA &gt; div.kv_title_area1{
	-webkit-animation: fadeInUp 1.8s 1 normal both;
    animation: fadeInUp 1.8s 1 normal both;
	}

#blockA &gt; div.kv_title_t1-1 {
	position:absolute;
	width: 40%;
    left: 5%;
    top: 15%;
	z-index:9999;
}

#blockA &gt; div.kv_title_t2-num {
	position: absolute;
    width: 50%;
    left: 1%;
    top: 58%;
    z-index: 9999;
	-webkit-animation: fadeInUp 1.5s .8s 1 normal both,zoomOut2 1.2s infinite 2.2s  alternate;
    animation: fadeInUp 1.5s .8s 1 normal both,zoomOut2 1.2s infinite 2.2s  alternate;
}
#blockA &gt; div.kv_title_t3-num {
	position: absolute;
    width: 40%;
    left: 6%;
    top: 77%;
    z-index: 9999;
}



#wrapper{
	 position: relative;
	 /*background: #fff repeat;*/
	
	margin: 0 auto;
	max-width: 1200px;
}
#blockB {
  position: relative;
  padding-top: 3em;
}

#zindexup{
	z-index: 99999999 !important;
	position: relative;
	margin-top:-10rem !important;
}
#blockB &gt; div.navbar{
	position: absolute;
	max-width: 98%;
	left:0;
	top:0;
	}
#blockB a{ color: inherit; text-decoration: underline;}
#blockB a:hover{ color:#104D99; }
#blockB h2 {
  max-width: 1280px;
   width: 90%;
  	font-family: "Noto Sans TC", sans-serif;
	line-height: 1.5;
	font-size: 1.4rem;
    margin: 0 auto;
    display: block;
    position: relative;
    color:#000;
    font-weight: bold;
}
#blockB &gt; div.icon-dollar {
	position:absolute;
	width: 8.5%;
    left: 18%;
    top: 67%;
	z-index:9999;
	opacity: 1;
    -webkit-animation: fadeInTopRight .5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 2.8s 1 normal both,bounceBall 1.4s infinite 3.8s alternate;
    animation: fadeInTopRight .5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 2.8s 1 normal both,bounceBall 1.4s infinite 3.8s alternate;
}
#blockB &gt; div.icon-dollar2 {
	position:absolute;
	width: 4%;
    left: 30%;
    top: 65%;
	z-index:9999;
	opacity: 1;
    -webkit-animation: fadeInTopLeft .5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 2.8s 1 normal both,bounceBall 1.4s infinite 4.2s alternate;
    animation: fadeInTopLeft .5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 2.8s 1 normal both,bounceBall 1.4s infinite 4.2s alternate;
}
#blockB &gt; div.icon-dollar3 {
	position:absolute;
	width: 5.5%;
    left: 29%;
    top: 54%;
	z-index:9999;
	opacity: 1;
    -webkit-animation: fadeInBottomLeft .5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 2.8s 1 normal both,bounceBall 1.4s infinite 4.2s alternate;
    animation: fadeInBottomLeft .5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 2.8s 1 normal both,bounceBall 1.4s infinite 4.2s alternate;
}
#blockB &gt; div.extend{
	/*width:100%;*/
	padding:2% 5%;
	margin:1% 0 3% 0;
	/*background: #b9daf0;*/
}
#blockB &gt; div.plusArea1{
	padding: 25px 25px 0 10px;
	max-width: 1280px !important;
    width: 90%;
    top: 53%;
    margin: 40px auto;
	background: #b9daf0;
	}
#blockB &gt; div.btn1{
    width: 250px;
    height: 50px;
    top: 28%;
    left: 220px;
	}
#cards{
	display:block;
	margin:0 auto;
	width: 90% !important;
}
/*BTN SETTINGS*/
.btnbar {
    text-align: center;
    /*margin-right: 20px;
    margin-bottom: 10px;*/
    font-family: "Noto Sans TC", sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-top: 2rem;
}
.purplebtn span,.orangebtn span, .yellowbtn span, .redbtn span, .pinkbtn span{
	display:none;
}
.yellowbtn {
	background:url(../img/btn_yellow.png?UPD=20250402) no-repeat;
	width: 230px;
    height: 104px;
	background-size: contain;
}
.yellowbtn:hover, .yellowbtnsm:hover, .btnround:hover {
    background:url(../img/btn_yellow_on.png?UPD=20250402) no-repeat;
	background-size: contain;
}
.purplebtn{
	background:url(../img/btn_purple.png?UPD=20250402) no-repeat;
	width: 230px;
    height: 104px;
	border: none;
	background-size: contain;
}
.purplebtn:hover{
    background:url(../img/btn_purple_on.png?UPD=20250402) no-repeat;
	background-size: contain;
}
.orangebtn{
	background:url(../img/btn_orange.png?UPD=20250402) no-repeat;
	width: 230px;
    height: 104px;
}
.orangebtn:hover{
    background:url(../img/btn_orange_on.png?UPD=20250402) no-repeat;
	background-size: contain;
}
.redbtn{
	background:url(../img/btn_red.png?UPD=20250402) no-repeat;
	width: 230px;
    height: 104px;
}
.redbtn:hover{
    background:url(../img/btn_red_on.png?UPD=20250402) no-repeat;
	background-size: contain;
}
.pinkbtn{
	background:url(../img/btn_pink.png?UPD=20250402) no-repeat;
	width: 230px;
    height: 104px;
}
.pinkbtn:hover{
    background:url(../img/btn_pink_on.png?UPD=20250402) no-repeat;
	background-size: contain;
}
.purplebtn, .orangebtn, .yellowbtn, .redbtn, .pinkbtn {
    font-family: 敺株��迤暺煾��, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.9em;
    font-weight: 700;
    color: white;
	border:none;
    letter-spacing: 1px;
    padding: 11px 60px;
    margin-right: 10px;
    margin-bottom: 1em;
    cursor: pointer;
    text-decoration: none;
	background-size: contain;
}
.purplebtn a,.purplebtn a:hover,
.yellowbtn a,.yellowbtn a:hover,
.orangebtn a,.orangebtn a:hover,
.redbtn a, .redbtn a:hover,
.pinkbtn a, .pinkbtn a:hover{
	color: white;
	text-decoration:none;
}

input[type=submit] {
    font-family: 敺株��迤暺煾��, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.9em;
    font-weight: 700;
	min-width: 250px;
    color: #005b9e;
    background: rgb(251,199,0);
	background: linear-gradient(0deg, rgba(251,199,0,1) 1%, rgba(255,255,245,1) 85%);
    border-color: #005b9e;
    border-radius: 15px 0px;
    letter-spacing: 1px;
    padding: 10px 25px;
    margin-right: 10px;
	margin-bottom: 1em;
    cursor: pointer;
    text-decoration: none;
	}
.gradientbtn:hover {
    color: #005b9e;
	background: rgb(250,149,61);
	background: linear-gradient(0deg, rgba(250,149,61,1) 8%, rgba(255,255,245,1) 85%);
    text-decoration: none;
}	
.gradientbtn:focus, input:focus,.yellowbtn:focus{
    outline: none;
}

.agree {
    text-align: center;
    margin: 5px auto;
    width: 80%;
    font-family: "Noto Sans TC", sans-serif;
	color:#595857;
	font-weight:bold;
    font-size: 1.55em;
}
/*END BTN SETTINGS*/
.element-to-hide{
    visibility:hidden;
}

@keyframes cloud {
    0%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50%{
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
   100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes updown {
    0%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50%{
    -webkit-transform:  translateY(-5px);
    transform:  translateY(-5px);
  }
   100%{
    -webkit-transform:  translateY(0);
    transform:  translateY(0);
  }
}
@keyframes downup {
   0%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50%{
    -webkit-transform:  translateY(5px);
    transform:  translateY(5px);
  }
   100%{
    -webkit-transform:  translateY(0);
    transform:  translateY(0);
  }
}
@-webkit-keyframes zoomOut2 {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    5% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    80% {
         -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8);
    }
    100% {
         -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8);
    }
}

@keyframes flipInX2 {
  0% {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  }
  10% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
  }
  
  15% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  20% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  opacity: 1;
  }
  30% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  35% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  } 
 @keyframes flipCard1 {
    0% {
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
    }
    10%{
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
    }
    25% {
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
    }
    35% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
    50%{
        transform: rotateY(0deg); 
        -webkit-transform: rotateY(0deg);  
    }
    100%{
         transform: rotateY(0deg); 
        -webkit-transform: rotateY(0deg);  
    }
}
@-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  } 
@keyframes showcard {
    0%{
	-webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  transform: rotate3d(1, 0, 1, 45deg);
-webkit-transform: rotate3d(1, 0, 1, 45deg);
  opacity: 0;
  }
   100%{
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  transform: rotate3d(1, 0, 1, 30deg);
  -webkit-transform: rotate3d(1, 0, 1, 30deg);
  opacity: 1;
  }
}
@keyframes showcard2 {
    from{transform:translateX(120px)}to{transform:translateX(-10px)}
	}
@keyframes flipCard2 {
    0% {
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
    }
    10%{
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
    25% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
    35% {
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
    }
    50%{
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
    }
    100%{
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
    }
}
@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
 
@keyframes bounceBall{from{transform:translateY(0px)}to{transform:translateY(-10px)}}
@-webkit-keyframes bounceBall{from{transform:translateY(0px)}to{transform:translateY(-10px)}}

  @keyframes swing {
  20% {
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
  transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
  -webkit-transform: rotate3d(0, 0, 1, -10deg);
  transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
  transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
  transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  }
  }
��
 

.blockB_Notice {
  padding: 2em 0px 2em 0px;
  text-align: justify;
  text-justify: inter-ideograph; 
}
.blockB_Btn {
  font-size:1.9375em;
  line-height:1em;
  font-weight: bold;
}
.blockB_Btn div ,.blockA_Btn div {  
  display:inline-block;
	vertical-align: middle;
}
.blockB_Btn div ,.blockB_Btn_text {  
  margin:auto 48%;
  width:25%;
}
.blockB_Btn div &gt; img,.blockA_Btn div &gt; img {
  width:auto;
  height:1em;
  display:inline-block;
}

.blockB_NoticeOl,.blockC_NoticeOl{
  font-size: 1.25em;
  line-height:1.7em;
  margin: 1em 0px 0px 1em;
  padding: 0px;
  display: none;
  list-style: decimal;
}

.blockA_NoticeOl  {
  font-size: 1.25em;
  line-height:1.7em;
  margin: 1em 0px 0px 1em;
  padding: 0px;
  display:block;
  list-style:none;
}
.blockB_NoticeOl &gt; li, .blockC_NoticeOl &gt; li {
  padding: 0px 0px 5px 0px;
}
.spText01 {
  margin-right: 0;
  display: inline-block;
  width:100%;
}
.spText02 {
  text-align: right;
  color:#F00;
  padding-top:0.25em;
}


@keyframes MoveA {
  0% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
}
@keyframes MoveB {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}
@keyframes moveD {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }

}



.pc{
	display:none;
}
.mo{
	display:block;
}

@media screen and (min-width: 769px){

	.borderWidth {

	  width:87.34375%;
	}
  .pc{
		display:block;
	}
	.mo{
		display:none;
	}
	
	
	.spText01 {
	  margin-right: 1.07142857143em;
	  display: inline-block;
		width:auto;
	}
	
}
@media screen and (max-width: 769px) {
 #wrapper{
	 position: relative;
	/* border:20px solid #F2EEDF;*/
}
.quickBtn, .quickBtn2 {
		width:20%;
		}
#header {
	min-height: 75px;
}
.logo1 {
    width: 141px;
    left: 23px;
    top: 18px;
}
.logo2 {
    width: 78px;
    right: 16px;
    top: 11px;
}
#footer {
	position:relative;
	width: 100%;
	padding:0em 0.5em;
	font-size:18px;
}

#blockA &gt; div.btn1 {
	width: 87%;
    left: 10%;
    top: 5%;
}
#blockA &gt; div.kv_title_t1-1 {
    width: 90%;
    left: 5%;
    top: 10%;
}


#blockA &gt; div.kv_title_t2-num {
    width: 100%;
    left: 0%;
    top: 20%;
}
#blockA &gt; div.kv_title_t3-num {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 33%;
    z-index: 9999;
}
#blockA &gt; div.kv_title_area1 {
    width: 70%;
    left: 22%;
    top: 42%;
}

.orangebtn,.yellowbtn,.redbtn,.pinkbtn {
	min-width: 200px;
    height: 104px;
    margin-left: 0%;
}


#blockB h2{
	font-size: 1.5rem;
	margin-bottom: 1.5em;
	}
	
#blockB &gt; div.icon-dollar {
	width: 18%;
    left: 30%;
    top: 45%;
}
#blockB &gt; div.icon-dollar2 {
	width: 8%;
    left: 55%;
    top: 44%;
}
#blockB &gt; div.icon-dollar3 {
	width: 10%;
    left: 52%;
    top: 38%;
}

#blockB &gt; div.plusArea1 {
    padding: 0px 0px 0 0px;
	}
#blockB &gt; div.plusArea2 {
    padding: 8px 8px 8px 30px;
	background: url(../img/section_02_bg.png?UPD=20250402) repeat-y;
	background-size:contain;
	margin: 15% auto;
	}
#blockB &gt; div.extend {
    padding: 5% 2%;
	}	
#blockB &gt; div.plusArea2 h2{
	padding: 0px;
	width: 200%;
    margin-top: -10%;
    margin-left: -10%;
	}
.yellowbtn {
	font-size: 1.8em;
	background-size:contain;
	padding: 11px 39px;
    margin-right: 0px;
}
#blockB &gt; div.plusArea2 p{
	font-size: 1.1rem;
    width: 90%;
    padding-bottom: 25px;
	}

#cards{
	display:block;
	margin-top:-10px;
	
}
	#zindexup {
    z-index: 99999999 !important;
    position: relative;
    margin-top: -18rem !important;
	}
}
@media screen and (max-width: 710px){

.agree {
    text-align: initial;
	font-size: 1.25em;
}
}
/*
@media screen and (min-width: 1250px) and (max-width: 1449px) {
  
}
@media screen and (min-width: 1025px) and (max-width: 1249px) {
  
}
@media screen and (min-width: 851px) and (max-width: 1024px) {
  
}

@media screen and (min-width: 441px) and (max-width: 850px) {
 
}


*/</pre></body></html>