@charset "utf-8";

/*===============================================
　responsive
===============================================*/

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

.gallery-pickup .gallery-tit {
  display: block;
  padding: 9px 15px 11px 50px;
  border-top: 4px solid #009abf;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dfdfde;
  background-color: #fafafa;
  background-image: url("../images_id/icon_gallery.svg");
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 11px clac(50% - 1px);
  box-sizing: border-box;
}
.gallery-pickup .gallery-tit .tit-wrap h2 {
  margin-right: 10px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.gallery-wrap {
	width:calc(100% - 20px)!important;
	margin:10px 10px 0 10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.gallery-wrap li {
	margin:0 0 5px 0!important;
	padding:0 10px 0 0!important;
	width:calc(100% / 2 - 5px)!important;
	list-style:none;
  box-sizing: border-box;
}
.gallery-wrap li:nth-child(2n) {
	margin:0 0 5px 0!important;
	padding:0!important;
	width:calc(100% / 2)!important;
}
.gallery-wrap li .bW {
	margin:3px;
	padding:10px;
	width:100%;
	background:#fafaf6;
	border:1px #d9d9d9 solid;
	box-shadow: 0 0 4px #d0d0d0;
	-moz-box-shadow: 0 0 4px #d0d0d0;
	-o-box-shadow: 0 0 4px #d0d0d0;
	-ms-box-shadow: 0 0 4px #d0d0d0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#d0d0d0, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#d0d0d0, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#d0d0d0, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#d0d0d0, direction=270, strength=3, enabled=true);
  box-sizing: border-box;
}
.gallery-wrap li table {
	margin:0;
	padding:0;
	width:100%;
}
.gallery-wrap li table th {
	height:155px;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
	background:#d1d1d1;
}
.gallery-wrap li table th img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.gallery-wrap li table td {
	margin:0;
	padding:8px 0 0 0;
}
.gallery-wrap li table td p {
	margin:0;
  display: -webkit-box;
}
.gallery-wrap li table td .bTit {
	margin:0 0 2px 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gallery-wrap li table td p:nth-child(2) {
  margin-bottom: 2px;
	font-size:12px;
  line-height: 1.4em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gallery-wrap li table td p:nth-child(3) {
	font-size:12px;
  line-height: 1.4em;
}
.gallery-wrap li a {
	display:block;
}
.gallery-wrap li a:link {
	text-decoration:none;
}
.gallery-wrap li a:visited {
	text-decoration:none;
}
.gallery-wrap li a:hover {
	text-decoration:none;
	background-color:#f9f9f9;
	color:#333;
}
.gallery-wrap li a:hover .bTit {
	color:#e94b78;
	text-decoration:underline;
}

  
}