
/* ----------------------------------------
tab
----------------------------------------*/
/*
	* タブとして必要な設定
	*/
.panels > .panel {
	display: none;}

.panels > .panel.active {
	display: block;}

/*
	* デザイン
	*/
.tabs {
	margin-top: 20px;}

.tab {
	display: inline-block;
	padding: 5px 10px;}

.tab.active {
	color: #f00;
	background: #eee;}

.panels {
	margin-top: -1px;}

/*アンカー*/
#ABOUT,
#SHOP{
	margin-top: -210px;
  padding-top: 210px;
}

/*.panels > .panel {
	margin-top: -210px;
	padding-top: 210px;}*/



/* ----------------------------------------
main
----------------------------------------*/
main {
	margin: 80px 0 0 0;}
h1.mainimage {
	display: block;
	width: 960px;
	height: 500px;
	margin: 0 auto 100px auto;
	background: url(/products/becarx/images/img_main_pc.jpg) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}

.description {
	width: 860px;
	margin: 0 auto 100px auto;}
.description h2 {
	margin: 0 0 46px 0;
	color: #e60012;
	font-size: 3.3rem;
	font-weight: normal;
	line-height: 100%;}
.description figure {
	margin: 0 0 14px 0;
	text-align: center;}
.description figure img {
	width: 344px;}
.description p {
	color: #333;
	font-size: 1.6rem;
	line-height: 2.8rem;}

/*LPのタブ*/
.LPTab {
	width: 960px;
	margin: 0 auto;}
.LPTab {
	display: flex;
	margin-bottom: 55px;}
.LPTab a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.LPTab a {
	flex: 1 1 25%;
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 12px 0;
	color: #333;
	font-size: 1.8rem;
	text-align: center;
	border: 1px solid #e9ecee;
	border-left: 0;}
.LPTab a:last-child {border-right: 0;}
.LPTab a:not(:last-child){border-right: 1px solid #fff;}
.LPTab a > span{
	display: inline-block;
	position: relative;}
.LPTab a .redArrowS{
	left: -27px;
	top: calc(50% - 4.5px);}
.LPTab a.hover,
.LPTab a.active{
	background-color: #e60012;
	color: #fff;}
.LPTab a.hover .redArrowS,
.LPTab a.active .redArrowS{ border-color: #fff;}
.LPTab a.active .redArrowS{
	transform: rotate(45deg);
	top: calc(50% - 6px);}
.LPTab a.active::after{
	content: '';
	position: absolute;
	left: calc(50% - 7.5px);
	bottom: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 7.5px 0 7.5px;
	border-color: #e60012 transparent transparent transparent;}

/* ----------------------------------------
#ABOUT
----------------------------------------*/
/* Be-spec
------------------------------*/
#ABOUT .Be-spec {
	display: flex;
	width: 960px;
	margin: 0 auto 90px auto;}
#ABOUT .Be-spec h2 {
	margin: 0 0 30px 0;
	padding: 4px 0 0 0;
	color: #e60012;
	font-size: 2.6rem;
	font-weight: normal;}
#ABOUT .Be-spec h2 .LOGO {
	display: inline-block;
	width: 133px;
	height: 41px;
	margin: 0 0 4px 0;
	background: url(/products/becarx/images/logo_becarx.gif) no-repeat;
	background-size: contain;
	vertical-align: bottom;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}
#ABOUT .Be-spec h2 strong {
	font-size: 3.2rem;
	font-weight: normal;}
#ABOUT .Be-spec .txtArea {
	color: #333;
	font-size: 1.6rem;
	line-height: 2.8rem;}
#ABOUT .Be-spec .graf {
	margin: 0 0 0 40px;
	padding: 38px 35px;
	border: 1px solid #ededed;}
#ABOUT .Be-spec .graf img {
	width: 420px;
	height: auto;}

/* Be-point
------------------------------*/
#ABOUT .Be-point {
	margin: 0 0 80px 0;
	padding: 90px 0;
	background: #f2f3f4;}
#ABOUT .Be-point h2 {
	width: 960px;
	margin: 0 auto 50px auto;
	padding: 40px 0;
	color: #fff;
	font-size: 3.3rem;
	text-align: center;
	line-height: 100%;
	background: #e60012;}
#ABOUT .Be-point h2 span {
	display: inline-block;
	transform: skew(-10deg);}
#ABOUT .Be-point .txtArea {
	width: 960px;
	margin: 0 auto 20px auto;
	color: #333;
	font-size: 1.6rem;}
#ABOUT .Be-point .imgWrap {
	display: flex;
	width: 960px;
	margin: 0 auto;}
#ABOUT .Be-point .imgWrap section {
	padding: 40px 34px;
	background: #fff;
	border-radius: 5px;}
#ABOUT .Be-point .imgWrap section:first-child {
	margin: 0 40px 0 0;}
#ABOUT .Be-point .imgWrap section figure img {
	width: auto;
	height: 360px;
	margin: 0 0 40px 20px;}
#ABOUT .Be-point .imgWrap section figure figcaption {}
#ABOUT .Be-point .imgWrap section figure figcaption h3 {
	margin: 0 0 20px 0;}
#ABOUT .Be-point .imgWrap section figure figcaption h3 span {
	display: inline-block;
	margin: 0 12px 0 0;
	padding: 7px 14px 5px 14px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 100%;
	vertical-align: middle;
	background: #333;
	border-radius: 5px;}
#ABOUT .Be-point .imgWrap section figure figcaption h3 strong {
	color: #333;
	font-size: 1.7rem;
	vertical-align: middle;}
#ABOUT .Be-point .imgWrap section figure figcaption p {
	color: #333;
	font-size: 1.6rem;
	line-height: 2.8rem;
	text-align: justify;
	text-justify: inter-ideograph;/*IE*/}

/* Be-item
------------------------------*/
#ABOUT .Be-item {
	width: 960px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;}
#ABOUT .Be-item h3 {
	margin: 0 0 50px 0;
	color: #333;
	font-size: 2.8rem;
	font-weight: normal;}
#ABOUT .Be-item ul {
	display: flex;
	flex-wrap: wrap;}
#ABOUT .Be-item li {
	width: calc((100% - 21px * 2) / 3);
	margin: 0 0 28px 0;}
#ABOUT .Be-item li:nth-child(3n-1) {
	margin-right: 21px;
	margin-left: 21px;}
#ABOUT .Be-item li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
#ABOUT .Be-item li figure {
	display: flex;
		justify-content: center;
		align-items: center;
	height: 188px;
	margin: 0 0 10px 0;
	border: 1px solid #ededed;
	border-radius: 5px;}
#ABOUT .Be-item li figure img {
	transform: scale(0.8);
	transition: opacity 0.12s;}
	#ABOUT .Be-item li a.hover figure img {
		opacity: 0.8;}
#ABOUT .Be-item .itemName {
	color: #333;
	font-size: 1.4rem;
	transition: color 0.12s;}
	#ABOUT .Be-item a.hover .itemName {
		color: #e60012;}
#ABOUT .Be-item .itemName .redArrowS {
	position: static;
	width: 9px;
	height: 9px;
	margin: 0 6px 0 0;
	border-width: 2px;
	transform: scale(0.7) rotate(-45deg);}

/* ----------------------------------------
#SHOP
----------------------------------------*/
#SHOP {
	width: 960px;
	margin-right: auto;
	margin-left: auto;}
#SHOP > h3 {
	margin: 0 0 40px 0;
	color: #333;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 100%;}
#SHOP .LPTab {
	line-height: 110%;}
#SHOP .LPTab a {
	display: flex;
		justify-content: center;
		align-items: center;
	padding: 12px 0 10px;
	font-size: 1.4rem;}
#SHOP h3.prefect {
	margin: 0 0 20px 0;
	color: #333;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 100%;}
#SHOP table {
	margin: 0 0 40px 0;
	color: #333;
	font-size: 1.4rem;
	border: 1px solid #ddd;}
	#SHOP table:last-child {
		margin: 0 0 120px 0;}
#SHOP .ShopName {
	width: 370px;
	padding: 12px 0;
	color: #333;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 100%;
	background: #ececec;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;}
#SHOP .ShopAddress {
	width: 590px;
	color: #333;
	font-size: 1.4rem;
	font-weight: normal;
	background: #ececec;
	border-bottom: 1px solid #ddd;}
#SHOP table tr:nth-child(2n+1):not(:first-child) {
	background: #f2f3f4;}
#SHOP table tr:nth-child(2n) {}
#SHOP table tr td {
	padding: 20px;
	vertical-align: top;}
#SHOP table tr td p.blank {
	margin: 0 0 4px 0;}
	#SHOP table tr td p.blank a.hover {
		color: #e60012;}
	#SHOP table tr td.blank a.hover {
		color: #e60012;}
#SHOP table tr + tr td:first-child {
	border-right: 1px solid #ddd;}