/* -----------------------------------------------------
　contents
----------------------------------------------------- */

.top_layout {
	padding: 50px;
}
.top_layout:first-of-type {
	padding: 0;
}
.top_layout:nth-of-type(2n) {
	background: #f0edea;
}
.top_visual {
	margin: 0 auto 20px;
	text-align: center;
}

/*  終了文言
----------------------------------------------------- */
.greeting,.greeting2 {
	margin: 0 auto 30px;
	text-align: center;
}
.greeting p {
	background: #DA1E1E;
	color: #ffffff;
	display: inline-block;
	padding: 10px;
	width: 60%;
}

.greeting2 p {
    padding: 10px;
    font-size: 22px;
    color: #f10004;
    font-weight: bold;
}



/*  来場サイト用スタイル リンクボタン
----------------------------------------------------- */

.btnsty01 {}
.btnsty01 a {
	border: 1px solid #ffffff;
	border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
	color: #ffffff;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	width: 45%;
	position: relative;
	background: #ed8300;
	font-size:22px;
}

.btnsty01 a:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent transparent #FFF;
	border-image: none;
	border-style: solid;
	border-width: 15px;
	content: "";
	height: 0;
	position: absolute;
	right: -8px;
	bottom: -8px;
	transform: rotate(45deg);
	width: 0;
}

.btnsty01 a:hover { background: #f7a237;}

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

	.btnsty01,.btnsty02 a { width:95%;}

}


/* =======================================================
	カード式
======================================================= */

#exhibitors {
    max-width:1500px; 	
    width:100%;
    margin:40px auto;
}

.list {
    width:100%;
	margin: 0 auto 20px;
}

/*タイルレイアウト上下左右の余白*/
.list-box {
	background: #FFFFFF;
	border: 1px solid #ababab;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	min-height: 326px;
    margin: 0 20px 30px;
	height: 350px;
}

/*サムネイル画像を固定サイズにしたいなら無くてもok*/
.list-img {
	max-height: 180px;
	overflow: hidden;
    width: 320px;
}

/*画像の大きさ widthは必須。heightを指定すると高さが異なるタイルレイアウトにはなりません。*/
.list-img img {
	height: 180px;
	width: 320px;
}

/*テキストエリアの大きさ*/
.list-text{
    width: 320px;
	height: 170px;
}
/*テキストの属性など*/
.list-text dl {
	padding: 25px;
}
.list-text dt {
	font-weight: bold;
	margin: 0 0 8px;
}
.list-text dt strong {
	color: #D02427;
}
.list-text dd {
	margin: 0;
}
/*
.list-text dd span {
	font-weight: bold;
}
*/
/* 画像アニメーション */
.list-img img,
.next-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.list-img:hover img,
.next-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* 画像なし・テキストのみ */
.list-box_text {
}
.list-box_text .border_box_white {
	padding: 20px;
}
.list-box_title {
	background: url(../img/bg_seminar.png) no-repeat 50% 54% #6AD2F1;	
}
.list-box_text .list-tt {
	border: 1px solid #ffffff;
	font-size: 22px;
	font-weight: bold;
	height: 140px;
	text-align: center;
	position: relative;
	width: 100%;
	
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.list-box_text .list-tt:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-box_text .list-tt p {
	display: inline-table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.list-box_text .list-text {
	padding: 25px;
}

/* 文字数が多い場合の調整用*/
.t2 dd {
	padding-bottom: 1.4em;	
}
.t3 dd {
	padding-bottom: 3em;	
}

/* マウスオーバー　アニメーション */
.hvr-icon-wobble-horizontal{
	padding: 0;	
}
.hvr-icon-wobble-horizontal:before {
	content: "\e901";
	font-size: 16px;
    font-family: "icomoon";
	right: 0.3em;
	bottom: 0.2em;
}

/* 右下三角ラベル */
.triangle {
    position: relative;
}
.triangle:before {
	content: "";
    bottom: 0;
    right: 0;
    border-top: 2.7em solid transparent;
    border-right: 3em solid #9acbd0; /* ラベルの色はここで変更 */
    position: absolute;
}
.triangle:after {
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    right: 0px;
    position: absolute;
}
.triangle_orange:before {
    border-right: 3em solid #ff9d40; /* ラベルの色はここで変更 */
}
.triangle_red:before {
    border-right: 3em solid #F01C1C; /* ラベルの色はここで変更 */
}


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

/* NEW アイコン */
.list-box .list-img {
	position: relative;
}
.icon {
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 15px;
	text-align: center;
}
.red {
	background: #F01C1C;
}
.orange {
	background: #ff9d40;
}
.blue {
	background: #156EB7;
}


/*  NEWS
----------------------------------------------------- */
#news {
	margin: 0 auto 30px;
	line-height: 1.8;
	max-width: 1080px;
}

#news dt, 	
#news dd { 	
	font-size:113%; 	
}

#news dt {
	float: left;
	padding: 10px 0 5px;
	width: 100%;
}
#news dt:before {
	font-family: "icomoon";
	content: "\ea42";
	padding-right: 0.2em;
}
#news dt:first-of-type {
	border-top: 1px dotted #828282;
	padding:  15px 0 0;
	margin: 15px 0 5px;
}

#news dd span.new {
	background: #D02427; 	
	color: #FFFFFF; 	
	font-size: 77%;
	padding: 3px 5px;
}

#news dd a,
#news dd span.nolink {
	display: block;
	border-bottom: 1px dotted #828282;
	padding: 1.8em 1em 1.8em 0;
}

#news dd a:hover {
	background: #D3D3D3;
}

#news .note {
	background: #fdf0f0;
	padding:0.8em 0 0.3em;
}

#news .note dt,#news .note dd {
	border:0;
	padding-top:0;
}

.news_more {
    display: flex;
    justify-content: center;
}

.news_more a {
    color: #333;
    font-size: 100%;
    background: transparent;
    padding: 18px 30px;
    border: 2px solid #333;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.news_more a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #333;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}
.news_more a:hover {
    color: #FFF;
}
.news_more a:hover:before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

/*===============================================
▼▼▼来場サイト用スタイル▼▼▼
===============================================*/

.top_important {
	text-align: center;
	background: #FFFFE7;
	padding:30px 0;
}

.bnr_type ul li {
	display: inline-block;
	margin:10px;
}

/*===============================================
●タブレット  画面の横幅が959pxまで
===============================================*/
@media screen and (max-width:959px){

	.top_layout {
		padding: 50px 20px;
	}
	
	/* -----------------------------------------------
	 news 	
	----------------------------------------------- */
	#news {
		width: 100%;
	}
	#news dd a {
		text-decoration: none;
		width: 100%;
	}
	#news dd a {
		padding: 0 16px 8px 0;
		font-size: 90%;
	}

}


/* ===============================================
●スマートフォン  画面の横幅が640pxまで
=============================================== */
@media screen and (max-width:640px){
	
	/* =======================================================
		カード式
	======================================================= */	
	.top_layout {
		padding: 20px 10px;
	}
	.list-box{
		margin: 0 0 20px;
	}
	
	/* 文字数が多い場合の調整用*/
	.t2 dd {
		padding-bottom: 0;	
	}
	.t3 dd {
		padding-bottom: 0;	
	}
	
	/* 終了文言
	-------------------------------------------------- */
	.greeting p {
		width: 95%;
	}
	
	
	
}