@import url(common.css);

/* ------------------------------------------------
  #contents
------------------------------------------------ */

@media screen and (max-width: 599px) {

	#contents .inner {
		padding: 0 4%;
	}
}

/* ----------------------------
  #tabbox
---------------------------- */

/*----- .tabs -----*/

#tabbox .tabs {
	background-color: #f8b400;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 28px;
}
#tabbox .tabs li {
	float: left;
	position: relative;
}
#tabbox .tabs li + li {
	margin-left: 10px;
}

#tabbox .tabs li.btn a {
	display: block;
/*	width: 233px;*/
        width: 314px;
	height: 283px;
	border-radius: 5px;
/*	text-indent: 100%;*/
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	border: 1px solid #ffffc8;
}
#tabbox .tabs li.btn em {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 18px 0 18px;
	border-color: #ffffc8 transparent transparent transparent;
	display: none;
}





#tabbox .tabs li.btn.show a {
	background-color: #ffffc8;
}
#tabbox .tabs li.btn.show em {
	display: block;
}
/*#tabbox .tabs li.view1 a {
	background-image: url(../img/products/tab_btn1.png);
}
#tabbox .tabs li.view2 a {
	background-image: url(../img/products/tab_btn2.png);
}
#tabbox .tabs li.view3 a {
	background-image: url(../img/products/tab_btn3.png);
}
#tabbox .tabs li.view4 a {
	background-image: url(../img/products/tab_btn4.png);
}*/

#tabbox .tabs li.view4{
    margin-left: 0px;
    margin-top: 15px;
}
#tabbox .tabs li.view5{
    margin-left: 0;
    margin-top: 15px;
}
.efficacy{
    margin-left: 15%;
}

@media screen and (max-width: 599px) {

	/*----- .tabs -----*/

	#tabbox .tabs {
		border-radius: 5px;
		padding: 1.4493%;
		margin-bottom: 4.3479%;
		letter-spacing: -.4em;
		line-height: 1;
		font-size: 0;
	}
	#tabbox .tabs li {
		width: 49.2538%;
		float: none;
		letter-spacing: normal;
		display: inline-block;
	}
	#tabbox .tabs li + li {
		margin-left: 0;
	}
	#tabbox .tabs li:nth-child(2n) {
		margin-left: 1.4926%;
	}
	#tabbox .tabs li:nth-child(n + 3) {
		margin-top: 1.4926%;
	}
	#tabbox .tabs li.btn a {
		width: 100%;
		height: 0;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		box-sizing: border-box;
		padding-top: 38.1819%;
	}
	#tabbox .tabs li.btn.show em {
		display: none;
	}
	#tabbox .tabs li.view1 a {
		background-image: url(../img/products/sp/tab_btn6.png);
	}
	#tabbox .tabs li.view2 a {
		background-image: url(../img/products/sp/tab_btn2.png);
	}
	#tabbox .tabs li.view3 a {
		background-image: url(../img/products/sp/tab_btn3.png);
	}
	#tabbox .tabs li.view4 a {
		background-image: url(../img/products/sp/tab_btn4.png);
	}
  #tabbox .tabs li.view5 a {
		background-image: url(../img/products/sp/tab_btn5.png);
	}
  #tabbox .tabs li.view5 {
  margin-left: 1.4926%;
  margin-top: 1.4926%;
  }
}

/*----- /.tabs -----*/

/*----- .tab-content -----*/

#tabbox #view_frame {
	border: 15px solid #F7B313;
	border-radius: 10px;
	background-color: #F7B313;
}
#tabbox .tab-content {
	background-color: #fff;
	border-radius: 5px;
	padding: 75px 35px 30px;
}
#tabbox .tab-content .main {
	display: flex;
	justify-content: space-around;
	padding: 0 20px;
}
#tabbox .tab-content .main .logo {
	text-align: center;
	margin-bottom: 35px;
}
#tabbox .tab-content .main .logo .product-name {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 700;
}
#tabbox .tab-content .main .logo .product-name > small {
	display: block;
	font-size: 14px;
}
#tabbox .tab-content .main .logo .product-class {
	margin-top: 12px;
	font-weight: bold;
}
#tabbox .tab-content .main .logo .product-class > span {
	font-size: 13px;
	display: inline-block;
	border: 1px solid #000;
	padding: 2px 7px;
}

#tabbox .tab-content .main .efficacy li {
	box-sizing: border-box;
	width: 330px;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	letter-spacing: 0;
	font-size: 15px;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	font-kerning: normal;
	line-break: auto;
	hanging-punctuation: allow-end;
	color: #FFF;
	background-color: #e34d24;
}
#tabbox .tab-content .main .efficacy li + li {
	margin-top: 10px;
}
#tabbox .tab-content .main .efficacy li sup {
	font-size: 10px;
}

#tabbox .tab-content .table {
	margin-top: 60px;
	display: inline-block;
}
#tabbox .tab-content .table .left {
	float: left;
}
#tabbox .tab-content .table .right {
	float: right;
}
#tabbox .tab-content .table .al_left {
	text-align: left;
}
#tabbox .tab-content .table table {
	font-size: 13px;
	text-align: center;
}
#tabbox .tab-content .table table tr {
	border: 1px solid #f89c15;
}
#tabbox .tab-content .table table th {
	font-size: 14px;
	font-weight: bold;
	background-color: #f8b400;
	text-align: center;
	padding: 6px 0 5px;
}
#tabbox .tab-content .table table td {
	border: 1px solid #f89c15;
	line-height: 1.8;
}
#tabbox .tab-content .table .type1 {
	width: 560px;
}
#tabbox .tab-content .table .type1 + .type1 {
	margin-top: 9px;
}
#tabbox .tab-content .table .type1 td {
	padding: 13px 20px 12px;
}
#tabbox .tab-content .table .type2 {
	width: 330px;
	margin-left: 10px;
}
#tabbox .tab-content .table .type2 tr th + th {
	border-left: 1px solid #fff;
}
#tabbox .tab-content .table .type2 td {
	padding: 17px 20px 17px;
}

#tabbox .tab-content .table + .chu {
	font-size: 12px;
	margin-top: 10px;
}

@media screen and (max-width: 599px) {

	/*----- .tab-content -----*/

	#tabbox #view_frame {
		border: 5px solid #F7B313;
		border-radius: 5px;
	}
	#tabbox .tab-content {
		border-radius: 5px;
		text-align: center;
		padding: 29.5px 0 25px;
	}


	#tabbox .tab-content .main {
		display: block;
		padding: 0;
	}
	#tabbox .tab-content .main .logo {
		text-align: center;
		margin-bottom: 22px;
	}
	#tabbox .tab-content .main .logo .product-name {
		margin-top: 10px;
		font-size: 18px;
	}
	#tabbox .tab-content .main .logo .product-class {
		margin-top: 6px;
		font-size: 12px;
		font-weight: bold;
	}
	#tabbox .tab-content .main .logo .product-class > span {
		display: block;
		font-size: 12px;
		display: inline-block;
		border: 1px solid #000;
		padding: 2px 7px;
	}

	#tabbox .tab-content .main .efficacy {
		width: 77.72727%;
		margin: 0 auto 25px;
	}
	#tabbox .tab-content .main .efficacy li {
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		width: auto;
		box-sizing: border-box;
		background-color: #e34d24;
		border-radius: 4px;
		padding: 10px;
	}
	#tabbox .tab-content .main .efficacy li + li {
		margin-top: 7px;
	}
	#tabbox .tab-content .main .efficacy li sup {
		font-size: 10px;
	}


	#tabbox .tab-content .table {
		width: 89.5523%;
		margin-top: 7.4627%;
	}
	#tabbox .tab-content .table .left,
	#tabbox .tab-content .table .right {
		float: none;
	}
	#tabbox .tab-content .table table {
		font-size: 14px;
	}
	#tabbox .tab-content .table table th {
		padding: 7.5px 0;
	}
	#tabbox .tab-content .table table td {
		line-height: 1.6;
	}
	#tabbox .tab-content .table .type1 {
		width: 100%;
	}
	#tabbox .tab-content .table .type1 + .type1 {
		margin-top: 3.3334%;
	}
	#tabbox .tab-content .table .type1 td {
		padding: 11px 20px 12px;
	}
	#tabbox .tab-content .table .type2 {
		width: 100%;
		margin-left: 0;
		margin-top: 3.3334%;
	}
	#tabbox .tab-content .table .type2 td {
		padding: 12.5px 0 11.5px;
	}
	#tabbox .tab-content .table + .chu {
		font-size: 10px;
		text-align: left;
		margin: 10px 7.4627% 0;
	}

}

/*----- /.tab-content -----*/

/* ----------------------------
  タブの動作
---------------------------- */



#tabbox .tab-content {
	display: none;
}
#tabbox .tab-content.active {
	display: block;
}
#tabbox .tab-content{
	transition: all .3s;
}
