@charset "UTF-8";
/* CSS Document */
.p-company-about{
	margin-top: 20px;
	padding: 0 30px;
margin-bottom: 40px;}
.p-company-about-list{
	list-style: none;
}
.p-company-about-item{margin-bottom: 20px;
	font-size: 14px;
}

.p-company-about-item::after{
	content: "";
	background-color: #DEDEDE;
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
}
.p-company-about-item--last::after{
	content: "";
display: none;
}
.p-company-about-item-ttl{margin-bottom: 5px;
}
.p-company-about-item-ttl__in{font-weight: 600;
}

.p-company-about-item-txt{
	padding-left: 10px;
}
.p-company-about-item-txt__in{
	line-height: 1.4em;}
@media screen and (min-width: 800px) {

	.p-company-about{
		
	margin-top: 40px;
	padding: 0 60px;
margin-bottom: 80px;
	}
.p-company-about-list{}
.p-company-about-item{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 16px;
	position: relative;
	padding-bottom: 20px;
	}
	

.p-company-about-item::after{
	content: "";
	background-color: #DEDEDE;
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
}
.p-company-about-item--last::after{
	content: "";
display: none;
}
	
	.p-company-about-item-ttl{
		width: 140px;
		margin-bottom: 0;
	margin-right: 20px;}
}