@charset "utf-8";
/* CSS Document */

.t18-company-technopark-txt {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
    line-height: 1.666;
}
.t18-company-technopark-txt2 {
	display: block;
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.6rem;
  line-height: 1.666;
}

.disclabel {
  color: #d7063b !important;
}
/* Googleマップで見る */
.fon-goo {
	font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
	.t18-company-technopark-info-area .t18-middle-large-title::before {
		content: "●";
	}
	.t18-company-technopark-txt, .t18-company-technopark-txt2 {
		font-size: 3rem;
	}
	/* Googleマップで見る */
	.fon-goo {
		font-size: 2.4rem;
	}
}

	/* テクノパーク ／ 東京DLセンターマップ画像 */
.technopark_map img {
	max-width: 100%;
}
.sp_only {
	display: none;
}
.map_loc {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 18px;
	padding: 5px 10px;
	border: 1px solid #d7063b;
	border-radius: 20px;
	background-color: #d7063b;
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	transition: all 0.3s;
	text-decoration:none;
}
.map_loc:hover {
	background-color: #fff;
	color: #d7063b;
}
.technopark_map {
	position: relative;
}
.technopark_map :nth-of-type(1) {
	top: 231px;
	right: 47px;
}
.technopark_map :nth-of-type(2) {
	top: 354px;
	right: 57px;
}
.technopark_map :nth-of-type(3) {
	top: 248px;
	right: 325px;
}
.technopark_map :nth-of-type(4) {
	top: 290px;
	right: 355px;
}
.technopark_map :nth-of-type(5) {
	top: 327px;
	right: 410px;
}
.technopark_map :nth-of-type(6) {
	bottom: 408px;
	right: 475px;
}
.technopark_map :nth-of-type(7) {
	bottom: 360px;
	right: 475px;
}
.technopark_map :nth-of-type(8) {
	top: 298px;
	right: 108px;
}
.technopark_map :nth-of-type(9) {
	top: 396px;
	right: 255px;
}
.technopark_map :nth-of-type(10) {
	top: 74px;
	right: 32px;
}
.technopark_map :nth-of-type(11) {
	top: 195px;
	right: 256px;
}


@media screen and (max-width: 750px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.map_loc {
		height: 35px;
	padding-bottom: 8px;
		font-size: 2rem;
	}
	.map_loc:hover {
		background-color: #d7063b;
		color:#fff;
	}
	.technopark_map :nth-of-type(1) {
		top: 311px;
		right: 17px;
	}
	.technopark_map :nth-of-type(2) {
		top: 480px;
	}
	.technopark_map :nth-of-type(3) {
		top: 280px;
		right: 370px;
	}
	.technopark_map :nth-of-type(4) {
		top: 345px;
		right: 405px;
	}
	.technopark_map :nth-of-type(5) {
		top: 412px;
		right: 430px;
	}
	.technopark_map :nth-of-type(6) {
		bottom: 18px;
		right: 340px;
	}
	.technopark_map :nth-of-type(7) {
		bottom: 65px;
		right: 86px;
	}
	.technopark_map :nth-of-type(8) {
		top: 398px;
		right: 51px;
	}
	.technopark_map :nth-of-type(9) {
		top: 530px;
	}
	.technopark_map :nth-of-type(10) {
		top: 27px;
		right: 17px;
	}
	.technopark_map :nth-of-type(11) {
		top: 210px;
		right: 306px;
	}
}


.award {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.award_sp {
    display: none;
}
@media screen and (max-width: 750px) {
.award {
    display: block;
}
.award_sp {
    display: block;
    text-align: center;
}
.award_sp img {
    width: 100%;
    height: auto;
}
}