
.sokuhou-box{
	height:inherit;
	background: #ffffff;
}
.sokuhou-box ul {
	list-style:none;
	padding:0px 20px 10px;
}
.sokuhou-box ul li {
    background: url(./images/jisseki_daiichi.png) no-repeat 0 10px;
    padding-left: 90px;
    padding-top: 15px;
   	padding-bottom: 15px;
    border-bottom: 1.5px dashed #999;
    color: #000;
}
.sokuhou-box ul li .col {
	height:55px;
	vertical-align: middle !important;
}
.sokuhou-box ul li .col p {
	line-height: 40px;
		font-weight:bold;

}
.w100 {
	width:100px;
}
.jisseki_gakkou{
	display: inline-block;
}
.point {
	color:#FA0006;
	font-weight:bold;
	font-size:20px;
	animation: flash 1s infinite linear;
	-webkit-animation: flash 1s infinite linear;
	-moz-animation: flash 1s infinite linear;
}
@keyframes flash {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
@-webkit-keyframes flash {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
@-moz-keyframes flash {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
.point span {
	font-size:16px;
	color:#FA0006;
}
.point:after {
	content:url(images/jisseki_arrow.png);
	position: relative;
    top: 2px;
    left:5px;
}
.area {
	background:#F64850;
	color:#fff;
	display:inline-block;
	padding:0 20px;
	border-radius:3px;
	float:right;
	
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
.sokuhou-box ul li {
    background: url(./images/jisseki_daiichi.png) no-repeat 5px 10px/50px;
    padding-left: 60px;
}
.sokuhou-box ul li .col {
	height:100%;
}
.jisseki_gakkou{
	display: inline-block;
	font-size:0.9em;
	line-height: 2.6em !important;
}
.area {
	display: inline-block;
	float: right;
	margin-top: 5px;
	font-size:0.7em;
	padding: 3px 8px;
}
.point {
	position:absolute;
	left:90px;
	top:-34px;
}
.sokuhou-box ul li .col p {
	line-height:1.8em;
	font-weight:bold;
}
.sokuhou-box ul {
    list-style: none;
    padding: 10px 10px;
}
.sokuhou-box ul li {
   	padding-bottom: 10px;
   	padding-top: 10px;
}

}
