@charset "utf-8";

/*---------------------------------------------

事故時連絡先スタイル

-----------------------------------------------*/

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

/* ▼事故時連絡先PC */
#jiko {padding-top: 50px;}

#jiko .contents_box {
	border: solid 3px #1d2087;
	width: 1000px;
	margin: 0 auto;
	padding: 25px;
	box-sizing: border-box;
}

.jiko_title {
	font-size: 28px; font-size: 2.8rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #1d2087;
	text-align: center;
	letter-spacing: 6px;
	text-indent: 6px;
	margin-bottom: 5px;
}

.jiko_title {
	font-size: 28px; font-size: 2.8rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #1d2087;
	text-align: center;
	letter-spacing: 6px;
	text-indent: 6px;
	margin-bottom: 5px;
}

.jiko_number {
	font-size: 30px; font-size: 3.0rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #1d2087;
	text-align: center;
}

.jiko_number a {
	color: #1d2087;
	text-decoration: none;
}

.jiko_number span {margin-right: 20px;}

.jiko_uketuke {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 25px;
}

.jiko_renraku {
	font-size: 20px; font-size: 2.0rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #1d2087;
	text-align: center;
	margin-bottom: 5px;
}

.jiko_list {margin: 20px 0 0 100px;}

.jiko_list li {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	margin-bottom: 10px;
	font-weight: bold;
	list-style: disc;
	color: #1d2087;
}

.jiko_list li a {
	color: #000;
	text-decoration: none;
}

.jiko_list li .list_item {color: #1d2087;}

.mright1 {
	display: inline-block;
	width: 350px;
}

.mright2 {margin-right: 25px;}

}

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

/* ▼事故時連絡先SP */
#jiko {padding: 9vw 0 3vw 0;}

#jiko .contents_box {
	border: solid 3px #1d2087;
	width: 94%;
	margin: 0 auto;
	padding: 5vw 0;
	box-sizing: border-box;
}

.jiko_title {
	font-size: 5vw;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #1d2087;
	text-align: center;
	letter-spacing: 0.5vw;
	text-indent: 0.5vw;
	margin-bottom: 1vw;
}

.jiko_number {
	font-size: 5.5vw;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #1d2087;
	text-align: center;
}

.jiko_number a {
	color: #1d2087;
	text-decoration: none;
}

.jiko_number span {display: block;}

.jiko_uketuke {
	font-size: 3.6vw;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 4vw;
}

.jiko_renraku {
	font-size: 4vw;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #1d2087;
	text-align: center;
	margin-bottom: 3vw;
}

.jiko_list {margin: 4vw 0 0 7vw;}

.jiko_list li {
	font-size: 3.6vw;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	list-style: disc;
	color: #1d2087;
}

.jiko_list li a {
	color: #000;
	text-decoration: none;
}

.jiko_list li .list_item {color: #1d2087;}

.mright1, .mright2 {display: block;}

.sp_btm {
	display: inline-block;
	margin-bottom: 4vw;
	margin-left: 3vw;
}

}
