@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/jump/ for SP

++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width : 768px){

#global_navigation h1 {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}

#contents_area {
	margin-bottom: 25px;
	background: #fff;
}


/* ----------------------------------------
	#section_jump
---------------------------------------- */

#section_jump {
	padding-top: 35px;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 1.7;
}
#section_jump p+p {
	margin-top: 1em;
}

#section_jump .btn {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 250px;
	margin: 30px auto 15px;
	padding-left: 20px;
	border: solid 1px #000;
	border-radius: 3px;
	text-align: left;
	color: inherit;
	font-weight: bold;
	line-height: 37px;
}
#section_jump .btn:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
	width: 8px;
	height: 100%;
	background: url(/dog/common/image/arrow_r_bk.png) 0 50% no-repeat;
	background-size: 100%;
}

}