@charset "utf-8";
#fv {
    background: url(/trouble/images/inside_fv_bg.png) no-repeat center top;
}
dl.trouble dt{
	font-weight: bold;
	color: #551a8e;
	border-bottom: 1px solid #551a8e;
	margin: .5em 1em 0 0.8em;
	font-size: 1.2em;
}
dl.trouble dd{
	padding-bottom: 1.5em;
}
@media only screen and (max-width: 768px){
#fv {
    background: none;
}
.col_2.mokuji, .col_2{
    width: 100%;
	border-right: none;
}
dl.trouble dt{
	margin: .5em 0 0 0;
	font-size: 1em;
}
}
@media only screen and (max-width: 480px){
#fv {
    background: none;
}
}