@charset "utf-8";

/* -----------------------------------------------
 * top.css
 * LastUpdate : 17/11/10
----------------------------------------------- */



/* ---------------------------------------------------------------------------------------------

　   TOP

--------------------------------------------------------------------------------------------- */
#mainImage {
	position: relative;
	z-index: 1;
	height: 500px;
}
.slick-track {
	height: 500px;
}
.slide01 {
	background: url(../img/mainImage.jpg) no-repeat center/cover;
}
.slide02 {
	background: url(../img/mainImage02.jpg) no-repeat center/cover;
}
.slide03 {
	background: url(../img/mainImage03.jpg) no-repeat center/cover;
}
/*#mainImage .mainImage {
	width: 100%;
	min-width: 1120px;
}
*/
.main_copy {
	position: absolute;
	z-index: 2;
	max-width: 38%;
	left: 8%;
	/*top: 50%;
	-webkit-transform: translate(0%,-50%);  
    -moz-transform: translate(0%,-50%);  */
    top: 14%;
}
.main_copy img {
	width: 100%;
}
.hei100 {
	height: 100px;
}

/* ---------------------------------------------------------------------------------------------

　   高齢者や弱者だけではない

--------------------------------------------------------------------------------------------- */
/*#toikake ul {
	max-width: 750px;
	margin: 20px 0;
	background: #fff;
	padding: 20px;
}
#toikake li {
	margin-bottom: 10px;
	padding-left: 0;
	font-weight: 700;
	line-height: 1.5em;
}
#toikake li:last-child {
	margin-bottom: 0;
}
*/
#toikake p {
	margin-bottom: 1em;
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
/*#news,#media {
	background: #faf0ff;
}*/
.mediabox {
  -js-display : flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	/*width: 980px;
	margin: 0 auto;*/
}
#media p {
	padding: 10px;
	margin-bottom: 10px;
}
#media .date {
	background: #fbdd67;
	/*margin-right: 10px;
	width: 120px;*/
	text-align: center;
	font-size: 90%;
	width: 16%;
	margin-right: 1%;
}
#media .news_ttl {
	background: #fff8dd;
	width: 83%;
	/*width: 860px;*/
}


/* ---------------------------------------------------------------------------------------------

　   目標

--------------------------------------------------------------------------------------------- */
#objective h2 {
	background: url(../img/icon-graf-big.png) no-repeat left center;
	padding-left: 110px;
}

/* ---------------------------------------------------------------------------------------------

　   悪質

--------------------------------------------------------------------------------------------- */
/*#taiou .ph_bg {
	background: url(../img/taiou_bg.jpg) no-repeat right top;
	background-size: 48.5% auto;
	padding: 50px 0;
}*/
#taiou {
	padding: 0;
	padding: 50px 0 30px;
}
#taiou h2 {
	/*background: url(../img/icon-flatcar-big.png) no-repeat left center;
	background-size: auto 100%;
	padding-left: 70px;*/
	line-height: 90px;
}
#taiou h2 img {
	margin-right: 20px;
}
.check {
  -js-display : flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.check .point {
	border: 1px solid #b51a86;
	margin-right: 2%;
	margin-bottom: 15px;
	padding: 15px;
}
#taiou .check .point {
	width: 32%;
}
#taiou .check .point:nth-child(3n) {
	margin-right: 0;
}
#jirei.check .point {
	width: 49%;
}
#jirei.check .point:nth-child(2n) {
	margin-right: 0;
}
.check_ttl {
  -js-display : flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#jirei.check .check_ttl {
	align-items: last baseline;
}
.point_num {
	margin-right: 15px;
	color: #b51a86;
}
.point_num span,.point_num strong {
	display: block;
	text-align: center;
}
.point_num strong {
	font-size: 60px;
	line-height: 1em;
}
#jirei.check .point_num span {
	font-size: 14px;
	line-height: 1;
}
.point_ttl {
	font-weight: bold;
	font-size: 18px;
}
.small {
	font-size: 11px;
	display: block;
	font-weight: normal;
}
.reason_ttl {
	position: relative;
	margin: 10px 0;
}
.reason_ttl:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	z-index: 2;
	background: #b51a86;
	left: 0;
	top: -100%;
	bottom: -100%;
	margin: auto;
	position: absolute;
}
.reason_ttl span {
	background: #b51a86;
	color: #fff;
	display: inline-block;
	/*border-radius: 20px;*/
	padding: 5px 20px;
	line-height: 1em;
	font-size: 13px;
	position: relative;
	z-index: 3;
}

/* ---------------------------------------------------------------------------------------------

　   推薦の言葉

--------------------------------------------------------------------------------------------- */

.voice_list {
  /*-js-display : flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
}
.voice_list li {
	-js-display : flex;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	/*width: 32%;
	margin-right: 2%;*/
	/*background: #fff3e8;*/
	position: relative;
	padding: 20px;
	border: 10px solid #b2e8ff;
	margin-bottom: 20px;
}
.voice_list li:last-child {
	margin-bottom: 0;
}
.voice_list li:nth-child(3n) {
	margin-right: 0;
}
.voice_list li strong {
	font-weight: bold;
}
.voice_ph {
	width: 200px;
	margin-right: 30px;
}
.voice_txt {
	width: 562px;
}
.voice_name {
	font-weight: bold;
	font-size: 22px;
	/*position: absolute;
	bottom: 20px;
	left: 20px;*/
	line-height: 1.2em;
	text-align: right;
}
.voice_name span {
	font-size: 13px;
	font-weight: normal;
}




/* ---------------------------------------------------------------------------------------------

　   運営団体について

--------------------------------------------------------------------------------------------- */
#organization {
	background: #fff5f4;
}

#organization h2 i {
	margin-right: 20px;
}
/*#project {
	border-top: 1px solid #ccc;
}*/
#project .inner {
	width: 800px;
}
#project .borderbox,#toikake .borderbox {
	border:#ffe2f1 solid 10px;
	padding: 15px;
}
#project .check ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#project .check li,#toikake .check li {
	font-weight: bold;
	position: relative;
	padding:12px 0;
	padding-left: 50px;
}
#project .check li {
	width: 50%;
}
#project .check li:before,#toikake .check li:before {
	/*content: "\f00c";
	font-family: "FontAwesome";
	margin-right: 5px;
	font-size: 120%;
	font-weight: normal;
	color: #b51a86;*/
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/check.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	/*-webkit-transform: translate(0%,-50%);  
    -moz-transform: translate(0%,-50%);*/
}

#project h3,#trouble h3 {
	border-left: 7px solid #b51a86;
	padding-left: 10px;
}
#project h4 {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#project #voice_box ul {
	display: flex;
	flex-wrap: wrap;
}
#project #voice_box li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 15px;
	border:5px solid #eee;
	padding: 20px;
}
#project #voice_box li:nth-child(2n) {
	margin-right: 0;
}

.notice {
	padding: 30px;
	border-top: 5px solid #b51a86;
	border-bottom: 5px solid #b51a86;
}

.notice h2 {
	color: #b51a86;
	padding-bottom: 0;
	border-bottom: 0;
	text-align: center;
}
.notice p {
	text-align: center;
	font-size: 20px;
}
.notice a {
	display: block;
	width: 600px;
	margin: 0 auto;
}

#nintei h2 {
	text-align: center;
	border-bottom: none;
	padding: 0;
	background: #f8f6c2;
	line-height: 1.4em;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}
#nintei h2:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f8f6c2;
}
#nintei h2 span {
	color: #e53e3e;
	background: linear-gradient(transparent 60%, #fff 60%);
	font-size: 46px;
}
#nintei h3 {
	border-left: 7px solid #00a197;
	padding-left: 10px;
}
#nintei h4 {
	background: #aef1d4;
	padding: 5px 10px 10px 10px;
	text-align: center;
	font-size: 20px;
}
#nintei p strong {
	font-size: 20px;
	border-bottom: 1px dashed #e53e3e;
	display: inline-block;
}
#nintei .borderbox {
	border:#aef1d4 solid 10px;
}
#nintei .reference_image {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	width: 200px;
}
#nintei .reference_image figcaption {
	text-align: center;
	font-size: 13px;
	margin-top: 5px;
}
#nintei .borderbox ul {
	padding: 0 15px 15px 15px;
	float: left;
	width: 550px;
}
#nintei .borderbox li {
	padding: 20px 0;
	position: relative;
	padding-left: 55px;
	border-bottom: 1px dotted #ccc;
}
#nintei .borderbox li span {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #00a197;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 12px;
	border: 1px solid #00a197;
	color: #fff;
}
#nintei .borderbox li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}