@charset "UTF-8";
/* ===================================================================
CSS information
 style info : service
=================================================================== */
#emergency #promoArea #promoWrap {
	background-image: url(../img/emergency/pageSign.jpg);
}

.cWrap {
	margin: 0 auto;
}
.cWrap .intro {
	text-align: left;
}
@media screen and (min-width: 1025px) {
	.cWrap {
		width: 1160px;
	}
	.cWrap .intro {
		text-align: center;
	}
}

/* -----------------　#em_Line01　-----------------*/
#em_Line01 {
	width: 100%;
	margin: 0 auto;
	background-color: #f6f6f6;
}
#em_Line01 .contact-box span[data-action="call"] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px 15px;

	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	color: #fff;
	background-color: #1f84e1;	
	padding: 20px 30px;
	box-sizing: border-box;
}
.contact-box .telnum {
	display: flex;
	align-items: flex-end;
}
.contact-box .name {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.contact-box .num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}
.contact-box a {
	color: #fff;
	text-decoration: none;
}
.contact-box .business-hours {
	display: block;
}

@media screen and (min-width: 1025px) {
	#em_Line01 .cBox {
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	#em_Line01 .cBox {
		min-height: inherit;
		background: none;
		padding-top: 15px;
		padding-left: 0;
		line-height: normal;
	}
}
@media screen and (max-width: 480px) {
	.contact-box .num {
		font-size: 27px;
	}
	#em_Line01 .contact-box span[data-action="call"] {
		padding: 20px 15px;
	}
}


/* -----------------　#em_Line02　-----------------*/
#em_Line02 {
	width: 100%;
	background-color: #ffffff;
/* 	padding-bottom: 60px; */
}
#em_Line02 .cBox {
	font-size: 16px;
}
#em_Line02 .insurance-box .box-ttl {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0 30px;
}
#em_Line02 .insurance-box .box-ttl .logo {
	display: block;
	width: 250px;
}
#em_Line02 .insurance-box .box-ttl .txt {

}
#em_Line02 .insurance-box .contact-list {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	zoom: 1;
}
#em_Line02 .contact-list .list:not(:last-child) {
	margin-bottom: 20px;
}
#em_Line02 .contact-list .list span[data-action="call"] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 30px;
	padding: 20px 30px 20px 50px;
	background-color: #99cc01;
	color: #fff;
	position: relative;
}
#em_Line02 .contact-list .list a {
	color: #fff;
	text-decoration: none;
}

#em_Line02 .contact-list .list .i-tel {
	width: 25px;
	/* position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1; */
}
#em_Line02 .contact-list .list .list-cont {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px;
}
#em_Line02 .contact-list .list .name {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}
#em_Line02 .contact-list .list .num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
#em_Line02 .contact-list .list .other {
	display: inline-block;
}

@media screen and (min-width: 1025px) {

}
@media screen and (max-width: 767px) {
	#em_Line02 .contact-list .list span[data-action="call"] {
		padding: 20px 30px;
	}
}
@media screen and (max-width: 480px) {
	#em_Line02 .insurance-box .box-ttl {
		gap: 0 20px;
	}
	#em_Line02 .insurance-box .box-ttl .logo {
		width: 170px;
	}

	#em_Line02 .contact-list .list span[data-action="call"] {
		gap: 0 10px;
		padding: 20px 15px;
	}
	#em_Line02 .contact-list .list .i-tel {
		display: none;
	}
	#em_Line02 .contact-list .list .ttl {
		flex-direction: column;
	}
	#em_Line02 .contact-list .list .name {
	}
	#em_Line02 .contact-list .list .num {
		font-size: 27px;
	}

}


