@charset "UTF-8";
/*coordinator index*/


/*news*/
#news.basic_wrap{
	padding: 40px 0;
	}

#news .news_title_wrap{
	padding: 0 40px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}

#news h1.title_index_news{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 141px;
	height: 50px;
	background: url('../../../img/coordinator/title_index_news.png') center center no-repeat;
	background-size: 141px 50px;
	}

#news a.btn_list{
	display: block;
	font-size: 1.142em;
	color: #ffffff;
	background: #d2a61e url('../../img/icon_whsquarrow_coordinator.svg') center right 10px no-repeat;
	background-size: 30px 30px;
	border-radius: 10px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	}

#news a.btn_list:hover{
	opacity: 0.8;
	text-decoration: none;
	}
#news ul.list_news{
	margin: 20px auto;
	border-top: 1px solid #cccccc;
	list-style-type: none;
	}

#news ul.list_news li{
	line-height: 180%;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	}

#news ul.list_news li a{
	display: block;
	width: 100%;
	padding: 20px 0;
	background: url('../../img/icon_arrow_news.svg') center right 20px no-repeat;
	background-size: 9px 16px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: start;
	align-items: start;
	}
#news ul.list_news li a:hover{
	background: #e6e6e6 url('../../img/icon_arrow_news.svg') center right 20px no-repeat;
	background-size: 9px 16px;
	}

#news ul.list_news li a span.date{
	display: block;
	width: 180px;
	padding: 5px 40px;
	}
#news ul.list_news li a span.cat_name{
	display: block;
	width: 220px;
	}

#news ul.list_news li a span.detail{
	display: block;
	width: calc(100% - 460px);
	padding: 5px 0;
	color: #333333;
	}
#news ul.list_news li a:hover span.detail{
	text-decoration: underline;
	}

#news ul.list_news li a span.cat_name span.cat_name_wrap{
	display: inline-block;
	width: 200px;
	height: 34px;
	line-height: 34px;
	text-align: center;	
	border-radius: 10px;
	color: #ffffff;
	}



#news ul.list_news li a span.cat_name span.cat_name_wrap.coordinator{
	background: #d2a61e;
	}
#news .btn_index_news_wrap{
	padding: 0 40px;
	}
#news a.btn_index_news_pdf{
	display: block;
	width: calc(50% - 20px);
	height: 100px;
	padding-left: 100px;
	border: 1px solid #cccccc;
	border-radius: 20px;
	color: #333333;
	background-color: #e6e6e6;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	}

#news a.btn_index_news_pdf::before{
	position: absolute;
	top: 20px;
	left: 20px;
	content: "PDF";
	display: block;
	background: #d2a61e;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	margin-right: 10px;
	}
#news a.btn_index_news_pdf:hover{
	opacity: 0.8;
	text-decoration: none;
	}


/*index_lifesupport*/

#index_lifesupport .link_pdf.half{
	width: calc(50% - 10px);
	}
#index_lifesupport .img_lifesupport{
	display: block;
	width: 440px;
	height: auto;
	margin-left: 50px;
	}

/* Media Queries
==========================================================================*/
@media screen and (max-width:1025px) {

}

@media screen and (max-width:740px) {

/*news*/
#news.basic_wrap{
	padding: 20px 0;
	}

#news .news_title_wrap{
	padding: 0 20px;
	}

#news h1.title_index_news{
	width: 126px;
	height: 45px;
	background-size: 126px 45px;
	}

#news a.btn_list{
	display: block;
	font-size: 1.116em;
	background-position: center right 5px;
	background-size: 15px 15px;
	border-radius: 5px;
	width: 85px;
	height: 35px;
	line-height: 35px;
	}

#news ul.list_news{
	margin: 20px 0;
	border-top: 1px solid #cccccc;
	}

#news ul.list_news li a{
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.166em;
	background-position: center right 10px;
	}

#news ul.list_news li a span.cat_name{
	width: auto;
	border-bottom: none;
	padding: 10px 20px 10px 0;
	font-size: 0.833em;
	}
#news ul.list_news li a span.cat_name span.cat_name_wrap{
	width: 100%;
	height: 22px;
	line-height: 22px;
	border-radius: 5px;
	padding: 0 5px;
	}

#news ul.list_news li a span.date{
	width: auto;
	border-bottom: none;
	padding: 10px 20px;
	}

#news ul.list_news li a span.detail{
	width: 100%;
	padding: 0 30px 10px 20px;
	}

#news .btn_index_news_wrap{
	padding: 0 20px;
	}
#news a.btn_index_news_pdf{
	width: 100%;
	height: 70px;
	padding-left: 70px;
	border-radius: 10px;
	margin-top: 10px;
	}

#news a.btn_index_news_pdf::before{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	}


/*index_lifesupport*/
#index_lifesupport .link_pdf.half{
	width: 100%;
	}
#index_lifesupport .img_lifesupport{
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
	}
}