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

/* 交通事故治療ページ設定 */

@media print,screen and (min-width: 768px){
/* PC用設定 */
#contents #jiko {}
#contents #jiko dl {
	padding-top:30px;
	padding-bottom:40px;
}
#contents #jiko dt {
	float:right;
	width:300px;
	margin-left:40px;
	margin-bottom:20px;
}
#contents #jiko dt img {
	width:100%;
	border-radius:12px;
}
#contents #jiko dd {}
#contents #jiko dd p{
	margin-bottom:1em;
}
/* 交通事故治療の流れ */
#contents #flow {
	padding-bottom:60px;
}
#contents #flow ul {
	position:relative;
	padding-top:10px;
}
#contents #flow li {
	width:48.5%;
	float:left;
	margin-bottom:20px;
}
#contents #flow li img {
	border-radius:12px;
	width:100%;
}
#contents #flow li h3 {
	color:#71AF43;
	text-align:center;
	margin-top:1em;
	margin-bottom:0.7em;
	font-size: 21px;
	line-height: 1.3em;
	text-shadow:1px 1px 1px #FFF;
}
#contents #flow li p {
	line-height: 1.6em;
}
#contents #flow li p {
	line-height: 1.6em;
}
#contents #flow li:before {
	content: '1';
	padding:0.4em 0.6em;
	position: absolute;
	margin-left:10px;
	margin-top:10px;
	background-color: #FBC600;
	font-weight: bold;
	color: #FFF;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	border-radius: 50%;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
#contents #flow li:nth-child(even) {
	float:right;
}
#contents #flow li:nth-child(odd) {
	clear:both;
}
#contents #flow li:nth-child(2):before { content: '2'; }
#contents #flow li:nth-child(3):before { content: '3'; }
#contents #flow li:nth-child(4):before { content: '4'; }
#contents #flow li:nth-child(5):before { content: '5'; }
#contents #flow li:nth-child(6):before { content: '6'; }
#contents #flow li:nth-child(7):before { content: '7'; }
#contents #flow li:nth-child(8):before { content: '8'; }
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #jiko {
	padding-top:15px;
}
#contents #jiko dl {
	padding-top:0px;
	padding-bottom:30px;
}
#contents #jiko dt {
	float:none;
	width:80%;
	margin:0px auto;
	margin-bottom:20px;
}
#contents #jiko dt img {
	width:100%;
	border-radius:8px;
}
#contents #jiko dd {}
#contents #jiko dd p{
	margin-bottom:1em;
}
/* 交通事故治療の流れ */
#contents #flow {
	padding-bottom:20px;
}
#contents #flow ul {
	position:relative;
	padding-top:5px;
}
#contents #flow li {
	width:48.5%;
	float:left;
	margin-bottom:15px;
}
#contents #flow li img {
	border-radius:8px;
	width:100%;
}
#contents #flow li h3 {
	color:#71AF43;
	text-align:center;
	margin-top:1em;
	margin-bottom:0.7em;
	font-size: 15px;
	line-height: 1.3em;
	text-shadow:1px 1px 1px #FFF;
}
#contents #flow li p {
	line-height: 1.6em;
}
#contents #flow li p {
	line-height: 1.6em;
}
#contents #flow li:before {
	content: '1';
	padding:0.4em 0.6em;
	position: absolute;
	margin-left:5px;
	margin-top:5px;
	background-color: #FBC600;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	border-radius: 50%;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
#contents #flow li:nth-child(even) {
	float:right;
}
#contents #flow li:nth-child(odd) {
	clear:both;
}
#contents #flow li:nth-child(2):before { content: '2'; }
#contents #flow li:nth-child(3):before { content: '3'; }
#contents #flow li:nth-child(4):before { content: '4'; }
#contents #flow li:nth-child(5):before { content: '5'; }
#contents #flow li:nth-child(6):before { content: '6'; }
#contents #flow li:nth-child(7):before { content: '7'; }
#contents #flow li:nth-child(8):before { content: '8'; }
}
