@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


.main-image{
	width: 468px;
	height: auto;
	margin-right: 50px;
}


.sub-img ul li{
	width: 108px;
	height: 108px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.sub-img ul li:nth-child(5n){
	margin-right: 0px;
}


.sub-img ul li img{
	height: 108px!important;
}

.container {
    display: flex;
    justify-content: space-around;
}

/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/

.main-image{
	width: 100%;
	height: auto;
	/*margin-right: 30px;*/
	margin-top: 15px;
}

.container {
    display: block;
}


.sub-img{
	margin-top: 15px;
}

.sub-img ul li{
	flex-wrap: wrap;
	width: 31%;
	height: 108px;
	margin-right: 10px;
	margin-bottom: 10px;

}

.sub-img ul li:nth-child(5n){
	margin-right: 10px;
}

.sub-img ul li:nth-child(3n){
	margin-right: 0px;
}





/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}