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



/* --------------------------------------------------
ttl-page
-------------------------------------------------- */
/* ttl-page */
.ttl-page{
	background: url("../img/bg-ttl-emergency.jpg") center no-repeat;
	background-size: cover;
}

/* emergency-ttl */
.emergency-ttl{
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	padding-bottom: .4em;
	margin-bottom: 1em;
}
.emergency-ttl:after{
	content: "";
	display: block;
	position: absolute;
	width: 215px;
	height: 5px;
	margin: auto;
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	z-index: 0;
	background: #B9464A;
}

.emergency-ttl a{
	text-decoration: underline;
	color: #D33845;
	font-weight: bold;
}

/* emergency-sttl */
.emergency-sttl{
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: .5em;
	border-left: 6px solid #B9464A;
	margin-bottom: 1em;
}
.emergency-sttl a{
	text-decoration: underline;
	color: #D33845;
	font-weight: bold;
}

/* emergency-ssttl */
.emergency-ssttl{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
	/* emergency-ttl */
	.emergency-ttl{
		font-size: 2.2rem;
	}

	/* emergency-sttl */
	.emergency-sttl{
		font-size: 1.8rem;
	}
	/* emergency-ssttl */
	.emergency-ssttl{
		font-size: 1.5rem;
	}
}



/* sub-title */
.sub-title {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 5%;
}

.sub-title h3,
.sub-title p{
	display: table-cell;
	vertical-align: middle;
}

.sub-title h3 {
	font-size: 7.2rem;
	padding: 40px;
	font-weight: bold;
}

.sub-title h3 .title {
	position: relative;
	display: block;
	padding: 0;
	line-height: 1.1;
}

.sub-title h3 .txt {
	display: block;
	font-size: 1.6rem;
	line-height: 2.5;
	margin: 40px auto;
	max-width: 730px;
}

.sub-title p {
	width: 613px;
}

@media screen and (max-width: 800px) {
	.sub-title{
		display: block;
	}
	.sub-title h3 {
		display: block;
		font-size: 2.4rem;
		padding: 1em 1%;
	}
	.sub-title h3 .title {
		margin-bottom: 1em;
	}
	.sub-title h3 .txt {
		max-width: none;
		margin: 0;
		line-height: 1.8;
	}
	.sub-title p {
		display: block;
		width: 100%;
	}
}


/* hotline-block */
.hotline-block{
	margin-bottom: 5%;
	position: relative;
	z-index: 0;
	padding: 2em 0;
	overflow: hidden;
}
.hotline-block:after{
 content: '';
 position: absolute;
 display: block;
 width: 80%;
 height: 100%;
 margin: auto;
 top: 0;
 bottom: 0;
 right: 80%;
 left: 0;
 background: #F3F3F3;
 z-index: -1;
}
.hotline-block p{
	font-size: 1.7rem;
	margin-bottom: 3em;
	max-width: 40%;
}

@media screen and (max-width: 800px) {
	.hotline-block p{
		max-width: none;
	}
}

/* link-block */
.link-block{
	margin-bottom: 5%;
	position: relative;
	z-index: 0;
	padding: 2em 0;
}
.link-block p:not(:first-child){
	font-size: 1.7rem;
}
.link-block p + p{
	margin-top: 1em;
}
.link-block p + .emergency-sttl{
	margin-top: 3em;
}
.link-block p + figure{
	margin-top: 2em;
}
.link-block p a{
	text-decoration: underline;
	color: #D33845;
	font-weight: bold;
}

/* list-url */
.list-url{
	margin: 1em 0;
}
.list-url li{
	width: 100%;
}
.list-url li a{
	text-decoration: underline;
	color: #D33845;
	font-weight: bold;
}



/* info-block */
.info-block{
	margin-bottom: 5%;
	position: relative;
	z-index: 0;
	padding: 2em 0;
	overflow: hidden;
}
.info-block:after{
 content: '';
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 margin: auto;
 top: 0;
 bottom: 0;
 left: 5%;
 right: 0;
 background: #F3F3F3;
 z-index: -1;
}
.info-block p{
	font-size: 1.7rem;
	margin-bottom: 3em;
}

@media screen and (max-width: 800px) {
	.info-block p{
		max-width: none;
	}
}


/* hospital-block */
.hospital-block{
	margin-bottom: 5%;
	position: relative;
	z-index: 0;
	padding: 2em 0;
	overflow: hidden;
}
.hospital-block:after{
 content: '';
 position: absolute;
 display: block;
 width: 80%;
 height: 100%;
 margin: auto;
 top: 0;
 bottom: 0;
 right: 80%;
 left: 0;
 background: #F3F3F3;
 z-index: -1;
}
.hospital-block p{
	font-size: 1.7rem;
	margin-bottom: 3em;
}

@media screen and (max-width: 800px) {
	.hospital-block p{
		max-width: none;
	}
}

/* lost-block */
.lost-block{
	margin-bottom: 5%;
	padding: 2em 0;
}


/* table-emergency */
.table-emergency{
	width: 100%;
	margin-top: 40px;
}
.table-emergency caption{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #D33845;
}
.table-emergency caption a{
	color: #D33845;
	text-decoration: underline;
}

.table-emergency th,
.table-emergency td {
	background:#fff;
	padding: 12px 20px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	box-sizing: border-box;
}

.table-emergency thead th {
	border-top: none;
	text-align: center;
	font-weight: bold;
}
.table-emergency th a{
	color: #D33845;
	text-decoration: underline;
}

@media screen and (max-width: 800px) {
	.table-emergency caption{
		font-size: 2rem;
		text-align: left;
	}
	.table-emergency th,
	.table-emergency td {
		padding: 12px;
	}
}

/* info-txt */
.info-txt{
	border-left: 2px solid #707070;
	padding: .4em 0 .4em 1.5em;
	font-size: 1.3rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 3em 0;
}
.info-txt dt,
.info-txt dd{
	margin-bottom: 1em;
	line-height: 2;
}
.info-txt dt{
	min-width: 16rem;
	font-weight: bold;
}
.info-txt dd{
	width: calc(100% - 16rem);
}

/* list-2col */
.list-2col{
	justify-content: space-between;
	margin-bottom: 5%;
}
.list-2col >li{
	width: 49%;
	margin-bottom: 2em;
}
.list-2col >li figure{
	margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
	.list-2col >li{
		width: 100%;
	}
}

/* link-l */
.link-l{
	font-size: 4.7rem;
	font-weight: bold;
	color: #D33845;
	text-decoration: underline;
	margin: 3% 0;
}
.link-l a{
	color: #D33845;
	text-decoration: underline;
}

@media screen and (max-width: 800px) {
	.link-l{
		font-size: 2.4rem;
	}
}
