@media screen and (min-width: 601px) {

.home .info-list {
	margin-left: 0;
}
.home .info-list > li {
	padding-left: 0;
}
.home .info-list > li:before {
	display: none;
}
.home .info-list > li a {
	display: flex;
	flex-wrap: wrap;
}
.home .info-list .date {
	color: #777;
	margin-right: 0;
	width: 6em;
	letter-spacing: 0.5px;
}
.home .info-list .title {
	box-sizing: border-box;
	width: calc(100% - 6em);
	padding-left: 10px;
}
#tab-area__front-bbs .tab-contents,
#tab-area__front-channel .tab-contents {
	padding: 35px;
    background: #fffded;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 0 1px #f80;
}
#tab-area__front-bbs ul,
#tab-area__front-channel ul {
	margin: 0;
}
#tab-area__front-bbs ul li,
#tab-area__front-channel ul li {
	margin-bottom: 14px;
}
#tab-area__front-bbs ul li:last-child,
#tab-area__front-channel ul li:last-child {
	margin-bottom: 0;
}
#tab-area__front-bbs ul li a,
#tab-area__front-channel ul li a {
	color: #333;
}
/* article-list-box */
.home .article-list-box {
}
.home .article-list-box > li {
	margin-bottom: 20px;
}

}



@media screen and (max-width: 600px) {
#tab-area__front-bbs .tab-contents,
#tab-area__front-channel .tab-contents {
	padding: 30px 10px 30px 25px;
	background: #fffded;
	margin-top: 20px;
	border-radius: 8px;
	box-shadow: 0 0 1px #f80;
}
#tab-area__front-bbs ul,
#tab-area__front-channel ul {
	margin: 0;
}
#tab-area__front-bbs ul li,
#tab-area__front-channel ul li {
	margin-bottom: 12px;
}
#tab-area__front-bbs ul li:last-child,
#tab-area__front-channel ul li:last-child {
	margin-bottom: 0;
}
#tab-area__front-bbs ul li a,
#tab-area__front-channel ul li a {
	color: #333;
}
.home #main div.btn {
	margin-top: 2em;
}
.home .info-list {
	margin-left: 0;
}
.home .info-list > li {
	padding-left: 0;
	line-height: 1.45;
	margin-bottom: 10px;
}
.home .info-list > li:before {
	display: none;
}
.home .info-list > li:last-child {
	margin-bottom: 0;
}
.home .info-list > li a {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	align-items: center;
}
.home .info-list .date {
	color: #777;
	margin-right: 0;
	width: 65px;
	letter-spacing: 0.1px;
	font-size: 11px;
}
.home .info-list .title {
	box-sizing: border-box;
	width: calc(100% - 65px);
	padding-left: 5px;
}
.home #main .article-list li {
	margin: 0;
	padding: 0;
}
.home #main .article-list li:before,
.home #main .article-list li a:hover:before {
	display: none;
}
.front-section--member .member-list--simple > li:nth-child(7),
.front-section--member .member-list--simple > li:nth-child(8) {
	display: none;
}

}