@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ========== heading ========== */
.lp-heading3-01 {
	margin-top: 3.375em;
}

@media only screen and (max-width: 640px) {
	.lp-heading3-01 {
		margin-top: 1.6875em;
	}
}

.lp-hr-01 + .lp-heading3-01 {
	margin-top: 0;
}

.lp-hr-01 {
	margin-top: 40px;
	margin-bottom: 20px;
}

/* ========== ground ========== */
@media only screen and (max-width: 640px) {
	.c-btnGroup-01.cpn-pc {
		display: none;
	}
}
@media only screen and (min-width: 640px) {
	.c-btnGroup-01.cpn-sp {
		display: none;
	}
}

/* ========== anchorLinks ========== */
.lp-anchorLinks-01 {
	margin: 0;
    padding: 0;
	margin-top: 10px;
}

.lp-anchorLinks-01:before,
.lp-anchorLinks-01:after {
    clear: both;
}

.lp-anchorLinks-01:after {
    content: " ";
    display: table;
}

.lp-anchorLinks-01 li {
	display: block;
	float: left;
	margin-top: 20px;
	width: 48.57142857142857%;
}

.lp-anchorLinks-01 li:nth-child(even) {
	margin-left: 2.857142857142857%;
}

.lp-anchorLinks-01 li a:hover,
.lp-anchorLinks-01 li a:focus,
.lp-anchorLinks-01 li a:active {
    opacity: .7;
    filter: alpha(opacity=70);
}

.lp-anchorLinks-01 a {
	border: solid 5px #c2df7e;
	color: #535252;
	font-weight: bold;
	text-decoration: none;
	display: table;
	padding: 20px 10px 20px 10px;
	width: 100%;
}

.lp-anchorLinks-01 li a span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-left: 36px;
	position: relative;
}

.lp-anchorLinks-01 li a span:before {
    content: "";
    background-image: url(../img/arrow_bottom.png);
    background-repeat: no-repeat;
	background-position: 0 0;
    width: 25px;
    height: 25px;
	top: 50%;
    left: 0;
	margin-top: -12.5px;
    position: absolute;
}

@media only screen and (max-width: 640px) {
	.lp-anchorLinks-01 li {
		float: none;
		width: 100%;
		margin-top: 5px;
	}
	
	.lp-anchorLinks-01 li:nth-child(even) {
		margin-left: 0
	}
}





	
