@charset "utf-8";

#main h2#page_ttl{
background:#e6001a;
}

.question_Box {
    margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #DDD;
	display: table;
}

.question_Box h3{
color: #e6001a;
line-height: 1.3em;
display: table;
width: 100%;
font-size: 1.2em;
}

.question_Box h3 span{
padding: 10px;
border-radius: 100%;
background: #e6001a;
color: #FFF;
display: block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
float: left;
font-weight: bold;
font-size: 0.9em;
}

.question_Box p{
clear: both;margin-top: 15px;
display: table;
}

.question_Box p span{
padding: 10px;
border-radius: 100%;
background: #448FDA;
color: #FFF;
display: block;
width: 20px;
height: 20px;
text-align: center;
float: left;
font-weight: bold;
font-size: 1.2em;
}

.question_Box h3 em,
.question_Box p em{
float: right;
width: 92%;
display: block;
font-style: normal;
}

#contact_link a{
	color:#e6001a;
}

#contact_link a:hover{
	color:#DF6668;
}

#contact_tel a{
	color:#9B7B40;
	text-decoration:none;
}

#contact_tel a:hover{
	color:#9B7536;
}

@media screen and (max-width:767px){

.question_Box h3 em,
.question_Box p em{
width: 85%;

}













}
