/**********

subtitle

************/
.sub-title-support{
	background-color: #97D6E5;
	font-weight: 300;	
}
.sub-title-senction p{
	text-align: center;
	font-weight: 400;
}
.sub-title-senction{
	padding-bottom: 40px;
}
.topAll{
	display: flex;
}
.topAll{
	display: flex;
    justify-content: space-between;
}
.topAll > *{
    vertical-align: middle;
}
.topRight{
    background:linear-gradient(to top left, rgba(255,255,255,0) 50%, #DDEBEF 50.5%) no-repeat top left/100% 100%;
	width: 170px;
    height: 100px;
    margin-right: 43%;
}
.topLeft{
    background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #DDEBEF 50.5%) no-repeat top right/100% 100%;
	width: 170px;
    height: 100px;
    margin-left: 43%;
}
.support-title{
	margin-top: -12px;
}
.sub-title-support h1{
	font-size: 28px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 30px;
}
/**********

box

************/
.support-box{
	width:980px;
	max-width: 1280px;
	margin:0 auto;
	text-align: center;	
	padding: 20px 0 0 0;
}
.support-box h2{
	color: #90BDCB;
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 20px;
}
.support-box h2:before,.support-box h2:after {
	content: '';
	top: 50%;
	display: inline-block;
	width: 400px;
	height: 2px;
	background-color: #90BDCB;
}
.support-box h2:before {
	left:0;
	margin-right: 24px;
}
.support-box h2:after {
	right: 0;
	margin-left: 24px;
}
.support-box-content{
	display: flex;
	padding-top:20px; 
}
.support-box-content-right{
	padding-left: 32px;
    padding-top: 8px;
}
.support-box-content-left{
	padding-left: 16px;
	padding-top: 48px;	
}
.support-box-content-left p.title{
	font-size: 20px;
	padding-bottom: 20px;
}
.support-box-content-left p{
	font-weight: 400;
	text-align: left;
	padding-bottom: 8px;
}
.support-box-content-left p a{
	color: #6BB84E;
	font-weight: 200;
	text-decoration: underline;
}
.support-box-content-left p a:hover{
	color: #457672;
}
.support-btn{
	width: 280px;
    background-color: #FF9D00;
    font-size: 18px;
    color: #ffffff;
    padding: 12px 36px;
    border-radius: 50px;
    display: block;
    margin: 18px 0 0 0;
}
.support-box-content-form{
	padding-top: 18px;
	justify-content: center;
}
.support-btn:hover{
	background-color: #AD6F0B;
}
.support-box-txt{
	padding-top: 28px;
}
.support-box-contact{
	width: 435px;
	padding:18px 48px;
}
.support-box-contact div{
	display: inline-block;
    width: 240px;
	background-color: #90BDCB;
	padding: 8px 24px;
	border-radius: 8px;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    margin-top: -56px;
}
.support-box-contact p{
	text-align: left;
	font-weight: 200;
	font-size: 14px;
}
.support-box-contact img{
	margin-right: 16px;
}
.supportBoxTelIconImg{
	vertical-align: bottom;
}
.contact-btn{
	width: 260px;
	font-size: 16px;
	color: #ffffff;
    margin:0 0 18px 0;
	padding: 14px 24px;
    border-radius: 50px;    
}
.support-contact{
	padding-bottom: 96px;
}
@media screen and (max-width: 980px) {
	.support-box{
		width: 261vw;
	    max-width: 100%;
	    padding:0;
	}
	.support-box h2:before,
	.support-box h2:after{
		width:35vw;
	}
	.support-box-content{
		padding: 8vw 2.1vw 4.8vw;
	}
	.support-box-content-left{
		padding-left:2.1vw;
	}
	.support-box-content-right img{
		width: 40vw;
	}
	.support-box-content-form{
		padding-top: 18px;
	}
	.support-box-contact{
		margin: 0 auto;
		width: 47.5vw;
	}
	.support-box-contact div{
		margin-top: -10vw;
		width: 30vw;
	}
	.support-box-contact br{
		display: none;
	}
}

@media screen and (max-width: 680px) {
	.topRight{
	    height: 80px;
	    margin-right: 50%;
	}
	.topLeft{
	    height: 80px;
	    margin-left: 20%;		
	}	
	.support-box{
		width: 261vw;
	    max-width: 100%;
	    padding:0;
	}
	.support-box-content{
		display: block;
	}
	.support-box-content-form{
		padding-top: 18px;
	}
	.support-box h2 {
		font-size: 5.3333vw;
	}
	.support-box h2:before,
	.support-box h2:after{
		width:24vw;
	}
	.support-box-content-right img{
		width: 80vw;
	}
	.support-box-content-left{
		padding: 0 4.6vw;
	}
	.support-box-content-left p{
		padding: 2.1vw 0;
		font-size: 4vw;
	}
	.support-box-content-left p.title{
		font-size: 3.73333vw;
		text-align: center;
		padding: 6.4vw 0 4.8vw;
	}
	.support-box-txt {
		width: 90%;
		margin: 0 auto;
		padding-top: 5.3333vw;
	}
	.support-box-txt p{
		font-size: 3.73333vw;
	}
	.support-box-contact{
		width: 80vw;
		padding: 6.4vw;
		margin: 0 auto;
	}
	.support-box-contact div{
		width: 78vw;
		margin: -17.8vw auto 0 auto;
		padding: 1.8vw 1.8vw;
	}
	.support-box-contact p{
		font-size: 3vw;
	}
	.support-box-contact img{
		vertical-align: top;
	}
	.support-box-contact br{
		display: none;
	}
	.sub-title-senction{
		padding: 0 0 4.8vw;
    	width: 60%;
	}
	.sub-title-senction p {
		font-size: 3.7333vw;
	}
	.support-title{
		margin-top: -15vw;
	}
	.contact-btn{
		width: 100%;
	}
	.support-btn{
		width: 100%;
		margin: 2.1vw auto;
	}
}
