@charset "utf-8";
/* CSS Document */

div.product_thumbarea, div.product_thumbtitle, div.product_thumb_txt {
	width: 100% !important;
}
#main .product_thumbarea {
	height: auto;
}
#main .product_thumbtitle {
	text-align: left;
}
#main .product_thumb_txt {
	margin: 0;
	padding: 18px;
}
div.ver3_222_u {
	padding: 18px;
	text-align: center;
	font-size: 14px;
}
div.ver3_222_u ul {
	width: 80%;
	margin: auto !important;
}
div.ver3_222_u ul li img {
	border: 1px solid #d3d3d3;
	margin-bottom: 10px;
}
div.ver3_222_u h4 {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#btnBox {
	background: #fff;
	display: flex;
}
#btnBox div.product_catalogbox {
	margin: 17px 5px 5px -150px;
	padding: 3px 0 0;
	background: #9a8479;
	text-align: center;
	border-radius: 5px;
	height: 43px;
	width: 180px;
}
#btnBox .product_catalogbox a {
	color: #fff;
	display: block;
	padding: 10px;
	font-size: 14px;
}
#btnBox .product_catalogbox a:hover {
	color: #fec50b;
}
#btnBox input.btn-dl {
	padding: 12px 5px 12px 35px;
}
#btnBox div.Spec_DL {
	padding: 9px 5px 11px;
	border-radius: 5px;
	margin: 17px 0;
	font-size: 1rem;
}
#btnBox div.Spec_DL a:hover {
	font-size: 1rem;
}
#btnBox div.Spec_DL a:hover i {
	color: #fec50b;
}

div.mokujibox {
	clear: both;
	background: #b4b4b5;
	text-align: center;
	font-size: 1.2em;
}
div.mokujibox ul {
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
  	justify-content: space-around;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.mokujibox ul li a {
	color: #fff;
	padding: 10px 0;
	display: block;
}
div.mokujibox ul li a:hover {
	color: #fae65d;
}

div#ichiran {
	margin-top: 1em;
	width: 670px;
}
div#ichiran ul, div.ver3_222_u ul {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
div#ichiran ul li {
	width: 30%;
	border: 1px solid #d3d3d3;
	margin-bottom: 10px;
}
div#ichiran ul li:last-child {
	border: none;
}
div#ichiran ul li img {
	width: 100%;
	vertical-align: bottom;
}
ul#bp_list li {
	list-style: none !important;
}

#lean_overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;

}
.modal {
    display: none;
    width: 500px;
    padding: 20px;
    background: #FFF;
}
.modal img {
	width: 100%;
}

p.txt {
	margin-bottom: 16px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 2px solid #ff9d4d;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#item01:checked ~ #item01_content,
#item02:checked ~ #item02_content,
#item03:checked ~ #item03_content,
#item04:checked ~ #item04_content,
#item05:checked ~ #item05_content,
#item06:checked ~ #item06_content,
#item07:checked ~ #item07_content,
#item08:checked ~ #item08_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ff9d4d;
  color: #fff;
}

.tab_content_description {
	font-size: 14px;
	line-height: 2;
}
.tab_content_description h4 {
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 2em;
}
.tab_content_description ul {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.tab_content_description ul::after{
	content:"";
	display: block;
	width: 47%;
}
.tab_content_description ul li {
	width: 47%;
	margin-bottom: 2em;
}
.tab_content_description ul li span {
	font-weight: bold;
}