@charset "utf-8"; 

.about .message{
	width: 870px;
	text-align: center;
	margin: 0 auto;
}
.about .message h2{
	color: #6EC7E2;
	font-size: 3.0rem;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	text-align: center;
	border-bottom: 1px solid #646464;
	padding: 0 0 20px;
	margin-top: 90px;
}
.about .message h2:first-of-type{
	margin-top: 0;
}
.about .message .greeting{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 20px 0 0;
}
.about .message .greeting div{
	width: 560px;
}
.about .message .greeting p{
	font-size: 1.5rem;
	line-height: 2.0;
	letter-spacing: 0.1em;
}
.about .message .greeting .strong{
	font-size: 2.2rem;
	font-weight: bold;
	margin: 10px 0 15px;
}
.about .message .greeting .name{
	font-size: 1.8rem;
	text-align: right;
}
.about .message .important{
	font-weight: bold;
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin: 20px 0 0;
}
.about .message .sub{
	font-size: 2.2rem;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin: 10px 0 0;
}
.about .message ol{
	display: inline-block;
	counter-reset: item;
	list-style-type: none;
	margin: 15px 0 0;
}
.about .message ol li{
	position: relative;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	padding: 0 0 0 1em;
}
.about .message ol li+li{
	margin-top: 12px;
}
.about .message ol li:before {
	counter-increment: item;
	content: counter(item)'.';
}
.about .company{
	width: 1050px;
	margin: 0 auto;
}
.about .headline2{
	position: relative;
	color: #6EC7E2;
	font-size: 2.5rem;
	letter-spacing: 0.2em;
	margin: 0 0 20px;
	padding: 0 0 0 1.2em;
}
.about .headline2::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.8em;
	height: 0.8em;
	background: #6EC7E2;
	transform: translateY(-50%);
}
.about .company{
	margin-top: 90px;
}
.about .company table{
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
	border-bottom: 1px solid #646464;
}
.about .company table th{
	width: 140px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
	padding: 20px 0;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	border-top: 1px solid #646464;
	vertical-align: top;
}
.about .company table th.center{
	vertical-align: middle;
}
.about .company table td{
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.2em;
	padding: 20px 25px;
	border-top: 1px solid #646464;
}
.about .company dl dt{
	clear: left;
	float: left;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.about .company dl dd{
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.about .company .permission01{
	margin: 0 0 20px;
}
.about .company .permission01 dt{
	width: 130px;
}
.about .company .permission01 dd{
	padding: 0 0 0 130px;
}
.about .company .permission02 dt{
	width: 80px;
}
.about .company .permission02 dd{
	padding: 0 0 0 80px;
}
.about .company .permission02{
	margin-bottom: 20px;
}
.about .company .permission02:last-of-type{
	margin-bottom: 0;
}
.about .map{
	width: 1050px;
	margin: 70px auto 0;
}
.about .map .inner{
	border-top: 1px solid #646464
}
.about .map iframe{
	width: 100%;
	height: 530px;
	border: 0;
	overflow: hidden;
}
.about .history{
	width: 1050px;
	margin: 70px auto 0;
}
.about .history dl{
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
}
.about .history dl dt{
	float: left;
	clear: left;
	width: 185px;
	font-size: 1.5rem;
	line-height: 2.0;
	letter-spacing: 0.2em;
	margin-top: 0.5em;
}
.about .history dl dd{
	font-size: 1.5rem;
	line-height: 2.0;
	letter-spacing: 0.2em;
	padding: 0 0 0 185px;
	margin-top: 0.5em;
}
.about .history dl dt:last-of-type,
.about .history dl dd:last-of-type{
	margin-bottom: 0.5em;
}
@media screen and (max-width : 767px){

	.about .message{
		width: auto;
		padding: 0 5%;
	}
	.about .message h2{
		font-size: 4vw;
		padding: 0 0 0.7em;
		margin-top: 15%;
	}
	.about .message .greeting{
		margin: 3% 0 0;
	}
	.about .message .greeting img{
		width: 30%;
		height: auto;
	}
	.about .message .greeting div{
		width: 65%;
	}
	.about .message .greeting p{
		font-size: 2.6vw;
	}
	.about .message .greeting .strong{
		font-size: 3.2vw;
		margin: 7% 0 2%;
	}
	.about .message .greeting .name{
		font-size: 2.6vw;
	}
	.about .message .important{
		font-size: 4vw;
		margin: 0.5em 0 0;
	}
	.about .message .sub{
		font-size: 3.2vw;
		margin: 0.5em 0 0;
	}
	.about .message ol{
		margin: 4% 0 0;
	}
	.about .message ol li+li{
		margin-top: 0.7em;
	}
	.about .message ol li{
		font-size: 3.2vw;
	}
	
	.about .company{
		width: auto;
		padding: 0 5%;
		margin: 15% 0 0;
	}
	.about .headline2{
		font-size: 4vw;
		margin: 0 0 0.8em;
	}
	.about .company table th{
		width: 26%;
		font-size: 3.2vw;
		padding: 3% 2% 3% 0;
	}
	.about .company table td{
		font-size: 3.2vw;
		padding: 3% 0;
	}
	.about .company dl dt,
	.about .company dl dd{
		font-size: 2.6vw;
	}
	.about .company .permission01 dt{
		width: 27vw;
	}
	.about .company .permission01 dd{
		padding: 0 0 0 27vw;
	}
	.about .company .permission01,
	.about .company .permission02{
		margin-bottom: 5%;
	}
	.about .company .permission02 dt{
		width: 16vw;
	}
	.about .company .permission02 dd{
		padding: 0 0 0 16vw;
	}
	.about .map{
		width: auto;
		margin: 10% 0 0;
		padding: 0 5%;
	}
	.about .map .inner{
		position: relative;
		height: 0;
		padding-top: 70%;
	}
	.about .map .inner iframe{
		position: absolute;
		top: 10%;
		left: 0;
		width: 100%;
		height: 90%;
	}
	.about .history{
		width: auto;
		margin: 10% 0 0;
		padding: 0 5%;
	}
	.about .history dl dt{
		font-size: 3.2vw;
		width: 38%;
	}
	.about .history dl dd{
		font-size: 3.2vw;
	}
	.about .history dl dd{
		padding: 0 0 0 38%;
	}

}