/* DTCM SITE
----------------------------------------------------------------- */
.flex_block{
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-pc{
	display: inline-block;
}
.img-sp{
	display: none;
}
section.section{
	margin-bottom: 40px;
}
.dtcm_overview_block{
	position: relative;
	background: #eff3f7;
	padding: 110px 2rem 2rem 2rem;
	margin-top: 130px;
}
.overview_fig{
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	margin: auto;
}
.overview_block__outer{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.overview_block__outer .col{
	margin: 0.5rem;
	width: 50%;
}
.overview_block{
	background: white;
	border: 3px solid gray;
	padding: 1rem;
	border-radius: 5px;
	line-height: 2;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
}
.overview_block.blue{
	border-color: #3498db;
	color: #3498db;
}
.overview_block.green{
	border-color: #009fb1;
	color: #009fb1;
}

.overview_block__outer  h4{
	text-align: center;
	display: block;
}

.left_img_block_outer{
	position: relative;
}
.right_img_block_outer{
	position: relative;
}
.caption_block{
	position: absolute;
	background-color: #006093;
	color: white;
	padding: 2rem;
	width: 700px;
	min-height: 360px;
	bottom: 0;

}
.caption_block h4{
	font-size: 24px;
}

.left_img_block_outer .caption_block{
	padding-left: 280px;
	right: 0;
}
.left_img_block_outer .img_block{
	position: absolute;
	left: 0;
	z-index: 1;
	top: -30px;
}
.right_img_block_outer .caption_block{
	padding-right: 280px;
	left: 0;
}
.right_img_block_outer .img_block{
	position: absolute;
	right: 0;
	z-index: 1;
	top: -30px;
}

#point_1_block{
	height: 360px;
	margin-top: 70px;
}
#point_2_block{
	height: 360px;
	margin-top: 70px;
}
#point_3_block{
	height: 360px;
	margin-top: 70px;
}

section#movie{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #eff3f7;
	background:url(../image/top/bg_contact.png) ;
	background-size: 50%;
	text-align: center;
}

.movie_block{
	display:flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.img-pc{
		display: none;
	}
	.img-sp{
		display: inline-block;
	}
	.page-mv-title-text{
		font-size: 26px;
	}
	.dtcm_overview_block{
		padding: 60px 1rem 1rem 1rem;
		margin-top: 60px;
		font-size: 15px;
	}
	.overview_fig{
		top: -50px;
		
	}
	.overview_block__outer{
		display: block;
	}
	.overview_block__outer .col {
		margin: 0.5rem;
		width: 100%;
	}

	.caption_block{
		position: relative;
		top: -10px;
		width: 100%;
		min-height: auto;
	}
	.caption_block h4{
		font-size: 18px;
	}
	.tit_point{
		width: 100px;
	}
	.left_img_block_outer .img_block,
	.right_img_block_outer .img_block{
		position: relative;
		right: 0;
		z-index: 1;
		top: 0px;
	}
	.left_img_block_outer .caption_block,
	.right_img_block_outer .caption_block{
		padding: 2rem;
		font-size: 15px;
	}


	#point_1_block,
	#point_2_block,
	#point_3_block{
		height: auto;
		margin-top: 20px;
	}

	.movie_block{
		display: block;
	}
	.movie_block .col{
		margin-bottom: 20px;
	}
	.movie_block iframe{
		max-width: 100%;
	}
	.flex_block{
		display: block;
	}
}
