@charset "utf-8";

#ct_bg .editArea01 .btnList01 > li {
	width: calc(100%/2 - 10px) !important;
}
.list05.count2 {
	counter-reset: li 1 !important; 
}
.list08.type01 {
	display: flex;
	flex-wrap: wrap;
}
.list08.type01 > li:nth-child(odd) {
	width: calc(100% - 440px);
}
.list08.type01 > li:nth-child(even) {
	width: 440px;
}
.list08 > li:nth-child(n + 2) {
	margin-top: 20px !important;
}
.list08.type01 > li:nth-child(2) {
	margin-top: 5px !important;
}
#ct_bg .copyright {
	margin-top: 40px;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}

@media screen and (max-width: 639px) {
#ct_bg .editArea01 .btnList01 > li {
	width: 100% !important;
}
.list08.type01 > li:nth-child(odd),
.list08.type01 > li:nth-child(even) {
	width: 100%;
}
.list08 > li:nth-child(n + 2) {
	margin-top: 20px !important;
}
.list08.type01 > li:nth-child(even) {
	margin-top: 10px !important;
}
#ct_bg .copyright {
	margin-top: 10px;
	text-align: left;
}
}