@charset "utf-8";
/* Updated date: 2017/06/20 */
/*.about{
	margin-bottom: 120px;
}
*/
.aboutbox li{
	display: flex;
}

.about-text,
.about-img{
	width: 50%;
}
.aboutbox li:nth-child(odd){
	flex-direction:row-reverse;
}
.aboutbox li:nth-child(even){
	flex-direction:row;
}
.about-img{
	height: auto;
	overflow: hidden;
}

.about-img img{
	position: relative;
	width: 100%;
	height: auto;
}

.about-text{
	padding:40px;
	color: #222222;
}


.aboutbox-item-dl__dt{
	font-size:26px;
	line-height: 1.2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 30px;
}
.aboutleft{
	display: block !important;
}
.aboutleft .about-text{
	width: 100% !important;
	padding:0 15px 120px 15px;

}
.about-url{
	margin-top: 20px;
	text-align: center;
}
.cfs-hyperlink{
	background-color: #333;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	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;
}
.sub-about-1__item:not(:last-child) {
	/* margin-bottom: 30px; */
}
@media (max-width: 1199px) {


}
@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: 0;
	}*/
/*	.aboutbox {
		margin-bottom: 60px;
	}*/
	.about:last-child{
		margin-bottom: 0;
	}
	.about-text{
		padding:15px;
	}

	.aboutbox-item-dl__dt {
		font-size:20px;
		margin-bottom: 20px;
	}

	.aboutleft .about-text{
		padding:0;
	}
	.cfs-hyperlink{
		font-size: 14px;
		padding: 5px 15px;
	}
}
@media (max-width: 575px) {
/*	.aboutbox {
		margin-bottom: 70px;
	}*/
	.aboutbox li{
		display: block;
	}
	.aboutbox li:not(:last-child) {
		margin-bottom: 15px;
	}
	.about-text,
	.about-img{
		width: 100%;
	}
	.about-text{
		padding:0;
	}

	.aboutbox-item-dl__dt{
		margin-bottom: 10px;
	}
	.aboutbox-item-dl__dd {
		margin-bottom: 20px;
	}
	.cfs-hyperlink{

		margin-bottom: 30px;
	}


.aboutbox-item-dl__dt {

}