.resp-img {
  width:100%;
}

.opa:hover img {
  opacity:0.6;
}

.div-harf {
  width:50%;
}

@media screen and (max-width:767px){
	.div-harf {
  		width:100%;
	}
}

/* 20250722 */
.info-area li {
	list-style-type: none;
	color:#020046;
}
.info-area .info-right li {
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    line-height:1.8;
}
.info-area h2 {
	font-size:20px;
	color:#020046;
	text-align:center;
	width:5em;
	display:inline-block;
	border-bottom:2px solid #020046;
}
.info-area img {
	width:100%;
}

.info-area a:hover img {
	opacity:0.6;
}


.date-fmt {
	color:#fff;
	background:#020046;
	padding:7px;
	border-radius:5px;
	font-size:15px;
    margin-right:15px;
}