@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------*/
/*--------// back-color / tab-s1 / tab-center STAT --------//*/
/*-----------------------------------------------------------*/

.bg-ebf4fa {
	background-color: #f6f6f3 !important;
    /*background-color: #ebf4fa !important;*/
	/*padding-bottom: 2rem !important;*/
}

.tab-box {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.back-color {
	background: #e3f7bc;
	/*background: #bedafe*/;
	/*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-size: 1rem;
	font-weight: 600;	
	line-height: 1.42857143;
	/*letter-spacing: .1em;*/
	color: #2e5905;;
	margin-right: 2px;
	padding: 10px 15px 10px 15px;
}

.tab-s1 > li > a:hover {
	color: #fff;
	background-color: #2e5905;
	/*background-color: #396aa6;*/
}

.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: #2e5905;
	/*background-color: #396aa6;*/
	border-bottom-color: transparent;
}

.tab-s1 > li.active::after {
    content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 42.5%;
	border-style: solid;
	border-width: 17px 14px 0 14px;
	border-color: #2e5905 transparent transparent transparent;
	/*border-color: #396aa6 transparent transparent transparent;*/
	line-height: 0px;
	_border-color: #2e5905 #000000 #000000 #000000;
	/*_border-color: #396aa6 #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;
}

/*.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-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 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;
}

*/


















