@charset "utf-8";

.sp {
	display: none !important;
}

#floating-banner-common {
	display: none !important;
}

.pickup-column .inner {
	padding-top: 0;
	border-top: 0;
}


#path-info {
	position: relative;
}
#float-nav {
	position: absolute;
	display: flex;
	align-items: center;
	height: 66px;
	right: 20px;
	top: 0;
}
#float-nav span + span {
	margin-left: 12px;
}
#float-nav span a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 25px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	transition: all 300ms ease-out;
}
#float-nav .entry a {
	background: #fc6f46;
}
#float-nav .contact a {
	background: #bababa;
}
#float-nav span a:hover {
	opacity: 0.7;
}



body.fix-button #float-nav {
	position: fixed;
	z-index: 900;
}



#dtf-kv {
	position: relative;
	height: 582px;
	background: url(/incubation_asset/img/dtf2024/kv_pc.jpg) 50% 50% repeat-x;
	background-size: auto 100%;
}
body.type202403 #dtf-kv {
	background-image: url(/incubation_asset/img/dtf2024/kv_pc2.jpg);
}


#dtf-kv .content {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 750px;
	height: 544px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px 45px;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

#dtf-kv .lead {
	font-size: 20px;
	font-weight: 500;
}
#dtf-kv h1 {
	margin: 15px 0 0;
	font-size: 70px;
	font-weight: 500;
	letter-spacing: -1px;
	color: #165d89;
}
#dtf-kv .text {
	margin: 30px 0 0;
	padding: 30px 0 0;
	text-align: center;
	border-top: 1px solid #ccc;
}
#dtf-kv h2 {
	font-size: 24px;
	font-weight: 500;
	color: #165d89;
}
#dtf-kv p {
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
#dtf-kv ul {
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}
#dtf-kv li {
	position: relative;
	padding-left: 16px;
	font-size: 16px;
	font-weight: 500;
	color: #165d89;
}
#dtf-kv li + li {
	margin-left: 20px;
}
#dtf-kv li::before {
	box-sizing: border-box;
	position: absolute;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 0;
	top: calc(50% - 4px);
	background: #eece4b;
	border: 1px solid #000;
	border-radius: 5px;
}
#dtf-kv .note {
	margin: 25px 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #666;
}
#dtf-kv .nav {
	width: 588px;
	margin: 30px auto 0;
}
#dtf-kv .nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 84px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background: #fc6f46;
	border: 2px solid #fff;
	border-radius: 42px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 300ms ease-out;
}
#dtf-kv .nav a i {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	right: 20px;
	top: calc(50% - 11px);
	background: #fff url(/incubation_asset/img/dtf2024/arrow_orange.svg) 50% 50% no-repeat;
	background-size: 8px auto;
	border-radius: 11px;
}
#dtf-kv .nav a:hover {
	opacity: 0.7;
}










#dtf-about {
	padding: 100px 0;
}
#dtf-about .inner {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
#dtf-about h2 {
	font-size: 35px;
	font-weight: 500;
	color: #165d89;
	text-align: center;
}
#dtf-about .lead {
	margin: 35px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

#dtf-about .pict {
	position: relative;
	box-sizing: border-box;
	margin: 40px 0 0;
	padding: 50px 100px 40px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 10px;
}
#dtf-about .logo {
	position: absolute;
	width: 160px;
	height: 190px;
	left: calc(50% - 80px);
	top: 170px;
	z-index: 50;
	background: url(/incubation_asset/img/dtf2024/overlay_logo_pc.png?2) 50% 50% no-repeat;
	background-size: contain;
}
body.type202403 #dtf-about .logo {
	background-image: url(/incubation_asset/img/dtf2024/overlay_logo_pc2.png);
}
#dtf-about .pict ul {
	display: flex;
	justify-content: space-between;
}
#dtf-about .pict li {
	box-sizing: border-box;
	width: calc(50% - 20px);
	padding: 40px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}
#dtf-about .pict dl {
	text-align: center;
}
#dtf-about .pict dt {
	position: relative;
	z-index: 10;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
}
#dtf-about .pict dt .sup {
	position: relative;
	top: -2px;
	left: 2px;
}
#dtf-about .pict dt + dd {
	margin: -20px 0 -30px;
}
#dtf-about .pict dd img {
	width: 270px;
	height: auto;
}
#dtf-about .pict dd + dd {
	position: relative;
	min-height: 88px;
	z-index: 10;
}
#dtf-about .pict dd.subtitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
}
#dtf-about .pict dd.note {
	font-size: 14px;
	line-height: 1.6;
}
#dtf-about .pict dd.note span {
	position: relative;
	display: inline-block;
	margin: 0 2px 0 -0.5em;
}
#dtf-about .pict p {
	margin: 40px 0 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}







#dtf-merit {
	padding: 100px 0;
	background: #fbf0b0;
}
#dtf-merit .inner {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
#dtf-merit h2 {
	font-size: 35px;
	font-weight: 500;
	color: #165d89;
	text-align: center;
}

#dtf-merit .fig {
	box-sizing: border-box;
	margin: 50px 0 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}
#dtf-merit .fig li {
	box-sizing: border-box;
	padding: 45px 65px;
}
#dtf-merit .fig li + li {
	border-top: 1px solid #ddd;
}
#dtf-merit .fig dl {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#dtf-merit .fig dt {
	display: flex;
	align-items: center;
	width: 400px;
}
#dtf-merit .fig dd {
	width: calc(100% - 400px - 10px);
}
#dtf-merit .fig img {
	width: 110px;
	height: auto;
}
#dtf-merit .fig dt strong {
	margin-left: 30px;
	font-size: 20px;
	font-weight: 500;
}
#dtf-merit .fig dd p {
	padding: 0 0 0 0.75em;
	text-indent: -0.75em;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
#dtf-merit .fig dd p::before {
	position: relative;
	display: inline-block;
	content: "-";
	width: 0.75em;
	top: -1px;
	text-indent: 0;
}
#dtf-merit .fig dd p + p {
	margin-top: 5px;
}






#dtf-resource {
	padding: 100px 0;
	background: #dbeaf4;
}
#dtf-resource .inner {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
#dtf-resource h2 {
	font-size: 35px;
	font-weight: 500;
	color: #165d89;
	text-align: center;
}

#dtf-resource .list {
	box-sizing: border-box;
	margin: 50px 0 0;
}
#dtf-resource .list ul {
	display: flex;
	flex-wrap: wrap;
}
#dtf-resource .list li {
	box-sizing: border-box;
	width: calc((100% - 50px) / 3);
	margin-left: 25px;
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}
#dtf-resource .list li:nth-child(3n + 1) {
	margin-left: 0;
}
#dtf-resource .list li:nth-child(n + 4) {
	margin-top: 25px;
}

#dtf-resource .list dt {
	padding: 28px 0 30px;
	text-align: center;
	background: #fff;
}
#dtf-resource .list img {
	width: auto;
	height: 120px;
}
#dtf-resource .list dt strong {
	display: block;
	margin: 15px 0 0;
	font-size: 28px;
	font-weight: 500;
	color: #165d89;
}
#dtf-resource .list dd {
	padding: 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}







#dtf-mentors {
	padding: 100px 0;
	background: #f7f7f7;
}
#dtf-mentors .inner {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
#dtf-mentors h2 {
	font-size: 35px;
	font-weight: 500;
	color: #165d89;
	text-align: center;
}

#dtf-mentors .list {
	margin: 50px 0 0;
}
#dtf-mentors .list ul {
	display: flex;
	justify-content: space-between;
}
#dtf-mentors .list li {
	width: calc((100% - 50px) / 3);
}
#dtf-mentors .list li + li {
	margin-left: 25px;
}

#dtf-mentors .list img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	overflow: hidden;
}
#dtf-mentors dl {
	margin: 30px 0 0;
}
#dtf-mentors dt {
	font-size: 23px;
	font-weight: 500;
}
#dtf-mentors dt + dd {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 500;
}
#dtf-mentors dd + dd {
	margin: 20px 0 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}
#dtf-mentors p {
	margin: 25px 0 0;
	padding: 20px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	border-top: 1px solid #ccc;
}
#dtf-mentors .link {
	margin: 15px 0 0;
}
#dtf-mentors .link a {
	color: #165d89;
	text-decoration: underline;
}
#dtf-mentors .link a:hover {
	text-decoration: none;
}
#dtf-mentors .link a i {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: -1px;
	margin: 0 0 0 5px;
	background: url(/incubation_asset/img/dtf2024/icon_popup.svg) 50% 50% no-repeat;
}










#dtf-activity {
	padding: 100px 0;
	background: #fff;
}
#dtf-activity .inner {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
#dtf-activity h2 {
	font-size: 35px;
	font-weight: 500;
	color: #165d89;
	text-align: center;
}
#dtf-activity .lead {
	margin: 35px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

#dtf-activity .steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 55px 0 0;
	counter-reset: order;
}
#dtf-activity .steps li {
	box-sizing: border-box;
	position: relative;
	width: calc(50% - 20px);
	padding: 0 0 20px 60px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	counter-increment: order;
}
#dtf-activity .steps li:nth-child(n + 3) {
	margin-top: 40px;
}
#dtf-activity .steps li::before {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	content: counter(order);
	width: 36px;
	height: 36px;
	left: 0;
	top: calc(50% - 28px);
	padding: 0 0 4px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: #165d89;
	border-radius: 18px;
}

#dtf-activity .requirements {
	margin: 90px 0 0;
}
#dtf-activity .owner {
	margin: 50px 0 0;
}
#dtf-activity .column {
	box-sizing: border-box;
	padding: 60px 100px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 20px;
}
#dtf-activity .column h3 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
#dtf-activity .column p {
	margin: 30px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

#dtf-activity .column .list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0 0;
}
#dtf-activity .column p + .list {
	margin-top: 20px;
}

#dtf-activity .column .list ul {
	width: calc(100% - 210px);
}
#dtf-activity .column .list figure {
	width: 200px;
}
#dtf-activity .column .list img {
	width: 100%;
	height: auto;
}
#dtf-activity .requirements .list figure img {
	width: 277px;
	margin: 0 -20px 0 -57px;
}
#dtf-activity .owner .list figure img {
	position: relative;
	width: 197px;
	margin: 0 -3px 0 0;
	left: 10px;
}

#dtf-activity .column .list li {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}
#dtf-activity .column .list li + li {
	margin-top: 10px;
}
#dtf-activity .column .list li::before {
	box-sizing: border-box;
	position: absolute;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 0;
	top: 12px;
	background: #eece4b;
	border: 1px solid #000;
	border-radius: 5px;
}

#dtf-activity .flow {
	margin: 50px 0 0;
}
#dtf-activity .flow h4 {
	position: relative;
	text-align: center;
}
#dtf-activity .flow h4 strong {
	position: relative;
	display: inline-block;
	z-index: 10;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 500;
	background: #f7f7f7;
}
#dtf-activity .flow h4::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 10px;
	background: #ddd;
}
#dtf-activity .flow ul {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
#dtf-activity .flow li {
	box-sizing: border-box;
	position: relative;
	width: 200px;
}
#dtf-activity .flow li + li {
	margin-left: 64px;
}
#dtf-activity .flow li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 20px;
	left: -60px;
	top: calc((200px - 20px) / 2);
	background: url(/incubation_asset/img/dtf2024/arrow_flow.svg) 50% 50% no-repeat;
	background-size: 12px 20px;
}
#dtf-activity .flow li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 100px;
}
#dtf-activity .flow li img {
	width: 140px;
	height: auto;
}
#dtf-activity .flow li strong {
	display: block;
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}



#dtf-activity .nav {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #c9c9c9;
}
#dtf-activity .entry {
	width: calc(70% - 5px);
}
#dtf-activity .contact {
	width: calc(30% - 5px);
}
#dtf-activity .nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 84px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background: #fc6f46;
	border: 2px solid #fff;
	border-radius: 42px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 300ms ease-out;
}
#dtf-activity .nav a i {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	right: 20px;
	top: calc(50% - 11px);
	background: #fff url(/incubation_asset/img/dtf2024/arrow_orange.svg) 50% 50% no-repeat;
	background-size: 8px auto;
	border-radius: 11px;
}
#dtf-activity .nav .contact a {
	font-size: 18px;
	background: #bababa;
}
#dtf-activity .nav .contact a i {
	background-image: url(/incubation_asset/img/dtf2024/arrow_gray.svg);
}

#dtf-activity .nav a:hover {
	opacity: 0.7;
}









#dtf-researcher {
	padding: 100px 0;
	background: #f7f7f7;
}
#dtf-researcher .inner {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
#dtf-researcher h2 {
	font-size: 35px;
	font-weight: 500;
	color: #165d89;
	text-align: center;
}
#dtf-researcher .lead {
	margin: 35px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}
#dtf-researcher .lead + .note {
	margin: 30px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	color: #666;
}

#dtf-researcher .fig {
	margin: 50px 0 0;
}
#dtf-researcher .fig ul {
	display: flex;
	justify-content: space-between;
}
#dtf-researcher .fig li {
	width: calc((100% - 50px) / 3);
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}
#dtf-researcher .fig li + li {
	margin-left: 25px;
}
#dtf-researcher .fig li dt {
	padding: 30px 0;
	text-align: center;
	background: #fff;
}
#dtf-researcher .fig li dt strong {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}
#dtf-researcher .fig li dt span {
	display: block;
	width: 215px;
	margin: 20px auto 0;
}
#dtf-researcher .fig li dt img {
	width: 100%;
	height: auto;
}
#dtf-researcher .fig li dd {
	padding: 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

#dtf-researcher .column {
	box-sizing: border-box;
	margin: 50px 0 0;
	padding: 60px 100px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 20px;
}
#dtf-researcher .column h3 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
#dtf-researcher .column p {
	margin: 30px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

#dtf-researcher .column .list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
}
#dtf-researcher .column .list ul {
	width: calc(100% - 210px);
}
#dtf-researcher .column .list figure {
	width: 200px;
}
#dtf-researcher .column .list figure img {
	position: relative;
	width: 197px;
	height: auto;
	margin: 0 -3px 0 0;
	left: 10px;
}

#dtf-researcher .column .list li {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}
#dtf-researcher .column .list li + li {
	margin-top: 10px;
}
#dtf-researcher .column .list li::before {
	box-sizing: border-box;
	position: absolute;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 0;
	top: 12px;
	background: #eece4b;
	border: 1px solid #000;
	border-radius: 5px;
}

#dtf-researcher .flow {
	margin: 50px 0 0;
}
#dtf-researcher .flow h4 {
	position: relative;
	text-align: center;
}
#dtf-researcher .flow h4 strong {
	position: relative;
	display: inline-block;
	z-index: 10;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 500;
	background: #fff;
}
#dtf-researcher .flow h4::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 10px;
	background: #ddd;
}
#dtf-researcher .flow ul {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
#dtf-researcher .flow li {
	box-sizing: border-box;
	position: relative;
	width: 200px;
}
#dtf-researcher .flow li + li {
	margin-left: 64px;
}
#dtf-researcher .flow li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 20px;
	left: -60px;
	top: calc((200px - 20px) / 2);
	background: url(/incubation_asset/img/dtf2024/arrow_flow.svg) 50% 50% no-repeat;
	background-size: 12px 20px;
}
#dtf-researcher .flow li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 100px;
}
#dtf-researcher .flow li img {
	width: 140px;
	height: auto;
}
#dtf-researcher .flow li strong {
	display: block;
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}



#dtf-researcher .nav {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #c9c9c9;
}
#dtf-researcher .entry {
	width: calc(70% - 5px);
}
#dtf-researcher .contact {
	width: calc(30% - 5px);
}
#dtf-researcher .nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 84px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background: #165d89;
	border: 2px solid #fff;
	border-radius: 42px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 300ms ease-out;
}
#dtf-researcher .nav a i {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	right: 20px;
	top: calc(50% - 11px);
	background: #fff url(/incubation_asset/img/dtf2024/arrow_blue.svg) 50% 50% no-repeat;
	background-size: 8px auto;
	border-radius: 11px;
}
#dtf-researcher .nav .contact a {
	font-size: 18px;
	background: #bababa;
}
#dtf-researcher .nav .contact a i {
	background-image: url(/incubation_asset/img/dtf2024/arrow_gray.svg);
}
#dtf-researcher .nav a:hover {
	opacity: 0.7;
}

#dtf-researcher .column .note {
	margin: 25px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	color: #666;
}








#dtf-contact {
	padding: 80px 0;
	background: #fdb29d;
}
#dtf-contact .inner {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
#dtf-contact .content {
	box-sizing: border-box;
	padding: 55px 100px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 20px;
}
#dtf-contact h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

#dtf-contact .entry {
	margin: 40px 0 0;
}
#dtf-contact .entry span {
	display: block;
}
#dtf-contact .entry span + span {
	margin-top: 15px;
}
#dtf-contact .entry a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 84px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 42px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 300ms ease-out;
}
#dtf-contact .entry .eir a {
	background: #ff6f46;
}
#dtf-contact .entry .researcher a {
	background: #165d89;
}
#dtf-contact .entry a i {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	right: 20px;
	top: calc(50% - 11px);
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 8px auto;
	border-radius: 11px;
}
#dtf-contact .entry .eir a i {
	background-image: url(/incubation_asset/img/dtf2024/arrow_orange.svg);
}
#dtf-contact .entry .researcher a i {
	background-image: url(/incubation_asset/img/dtf2024/arrow_blue.svg);
}
#dtf-contact .entry a:hover {
	opacity: 0.7;
}


#dtf-contact .nav {
	display: flex;
	justify-content: space-between;
	margin: 35px 0 0;
	padding: 35px 0 0;
	border-top: 1px solid #ccc;
}
#dtf-contact .nav > * {
	width: calc(50% - 10px);
}
#dtf-contact .nav .contact a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 64px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #bababa;
	border: 2px solid #fff;
	border-radius: 42px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 300ms ease-out;
}
#dtf-contact .nav a i {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	right: 20px;
	top: calc(50% - 11px);
	background: #fff url(/incubation_asset/img/dtf2024/arrow_gray.svg) 50% 50% no-repeat;
	background-size: 8px auto;
	border-radius: 11px;
}
#dtf-contact .nav a:hover {
	opacity: 0.7;
}

#dtf-contact .nav dl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	background: #fff;
	border-radius: 32px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
#dtf-contact .nav dt {
	font-size: 14px;
	font-weight: 700;
}
#dtf-contact .nav dd {
	position: relative;
	top: -2px;
	margin: 0 0 0 40px;
	font-size: 30px;
	font-weight: 500;
}
#dtf-contact .nav dd::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	left: -20px;
	top: 2px;
	background: #ccc;
	transform: rotate(20deg);
}


#dtf-contact .note {
	margin: 30px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	color: #666;
	text-align: center;
}







