@charset "utf-8";

.page-challenge .hero {
	background-image: url(../img/hero/challenge.jpg);
	background-position: center top;
}





/* アンカーリンク ********************************************************************************/
.anchor-link {
	width: 100%;
	background-color: #8ABB2C;
	padding: 85px 0;
}

.anchor-link ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.anchor-link ul li {
	display: inline-block;
}

.anchor-link ul li a {
	display: block;
	width: 300px;
	margin: 15px 10px;
	
	box-sizing: border-box;
	border: solid 1px #FFF;
	border-radius: 10px;
	padding: 80px 0 15px 0;
	
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: center 20px;
	
	transition: all 0.5s;
}
.anchor-link ul li a.c1 { background-image: url(../img/challenge/icon-wht-1.png); }
.anchor-link ul li a.c2 { background-image: url(../img/challenge/icon-wht-2.png); }
.anchor-link ul li a.c3 { background-image: url(../img/challenge/icon-wht-3.png); }
.anchor-link ul li a.c4 { background-image: url(../img/challenge/icon-wht-4.png); }
.anchor-link ul li a.c5 { background-image: url(../img/challenge/icon-wht-5.png); }

@media only screen and (min-width: 800px) {
.anchor-link ul li a:hover {
	background-color: #FFF;
	color: #8ABB2C;
	transition: all 0.5s;
}
.anchor-link ul li a.c1:hover { background-image: url(../img/challenge/icon-1.png); }
.anchor-link ul li a.c2:hover { background-image: url(../img/challenge/icon-2.png); }
.anchor-link ul li a.c3:hover { background-image: url(../img/challenge/icon-3.png); }
.anchor-link ul li a.c4:hover { background-image: url(../img/challenge/icon-4.png); }
.anchor-link ul li a.c5:hover { background-image: url(../img/challenge/icon-5.png); }
}

@media only screen and (max-width: 800px) {
.anchor-link ul li a {
	width: 275px;
	background-size: auto 40px;
	padding-top: 70px;
}
}

@media only screen and (max-width: 700px) {
.anchor-link {
	padding: 55px 0;
}
.anchor-link ul li a {
	margin: 5px;
}
}


.anchor-link p {
	color: #FFF;
	text-align: center;
	margin: 1em 15px 0 15px;
}



/*********************************************************************************/

/* 左側 */
.challenge h2 img {
	height: 50px;
	margin-bottom: 0.5em;
}

.challenge > div > div:first-child p {
	margin-top: 1em;
}



/* 右側のリスト */
.challenge ul {
	list-style-type: none;
}
.challenge ul li {
	margin-bottom: 1em;
}
.challenge ul li:last-child {
	margin-bottom: 0;
}

.challenge ul li > span,
.challenge ul li > a {
	display: block;
	border: solid 1px rgba(0,0,0,0.2);
	padding: 1em;
	text-align: center;
}
.challenge ul li > a {
	border: solid 1px #5D2A03;
	color: #5D2A03;
	text-decoration: none;
}




/* 道がなければ、つくるしかない。*/
.challenge.turtle {
	text-align: center;
}
.challenge.turtle img {
	width: 100%;
	max-width: 300px;
}
.challenge.turtle h2 {
	margin-top: 1em;
}




@media only screen and (max-width: 700px) {

.challenge {
	text-align: center;
}

}



