@charset "utf-8";

/* ******************************************************************

	--biz_event.css--

	1. BIZ Event styles（BIZイベントページ共通style）

****************************************************************** */
/*==================================================================
	1. Event styles（イベント共通パーツ）
===================================================================*/
/* --------------------------------
	トップページ
--------------------------------*/
.biz_event_area_background{
	background:#f3f3f3; padding:20px 30px;
}

.biz_event_header_background{
	border-bottom: 2px solid #333334; border-right: 2px solid #333334; width:99%; margin-bottom:20px;
}
.biz_event_header_text{
	text-decoration: none; font-size: 22px; font-weight: bold; letter-spacing: .2em; display: block; width: 100%; color: #ffffff; background: #333334; position: relative; z-index: 0; padding: 10px; margin-bottom:2px; width:99.7%;
}

.biz_event_top_label{
	margin:0em ;display:inline-block;position:relative;top:3px;left:10px;padding:0.5em 1em;height:2.5em;line-height:1.5em;color:#ffffff;background:#57595b;font-weight:bold;text-align:center;border-radius:5px 5px 0 0; font-size: 20px;
}
.biz_event_top_rounded_rectangle{
	background:#ffffff;border:solid 3px #57595b;border-radius:8px;padding:20px;
}
.biz_event_propose{
	text-decoration: none; font-size: 18px; font-weight: bold; letter-spacing: .2em; display: block; width: 100%; color: #ffffff; background: #085299; border-radius: 50px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); position: relative; z-index: 0; padding: 10px; margin-bottom:30px;
}
.biz_event_nothing{
	margin-bottom: 10px;
}
/* --------------------------------
	BIZイベント
--------------------------------*/
.event_slide_wrap {
	position: relative;
}
#event_slide {
	padding-bottom: 50px;
}
#event_slide .post_item {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	/* ▼ページ読み込み時に横に伸びる現象を回避するために記載▼ */
	width: 268px;
	margin-right: 21px;
}

/* ページネーションのスタイル */
.event_slide_wrap .swiper-pagination-bullet {
	background: #DBD3C5;
	width: 6px;
	height: 6px;
	opacity: 1;
	vertical-align: middle;
}
.event_slide_wrap .swiper-pagination-bullet-active {
	background: #3362B5;
	width: 10px;
	height: 10px;
}

/* 前ページ、次ページボタンのスタイル */
.event_slide_wrap .swiper-button-prev,
.event_slide_wrap .swiper-button-next {
	top: 89px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	outline: none;
}
.event_slide_wrap .swiper-button-prev:after,
.event_slide_wrap .swiper-button-next:after {
	display: none;
}
.event_slide_wrap .swiper-button-next {
	background: url(/files/img/button_next.svg) no-repeat left center;
	background-size: 30px 30px;
	right: -15px;
}
.event_slide_wrap .swiper-button-prev {
	background: url(/files/img/button_prev.svg) no-repeat left center;
	background-size: 30px 30px;
	left: -15px;
}

/* --------------------------------
	写真スライド
--------------------------------*/
.article_slide {
	width: 412px;
}
.article_slide_main_wrap {
	position: relative;
}
.main_slide .post_thm,
.thumbnail_slide .post_thm {
	background: #EDEDED;
	border: none;
	border-radius: 0;
	float: none;
}
.thumbnail_slide {
	margin-top: 10px;
}
.thumbnail_slide .swiper-slide {
	cursor: pointer;
	/* ▼ページ読み込み時に横に伸びる現象を回避するために記載▼ */
	width: 36px;
	margin-right: 11px;
}
.thumbnail_slide .swiper-slide-thumb-active .post_thm {
	border: 4px solid #00418F;
}
.thumbnail_slide .post_thm_bg {
	padding-top: 100%;
}

/* 前ページ、次ページボタンのスタイル */
.article_slide_main_wrap .swiper-button-prev,
.article_slide_main_wrap .swiper-button-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	outline: none;
}
.article_slide_main_wrap .swiper-button-prev:after,
.article_slide_main_wrap .swiper-button-next:after {
	display: none;
}
.article_slide_main_wrap .swiper-button-next {
	background: url(/files/img/button_next.svg) no-repeat left center;
	background-size: 30px 30px;
	right: -15px;
}
.article_slide_main_wrap .swiper-button-prev {
	background: url(/files/img/button_prev.svg) no-repeat left center;
	background-size: 30px 30px;
	left: -15px;
}

/* イベント表示スタイル(イベントページより) */
.event_period {
	margin: 10px 0;
	font-size: 12px;
	font-weight: 700;
	color: #00418F;
}
.event_info {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
}
.event_info_item {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
}
.event_info_item:before {
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
}
.event_info_item.address:before {
	background: url(/files/img/address.svg) no-repeat left center;
}
.event_info_item.venue:before {
	background: url(/files/img/venue.svg) no-repeat left center;
}
/* 詳しくはこちら */
.biz_event_for_details {
	text-decoration: none; font-size: 16px; font-weight: bold; display: block; color: #ffffff; background: #085299; border-radius: 50px; position: relative; z-index: 0; padding: 5px; margin:10px auto; text-align: center; width:200px;
}