@charset "UTF-8";

/* us-kv ---------------------------------------- */
.us-kv {
	background:url(../img/kv_ph.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* us-contentPlan ---------------------------------------- */
.us-txtR {
	text-align: right;
}

/*
============================================================================
■ PC
============================================================================
*/
@media screen and (min-width:769px) , print {
/* us-contentPlan ---------------------------------------- */
.us-plan02 {
	margin-bottom: 70px;
}
.us-small {
	font-size: 12px;
	margin-bottom: 45px !important;
}
/* us-contentResult ---------------------------------------- */
.us-result02 .us-resultTxt dt {
	letter-spacing: -0.01em;
}
.us-result02 .us-resultTxt dd {
	letter-spacing: -0.01em;
}
}


/*
============================================================================
■ SP
============================================================================
*/
@media screen and (max-width:768px){
/* us-contentPlan ---------------------------------------- */
.us-small {
	font-size: 12px;
	margin-bottom: 20px !important;
}
}