@charset "utf-8";

.main_member {
	padding: 0 0 75px;
}
.main_member .guide_cm {
	overflow: inherit;
}
.main_member .tab_member {

}
.main_member .tab_member ul.tab_member_item {
	border-bottom: solid 6px #00a539;
	overflow: hidden;
	display: table;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.main_member .tab_member ul.item1 {
	border-bottom: solid 6px #fccda7;
}
.main_member .tab_member ul.item2 {
	border-bottom: solid 6px #a3d2f3;
}
.main_member .tab_member ul.item3 {
	border-bottom: solid 6px #ece67c;
}
.main_member .tab_member ul.item4 {
	border-bottom: solid 6px #ffbfd1;
}
.main_member .tab_member ul.item5 {
	border-bottom: solid 6px #b8f0c3;
}
.main_member .tab_member ul.item6 {
	border-bottom: solid 6px #99e7fd;
}
.main_member .tab_member ul.item7 {
	border-bottom: solid 6px #dec0f9;
}
.main_member .tab_member ul.tab_member_item li {
	display: table-cell;
	margin: 0;
	width: 12.5%;
}
.main_member .tab_member ul.tab_member_item li a {
	display: block;
	padding: 8px 0 10px;
	margin: 0 6px 0 0;
	text-align: center;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	background: #00a539;
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.main_member .tab_member ul.tab_member_item li a::before {
	content: '';
	position: absolute;
	left: 1px;
	right: 0;
	top: 8px;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	z-index: 9;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.main_member .tab_member ul.tab_member_item li a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 8;
}
.main_member .tab_member ul.tab_member_item li a:hover::before, .main_member .tab_member ul.tab_member_item li a:focus:before, .main_member .tab_member ul.tab_member_item li a:active:before {
	-webkit-animation-name: hvr-icon-pop;
	animation-name: hvr-icon-pop;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.main_member .tab_member ul.tab_member_item li:first-child a::after{
	display: none;
}
.main_member .tab_member ul.tab_member_item li:last-child a{
	margin-right: 0;
}
.main_member .tab_member ul.tab_member_item li:nth-child(2) a {
	background: #fccda7;
}
.main_member .tab_member ul.tab_member_item li:nth-child(3) a {
	background: #a3d2f3;
}
.main_member .tab_member ul.tab_member_item li:nth-child(4) a {
	background: #ece67c;
}
.main_member .tab_member ul.tab_member_item li:nth-child(5) a {
	background: #ffbfd1;
}
.main_member .tab_member ul.tab_member_item li:nth-child(6) a {
	background: #b8f0c3;
}
.main_member .tab_member ul.tab_member_item li:nth-child(7) a {
	background: #99e7fd;
}
.main_member .tab_member ul.tab_member_item li:nth-child(8) a {
	background: #dec0f9;
}
.main_member .tab_member ul.tab_member_item li:nth-child(2) a::before {
	background: url('../images/tab_ic_member2.png') no-repeat;
}
.main_member .tab_member ul.tab_member_item li:nth-child(3) a::before {
	background: url('../images/tab_ic_member3.png') no-repeat
}
.main_member .tab_member ul.tab_member_item li:nth-child(4) a::before {
	background: url('../images/tab_ic_member4.png') no-repeat
}
.main_member .tab_member ul.tab_member_item li:nth-child(5) a::before {
	background: url('../images/tab_ic_member5.png') no-repeat
}
.main_member .tab_member ul.tab_member_item li:nth-child(6) a::before {
	background: url('../images/tab_ic_member6.png') no-repeat
}
.main_member .tab_member ul.tab_member_item li:nth-child(7) a::before {
	background: url('../images/tab_ic_member7.png') no-repeat
}
.main_member .tab_member ul.tab_member_item li:nth-child(8) a::before {
	background: url('../images/tab_ic_member8.png') no-repeat
}
.main_member .list_member_tab {
	margin-bottom: 88px;
}
.main_member .list_member_tab .tab_item {
	display: none;
	-webkit-animation-duration: 0.55s;
	-moz-animation-duration: 0.35s;
	-o-animation-duration: 0.35s;
	animation-duration: 0.55s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.main_member .list_member_tab .tab_item ul li {
	padding: 22px 0 24px;
	border-bottom:  solid 1px #e7e7e7;
}
.main_member .list_member_tab .tab_item ul li:first-child {
	border-top:  solid 1px #e7e7e7;
}
.main_member .list_member_tab .tab_item ul li a {
	display: block;
	text-decoration: none;
	position: relative;
	padding-right: 50px;
}
.main_member .list_member_tab .tab_item ul li a::before {
	content: '';
	position: absolute;
	right: 15px;
	top: 3px;
	width: 30px;
	height: 30px;
	background: #757575;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 8;
}
.main_member .list_member_tab .tab_item ul li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 8px;
	border-color: transparent transparent transparent #fff;
	top: 14px;
	right: 25px;
	z-index: 9;
}
.main_member .list_member_tab .tab_item ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.main_member .list_member_tab .tab_item ul li p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	font-size: 2.4em;
	font-weight: 600;
}
.main_member .list_member_tab .tab_item.active {
	animation-name: vanishIn;
	-webkit-animation-name: vanishIn;
}
@-webkit-keyframes vanishIn {
	0% {
		opacity: 0;
		filter: blur(10px)
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}
@keyframes vanishIn {
	0% {
		opacity: 0;
		filter: blur(10px)
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}
@-webkit-keyframes hvr-icon-pop {
	50% {
		-webkit-transform: scale(1.45);
		transform: scale(1.45);
	}
}
@keyframes hvr-icon-pop {
	50% {
		-webkit-transform: scale(1.45);
		transform: scale(1.45);
	}
}
.main_member .member_keyword {
	padding: 38px 0 48px;
}
.main_member .member_keyword ul {
	display: table;
	margin: 0 auto;
}
.main_member .member_keyword ul li {
	display: table-cell;
}
.main_member .member_keyword ul li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	border-right: solid 1px #e5e5e5;
}
.main_member .member_keyword ul li:first-child a {
	border-left: solid 1px #e5e5e5;
}
.main_member .member_detail .member_detail_top {
	border-bottom: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	padding: 22px 0 24px 10px;
}
.main_member .member_detail .member_detail_top figure {
	float: left;
	margin-right: 28px;
}
.main_member .member_detail .member_detail_top p {
	font-size: 2.4em;
	margin: -6px 0 0 0;
}
.main_member .carousel_member {
	margin: 47px 0 44px 0;
	overflow: hidden;
}
.main_member .carousel_member .bx-controls-direction a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #666;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	z-index: 99;
}
.main_member .carousel_member .bx-controls-direction a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.main_member .carousel_member .bx-controls-direction a::before {
	content: '';
	position: absolute;
}
.main_member .carousel_member .bx-controls-direction a.bx-next {
	right: -70px;
}
.main_member .carousel_member .bx-controls-direction a.bx-next::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 10px;
	border-color: transparent transparent transparent #fff;
	top: 14px;
	left: 16px;
}
.main_member .carousel_member .bx-controls-direction a.bx-prev {
	left: -70px;
}
.main_member .carousel_member .bx-controls-direction a.bx-prev::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width:  6.5px 10px 6.5px 0;;
	border-color: transparent #fff transparent transparent;
	top: 14px;
	left: 13px;
}
.main_member .carousel_member .bx-wrapper .bx-pager.bx-default-pager a:hover, .main_member .carousel_member .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff3131;
}
.main_member .carousel_member .bx-wrapper .bx-pager.bx-default-pager a {
	width: 14px;
	height: 14px;
	background: #e2e2e2;
	margin: 0 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.main_member .carousel_member .bx-wrapper .bx-pager, .main_member .carousel_member .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -35px;
	width: 100%;
}

.main_member .carousel_member .carousel_member_content li {
	text-align: center;
}
.main_member .carousel_member .carousel_member_content li img {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}

.main_member .member_detail_content {
	padding-bottom: 43px;
}
.main_member .member_detail_content .box_member {
	margin: 0 0 85px 0;
}
.main_member .member_detail_content dl {
	border-bottom: solid 1px #e5e5e5;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.main_member .member_detail_content dl:nth-child(4), .main_member .member_detail_content dl:first-child {
	border-top: solid 1px #e5e5e5;
}
.main_member .member_detail_content dl dt {
	color: #f8903c;
	font-size: 1.6em;
	vertical-align: middle;
	width: 197px;
	box-sizing: border-box;
	padding: 30px 10px 22px 15px;
	display: table-cell;
	font-weight: 600;
}
.main_member .member_detail_content dl dd {
	font-size: 1.4em;
	display: table-cell;
	vertical-align: middle;
	padding: 23px 10px 17px 0;
	line-height: 28px;
}
.main_member .member_detail_content dl dd a {
	color: #049bea;
}
.main_member .member_detail_content h3 {
	font-size: 2.1em;
	margin: 63px 0 23px;
}
.main_member .member_detail_content .btn_member {
	display: table;
	margin: 0 auto;
}
.float_left {
	float: left;
}
.clear_left {
	clear: left;
}
.file {
	border-top: 0px dotted #cccccc;
	margin: 0px 0;
	padding: 0px 0 0;
	text-align: left;
}
.file .pdf {
	background: url(/admin/common/images/cms/pdf.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .xls,
.file .xlsx {
	background: url(/admin/common/images/cms/xls.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
.file .doc,
.file .docx {
	background: url(/admin/common/images/cms/doc.gif) left center no-repeat;
	line-height: 30px;
	padding: 4px 0 0 30px;
}
