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

TOPページ セミナー・イベント

============================================================*/
.seminar .seminar_area{
	border:none;
		background-color:transparent;
				margin-bottom:auto;
}
.seminar .seminar_lists li{

	overflow: hidden;

		text-align: left;

}
.seminar .seminar_list{
	padding:0px;
}
.seminar_list li{
	border-bottom:none;
	padding:0px;
}

.seminar .seminar_area .title{
	background-color: #f3c96f;
	color:#fff;
	font-size: 85%;
	padding:14px 0.5em;

}


.seminar_list li p{
	text-align: left;
	margin-bottom:0.5em;
}

@media all and (min-width: 768px) {
	.seminar .seminar_area .title{
		width:140px;
		height:140px;
		float:left;
		margin:25px;
		padding:22px 0.5em;
		line-height: 2;
		text-align: left;
		font-size: 100%;
	}
	
	.seminar_list,.exhibition_list{
		margin: 25px;
		padding:0;
	}

	
	
	.seminar_list li p,.exhibition_list li p{
		font-size: 80%;
	}
	
	.seminar .past .title{
		padding:14px 0.5em;
		line-height: 1.8;
	}
}

.seminar_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	padding-bottom: 10px;
    margin-bottom: 40px;
}

.seminar_list a {
    display: block;
    text-decoration: none;
    color: inherit;
    width: calc(33.333% - 14px); /* 3列表示 */
    min-width: 300px;
	margin-bottom: 20px;
		padding: 1px;
}

.seminar_list a li {
		background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 100%;
    flex-direction: column; 
	width: 100%;
	box-sizing: border-box;	
    overflow: visible;
    transition: transform 0.2s, box-shadow 0.2s;
	margin-bottom: 50px;
}


.seminar_list a li img {
    order: 1;
	display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.b_title {
    width: 100%;
    font-weight: bold;
    padding-left: 10px !important;
    margin: 20px 0 15px 0 !important;
    font-size: 18px;
    color: #333;
	font-size: 85%;
}

.seminar_list a li .tag {
    order: 2;
    display: inline-block;
    background: #969696;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    margin: 15px 0 10px 15px;
    width: fit-content;
}

.seminar_list a li .tag + .tag {
    margin-left: 5px;
}


.seminar_list a li .name {
    order: 3;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin: 12px 15px;
    padding: 0;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3em; 
}

.seminar_list .date,.exhibition_list .date {
    order: 4;
    font-size: 14px;
    color: #666;
    margin: 0 15px 15px 15px;
    padding: 0;
}
.seminar_list .date::before,.exhibition_list .date::before {
    content: "\f274"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #666;
}



@media (max-width: 1000px) {
    .seminar_list a {
        width: calc(50% - 10px); 
    }
}

@media (max-width: 675px) {
    .seminar_list a {
        width: 100%; 
    }
}


.exhibition_list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}



/* 展示会アイテム リンク */
.exhibition_item {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 15px;
}

/* 横並びのレイアウト設定 */
.exhibition_item li {
    display: flex; /* 横並び */
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px;
    transition: background 0.3s, box-shadow 0.3s;
}



.exhibition_logo {
    flex: 0 0 150px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exhibition_logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


.exhibition_info {
    flex: 1; 
}

.exhibition_info p{
text-align: left;
}


.exhibition_info .name {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 12px;
	
}
.exhibition_info .date{
	font-weight: bold;
}


.exhibition_info .place {
    font-size: 14px;
    color: #666;
    margin: 0;
}



.exhibition_info .place::before {
    content: "\f3c5"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #666;
	    margin: 0 10px 10px 15px;

}

@media (max-width: 675px) {
    .exhibition_item li {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    
    .exhibition_logo {
        flex: 0 0 auto;
        width: 120px;
        margin: 0 0 15px 0;
    }
    
    .exhibition_info .name {
        font-size: 16px;
    }
}

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

セミナー・イベントページ

============================================================*/
#page_5 .seminar_lists,#page_5 .seminar_list,#page_5 .exhibition_list{
	list-style: none;
}

#page_5 .seminar_list .date::before,#page_5 .exhibition_list .date::before{
	font-family: FontAwesome;
    content: "\f274";
    top: 0;
    left: 0;
}

#page_5 .seminar_list .date{
	font-weight: normal;
	font-size: 14px;
}

#page_5 .seminar_list p{
	line-height: 1.5;
}

#page_5 .seminar_lists ul {
	margin-left: 0;
}

#page_5 .seminar_list a li{
overflow: hidden;
}