@charset "UTF-8";
li {list-style-type: none;}
h2 {font-size: 22px;font-weight: 700;}
h1 {font-size: 1.4rem;font-weight: 700;}
a {color: #000000;text-decoration: none;transition: all 0.4s;}
a:focus,
a:hover {color: #ffffff;text-decoration: none;transition: all 0.4s;}
button {display: inline-block;outline: none;border: 0;}
button:focus {outline: 0;}
:root {scroll-padding-top: 60px;}
.p-r{position: relative;}
.p-a{position: absolute;}
.p-c{
	top: 350px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pc-min-bg {
	background: url(../img/metapic_pc.jpg);
	display: block;
}
.ipad-min-bg {
	background: url(../img/metapic_pad.jpg);
	display: none;
}
.pc{
	display: block;
}
.md{
	display: none;
}
header{
	display: none;
}
.area-3{
	display: none;
}
.cover-bg-set {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 100vh;
}
.cover2-bg-set {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100%;
}
.loading-icon {
	z-index: 11;
}
.loader {
	width: 80px;
	padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #fff;
	--_m:
		conic-gradient(#0000 10%, #000),
		linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: l3 1s infinite linear;
}
.loader-bg {
	position: fixed;
	background-color: #feb726;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
header {
	padding: 8px 10px;
	height: 60px;
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 15;
	background-color: #FDB726;
}
.logo{
	padding: 10px;
}
.logo img {
	width: 200px;
}
.menu-icon-first,
.menu-icon-second,
.menu-icon-thrid {
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin: 6px 0;
	border-radius: 50px;
	transition: all 0.4s;
}
.menu-icon-wrapper {
	position: absolute;
	font-weight: 300;
	top: 15px;
	right: 15px;
	margin-left: 10px;
	transition: all 0.4s;
	z-index: 25;
}
.open .menu-icon-first {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-6px, 6px);
	background-color: #c5c5c5;
}
.open .menu-icon-second {
	opacity: 0;
	background-color: #c5c5c5;
}
.open .menu-icon-thrid {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	background-color: #c5c5c5;
}
.menu-box {
	position: fixed;
	top: 60px;
	right: 0;
	background-color: #fdb726d6;
	background-size: cover;
	background-position: center;
	width: 100%;
	z-index: 10;
	bottom: 0;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}
.menu-box.in {
	right: 0;
	opacity: 1;
	visibility: unset;
}
.menu-items {
	padding: 40px 20px;
}
.menu-items li{
	padding: 15px 20px;
	border-bottom: 2px dashed #fff;
}
.menu-items .m1{
	width: 150px;
}
.menu-items .m2{
	width: 150px;
}
.menu-items .m3{
	width: 150px;
}
.menu-items .m4{
	width: 156px;
}
.menu-items .m5{
	width: 170px;
}
.menu-items .m6{
	width: 260px;
}
.menu-items .m7{
	width: 230px;
}
.home-fr{
	padding-top: 60px;
	background-image: url(../img/home_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	background-position: 0 -50px;
	background-size: cover;
	padding: 60px 20px 0 20px;
}
.home-fr .home-title{
	padding: 20px 20px 0 20px;
}
.home-fr .home-title.s2{
	padding: 5% 10%;
}
.home-fr .home-title.s3{
	padding: 5% 30%;
}
.home-fr .home-title.s4{
	padding: 10% 15% 0 15%;
}
.home-fr .home-title.s5{
	padding: 10% 18% 0 18%;
}
.btn-fr{
	padding: 10px 50px 10px 50px;
}
.btn-fr:active{
	transform: scale(.9);
	filter: brightness(1.2);
}
.freebies{
	top: 54%;
	left: -10%;
}
.freebies{
	padding: 0 50px;
}
.bottom-space{
	padding-bottom: 40px;
}
.bottom-space.s2{
	padding-bottom: 150px;
}
.bottom-space.s3{
	padding-bottom: 350px;
}
.bottom-space-2{
	padding-bottom: 280px;
}
.bottom-space.s4{
	padding-bottom: 20px;
}
.act-fr-1{
	/* padding-left: 20px; */
}
.ac-login-status{
	padding: 0 20px;
}
.ac-login-status.s2{
	padding: 0;
    margin-bottom: 10px;
}
.ac-login-status .login{
	left: 0;
	right: 0;
	top: 10px;
	color: #fbf7bd;
}
.login-info{
	text-shadow: -1px -1px 0 #4b7408,
              1px -1px 0 #4b7408,
              -1px 1px 0 #4b7408,
              1px 1px 0 #4b7408;
	font-weight: 600;
}
.login-info span{
	color: #ffbd00;
}
.arrow-btn{
	width: 7%;
}
.arrow-btn.prev{
	bottom: 20%;
	left: 2%;
}
.arrow-btn.next{
	bottom: 20%;
	right: 5%;
}
.ac-intro .view{
	bottom: 14%;
	left: 15.6%;
	/* background: #00000036; */
	width: 66%;
	height: 20%;
}
.arrow-btn.prev:active img,
.arrow-btn.next:active img{
	transform: scale(.9);
	filter: brightness(1.2);
}
.freebies-slider img{
	width: 50%;
}
.ac-login .login{
	top: 45%;
	left: 15.6%;
	/* background: #00000036; */
	width: 66%;
	height: 30%;
}
.lSSlideOuter .lSPager.lSpg {
    display: none;
}
.login-icon{
	display: flex;
	justify-content: center;
	padding-top: 5px
}
.login-icon .icon{
	width: 22%;
	padding: 0 10px;
}
.login-info{
	text-align: center;
}
.ac-sticker .input{
	top: 30%;
	left: 20%;
	width: 60%;
}
.ac-sticker .input input{
	border-radius: 20px;
	border: 2px solid #4b7408;
	height: 40px;
	background: #f3f4bf;
	padding: 0 20px;
	width: 100%;
}
.sticker-btn{
	top: 60%;
	left: 22%;
	width: 55%;
}
.sticker-btn:active{
	transform: scale(.9);
	filter: brightness(1.2);
}
.home-copyright{
	padding: 20px 40px 20px 40px;
}
.home-bottom-btn{
	padding: 5px 40px;
}
.home-bottom-btn.s2{
	padding: 15px 40px;
}
.home-bottom-btn.s3{
	padding: 35px 40px 15px 40px;
}
.weekly-list{
	/* background-color: #5d5d5d47; */
	top: 15px;
	left: 5px;
	right: 5px;
	bottom: 15px;
	overflow-y: scroll;
	/* overflow-x: unset; */
	scrollbar-color: #fadca7 orange;
	scrollbar-width: thin;
	padding: 0 10px;
	overflow-x: hidden;
}
.weekly-list.overflow{
	overflow-x: scroll;
}
.weekly-list ul li{
	list-style-type: unset;
}
.weekly-list.s2{
	bottom: 40px;
}
.weekly-list.s3{
	top: 10%;
}
.weekly-list.s4{
	overflow: scroll;
}
.weekly-flex{
	display: flex;
	width: 100%;
	line-height: 1.8;
	color: #3f3f3f;
}
.weekly-num{
	flex: 0 0 50%;
	text-align: end;
	padding-right: 15%;
	font-weight: 600;
	color: #e9a509;
}
.weekly-date{
	flex: 0 0 50%;
	font-weight: 600;
	color: #6d6c69;
}
.qa-list .tp{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px
}
.qa-list .qa_tp{
	font-weight: 600;
	color: #2d6919;
}
.qa-list .qa_tp span{
	font-size: 20px;
}
.qa-list .qa_desc{
	padding-bottom: 20px;
}
.w-time{
	flex: 0 0 50%;
	font-size: 14px;
	padding-left: 15px;
	line-height: 2;
}
.w-number{
	flex: 0 0 50%;
	font-size: 14px;
	padding-left: 10px;
	line-height: 2;
}
.w-time2{
	flex: 0 0 22%;
	font-size: 14px;
	padding-left: 15px;
	line-height: 2;
}
.w-history2{
	flex: 0 0 45%;
	font-size: 14px;
	padding-left: 10px;
	line-height: 2;
}
.w-number2{
	flex: 1;
	font-size: 14px;
	padding-left: 10px;
	line-height: 2;
}
.history2{
	display: none;
}
.winning-list.c1{
	text-shadow: -1px -1px 0 #4b7408,
              1px -1px 0 #4b7408,
              -1px 1px 0 #4b7408,
              1px 1px 0 #4b7408;
	font-weight: 600;
	color: #f3f4bf;
	text-align: center;
	padding: 10px 0;
}
.winning-list.c2{
	text-shadow: -1px -1px 0 #4b7408,
              1px -1px 0 #4b7408,
              -1px 1px 0 #4b7408,
              1px 1px 0 #4b7408;
	font-weight: 600;
	color: #e2d9e5;
	text-align: center;
	padding: 10px 0;
}
.weekly-infocopy{
	padding: 20px;
}
.mypoint-star-list-flex{
	display: flex;
	flex-wrap: wrap;
}
.mypoint-star-list-flex .star-item{
	padding: 5px;
	flex: 0 0 20%;
}
.star-item .star{
	width: 100%;
	padding: 5px;
	left: 0;
	top: 0;
}
.home-bottom-btn:active{
	transform: scale(.9);
	filter: brightness(1.2);
}
.prize-1{
	top: 14%;
	right: 4%;
	width: 45%;
}
.prize-2{
	top: 34%;
	right: 4%;
	width: 45%;
}
.prize-3{
	top: 43%;
	right: 4%;
	width: 45%;
}
.prize-4{
	top: 53%;
	right: 4%;
	width: 45%;
}
.prize-5{
	top: 63%;
	right: 4%;
	width: 45%;
}
.r-qty-1{
	top: 39%;
	left: 5%;
	font-size: 13px;
	color: #dc3545;
}
.r-qty-2{
	top: 48.5%;
	left: 5%;
	font-size: 13px;
	color: #dc3545;
}
.r-qty-3{
	top: 58.5%;
	left: 5%;
	font-size: 13px;
	color: #dc3545;
}
.r-qty-4{
	top: 68.5%;
	left: 5%;
	font-size: 13px;
	color: #dc3545;
}
.input-prize{
	background: unset;
	outline: 0;
	border: 0;
	width: 50%;
	right: 9%;
	font-size: 14px;
	padding-top: 4px;
	appearance: none;
}
.input-prize2{
	background: unset;
	outline: 0;
	border: 0;
	width: 50%;
	right: 9%;
	font-size: 14px;
	padding-top: 4px;
	appearance: none;
}
.redeemed{
	color: #069d22;
}
select.input-prize{
	color: #595959;
}
.submit-ip2{
	width: 20%;
	top: -55%;
	left: 5%;
}
.submit-ip3{
	width: 15%;
	top: -30%;
	left: 25%;
}
.submit-ip4{
	width: 30%;
	top: -40%;
	left: 45%;
}
.submit-ip5{
	width: 18%;
	top: -20%;
	left: 80%;
}
.submit-ip6{
	width: 15%;
	top: -45%;
	left: 84%;
}
.submit-ip7{
	width: 20%;
	top: 70%;
	left: 4%;
}
.submit-ip8{
	width: 18%;
	top: 80%;
	left: 77%;
}
.getpoint-ip1{
	top: 2%;
	left: 5%;
	width: 18%;
}
.getpoint-ip2{
	top: 22%;
	left: 5%;
	width: 20%;
}
.getpoint-ip3{
	top: 0%;
	left: 36%;
	width: 28%;
}
.getpoint-ip4{
	top: 3%;
	left: 74%;
	width: 20%;
}
.getpoint-ip5{
	top: 28%;
	left: 68%;
	width: 15%;
}
.getpoint-ip6{
	top: 68%;
	left: 15%;
	width: 12%;
}
.getpoint-ip7{
	top: 85%;
	left: 4%;
	width: 24%;
}
.getpoint-ip8{
	top: 68%;
	left: 34%;
	width: 26%;
}
.getpoint-ip9{
	top: 72%;
	left: 69%;
	width: 15%;
}
.getpoint-ip10{
	top: 90%;
	left: 70%;
	width: 22%;
}
.getpoint-1point{
	top: 48%;
	left: 3%;
	width: 95%;
}
.data-1{
	top: 9%;
	left: 15%;
	width: 70%;
}
.data-2{
	top: 23%;
	left: 15%;
	width: 70%;
}
.data-3{
	top: 36%;
	left: 15%;
	width: 70%;
}
.data-4{
	top: 50%;
	left: 15%;
	width: 70%;
}
.data-5{
	top: 66%;
	left: 24%;
	width: 60%;
}
.data-5 img{
	width: 100%;
}
.data-1 input,
.data-2 input,
.data-3 input{
	background: unset;
	outline: 0;
	border: 0;
	font-size: 16px;
	padding: 4px 20px;
	appearance: none;
	width: 100%;
}
.data-add-d-flex{
	display: flex;
}
.data-add-d-flex .item{
	flex: 0 0 50%;
}
.data-add-d-flex .item.l{
	padding-right: 5px;
}
.data-add-d-flex .item.r{
	padding-left: 5px;
}
.data-bg{
	background: #faf6bc;
	border-radius: 20px;
	height: 35px; 
}
.data-bg img{
	width: 12px;
	right: 10px;
	top: 12px;
}
.data-bg .input-data{
	background: unset;
	outline: 0;
	border: 0;
	appearance: none;
	padding: 4px 20px;
	width: 100%;
	color: #000000;
}
.data-address{
	padding-top: 10px;
}
.checks input[type="checkbox"] {
	display: none;
}
.checks input[type="checkbox"]+label {
	color: #212529;
}
.checks input[type="checkbox"]+label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url(../img/check.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}
.checks input[type="checkbox"]:checked+label span {
	background: url(../img/checked.png) no-repeat;
	background-size: cover;
}
.checks{
	left: -10%;
}
.agree-text{
	padding-top: 4px;
}
.home-weekly.history{
	padding-top: 20px;
}
.history-list-bt{
	top: 0px;
}
.history-list-bt .item{
	display: none;
}
.history-list-bt .item.active{
	display: block;
}
.weekly-datebar.history-bar{
	padding-bottom: 10px;
}
.history-barbg{
	width: 100%;
}
.history-titlef-flex{
	display: flex;
}
.history-titlef-flex img{
	height: 20px;
}
.history-titlef-flex .t01{
	flex: 0 0 50%;
	padding-left: 20px;
	padding-bottom: 5px;
}
.history-titlef-flex .t02{
	flex: 0 0 50%;
	padding-left: 10px;
	padding-bottom: 5px;
}
.history-titlef-flex .t04{
	flex: 0 0 23%;
	padding-left: 10px;
	padding-bottom: 5px;
}
.history-titlef-flex .t05{
	flex: 0 0 44%;
	padding-left: 10px;
	padding-bottom: 5px;
}
.history-titlef-flex .t06{
	flex: 0 0 23%;
	padding-left: 10px;
	padding-bottom: 5px;
}
.info-contents{
	font-size: 14px;
	line-height: 1.6;
}
.info-contents .star li{
	list-style-image: url('../img/star.svg');
}
.info-contents .tp{
	font-weight: 600;
	color: #0a6729;
}
.freebies-slider-info{
	bottom: 6.5%;
	left: 3%;
}
.freebies-slider-info img{
	width: 80%;
}
.freebies-slider-info.s2{
	bottom: 4.5%;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #3d3d3d;
    border-style: solid;
    border-width: 0;
}
thead{
	background: #fedc46;
}
.lightbox_info {
    position: absolute;
    z-index: 25;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
	display: none;
}
.info .lightbox_info {
	width: 90%;
}
.lightbox_info .contents {
    top: 100px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.lightbox_info .contents.s2 {
    top: 20px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
.lightbox_info .contents ul li {
    list-style-type: unset;
}
.close{
	width: 30px;
	top: 20px;
	right: 20px;
}
.close.s2{
	width: 30px;
	top: -40px;
	right: 0px;
}

.close:active{
	transform: scale(.9);
	filter: brightness(1.2);
}
.contents-btn:active{
	transform: scale(.9);
	filter: brightness(1.2);
}
.lightbox_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000094;
    z-index: 20;
	display: none;
}
.lightbox_info img {
    width: 100%;
}
.tp-line{
	width: 100%;
	padding: 10px 0;
}
.tp-points{
	width: 120px!important;
	padding: 10px 0;
}
.txt2{
	font-size: 12px;
}
.animation {
    -webkit-animation: baloon_1 3s infinite;
    -moz-animation: baloon_1 3s infinite;
    -ms-animation: baloon_1 3s infinite;
    -o-animation: baloon_1 3s infinite;
    animation: baloon_1 3s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
}
.animationX {
    -webkit-animation: baloon_2 3s infinite;
    -moz-animation: baloon_2 3s infinite;
    -ms-animation: baloon_2 3s infinite;
    -o-animation: baloon_2 3s infinite;
    animation: baloon_2 3s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
}
.animationC {
    -webkit-animation: baloon_3 2s infinite;
    -moz-animation: baloon_3 2s infinite;
    -ms-animation: baloon_3 2s infinite;
    -o-animation: baloon_3 2s infinite;
    animation: baloon_3 2s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
}
.animationP {
    -webkit-animation: baloon_4 1s;
    -moz-animation: baloon_4 1s;
    -ms-animation: baloon_4 1s;
    -o-animation: baloon_4 1s;;
    animation: baloon_4 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.animation.s2 {
	animation-delay: 250ms;
	animation: baloon_1 4s infinite;
}
.animation.s3 {
	animation-delay: 100ms;
	animation: baloon_1 6s infinite;
}
.animation.s4 {
	animation-delay: 500ms;
}
.animation.s5 {
	animation-delay: 10ms;
	animation: baloon_1 2s infinite;
}
.animation.s6 {
	animation-delay: 800ms;
}
.animation.s7 {
	animation-delay: 200ms;
}
.animationX.s2 {
	animation-delay: 250ms;
	animation: baloon_2 4s infinite;
}
.animationX.s3 {
	animation-delay: 100ms;
	animation: baloon_2 6s infinite;
}
.animationX.s4 {
	animation-delay: 500ms;
}
.animationX.s5 {
	animation-delay: 10ms;
	animation: baloon_2 2s infinite;
}
.animationX.s6 {
	animation-delay: 800ms;
}
.animationX.s7 {
	animation-delay: 200ms;
}
@-webkit-keyframes baloon_1{
	0% { transform:translateY(10px);}
	50% {transform:translateY(30px);}
	100% {transform:translateY(10px);}
}

@-moz-keyframes baloon_1{
	0% { transform:translateY(10px);}
	50% {transform:translateY(30px);}
	100% {transform:translateY(10px);}
}

@-ms-keyframes baloon_1{
	0% { transform:translateY(10px);}
	50% {transform:translateY(30px);}
	100% {transform:translateY(10px);}
}

@-o-keyframes baloon_1{
	0% { transform:translateY(10px);}
	50% {transform:translateY(30px);}
	100% {transform:translateY(10px);}
}

@keyframes baloon_1{
	0% { transform:translateY(10px);}
	50% {transform:translateY(30px);}
	100% {transform:translateY(10px);}
}

@-webkit-keyframes baloon_2{
	0% { transform:translateX(10px);}
	50% {transform:translateX(30px);}
	100% {transform:translateX(10px);}
}

@-moz-keyframes baloon_2{
	0% { transform:translateX(10px);}
	50% {transform:translateX(30px);}
	100% {transform:translateX(10px);}
}

@-ms-keyframes baloon_2{
	0% { transform:translateX(10px);}
	50% {transform:translateX(30px);}
	100% {transform:translateX(10px);}
}

@-o-keyframes baloon_2{
	0% { transform:translateX(10px);}
	50% {transform:translateX(30px);}
	100% {transform:translateX(10px);}
}

@keyframes baloon_2{
	0% { transform:translateX(10px);}
	50% {transform:translateX(30px);}
	100% {transform:translateX(10px);}
}

@-webkit-keyframes baloon_3{
	0% {transform:scale(1,1);}
	50% {transform:scale(1.2,1.2);}
	100% {transform:scale(1,1);}
}

@-moz-keyframes baloon_3{
	0% {transform:scale(1,1);}
	50% {transform:scale(1.2,1.2);}
	100% {transform:scale(1,1);}
}

@-ms-keyframes baloon_3{
	0% {transform:scale(1,1);}
	50% {transform:scale(1.2,1.2);}
	100% {transform:scale(1,1);}
}

@-o-keyframes baloon_3{
	0% {transform:scale(1,1);}
	50% {transform:scale(1.2,1.2);}
	100% {transform:scale(1,1);}
}

@keyframes baloon_3{
	0% {transform:scale(1,1);}
	50% {transform:scale(1.2,1.2);}
	100% {transform:scale(1,1);}
}

/*
@-webkit-keyframes baloon_4{
	0% {opacity: 0;}
	100% {opacity: 100;}
}

@-moz-keyframes baloon_4{
	0% {opacity: 0;}
	100% {opacity: 100;}
}

@-ms-keyframes baloon_4{
	0% {opacity: 0;}
	100% {opacity: 100;}
}

@-o-keyframes baloon_4{
	0% {opacity: 0;}
	100% {opacity: 100;}
}

@keyframes baloon_4{
	0% {opacity: 0;}
	100% {opacity: 100;}
}
*/

@-moz-keyframes baloon_4{
	0% {
		transform:scale(1.2,1.2);
		opacity: 0;
	}
	100% {
		transform:scale(1,1);
		opacity: 100;
	}
}

@-ms-keyframes baloon_4{
	0% {
		transform:scale(1.2,1.2);
		opacity: 0;
	}
	100% {
		transform:scale(1,1);
		opacity: 100;
	}
}

@-o-keyframes baloon_4{
	0% {
		transform:scale(1.2,1.2);
		opacity: 0;
	}
	100% {
		transform:scale(1,1);
		opacity: 100;
	}
}

@keyframes baloon_4{
	0% {
		transform:scale(1.2,1.2);
		opacity: 0;
	}
	100% {
		transform:scale(1,1);
		opacity: 100;
	}
}

@keyframes l3 {
	to {
		transform: rotate(1turn)
	}
}
@keyframes lights{
	0% {
		filter: brightness(1);
	}
	50%{
		filter: brightness(1.5);
	}
    100%{
		filter: brightness(1);
	}
}

@media (max-width: 1400px) {}
@media (max-width: 1200px) {}
@media (max-width: 1024px) {}
@media (max-width: 992px) {}
@media (max-width: 768px) {
	.history-barbg{
		width: 700px;
	}
	.history-titlef-flex .t04{
		flex: 0 0 150px;
		padding-left: 10px;
		padding-bottom: 5px;
	}
	.history-titlef-flex .t05{
		flex: 0 0 320px;
		padding-left: 10px;
		padding-bottom: 5px;
	}
	.history-titlef-flex .t06{
		flex: 0 0 150px;
		padding-left: 10px;
		padding-bottom: 5px;
	}
	.w-time2{
		flex: 0 0 150px;
		font-size: 14px;
		padding-left: 15px;
		line-height: 2;
	}
	.w-history2{
		flex: 0 0 320px;
		font-size: 14px;
		padding-left: 10px;
		line-height: 2;
	}
	.w-number2{
		flex: 1;
		font-size: 14px;
		padding-left: 10px;
		line-height: 2;
		white-space: nowrap;
	}
	
}
@media (max-width: 576px) {
	header{
		display: block;
	}
	.area-3{
		display: block;
	}
	.pc{
		display: none;
	}
	.md{
		display: block;
	}
}
@media (max-width: 375px) {
	.login-info{
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.ipad-min-bg {
		display: block;
	}
	.pc-min-bg {
		display: none;
	}
}
@media (max-width: 576px) {
	.area-md {
		display: block;
	}
	.ipad-min-bg {
		display: none;
	}
}