
/* .k70-article__title
-----------------------------*/
.k70-article__title{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #333;
	line-height: 1.3;
}
.k70-article__title .vol {
    font-size: 24px;
}

.raw{
	text-align: center;
}
.raw img{
	height: 350px;
}


.bpl-article {
    width: 100%;
    float: left;
    line-height: 1.6;
    font-size: 14px;
}
.bpl-article .ttl{
	font-size: 30px;
	font-weight: bold;
	margin-top:35px;
	margin-bottom:45px;
}

.bpl-article .link-wrap{
	overflow: hidden;
}
.bpl-article .link-wrap li{
	width:50%;
	float: left;
}
.bpl-article .link-wrap li a{
	font-size: 18px;
	font-weight: bold;
}
.bpl-article .link-wrap li a:hover{
	text-decoration: none;
}
@media screen and (max-width: 640px){
	.bpl-article .ttl{
		padding-bottom: 0px;
	}
	.bpl-article .link-wrap li{
		width:100%;
	}
	.bpl-article .link-wrap li a{
		font-size: 16px;
	}
}
.bpl-article .sec-ttl{
	font-size: 18px;
	/*height:30px;
	line-height: 30px;*/
	font-weight: bold;
	border-radius: 5px;
	background:#ededed;
	padding:8px;
	margin-top:70px;
	margin-bottom: 30px;
}
.bpl-article .lead{
	font-size: 18px;
	font-weight: bold;
	padding: 15px 30px 40px;
}
.video-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.video-wrap .video-part{
	width: 460px;
}

.video-wrap .video-part iframe{
	width:100%;
}
.video-wrap .video-part .detail{
	font-size: 18px;
}
.video-wrap .video-part .video-container{
	/*padding-bottom: 56.25%;*/
	position: relative;
}
/*.video-wrap .video-part .video-container span.g900_sorting{
	
	display: inline-block;
	width:100%;
	height:100%;
	background:url("/japan/products/g_video/img/g900_sorting.png") no-repeat;
	background-size: 100%;
	position: absolute;
	left:0;
	top:0;
	cursor: pointer;
}
.video-wrap .video-part .video-container span.g900_security{
	
	display: inline-block;
	width:100%;
	height:100%;
	background:url("/japan/products/g_video/img/g900_security.png") no-repeat;
	background-size: 100%;
	position: absolute;
	left:0;
	top:0;
	cursor: pointer;
}*/
/*.video-wrap .video-part .video-container span:hover{
	opacity: 0.7;
}*/
.video-wrap .video-part .video-container iframe{
	height:258px;
}

@media screen and (max-width: 640px){
	.bpl-article .lead{
		padding: 0px 15px 20px;
		font-size: 16px;
	}
	.bpl-article .sec-ttl{
		margin-top:30px;
	}
	.video-wrap .video-part{
		width:100%;
		margin-bottom: 40px;
	}
	.video-wrap .video-part .video-container iframe{
		height:50vw;
	}
}
.bpl-article__visual{
	text-align: center;
}
.bpl-article__visual img{
	width:90%;
}
@media screen and (max-width: 640px){
	.bpl-article__visual img{
		width:100%;
	}
}
span.caption {
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
		}

.tate{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

@media screen and (max-width: 640px){
	.k70-article__title{
		font-size: 20px;
	}
	.k70-article__title .vol {
			font-size: 20px;
	}

	.bpl-article__grid--col2 .wrap .col .photo {
		width: 100%;
	}
	.raw img{
		max-width: 80% !important;
		height: auto;
	}
}

@media screen and (max-width: 640px){
.bpl-article__col2--img-r .photo-wrap .photo{
	width: 100%;
}
}
@media screen and (min-width: 641px) {
.bpl-article__col2--img-r .photo-wrap{
	width: 170px;
}
}

/*a3
-------------------------------- */
.bpl-article .a3{
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 20px 0 30px 0;
}
.bpl-article .a3 .video-part{
	width: 47.8%;
}
.bpl-article .title-lv1{
	width: 100%;
}
.bpl-article .title-lv1 span{
	font-size: 20px;
	font-weight: bold;
}
.bpl-article .a3 .title-lv2 span{
	font-size: 14px;
}
.bpl-article .a3 .video-part .video-container{
	height: 0;
	margin: 20px 2.04082% 30px;
	max-width: 920px;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.bpl-article .a3 .video-part .video-container iframe,
.bpl-article .a3 .video-part .video-container object,
.bpl-article .a3 .video-part .video-container embed {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.bpl-article .a3 .video-part p{
	margin: 5px 2.04082% 20px;
	font-size: 14px;
}
@media screen and (max-width: 640px){
	.bpl-article .a3{
		display: block;
	}
	.bpl-article .a3 .video-part{
		width: 100%;
	}
}

.bpl-article .note{
	font-size: 14px;
	/*text-align: center;*/
	margin-bottom: 40px;
}


.catch{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;


