@charset "utf-8";
@media screen and (max-width:768px){



/* table */
table{
	width:90%;
	margin:auto;
	font-size:14px;
	line-height:1.6;
}
table th{
	width:100px;
	height:40px;
	border-bottom:1px solid #315a9e;
}
table td{
	padding:12px 0;
	border-bottom:1px solid #d0bc9b;
}


/* .cont */
.cont{
	padding:30px 0 40px;
}
.cont h2.tit{
	font-size:4.5vw;
}
.cont h2.tit span{
	font-size:2.5vw;
}
.cont a.btn{
	display:block;
	font-size:14px;
	position:relative;
}
.cont a.btn:after{
	content:'';
	display:block;
	width:10px;
	height:10px;
	border-right:1px solid;
	border-bottom:1px solid;
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%) rotate(-45deg);
}


/* #cont1 */
#cont1{
	margin-top:40px;
	background-color:rgba(234,238,245,0.6);
}
#cont1 h2{
	margin-bottom:20px;
}
#cont1 a.btn{
	width:80%;
	max-width:600px;
	line-height:40px;
	margin:30px auto 0;
	color:#fff;
	background-color:#315a9e;
}



}