@charset "UTF-8";

/**
 * オリジナルcss
 */

.page_header {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 42px;
}

.page_header h2 {
	margin: 0;
}

.page_header.page_header_has_subtitle {
	padding-bottom: 54px;
}

.page_header.page_header_has_subtitle h2 {
	position :relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.page_header_subtitle img {
	position: absolute;
	top: calc(100% - 6px);
	left: 100%;
	width: fit-content;
	display: inline-block;
}

body.page section h3 {
	text-align: center;
}

/* 運営会社 */

#company_info dl {
	border-bottom: 1px solid rgba(0, 0, 0, .25);
}

#company_info dt {
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid rgba(0, 0, 0, .25);
	padding: 10px 0;
	width: 10em;
}

#company_info dd {
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid rgba(0, 0, 0, .25);
	padding: 10px 0;
	margin: 0;
	width: calc(100% - 10em);
}

.company_access_map {
	max-width: 530px;
	margin: 0 auto;
	position: relative;
}

.company_access_map:before {
	content: "";
	display: block;
	padding-top: calc(45000% / 600);
}

.company_access_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1110px) {
}
@media screen and (max-width:740px){
	.page_header {
		margin-top: 30px;
		margin-bottom: 24px;
	}
	
	#company_info dt {
		width: 100%;
		padding-bottom: 5px;
	}
	
	#company_info dd {
		width: 100%;
		padding-top: 0;
		border-top: 0;
	}
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

