@charset "UTF-8";

.top_bnr {
	background: none;
}

.top_bnr h1 {
	color: #000000;
}

.page_box .top_bnr h1 {
	text-align: center;
}

h2 {
	font-size: 22px;
	font-weight: bold;
}

h2.acc.bold {
	color: #0c3389;
	padding-bottom: 20px;
}

.sp {
	display: none;
}

section {
	width: auto;
	max-width: 1107px;
	margin: auto;
}

section h3 {
	font-weight: bold;
	display: inline-block;
	border-left: 4px #007440 solid;
	padding: 0 20px;
	margin: 20px 0 30px;
	float: left;
	font-size: 18px;
}

.company_top_minus {
	margin-top: -100px;
	padding-top: 100px;
}

.company_box {
	position: relative;
}

.company_box h3 {
	border-left: none;
	padding: 0;
}

.company_box .table ul:not(.control) li:not(:first-child) {
	margin-top: 0;
}

.company_box .table ul {
	margin-bottom: 20px;
}

.company_link_box {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	max-width: 700px;
	width: 100%;
	margin: auto;
	padding: 50px 0;
}

.company_link_box a {
	display: block;
	border: 1px solid #000;
	padding: 15px 0;
	border-radius: 10px;
	max-width: 200px;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}

.company_link_box a .sc_arrow {
	margin-left: 10px;
	position: absolute;
	right: 0;
	bottom: 28px;
	transform: none;
}

.table.enkaku tr th:first-child {
	padding: 0 20px;
	width: 180px;
}

.table.enkaku tr th:nth-child(2) {
	width: 50px;
	padding: 0 10px;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}

.access-arrow {
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: super;
	text-decoration: none;
}

.access-arrow::before,
.access-arrow::after {
	position: absolute;
	top: -1px;
	bottom: 0;
	right: -20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.access-arrow::before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #007440;
}

.access-arrow::after {
	right: -16px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	transform: rotate(90deg);
	top: 3px;
}

.btn_print {
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 13px;
}

.btn_print a {
	color: #007440;
}

.btn_print img {
	vertical-align: middle;
	margin-right: 5px;
}

.access_ttl {
	position: absolute;
	top: -30px;
	left: 0;
}

#kyusyu.company_box .btn_print,
#tokyo.company_box .btn_print {
	top: 100px;
}

.table {
	border-spacing: 1px;
	text-align: left;
	border: 1px solid #dfdfdf;
	width: auto;
	margin: 10px auto 100px;
	clear: both;
	font-size: 14px;
	width: 100%;
}

.table td {

	padding: 10px 15px 10px 15px;
	line-height: 2;
	width: 850px;
}

.table td:not(.no_border) {
	border-bottom: 1px solid #dfdfdf;
}

.table th {
	padding: 0 50px 0 40px;
	border-bottom: 1px solid #dfdfdf;
	background: #f2f5f7;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	width: 140px;
	text-align: center;
}

.table ul:not(.control) li:not(:first-child) {
	margin-top: 20px;
}

.acc {
	float: left;
}

.table td ul:not(.control) li+li {
	clear: both;
}

.sc_arrow:nth-child(-n+2) {
	margin: 20px 10px 0;
	transform: rotate(90deg);
}

.control_left {
	float: left;
	margin-right: 30px;
}

.red {
	color: #007440;
}

.bold {
	font-weight: bold;
}

.access {
	margin-bottom: 0;
}

.control_right {
	padding-left: 85px;
}

.ggmap {
	position: relative;
	padding-bottom: 400px;
	height: 0;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	border-top: none;
	margin-bottom: 100px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 1081px;
	height: 400px;
}

.map {
	height: 400px;
	margin-bottom: 0px;
	border: 1px solid #dfdfdf;
	border-top: none;
}

#kyusyu,
#tokyo {
	padding-top: 50px;
}

#kyusyu {
	margin-bottom: 80px;
}

.embed-container {
	position: relative;
	padding-bottom: 36.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

#tokyo .embed-container {
	margin-bottom: 100px;
}

@media (max-width: 768px) {

	h2 {
		font-size: 16px;
	}

	.sp {
		display: inline;
	}

	.top_bnr {
		padding: 30px 0;
	}

	.btn {
		width: 300px;
	}

	.btn_scr {
		margin: 40px auto;
	}

	.btn_scr li:first-child {
		float: none;
		margin-bottom: 10px;
	}

	.btn_scr li:last-child {
		float: none;
	}

	.btn_scr_box a {
		width: auto;
		padding-bottom: 15px;
	}

	.btn_text {
		margin: 10px 10px 0;
	}

	.btn_scr_box h2 {
		line-height: inherit;
	}

	.sc_arrow {
		margin: 30px 0 0 10px;
	}

	.btn_scr_box p {
		font-size: 15px;
	}

	section {
		margin: 0 10px 0;
	}

	section h3 {
		font-size: 14px;
		margin: 20px 0 15px;
	}

	.table {
		font-size: 11px;
		margin: 10px auto 60px;
	}

	.table th {
		width: 650px;
		padding: 10px;
	}

	.table td {
		padding: 10px;
	}

	.table ul:not(.control) li:not(:first-child) {
		margin-top: 0px;
	}

	.process li:nth-child(n+2) {
		margin-top: 15px;
	}

	.access {
		margin-bottom: 0;
	}

	.map {
		height: 300px;
	}

	.map:not(#map_kyusyu) {
		margin-bottom: 20px;
	}

	#map_kyusyu {
		margin-bottom: 50px;
	}

	.control_right {
		padding-left: 0px;
	}

	#wakayama .control,
	#tokyo .control {
		display: none;
	}

	#wakayama p:nth-child(3),
	#tokyo p:nth-child(3) {
		display: table;
		margin-bottom: 10px;
	}

	#kyusyu,
	#tokyo {
		padding-top: 30px;
	}

	.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#tokyo .embed-container {
		margin-bottom: 60px;
	}

	.company_link_box a {
		flex: 0 0 31%;
		font-size: 12px;
		padding: 5px 0;
		border-radius: 5px;
	}

	.company_link_box a .sc_arrow {
		bottom: 15px;
	}

}

@media (max-width: 414px) {

	.map {
		height: 200px;
	}

	#kyusyu,
	#tokyo {
		padding-top: 20px;
	}

	#kyusyu {
		margin-bottom: 40px;
	}

}

.sc_arrow:nth-child(-n+2) {
	margin: 20px 10px -6px;
}

@media (max-width: 768px) {
	.table ul:not(.control) li:not(:first-child) {
		margin-top: 8px;
	}
}