@charset "UTF-8";

/*======================

養育費無料相談[注意事項]（PC）

========================*/

#title_block:before {
    background-image: url(../images/consultation/title_consultation_icon.png);
}

.inner_box {
	background:#FFF;
	padding:60px 50px;
	width:1000px;
	margin:0 auto;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/*はじめに*/

section.msg{
	padding: 1.0em 0 2.0em;
	font-size: 19px;
}

/*現在お受けできない主なケース*/

section.notes span.red{
	color:#FF0000;
	/*background-color: #DDE747; ロゴaのカラー*/
	background-color: #EBF196;
}

section.notes em{
	/*text-decoration: underline;*/
	/*background-color: #DDE747; ロゴaのカラー*/
	background-color: #EBF196;
}

section.notes h2,
section.notes ul li strong{
	font-weight: bold;
}

section.notes ul {
	padding-left: 1.0em;
}

section.notes ul li{
	margin-top: 1.0em;
}

section.notes ul li{
	list-style-type: square;
}

/*養育費無料相談フォームへ ボタン*/

#entry_btn_block{
	margin-top: 40px;
	text-align: center;
}

#entry_btn_block a {
    display: inline-block;
    background: #F1754E;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
    padding: 10px 20px;
    border-bottom: 4px solid #ca5e3d;
}

#entry_btn_block a:hover {
	border-bottom:0;
	margin-top:4px;
	background: #f36538;
}
