@charset "UTF-8";
/* CSS Document */

#billboard {
	margin-bottom: 4em;
}
#contents > .cf {
	padding-top: 4.5em;
}
#contents > .cf #sideNavi {
	width: 20%;
	float: left;
  position: sticky;
  position: -webkit-sticky;
  top: 200px;
	z-index: 100;
}
#contents > .cf #sideNavi ul {
	text-align: right;
	margin-top: -5em;
	padding-right: 1em;
}
#contents > .cf #sideNavi ul li {
	margin-bottom: 1em;
}
#contents > .cf #sideNavi ul li:first-child {
	padding-top: 3em;
}
#contents > .cf #sideNavi ul li a {
	color: #000;
	padding: 1em 0;
	position: relative;
}
#contents > .cf #sideNavi ul li a:after {
	content: '・';
	color: #ccc;
	font-size: 250%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	position: absolute;
	top: -0.09em;
	right: -0.955em;
}
body.ie #contents > .cf #sideNavi ul li a:after {
	right: -0.98em;
}
#contents > .cf #sideNavi ul li a span {
	padding: 0;
	font-size: 87.5%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.5;
	position: relative;
}
#contents > .cf #sideNavi ul li:nth-child(1) a span:after,
#contents > .cf #sideNavi ul li:nth-child(2) a span:after,
#contents > .cf #sideNavi ul li:nth-child(3) a span:after,
#contents > .cf #sideNavi ul li:nth-child(4) a span:after,
#contents > .cf #sideNavi ul li:nth-child(5) a span:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 4px;
	border-radius: 2px;
	background: #4ca82d;
	position: absolute;
	bottom: -0.5em;
	left: 0;
	right: 0;
	transition: 0.4s;
}
#contents > .cf #sideNavi ul.one li:nth-child(1) a span:after,
#contents > .cf #sideNavi ul.two li:nth-child(2) a span:after,
#contents > .cf #sideNavi ul.three li:nth-child(3) a span:after,
#contents > .cf #sideNavi ul.four li:nth-child(4) a span:after,
#contents > .cf #sideNavi ul.five li:nth-child(5) a span:after {
	width: 100%;
	transition: 0.4s;
}
#contents > .cf > .inner01 {
	width: 80%;
	float: right;
	padding-left: 5%;
	box-sizing: border-box;
	border-left: 2px solid #ccc;
}
#contents > .cf > .inner01 > section {
	margin-top: -160px;
	padding-top: 160px;
}
#contents > .cf > .inner01 > section h3.ttl01 {
	color: #000;
	font-size: 237.5%;
	text-align: center;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
}
#contents > .cf > .inner01 > section h3.ttl01:after {
	content: '';
	display: block;
	margin: 0.1em auto 1em;
	width: 1.7em;
	height: 6px;
	border-radius: 3px;
	background: #4ca82d;
}
#contents > .cf > .inner01 > section h3.ttl01 .sp01 {
	color: #4ca82d;
	font-size: 150%;
	font-family: "Hiragino Kaku Gothic W4 JIS2004";
}
#contents > .cf > .inner01 > section > .txt01 {
	color: #333;
	line-height: 2.5;
	text-align: center;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
}
#contents > .cf > .inner01 > section > .txt01 strong {
	font-size: 112.5%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	background: linear-gradient(transparent 70%,#ffb57f 70%);
}
@media only screen and (max-width: 1200px) {
	#contents > .cf #sideNavi ul li a {
    font-size: 87.5%;
		letter-spacing: 0;
	}
	#contents > .cf #sideNavi {
    width: 27%;
	}
	#contents > .cf #sideNavi ul li:not(:last-child) a:after {
    right: -0.99em;
	}
	#contents > .cf > .inner01 {
    width: 73%;
	}
	#contents > .cf > .inner01 > section h3.ttl01 {
    font-size: 175%;
    letter-spacing: 0;
	}
}
@media only screen and (max-width: 960px) {
	#contents > .cf > .inner01 {
    margin-top: -0.3em;
	}
}
@media only screen and (min-width: 768px) {
	#contents > .cf #sideNavi ul li a:hover span:after {
    width: 100%;
    transition: 0.4s;
	}
}
@media only screen and (max-width: 767px) {
	#contentsWrap {
    overflow: hidden;
	}
	#contents > .cf {
    padding-top: 5em;
	}
	#contents > .cf #sideNavi {
		width: 100%;
    padding-bottom: 2em;
		margin-bottom: 4em;
    position: static;
    float: none;
    border-right: 1px solid #989898;
    box-sizing: border-box;
	}
	#contents > .cf #sideNavi ul {
    padding-right: 0;
	}
	#contents > .cf #sideNavi ul li {
		text-align: left;
		margin-bottom: 0 !important;
    border-top: 1px solid #989898 !important;
		border-bottom: none !important;
	}
	#contents > .cf #sideNavi ul li:first-child {
    padding-top: 0;
	}
	#contents > .cf #sideNavi ul li a {
		font-size: 100%;
		padding: 2em 0 2em 2.5em;
	}
	#contents > .cf #sideNavi ul li a:after {
    font-size: 600%;
    line-height: 1;
    top: 0;
    right: auto;
    left: -0.3em;
	}
	#contents > .cf #sideNavi ul li a span {
		font-size: 125%;
	}
	#contents > .cf #sideNavi ul li.fix01 a span {
    line-height: 3;
	}
	#contents > .cf > .inner01 {
    width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 5%;
		border-left: none;
		border-right: 1px solid #989898;
	}
	#contents > .cf > .inner01 > section h3.ttl01 {
    font-size: 162.5%;
	}
	#contents > .cf > .inner01 > section h3.ttl01:after {
		width: 2em;
		height: 4px;
		border-radius: 2px;
	}
	#contents > .cf > .inner01 > section > .txt01 {
		font-size: 112.5%;
    line-height: 2;
    text-align: left;
	}
}
@media (orientation: landscape) and (max-width: 850px) and (min-width: 768px){
	#contents > .cf #sideNavi {
    top: 50px;
	}
	#contents > .cf > .inner01 {
    margin-top: -0.3em;
	}
}
@media (orientation: landscape) and (max-width: 767px){
}
