@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  event_lifesupport.css
 style info :  スタイル指定
=================================================================== */

#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10,
#link11,
#link12,
#link13,
#link14,
#link15 {
	padding: 50px 0 0 0;
	margin: -50px 0 0 0;
}

/*tabの形状*/
.tab {
	display: flex;
	flex-wrap: wrap;
}

.tab li a {
	display: block;
	background: #ddd;
	margin: 0 2px;
	padding: 10px 20px;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
	background: #fff;
}


/*エリアの表示非表示と形状*/
.area {
	display: none;
	/*はじめは非表示*/
	opacity: 0;
	/*透過0*/
	background: #fff;
	padding: 50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
	display: block;
	/*表示*/
	animation-name: displayAnime;
	/*ふわっと表示させるためのアニメーション*/
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

@keyframes displayAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}



/* event_lifesupport
----------------------------------------------------------------------------- */
.event_lifesupport {}

.event_lifesupport .main_wrapper {}

.event_lifesupport .main_wrapper .box {
	font-size: 18px;
	text-align: left;
	background: #E5EAFE;
	padding: 2em;
	min-height: 1053px;
}

.event_lifesupport .main_wrapper .box h2 {
	width: 100%;
	color: #0173e7;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}

.event_lifesupport .main_wrapper .box h3 {
	width: 100%;
	color: #d251a1;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 14px;
}

.event_lifesupport .main_wrapper .box h4 {
	width: 100%;
	color: #0173e7;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-top: 14px;
	background: #fff;
	padding: 10px 25px;
	margin: 30px auto 20px;
	position: relative;
	line-height: 1.5;
}

.event_lifesupport .main_wrapper .box h4 span {
	font-size: 19px;
	display: block;
	margin-top: 15px;
}

.event_lifesupport .main_wrapper .box h4:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	width: 5px;
	height: 24px;
	background: #0173e7;
}

.event_lifesupport .main_wrapper .box p {
	text-indent: 1em;
}

.event_lifesupport .main_wrapper .box ul {
	margin: 30px 0 0;
	text-align: center;
}

.event_lifesupport .main_wrapper .box ul li img {
	width: 70%;
}

.event_lifesupport .main_wrapper .box ul.box2 span {
	font-weight: bold;
}

.event_lifesupport .main_wrapper .box ul.box3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0 0;
	text-align: left;
}

.event_lifesupport .main_wrapper .box ul.box3 li:first-child {
	width: 28%;
	text-align: center;
}

.event_lifesupport .main_wrapper .box ul.box3 li:last-child {
	width: 70%;
}

.event_lifesupport .main_wrapper .box ul.box3 li img {
	width: 100%;
}

.event_lifesupport .main_wrapper .box ul.box3 li h5 {
	font-weight: bold;
	font-size: 25px;
}

.event_lifesupport .main_wrapper .box ul.box3 li h5 span {
	font-size: 20px;
}

.event_lifesupport .main_wrapper .box ul.box3 li p {
	margin: 0 0 30px;
}

.event_lifesupport .main_wrapper .box ul.box3 li p.pink {
	font-weight: bold;
	font-size: 20px;
}

.event_lifesupport .main_wrapper .box ul.box3 li p.pink span {
	color: #d251a1;
}

.event_lifesupport .main_wrapper .box ul.box3 li p.text {
	font-weight: bold;
	font-size: 20px;
}

.event_lifesupport .main_wrapper .box ul.box3 li p.text span {
	font-weight: normal;
}

.event_lifesupport .main_wrapper .box ul.img_ul {
	width: 30%;
	margin: 15px auto;
	float: right;
}

.event_lifesupport .main_wrapper .box ul.img_ul li {
	width: 100%;
	padding-left: 10%;
	margin-bottom: 15px;
}

.event_lifesupport .main_wrapper .box ul.img_ul li img {
	width: 100%;
}

.event_lifesupport .main_wrapper .box ul.img_ul li p {
	font-size: 12px;
	margin-top: 5px;
}

.event_lifesupport .main_wrapper .box .contents .contents_wrapper {}

.event_lifesupport .main_wrapper .box .contents .contents_flex {
	/*display: flex;*/
}

.event_lifesupport .main_wrapper .box .contents .contents_flex .contents_text {
	width: 100%;
}

.event_lifesupport .main_wrapper .box .tab_wrapper h3 {
	color: #0173e7;
	border: solid #0173e7;
	border-width: 2px 0 1px;
}



/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

	/* event_lifesupport
----------------------------------------------------------------------------- */
	.event_lifesupport {}

	.event_lifesupport .main_wrapper .box {
		font-size: 18px;
		text-align: left;
		background: #E5EAFE;
		padding: 2em 1em;
		min-height: auto;
	}

	.event_lifesupport .main_wrapper .box ul {
		text-align: left;
	}

	.event_lifesupport .main_wrapper .box ul li img {
		width: 100%;
	}

	.event_lifesupport .main_wrapper .box ul.box3 {
		display: block;
	}

	.event_lifesupport .main_wrapper .box ul.box3 li img {
		width: 70%;
	}

	.event_lifesupport .main_wrapper .box ul.box3 li:first-child {
		width: 100%;
		text-align: center;
		margin: 0 0 30px;
	}

	.event_lifesupport .main_wrapper .box ul.box3 li:last-child {
		width: 100%;
	}

	.event_lifesupport .main_wrapper .box h4 {
		font-size: 20px;
	}

	.event_lifesupport .main_wrapper .box h4 span {
		font-size: 19px;
	}


	.event_lifesupport .main_wrapper .box ul.img_ul {
		width: 100%;
		margin: 15px auto;
		display: flex;
		flex-wrap: wrap;
	}

	.event_lifesupport .main_wrapper .box ul.img_ul li {
		width: 100%;
		margin-right: 0;
		padding-left: 0;
	}

	.event_lifesupport .main_wrapper .box ul.img_ul li img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.event_lifesupport .main_wrapper .box ul.img_ul li p {
		margin-bottom: 15px;
	}

	.event_lifesupport .main_wrapper .box .contents .contents_wrapper {}

	.event_lifesupport .main_wrapper .box .contents .contents_flex {
		display: block;
	}

	.event_lifesupport .main_wrapper .box .contents .contents_flex .contents_text {
		width: 100%;
	}



}
