@charset "UTF-8";

/*----------------------------brochure--------------------------------*/
/*#lvイメージ無し*/
#lv .lv-title{
	border-bottom:1px solid var(--border);
	padding-bottom: 4vh;
}
#lv .lv-img{
	display: none;
}
/*main-container*/
.pamphlet{
	flex-wrap:wrap;
}
.pamphlet > div{
	width:50%;
}
.pamphlet > figure{
	width:45%;
}
@media screen and (max-width: 768px){
	.pamphlet > div{
		width:100%!important;
	}
	.pamphlet > figure{
		width:80%;
		margin:20px auto;
	}
}