@charset "utf-8";

ul.tabs2{
	display:block;
	position:sticky;
	top: 150px;
	margin:30px 0px 0px 0px;padding:0px 0 0 0;
	text-align:center;
	list-style: none;
	z-index:3;

}

ul.tabs2 li{
	display:inline-block;
	margin:0 5px 10px 0px;
	padding:10px 15px 9px 15px;
	background: none;
	cursor: pointer;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.05em;
	background-color:#eee;
	border-radius:5px;


}
ul.tabs2 li:first-child	{}

ul.tabs2 li.current		{color:#fff;font-weight:400;background-color:#000;}

.tab-content2			{display: none;transition: 0.3s;padding:0px 0 30px 0;}
.tab-content2.current	{display: inherit;}	
.tab-content2 .bo_v_tit1 {display:table;font-size:26px;margin:50px auto 30px auto;word-break:break-all;font-weight:700;letter-spacing:-0.025em;}
.tab-content2 .bo_v_tit2 {display:block;font-size:14px;margin:50px 0px 20px 0;word-break:break-all;font-weight:700;letter-spacing:-0.05em;}
.tab-content2 .bo_v_tit3 {display:block;font-size:13px;margin:10px 0px 30px 0;word-break:break-all;font-weight:400;letter-spacing:-0.05em;color:#888;}

.tly1 {
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content :center;

}
.tly1 .popupimg1 {display:block;width:80px;height:auto;margin-right:0px;}
.tly1 .popupimg1 img {width:100%;height:auto;border-radius:5px;}
.tly1 .popupContent2 {margin:10px 0 0 0;padding:0px;text-align:center;border:0;font-size:14px;font-weight:400;line-height:1.4;color:#666;}
.tly1 .popupContent2 strong {font-size:14px;font-weight:700;margin-right:7px;color:#000;}
.tly1 .popupContent2 em {display:block;margin-top:5px;font-style:normal;font-size:12px;font-weight:400;color:#aaa;line-height:1.2;}

