@charset "utf-8";
/* about C */
/*--------------------------------------------------*/
/*.about{
	margin-bottom: 120px;
}

.aboutbox-item{
	margin-bottom: 30px;
}
*/
.about h4{
	font-size: 20px;
	padding-left: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}

.aboutbox-item {
	height: auto;
	overflow: hidden;
}

.aboutbox-item img{
	position: relative;
	width: 100%;
	height: auto !important;

}
.aboutbox-item-inner{
	border:1px solid #cccccc;
	padding:20px 15px;
}

.about-imgbox{
	width: 50%;
	float: left;
}

.about-textbox{
	width: 50%;
	float: left;
}

.about-textbox2{
	width: 100%;
}

.about-text{
	padding:0  0 0 15px;
}

.about-text2{
	padding:0;
}


.menu-button{
	text-align: center;
}
.menu-button a{
	display: inline-block;
	color: #444444;
	padding:10px 20px;
	border:1px solid #444444;
	transition:all 0.5s ease 0s;
}

.menu-button a:hover{
	color: #FFFFFF;
	border:1px solid #444444;
	background: #444444;
}
.about-url{
	margin-top: 20px;
	text-align: center;
}

.cfs-hyperlink{
	background-color: #333;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 30px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-appearance: none;
	border:1px solid #333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cfs-hyperlink::after{
	content:'\e82e';
	font-size: 1.2rem;
	margin-left: 5px;
	font-family: 'fontello';
}
.cfs-hyperlink:hover{
	background-color: #fff;
	color: #333;
}



@media (max-width: 1199px) {


}
@media (max-width: 991px) {
	.aboutbox-item{
		display: block;
		margin-bottom: 50px;
	}

	.about-imgbox{
		width: 50%;
		float: left;
	}

	.about-textbox{
		width: 50%;
		float: left;
	}

	.about-textbox2{
		width: 100%;
	}

	.about-text,
	.about-text2{
		padding:0  0 0 15px;
	}
}
@media (max-width: 767px) {

	h2{
		color:#222222;
		font-size:24px;
		margin-bottom: 30px;
	}
	h3{
		font-size:22px;
		margin-bottom: 30px;
		padding:10px 0;
	}
	h4{
		font-size:20px;
		padding:0;
	}
	.about {
		margin-bottom: 60px;
	}
/*	.aboutbox-item{
		margin-bottom: 60px;
	}*/
	.aboutbox-item :last-child{
		margin-bottom: 0;
	}

	.about-text dt{
		font-size:20px;
		margin-bottom: 20px;
	}

}

@media (max-width: 575px) {
	.about h4{
		font-size:18px;
	}
/*	.aboutbox-item{
		margin-bottom: 30px;
	}*/
	.aboutbox-item:last-child {
		margin-bottom: 0;
	}
	.about-text,
	.about-img{
		width: 100%;
	}
	.about-imgbox{
		width:100%;
		margin-bottom: 10px;
	}
	.about-textbox{
		width:100%;
		padding:0;
	}
	.about-text,
	.about-text2{
		padding:0;
		margin-bottom: 10px;
	}
	.about-url{
margin-top: 10px;
	}
	.cfs-hyperlink{
		margin-bottom: 30px;
	}
}
