*{
	margin:0;
	padding:0;
}
html,body{
	height: auto;
	min-height: 90%;
	padding: 0px;
	margin: 0px;
}
a,button,input,div{
	-webkit-tap-highlight-color:rgba(255,0,0,0);
	outline:none;
}
div,img{
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
input:hover{
	border: none;
}
.hiddenbox{
	display: none;
}
.titlebox{
	width: 100%;
	height: 16vw;
	line-height: 16vw;
	position: fixed;
	left: 0px;
	top: 0rem;
	z-index: 1000;
	text-align: center;
	color:white;
	background: linear-gradient(to right, #1B5CD8, #003CBF);
	font-weight:400;
	font-size:1rem;
}
.mainboxs{
	width: 92vw;
	height:auto;
	background-color: transparent;
	margin-left:4vw;
	margin-top: 20vw;
	margin-bottom:22vw;
}
.combody{
	background-color: #F5F5F5;
	opacity: 0;
}
.combodyx{
	background-color: #F5F5F5;
}
.box_1{
	width: 100%;
	height:auto;
	background-color:#FFFFFF;
	border-radius:2vw;
	margin-bottom: 4vw;
}
.box_1_1{
	width:84vw;
	height:auto;
	margin-left:4vw;
	padding-top:4vw;
	padding-bottom:4vw;
	font-size: 0.8rem;
	line-height:1rem;
	font-weight:300;
}
.box_1_1_1{
	width: 100%;
	height:5rem;
}
img,image{
	max-width: 100%;
}
@media (min-width: 1080px) {
    /*769~+∞*/
    body {
        width:60vw;
        margin-left:20vw;
    }
    .titlebox{
    	width:60vw;
        left:20vw;
		height: 5.3vw;
		line-height: 5.3vw;
    }
	.mainboxs{
		width: 56vw;
		height:auto;
		background-color: transparent;
		margin-left:2vw;
		margin-top: 7vw;
		margin-bottom:7vw;
	}
	.box_1{
		width: 100%;
		height:auto;
		background-color:#FFFFFF;
		border-radius:0.7vw;
		margin-bottom: 1.3vw;
	}
	.box_1_1{
		width:53vw;
		height:auto;
		margin-left:1.5vw;
		padding-top:1.5vw;
		padding-bottom:1.5vw;
		font-size: 0.8rem;
		line-height:1rem;
		font-weight:300;
	}
}
@media (min-width: 1080px) {
    /*769~+∞*/
    body {
        width:33vw;
        margin-left:33vw;
    }
    .titlebox{
    	width:33vw;
        left:33vw;
		height: 5.3vw;
		line-height: 5.3vw;
    }
	.mainboxs{
		width: 30vw;
		height:auto;
		background-color: transparent;
		margin-left:1.5vw;
		margin-top: 7vw;
		margin-bottom:7vw;
	}
	.box_1{
		width: 100%;
		height:auto;
		background-color:#FFFFFF;
		border-radius:0.7vw;
		margin-bottom: 1.3vw;
	}
	.box_1_1{
		width:28vw;
		height:auto;
		margin-left:1.5vw;
		padding-top:1.5vw;
		padding-bottom:1.5vw;
		font-size: 0.8rem;
		line-height:1rem;
		font-weight:300;
	}
}