@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	font-size:1rem;
}
body {
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	font-weight: 500;
}
img {
	max-width: 100%;
}

.anchor{
	padding-top: 83px;
	margin-top: -83px;
}

.center-block{
	margin-left: auto;
	margin-right: auto;
}
.contents_area{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

wrapper > .container{
	max-width: 1600px !important;
	width: 100%;
}

.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

.gradient-line {
	display: block;
	width: 50%;
	height: 1px;
	background: linear-gradient(to right, #111111, rgba(10,10,10,0));
}

/* BUTTON */
.link_btn{
	width:100%;
	margin-bottom:3px;
	line-height:1rem;
}
.link_btn a{
	font-size:0.8rem;
	background-color:#eee;
	display:block;
	text-decoration:none;
	color:#333;
	padding:0.5rem 0;
	text-decoration:none;
	text-align:center;
}
.link_btn a:hover{
	color:red;
	text-decoration:none;
}

.xs_link_btn{
	width:80%;
	margin:0 auto;
}
.xs_link_btn:hover{
	text-decoration:none;
	color:white;
}
.xs_link_btn a{
	text-decoration:none;
	color:white;
	display:block;
	padding:1rem;
	margin: 0 auto;
	text-align:center;
	background-color:#666666;
	color:white;
}

.mb_link_btn{
	font-size:0.8rem;
	background-color:#363636;
	display:inline;
	color:white;
	padding:3px;
}
.mb_link_btn a{
	text-decoration:none;
	color:white;
}
.mb_link_btn:hover,.mb_link_btn a:hover{
	background-color:#eee;
	color:#000;
}

.product_link_btn{
	font-size:0.8rem;
	background-color:#888;
	display:inline;
	color:white;
	padding:3px;
}

.product_link_btn:hover{
	background-color:#363636;
	color:white;
}

.btn-sm{
	width:100% !important;
}

.pir0{
	padding:0;
}
.pir10{
	padding:0 10px;
}

.row-flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.row-eq-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.row-eq-height-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#mytab > li,
#sub_mytab > li{
	margin-bottom:0.5rem;
	font-size:0.5rem;
}

#mytab > li > a{
	border:0;
	border-radius:0;
	background-color:#eee;
	white-space:normal;
	height:100%;
}

#sub_mytab > li > a{
	border:1px solid #363636;
	border-radius:0;
	background-color:#fff;
	white-space:normal;
	height:100%;
}

#mytab > li > a:hover ,
#sub_mytab > li > a:hover{
	background-color:#363636;
	color:#fff;
}

#mytab > li > a.active{
	color:white;
	background-color:#363636;
	box-shadow:none;
}

#mytab > li > a.active:hover{
	color:#000;
	background-color:#eee;
}

#mytab > li > a > span,
#sub_mytab > li > a > span{
	display:none;
}

#zbox-magnifier{
	visibility:hidden;
}

.item_img{
	overflow:hidden;
	padding:0;
}
.item_img img{
	height:auto;
}

@media (min-width: 768px) {

	.row-flex{
		margin-left: 15px;
		margin-right: 15px;
	}

	.anchor{
		padding-top: 156px;
		margin-top: -156px;
	}

	.contents_area{
		margin:3rem 0;
	}

	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
	.col-sm-2-5 {
		width: 40%;
		float: left;
	}
	.col-sm-3-5 {
		width: 60%;
		float: left;
	}
	.col-sm-4-5 {
		width: 80%;
		float: left;
	}

	.col-sm-1-7 {
		width: 14.285%;
		float: left;
	}
	.col-sm-2-7 {
		width: 28.57%;
		float: left;
	}
	.col-sm-3-7 {
		width: 42.855%;
		float: left;
	}
	.col-sm-4-7 {
		width: 57.14%;
		float: left;
	}
	.col-sm-5-7 {
		width: 71.425%;
		float: left;
	}
	.col-sm-6-7 {
		width: 85.71%;
		float: left;
	}

	/* BUTTON */
	.link_btn{
		width:100%;
		margin-bottom:0.3rem;
		line-height:1.5rem;
	}
	.link_btn a{
		font-size:1rem;
		background-color:white;
		display:inline;
		text-decoration:none;
		color:#000;
		text-decoration:none;
		text-align:left;
	}

	#mytab > li,
	#sub_mytab > li{
		margin-bottom:0.5rem;
		font-size:0.5rem;
	}

	#mytab > li > a,
	#sub_mytab > li > a{
		border:0;
		border-radius:0;
		background-color:#eee;
	}

	#sub_mytab > li > a{
		border:1px solid #363636;
		border-radius:0;
		background-color:#fff;
	}

	#mytab > li > a:hover,
	#sub_mytab > li > a:hover{
		background-color:#363636;
	}

	#mytab > li > a:active,
	#sub_mytab > li > a:active{
		background-color:#363636;
	}

	#mytab > li > a.active{
		color:white;
		background-color:#363636;
		box-shadow:none;
	}

	#mytab > li > a.active:hover{
		color:#000;
		background-color:#eee;
	}

	#mytab > li > a > span,
	#sub_mytab > li > a > span{
		display:inline-block;
	}

	.item_img{
		overflow:hidden;
		padding:0;
		display: flex;
		align-items: center;
	}

	.row-eq-height-detail {
		-ms-flex-wrap: unset;
		flex-wrap: unset;
		-moz-flex-wrap: unset;
		-webkit-flex-wrap: unset;
	}
}

@media (min-width: 992px) {

	.nav,
	.btn-sm{
		font-size:1rem;
	}

	.col-md-1-5 {
		width: 20%;
		float: left;
	}
	.col-md-2-5 {
		width: 40%;
		float: left;
	}
	.col-md-3-5 {
		width: 60%;
		float: left;
	}
	.col-md-4-5 {
		width: 80%;
		float: left;
	}

	.col-md-offset-1-5 {
		width: 20%;
		float: left;
	}

	.col-md-1-7 {
		width: 14.285%;
		float: left;
	}
	.col-md-2-7 {
		width: 28.57%;
		float: left;
	}
	.col-md-3-7 {
		width: 42.855%;
		float: left;
	}
	.col-md-4-7 {
		width: 57.14%;
		float: left;
	}
	.col-md-5-7 {
		width: 71.425%;
		float: left;
	}
	.col-md-6-7 {
		width: 85.71%;
		float: left;
	}
	.col-md-offset-1-7 {
		width: 14.285%;
		float: left;
	}

	.item_img{
		overflow:hidden;
		padding:0;
		height:350px;
	}

	.item_img img{
		height:auto;
		max-height:100%;
	}

}


@media (min-width: 1200px) {

	.nav,
	.product_list,
	.company_list,
	.mb_link_btn,
	.product_link_btn,
	.btn-sm{
		font-size:1rem;
	}

	.col-lg-1-7 {
		width: 14.285%;
		float: left;
	}
	.col-lg-2-7 {
		width: 28.57%;
		float: left;
	}
	.col-lg-3-7 {
		width: 42.855%;
		float: left;
	}
	.col-lg-4-7 {
		width: 57.14%;
		float: left;
	}
	.col-lg-5-7 {
		width: 71.425%;
		float: left;
	}
	.col-lg-6-7 {
		width: 85.71%;
		float: left;
	}

}

