@import url("../../../promotion_assets/css/page-top_news.css");
@import url("../../../promotion_assets/css/special-nav.css");
@import url("../../../promotion_assets/css/conversion-area.css");
@import url("../../../promotion_assets/css/breadcrumb.css");
@import url("../../../promotion_assets/css/promotion_common.css");
@import url("../../../promotion_assets/css/product_links.css");
@import url("../../../promotion_assets/css/product_links_other.css");
/*--------------------------------------------------------------------------------------*/
/*上書きCSS*/
#product_links {
	margin-bottom:0;
}
.l-footer {
	/*margin-top: 0px;*/
}
#product section.contents .imageright div div{
	width:auto;
	margin-right: 0;
}
#product header div.indexpage div h1 span{
	line-height:1.4;
	letter-spacing: 0px;
}
#product header div.indexpage div h1 {
	letter-spacing: 1px;
}
/*--------------------------------------------------------------------------------------*/
/*専用CSS*/
#product section.contents .fleximage div {
	margin-left: 0rem;
}
#product section.contents .imageright_type1{
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
	align-items: center;
}
#product section.contents .imageright_type1 div.title{
	width:calc(100% - 79.4rem);
}
#product section.contents .imageright_type1 figure{
	width:calc(79.4rem);
	margin-top: 0rem;
}
#product section.contents .imagecenter .playmovie2{
	display: flex;
	justify-content: space-between;
}
#product section.contents .imagecenter .playmovie2 div{
	width:auto;
}

#product section.contents .imagecenter .imageright div.playmovie3{
	width: 48rem;
	margin-right: 0;
}
#product section.contents th.left{
	text-align:left;
}
#product section.contents h2 span.bg_blue{
	background-color:rgba(0,94,184,1.0);
	padding: 0.3rem 1.5rem 0.5rem;
	color: #fff;
	width: fit-content;
	margin-bottom: 0.8rem;
}
#product section.contents .fleximage img{
	margin:0;
}
#product section.contents figcaption.right{
	text-align:right;
}
#product section.contents video.line_on {
  border: 1px solid #e6e6e6;
}
#product .top_margin{
	margin-top: 3rem !important;
}

#product section.contents .disp_icon{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#product section.contents .disp_icon img{
	margin:0;
}
/*動画の2カラム*/
#product section.contents .flexboxmovie{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#product section.contents .flexboxmovie .playmovie{
	width: calc(50% - 2rem) !important;
	margin:0rem 0 3rem 0 !important;
}
#product section.contents .flexboxmovie.top3 .playmovie{
	margin:3rem 0 0 0!important;
}

#product section.contents .movieright{
	display: flex;
	justify-content: space-between;
}
/*動画の2カラム 2*/
#product section.contents .movieright .movieright_text {
	width: calc(100% / 2 - 2rem);
	margin-right: 4rem;
}
#product section.contents .movieright .movieright_movie{
	width: calc(100% / 2 - 2rem);
}


/*--------------------------------------------------------------------------------------*/
@media (min-width:769px) and (max-width:1080px) {
	#product header div.indexpage img{
		left: 30rem;
		right:auto;
	}
	#product section.contents .imagecenter .playmovie2 video{
		width:100%;
	}
	#product section.contents .fleximage img{
		width:calc(100% - 2rem);
	}
	
	#product section.contents .imageright_type1 figure {
		width: calc(65rem);
	}
	#product section.contents .imageright_type1 div.title{
		width:calc(100% - 65rem);
	}
	#product section.contents .imagecenter .playmovie2 div{
		width: calc(100% / 2 - 2rem);
	}
	#product section.contents .imagecenter .imageright div.playmovie3{
		width: calc(100% / 2 - 2rem);
	}
	#product section.contents .imagecenter .imageright div.playmovie3 video{
		width:100%;
	}

}
/*--------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
	#product section.contents .imageright_type1{
		display: block;
		margin-top: 3rem;
	}
	#product section.contents .imageright_type1 div.title{
		width:calc(100%);
		margin-bottom:-1rem;
	}
	#product section.contents .imageright_type1 figure{
		width:calc(100%);
	}
	#product section.contents .imageright_type1 figure img{
		margin-top:2rem;
	}
	
	/*動画*/
	#product section.contents .imagecenter .playmovie2 {
		display: block;
	}
	#product section.contents .imagecenter .playmovie2 video{
		width:100%;
	}
	#product section.contents .imagecenter .playmovie2 div:nth-of-type(2){
		margin-top:2rem;
	}
	#product section.contents .imagecenter .imageright div.playmovie3 video{
		width: 100%;
	}
	
	/*横並び画像*/
	#product section.contents .fleximage{
		display:flex;
		    flex-wrap: wrap;
	}
	#product section.contents .fleximage div{
		width:calc(100% / 2 - 1rem);
	}
	#product section.contents .fleximage div:nth-of-type(1) {
		margin: 0rem 0rem 0;
	}
	#product section.contents .fleximage div{
		margin: 0rem 0rem 0;
	}
	#product section.contents .fleximage div p{
		margin-bottom:3rem;
	}
	#product section.contents .fleximage:nth-of-type(2){
		margin-top:0rem;
	}
	
	#product .top_margin{
		margin-top: 0rem !important;
	}
	#product section.contents .disp_icon{
		display: block
	}
	#product section.contents .disp_icon img{
		width: 50%;
		margin: 0.5em 0 0;
	}
	/*動画の2カラム*/
	#product section.contents .flexboxmovie .playmovie {
		width: calc(100%) !important;
	}
	/*動画の2カラム 2*/
	#product section.contents .movieright {
		display:block;
	}
	#product section.contents .movieright .movieright_text {
		width: calc(100%);
	}
	#product section.contents .movieright .movieright_movie{
		margin-top:2rem;
		width: calc(100%);
	}
}

