/* --------------------------------------------------------------------------------------
 just
--------------------------------------------------------------------------------------- */

.cl_block {
  margin: 0 0 50px;
}
.cl_ttl {
  position: relative;
  margin: 0 0 0;
  padding: 0 0 10px;
  border-bottom: 1px dotted #c6c6c6;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.cl_ttl p {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  *zoom: 1;
}
.cl_ttl .ttl01 {
  position: absolute;
  top: 20%;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl_ttl .ttl02 {
  padding: 0 10px 0 60px;
}
.cl_ttl .ttl02 img {
  transform: rotate(10deg);
}
.cl_ttl .ttl03 {
  padding-top: 10px;
  width: 80%;
  font-size: 16px;
  line-height: 1.4;
}
.cl_ttl .kensu {
  position: absolute;
  top: 50%;
  right: 0;
  color: #9ba2ac;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl_ttl .kensu span {
  color: #333;
}
.cl_lst:last-child {
  padding-bottom: 40px;
}
.cl_lst dl {
  padding: 10px 0;
  border-bottom: 1px dotted #c6c6c6;
  overflow: hidden;
  line-height: 1;
}
.cl_lst .img {
  float: left;
  margin-right: 20px;
}
.cl_lst .img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.cl_lst .ttl {
  margin: 10px 0 10px;
  line-height: 1.4;
}
.cl_lst .ttl a {
  font-size: 17px;
  color: #014dd7;
}

.cl_lst .ttl {
  position: relative;
  overflow: hidden;
  text-align: justify;
  background: #fff;
}
.not-just {
  text-align: unset;
}

.cl_lst .date {
  font-size: 12px;
  color: #969aa5;
}
.cl_lst .date img {
  margin: 0 0 0 4px;
  height: 14px;
}

.ten {
  margin: 40px 0 0;
  text-align: center;
}

/*-----------------------------------------------------	*/
/*	for - 950px					*/
/*-----------------------------------------------------	*/

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

/*-----------------------------------------------------	*/
/*	for - 768px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
  .cl_ttl .kensu {
    top: -10px;
  }
  .cl_ttl .ttl01 {
    top: 20%;
  }
}

/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 480px) {
  .cl_block {
    margin-bottom: 25px;
  }
}
