map *:focus {
	outline: none!important;
}

a,
button {
	outline: none!important;
	/* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur());
	/* for IE */
}


.backup_offer {
	width: 100%;
	max-width: 1070px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.backup_offer img,
.backup_offer_kv img {
	display: block;
	width: 100%;
}
.backup_offer_kv{
	margin-bottom: 40px;
}

.mb {
	display: none!important;
}

.section {
	padding: 0 0 40px;
	display: flex;
	align-items: flex-start;
	position: relative;
	width: 100%;
	align-items: center;
}

.section ul {
	margin: 2% 0 2% 2%;
}

.col-50pw {
	flex: 0 0 50%;
	max-width: 50%;
}

.section_content {
	padding-left: 40px;
	font-family: "LibreFranklin-Regular", "ReaderMedium", "Microsoft JhengHei UI", "Microsoft JhengHei UI", "Microsoft JhengHei", "Microsoft YaHei UI", "Microsoft YaHei";
}

.section_title {
	position: relative;
	display: inline-block;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 2%;
	border-bottom: 1px solid black;
}

.section_text {
	font-size: 18px;
	margin-bottom: 2%;
	line-height: 1.2;
}

.section_cta {
	position: relative;
	display: inline-block;
	font-size: 15px;
	padding: 10px 40px;
	background: black;
	color: white;
	margin-bottom: 2%;
}
.section_cta a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section_tnc {
	font-size: 12px;
}

@media (max-width: 1070px) {
	.section_title {
		font-size: 3.125vw;
	}
	.section_text {
		font-size: 1.875vw;
	}
}

@media (max-width: 767px) {

	.pc {
		display: none!important;
	}
	.mb {
		display: block!important;
	}
	.section_content {
		padding-top: 10%;
		padding-left: 0px;
		width: 90%;
		margin: 0 auto;
	}
	.section{
		display: block;
	}
	.col-50pw {
		flex: 0 0 auto;
		max-width: 100%;
	}
	.section_title {
		font-size: 5vw;
		margin-bottom: 5%;
	}
	.section_text {
		font-size: 4vw;
		margin-bottom: 5%;
	}
	.section_cta {
		font-size: 3.75vw;
		margin-bottom: 5%;
	}
	.section_tnc {
		font-size: 3vw;
	}
	.backup_offer_kv {
		margin-top: 40px;
	}
}