@charset "utf-8";
@import url("common.css");
/*======================================================================
||
||   jump.css
||
======================================================================*/

.jump_main {
	padding:80px 0 130px;
}

.jump_main h1 {
	text-align:center;
	margin:0 0 34px;
}

.jump_main div:nth-of-type(1) {
	width:650px;
	margin:68px auto 0;
}
.jump_main div:nth-of-type(1) h2 {
	text-align:center;
}


.jump_main div:nth-of-type(2) {
	width:650px;
	margin:38px auto 0;
	padding:40px 260px 0 0;
	position:relative;
	background:url(../img/jump/pic.jpg) no-repeat right top;
	background-size:230px auto;
}


.jump_main div p {
	margin:30px 0 0;
	font-size:15px;
	color:#686D71;
	font-family: Helvetica,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height:180%;
}
.jump_main div:nth-of-type(2) p {
	font-size:12px;
}
.jump_main div a {
	position:absolute;
	top:40px;
	right:260px;
}



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

.jump_main {
	padding:40px 0 65px;
}

.jump_main h1 img {
	width:172px;
}
.jump_main div:nth-of-type(1) {
	width:90%;
	margin:34px auto 0;
}
.jump_main div:nth-of-type(1) h2 img {
	width:100%;
}

.jump_main div:nth-of-type(2) {
	width:90%;
	margin:19px auto 0;
	padding:20px 0 130.43% 0;
	position:relative;
	background:url(../img/jump/pic.jpg) no-repeat center bottom;
	background-size:contain;
}
.jump_main div a {
	display:block;
	position:relative;
	top:0;
	right:0;
	margin:5px 0;
}

}/* eof max-width:768px */	