@charset "UTF-8";

/*----------------------------------------------------------
ページ個別の設定
---------------------------------------------------------- */

.page_content {
	min-width: 1180px;
	line-height: 1.8;
}

.page_content h2 {
	font-size: 36px !important;
	font-weight: bold !important;
	text-align: center !important;
	padding: 0 !important;
	margin: 0 0 60px 0 !important;
	color: #000 !important;
	height: auto !important;
	background: none !important;
}
.page_content h2 span {
	display: inline-block;
	border-bottom: 6px solid #ffdada;
	padding-bottom: 2px;
}

.mvCont {
	background-image: url(../img/bg_emergency_lightplus-top.jpg);
	height: 600px;
}
.mvCont > div {
	width: 1145px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.mvCont h1 {
	width: 570px;
	position: inherit;
}
.mvCont p {
	width: 640px;
}

.aboutCont {
	background: #1a1a1a;
	padding: 70px 0;
	margin-bottom: 100px;
}
.aboutCont > div {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.aboutCont > div p:first-child {
	text-align: left;
	font-size: 20px;
	color: #fff;
	width: 650px;
}
.aboutCont > div p:last-child {
	width: 360px;
	position: absolute;
	right: -45px;
	top: -115px;
}

.movieCont {
	width: 1024px;
	margin: 0 auto 100px auto;
}
.movieCont div {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movieCont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recommendCont {
	margin-bottom: 20px;
}
.recommendCont .contents {
	padding: 80px 0;
}
.recommendCont .contents.contOdd {
	background: #eee;
}
.recommendCont .contents > div {
	width: 1024px;
	margin: 0 auto;
}
.recommendCont .contents > div h3 {
	text-align: center;
	margin: 0 0 50px 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
.recommendCont .contents > div h3 span {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding: 15px 60px 13px 125px;
	background: #1a1a1a;
	border-radius: 5px;
	position: relative;
	line-height: 1.5;
}
.recommendCont .contents > div h3 span::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 16px 0 16px;
	border-color: #1a1a1a transparent transparent transparent;
	position: absolute;
	left: calc(50% - 16px);
	bottom: -20px;
}
.recommendCont .contents > div h3 span::after {
	content: "";
	width: 65px;
	height: 60px;
	position: absolute;
	top: -10px;
	left: 50px;
}
.recommendCont .contents.cont04 > div h3 span::after {
	content: "";
	width: 65px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: 50px;
}
.recommendCont .contents.cont01 > div h3 span::after {
	background: url(../img/ico_pointo01.png) no-repeat center center/cover;
}
.recommendCont .contents.cont02 > div h3 span::after {
	background: url(../img/ico_pointo02.png) no-repeat center center/cover;
}
.recommendCont .contents.cont03 > div h3 span::after {
	background: url(../img/ico_pointo03.png) no-repeat center center/cover;
}
.recommendCont .contents.cont04 > div h3 span::after {
	background: url(../img/ico_pointo04.png) no-repeat center center/cover;
}
.recommendCont .contents.cont01 p:last-child {
	margin-top: 30px;
}
.recommendCont .contents > div ul {
	text-align: left;
	margin-bottom: 40px;
}
.recommendCont .contents > div ul li {
	font-size: 20px;
	position: relative;
	padding-left: 36px;
}
.recommendCont .contents > div ul li::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../img/ico_check.png) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: calc(50% - 13px);
}
.recommendCont .contents > div ul li:first-child {
	margin-bottom: 5px;
}
.recommendCont .contents > div ul li span {
	font-size: 16px;
}

.contents01 {
	margin-bottom: 80px;
}
.contents01 > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	width: 1024px;
	margin: 0 auto;
}
.contents01 > div + h2 {
	margin-top: 100px !important;
}
.contents01 > div + h2 + div {
	flex-direction: row;
}
.contents01 .contents01 {
	margin-top: 40px;
}
.contents01 > div p {
	width: 460px;
}
.contents01 > div dl {
	width: 515px;
	text-align: left;
}
.contents01 > div dl dt {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #111;
	padding: 0 0 5px 36px;
	margin-bottom: 15px;
	position: relative;
}
.contents01 > div.top dl dt {
	font-size: 14px;
	font-weight: normal;
	border: none;
	padding: 0;
}
.contents01 > div dl dt::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../img/ico_point.png) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: calc(50% - 16px);
}
.contents01 > div.top dl dt::before {
	display: none;
}
.contents01 > div dl dd {
	font-size: 14px;
	margin-bottom: 15px;
}

.contents02 {
	width: 1024px;
	margin: 0 auto 100px auto;
}
.contents02 table {
	width: 100%;
	margin-bottom: 50px;
}
.contents02 table tr:first-child th,
.contents02 table tr:first-child td:nth-child(3) {
	background: #eee;
}
.contents02 table tr:first-child td:nth-child(2) {
	background: #ffdada;
}
.contents02 table th {
	background: #fff;
	font-size: 16px;
	text-align: center;
	width: 20%;
	padding: 10px 0;
}
.contents02 table td {
	background: #fff;
	font-size: 18px;
	text-align: center;
	width: 40%;
	padding: 10px 0;
}
.contents02 table th span,.contents02 table td span {
	font-size: 14px;
}
.contents02 table + p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #c92716;
	padding-bottom: 60px;
	margin-bottom: 30px;
	background: url(../img/bg_arrow.png) no-repeat center bottom;
}
.contents02 dl {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-align: left;
}
.contents02 dl dt {
	font-size: 20px;
	font-weight: bold;
	padding-left: 36px;
	margin-bottom: 10px;
	position: relative;
}
.contents02 dl dt::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../img/ico_check.png) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: calc(50% - 13px);
}
.contents02 dl dd {
	font-size: 16px;
	padding-left: 36px;
}

.contents03 {
	width: 1024px;
	margin: 0 auto 100px auto;
}
.contents03 h2 span b {
	display: block;
	font-size: 24px;
	margin-bottom: -12px;
}

.contents04 {
	width: 1024px;
	margin: 0 auto 80px auto;
}
.contents04 h2 + p {
	margin-bottom: 40px;
}
.contents04 > dl {
	text-align: center;
	margin-bottom: 50px;
}
.contents04 > dl dt {
	text-align: center;
	margin-bottom: 20px;
}
.contents04 > dl dt span {
	font-size: 28px;
	font-weight: bold;
	color: #c92716;
	position: relative;
}
.contents04 > dl dt span::after {
	content: "";
	width: 100%;
	height: 6px;
	background: #ffdada;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.contents04 dl dd {
	font-size: 20px;
}
.contents04 ul {
	width: 680px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents04 ul li {
	width: 48%;
	margin-bottom: 30px;
}
.contents04 ul li dl dd {
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
}
/*.contents04 > dl {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-align: left;
}
.contents04 > dl dt {
	font-size: 20px;
	font-weight: bold;
	padding-left: 36px;
	margin-bottom: 10px;
	position: relative;
}
.contents04 > dl dt::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(../img/ico_point.png) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: calc(50% - 13px);
}
.contents04 > dl dd {
	font-size: 16px;
	padding-left: 36px;
}
.contents04 > p {
	margin-top: 30px;
	padding-top: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #c92716;
	background: url(../img/bg_arrow.png) no-repeat center top;
	text-align: center;
}*/
.contents05 {
	width: 1024px;
	margin: 0 auto 80px auto;
}
.contents05 p {
	border: 2px solid #c92716;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #c92716;
	padding: 25px 20px;
}
.contents06 {
	margin-bottom: 100px;
}
.contents06 ul {
	display: flex;
	justify-content: center;
}
.contents06 ul li {
	width: 320px;
	margin: 0 18px;
}
.contents06 ul li img {
	width: 100%;
	vertical-align: bottom;
}
.contents06 ul li a {
	display: block;
	text-decoration: none !important;
	transition: 0.3s;
}
.contents06 ul li a:hover {
	text-decoration: none;
	transition: 0.3s;
	opacity: 0.8;
}
.contents06 ul li dl dd {
	padding: 15px 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	background: #1a1a1a;
	text-align: center;
}





