<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.hdr__icon--security{
width:50px;
height:50px;
background: url(../img/icon_accident_pc.png) no-repeat 0 0;
}
#service_security .service_conditions{
	margin-top: 30px;
	margin-bottom:30px;
}
#service_security .security_tell{
padding: 20px 0;
}
h4{
font-weight:bold;
font-size:1.2em;
}
h4.ac_step{
color:#e30075;
border-bottom:1px solid #e30075;
margin-bottom:10px;
}
.jonetz_ttl{
	margin-top:20px;
	padding:10px;
	font-size: 1.4em;
	text-align:center;
	color:#ff0000;
	font-weight:bold;
	background-color: #ffe2ec;
	/* background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffcc66), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffcc66),color-stop(.75, #ffcc66), color-stop(.75, transparent),to(transparent)); */
	-webkit-background-size: 7px 7px;
}
.jonetz_ttl2 {
	margin: 50px 0 20px;
	padding:10px;
	font-size: 1.4em;
	text-align:center;
	color:#ff0000;
	font-weight:bold;
	background-color: #ffe2ec;
	/* background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffcc66), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffcc66),color-stop(.75, #ffcc66), color-stop(.75, transparent),to(transparent)); */
	-webkit-background-size: 7px 7px;
}
.bold {
	font-weight: bold;
}
.jonetz {
	padding: 12px 20px 10px 20px;
	background-color: #fff;
	/* background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent)); */
	-webkit-background-size: 7px 7px;
	border: #ffe2ec solid 5px;
}
.jonetz_detail{
list-style-type: none;
padding: 0 10px 0 30px;
}
.jonetz_detail li {
	display: flex;
	flex-wrap: nowrap;
}
.jonetz_detail li .fl_l {
	margin-top: 10px;
}
.jonetz_detail li .fl_r {
	min-width: 200px;
	text-align: center;
	margin: 0 0 0 30px;
}
.jonetz_detail li .fl_r img {
	border: 1px solid #ddd;
}
.jonetz_detail li .fl_r span {
	font-weight: bold;
	margin-top: 5px;
    display: block;
}
.service_time_normal_ttl {
	margin: 50px 0 20px;
	padding: 10px;
	font-size: 1.4em;
	text-align: center;
	color: #0e4da2;
	font-weight: bold;
	background-color: #e6f8ff;
}
.graph img{
width:100%;
}
.kv_bottom_asterisk {
	background-color: #f7d7e6;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fedcec), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fedcec),color-stop(.75, #fedcec), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.kv_bottom_asterisk .inline_B {
	display: inline-block;
}
.kv_bottom_asterisk .kv_bottom_asterisk_inner {
	background: #fff;
	padding: 30px;
}
.kv_bottom_asterisk p,.kv_bottom_asterisk span {
	color: #e6006f;
	font-weight: bold;
}

/* =========================================================
    181023　追加
========================================================= */
.priceList_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}
.priceList_table th {
	width: 50%;
	font-weight: bold;
}
.priceList_table th , .priceList_table td  {
	padding: 20px;
	text-align: center;
	font-size: 22px;
	box-sizing: border-box;
}
.priceList_table th.gray1 {
	background: #e2e2e2;
	border-right: 2px solid #fff;
}
.priceList_table td.gray2 {
	background: #f3f3f3;
	border-right: 2px solid #fff;
}
.priceList_table tr:not(:last-child) td.gray2 {
	border-bottom: 1px solid #ccc;
}
.priceList_table th.accident1 {
	background: #0d6fb8;
	color: #fff;
}
.priceList_table td.accident2 {
	background:#afd9f9;
	color: #e51a1a;
	font-weight: bold;
	font-size: 24px;
}
.priceList_table tr:not(:last-child) td.accident2 {
	border-bottom: 1px solid #fff;
}
.priceList_table td.accident2 .zei {
    font-size: 75%;
    font-weight: bold;
    margin-left: 0.45em;
}

/* 767px
--------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.hdr__icon--security{
	width:35px;
	height:35px;
	background:url(../img/icon_accident_sp.png) no-repeat 0 0;
	background-size: contain;
	}
	.graph{
	width:90%;
	}
	.jonetz_detail{
	padding: 0 10px 0 15px;
	}
	#service_security .service_kv {
		padding-bottom: 0;
	}
	.kv_bottom_asterisk {
		padding: 15px;
		margin: 20px 20px 0;
		font-size: 16px;
	}
	.kv_bottom_asterisk .inline_B {
		display: inline;
	}
	.kv_bottom_asterisk .kv_bottom_asterisk_inner {
		padding: 20px;
	}
	.kv_bottom_asterisk p, .kv_bottom_asterisk span.red{
		font-weight: normal;
		margin-top: 0.25em;
		display: block;
	}
	.priceList_table th , .priceList_table td  {
		padding: 10px;
		font-size: 18px;
	}
	.priceList_table td.accident2 {
		font-size: 20px;
	}
}

/* 600px
--------------------------------------------------------- */
@media only screen and (max-width: 600px) {
	.jonetz_detail li {
		flex-wrap: wrap;
		justify-content: center;
	}
	.jonetz_detail li .fl_r {
		min-width: 200px;
		text-align: center;
		margin: 20px 0 0 0;
	}
}

/* 480px
--------------------------------------------------------- */
@media only screen and (max-width: 480px) {
	.priceList_table th , .priceList_table td  {
		font-size: 16px;
	}
	.priceList_table td.accident2 {
		font-size: 18px;
	}
	.kv_bottom_asterisk {
		padding: 10px;
		font-size: 14px;
	}
	.kv_bottom_asterisk .kv_bottom_asterisk_inner {
		padding: 10px;
	}
}










</pre></body></html>