@charset "UTF-8";
/* CSS Document */

#nbt_header {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 60px 0 0;
	background: #000000;
	font-size: 10px;
	background-image: url("../img/nbt-bg01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

.nbt_header_inner {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
}

#nbt_header ul{
	display: flex;
	justify-content: space-between;
	margin: 30px auto 45px;
	color: #0062b0;
}

#nbt_header li{
	width: 180px;
	padding: 10px 0;
	border: solid 1px #0062b0;
	font-size: 1.5em;
	box-sizing: border-box;
}
.nbt_header_inner h1{
	text-align: left;
	margin-bottom: 30px;
}
.nbt_header_list02 {
	background: #0062b0;
	color: #ffffff;
}

.nbt_header_txt{
	margin-top: 1em;
	font-size: 1.4em;
	line-height: 1.7;
	text-align: left;
	color: #ffffff;
}

.nbt_header_link{
	margin-top: 30px;
	text-align: left;
	color: #ffffff;
}

.nbt_header_link a{
	font-size: 2.4em;
	line-height: 1.3;
	font-weight: bold;
	color: #ffffff;
}

.nbt_header_link a span{
	font-size: 0.7em;
	font-weight: normal;
	padding-left: 24px;
}

.nbt_header_link_txt{
	margin-top: 10px;
	padding-left: 24px;
	font-size: 1.4em;
}
@media screen and (max-width: 767px) {
	#nbt_header h1{
		width:88.14814815%;
	}
	#nbt_header ul{
	display: flex;
	margin: 30px auto 45px;
}
	#nbt_header li{
	width: 32%;
	font-size: 1em;
}

.nbt_header_inner {
	width: 90%;
	padding-bottom: 0;
	}
}
#rdchild_box01{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 100px;
	background: #000000;
	font-size: 10px;
}

.rdchild_box01_inner{
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.rdchild_box01_child {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	position: relative;
	width: 100%;
	margin: 60px 0 0;
	box-sizing: border-box;
}

.rdchild_box01_child:first-child {
	margin:0 auto;
}

.rdchild_box01_child_video{
	width: 63%;
   position: relative;
   display: block;
   z-index: 10;
}

.rdchild_box01_child_txt{
	width: 37%;
   position: relative;
   display: block;
   padding: 0 0 0 27px;
	box-sizing: border-box;
}

.rdchild_box01_child_txt h3{
	color: #ffffff;
   font-size: 18px;
   font-weight: normal;
   background-image: -webkit-linear-gradient(0deg, #1d68bd 0%, #6dc2da 100%);
   background-image: -moz-linear-gradient(0deg, #1d68bd 0%, #6dc2da 100%);
   background-image: -o-linear-gradient(0deg, #1d68bd 0%, #6dc2da 100%);
   background-image: linear-gradient(90deg, #1d68bd 0%, #6dc2da 100%);
   border-radius: 30px;
   padding: 9px 0 9px calc(14px + 1.5em);
   margin: 0;
   text-indent: -1em;
}

.rdchild_box01_child_txt h4 {
	margin: 20px 27px 0;
   padding: 10px;
   border: 2px solid #1592f9;
   color: #1592f9;
   font-size: 1.7em;
   line-height: 1.76;
   font-weight: normal;
}
.rdchild_box01_child_txt p {
	margin: 1em 27px 0;
	font-size: 1.5em;
	line-height: 1.8;
   color: #fafafa;
}
.nbt_caption {
	font-size:1em!important;
}
.bc-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
	.rdchild_box01_child{
		display: block;
		width: 90%;
		margin: 80px auto 0;
	}
	
	.rdchild_box01_child:first-child {
	padding-top:60px;
}
	.rdchild_box01_child_video{
		width: 100%;
	}
	.rdchild_box01_child_txt{
	width: 100%;
		padding: 30px 0 0 0;
	}
	
	.rdchild_box01_child_txt h3{
		padding: 10px 10px 10px 15px;
		font-size: 1.6em;
		text-indent: 0;
		border-radius: 15px;
	}
	
	.rdchild_box01_child_txt h4 {
	margin: 20px auto 0;
   font-size: 1.5em;
}
	.rdchild_box01_child_txt p {
		margin: 20px auto 0;
		font-size: 1.4em;
		line-height: 1.9;
	}

}