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

#contents > .cf {
	padding: 4em 0 0;
}
#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,
#contents > .cf #sideNavi ul.four  li:nth-child(4) a {
	color: #d93129;
}
#contents > .cf #sideNavi ul li a span {
	display: block;
	padding: 0 1em;
	font-size: 87.5%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.5;
	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: 0 0 0 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: 1em 0;
}
#contents > .cf > .inner01 > .ttl02 {
	color: #000;
	line-height: 3;
	border-bottom: 4px solid #d93129;
}
#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%;
	line-height: 1.8;
	margin: 2em 0 1em;
}
#contents > .cf > .inner01 > section .txt01 {
	color: #d93129;
	font-size: 93.75%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 2;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > section .txt01 span {
	display: block;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > section .txt02 {
	font-size: 93.75%;
	line-height: 2;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > section .txt02 span {
	display: block;
	color: #333;
	margin-bottom: 0.5em;
}
#contents > .cf > .inner01 > section .txt03 {
	font-size: 93.75%;
	line-height: 2;
	float: right;
}
#contents > .cf > .inner01 > #section01 .ttl01 {
	margin-top: 3em;
}
#contents > .cf > .inner01 > #section01 .txt01 {
	letter-spacing: 0;
}
#contents > .cf > .inner01 > #section01 .txt02 {
	width: 80%;
}
#contents > .cf > .inner01 > #section01 .cf {
	padding-top: 0;
}
#contents > .cf > .inner01 > #section01 .cf .left {
	width: 63%;
}
#contents > .cf > .inner01 > #section01 .cf .right {
	width: 37%;
	margin-top: -2em;
}
#contents > .cf > .inner01 > #section01 .cf img {
	max-width: 300px;
	float: right;
}
#contents > .cf > .inner01 > #section02 .cf {
	padding: 0 0 3em;
}
#contents > .cf > .inner01 > #section02 .cf .left {
	width: 53%;
}
#contents > .cf > .inner01 > #section02 .cf .right {
	width: 47%;
}
#contents > .cf > .inner01 > #section02 .cf img {
	max-width: 425px;
	margin-top: 5em;
}
#contents > .cf > .inner01 > #section03 .cf {
	padding: 0 0 3em;
}
#contents > .cf > .inner01 > #section03 .txt02 span {
	display: block;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > #section03 .cf img {
	clear: both;
	max-width: 240px;
	float: right;
}
#contents > .cf > .inner01 > #section04 {
	padding-bottom: 4em;
}
#contents > .cf > .inner01 > #section04 .cf {
	background: none;
}
#contents > .cf > .inner01 > #section04 .txt02 {
	margin-bottom: 2em;
}
@media only screen and (max-width: 1200px) {
	#contents > .cf > .inner01 > .ttl01 {
    font-size: 187.5%;
	}
	#contents > .cf > .inner01 > #section01 .cf > div {
    width: 100% !important;
    float: none;
	}
	#contents > .cf > .inner01 > #section01 .cf > .right {
		margin-top: 1em;
	}
	#contents > .cf > .inner01 > #section01 .txt02 {
    width: 100%;
	}
	#contents > .cf > .inner01 > #section01 .cf img {
    margin: auto;
    float: none;
	}
	#contents > .cf > .inner01 > #section02 .cf > div {
    width: 100% !important;
    float: none;
	}
	#contents > .cf > .inner01 > #section02 .cf > .left {
		margin-bottom: 3em;
	}
}
@media only screen and (max-width: 960px) {
}
@media only screen and (min-width: 768px) {
	#contents > .cf #sideNavi ul li a:hover {
		color: #d93129;
		background: #eee;
		transition: 0.4s;
	}
	#contents > .cf > .inner01 > section .btn01 a:hover {
		color: #d93129;
		background: #fff;
		transition: 0.4s;
	}
}
@media only screen and (max-width: 767px) {
	#contents {
		overflow: hidden;
	}
	#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 > img {
		width: 120%;
		margin: -2em 0 2em -10%;
	}
	#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 {
    font-size: 112.5%;
	}
	#contents > .cf > .inner01 > section .txt02 {
		font-size: 100%;
		letter-spacing: 0;
	}
	#contents > .cf > .inner01 > section .txt03 {
    font-size: 100%;
    width: 15em;
    margin: auto;
    float: none;
	}
	#contents > .cf > .inner01 > section .cf > div {
    width: 100% !important;
    float: none;
	}
	#contents > .cf > .inner01 > #section01 > .cf {
		padding-top: 0;
	}
	#contents > .cf > .inner01 > #section01 .txt01 span {
    padding-left: 8em;
    text-indent: -8em;
	}
	#contents > .cf > .inner01 > #section01 .cf .left .txt01 {
    font-size: 106.25%;
	}
	#contents > .cf > .inner01 > #section02 .cf img {
    margin-top: 3em;
	}
	#contents > .cf > .inner01 > #section03 .cf img {
    max-width: 15em;
    float: none;
    margin: auto;
	}
}
@media (orientation: landscape) and (max-width: 850px) and (min-width: 768px){
	#contents > .cf #sideNavi {
    top: 50px;
	}
	#contents > .cf #sideNavi ul li a {
    padding: 0.5em 0;
	}
}
@media (orientation: landscape) and (max-width: 767px){
}
