@charset "UTF-8";


/* ++++++++++++++　　　list.css　　　++++++++++++++++++*/



/*=============== ===============*/

/*===============  ===============*/

/******************************************************************************
キラッと企業一覧
キラッと企業　サービス紹介一覧
キラッと企業　人材採用・働き方取り組み紹介一覧
*********************************************************************
　【00】３ページ　共通指定
　【01】キラッと企業一覧
　【02】キラッと企業　サービス紹介一覧
　【03】キラッと企業　人材採用・働き方取り組み紹介一覧
******************************************************************************/




/*******************************************************
　【00】３ページ　共通指定
*******************************************************/
.title-Area{
}


.list-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color: #000;
    padding: 6px 0 6px 0;
}


.list-title2{
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color: #fff;
    padding: 6px 0 6px 0;
}


.list-title-img{
    width: 250px;
    margin: 15px auto 10px auto;
}

.list-title-img img{
    text-align: center;
    width: 250px;
}



.list-Area{
    
}

/***************
リスト表示
*****************/
/***650px以上表示 ***/

.company-list-ul__00{
    width: 100%;
    max-width: 1000px;
    margin: 10px auto 25px auto;
    display: flex;
    flex-flow:row wrap;
    justify-content: center;
}


.c-list{
    position: relative;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 6px;
    margin: 10px;
}

.c-list a{
    text-decoration: none;
}

.img-wrapper{
    width: 300px;
    height: 168px;
    border-radius: 6px 6px 0 0; 
    overflow: hidden;
}

.c-list img{
    width: 300px;
    border-radius: 6px 6px 0 0;
    transition: transform .3s ease;
}

.c-list img:hover{
    transform: scale(1.1)
}



.c-list-dl{
    padding: 10px 15px 10px 15px;
    color: #000;
}

.c-list-dl:hover{
    color: #555;
}



.c-list-dt{
    font-size: 16px;
    font-weight: bold;
    line-height: 120%; 
    margin-bottom: 5px;
}

.c-list-dd1{
    font-size: 14px;
    line-height: 140%; 
    margin-bottom: 5px;
}



.c-list-dd2{
    font-size: 12px;
    line-height: 100%; 
}


/***650px未満表示 ***/
@media (max-width: 650px){
    .company-list-ul__00{
    width: 100%;
    margin: 0 0 0 0;
    display: block;
    /*flex-flow:row wrap;
    justify-content: center;*/
    }
    
    .c-list{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-top: dotted 1px #ccc;
    margin: 0;
    padding: 10px 0 10px 0;
    }
    
    .c-list:last-child{
    border-bottom: dotted 1px #ccc;  
    }
    
    /***　cleafix指定　***/
    .c-list:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	line-height:0;		/* SafariやFirefoxで表示した際にできる隙間回避*/
	visibility:hidden;
    }

    .c-list{ display:inline-block;}

    /*Hides from IE-mac \*/
    * html .c-list{height: 1%;}
    .c-list{display:block;}
    /* End hide from IE-mac */
    /***　// cleafix指定　***/
    
    

    .img-wrapper{
    width: 120px;
    height: auto;
    border-radius: 0 0 0 0; 
    overflow: hidden;
    float: left;
    margin: 0 10px 0 10px;
    }

    .c-list img{
    width: 120px;
    border-radius: 0 0 0 0; 
    transition: transform .3s ease;
    }

    .c-list img:hover{
    transform: scale(1.1)
    }
    
    .c-list-dl{
    float: left;
    width: calc(100% - 145px);
    padding: 0;
    color: #000;
    }

    .c-list-dl:hover{
    color: #555;
    }

    .c-list-dt{
    font-size: 16px;
    font-weight: bold;
    line-height: 120%; 
    margin-bottom: 5px;
    }

    .c-list-dd1{
    font-size: 14px;
    line-height: 140%; 
    margin-bottom: 5px;
    }

    .c-list-dd2{
    font-size: 12px;
    line-height: 100%; 
    }

}



/***************
ページindexリンク
*****************/
.p-index-link{
    display: flex;
    justify-content: center;
    margin: 10px 0 20px 0;
}

.p-index-link li{
    font-size:14px;
    line-height: 100%;
    padding: 0 10px;
}



/*******************************************************
　【01】キラッと企業一覧
*******************************************************/



/*******************************************************
　【02】キラッと企業　サービス紹介一覧
*******************************************************/



/*******************************************************
　【03】キラッと企業　人材採用・働き方取り組み紹介一覧
*******************************************************/





