@charset "utf-8";

.visual{
	margin-bottom: 30px;
}

.information > .h2_title{
	border-bottom: 1px solid #000;
	padding-bottom: 16px;
}

.information > .item{
	margin: 60px 30px 0;
	border-bottom: 1px solid #000;
	padding-bottom: 60px;
}
.information > .item:last-of-type{
	border-bottom: 0;
}
.information > .item > time{
	display: inline-block;
	margin-bottom: 12px;
	font-size: 14px;
}
.information > .item > .h3_title{
	margin-bottom: 40px;
	font-size: 14px;
}
.information > .item > div{
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.information > .item > div > .txt{
	width: 460px;
	font-size: 14px;
	line-height: 1.6em;
}

@media screen and (max-height: 760px) {

.visual{
	
}
	
}