.bk_color_na {
	background-color: #fff;
	padding: 50px 0 0 0;
}
.ctitle_pt {
	position: relative;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.ctitle_pt .search_title {
	font-size: 16px;
	line-height: 1;
}
.ctitle_pt .search_etitle {
	font-family: "Helvetica";
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .ctitle_pt .search_etitle {
    font-family: "Helvetica";
    font-size: 32px;
  }
}



.bk_color_na .ctitle_pt .search_etitle span {
	color: #17caf7;
}
.list_mt {
	margin-top: 50px;
}


.list_mt li {
	position: relative;
}
.flex {
    display: flex;
    justify-content: start;
    flex-direction: column;
}
.flex li {
    width: 100%;
    text-align: center;
    margin-bottom: 3em;
}

.flex li a {
    display: block;
	padding-bottom: 10px;
	height: 100%;
	border: 1px solid #000
}
.flex li img {
    width: 100%;
}
.flex li figure {
    text-align: center;
    overflow: hidden;
	
    width: 100%;
    padding-top: 42.5%;
    position: relative;
}
.flex li figure img {	
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
}
@media screen and (max-width:767px) {
.flex li figure img {	
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
  }
}
.bk_color_na .flex .sub_title {
	font-size: 22px;
    margin: 5px 0;
	color: #434343;
	font-weight: bold;
}
@media screen and (max-width:767px) {
  .bk_color_na .flex .sub_title {
    font-size: 18px;
  }
}
.new_list_text p {
	font-size: 14px;
	color: #000;
    -webkit-line-clamp: 2 !important;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
	line-height: 22px;
}
@media screen and (max-width:767px) {
  .new_list_text p {
    font-size: 12px;
    color: #000;
      -webkit-line-clamp: 2 !important;
      white-space: pre-wrap;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      word-break: break-all;
    line-height: 22px;
  }
}
.bk_color_na .flex div {
    text-align: left;
	font-weight: 500;
    overflow: hidden;
    word-break: break-all;
	line-height: 28px;
	font-size: 16px;
	color: #434343;
	border-radius: 0 0 15px 15px;
	padding: 10px 15px;
}






