

.lists{
	margin: 0;
}
.list{
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
	padding: 30px 15px;
}
.list:first-child{
	border-top: 1px solid #ccc;
}
.list .listIn{
	max-width: 800px;
	margin: 0 auto;
}
.list .date{
	color: #666;
}
.list .title{
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.list .desc{
	width: 100%;
	padding: 15px;
}



/* :::::::::::::::::: smartphone :::::::::::::::::: */

/* 575px smartphone*/
@media (max-width: 575px) {

}
@media screen and (max-width: 667px) {
	
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.list .date{
		text-align: right;
	}
	.list .title{
		font-size: 1.25rem;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
	
}