﻿@charset "utf-8";
/*--京formsystem.css--*/
/* ##########PC########## */

.product_detail_start_box > .box_footer{
    background: #fff;
    width: 960px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 30px 20px 30px;
    margin: 0 auto;
}

.product_detail_start_box > .box_footer .movie_link{
	margin-bottom:0;
}

.products_formsystem_exp{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	font-size: 1.05em;
	line-height: 2;
}

	.products_formsystem_exp h4{
		font-size: 1.4em;
		font-weight: bold;
		color: #004E93;
		position: relative;
		margin: 2.5em 0 0.5em 0;
		padding-left: 0.6em;
		border-left:8px solid #004E93;
		line-height:1.4;
	}
		/*
		.products_formsystem_exp h4:before{
			content: "";
			display: inline-block;
			height: 1.4em;
			width: 8px;
			background: #004E93;
			position: absolute;
			top: 0.25em;
			left: 0;
		}
		*/
	
	.products_formsystem_exp .img_box{
		margin:0 18px;
	}
	
		.products_formsystem_exp .img_box > .goto_youtube{
			}
		
			.products_formsystem_exp .img_box > .goto_youtube > p{
				text-align:left;
				position: relative;
				padding: 0 0 0 1.2em;
				font-size: 1.1em;
				margin-bottom: 0.8em;
			}
			
			.products_formsystem_exp .img_box > .goto_youtube > p:before{
				position: absolute;
				content: "";
				width: 15px;
				height: 15px;
				background-color: #004E93;
				border-radius: 5px;
				top:25%;
				left: 0;
			}
			
				.products_formsystem_exp .img_box > .goto_youtube > p a{
					border: none;
					text-decoration: none;
				}
				
				.products_formsystem_exp .img_box > .goto_youtube > p a:hover{
					text-decoration:underline;
				}
		
		.products_formsystem_exp .img_box p{
			text-align:center;
			margin-bottom:0.5em;
		}
		
		.products_formsystem_exp .img_box a{
			display:inline-block;
			border:1px solid #aaa;
			transition:.3s all ease;
		}
		
		.products_formsystem_exp .img_box a:hover{
			border:1px solid #004E93;
			opacity:0.8;
		}
		
		.products_formsystem_exp .img_box a.sp{
			display:none;
		}
		
		.products_formsystem_exp .img_box a img{
			max-width:100%;
			height:auto;
			transition:.3s all ease;
		}
		
		/*
		.products_formsystem_exp .img_box a:hover img{
			opacity:0.8;
		}
		*/

.product_detail_start_box > .box_footer .box_footer_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product_detail_start_box > .box_footer .movie_link{
        margin: 0 1em;
    }

.product_detail_start_box > .box_footer .box_footer_wrap .catalog_link{
        margin: 0 1em;
}

.product_detail_start_box > .box_footer .box_footer_wrap .catalog_link a{
    display: inline-block;
    position: relative;
}

.product_detail_start_box > .box_footer .box_footer_wrap .catalog_link a img[src$="_off.png"]{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .3s all ease;
}

.product_detail_start_box > .box_footer .box_footer_wrap .catalog_link a img[src$="_on.png"]{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .3s all ease;
}

    .product_detail_start_box > .box_footer .box_footer_wrap .catalog_link a:hover img[src$="_off.png"]{
        opacity:0;
    }

    .product_detail_start_box > .box_footer .box_footer_wrap .catalog_link a:hover img[src$="_on.png"]{
        opacity:1;
    }


/* ##########SP########## */
@media screen and (max-width:479px) {
    .product_detail_start_box > .box_footer{
        width: 100%;
        height: auto;
        margin: 0 auto 6vw auto;
        display: block;
        padding: 3vw;
    }
    
	.products_formsystem_exp{
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 0 3vw;
	}
	
		.products_formsystem_exp h4{
			font-size: 4.4vw;
			margin: 1.5em 0 0.5em 0;
			padding-left: 0.5em;
		}
		
			.products_formsystem_exp h4:before{
				width: 1.5vw;
			}
		
		.products_formsystem_exp .img_box{
			margin:0 3vw;
		}
		
			.products_formsystem_exp .img_box > .goto_youtube{}
			
				.products_formsystem_exp .img_box > .goto_youtube > p{
					font-size: 3.8vw;
					padding-top:0.2em;
				}
				
				.products_formsystem_exp .img_box > .goto_youtube > p:before{
					top:20%;
				}
			
			.products_formsystem_exp .img_box p{
				text-align:left;
				line-height:1.6;
				font-size:0.9em;
			}
			
		.products_formsystem_exp .img_box a.pc{
			display:none;
		}
		
		.products_formsystem_exp .img_box a.sp{
			display:inline-block;
		}

.product_detail_start_box > .box_footer .box_footer_wrap{
    display: flex;
    flex-flow: column;
}

    .product_detail_start_box > .box_footer .box_footer_wrap .catalog_link{
        margin:0 0 1.5em 0;
    }
    
    .product_detail_start_box > .box_footer .movie_link{
        margin: 0;
    }
    
}

/* ##########印刷用########## */
@media print{

}