/*堀　イベント申し込みボタン*/
.event-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width: 250px;
  height: 40px;
  transition: 0.3s;
  background-color: #437bb7;
  margin:auto;
}
.event-button:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}

/*堀　イベント申し込み終了ボタン*/
.event-end {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width: 250px;
  height: 40px;
  transition: 0.3s;
  background-color: #437bb7;
  margin:auto;
}

/*堀　オープンネット展、関西ものづくりワールド*/
.event2-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width: 600px;
  height: 35px;
  transition: 0.3s;
  background-color: #437bb7;
  margin:auto;
}
.event2-button:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}

/*堀　産業交流展*/
.event2-1-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width: 450px;
  height: 35px;
  transition: 0.3s;
  background-color: #437bb7;
  margin:auto;
}
.event2-button:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}

/*堀　6/14RFIDセミナー・自動認識セミナー・DX推進セミナー*/
.event3-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  border-radius: 5px;
  width: 450px;
  height: 45px;
  transition: 0.3s;
  background-color: #437bb7;
  margin:auto;
}
.event3-button:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .event3-button {
   width: 100%;
  }
 }

/*堀　3/3DX推進セミナー*/
 .event4-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  border-radius: 5px;
  width: 600px;
  height: 45px;
  transition: 0.3s;
  background-color: #437bb7;
  margin:auto;
}
.event4-button:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .event4-button {
   width: 100%;
  }
 } 

/*堀　イベントサイドメニュー・社内用新着サイドメニュー・社外用新着情報サイドメニューボタン*/
.side-hover {
	display: inline-block;
	padding: 0.1em 1em;
	margin: 0 0 1em;
  text-align: center;
	background: #fff;
	border: 0.1em solid #eee;
	color: #777;
	cursor: pointer;
	transition: all 0.3s ease 0s;
  text-decoration:none;
  width: 180px;
}
.side-hover:hover {
	background: #333;
	color: #fff;
  text-decoration:none;
}

/*堀　HIKARI cafeボタン*/
.cafe-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  transition: 0.3s;
  background-color: #437bb7;
  margin:auto;
  font-weight:bold;
}
.cafe-button:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}

/*堀　コラム007-2ボタン*/
.column-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width: 300px;
  height: 60px;
  line-height: 1.5;
  transition: 0.3s;
  background-color: #437bb7;
  margin:auto;
}
.column-button:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}