div#side_menu_bar {
    position: relative;
    width: 300px;
    box-sizing: border-box;
}

/* side_menu_css
-------------------------------------*/


.side_menu_bar {
    position: relative;
}

.side_menu_bar.fixed_start {
    position: fixed;
    width: 300px;
    bottom: 20px;
}

.side_menu_bar.fixed_start.fixed_end {
    position: absolute;
}

.contents_list {
    position: relative;
    border: 1px solid #e1e1e1;
    border-bottom: 0px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.service_list_title {
    position: relative;
    margin-bottom: 5px;
    padding: 20px 0 15px;
    background-color: #363636;
}

.service_list_title img {
    width: 170px;
    height: auto;
    padding-left: 15px;
}

.service_list_thumnail {
    margin-bottom: 5px;
}

.service_list_thumnail a {
    display: block;
    width: 100%;
    height: fit-content;
}

.service_list_thumnail img {
    display: block;
    width: 100%;
    height: auto;
}

.contents_mainevent {
    position: relative;
    margin-bottom: 50px;
	display: none;
}

.contents_mainevent img {
    width: 100%;
    height: auto;
}

.contents_list {
    position: relative;
    border: 1px solid #e1e1e1;
    border-bottom: 0px;
    box-sizing: border-box;
	margin-bottom: 50px;
}

.contents_list_title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0px 15px 10px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    background-color: #e1e1e1;
    box-sizing: border-box;
}

.contents_list_title img {
    height: 27px;
}

.contents_list_title span {
    padding-left: 10px;
}

.list_detail {
    position: relative;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.list_detail a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.list_detail_img {
    margin-right: 5px;
    padding: 20px 0px 20px 10px;
    box-sizing: border-box;
}

.list_detail_img img {
    width: 100px;
    height: auto;
}

.list_detail_text {
    width: 170px;
    padding: 20px 0px 20px 5px;
    box-sizing: border-box;
}

.detail_time {
    font-size: 0.55em;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.detail_time span {
    display: block;
}

.detail_title {
    font-size: 0.7em;
    line-height: 17px;
}


/* end side_menu_css
-------------------------------------*/

/* tabret css
--------------------------------------------------------------------------*/


@media screen and (max-width: 1024px) {


/* category_css
--------------------------------------------------------------------------*/


div#side_menu_bar {
    width:  100%;
	 order: 4;
}

.side_menu_bar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.service_list_title {
    width: 100%;
    margin: 0;
}

.service_list_thumnail {
    width: 50%;
    height: 250px;
    margin: 0;
	overflow: hidden;
}

.side_menu_bar.fixed_start {
	position: relative ! important;
    width: 100%;
	bottom: auto;
}

#category .contents_category_img {
    width:  300px;
    height:  auto;
}

#category .contents_category_img img {
    width:  100%;
    height:  auto;
}

.list_detail_img {
    width: 300px;
    height: auto;
}

.list_detail_img img {
    width:  100%;
}

.list_detail_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 300px);
    height: auto;
    padding: 20px 10px;
    margin-left: 20px;
    box-sizing: border-box;
}

.detail_time {
    font-size: 15px;
    margin-bottom: 10px;
}

.detail_title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
}

}

/* category_css end
--------------------------------------------------------------------------*/

/* tabret_css end
--------------------------------------------------------------------------*/


/* smart_phone_css
--------------------------------------------------------------------------*/


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


/* category_css
--------------------------------------------------------------------------*/

.side_menu_bar {
    flex-direction: column;
}

.service_list_thumnail {
	width: 100%;
    height: auto;
}

.list_detail {
    padding: 25px 10px;
}

.list_detail_img {
    width: 120px;
    height: 80px;
    padding: 0;
    margin: 0 20px 0 0;
    overflow: hidden;
}

.list_detail_text {
    justify-content: flex-start;
    width: calc(100% - 120px);
    padding: 0;
    margin: 0;
}

.detail_time {
    padding: 5px 0;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0px;
}

.detail_title {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}
	
/* category_css end
--------------------------------------------------------------------------*/


}


/* smart_phone_css end
--------------------------------------------------------------------------*/