@charset "UTF-8";
/* CSS Document */

.cd{
	border-bottom: solid 2px #007c80;
	padding-bottom: 30px;
	padding-top: 10px;
	text-align: center;
}

@media(min-width:768px){
	.cd{
		border-bottom: none;
		padding-bottom: 20px;
	}
}


.jaket_photo img{
	max-width: 300px;
	height: auto;
}


.jaket_photo_tate img{
	width: auto;
	max-height: 300px;
}


.cd_number{
	font-size: 15px;
	font-weight: 400;
	margin: 10px 0px 5px 0px;
}

.cd_title{
	font-size: 18px;
	color: #007C80;
}

.cd_date{
	font-size: 15px;
	font-weight: 400;
	margin: 8px 0px;
}

.cd_more a{
	color: #161C2C;
	font-size: 15px;
	font-weight: 400;
	margin: 8px 0px;
	text-decoration: underline;
}


/*768以上横並び*/
@media(min-width:768px){
	.flex{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		max-width: 100%;
		justify-content: space-between;
	}
	
	.flex::after {
		display: block;
		content:"";
		width: 340px;
}
}