﻿@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
#page {
	min-height: 100vh
}

.site-body, .contents-center {
	max-width: 1150px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/*------------------------------------------------------------------------------
	サイトレイアウト
------------------------------------------------------------------------------*/
#page {
	flex-direction: column;
	display: flex;
	min-height: 100vh;
}

#mastbody {
	flex: 1;
}

.main_contents {
	display: flex;
	margin: 20px 0;
}

.main_col {
	flex: 1;
}

.side_col {
	margin-left: 30px;
	width: 370px;
}

/* mobile */
@media screen and (max-width: 767px) {
	#mastbody {
		padding: 0 5px;
	}

	.main_contents {
		display: inline;
		margin: 20px 0;
	}

	.main_col {
		flex: 0 1 auto;
	}

	.side_col {
		margin: 20px 0 0 0;
		width: auto;
	}

	img {
		max-width: 100%;
		height: auto;
	}

}
/*------------------------------------------------------------------------------
	breadcrumb
------------------------------------------------------------------------------*/
#bread_crumb * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

#bread_crumb a {
	text-decoration: none;
	outline: none;
}

#bread_crumb ul	{
	margin: 0;
	list-style: none;
}

#bread_crumb li	{
	list-style: none;
	display: inline-block;
	font-size: 0.9rem;
	line-height: 0.9rem;
	margin: 0 0.4rem 0 0;
	padding: 0 0.9rem 0 0;
	position: relative;
}

#bread_crumb li::after	{
	content: "\f105";
	display: inline-block;
	position: absolute;
	/*
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	*/
	font-family: FontAwesome;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto 0;
	width: 0.9rem;
	height: 0.9rem;
	font-size: 0.9rem;
	line-height: 0.9rem;
	text-align: right;
	color: #888;
}

#bread_crumb li:last-child {
	mrgin: 0;
	padding: 0;
}
#bread_crumb li:last-child::after {
	content: "";
	display: none;
}
/*------------------------------------------------------------------------------
	コンテンツトップイメージ
------------------------------------------------------------------------------*/
.contents-main-visual {
	width: 100%;
	height: auto;
	background-color: #F0F2F9;
	margin: 0;
}

.contents-main-visual.pattern_or {
	background-color: #FCF8EB;
}

.contents-main-visual .visual-container {
	max-width: 1920px;
	margin: 0 auto;
}

.contents-main-visual .visual-inner {
	min-height: 130px;
	height: auto;
	position: relative;
	margin: 0 0;
	padding: 0;
}

.contents-main-visual img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.contents-main-visual .visual-img {
	flex: 1 1 auto;
	text-align: right;
	position: relative;
	left: 40%;
	top: 0;
	height: 100%;
	width: 60%;
}

.contents-main-visual .visual-breadcrumb {
	position: absolute;
	left: 150px;
	top: 10px;
	z-index: 1;
}

.contents-main-visual .visual-cp {
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	position: absolute;
	left: 150px;
	top: 40px;
	bottom: 0;
	z-index: 1;
}

.contents-main-visual .visual-cpl {
	font-size: 3.125rem;
	color: #00349d;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

.contents-main-visual .visual-cpl h1 {
	font-weight: bold;
}

.contents-main-visual .visual-cps {
	font-size: 1.25rem;
	font-weight: bold;
}

.contents-main-visual.align_center .visual-breadcrumb {
}

.contents-main-visual.align_center .visual-cp {
	left: 0;
	top: 30px;
	width: 100%;
	text-align: center;
}

.contents-main-visual.align_center .visual-cpl {
	font-size: 3.125rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px 0;
}

.contents-main-visual.align_center .visual-cps {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.4;
}




/* visual fontsize */
@media screen and (max-width: 960px) {

	.contents-main-visual .visual-cpl {
		font-size: 2.5rem;
		color: #00349d;
		font-weight: bold;
		line-height: 1.2;
		margin: 0 0 10px 0;
	}

	.contents-main-visual .visual-cps {
		font-size: 1rem;
		line-height: 1.4;
		font-weight: bold;
	}


	.contents-main-visual.align_center .visual-cpl {
		font-size:  2.5rem;
		line-height: 1;
		margin: 0 0 5px 0;
	}

	.contents-main-visual.align_center .visual-cps {
		font-size: 1rem;
		font-weight: normal;
		line-height: 1.4;
	}


}

/* mobile */
@media screen and (max-width: 767px) {
	.contents-main-visual .visual-inner {
		display: block;
		padding: 10px;
	}

	.contents-main-visual .visual-breadcrumb {
		position: static;
		width: 100%;
		z-index: 1;
	}

	.contents-main-visual .visual-img {
		position: static;
		width: 100%;
	}

	.contents-main-visual .visual-cp {
		position: static;
	}


	.contents-main-visual .visual-cpl * {
		font-size: 24px !important;
	}

	.contents-main-visual .visual-cps * {
		font-size: 16px !important;
		font-weight: normal;
	}

	.contents-main-visual .visual-img-inner {
		display: block;
	}
}
/*------------------------------------------------------------------------------
	common
------------------------------------------------------------------------------*/
.page_title_container {
	background-color: #F0F2F9;
	margin: 0 0 40px 0;
}

.page_title_container.page_title_or {
	background-color: #FCF8EB;
}

.page_title_inner  {
	max-width: 1150px;
	margin: 0 auto;
	line-height: 1.4;
	padding: 0 0 40px;
}

.page_title_inner .title {
	text-align: center;
	font-size: 3.125rem;
	font-weight: bold;
	color: #00349d;
}

.page_title_inner .page_title_sub {
	text-align: center;
	font-size: 1rem;
}


.title_bar {
	margin: 0 0 40px 0;
	line-height: 1.4;
}

.title_bar div {
	text-align: center;
	font-size: 3.125rem;
	font-weight: bold;
	color: #00349d;
}

.title_bar p {
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
}

.subbar {
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #03A9F4;
}

.more_btn {
	text-align: center;
}

.more_btn a {
	display: inline-block;
	background-color: #00349D;
	border-radius: 25px;
	padding: 0 70px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	position: relative;
}

.more_btn a.orange {
	background-color: #FFB53C;
}

.core_icon, .live_icon {
	display: inline-block;
	width: 20px;
	height: 1rem;
	margin: 0 0 0 10px;
	background-image: url(../image/core.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.core_icon {
	background-image: url(../image/core.png);
}

.live_icon {
	background-image: url(../image/live.png);
}


.post_icon {
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 1;
	width: 50px;
}

.core_icon_txt, .live_icon_txt {
	position: relative;
	width: 100%;
	display: inline-block;
	line-height: 1.2;
	height: 1.2rem;
	text-align: center;
	margin: 0 0 3px 0;
}

.core_icon_txt::before, .live_icon_txt::before {
	content: "";
	display: inline-block;
	position: absolute;
	font-family: FontAwesome;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto 0;
	width: 50px;
	height: 100%;
	font-size: 0.875rem;
	line-height: 1.2rem;
	text-align: center;
	color: #FFFFFF;
	font-family: roboto;
}

.core_icon_txt::before {
	content: "CORE";
	background-color: #00349D;
}


.live_icon_txt::before {
	content: "LIVE";
	background-color: #F8C620;
}
/*------------------------------------------------------------------------------
	side_bar
------------------------------------------------------------------------------*/
.side_bar_ttl {
	color: #555555;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4;
	background-color: #F7F6F2;
	padding: 10px;
	margin: 0 0 10px;
	border-bottom: solid 5px #3366CC;
}

.side_bar_ttl.bar_or {
	background-color: #F8C620;
}


.taxonomy_tree ul li span {
	display: block;
	border-bottom: solid 1px #CCCCCC;
	position: relative;
}

.taxonomy_tree ul li span::after {
	content: '\f105';
	text-align: center;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 100%;
	top: 50%;
	right: 0;
	font-family: FontAwesome;
	font-size: 1rem;
	height: 1rem;
	bottom: auto;
	margin: auto;
	transform: translate(-50%, -50%);
}

.taxonomy_tree ul li span a {
	display: block;
	padding: 10px;
	color: #333333;
}

.taxonomy_tree ul li li a {
	padding: 10px 10px 10px 30px;
}

.taxonomy_tree ul li li li a {
	padding: 10px 10px 10px 50px;
}

.taxonomy_tree ul li li li li a {
	padding: 10px 10px 10px 70px;
}

.post_search {
	display: flex;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
}

.post_search label {
	flex: 1;
	position: relative;
}

.post_search label::after {
	content: "\f002";
	display: inline-block;
	position: absolute;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-family: FontAwesome;
	right: -30px;
	top: 0;
	width: 30px;
	height: 100%;
	text-align: center;
	line-height: 30px;
	color: #888;
	font-size: 1.25rem;
}

.post_search input {
	border: 0;
	outline: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
}

.post_search .search-submit {
	background-color: transparent;
	color: transparent;
	width: 30px;
	height: 30px;
	order: 1;
	cursor: pointer;
	opacity: 0.8;
	border: 0;
	z-index: 1;
}



.side_post_list li {
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
}


.side_post_list a {
	display: block;
	color: #333;
}


.side_post_list_img {
	width: 30%;
	margin: 0 20px 0 0;
	position: relative;
	background: #EEE;
	display: inline-block;
	vertical-align: top;
}

.side_post_list_img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.side_post_list_img_inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.side_post_list_img_inner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.side_post_list_img_inner .aw_no_image {
	font-size: 70px;
	text-align: center;
	color: #CCCCCC;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
}

.side_post_list_img_inner .aw_no_image::before {
	height: 1em;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.side_post_list_body {
	display: inline-block;
	width: calc(100% - 30% - 20px);
	vertical-align: top;
}

.side_post_list_title {
	font-weight: bold;
}

.side_post_list_date {
	color: #00349D;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.4;
}
/*------------------------------------------------------------------------------
	SNS
------------------------------------------------------------------------------*/
.share {
	margin: 30px 0 40px;
}

.share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.share li {
	display: inline-block;
	width: 80px;
	margin: 10px 10px 0 0;
}

.share li a {
	font-size: 14px;
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 1.4;
	border-radius: 3px;
}

.share li a:hover {
	opacity: .8;
}

.share li a:visited {
	color: #fff;
}

.tweet a {
	background-color: #55ACEE;
}

.facebooklink a {
	/*background-color: #315096;*/
	background-color: #35629A;
}

.rss a {
	background-color: #FFB53C;
}
/*------------------------------------------------------------------------------
	slick
------------------------------------------------------------------------------*/
.slick_contents li {
	padding:0 10px;
}

.slick_item {
	padding: 15px;
	background-color: #F0F2F9;
	height: 100%;
}

.slick_item.slick_item_or {
	background-color: #FCF8EB;
}


.slick_item > a {
	display: block;
	height: 100%;
}

.slick_img {
	position: relative;
	width: 100%;
	height: auto;
	background: #EEE;
}


.slick_img::before {
	content: "";
	display: block;
	padding-top: 60%;
}

.slick_img_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.slick_img_inner img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	margin:auto;
}

.slick_img_inner .aw_no_image {
	font-size: 70px;
	text-align: center;
	color: #ddd;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	display: block;
}

.slick_img_inner .aw_no_image::before {
	height: 1em;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.top_main .top_main_contents:nth-child(even) .slick_img_inner .aw_no_image {
	background-color: #EFEFEF;
}


.slick_item_tag {
	min-height: 30px;
}

.slick_item_tag span {
	display: inline-block;
	background-color: #ED7D6B;
	border-radius: 10px;
	font-size: 0.875rem;
	line-height: 20px;
	padding: 0 10px;
	margin: 10px 10px 0 0;
	color: #FFFFFF;
}

.slick_item_subject {
	color: #00349D;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 10px 0;
	line-height: 1.4;
}

.slick_item_body {
	word-break: break-all;
	color: #333333;
}

.slick_item_note {
	background-color: #F8C620;
	color: #FFFFFF;
	padding: 5px;
	line-height: 1.4;
	min-height: 4rem;
	text-align: center;
	font-size: 0.875rem;
	position: relative;
	margin: 0 0 15px 0;
}

.slick_item_note::after {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: solid 15px #F8C620;
	border-bottom: 0;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

.slick_item_note.none_text {
	visibility: hidden;
}

/* fallback for IE */
.slick_item_note .text {
	display: block;
	overflow: hidden;
	line-height: 1.4;
	height: 3.675rem; /* 1.225rem(line-height:1.4[font-size:0.875rem]) * 3 lines */
}

@supports (-webkit-line-clamp: 3) {
	.slick_item_note .ellipsis {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}





.slick-slide {
	height: auto;
}
.slick-prev {
	left: -45px;
}
.slick-next {
	right: -45px;
}
.slick-prev, .slick-next {
	z-index: 100;
}
.slick-prev::before, .slick-next::before {
	font-size: 40px;
}
.slick-dots {
	bottom: -40px;
}

.slick-prev::before, .slick-next::before {
	color: #00349d;
}

.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
}

.slick-prev::before, .slick-next::before {
	opacity: 1;
}

.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before, .slick-next:focus::before {
    opacity: 0.75;
}



/*------------------------------------------------------------------------------
	index
------------------------------------------------------------------------------*/
.main-visual {
	width: 100%;
	height: auto;
	background-color: #F4F2E9;
	margin: 0;
}

.main-visual-container {
	max-width: 1400px;
	margin: 0 auto;
}

.main-visual-inner {
	height: auto;
	background-color: #F4F2E9;
	position: relative;
	margin: 0 0;
	padding: 0;
/*	display: flex;*/
}

.main-visual-inner::before {

}

.main-visual img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


.main-visual-sp {
	display: none;
}

.main-visual-img {
	flex: 1 1 auto;
	text-align: right;
	position: relative;
	left: 40%;
	top: 0;
	height: 100%;
	width: 60%;
}

.main-visual-cp {
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
/*	align-items: center;*/
	justify-content: center;
	text-align: center;
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.main-visual img {
	max-width: 100%;
	height: auto;
}
/*
.main-visual-cpl {
	position: absolute;
	top: 0;
}

.main-visual-cps {
	position: absolute;
	bottom: 0;
}
*/
/* mobile */
@media screen and (max-width: 767px) {
	.main-visual-inner {
		display: block;
		padding: 10px;
	}

	.main-visual-img {
		position: static;
		width: 100%;
	}

	.main-visual-cp {
		position: static;
	}


	.main-visual-cpl * {
		font-size: 16px !important;
	}

	.main-visual-cps * {
		font-size: 24px !important;
	}

	.main-visual-pc {
		display: none;
	}

	.main-visual-sp {
		display: block;
	}

}

/*------------------------------------------------------------------------------
	AseanLink(wp)
------------------------------------------------------------------------------*/
#contents_header_wrap {
	width: 100%;
	background: #f7f6f2;
	padding: 25px;
}

.contents_header_wrap_pv5 {
	padding: 5px 25px !important;
	line-height: 1;
}

#contents_header {
	width: 1150px;
	margin: 0 auto;
}


#contents_header_main {
	display: flex;
}

#contents_header_main .contents_ttl {
	flex: 1;
}

#contents_header #contents_ad  {
	width: 750px;
	max-width: 750px;
	line-height: 1;
}

#contents_header .contents_ttl h1, #contents_header .contents_ttl div {
	color: #5b5b5b;
	font-size: 28px;
	text-align: left;
	margin: 0;
}

#contents_header p {
	color: #5b5b5b;
	font-size: 15px;
	text-align: left;
}

#taxonomy_bar {
	color: #fff;
	font-weight: bold;
	margin: 10px;
	padding: 10px 0;
	text-indent: 1em;
	background: #27BDBD;
}

/* mobile */
@media screen and (max-width: 767px) {

	#contents_header {
		width: 100%;
	}

	#breadcrumb_wrap #bread_crumb {
		width: 100%;
	}

	#contents_header h2 {
		font-size: 20px;
		margin: 5px 0;
		text-align: center;
	}

	#contents_header p {
		font-size: 12px;
		margin-bottom: 10px;
		text-align: center;
	}
}

/*------------------------------------------------------------------------------
	カレンダー
------------------------------------------------------------------------------*/
#calendar {
	width: 100%;
	margin: 0 0 20px;
}

#calendar_header {
	display: flex;
}

#calendar_header button {
	font-size: 100%;
	border: none;
    background: transparent;
}

#calendar th {
    background: #EEEEEE;
}
#calendar th,
#calendar td {
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 5px;
}

.calendar_arrow {
	font-size: 25px;
}

.pointer {
	cursor: pointer;
}

.sat {
	color: #00f;
	background: #D3DEF1;
}

.sun {
	color: #f00;
	background: #FADBDA;
}

.event {
	background: #fbeedf !important;
}

.day {
	cursor: pointer;
}

.day:hover {
	background: #FFD400 !important;
}
/*------------------------------------------------------------------------------
	ピックアップイベント
------------------------------------------------------------------------------*/
.pickup_wrap {
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","Hiragino Kaku Gothic ProN",Verdana,"メイリオ",Meiryo,sans-serif;
}

.pickup_item {
	padding: 15px 0;
	border-bottom: solid 1px #ccc;
	cursor: pointer;
}

.pickup_item .item_overview {
	color: #005595;
	font-weight: 700;
}

.pickup_item .item_title {
	font-weight: 700;
	line-height: 1.3em;
	margin: 5px 0 0;
}

.pickup_item .item_content {
	font-size: 0.9rem;
	margin: 5px 0 0;
	line-height: 1.1em;
}
/*------------------------------------------------------------------------------
	タグ検索
------------------------------------------------------------------------------*/
.tag_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}

.tag {
	font-size: 12px;
	width: calc(100%/4.3);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f0f0f0;
	margin: 5px 0;
	padding: 3px 5px;
	border-radius: 3px;
	cursor: pointer;
}

.select_tag{
	background: #fbeedf !important;
}
/*------------------------------------------------------------------------------
	エラー
------------------------------------------------------------------------------*/
.error {
	color: red;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
	イベント詳細
------------------------------------------------------------------------------*/
.event_tag_list {
	margin: 0 0 20px;
}

#event_detail_table {
	font-size: 0.9rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#event_detail_table .header, #event_detail_table .content {
	display: flex;
	justify-content: center;
	align-items: center;
}

#event_detail_table .header .cell {
	color: #333;
	font-weight: bold;
	background: #eee;
}

#event_detail_table .cell {
	text-align: center;
	padding: 10px 5px;
}

.cell + .cell {
	border-left: 1px solid #ddd;
}

#event_detail_table .cell .app_count {
	font-size: 1rem;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
	status
------------------------------------------------------------------------------*/
.status_arrow *, .status_arrow *::before, .status_arrow *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.status_arrow {
	display: flex;
	justify-content: space-between;
}

.status_arrow p {
	display: block;
	flex: 1;
	width:100%;
	margin-left: 5px;
	flex: 1 1 18px;
}

.status_arrow p:nth-of-type(1) {
	margin-left: 0;
}

.status_arrow p:last-child {
	flex: 1 1 0px;
}

.status_arrow span {
	display: block;
	line-height: 48px;
	height: 48px;
	padding: 0;
	background-color: #EEE;
	position: relative;
	margin: 0;
	width: calc(100% - 18px);
	text-align: center;
}

.status_arrow p:last-child span {
	width: 100%;
}

.status_arrow span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -16px;
	line-height: 0px;
	height: 48px;
	padding: 0px;
	background-color: transparent;
	border-top: solid 24px #EEE;
	border-bottom: solid 24px #EEE;
	border-left: solid 16px transparent;
	border-right: none;
}

.status_arrow p:nth-of-type(1) span::before {
	content: "";
	display: none;
}

.status_arrow span::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -16px;
	line-height: 0px;
	height: 48px;
	padding: 0px;
	background-color: transparent;
	border-top: solid 24px transparent;
	border-bottom: solid 24px transparent;
	border-right: none;
	border-left: solid 16px #EEE;
}

.status_arrow p:last-child span::after {
	content: "";
	display: none;
}

.status_arrow span.status_active {
	background-color: #00349D;
	color: #FFF;
}

.status_arrow span.status_active::before {
	border-top: solid 24px #00349D;
	border-bottom: solid 24px #00349D;
	border-left: solid 16px transparent;
	border-right: none;
}

.status_arrow span.status_active::after {
	border-top: solid 24px transparent;
	border-bottom: solid 24px transparent;
	border-right: none;
	border-left: solid 16px #00349D;
}

.status_arrow span.status_done {
	background-color: #A9CCF9;
	color: #333;
}

.status_arrow span.status_done::before {
	border-top: solid 24px #A9CCF9;
	border-bottom: solid 24px #A9CCF9;
	border-left: solid 16px transparent;
	border-right: none;
}

.status_arrow span.status_done::after {
	border-top: solid 24px transparent;
	border-bottom: solid 24px transparent;
	border-right: none;
	border-left: solid 16px #A9CCF9;
}
