@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : jump_airplane.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
#contents > * > * {
	max-width: 1000px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  #contents > * > * {
		width: 95%;
  }
}

#contents > * {
	padding-left: 240px;
}
@media only screen and (max-width: 1280px) {
  #contents > * {
		padding-left: 0;
  }
}
@media print {
  #contents > * {
		padding-left: 0;
  }
}
.ie8 #contents > * {
	padding-left: 0;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_jump
----------------------------------------------------------- */
.con_jump {
	width: 600px;
	margin: 60px auto;
	padding: 2em;
	border: 1px solid #836c42;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_jump {
		margin: 40px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_jump {
		margin: 15px auto;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_jump {
		width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_jump {
		width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_jump {
		width: 90%;
  }
}
.con_jump h1 {
	position: relative;
	margin-bottom: 60px;
	font-size: 120%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_jump h1 {
		margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_jump h1 {
		margin-bottom: 40px;
  }
}
.con_jump h1::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 245px;
	height: 2px;
	margin: auto;
	background: linear-gradient(#8b5a3c 50%, #f4f4f4 50%);
}
.con_jump h1::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -21px;
	left: 0;
	width: 50px;
	height: 3px;
	margin: auto;
	background: #a4803e;
}
.con_jump p {
	margin-bottom: 20px;
	font-size: 94%;
	line-height: 1.7em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_jump p {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_jump p {
		margin-bottom: 10px;
  }
}
.con_jump p.large {
	font-size: 107%;
}
.con_jump p.left {
	text-align: left;
}
.con_jump p.center {
	text-align: center;
}
.con_jump p span.bold {
	font-weight: bold;
}
.con_jump .btn_beige {
	display: inline-block;
}
.con_jump .btn_beige a {
	display: block;
	width: 100%;
	padding: .7em 1.5em;
	border: 3px solid #c4c1ba;
	background: #fff;
	color: #575757;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-color: #836c42;
	color: #836c42;
	border-color: #a4803e;
	background: #a4803e;
	color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_jump .btn_beige a {
		padding: .7em 1em;
  }
}
.con_jump .btn_beige a span::after {
	content: "\f3d3";
	padding-left: 5px;
	font-family: "Ionicons";
}
.con_jump .btn_beige a:hover {
	background: #c4c1ba;
}
.con_jump .btn_beige a:hover {
	background: #836c42;
	color: #fff;
}
.con_jump .btn_beige a:hover {
	background: #a4803e;
	color: #fff;
	opacity: .7;
}
