@charset "utf-8";

#ct_bg .mapCol01 {
	width: 290px;
}
#ct_bg .mapCol02 {
	width: 580px;
}
#ct_bg .mapCol01 .text02::before,
#ct_bg .mapCol02 .text02::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - .6em);
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background: #000;
}
#ct_bg .mapCol01 .text02,
#ct_bg .mapCol02 .text02 {
	position: relative;
	padding-left: 1.2em;
}
#ct_bg .mapCol01 .btn02 > a,
#ct_bg .mapCol02 .btn02 > a {
	background: linear-gradient(to bottom, #ffd905 50%, #d0b104 100%);
}
#ct_bg .mapCol01 .btn02 > a:hover,
#ct_bg .mapCol02 .btn02 > a:hover {
	background: linear-gradient(to bottom, #d0b104 0%, #ffd905 50%);
}
#ct_bg .mapCol01 .btn03,
#ct_bg .mapCol02 .btn03 {
	margin-top: 20px;
}
#ct_bg .mapCol01 .btn03 > a,
#ct_bg .mapCol02 .btn03 > a {
	color: #00712f;
}
@media screen and (max-width: 639px) {
#ct_bg .mapCol01,
#ct_bg .mapCol02 {
	width: 100%;
	margin-top: 15px;
}
#ct_bg .mapCol01 .text02::before,
#ct_bg .mapCol02 .text02::before {
	top: calc(50% - .5em);
	width: 1.4rem;
	height: 1.4rem;
}
#ct_bg .mapCol01 .text02,
#ct_bg .mapCol02 .text02 {
	padding-left: 1.1em;
}
}