@charset "utf-8";
/* CSS Document */

.l_contents_btob{

    width: 870px;
    margin: 0 auto 5.0rem;
	
}

.l_contents_btob h2{
    color: #1F1F1F;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1.0px;
    padding: 0 0 2.8rem;
    position: relative;
	margin-top: 50px;
}

.text_red{
	color: #cd1919;
	
}

.text_darkblue{
	color: #004a72 !important;
	
}

.movie_link{
	background-color: #09a9ff;
    padding: 10px;
    width: 270px;
	margin-bottom: 10px;
	color: #FFFFFF;
}


.l_contents_btob ul{

    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: nowrap; /* 強制的に横一列に並べる */
	
}

.l_contents_btob ul li{
    margin: 0 20px;
}

#dreampack ul li{
    margin-left: 10px !important;
}



.midashi_btob{
	color: #00298B;
	font-size: 2.5rem;
	margin-bottom: 40px;

}

.design_make{
	font-size: 1.9rem;
	color: #0aa8ff;
	line-height: 2.5rem;
	
}


#dreampack_table{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#dreampack_table div{
    border: 1px solid #b7b7b7;
    padding: 10px;
    width: 25%;
	box-shadow: 0 0 0 1px #b7b7b7;
}

.dp_type_cap{
	text-align: left;
	padding: 15px !important;
	
}


@media only screen and (max-width: 767px){

.l_contents_btob{

    width: 100%;
    margin: 0 auto 5.0rem;
	
}
	
.l_contents_btob h2{
    margin-top: 30px !important;
}
	
.l_contents_btob ul{
    display: block;	
}
	
.movie_link{
    width: 100%;
    font-size: 2.5rem;
	margin: 20px 0 8px;
}

.person_img{
	width: 60%;
    margin-top: 20px;	
}

.showroom {
	width: 100%;	
}
	
.showroom ul li{
	margin: 20px 10px;	
}

.showroom ul li img{
	width: 80%;	
}
	


#dreampack_box{
    overflow-x: auto;
}
#dreampack_table {
    min-width: 640px;
    margin: 0 10px 50px;
}
	
}