.company-page {
	padding-top: 77px !important;
	letter-spacing: 0;
	padding-bottom: 95px !important;
}
.company-page__title {
	text-align: center;
	margin-bottom: 50px;
}
.company-page__title h2 {
	/* font-size: 16px; */
	display: inline-block;
	line-height: 1;
}
.company-page__title h2 span {
	display: block;
	font-size: 24px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.company-page__title h2 span::before {
	content: "";
	border-radius: 10px;
	background: #004267;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}
.company-page__info {
	max-width: 1050px;
	box-sizing: border-box;
	padding: 19px 19px 52px;
}

.company-page__info__company_name {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 2px solid #004267;
	margin-bottom: 10px; 
	padding-bottom: 10px; 
}

@media only screen and (max-width: 560px) {
.company-page__info {
	border: 0.18vw solid #E9E9E9;
	border-radius: 0.89vw;
}
.company-page__info__company_name {
	font-size: 4.46vw;
	font-weight: 600;
	border-bottom: 2px solid #004267;
	margin-bottom: 10px; 
	padding-bottom: 10px; 
}

}
.company-page__info__content {
	max-width: 849px;
	margin: 0 auto;
}
.company-page__info__content dl {
	border-bottom: 1px dashed #E9E9E9;
	padding: 30px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.company-page__info__content dl dt {
	letter-spacing: 7px;
	width: 35%;
	font-size: 18px;
	font-weight: 600;
}
.company-page__info__content dl dd {
	width: 64%;
}
.company-page__info__content dl dd .bnr__map {
	margin-left: 20px;
}

@media only screen and (max-width: 560px) {
.company-page__info__content dl {
	padding: 5.36vw 3.57vw;
	display: block;
}
.company-page__info__content dl dd,  .company-page__info__content dl dt {
	width: 100%;
}
.company-page__info__content dl dt {
	margin-bottom: 10px;
	font-size: 25px;
}
.company-page__info__content dl dd {
	display: inline-flex;
	align-items: center;
}
.company-page__info__content dl dd .bnr__map {
	margin-left: 20px;
	font-size: 20px;
}
}
.bnr__map {
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	border-radius: 5px;
	background: #004267;
	border: 1px solid #004267;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
	padding: 10px 14px;
	color: #fff;
	transition: all .4s ease;
}
.bnr__map:hover {
	background: #fff;
	color: #004267;
}
.company-page__history {
	padding: 106px 0 53px;
}

@media only screen and (max-width: 560px) {
.company-page__history {
	padding: 14.29vw 0 8.93vw;
}
}
.mmap {
	max-width: 644px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 186px;
	text-align: center;
	border: 1px solid #707070;
	justify-content: center;
	margin: 0 auto;
}
.company-page__access {
	padding: 50px 0 0px;
}
.company-page__vcard {
  max-width: 889px;
  width: 100%;
  margin: 0 auto;
}
.company-page__vcard:not(:first-of-type) {
  margin-top: 60px;
}
.company-page__vcard .photo {
	width: 57.3%;
	height: 409px;
}
.company-page__vcard .photo iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 560px) {
.company-page__vcard .photo {
	width: 100%;
	height: 70vw;
}
}
.company-page__vcard_info {
	width: 36.8%;
}
.company-page__vcard_info dl {
	margin-bottom: 42px;
}
.company-page__vcard_info dl dt {
	padding-left: 20px;
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
}
.company-page__vcard_info dl dt::before {
	content: "";
	width: 4px;
	background: #4399C9;
	height: 23px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 4px;
}
.company-page__vcard_info dl:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 560px) {
.company-page__vcard_info {
	width: 100%;
	padding-top: 7.5vw;
}
}
.policy__container, .terms__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	text-align: center;
	border: 1px solid #707070;
	justify-content: center;
	margin: 0 auto;
	min-height: 600px;
}




@media only screen and (max-width: 560px) {
	.company-page__title h2 span {
		font-size: 6.07vw;
	}
	.company-page__vcard_info dl dt {
		font-size: 4.46vw;
	}
	.company-page__vcard_info dl dt::before {
		height: 5.71vw;
		top: 1.07vw;
		left: 0.71vw;
	}
	.mmap {
		height: 44.64vw;
	}
}





















