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

#billboard .breadCrumb {
	margin-bottom: -2em;
	background: transparent;
	position: relative;
}
#billboard .breadCrumb ul li a {
	color: #4d4d4d;
}
#contents .inner01 {
	padding: 5em 0;
}
#contents .inner01 h3 {
	margin: auto;
	padding-bottom: 3em;
	text-align: center;
	background-image: linear-gradient(to right, #989898, #989898 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: #55ae91;
	font-size: 156.25%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
}
#contents .inner01 .txt00 {
	color: #55ae91;
	font-size: 125%;
	font-weight: 500;
	margin-top: 2em;
	text-align: center;
}
#contents .inner01 .txt01 {
	margin-top: 2em;
	text-align: center;
	line-height: 2;
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
	#billboard .breadCrumb {
    background: #d93129;
	}
	#billboard .breadCrumb ul li a {
		color: #fff;
	}
	#contents .inner01 {
    padding: 3em 0;
	}
	#contents .inner01 h3 {
    padding-bottom: 2em;
	}
	#contents .inner01 h3 .sp01 {
		font-size: 275%;
	}
	#contents .inner01 .txt01 {
		font-size: 112.5%;
    text-align: left;
		margin-top: 2em;
	}
	#contents .inner01 .txt01 br {
		display: none;
	}
}
@media (orientation: landscape) and (max-width: 767px){
}
