@charset "utf-8";
/* CSS Document */

/* 交通事故治療設定 */

@media print,screen and (min-width: 768px){

/* PC用設定 */

.article {
	margin-bottom:60px;
}
.article dt {
	float:right;
	width:580px;
	text-align:right;
}
.article dt img {
	border-radius:15px;
}
.article dd {
	float:left;
	width:500px;
}

#flow li {
	width:344px;
	float:left;
	margin-top:60px;
}
#flow li img {
	border-radius:13px;
}
#flow li h3 {
	color:#92b306;
	text-align:center;
	margin-top:1.5em;
	margin-bottom:1em;
	font-size: 20px;
	line-height: 1em;
}
#flow li p {
	line-height: 1.6em;
}
#flow li .flow_no {
	position: absolute;
	margin-top:-34px;
}
#flow li:nth-child(3n-1) {
	margin-left:64px;
	margin-right:64px;
}
#flow li:nth-child(3n+1) {
	clear:both;
}

}
@media screen and (max-width: 767px){

/* スマホ用設定 */

.article {
	margin-bottom: 30px;
}
.article dt {
	float:none;
	width:auto;
}
.article dt img {
	width:80%;
	border-radius:10px;
	display: block;
	margin: 0px auto;
	margin-bottom:20px;
}
.article dd {
	float:none;
	width:auto;
}

#flo {
	margin-top: -60px;
	padding-top: 60px;
}
#flow li {
	width:48.5%;
	float:left;
	margin-top:25px;
}
#flow li img {
	border-radius:8px;
	width:100%;
}
#flow li h3 {
	color:#92b306;
	text-align:center;
	margin-top:1em;
	margin-bottom:0.7em;
	font-size: 15px;
	line-height: 1.3em;
}
#flow li p {
	line-height: 1.6em;
}
#flow li p {
	line-height: 1.6em;
}
#flow li .flow_no {
	position: absolute;
	margin-top:-17px;
	width:46%;
}
#flow li:nth-child(even) {
	float:right;
}
#flow li:nth-child(odd) {
	clear:both;
}
#flow li:nth-child(2) h3,
#flow li:nth-child(3) h3 {
	padding-bottom:1.3em;
}

}
