<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  font-family: "Segoe UI", "Open Sans", "Meiryo", "微軟正黑體", "MS UI Gothic", "MS PGothic", Arial, Helvetica, sans-serif !important;
}

.dzmodal-body {
    position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.dzlightbox_wrapper_a{
  color: #0085ff;
}
.dzlightbox_wrapper_a:hover, .dzlightbox_wrapper_a:active {
  color: #0085ff;
}
.dzlightbox_wrapper {
	background-color: #F3F3F3;
	box-sizing: border-box;
	color: #131313;	
	position: relative;
	text-align: center;
}
.dzlightbox_wrapper .title {
	margin-bottom: 15px;
	padding: 0 0px;
}
.dzlightbox_wrapper h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.dzlightbox_wrapper h2 {
	border-top: 2px solid #b81a35;
	border-bottom: 2px solid #b81a35;
	color: #b81a35;
	display: inline-block;
	font-size: 30px;
	margin: 0;
	margin: 20px 0;
	padding: 5px 10px;
}
.dzlightbox_wrapper p {
	font-size: 15px;
	line-height: normal;
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
    text-shadow: 0px 0px 5px rgb(111 4 4);
}
.dzlightbox_wrapper  button[type="submit"] {
	width: 50%;
	background-color: #ff8400;
	border: 0;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: normal;
	outline: none;
	margin: 10px 5px;
	padding: 5px 20px;
	transition: background-color .2s ease;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
}
.dzlightbox_wrapper  button[type="submit"]:hover {
	background-color: #ffa100;
}

.dzlightbox_wrapper .group {
	width: 90%;
	margin: 0 auto;
}
.dzlightbox_wrapper a.btn_reject {
	color: #6b9ecc;
	display: inline-block;
	font-size: 16px;
	margin: 10px 0;
	text-decoration: underline;
}
.dzlightbox_wrapper a.btn_reject:hover {
	color: #3571a7;
}
.dzlightbox_wrapper p.note_store {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin: 5px 0;
	text-align: left;
}
.dzlightbox_wrapper p.note_store span {
	display: inline-block;
	line-height: 16px;
	vertical-align: top;
}
.dzlightbox_wrapper .email p.note_store span:last-child {
	width: calc(100% - 7px);
	padding-left: 2px;
}
.adtitle_app_lightbox{
		font-size:16px;
	}
@media screen and (max-width:420px) {
	.dzlightbox_wrapper form button[type="submit"] {
		width: 100%;
		margin: 10px 0;
		padding: 6px 20px;
	}
	.dzlightbox_wrapper form input[type="email"] {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.adtitle_app_lightbox{
		font-size:16px;
	}
  .modal-dialog.subscription {
    	margin-top: 20px;
  }
  .subscription .modal-content {
		margin-left: 10px;
		margin-right: 10px;
  }  
}
.subscription .dzmodal-header {
	padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    border-bottom: 0px;
}
.subscription .modal-content {
	background-color: #F3F3F3;
}
.subscription .lbbtn_cancel {
  width: 32px;
  height: 32px;
  background: url(/template/component/lb/images/btn_cancel.png) 0 0 no-repeat transparent;
  display: block;
  border-radius: 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 22px;
  outline: none;
  text-decoration: none;
  position: absolute;
  z-index:100;
  right: -15px;
  top: -15px;
}
.subscription .btn_cancel:hover {
  background-position: -32px 0;
}

/*plan box*/

.plan-column-box {
    width: 100%;
    display: block;
    float: left;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 10px 0px 10px;
  	border: 0px solid #666;
    font-size: 32px;
	font-weight: 600;
    line-height: 22px;
	margin-bottom: 10px;
}

.plan-column-box-qrcode {
    width: 100%;
    display: block;
    float: left;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 10px 0px 10px;
  	border: 0px solid #666;
    font-size: 32px;
	font-weight: 600;
    line-height: 22px;
	margin-bottom: 10px;
}

.box-head{
    background: #666;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0px;
	left:0px;
}

/* HighLight for Checked plan*/
.plan-check{
	border:0px solid #1793f6;
}
.plan-check&gt;.box-head{
	background: #1793f6;
}
.plan-check&gt;.box-head:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f058";
	padding-right:5px;
}

.plan-sp{
    color: #000000;
    font-size: 0.6em;
    line-height: 20px;
    display: block;
	padding-bottom: 10px;
}

@media (min-width: 800px){
.plan-column {
    width: 100%;
    /* margin-bottom: 20px; */
    float: left;
    clear: both;
    /* padding: 0 10px; */
    box-sizing: border-box;
}

.plan-column-box {
    width: 50%;
    display: block;
    float: left;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2% 4%;
	padding-top: 10px;
    
}	

.plan-column-box-qrcode {
    width: 40%;
    display: block;
    float: left;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2% 4%;
	padding-top: 10px;
    
}	
.adtitle_app_lightbox{
		font-size:18px;
	padding:10px 0;
	}
}

.video iframe{
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -99;
  pointer-events: none;
  width: 100%;
  height: 100%;
}


/*video bg*/
.two-column-75-25 ul {
    display: flex;
	padding: 0;
	margin: 0;
}

.two-column-75-25 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
	/*background: rgba(0, 0, 0, 0.8);*/
	margin: 0 10px;
	border-radius: 8px;
}
.two-column-50-50-fix {
    width: 50% !important;
    display: -webkit-box;
    display: -ms-flexbox;
}


#myVideo {
    position: relative;
    left: -1px;
    bottom: 0;
    width: 101%;
	vertical-align: bottom;
}

.smb-video-bg-full{
	height: auto; 
	display: block; 
	overflow: hidden;
	position: relative;
}

.box-over-video {
	padding: 0px;
	color: #f1f1f1;
	position: relative;
    top: 0;
    width: 100%;
	height: 100%;
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;	

}
.smb-video-bg {
    min-width: 100%;
    /*position: absolute;*/
}

.title-over-video{
	
    text-align: center;
    padding: 0px 0px;
    max-width: 1200px;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
	width: 85%;
}
.title-over{
	font-size: 24px;
    line-height: 0.2em;
    margin-bottom: 1.5em;
}

.smb-more{
    background: #f60;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 15px;
    color: #222;
	font-weight: 600;
	line-height: 22px;
	display: block;
}
.smb-promo-box p{
	color: #ffffff;
}
.smb-promo-box a:hover&gt; .smb-more{
	 background: #ff8431;
}

.smb-promo-box img{width: 100%;}

.smb-more2{
    background: #ffe000;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.4);
}
.smb-promo-box a:hover&gt; .smb-more2{
	 background: #fff085;
}

.smb-txt-box{
	padding: 15px;
	background-image:url("../images/smb-bg.jpg");
	background-position: left;
	background-size: cover;
}
.smb-txt-box2{
	background-image:url("");
}

@media (max-width: 600px){
	.box-over-video {
		padding: 0px;
	}
	.title-over-video {
		padding: 10px 0px;
		width: 100%;
	}	
	.smb-promo-box img{
		width: 50%;
	}
	.dzlightbox_wrapper p {
		font-size: 14px;
    	line-height: 22px;
	}
	.two-column-75-25 ul{
		display: block;
	}
	.two-column-75-25 ul li {
		padding: 10px 0;
		width: 80% !important;
		margin: 0 auto;
	}
}



@charset "utf-8";
.spec{
	max-width: 1200px;
	width:90%;
	margin: 0 auto;
}
.spec .title{
	font-size:2.0em;
	line-height: 1.2em;
	font-weight: 400;
	color:#079bcc;
	text-align: center;
	padding: 25px 20px 0 20px;
}
.spec .page_des{
	font-size: 1.0em;
    text-align: left;
    line-height: 1.6em;
    padding: 25px 20px;
}

.spec h2{
	font-size: 1.5em;
}
.spec h3{
    margin-top: 1em;
    color: #00a0e9;
    font-size: 1.4em;
    line-height: 2em;
    font-weight: 400;
    border-bottom: 1px solid #e8e8e8;
}
.spec ul li{
	line-height:1.8em;
	font-size:0.9em;
}
.spec p{
	font-size: 0.8em;
	padding: 0.2em 0 1.5em 0;
	color: #464646;
}

.spec a{text-decoration:underline; outline: 0;}

.table_spec {
    margin-bottom: 20px;
    border: #cccccc 1px solid;
    font-size: 14px;
    line-height: 23px;
    width: 100%;
}
.table_spec tr {
    border: #cccccc 1px solid;
}
.table_spec td {
    padding: 0.8em;
}
.spec .ppp tr {
    border: hidden;
    padding: 0;
    margin: 0;
}
.spec .ppp td {
    border: hidden;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 600px) {
.spec h3{
	font-size: 1.1em;
	font-weight:400;
}
.spec ul li{
	font-size:0.8em;
}
}
th:nth-child(1) {
    width: 15%;
}
.p-list ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #444444;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -13px;
}

.p-list ul li {
    position: relative;
    margin-left: 50px;
}

.vc_table {
    margin-top: 10px;
}
li {
    display:list-item;
}
.notetxt {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.vc_section{padding:10px;}
.vc_item{
	display: block;
	padding: 0.5em;
	background: #ebebeb;
	border: 1px solid #ebebeb;
	border-radius: 1em;
}
.vc_table td{
	padding: 0px !important;

}

.vc_item_sel{
	background: #86cfff;
	border: 1px solid #86cfff;
}
a.vc_item{
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
.spec .title {
    font-size: 1.6em;
    line-height: 1.3em;
    padding-top: 0.5em;
}
}

@media screen and (max-width: 500px) {
a.vc_item{
    font-weight: 400;
    font-size: 13px;
}
.vc_section {
    padding: 4px;
}

}
a.vc_item:hover{
	border: 1px solid #86cfff;
}

.vc_section img {

    box-sizing: border-box;
    padding: 0px;
}
@media(min-width:600px){
   .vc_section img {
    width: auto;
    box-sizing: border-box;
    padding: 15px;
		max-width: 200px;
}
}
</pre></body></html>