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

#billboard .breadCrumb {
	margin-bottom: -2em;
	background: transparent;
	position: relative;
}
#billboard .breadCrumb ul li a {
	color: #4d4d4d;
}
#billboard > .txt01 {
	color: #fff;
	font-size: 225%;
	font-weight: normal;
	text-align: center;
	line-height: 2;
	background: #d66ca6 ;
}
#contents > .tabList01 {
	background: #f5f5f5;
	position: relative;
	z-index: 100;
}
#contents > .tabList01 ul {
	padding: 2em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents > .tabList01 ul li {
	width: 32.8%;
	text-align: center;
	margin-bottom: 0.8%;
}
#contents > .tabList01 ul li:nth-last-child(1),
#contents > .tabList01 ul li:nth-last-child(2),
#contents > .tabList01 ul li:nth-last-child(3) {
	margin-bottom: 0;
}
#contents > .tabList01 ul li a {
	color: #646464;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 60px;
	background: #fff;
	border: 1px solid #a0a0a0;
	transition: 0.4s;
}
#contents > .tabList01 ul li.active a {
	color: #fff;
	pointer-events: none;
	background: #d93129;
	border-color: #d93129;
}
#contents #linkTop {
	display: block;
	margin-top: -160px;
	padding-top: 160px;
}
#contents .inner01 section {
	margin-top: -160px;
	padding-top: 160px;
}
#contents > .twoColumn {
	padding-top: 4.5em;
}
#contents > .twoColumn > .inner01 {
	width: 75%;
	float: right;
	padding: 0 0 0 3%;
	box-sizing: border-box;
	border-left: 1px solid #989898;
}
#contents > .twoColumn #sideNavi {
	width: 25%;
	float: left;
  position: sticky;
  position: -webkit-sticky;
  top: 160px;
	z-index: 100;
}
#contents > .twoColumn #sideNavi {
	border-top: 1px solid #989898;
}
#contents > .twoColumn #sideNavi ul {
	/*background: rgba(255,255,255,0.8);*/
}
#contents > .twoColumn #sideNavi ul li {
	border-bottom: 1px solid #989898;
}
#contents > .twoColumn #sideNavi ul li a {
	padding: 1em 0;
	transition: 0.4s;
}
#contents > .twoColumn #sideNavi ul.one li:nth-child(1) a,
#contents > .twoColumn #sideNavi ul.two li:nth-child(2) a,
#contents > .twoColumn #sideNavi ul.three li:nth-child(3) a,
#contents > .twoColumn #sideNavi ul.four li:nth-child(4) a,
#contents > .twoColumn #sideNavi ul.five li:nth-child(5) a,
#contents > .twoColumn #sideNavi ul.six li:nth-child(6) a,
#contents > .twoColumn #sideNavi ul.seven li:nth-child(7) a,
#contents > .twoColumn #sideNavi ul.eight li:nth-child(8) a,
#contents > .twoColumn #sideNavi ul.nine li:nth-child(9) a {
	color: #d93129;
}
#contents > .twoColumn #sideNavi ul li a > span {
	display: block;
	padding: 0 0.5em 0 1em;
	font-size: 87.5%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.5;
	letter-spacing: 0;
	position: relative;
	box-sizing: border-box;
	border-left: 4px solid #d93129;
}
#contents > .twoColumn #sideNavi ul li.fix01 a > span {
	line-height: 3;
}
#contents > .twoColumn > .inner01 > section {
}
#contents .ttlTop {
	width: 96%;
	text-align: center;
	padding-bottom: 3em;
	margin: 3em auto 2em;
	background-image: linear-gradient(to right, #787878, #787878 2px, transparent 2px, transparent 6px);
	background-size: 10px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#contents .ttlTop.fix01 {
	max-width: 830px;
	margin: 3em auto 0;
}
#contents > .twoColumn > .inner01 #section01 .ttlTop {
	margin-top: 0;
}
#contents .ttlTop span {
	display: block;
}
#contents .ttlTop .sp01 {
	color: #808080;
	font-size: 375%;
	font-style: italic;
	font-weight: 200;
}
#contents .ttlTop .sp02 {
	color: #d93129;
	font-size: 156.25%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
}
#contents .txt00 {
	text-align: center;
	margin-top: 2em;
}
#contents .lead {
	color: #d93129;
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	text-align: center;
	margin-top: 1.5em;
}
#contents .btn01 {
	text-align: center;
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 100;
	transition: 0.4s;
}
#contents .btn01 a {
	color: #626262;
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W4 JIS2004";
	line-height: 70px;
	background: #eee;
	border: 1px solid #959595;
	box-sizing: border-box;
	transition: 0.4s;
}
#contents .btn01 a span {
	position: absolute;
	top: -1px;
	bottom: 0;
}
#contents .btn01 a span:before,
#contents .btn01 a span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	transition: 0.4s;
}
#contents .btn01 a span:before {
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #b2b2b2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #b2b2b2;
}
#contents .btn01 a span:after {
	content: '〉';
	color: #fff;
	font-size: 16px;
	margin-left: -13px;
	transform: scaleY(0.6);
	height: 20px;
	line-height: 20px;
}
#contents > .cf > .inner01 > #section01 {
	padding-top: 160px;
	margin-top: -160px;
}
#contents > .cf > .inner01 section .icon01 {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #b2b2b2;	
	position: absolute;
	top: 0;
	right: 1em;
	left: auto;
	bottom: 0;
	margin: auto;
}
#contents > .cf > .inner01 section .icon01 {
	right: -1.3em;
}
#contents > .cf > .inner01 section .icon01:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	right: 6px;
	top: 5px;
}
#contents > .cf > .inner01 > section > .ttl02 {
	color: #d93129;
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	text-align: center;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > section > .txt01 {
	text-align: center;
	line-height: 2;
	padding-bottom: 3.5em;
}
#contents .cntWrap01 {
	padding: 2.5em 4em;
	margin: auto;
	box-sizing: border-box;
	border: 1px solid #959595;	
}
#contents .cntWrap01 .txt01 {
	color: #666;
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W4 JIS2004";
	text-align: center;	
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #959595;
}
#contents .cntWrap01 .txtWrap01 {
	text-align: center;
}
#contents .cntWrap01 .txtWrap01 > div {
	width: 50%;
}
#contents .cntWrap01 .txtWrap01 > div a span {
	display: block;
}
#contents .cntWrap01 .txtWrap01 > .left a .sp01 {
	color: #626262;
	font-size: 200%;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
}
#contents .cntWrap01 .txtWrap01 > div a .sp02 {
	font-size: 93.75%;
	font-weight: 400;
}
#contents .cntWrap01 .txtWrap01 > .right a span {
	color: #626262;
	font-size: 150%;
	font-style: italic;
	font-weight: 300;
	line-height: 2.3;
}
#contents .cntWrap01 .txtWrap01 > div a span img {
	display: inline-block;
	width: auto;
	height: 26px;
	margin-right: 10px;
}
#contents .cntWrap01 .txtWrap02 > div {
	width: 50%;
}
#contents .cntWrap01 .txtWrap02 > .left .ttl01 {
	color: #d93129;
	font-size: 156.25%;
	margin-bottom: 0.5em;
}
#contents .cntWrap01 .txtWrap02 > .right img {
	margin: 0 0 -2.5em 2em;
}
#contents .pdf-icon01 {
	display: inline;
	margin-left: 0.5em;
}
#contents .pdf-icon01.fix01 {
	margin-left: 0;
	pointer-events: none;
}
#contents .pdf-icon01 img {
	display: inline;
	width: 20px;
	height: auto;
	vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
	#contents > .tabList01 ul {
    max-width: 96%;
	}
	#contents > .tabList01 ul li {
    width: 49.5%;
    margin-bottom: 1%;
	}
	#contents > .tabList01 ul li:nth-last-child(2),
	#contents > .tabList01 ul li:nth-last-child(3) {
		margin-bottom: 1%;
	}	
	#contents > .twoColumn #sideNavi ul li a > span {
    font-size: 75%;
	}
	#contents > .twoColumn #sideNavi ul li.fix01 a > span {
    line-height: 1.5;
	}
	#contents .cntWrap01.fix01 {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0.5em !important;
	}
	#contents .cntWrap01.fix01 > .txt01 br {
		display: block;
	}
	#contents .cntWrap01.fix01 .txtWrap01 > div {
    width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	#contents > .tabList01 ul {
    max-width: 100%;
    padding: 0;
	}
	#contents > .tabList01 ul li {
    width: 100%;
    margin-bottom: 0 !important;
	}
	#contents > .tabList01 ul li a {
		padding: 1em 0;
		line-height: 1.5;
		border: none;
		background: #f5f5f5;
		border-bottom: 1px solid #a0a0a0;
	}
	#contents > .tabList01 ul li:active a {
		background: #d93129;
	}
	#contents .cntWrap01 {
		width: 100% !important;
		max-width: 100% !important;
		padding: 1em 1em 0.5em !important;
	}
	#contents .cntWrap01 > .txt01 br {
		display: block;
	}
	#contents .cntWrap01 .txtWrap01 > div {
    width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	#contents > .tabList01 ul li:hover a {
		color: #fff;
		background: #d93129;
		border-color: #d93129;
		transition: 0.4s;
	}
	#contents > .twoColumn #sideNavi ul li a:hover {
		color: #d93129;
		background: #eee;
		transition: 0.4s;
	}
	#contents .btn01 a:hover {
		color: #fff;
		background: #959595;
    transition: 0.4s;
	}
	#contents .btn01 a:hover span:before,
	#contents .btn01 a:hover span:after {
    transition: 0.4s;
	}	
	#contents .btn01 a:hover span:before {
    background: #eee;
	}
	#contents .btn01 a:hover span:after {
    color: #b2b2b2;
	}
}
@media only screen and (max-width: 767px) {
	#contentsWrap {
    overflow: hidden;
	}
	#billboard .breadCrumb {
    background: #d93129;
	}
	#billboard .breadCrumb ul li a {
		color: #fff;
	}
	#contents > .tabList01 {
		margin-bottom: 3em;
	}
	#contents #linkTop {
		margin-top: -80px;
		padding-top: 80px;
	}
	#contents .inner01 section {
    margin-top: -80px;
    padding-top: 80px;
	}
	#contents > .twoColumn #sideNavi {
		width: 100%;
    padding-bottom: 2em;
		margin-top: 2em;
    position: static;
    float: none;
    border-right: 1px solid #989898;
    box-sizing: border-box;
	}
	#contents > .twoColumn #sideNavi ul li a {
	}
	#contents > .twoColumn #sideNavi ul li a > span {
		font-size: 112.5%;
	}
	#contents > .twoColumn #sideNavi ul li.fix01 a > span {
    line-height: 3;
	}
	#contents > .twoColumn > .inner01 {
    width: 100%;
    float: none;
    padding-left: 0;
    border-left: none;
	}
	#contents > .twoColumn {
		padding-top: 0;
	}
	#contents > .twoColumn > .inner01 > section {
    padding-right: 5%;
    border-right: 1px solid #989898;
	}
	#contents .ttlTop {
		width: 100%;
		margin: 0 auto 2em;
		padding-bottom: 2em;
    background-image: linear-gradient(to right, #787878, #787878 1px, transparent 1px, transparent 3px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
	}
	#contents .ttlTop.fix01 {
		width: 90%;
		margin: 0 auto 3em;
	}
	#contents .ttlTop .sp01 {
    font-size: 275%;
	}
	#contents .ttlTop .sp02 {
    font-size: 137.5%;
	}
	#contents .txt00 {
    width: 90%;
    text-align: left;
    margin: auto;
	}
	#contents .lead {
    text-align: left;
    width: 90%;
    margin: 0 auto 2em;
	}
	#contents .btn01 a {
		text-align: left;
		line-height: 1.5;
    padding: 0.6em 0 0.5em 1em;
	}
	#contents .btn01 a span {
		position: absolute;
    top: 0;
		right: 1em;
    bottom: 0;
    margin: auto;
    height: 20px;
	}
	#contents .btn01 a span:before,
	#contents .btn01 a span:after {
		vertical-align: top;
	}
	#contents > .cf > .inner01 > #section01 {
		padding-top: 80px;
		margin-top: -80px;
	}
	#contents > .cf > .inner01 #section01 > .txt01 {
		font-size: 112.5%;
    text-align: left;
		padding-bottom: 2em;
	}
	#contents .cntWrap01 > .txt01 {
    font-size: 112.5%;
    letter-spacing: 0;
	}
	#contents .cntWrap01 .txtWrap01 > div a span img {
    height: 20px;
	}
}
@media (orientation: landscape) and (max-width: 767px){
}
