@charset "UTF-8";
/*
Theme Name: corolla
*/

 .usedcar-flex {
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
    margin: 0 40px;
}
 .usedcar-flex .usedcar{
   width : 48% ;
}
 .usedcar-flex .usedcar img{
   width : 100% ;
}

@media (max-width: 700px) {
 .usedcar-flex {
    margin: 0 15px;
}

 .usedcar-flex .usedcar{
   width : 100% ;
}
}

 .hide-me {
    display: none;
}
 .mt-30 {
    margin-top: 30px;
}
 .mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {

.fixed_btn ul li {
    height: 80px;
}
.fixed_btn ul li a{
    text-align: center;
}
.fixed_btn ul li img {
    width : auto ;
    height: 60px;
    margin: 10px 0;
}
.fixed_btn ul li .orange{
    background: #f6ab00;
}
.fixed_btn ul li .green{
    background: #b0d137;
}
.fixed_btn ul li .blue{
    background: #67baf6;
}
 .footer-bottom {
    padding-bottom: 100px;
    background: #231815;
}
}


/*--------------- flex参考 ---------------*/

 .flex_dummy{
 	display: flex;
	   
    flex-wrap: no-wrap;      /*折り返しなし・単一行（デフォルト）*/
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    flex-wrap: wrap-reverse; /*折り返し有り・複数行・折り返し地点が逆*/

	   
	   justify-content: flex-start;    /*左（上）揃え*/
    justify-content: flex-end;      /*右（下）揃え*/
    justify-content: center;        /*中央揃え*/
    justify-content: space-between; /*均等に間隔をあける*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
	   
    align-items: flex-start; /*上（左）揃え*/
    align-items: flex-end;   /*下（右）揃え*/
    align-items: center;     /*中央揃え*/
    align-items: baseline;   /*ベースラインを揃える*/
    align-items: stretch;    /*全ての要素の高さを揃える*/   

	   align-content: flex-start;    /*上（左）揃え*/
    align-content: flex-end;      /*下（右）揃え*/
    align-content: center;        /*中央揃え*/
    align-content: space-between; /*均等に間隔をあける*/
    align-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
    
	background-image: url(img/aaaa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
　background-size: auto 100%;

   width : calc(100% - 20px) ;

}
.aaaaaaaaaaa >:first-child {
	margin-top: 0px;	
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
