@charset "UTF-8";
/* CSS Document */
#billboard .breadCrumb {
	margin-bottom: -2em;
	background: transparent;
	position: relative;
}
#billboard .breadCrumb ul li a {
}
#contents #linkTop {
	display: block;
	margin-top: -160px;
	padding-top: 160px;
}
#contents .inner01 {
	padding: 4em 0 3em;
}
#contents .btn01 {
	text-align: center;
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 100;
	transition: 0.4s;
}
#contents .btn01 a {
	color: #fff;
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W4 JIS2004";	
	line-height: 70px;
	background: #d93129;
	border: 1px solid #d93129;
	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 #d93129;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#contents .btn01 a span:after {
	content: '〉';
	color: #d93129;
	font-size: 16px;
	margin-left: -13px;
	transform: scaleY(0.6);
	height: 20px;
	line-height: 20px;
}
#contents .btn02 {
	margin-top: 1em;
	position: relative;
}
#contents .btn02 a {
	font-size: 93.75%;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #a0a0a0;
	transition: 0.4s;
}
#contents .btn02 a span span {
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
}
#contents .btn02 a span span:before,
#contents .btn02 a span span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	transition: 0.4s;
}
#contents .btn02 a span span:before {
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #b2b2b2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #b2b2b2;
}
#contents .btn02 a span span:after {
	content: '〉';
	color: #fff;
	font-size: 16px;
	margin-left: -13px;
	transform: scaleY(0.6);
	height: 20px;
	line-height: 20px;
}
#contents #section00 .inner01 {
	padding: 3em 0 0;
}
#contents #section00 .inner01 ul {
	display: table;
	width: 100%;
	border-spacing: 15px 0;
}
#contents #section00 .inner01 ul li {
	display: table-cell;
	width: 32%;
	text-align: center;
}
#contents #section00 .inner01 ul li a {
	color: #646464;
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 70px;
	box-sizing: border-box;
	border: 1px solid #a6a6a6;
	transition: 0.4s;
}
#contents #section00 .inner01 ul li.active a {
	color: #fff;
	pointer-events: none;
	background: #d93129;
	border: 1px solid #d93129;
}
#contents #section00 .inner01 ul li a span {
	position: relative;
}
#contents .inner01 h3 {
	max-width: 830px;
	margin: auto;
	padding-bottom: 2em;
	text-align: center;
	background-image: linear-gradient(to right, #787878, #787878 2px, transparent 2px, transparent 6px);
	background-size: 6px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#contents .inner01 h3 span {
	display: block;
	line-height: 1.5;
}
#contents .inner01 h3 .sp01 {
	color: #808080;
	font-size: 375%;
	font-weight: 200;
	font-style: italic;
}
#contents .inner01 h3 .sp02 {
	color: #d93129;
	font-size: 156.25%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";	
}
#contents .inner01 > .txt00 {
	color: #55ae91;
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	margin-top: 2em;
	text-align: center;
}
#contents .inner01 > .txt01 {
	margin: 2em auto;
	text-align: center;
	line-height: 2;
}
#contents .inner01 > .txt01.fix01 {
	margin-top: 0;
}
#contents .lead {
	color: #d93129;
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	text-align: center;
	margin-top: 1.5em;
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 960px) {
	#contents #section00 .inner01 {
    padding: 3em 0 0 !important;
	}
	#contents #section00 .inner01 ul {
		display: block;
		border-spacing: 0;
	}
	#contents #section00 .inner01 ul li {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}
	#contents #section00 .inner01 ul li:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 768px) {
	#contents .btn01 a:hover {
    color: #fff;
    background: #959595;
    transition: 0.4s;
	}
	#contents .btn01.fix01 a:hover {
    color: #d93129;
    background: #fff;
    transition: 0.4s;
	}
	#contents .btn02 a:hover {
		opacity: 0.7;
		transition: 0.4s;
	}
	#contents #section00 .inner01 ul li a:hover {
		color: #fff;
		background: #d93129;
		border: 1px solid #d93129;
		transition: 0.4s;
	}
}
@media only screen and (max-width: 767px) {
	#billboard .breadCrumb {
    background: #d93129;
	}
	#billboard .breadCrumb ul li a {
		color: #fff;
	}
	#contents #linkTop {
		display: block;
		margin-top: -80px;
		padding-top: 80px;
	}
	#contents .lead {
    text-align: center;
    width: 100%;
    margin: 0 auto 2em;
	}
	#contents .inner01 {
		padding: 1em 0 !important;
	}
	#contents .inner01 h3 {
    padding: 3em 0 2em;
	}
	#contents .inner01 h3 .sp01 {
		font-size: 275%;
	}
	#contents .inner01 > .txt01 {
		font-size: 112.5%;
    text-align: left;
	}
	#contents .inner01 > .txt01 br {
	}
	#contents .inner01 > .txt01.fix01 {
    margin-top: 1em;
	}
}
@media (orientation: landscape) and (max-width: 767px){
}
