@charset "UTF-8";
/* CSS Document */
#billboard h2 {
	color: #fff;
	text-align: center;
	background: #d93129;
	padding: 0 0 0.75em;
}
#billboard h2 .sp01 {
	font-size: 250%;
	font-weight: 200;
	font-style: italic;
}
#billboard h2 .sp02 {
	display: block;
	font-size: 87.5%;
	font-weight: normal;
	max-width: 15em;
	margin: auto;
	padding-top: 0.75em;
	border-top: 1px solid #fff;
}
#contents .tabList01 {
	background: #989898;
}
#contents .tabList01 ul {
	display: table;
	width: 100%;
	text-align: center;
	background: #666;
}
#contents .tabList01 ul li {
	display: table-cell;
	width: 20%;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
#contents .tabList01 ul li:after {
	opacity: 0;
	display: block;
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #d93129;
}
#contents .tabList01 ul li.active:after {
	opacity: 1;
}
#contents .tabList01 ul li a {
	display: block; 
	color: #fff;
	padding: 1.0em 0;
	font-size: 87.5%;
	line-height: 1.5;
	box-sizing: border-box;
	position: relative;
	transition: 0.4s;
}
#contents .tabList01 ul li.active a {
	pointer-events: none;
}
#contents .tabList01 ul li a span {
	display: block;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
#contents .tabList01 ul li.fix01 a {
	line-height: 3;
}
#contents .tabList01 ul li:last-child a span {
	border-right: none;
}
#contents > .cf {
	padding-top: 4em;
}
#contents > .cf #sideNavi {
	width: 25%;
	float: left;
  position: sticky;
  position: -webkit-sticky;
  top: 160px;
}
#contents > .cf #sideNavi {
	border-top: 1px solid #989898;
}
#contents > .cf #sideNavi ul {
	background: rgba(255,255,255,0.8);
}
#contents > .cf #sideNavi ul li {
	border-bottom: 1px solid #989898;
}
#contents > .cf #sideNavi ul li:last-child {
	border-bottom: none;
}
#contents > .cf #sideNavi ul li a {
	padding: 1em 0;
	transition: 0.4s;
}
#contents > .cf #sideNavi ul.one li:nth-child(1) a,
#contents > .cf #sideNavi ul.two li:nth-child(2) a,
#contents > .cf #sideNavi ul.three li:nth-child(3) a {
	color: #d93129;
}
#contents > .cf #sideNavi ul li a span {
	display: block;
	padding: 0 0 0 1em;
	font-size: 87.5%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.5;
	letter-spacing: 0;
	position: relative;
	border-left: 4px solid #d93129;
}
#contents > .cf #sideNavi ul li.fix01 a span {
	line-height: 3;
}
#contents > .cf > .inner01 {
	width: 75%;
	float: right;
	padding-left: 3%;
	box-sizing: border-box;
	border-left: 1px solid #989898;
}
#contents > .cf > .inner01 > .ttl01 {
	font-size: 250%;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.2em;
	margin: -0.5em 0 1em;
}
#contents > .cf > .inner01 > .ttl02 {
	color: #000;
	line-height: 3;
	border-bottom: 4px solid #d93129;
	margin-bottom: 3em;
}
#contents > .cf > .inner01 > section {
	margin-top: -160px;
	padding-top: 160px;
}
#contents > .cf > .inner01 > section > .cf {
	padding: 3em 0;
	background-image: linear-gradient(to right, #9c9c9c, #9c9c9c 2px, transparent 2px, transparent 6px);
	background-size: 10px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#contents > .cf > .inner01 > section .ttl01 {
	color: #d93129;
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.8;
	margin-top: -0.4em;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > section .ttl02 {
	color: #d93129;
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.8;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > section .txt01 {
	font-size: 93.75%;
	letter-spacing: 0;
	line-height: 1.9;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > section .txt02 {
	font-size: 93.75%;
	letter-spacing: 0;
	line-height: 1.9;
	margin-top: 1em;
}
#contents > .cf > .inner01 > section .btn01 a {
	width: 60%;
	color: #fff;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	text-align: center;
	margin: 3em auto 0;
	padding: 1em 3em 1em 2em;
	background: #d93129;
	border: 1px solid #d93129;
	box-sizing: border-box;
	position: relative;
	transition: 0.4s;
}
#contents > .cf > .inner01 > section .btn01 a i {
	margin-left: 0.3em;
}
#contents > .cf > .inner01 > section .btn01 a:before,
#contents > .cf > .inner01 > section .btn01 a:after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	vertical-align: middle;
}
#contents > .cf > .inner01 > section .btn01 a:before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #d93129;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#contents > .cf > .inner01 > section .btn01 a:after{
	content: '〉';
	color: #d93129;
	font-size: 137.5%;
	top: 8px;
	right: 9px;
	transform: scaleY(0.6);
}
#contents > .cf > .inner01 > section .cf > div {
	width: 48%;
}
#contents > .cf > .inner01 > section .cf > .cf {
	width: 100%;
}
#contents > .cf > .inner01 > section:last-child .cf {
	background: none;
}
#contents > .cf > .inner01 > #section01 .cf {
	padding-top: 0;
}
#contents > .cf > .inner01 > #section03 .cf .left {
	width: 65%;
}
#contents > .cf > .inner01 > #section03 .cf .right {
	width: 31%;
}

@media only screen and (max-width: 1200px) {
	#contents .tabList01 ul {
    max-width: 100%;
	}
	#contents .tabList01 ul li a {
    font-size: 75%;
	}
	#contents > .cf #sideNavi ul li a span {
    font-size: 75%;
	}
	#contents > .cf #sideNavi ul li.fix01 a span {
    line-height: 1.5;
	}
	#contents > .cf > .inner01 > .ttl01 {
    font-size: 187.5%;
	}
}
@media only screen and (max-width: 960px) {
	#billboard {
		box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.2);
    position: relative;
    z-index: 100;
	}
	#contents > .cf #sideNavi ul li a {
    padding: 1em 0.1em 1em 0;
	}
	#contents .tabList01 {
	}
	#contents .tabList01 ul {
		display: block;
	}
	#contents .tabList01 ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #c9c9c9;
	}
	#contents .tabList01 ul li.active {
		background: #d93129;
	}
	#contents .tabList01 ul li:after {
		display: none;
	}
	#contents .tabList01 ul li.fix01 a {
    line-height: 1.5;
	}
	#contents .tabList01 ul li a {
    font-size: 100%;
	}
	#contents .tabList01 ul li a br {
		display: none;
	}
	#contents .tabList01 ul li a span {
		letter-spacing: 0;
		border: none !important;
	}
	#contents > .cf > .inner01 > section .cf > div {
    width: 100% !important;
    float: none;
	}
	#contents > .cf > .inner01 > section .cf > .cf {
    margin-bottom: 1em;
	}
}
@media only screen and (min-width: 768px) {
	#contents > .cf #sideNavi ul li a:hover {
		color: #d93129;
		background: #eee;
		transition: 0.4s;
	}
	#contents .tabList01 ul li:hover:after {
		opacity: 1;
		transition: 0.4s;
	}
	#contents > .cf > .inner01 > section .btn01 a:hover {
		color: #d93129;
		background: #fff;
		transition: 0.4s;
	}
}
@media only screen and (max-width: 767px) {
	#billboard .breadCrumb {
    border-bottom: 1px solid #fff;
	}
	#billboard h2 {
    padding: 2em 0;
	}
	#billboard h2 .sp02 {
		font-size: 100%;
		padding-top: 0.5em;
	}
	#contents .tabList01 ul li a {
		line-height: 1.5 !important;
	}
	#contents > .cf #sideNavi {
		width: 100%;
    padding-bottom: 2em;
    position: static;
    float: none;
    border-right: 1px solid #989898;
    box-sizing: border-box;
	}
	#contents > .cf #sideNavi ul li {
    border-bottom: 1px solid #989898 !important;
	}
	#contents > .cf #sideNavi ul li a span {
		font-size: 125%;
	}
	#contents > .cf #sideNavi ul li.fix01 a span {
    line-height: 3;
	}
	#contents > .cf {
    padding-top: 2em;
	}
	#contents > .cf > .inner01 {
    width: 100%;
    float: none;
    padding-left: 0;
    border: none !important;
	}
	#contents > .cf > .inner01 > .ttl01 {
    width: 9.5em;
    font-size: 275%;
		letter-spacing: 0;
		margin: 0 auto 0.5em;
	}
	#contents > .cf > .inner01 > .ttl02 {
		font-size: 125%;
    text-align: center;
    line-height: 4;
    margin-bottom: 2em;
	}
	#contents > .cf > .inner01 > section {
		margin-top: -80px;
    padding-top: 80px;
		padding-right: 5%;
		border-right: 1px solid #989898;
	}
	#contents > .cf > .inner01 > section .txt01,
	#contents > .cf > .inner01 > section .txt02 {
		font-size: 112.5%;
	}
	#contents > .cf > .inner01 > section .cf > div {
    width: 100% !important;
    float: none;
	}
	#contents > .cf > .inner01 > section .cf > .cf {
    margin-bottom: 1em;
	}
	#contents > .cf > .inner01 > section .txt01 span.fix01 {
    font-size: 125%;
	}
	#contents > .cf > .inner01 > section .btn01 a {
    width: 100%;
	}
	#contents > .cf > .inner01 > section .btn01.fix01 a {
		margin-bottom: 0;
	}
	#contents > .cf > .inner01 > section .btn01 a:after {
		font-size: 150%;
    top: 0.3em;
	}
	#contents > .cf > .inner01 > #section01 > .cf {
		padding-top: 0;
	}
}
@media (orientation: landscape) and (max-width: 850px) and (min-width: 768px){
	#contents > .cf #sideNavi {
    top: 50px;
	}
	#contents .tabList01 ul li.fix01 a {
    line-height: 1.5;
	}
}
@media (orientation: landscape) and (max-width: 767px){
	#contents > .cf > .inner01 > section .btn01 a:after {
    font-size: 100%;
    top: 0.75em;
    right: 0.75em;
	}
}
