@charset "utf-8";


#asct {
	width: 100%;
	margin:4.2% auto 5%;
}

.page-title_bg {
	margin: 0 0 5%;
	width: 100%;
	padding: 3% 0;
	position: relative;
	/*border-bottom: 1px solid #002982;*/
}

.page-title {
	width: 52.08333%;
	margin: 0 auto;
}

.page-title img{
	width:100%;
}

#asct .sec01 {
	width: 48.9583%;
	margin: 0 auto;
	font-size: 1vw;
	line-height: 180%;
}

.asct-midasi{
	font-size:1.4vw;
	font-weight: bold;
	color: #000055;
	line-height: 180%;
	margin-bottom: 3%;
	text-align: center;
}

.asct-txt01 {
	font-size: 1vw;
	line-height: 160%;
}

.asct-txt01 table {
	width: 100%;
	border: 1px solid #ccc;
}

.asct-txt01 table th {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em;
	width: 28%;
}

.asct-txt01 table td {
	border: 1px solid #ccc;
	padding: 0.5em;
}

/* ========================================================================================================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　ipad
=========================================================================================================================================================================================== */
@media only screen and (max-width: 1024px) { 

}


/* =============================================================================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　スマホ
========================================================================================================================================================================== */
@media only screen and (max-width: 699px) {
	#asct .sec01 {
		width: 90%;
		margin: 0 auto;
		font-size: 16px;
	}
	
	.asct-midasi{
		font-size: 16px;
	}
	
	.asct-txt01 {
		font-size: 13px;
	}
	
	.asct-txt01 table th {
		width: 38%;
		padding: 5px;
	}
}