@charset "UTF-8";


/*____________________________________________________________________

  CUSTOM
____________________________________________________________________*/

/*
 高さの自動揃え用スタイル
*/
.tableList_item > dt[class^="heightLine"], .tableList_item > dd[class^="heightLine"] {
    box-sizing: content-box;
}

/*----------------------------------------------*/
@media screen and (min-width: 768px) {
.column2List_item.vertical {
    float: inherit;
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
}
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

}
/*----------------------------------------------*/


