@charset "utf-8";

/*=========================================================== */
/* Common Setteing
============================================================= */
body {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 500;
	font-family: "メイリオ", sans-serif;
}
/* Link Color */
a:link {
	color: #1a0dab;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:visited {	color: #1a0dab; text-decoration: underline;}
a:hover { text-decoration: none; opacity: 0.6;}
a:active { text-decoration: none;}
/* bottom space fix for img */
img { vertical-align: bottom; }


/*=========================================================== */
/* clearfix
============================================================= */
/* Modern browsers like Firefox, Safari, Opera */
.cfx:after {
	display: block;
	height: 0;
	content: ".";
	clear: both;
	visibility: hidden;
}
/* IE 7 and MacIE*/
.cfx {　display: inline-block;}

/* Hides from IE-mac \*/
* html .cfx {　height: 1%;}
.cfx {	display: block;}
/* End hide from IE-mac */


/*=========================================================== */
/* pankz
============================================================= */
.pankz {
	width: 1180px;
	margin: 20px auto;
}
.pankz ol li {
	display: inline;
}
.pankz ol li a {
	color: #001993;
	font-weight: bold;
	text-decoration: none;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	.pankz {
		position: relative;
		width: auto;
		margin: 0;
		padding: 10px 10px 0;
		z-index: 999;
	 }
	.pankz ol li {
		display: inline;
	}
}


/*=========================================================== */
/* container
============================================================= */
#container {
	position: relative;
	min-width: 1220px;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#container {
		width: auto;
		min-width: 320px;
	}
}


/*=========================================================== */
/* header
============================================================= */
#header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1220px;
	background: #fff;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#header {
		height: auto;
		min-width: 320px;
	}
}


/* lead
------------------------------------------------------------- */
#header .lead {
	min-width: 1180px;
	margin: 0 auto;
	background: #001993;
}
#header .lead h1,
#header .lead p {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
	padding: 5px 0;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#header .lead {
		min-width: 100%;
		box-sizing: border-box;
	}
	#header .lead h1,
	#header .lead p {
		width: 100%;
		min-width: 100%;
		padding: 5px 20px;
	}
}


/* logo
------------------------------------------------------------- */
#header .logo {
	height: 66px;
}
#header .logo a {
	display: table-cell;
	height: 66px;
	vertical-align: middle;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#header .logo {
		height: auto;
		padding: 10px 0 5px;
	}
	#header .logo a {
		display: block;
		height: auto;
		text-align: center;
	}
}


/* contacts
------------------------------------------------------------- */
#contacts {
	margin: 13px 0;
	font-size: 12px;
}
a.tel_link {
	float: left;
	margin: 3px 0;
	padding-left: 30px;
	color: #ff9900;
	font-weight: bold;
	font-size: 32px;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.1;
	background: url(../img/tel.png) left 2px no-repeat;
	background-size: 25px;
}
#contacts dl {
	float: left;
}
#contacts dl,
#sp_contacts dl {
    margin: 0 20px;
    line-height: 1.1;
}
#contacts dl dt,
#sp_contacts dl dt {
	clear: both;
	float: left;
	width: 57px;
	padding-top: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
}
#contacts dl dt:first-child,
#sp_contacts dl dt:first-child {
	margin-bottom: 5px;
}
#contacts dl dd,
#sp_contacts dl dd {
	float: left;
	margin-left: 10px;
	padding: 2px 0;
}
#contacts .btn {
	font-size: 12px;
	background: #ffbb33;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#contacts {
		margin: 0 0 10px 0;
		text-align: center;
	}
	#contacts a.tel_link {
		display: none;
	}
	a.tel_link {
		float: none;
	}
	#contacts dl {
		display: none;
	}
	#contacts .btn {
		clear: both;
		width: 100%;
		margin-left: 0;
	}
}


/* header navi
------------------------------------------------------------- */
#headnav {
	height: 60px;
	clear: both;
	border-top: 1px dashed #555;
}
#headnav span {
	display: none;
}
#headnav ul {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
#headnav ul li {
	float: left;
	width: 195px;
	margin-left: 2px;
	padding: 15px 0;
	text-align: center;
}
#headnav ul li:first-child {
	margin-left: 0;
}
#headnav ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
	color: #001993;
	text-align: center;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#headnav ul li a:hover {
	opacity: 1;
	background: url(../img/gnav_line.png) center bottom no-repeat;
	background-size: 50px 2px;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#headnav {
		height: 46px;
		width: 100%;
		min-width: 320px;
		border-bottom: 1px dashed #555;
		text-align: left;
	}
	#headnav span {
		display: block;
		padding: 10px 0 14px;
		text-align: center;
	}
	#headnav ul {
		display: none;
		width: 100%;
		min-width: 100%;
		padding: 10px 20px 20px;
		border-top: 1px solid #f4f4f4;
	 	background: rgba(49,178,221,.9);
	 	box-sizing: border-box;
	}
	#headnav ul li {
		width: 48%;
		margin-left: 4%;
		padding: 0;
		border-bottom: 1px solid #f4f4f4;
		box-sizing: border-box;
	}
	#headnav ul li:nth-child(odd) {
		margin-left: 0;
	}
	#headnav ul li a {
		color: #fff;
		padding: 15px 5px;
		font-size: 12px;
		text-decoration: none;
		text-align: left;
	}
}


/* sp_contacts
------------------------------------------------------------- */
#sp_contacts {
	display: none;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#sp_contacts {
		display: block;
		padding: 10px 20px 0;
		overflow: hidden;
		font-size: 12px;
		text-align: center;
	}
	#sp_contacts a.tel_link {
		display: table;
		margin: 0 auto;
		font-size: 28px;
	}
	#sp_contacts dl {
		display: inline-block;
		margin: 5px auto;
		overflow: hidden;
	}
}


/* splash
------------------------------------------------------------- */
#splash {
	height: 100px;
	background-image: url(../img/splash_default_02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #001993;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	body #splash {
		height: auto;
		padding-top: 170px;
		background-position: center top;
		background-size: auto 170px;
	}
	#splash .inr {
		height: auto;
	}
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#splash .inr {
		position: static;
		width: auto;
		min-width: 320px;
		padding: 0;
	}
}


/* catch copy
------------------------------------------------------------- */
#catch {
	display: table-cell;
	height: 100px;
	color: #001993;
	vertical-align: middle;
}
#catch p,
#catch h1 {
	font-weight: normal;
	font-size: 16px;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#catch {
		position: static;
		height: auto;
		padding: 20px;
		color: #fff;
	}
	#catch p,
	#catch h1 {
		margin-bottom: 0;
		font-size: 130%;
	}

}



/* contents layout
------------------------------------------------------------- */
#contents {
	position: relative;
	margin: 0 auto;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#contents {
		width: auto;
		min-width: 320px;
	}
	#main {
		float: none;
		width: auto;
	}
	#side {
		float: none;
		width: auto;
		margin-top: 10px;
	}
}


/* frame : main area
------------------------------------------------------------- */
#main .mfrm .bg {
	padding: 80px 0;
}
#main .mfrm .mhead {
	color: #001993;
	font-size: 28px;
	text-align: center;
	line-height: 1;
}
#main .mfrm .mhead h2 {
	display: inline-block;
	padding: 10px 5px;
	border-bottom: 1px dashed #001993;
	font-weight: normal;
}


@media only screen and (min-width: 0px) and (max-width:480px) {
	#main .mfrm .bg {
		padding: 40px 0;
		background-position: center 30px;
	}
	#main .mfrm .mhead {
		font-size: 22px;
		line-height: 1.3;
	}
}


/* field_link
------------------------------------------------------------- */
#field_link {
	padding-top: 0 !important;
	margin-top:  0 !important;
}
#main #field_link .bg {
	padding: 0 0 60px;
	background-image: none;
}
#field_link .mbody {
	padding-top: 80px;
	border-top: 1px solid #ccc;
}
#field_link li {
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#field_link li:last-child {
	margin-right: 0;
}
#field_link li a {
	display: block;
	padding: 20px 30px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #ef8c3a
	url(../img/blt_rarr_gy.png);
	background-position: 20px center;
	background-repeat:  no-repeat;
	background-size: 6px 10px;
	box-sizing: border-box;
}
#field_link li.sub a {
	font-weight: normal;
	background-color: #b9927b;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#main #field_link .bg {
		padding: 0 0 20px;
	}
	#field_link .mbody {
		padding-top: 40px;
	}
	#field_link li {
		width: 46%;
	}
	#field_link li:nth-child(even) {
		margin-right: 0;
	}
}


/* caseexample
------------------------------------------------------------- */
#caseexample .bg {
	background-color: #e7f0f2;
}
#caseexample .mbody ul li {
	float: left;
	overflow: hidden;
	width: 380px;
	height: 90px;
	margin: 40px 0 0 20px;
}
#caseexample .mbody ul li:nth-child(1),
#caseexample .mbody ul li:nth-child(4) {
	margin: 40px 0 0 0;
}

#caseexample .mbody ul li img {
	float: left;
	margin-right: 10px;
}
#caseexample .mbody ul li p {
	font-size: 14px;
}
#caseexample .mbody ul li a {
	color: #464646;
	font-weight: normal;
	font-size: 20px;
}
#caseexample .mbody ul li a:hover,
#caseexample .mbody ul li img:hover {
	opacity: 0.5;
}


@media only screen and (min-width: 0px) and (max-width:480px) {
	#caseexample .mbody ul {
		width: auto;
		margin-left: 0;
	}
	#caseexample .mbody ul li {
		float: none;
		overflow: hidden;
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
	}
	#caseexample .mbody ul li:nth-child(1),
	#caseexample .mbody ul li:nth-child(4) {
		margin: 20px 0 0 0;
	}
	#caseexample .mbody ul li a {
		font-size: 18px;
	}
}


/* popular
------------------------------------------------------------- */
#popular .mbody ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#popular .mbody ul li {
	width: 50%;
	padding: 1em 0 0 1em;
	box-sizing: border-box;
}
#popular .mbody ul li:nth-child(n + 3) {
	width: 33.33%;
}
#popular .mbody ul li:nth-child(1),
#popular .mbody ul li:nth-child(3) {
	padding-left: 0;
}
#popular .mbody ul li a {
	display: block;
	margin: 0;
	padding: 1em;
	font-weight: bold;
	font-size: 18px;
	color: #001993;
	background: #fff;
	text-align: center;
	text-decoration: none;
	border: 5px solid #e7f0f2;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#popular .mbody ul {
		flex-direction: column;
	}
	#popular .mbody ul li,
	#popular .mbody ul li:nth-child(n + 3) {
		width: 100%;
		padding-left: 0;
	}
}


/* keyword
------------------------------------------------------------- */
#keyword .mbody div {
	float: left;
	width: 380px;
	margin: 40px 0 0 20px;
	padding: 20px;
	background: #001993;
	box-sizing: border-box;
}
#keyword .mbody div:nth-child(1),
#keyword .mbody div:nth-child(4) {
	margin: 40px 0 0 0;
}
#keyword .mbody h3 {
	margin-bottom: 20px;
	color: #fff;font-weight: normal;
	font-size: 20px;
	text-align: center;
}
#keyword .mbody ul li {
	padding-left: 15px;
	background: url(../img/blt_rtri_gy.png) left center no-repeat;
	background-size: 4px;
}
#keyword .mbody ul li a {
	color: #fff;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#keyword .mbody div {
		width: 100%;
		margin: 20px 0 0 0;
	}
	#keyword .mbody div:nth-child(1),
	#keyword .mbody div:nth-child(4) {
		margin: 20px 0 0 0;
	}
	#keyword .mbody h3 {
		font-size: 18px;
	}
}


/* keyword_list
------------------------------------------------------------- */
#keyword_list {
	position: relative;
	z-index: 10;
}
#keyword_list .mbody li {
	float: left;
	width: 580px;
	margin-top: 40px;
}
#keyword_list .mbody li:nth-child(odd) {
	margin-right: 20px;
}
#keyword_list .mbody li a {
	color: #555;
}
#keyword_list .mbody img {
	float: left;
	margin-right: 10px;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#keyword_list .mbody li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	#keyword_list .mbody li:nth-child(odd) {
		margin-right: 0;
	}
}


/* keyword_none
------------------------------------------------------------- */
#keyword_none .mbody {
	margin-top: 40px;
	text-align: center;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#keyword_none .mbody {
		margin-top: 20px;
	}
}

/* category_key
------------------------------------------------------------- */
.category_key {
	width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.category_key .bg {
	padding: 40px 0 80px !important;
	border-top: 1px solid #ccc;
}
.category_key .inr {
	padding: 0;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	.category_key {
		width: 100%;
	}
	.category_key .bg {
		padding: 20px 0 40px !important;
	}
}

/* page top
------------------------------------------------------------- */
#pagetop {
	position: fixed;
	z-index: 1000;
	right: 10px;
	bottom: 100px;
}
#pagetop a {
	display: block;
	width: 45px;
	height: 0;
	overflow: hidden;
	padding-top: 45px;
	background-image: url(../img/pagetop.png);
	background-repeat: no-repeat;
	background-size: 45px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#pagetop {
		bottom: 10px;
	}
}


/* privacypolicy
------------------------------------------------------------- */
#privacypolicy .mbody {
	margin-top: 40px;
}


/* footer
------------------------------------------------------------- */
#footer {
	color: #fff;
	background-color: #001993;
}

#footer .lead {
	min-width: 1180px;
	border-bottom: 1px solid #fff;
}
#footer .lead p {
	width: 1180px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 12px;
}
#footer .lead strong {
	font-weight: normal;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#footer .lead {
		min-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#footer .lead p {
		width: 100%;
	}
}


/* footer navi
------------------------------------------------------------- */
#footnav {
	padding: 20px 0;
	overflow: hidden;
}
#footnav nav {
	float: left;
}
#footnav nav ul {
}
#footnav nav ul li {
	float: left;
	padding-left: 20px;
}
#footnav nav ul li:first-child {
	padding-left: 0;
}
#footnav nav ul li a {
	text-decoration: none;
	color: #fff;
}
#footnav nav ul li a:hover,
#footnav nav ul li a:active {
	text-decoration: underline;
}
#footnav .copyright {
	float: right;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#footnav {
		width: 100%;
		min-width: 300px;
		padding: 20px 20px 10px;
	}
	#footnav nav {
		float: none;
		width: 100%;
	}
	#footnav nav ul {
		overflow: hidden;
	}
	#footnav .copyright {
		float: none;
		margin-top: 20px;
		clear: both;
	}
}


/* inquiry_02
------------------------------------------------------------- */
html,body {
	height: 100%;
}
#container {
	min-height: 100%;
	padding-bottom: 90px;
	box-sizing: border-box;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
body.double .inq_wrap {
	padding-right: 0 !important;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#container {
		padding-bottom: 0;
	}
	#footer {
		position: static;
	}
}


/* 1 > index.html
------------------------------------------------------------- */
#mfrm .mbody {
	margin-top: 40px;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#mfrm .mbody {
		margin-top: 20px;
	}
}
#field .mbody div p .btn {
	padding: 10px 85px 11px;
 }


 /* jikoqa
------------------------------------------------------------- */
#jikoqa .qa_index h3 {
	margin: 40px 0 20px;
	padding: 0.5em;
	font-weight: normal;
	font-size: 18px;
	color: #001993;
	background: #e7f0f2;
}
#jikoqa .qa_index ol {
	padding-left: 2em;
	list-style: decimal;
}
#jikoqa .qa_index ol li + li {
	margin-top: 0.5em;
}
#jikoqa .qa_index ol li a {
	color: #ff9900;
}
#jikoqa .qa_detail {
	margin-top: 40px;
}
#jikoqa .qa_detail li + li {
	margin-top: 2em;
}
#jikoqa .qa_detail li h4 {
	position: relative;
	margin-bottom: 1em;
	padding-left: 1.5em;
	border-bottom: 2px solid #001993;
	font-size: 18px;
	color: #001993;
	box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 1px -1px rgba(0,0,0,0.2);
}
#jikoqa .qa_detail li h4:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "Q";
	font-size: 24px;
}
#jikoqa .qa_detail li .txt_box {
	position: relative;
	margin: 1em 0;
	padding-left: 2em;
}
#jikoqa .qa_detail li .txt_box:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "A";
	font-weight: bold;
	font-size: 24px;
	color: #ff9900;
}
#jikoqa .qa_detail li .txt_box p {
	padding: 1em;
	font-size: 14px;
	background: rgba(255, 153, 0, 0.1);
}
#jikoqa .qa_footer {
	margin-top: 40px;
}


 /* hyoukason
------------------------------------------------------------- */
#hyoukason .blue {
	color: #0000ff;
}
#hyoukason .hyoukason_about h3 {
	margin: 40px 0 20px;
	padding: 0.5em;
	font-weight: normal;
	font-size: 18px;
	color: #001993;
	background: #e7f0f2;
}
#hyoukason .hyoukason_detail h4 {
	margin: 2em 0 1em;
	padding: 0.5em;
	border: 2px solid #e7f0f2;
	color: #001993;
}
#hyoukason .hyoukason_detail h4:before {
	display: inline-block;
	width: 2px;
	height: 1.5em;
	vertical-align: text-bottom;
	margin-right: 0.5em;
	content: "";
	box-sizing: border-box;
	background: #001993;
}
#hyoukason .hyoukason_footer {
	margin-top: 40px;
}


 /* standard
------------------------------------------------------------- */
#standard .blue {
	color: #0000ff;
}
#standard .red {
	color: #ff6600;
}
#standard .on_bg {
	margin: 1em 0;
	padding: 1em;
	font-size: 14px;
	background: rgba(255, 153, 0, 0.1);
}
#standard .on_border {
	padding: 0.5em;
	border: 1px solid #ccc;
}
#standard .on_border strong {
	display: inline-block;
	margin-bottom: 0.5em;
}
#standard h3 {
	margin: 40px 0 20px;
	padding: 0.5em;
	font-weight: normal;
	font-size: 18px;
	color: #001993;
	background: #e7f0f2;
}
#standard h4 {
	margin: 2em 0 1em;
	padding: 0.5em;
	border: 2px solid #e7f0f2;
	color: #001993;
}
#standard h4:before {
	display: inline-block;
	width: 2px;
	height: 1.5em;
	vertical-align: text-bottom;
	margin-right: 0.5em;
	content: "";
	box-sizing: border-box;
	background: #001993;
}
#standard ol {
	margin: 1em 0;
	padding-left: 2em;
	list-style: decimal;
}
#standard .standard_detail ul li ul li {
	border: 1px solid #ccc;
}
#standard .standard_detail ul li ul li + li {
	margin-top: 1em;
}
#standard .standard_detail ul li ul li h5 {
	margin: 0;
	padding: 0.5em;
	font-size: 14px;
	background: #efefef;
}
#standard .standard_detail ul li ul li p {
	padding: 0.5em;
}
#standard .standard_detail ul li table {
	width: 100%;
	margin: 1em 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
#standard .standard_detail ul li table th {
	padding: 0.5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background: #efefef;
}
#standard .standard_detail ul li table td {
	padding: 0.5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#standard .standard_detail ul li .flex_box {
	display: flex;
	margin: 1em 0;
}
#standard .standard_detail ul li .flex_box > div {
	width: 50%;
}
#standard .standard_detail ul li .flex_box h5 {
	margin: 1em 0;
}
#standard .standard_detail ul li .flex_box img {
	max-width: 100%;
	height: auto;
}
#standard .standard_footer {
	margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#standard .standard_detail ul li table.hikaku_index th {
		width: 25%;
	}
	#standard .standard_detail ul li .flex_box {
		display: block;
	}
	#standard .standard_detail ul li .flex_box > div {
		width: 100%;
	}
}


 /* accidentcase
------------------------------------------------------------- */
#accidentcase .blue {
	color: #0000ff;
}
#accidentcase .red {
	color: #ff6600;
}
#accidentcase .on_bg {
	margin: 1em 0;
	padding: 1em;
	font-size: 14px;
	background: rgba(255, 153, 0, 0.1);
}
#accidentcase .on_border {
	padding: 0.5em;
	border: 1px solid #ccc;
}
#accidentcase .on_border strong {
	display: inline-block;
	margin-bottom: 0.5em;
}
#accidentcase h3 {
	margin: 40px 0 20px;
	padding: 0.5em;
	font-weight: normal;
	font-size: 18px;
	color: #001993;
	background: #e7f0f2;
}
#accidentcase h4 {
	margin: 2em 0 1em;
	padding: 0.5em;
	border: 2px solid #e7f0f2;
	color: #001993;
}
#accidentcase h4:before {
	display: inline-block;
	width: 2px;
	height: 1.5em;
	vertical-align: text-bottom;
	margin-right: 0.5em;
	content: "";
	box-sizing: border-box;
	background: #001993;
}
#accidentcase ol {
	margin: 1em 0;
	padding-left: 2em;
	list-style: decimal;
}
#accidentcase .flex_box {
	display: flex;
	width: 100%;
	margin: 0 0 1em 0;
}
#accidentcase .flex_box > div {
	width: 49%;
}
#accidentcase .flex_box > div:first-of-type {
	margin-right: 2%;	
}
#accidentcase .accidentcase_detail ul li {
	border: 1px solid #ccc;
}
#accidentcase .accidentcase_detail ul li + li {
	margin-top: 1em;
}
#accidentcase .accidentcase_detail ul li h5 {
	margin: 0;
	padding: 0.5em;
	font-size: 14px;
	background: #efefef;
}
#accidentcase .accidentcase_detail ul li p {
	padding: 0.5em;
}
#accidentcase .accidentcase_detail ul li .on_bg {
	margin: 1em;
}
#accidentcase .accidentcase_detail table {
	width: 100%;
	margin: 1em 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
#accidentcase .accidentcase_detail table th {
	padding: 0.5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background: #efefef;
}
#accidentcase .accidentcase_detail table td {
		padding: 0.5em;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
}
#accidentcase .accidentcase_footer {
	margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#accidentcase .flex_box {
		display: block;
		width: 100%;
	}
	#accidentcase .flex_box > div {
		width: 100%;
	}
}


 /* accidentindex
------------------------------------------------------------- */
#accidentindex {
	text-align: center;
}
#accidentindex .accidentindex_header {
	margin-top: 40px;
}
#accidentindex .accidentindex_header .flex_box {
	display: flex;
	width: 960px;
	margin: 1em auto;
}
#accidentindex .accidentindex_header .flex_box > li {
	width: 32%;
	margin-left: 2%;
}
#accidentindex .accidentindex_header .flex_box > li:first-of-type {
	margin-left: 0;
}
#accidentindex .accidentindex_header .flex_box > li img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
}
#accidentindex .accidentindex_header .flex_box h4 {
	margin: 1em 0 0.5em;
	font-size: 16px;
	text-align: left;
}
#accidentindex .accidentindex_header .flex_box p {
	text-align: left;
}
#accidentindex .accidentindex_header .main_banner {
	position: relative;
	width: 960px;
	height: 640px;
	margin: 1em auto;
	box-sizing: border-box;
}
#accidentindex .accidentindex_header .main_banner img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#accidentindex .accidentindex_header .main_banner p {
	position: relative;
	top: 200px;
	right: 75px;
	bottom: 200px;
	left: 75px;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	z-index: 2;
}
#accidentindex .accidentindex_header .main_banner p small {
	font-size: 16px;
}
#accidentindex .accidentindex_header p.comment {
	width: 960px;
	margin: 1em auto;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
#accidentindex .accidentindex_detail {
	width: 800px;
	margin: 0 auto;
}
#accidentindex .accidentindex_detail div + div {
	margin: 1em 0;
}
#accidentindex .accidentindex_detail div img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#accidentindex img {
		max-width: 100%;
		height: auto;
	}
	#accidentindex .accidentindex_header .flex_box {
		display: block;
		width: 100%;
	}
	#accidentindex .accidentindex_header .flex_box p {
		font-size: 12px;
		letter-spacing: -.5px;
	}
	#accidentindex .accidentindex_header .flex_box > li {
		width: 100%;
		margin-left: 0;
	}
	#accidentindex .accidentindex_header .flex_box > li:after {
		display: block;
		clear: both;
		content: "";
	}
	#accidentindex .accidentindex_header .flex_box > li img {
		float: left;
		width: 100px;
		height: auto;
		margin-right: 1em;
	}
	#accidentindex .accidentindex_header .main_banner {
		width: 100%;
		height: auto;
		margin: 1em auto;
		box-sizing: border-box;
		background-size: cover;
	}
	#accidentindex .accidentindex_header .main_banner img {
		position: static;
	}
	#accidentindex .accidentindex_header .main_banner p {
		position: static;
		margin: 1em 0;
		font-weight: bold;
		font-size: 14px;
		text-align: left;
	}
	#accidentindex .accidentindex_header .main_banner p small {
		font-size: 12px;
	}
	#accidentindex .accidentindex_header p.comment {
		width: 100%;
	}
	#accidentindex .accidentindex_detail {
		width: 100%;
		margin: 0 auto;
	}
}

.detail_link {
    font-size: 15px;
    font-weight: bold;
}

/* コンテンツマークアップ
------------------------------------------------------------- */
#contents #mfrm .bg .inr .mbody .detail_post h2 {
	padding: .5rem;
    margin: 2rem 0 1rem;
    color: #001993;
    font-weight: normal;
    font-size: 20px;
    background: #e7f0f2;
    box-sizing: border-box;
}
#contents #mfrm .bg .inr .mbody .detail_post h3 {
	line-height: 1;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-left: 5px;
	border-left: solid 4px #001993;
	font-weight: normal;
	font-size: 20px;
}
#contents #mfrm .bg .inr .mbody .detail_post ul {
	margin: 1em 0;
	padding-left: 1.5em;
}
#contents #mfrm .bg .inr .mbody .detail_post li:before {
	position: relative;
	top: 0px;
	left: -1em;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 100%;
	background: #001993;
}
#contents #mfrm .bg .inr .mbody .detail_post dl {
	margin: 1em 0;
	padding: 0;
}
#contents #mfrm .bg .inr .mbody .detail_post dt {
	margin-top: 1em;
	font-weight: bold;
}
#contents #mfrm .bg .inr .mbody .detail_post dt:before {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 0.5em;
	content: '';
	border-radius: 100%;
	background: #001993;
}
#contents #mfrm .bg .inr .mbody .detail_post p + p {
	margin-top: 1em;
}
#contents #mfrm .bg .inr .mbody .detail_post .bold {
	font-weight: bold;
}
#contents #mfrm .bg .inr .mbody .detail_post .number_title {
	padding: .5rem 0;
    font-size: 18px;
    font-weight: bold;
	
}
#contents #mfrm .bg .inr .mbody .detail_post table {
	width: 100%;
	border: 1px solid #fff;
	border-collapse: collapse;
	box-sizing: border-box;
}
#contents #mfrm .bg .inr .mbody .detail_post table + * {
	margin-top: 1em;
}
#contents #mfrm .bg .inr .mbody .detail_post table tr + tr {
	border-top: 1px solid #fff;
}
#contents #mfrm .bg .inr .mbody .detail_post table th,
#contents #mfrm .bg .inr .mbody .detail_post table td {
	padding: 1em;
	background: #f4f4f4;
	word-break: break-all;
}
#contents #mfrm .bg .inr .mbody .detail_post table td ul + p {
	margin-top: 1em;
}
#contents #mfrm .bg .inr .mbody .detail_post table th + th,
#contents #mfrm .bg .inr .mbody .detail_post table td + td {
	border-left: 1px solid #fff;
}
#contents #mfrm .bg .inr .mbody .detail_post table th {
	width: 15%;
	color: #fff;
	background: #001993;
}
#contents #mfrm .bg .inr .mbody .detail_post dl.number-list dt:before {
	display: none;
}
#contents #mfrm .bg .inr .mbody .detail_post table.td-3col tr:nth-of-type(1) th:nth-of-type(1), 
#contents #mfrm .bg .inr .mbody .detail_post table.td-3col tr:nth-of-type(1) th:nth-of-type(2) {
	width: 20%;
	border-right: 1px solid #ffffff;
}
#contents #mfrm .bg .inr .mbody .detail_post table.td-3col tr:nth-of-type(1) th:nth-of-type(3) {
	width: 60%;
}
#contents #mfrm .bg .inr .mbody .detail_post table.td-3col tr:nth-of-type(n+2) td + td {
	border-left: 1px solid #ffffff;
}
#contents #mfrm .bg .inr .mbody .detail_post table.td-3col tr:nth-of-type(n+2) td:nth-of-type(1) {
	font-weight: bold;
}
#contents #mfrm .bg .inr .mbody .detail_post blockquote {
	position: relative;
	margin: 1em 0;
    padding: 10px 10px 10px 55px;
	border: 2px solid #001993;
	border-radius: 0;
	color: #001993;
	box-sizing: border-box;
}
#contents #mfrm .bg .inr .mbody .detail_post blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    vertical-align: middle;
    content: "“";
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
    color: #001993;
    font-size: 5em;
    line-height: 1;
}
#contents #mfrm .bg .inr .mbody .detail_post blockquote p {
    margin: 10px 0;
    font-weight: bold;
	font-style: italic;
}
.mrg0 {
	margin: 0 !important;
}
.mrg1em_T {
	margin-top: 1em;
}
.mrg1em_B {
	margin-bottom: 1em;
}
.txt-indentPC_1em {
	text-indent: 1em;
}
.txt-indentPC_2em {
	text-indent: 2em;
}
.txt-indentPC_3em {
	text-indent: 3em;
}
.txt-indentPC_4em {
	text-indent: 4em;
}
.wid_initial {
	width: initial !important;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
	#contents #mfrm .bg .inr .mbody .detail_post table th {
		width: 30%;
	}
	#contents #mfrm .bg .inr .mbody .detail_post table.td-3col tr:nth-of-type(1) th:nth-of-type(2) {
		width: 30%;
	}
	#contents #mfrm .bg .inr .mbody .detail_post table.td-3col tr:nth-of-type(1) th:nth-of-type(3) {
		width: 50%;
	}
	
	.txt-indentPC_1em {
		text-indent: 0;
	}
	.txt-indentPC_2em {
		text-indent: 0;
	}
	.txt-indentPC_3em {
		text-indent: 0;
	}
	.txt-indentPC_4em {
		text-indent: 0;
	}
}