@charset "UTF-8";
.mobile_go_icon {
  width: 340px;
  height: 28px;
  margin: 0 auto;
  padding-top: 15px;
  margin-bottom: 10px;
}
.mobile_currency {
  background-color: black;
  border-top: 1px solid #333333;
  padding-top: 20px;
}

.mobile_currency_go {
  width: 90%;
  margin: 15 auto;
  margin-left: 20px;
  text-align: center;
}
.mobile_currency_go a {
  color: white;
  line-height: 30px;
  margin-bottom: 15px;
}
.trial_link_in_top_banner{
	display: none;
}

.s_html{
	-webkit-text-size-adjust: 100%;
}
.breadcrumb {
	max-width: 1000px;
	margin-top: 70px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
}

.breadcrumb_L {
	width: 600px;
	height: 35px;
	float: left;
	font-size: 13px;
	color: #333333;
}

.breadcrumb_L a {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

.breadcrumb_L span {
	color: #000000;
	font-size: 12px;
}

.breadcrumb_L a:hover {
	color: #0066CC;
}

.breadcrumb_R {
	height: 35px;
	float: right;
}

.breadcrumb_R span {
	color: #000000;
	font-size: 12px;
}

#fb_like {
	height: 30px;
}
/* Desktop */
.clear {
	clear: both;
}

.toptop_banner {
	display: block;
	max-width: 1200px;
	margin-top: 70px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.toptop_banner .links {
	position: absolute;
	top: 90%;
	right: 11%;
	font-size: 0.8em;
	width: 400px;
	color: #06C;
	z-index: 200;
}

.toptop_banner .link_sep {
	font-size: 0.7em;
	vertical-align: bottom;
	padding: 0 0.6em;
}

.toptop_banner .links a {
	color: #06C;
}

.toptop_banner .links a:hover {
	color: #fff;
}

.banner1200 {
	background-repeat: no-repeat;
	height: 350px;
	width: 1662px;
	margin-left: -230px;
}

/* ********************************* MENU TAB **********************/
.tab_part {
	max-width: 1662px;
	height: 45px;
	/*background-color: #ececec;*/
	margin: 0 auto;
	text-align: center;
}

.tab_fix {
	width: 100% !important;
	margin-top: -27px;
}
.sub_nav {
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.tab_part ul {
	margin: 0px;
	clear: both;
	font-weight: bold;
	padding: 0 10px 0 10px;
  display: inline-block;
}

.tab_part li {
	list-style-type: none;
}

.tab_on {
    display: block;
    float: left;
    height: 37px;
    /* margin: 1px; */
    padding: 0px;
    /* color: #079bcc; */
    /* background: #079bcc; */
    border-radius: 0px;
    border-bottom: 2px solid #079bcc;
}

.tab_on2 {
    display: block;
    float: left;
    height: 27px;
    margin: 8px 1px 1px 1px;
    padding: 0px;
    /* color: #079bcc; */
    background: #079bcc;
    border-radius: 2px;
    /*border-bottom: 2px solid #079bcc;*/
}

.tab_part .tab_off a:hover {
	color: #22b0ec;
    /* background: #22b0ec; */
    border-radius: 0px;
    border-bottom: 2px solid #22b0ec;
}

.tab_part .tab_off2 a:hover {
    /* color: #ffffff;
    background: #848484;
    border-radius: 2px;
    border-bottom: 2px solid #22b0ec; */
}

.tab_part a {
    line-height: 37px;
    display: block;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 600;
}

.tab_off2 a {
    line-height: 40px;
    display: block;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 600;
}

.tab_on span {
    background-image: none;
    padding-top: 9px;
    height: 28px;
    font-size: 14px;
    line-height: 37px;
    font-weight: 600;
    color: #079bcc;
    padding: 0 30px;
}

.tab_on2 span {
    background-image: none;
    height: 28px;
    font-size: 13px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    padding: 0 15px;
}

.tab_off {
    float: left;
    height: 37px;
    /* margin: 1px; */
    padding: 0px;
    border-bottom: 2px solid #c5c5c5;
}

.tab_off2 {
    float: left;
    /*height: 37px;*/
    margin: 1px;
    padding: 0px;
    /* border-bottom: 2px solid #c5c5c5; */
}

/* ------------------ STICKY BAR ------------------------*/
.tab_sticky{
	/*display: block;*/
    width: 100%;
    position: fixed;
    top: 0px;
	left:0px;
	background: #fff;
	z-index: 9999;
}
.top_nav_bar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.swiper-container {
  width: auto;
  margin: 0 auto;
}
.sticky_tab_logo{
  flex: 0 0 30px;
  padding-left: 10px;
	line-height: 0;
}
.sticky_tab_title{
  white-space: nowrap;
	line-height: 37px;
  display: block;
  color: #222;
  font-size: 14px;
  padding: 0 5px;
  font-weight: 600;
}
.sticky_tab_on, .sticky_tab_off, .sub_nav .swiper-slide {
  min-width: 125px;
  width: auto;
  font-size: 14px;
  text-align: center;
}
.sticky_tab_on {
	display: block;
	margin: 1px;
	padding: 0px;
	border-radius: 0px;
}
.sticky_tab_off a:hover {
	color: #4cc7ef;
}
.sticky_tab_off {
	margin: 1px;
	padding: 0px;
}
.sticky_tab_off a {
    line-height: 37px;
    display: block;
    color: #222;
    text-decoration: none;
    font-size: 13px;
    width: auto;
    padding: 0 30px;
    font-weight: 600;
}

.s_tab_big a{font-size: 14px;}

.s_tab_off2 a {
	color:#666;
	font-weight: 600;
}

.sticky_tab_on span {
    background-image: none;
    padding-top: 9px;
    height: 28px;
    font-size: 13px;
    line-height: 37px;
    font-weight: 600;
    color:#22b0ec;
    padding: 0 30px;
}
.sticky_tab_on span a{
    color:#22b0ec;
}
@media screen and (max-width:768px) {
  .sticky_tab_on, .sticky_tab_off {
    min-width: 100px;
  }
  .sticky_tab_off a {
    padding: 0 15px;
  }
  .sticky_tab_on span {
    padding: 0 15px;
  }
}
.s_tab_big span{font-size: 14px;}

.sticky_btn_buy{
  white-space: nowrap;
  padding: 2px 20px;
  font-size: 13px;
  top: 5px;
  width: auto;
	margin:0;
  margin-left: 5px;
  margin-right: 10px;
  line-height: 20px;
}

/* ********************************* MENU TAB **********************/
.toptop_banner img {
	margin: 0 auto
}

.container {
	font-family: "Open Sans", "Segoe UI", "Meiryo", "微軟正黑體", "MS UI Gothic",
		"MS PGothic", Arial, Helvetica, sans-serif;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 400;
}

.page_title {
	padding-left: 0.8em;
}

.feature_banner {
	margin-top: 0.6em;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
}

.product_intro {
	padding-left: 1em;
}

.intro_left {
	width: 18%;
	float: left;
	margin-top: 1.5em;
}

.intro_middle {
	width: 50%;
	float: left;
}

.intro_right {
	width: 30%;
	float: left;
	text-align: right;
	margin-top: 1em;
}

.link_box {
	padding: 0.5em;
}

.main_section_1, .main_section_2, .main_section_3, .main_section_4,
	.main_section_5 {
	position: relative;
	clear: both;
	width: 100%;
}

.sec_intro_a, .sec_intro_b, .sec_intro_c, .sec_intro_d, .sec_intro_e {
	width: 70%;
	position: absolute;
	bottom: 48%;
	padding: 1em 1em 1em 2em;
}

.bulletPoint {
	float: left;
}

.bulletPoint p {
	padding-left: 1.2em;
	background-image: url(../img/li_disc.jpg) !important;
	background-repeat: no-repeat;
	margin-bottom: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_content {
	margin: 0 auto;
	width: 720px;
}

.sec_content img {
	width: 720px;
}

/*2 items*/
.two_column_ul {
	width: 95%;
	margin: 0 auto 2em auto;
}

.two_column_ul ul {
	margin: 0;
	padding: 0;
}

li p {
	padding: 0 0 1em 0;
	line-height: 1.4em;
}

.two_column_ul li {
	width: 50%;
	margin-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	float: left;
	padding: 0 1em 0 1em;
	list-style: none;
}

.two_column_ul li img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/*3 items*/
.three_column_ul {
	width: 95%;
	margin: 0 auto 1em auto;
}

.three_column_ul ul {
	margin: 0;
	padding: 0;
}

.three_column_ul li {
	width: 33%;
	margin-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	float: left;
	padding: 0 1em 1.2em 1em;
	list-style: none;
}

.three_column_ul li img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.end_li {
	margin-right: 0px !important;
}

.video_link {
	font-size: 1em;
	color: #b81a35;
}

.seemore {
	font-size: 0.8em;
	text-align: center;
	height: 1.5em;
	padding-top: 1.5em;
	margin-bottom: 1em;
	clear: right;
}

.seemore a {
	text-decoration: underline;
}

.quick_nav {
	font-size: 0.8em;
	text-align: right;
	height: 1.5em;
	padding-top: 1.5em;
	margin-right: 3em;
	margin-bottom: 1em;
	clear: right;
}

.gototop {
	float: right;
}

.on_1200 {
	display: block;
}

.on_600 {
	display: none;
}

.back_top {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.sec_intro_a, .sec_intro_b, .sec_intro_c, .sec_intro_d, .sec_intro_e {
		width: 80%;
		position: absolute;
		bottom: 0% !important;
		padding: 1em;
	}
	.sec_description {
		padding: 1em 2.5em 1em 2.5em;
	}
	.container {
		margin-left: 3em;
	    margin-right: 3em;
	}
}

@media screen and (max-width: 768px) {
	.container {
		margin-left: auto;
	    margin-right: auto;
	}
	.feature_banner {
		margin-left: 2px;
		margin-right: 2px;
	}
	.tab_part {
		height: 37px;
	}
	.tab_fix {
		/*margin-top:110px;*/

	}
	.page_title {
		padding-left: 1em;
	}
	.toptop_banner {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.toptop_banner .links {
		display: none;
		position: absolute;
		top: 100%;
		right: 0%;
		font-size: 0.7em;
		width: 100%;
		text-align: center;
		margin-top: 160px;
	}
	.toptop_banner .links {
		color: #8FC2F5;
		z-index: 200;
	}
	.toptop_banner .links a {
		color: #8FC2F5;
	}
	.on_1200 {
		display: none;
	}
	.on_600 {
		display: inline;
	}
	.intro_left {
		width: 18%;
		float: left;
	}
	.intro_middle {
		width: 75%;
		float: left;
		font-size: 0.8em;
		padding: 0 0.5em 0 0.8em;
	}
	.intro_right {
		width: 100%;
		float: left;
	}
	.link_box {
		float: right;
		margin-right: 1em;
	}
	.sec_intro_a {
		width: auto;
		position: inherit;
		bottom: 30%;
		padding: 1em;
		background: #751f6a;
	}
	.sec_intro_b {
		width: auto;
		position: inherit;
		bottom: 30%;
		padding: 1em;
		background: #024c8d;
	}
	.sec_intro_c {
		width: auto;
		position: inherit;
		bottom: 30%;
		padding: 1em;
		background: #e16a26;
	}
	.sec_intro_d {
		width: auto;
		position: inherit;
		bottom: 30%;
		padding: 1em;
		background: #009b86;
	}
	.sec_intro_e {
		width: auto;
		position: inherit;
		bottom: 30%;
		padding: 1em;
		background: #A12933;
	}
	.sec_content {
		margin: 0 auto;
		width: 85%;
	}
	.sec_content img {
		width: 720px;
	}
	.two_column_ul li {
		font-size: 0.8em;
		width: 100%;
	}
	.three_column_ul li {
		font-size: 0.8em;
		width: 100%;
	}
	.comparison_table p {
		font-size: 1.1em !important;
	}
	.comparison_table td {
		font-size: 0.8em !important;
	}
	.seemore {
		font-size: 0.6em;
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 420px) {
	.feature_banner {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 600px) {
	.intro_left {
		width: 95%;
		float: left;
		display: none;
	}
	.intro_middle {
		width: 95%;
		float: left;
		font-size: 0.8em;
		padding: 0 0.5em 0 0.8em;
	}
	.intro_right {
		width: 100%;
		float: left;
		text-align: center;
	}
	.link_box {
		float: none;
		margin-right: 0;
	}

	/*  ----------------------- TAB ----------------------*/
	.tab_part {
		height: auto;
		/*background-color: #0577a7;*/
	}
	.tab_fix {
		margin-top: 0px;
		padding:5px 0;
	}
	.tab_part li {
		/*border-bottom: 1px solid #666;*/
	}
	.tab_on {
		display: block;
    	float: none;
    	height: 37px;
    	margin: 5px 0;
    	padding: 0px;
    	background-color: #0577a7;
    	border-radius: 2px;
		border-bottom: 0px;
	}
	.tab_off {
		float: none;
		height: 37px;
		margin: 5px 0;
		padding: 0px;
		display: block;
		background-color: #e0e0e0;
    	border-radius: 2px;
		border-bottom: 0px;
	}
	.tab_part ul {
    	display: block;
	}
	.tab_on span {
    	color: #fff;
		font-weight: 600;
	}
	.tab_part .tab_off a:hover {
		border-bottom: 0px;
	}
	/*  ----------------------- TAB ----------------------*/
}
@media (max-width: 780px) and (min-width: 551px){
	.on_600 {
    	padding-top: 70px;
	}

}
@media (max-width: 550px){
	.on_600 {
    	padding-top: 45px;
	}

}

@media screen and (max-width: 600px) {
    .on_pc_tablet{
        display:none;
    }
}
@media screen and (min-width: 600px) {
    .on_mobile{
        display:none;
    }
}
