@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	 /jump/ for PC

++++++++++++++++++++++++++++++++++++++++ */

@media screen and (min-width: 769px){

#global_navigation {
	-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: 75px;
	background: #fff;
}


/* ----------------------------------------
	#section_jump
---------------------------------------- */

#section_jump {
	padding-top: 75px;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 2;
}
#section_jump p+p {
	margin-top: 1em;
}

#section_jump .btn {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 300px;
	margin: 50px auto 0;
	padding-left: 30px;
	border: solid 1px #000;
	border-radius: 3px;
	text-align: left;
	color: inherit;
	font-weight: bold;
	line-height: 52px;
}
#section_jump .btn:before {
	content: '';
	position: absolute;
	right: 14px;
	top: 0;
	width: 8px;
	height: 100%;
	background: url(/dog/common/image/arrow_r_bk.png) 0 50% no-repeat;
	background-size: 100%;
}

}