﻿


#jump_contents .innner{
	text-align: center;
	padding:50px 0;
}

#jump_contents .text01{
	font-weight:bold;
	font-size:30px;
	line-height:1.5;
}
#jump_contents .text02{
	font-weight:bold;
	font-size:20px;
}
#jump_contents .text00, #jump_contents .text03{
	font-weight: bold;
	font-size: 22px;
	margin:20px auto;
}
#jump_contents .text00 a, #jump_contents .text03 a{
	color:crimson;
	text-decoration:none;
}
#jump_contents .text00 a:hover, #jump_contents .text03 a:hover{
	color:#036;
}
#jump_contents .text04{
	display:none;
}
/*---------SP----------*/
@media screen and (min-width: 0px) and (max-width: 767px) {
#jump_contents .innner{
	width:100%;
	padding:7% auto 5%;
}
#jump_contents .text01{
	font-size:5vw;
	padding-bottom: 2%;
	letter-spacing:-1px;
}
#jump_contents .text02{
	font-size: 3.7vw;
    letter-spacing: -1px;
}
#jump_contents .text00{
	display:block;
	font-weight: bold;
	font-size: 5vw;
	padding:4% 0 6%;
	margin:0;
}
#jump_contents .text03{
	display:none;
}
#jump_contents .text04{
	display:block;
	font-weight: bold;
	font-size: 5vw;
	padding:4% 0 6%;
}
#jump_contents .text04 a{
	color:crimson;
}
}

#jump_recommend{
	text-align:center;
	background-color:#cee2f6;
	padding: 20px 0 40px;
	margin:0 auto 50px;
}

#jump_recommend h2{
	background:none;
	color:#004098;
	font-size:24px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
    margin: 0;
	border:none;
}
#jump_recommend h2 span{
	position: relative;
  	padding: 0.4em;
}
#jump_recommend h2 span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(-45deg, #BCBCBC, #BCBCBC 2px, white 3px, white 6px);
}

#jump_recommend ul{
    width: 960px;
    margin: 0 auto;
}
#jump_recommend li{
	display: inline-block;
    padding-right: 15px;
    width: 22%;
    float: none;
    margin: 0;
}
#jump_recommend li img{
	width: 100%;
}
#jump_recommend li a:hover{
	opacity: 0.7;
}
/*---------SP----------*/
@media screen and (min-width: 0px) and (max-width: 767px) {
#jump_recommend{
	padding:5% 3%;
}
#jump_recommend h2{
	background:none;
	padding-bottom: 15px;
	font-size:1.2em;
}
#jump_recommend h2 span{
	font-size: 5vw;
    position: relative;
    padding: 2.5vw;
}
#jump_recommend h2 span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(-45deg, #BCBCBC, #BCBCBC 2px, white 3px, white 6px);
}

.jump_recommend-wrap{
	overflow-x: scroll;
}
#jump_recommend ul{
	width: 150vw;
	display: flex;
}
#jump_recommend .item3{
	width: 110vw;
	display: flex;
}
#jump_recommend li{
	display: block;
    padding: 0 1%;
    width: auto;
}
#jump_recommend li a:hover{
	opacity: 0.7;
}
}


