@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------*/
/*--------// back-color / tab-s1 / tab-center STAT --------//*/
/*-----------------------------------------------------------*/

.bg-ebf4fa {
	background-color: transparent !important;
    /*background-color: #ededed !important;*/
	/*padding-bottom: 2rem !important;*/
}

.tab-box {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.back-color {
	background: #e5e5e5;
	/*background: transparent;*/
}

.tab-s1 {
	border-bottom: 1px solid #ddd
}

.tab-s1 > li {
	float: left;
	margin-bottom: -1px;	
	vertical-align:middle;
}

.tab-s1 > li:last-child {
	border-right: 1px dashed transparent;
}

.tab-s1 > li > a {
	font-family: "open sans", 'Noto Serif TC', "Work Sans", arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;	
	line-height: 1.42857143;
	letter-spacing: .1em;
	
	margin-right: 2px;
	padding: 8px 15px;
}

.tab-s1 > li > a:hover {
	color: #5a5a5a;
	background-color: #c9ecff;
}

.tab-s1 > li.active > a, .tab-s1 > li.active > a:focus, .tab-s1 > li.active > a:hover {
	color: #FFF;
	cursor: default;
	z-index: 1;
	background-color: #65b7e9;	
	border-bottom-color: transparent;
}

.tab-s1 > li.active::after {
    content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 42.5%;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #65b7e9 transparent transparent transparent;
	line-height: 0px;
	_border-color: #c33c70 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.tab-center {
	width: 100%
}

.tab-center > li {
	float: none;
}

.tab-center > li > a {
	margin-bottom: 5px;
	text-align: center;
	color: #5a5a5a;
}

/*.tab-s1.tab-center > .active > a, .tab-s1.tab-center >.active > a:focus,.tab-s1.tab-center >.active > a:hover {
	border-bottom: 2px solid #ff0000;
}*/

.tab-s1.tab-center {
	width: 100%;
	border-bottom: 0;
	display: block;
}

.tab-s1.tab-center > li {
	float: none;
}

.tab-s1.tab-center > li > a {
	margin-right: 0;
	margin-bottom: 5px;
	text-align: center;
	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/*border-right: 1px dashed #848484;*/
}

@media (min-width:768px) {
	.tab-s1.tab-center > li {
		display: table-cell;
		width: 1%
	}

	.tab-s1.tab-center > li > a {
		margin-bottom: 0
	}
	
	.tab-center > li {
		display: table-cell;
		width: 1%
	}

	.tab-center > li > a {
		margin-bottom: 0
	}
}

@media (max-width:768px) {
	.tab-s1 > li.active::after {
		display: none;
	}
	.tab-center > li > a {
		border-bottom: 1px solid #fff;
		/*border-bottom: 1px dashed #848484;*/
	}
	.tab-s1.tab-center > li > a {
		margin-bottom: 0px;
	}
}

@media (max-width:480px) {
	.tab-s1 > li.active::after {
		display: none;
	}
	.tab-center > li > a {
		border-bottom: 1px dashed #848484;
	}
	.tab-s1.tab-center > li > a {
		margin-bottom: 0px;
	}
}

@media (max-width:320px) {
	.tab-s1 > li.active::after {
		display: none;
	}
	.tab-center > li > a {
		border-bottom: 1px dashed #848484;
	}
	.tab-s1.tab-center > li > a {
		margin-bottom: 0px;
	}
}
/*--------------------------------------*/
/*--------// tab-content STAT --------//*/
/*--------------------------------------*/


.tab-content > .tab-pane {
	display: none;
}

.tab-content {
	padding: 0px;
}

.tab-content > .active {
	display: block;
	
}




/*--------------------------------------*/
/*--------// 備用 --------//*/
/*--------------------------------------*/

/*.tab-s1 > li.active::after {
    content: '';
	position: absolute;
	top: 34px;
	bottom: 0;
	left: 50%;
	z-index: 0;
	width: 20px;
	background: #396aa6;
	height: 20px;
	transform: translateX(-50%) translateY(50%) rotate(45deg);
}*/

/*.tab-s1.tab-center > li > a.active::after {
    content: '';
	position: absolute;
	top: 34px;
	bottom: 0;
	left: 50%;
	z-index: 0;
	width: 20px;
	background: #396aa6;
	height: 20px;
	transform: translateX(-50%) translateY(50%) rotate(45deg);
}
*/
/*
.tab-s1 > li.active > a, .tab-s1 > li.active > a:focus, .tab-s1 > li.active > a:hover {
	color: #fff;
	cursor: default;
	z-index: 1;
	background-color: #396aa6;	
	border-bottom-color: transparent;
}

*/


















