@charset "UTF-8";
/* CSS Document */

form ul li{
	margin-bottom: 5px;
}

.formBox{
	margin: 0 auto 30px;
	max-width: 800px;
	width: 100%;
	text-align: center;
}
.formBox dt{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.formBox dt span{
	background:  -prefix-linear-gradient(transparent 70%, #fff38a 0%);
	background: linear-gradient(transparent 70%, #fff38a 0%);
}
.formBox dd p a{
	text-decoration: underline;
}


.fltList {
    margin-top: 5px;
}



/*SP*/
@media only screen and (max-width: 800px) {

.bscTbl01 table th,
.bscTbl01 table td {
	font-size: 1.5rem;
}

.formBox dt{
	font-size: 1.8rem;
}




}
/*/*/