/* --------------------------------------------------------------------------------------------------------
	 content
-------------------------------------------------------------------------------------------------------- */
#about dl {
	width:740px;
	margin-top:18px;
	padding-bottom:10px;
}
.clearfix ul{
	width:665px;
	padding-left:25px;
}
.clearfix ul li{
	list-style-type: decimal;
}
.clearfix ul li ul li{
	margin-left:1px;
	letter-spacing:1px;
	list-style-image:url(../common/img/star.png);
}
dl dd p{
	width:715px;
}
table.about {background:#fff;}
.left {
	width:100px;
	
	line-height:270%;
	color:#fff;
	padding-left:20px;
	border-bottom:1px solid #ccc;
	
	}
	.right {
	width:470px;
	padding-left:20px;
	line-height:200%;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	}
	
	
	
	
	.blue {
	
	background:#8b7996;
	
	}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: 2em auto;
}
.cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 80%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #fffff;
	border: 2px solid #039237;
	border-radius: 3px;
}
.cp_box label:hover {
	transition: all 0.3s;
	color: #fffff;
	background: #039237;
}
.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #039237;
}
.cp_box label:hover::after {
	color: #fffff;
}
.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #039237;
}
.cp_box input:checked ~ label:hover::after {
	color: #fffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255,255,255,0.5);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* ????????????????????? */
.cp_box input:checked ~ div.cp_container {
	height: 350px;
}
	
/* --------------------------------------------------------------------------------------------------------
	 .media container clearfix {
		display: flex;
		justify-context: center;
	}
	.clearfix ul li{
	list-style-type: decimal;
	} 
-------------------------------------------------------------------------------------------------------- */
	
	.slicnav_menu {
	display:none;/*PC?????*/
	}
	@media screen and (max-width: 600px) {
	#gnav {
	display:none;/*?????????*/
	}
	.slicnav_menu {
	display:block;/*?????????*/
	}
	}
	
	