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

#mainArea{
	margin: 0 auto!important;
}
#mainArea #main_img img{
	height: 650px!important;
}
.category_list div{
display: flex;
justify-content: flex-end!important;
text-align: left;
align-items: center;
}
.category_list dl dt{
width:calc(100% - 480px)!important;
}
.category_list dl dd{
width:480px!important;
    justify-content: flex-end;
}
.category_list dl dd a{
margin: 5px!important;
}
.sns_li {
	display: flex;
	flex-wrap: wrap;
}
.sns_li a{
background: none!important;
padding: 0!important;
}
.sns_li img{
height: 25px!important;
}
.cnt_insta div.sns_list div.sns_text .caption{
	display: block!important;
}
/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){

#mainArea #main_img img{
	height: 500px!important;
}
.category_list dl dt{
background: #e8e9f0 !important;
width:100%!important;
}
.category_list dl dd{
width:100%!important;
}
.category_list dl{
	display: block!important;
	    border: 0 !important;

}
div#builingual{
	padding-top: 0!important;
}
}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){
#mainArea #main_img img{
	height: 350px!important;
}
.category_list dl dt{
width:100%!important;
}
.category_list dl dd{
width:100%!important;
}
.category_list div{
display:block!important;
}
div#builingual{
	padding-top: 0!important;
}




}
/*===========================sp END====================================== */