

/*-------------------------------------------------------------------------------------------*/
/* 01. メインカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
#toppage h1,
.head-title h1,
h2.top-title,
.question h3,
#footer h3,
.company .table2 tr th,
.case .price-list-main li span,
.contact table th,
.copy-title {
	color: #19448e;
}


/*-------- 背景 --------*/
.case h3,
.question h3 span,
.footer-under {
    background: #19448e;
}

/*-------- ボーダー --------*/
h2.top-title {
	border: 3px solid #19448e;
}
.copy-title {
	border: 1px solid #19448e;
}


/*-------------------------------------------------------------------------------------------*/
/* 02. サブカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
.price .table1 tr th {
	color: #f90;
}


/*-------- 背景 --------*/
.head-button,
.button,
.problem .w4,
.demerit li svg,
.step .w25:nth-child(4),
.rely .w4 .number,
.case .w6 .number,
a.zo-masonry-button .face-primary,
#footer a:hover,
#page-top:hover {
    background: #f90;
}


/*-------- ボーダー --------*/



/*-------------------------------------------------------------------------------------------*/
/* 03. リンクカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
a {
    color: #f90;
}

/*-------- 背景 --------*/
input[type=submit] {
    background: #f90;
}

/*-------- ボーダー --------*/
input[type=submit] {
	border: 1px solid #f90;
}



/*-------------------------------------------------------------------------------------------*/
/* 04. リンクホバーカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
a:hover,
a:active {
    color: #19448e;
}


/*-------- 背景 --------*/
input[type=submit]:hover {
    background: #19448e;
}


/*-------- ボーダー --------*/
input[type=submit]:hover {
	border: 1px solid #19448e;
}
