@charset "utf-8";

.s-font {
	margin: 0;
	font-size: 25px;
}

@media (min-width:768px) {

	.s-font:after {
		content: " ";
		position: absolute;
		top: 50%;
		height: 3px;
		width: 80px;
		margin: 0 15px;
		display: inline-block;
		zoom: 1;
		background: #6B6B63;
		right: 100%;
		z-index: 100;
	}

	.s-font:before {
		content: " ";
		position: absolute;
		top: 50%;
		height: 3px;
		width: 80px;
		margin: 0 15px;
		display: inline-block;
		zoom: 1;
		background: #6B6B63;
		left: 100%;
		z-index: 100;
	}
}

.l-font {
	font-size: 45px;
}

@media(max-width:768px) {
	.l-font {
		font-size: 8vw;
	}

	.s-font {
		margin: 0;
		font-size: 8vw;
	}
}
.about .container {
	max-width: 1000px;
	margin: 30px auto;
	padding: 10px;
}
.about table {
	width: 100%;
	border-collapse: collapse;
}

.about table tr {
	border-bottom: solid 2px white;
	font-size: 1.4em;
}

.about table tr:last-child {
	border-bottom: none;
}

.about table th {
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #ddd;
	color: #000;
	text-align: center;
	padding: 10px 0;
}

.about table th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #F6F7E4;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.about table td {
	text-align: left;
	width: 70%;
	background-color: #eee;
	padding: 10px 0;
	padding-left: 30px;
	line-height: 1.6em;
}
@media(max-width:768px){

	.about table tr {
		border-bottom: solid 2px white;
		font-size: 1.2em;
	}
	.about table td {
		text-align: left;
		width: 70%;
		background-color: #eee;
		padding: 10px 0;
		padding-left: 10px;
		line-height: 1.6em;
	}
}
