@charset "UTF-8";
/* CSS Document */
#billboard .breadCrumb {
	margin-bottom: -2em;
	background: transparent;
	position: relative;
}
#billboard .breadCrumb ul li a {
	color: #4d4d4d;
}
#contents .tabList01 {
	background: #b6d6c8;
	position: relative;
	z-index: 100;
}
#contents .tabList01 ul {
	display: table;
	width: 100%;
	text-align: center;
}
#contents .tabList01 ul li {
	display: table-cell;
	width: 25%;
	box-sizing: border-box;
	border-left: 2px solid #fff;
}
#contents .tabList01 ul li:last-child {
	border-right: 2px solid #fff;
}
#contents .tabList01 ul li a {
	display: block;
	color: #7d7d7d;
	font-size: 112.5%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 100px;
	box-sizing: border-box;
	background: #d4e7df;
	transition: 0.4s;
}
#contents .tabList01 ul li.active a {
	color: #fff;
	background: #5db296;
	pointer-events: none;
}
#contents .tabList01 ul li.active a span {
	position: relative;
}
#contents .tabList01 ul li.active a span:after {
	display: block;
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	background: #d3d4d4;
}
#contents .tabList01 ul li a span span {
	display: inline;
}
#contents .inner01 {
	padding: 5em 0;
}
#contents .inner01 h3 {
	max-width: 830px;
	margin: auto;
	padding-bottom: 3em;
	text-align: center;
	background-image: linear-gradient(to right, #55ae91, #55ae91 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-family: "Hiragino Kaku Gothic W5 JIS2004";
	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) {
	#contents .tabList01 ul {
		max-width: 100%;
	}
	#contents .tabList01 ul li a {
		font-size: 87.5%;
    line-height: 70px;
    letter-spacing: 0;
	}
}
@media only screen and (min-width: 768px) {
	#contents .tabList01 ul li:hover a {
		color: #fff;
		background: #5db296;
		transition: 0.4s;
	}
}
@media only screen and (max-width: 767px) {
	#billboard .breadCrumb {
    background: #d93129;
	}
	#billboard .breadCrumb ul li a {
		color: #fff;
	}
	#contents .tabList01 ul {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#contents .tabList01 ul li {
    width: 50%;
		display: block;
		border-top: 2px solid #fff;
	}
	#contents .tabList01 ul li:nth-child(odd) {
		border-left: none;
	}
	#contents .tabList01 ul li:nth-child(even) {
		border-right: none;
	}
	#contents .tabList01 ul li a {
		height: 100%;
		font-size: 112.5%;
    line-height: 1.2;
		padding: 1.5em 0;
	}
	#contents .tabList01 ul li a span span {
		display: none;
	}
	#contents .tabList01 ul li a {
		line-height: 2.4;
	}
	#contents .tabList01 ul li.active a span {
		display: inline-block;
	}
	#contents .tabList01 ul li.active a span:after {
    bottom: -10px;
	}
	#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){
}
