@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 > div {
	padding: 3.5em 0;
}
#contents > .cf > .inner01 > section .btn01 a {
	width: 18em;
	color: #fff;
	text-align: center;
	margin: 0 auto 3em;
	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);
}
@media only screen and (max-width: 1200px) {
}
@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;
	}
}
@media only screen and (min-width: 768px) {
}
@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 > .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;
	}
}
@media (orientation: landscape) and (max-width: 767px){
	#contents > .cf > .inner01 > section .btn01 a:after {
    font-size: 100%;
    top: 0.75em;
    right: 0.75em;
	}
}
