/*------------------------------
マウスオーバー時白くする
------------------------------*/
a:hover img.hoverwhite{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: “alpha( opacity=50 )”;
}

/*------------------------------
左右分割レイアウト
------------------------------*/
LRbody {
  background-color: gray;
  margin: 0;
  font-size: 50px;
}
 
#layout01 {
  background-color: red;
  width: 300px; /* 幅 */
  height: 200px;  /* 高さ */
  float: left;  /* 回り込み */
}
 
#layout02 {
  background-color: green;
  width: 300px; /* 幅 */
  height: 200px;  /* 高さ */
  float: left;  /* 回り込み */
}

/*------------------------------------
wordpressコンポーネント
--------------------------------------*/
.box{
background:#fbfcfc;
border:5px solid #fff;
box-shadow:0 2px 2px #d8d5d4;
margin-bottom:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
clear:both;
}
.box_u{
padding:17px 13px;
overflow:hidden;
}

.box_min{
width:49%;
float:left;
clear:none;
}
@media screen and (max-width: 768px){.box_min{
width:100%;
float:left;
clear:none;
}}

.box_min2{
width:350px;
float:left;
clear:none;
}

.box_min:nth-of-type(even){
float:right;
}


.box_u h3{
font-size:167%;
margin-bottom:24px;
}
.box_u p{
color:#666666;
margin-bottom:20px;
}

.box_u p:last-of-type{
margin:0;
}


.box_b{
background:#f4f5f6;
padding:22px 13px;
}

.box_b p{
margin:0;
}

.box_bw{
width:50%;
padding:2px 13px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;	
float:left;
margin-bottom:5px;
clear:right;
}
@media screen and (max-width: 768px){.box_bw{
width:100%;
float:left;
clear:none;
}}

.box_u h4,
.box_bw h4{
font-size:108%;
font-weight:normal;
color:#666666;
background:#e9e9e9;
margin-bottom:13px;
padding:5px 10px;
}

.box_bw:nth-of-type(2){
	float:right;
	}
.box_bw:nth-of-type(4){
	float:right;
	}
.box_bw:nth-of-type(6){
	float:right;
	}	
.box_bw:nth-of-type(8){
	float:right;
	}
.box_bw:nth-of-type(10){
	float:right;
	}
.content_box{
	border-top:3px solid #fdbf3a;
	background:#fff;
	padding:19px;
	box-shadow:0 2px 3px #D0D0D0;
	margin-bottom:18px;
	}
/*------------------------------------
wordpressコンポーネント　熊谷追加
--------------------------------------*/
.special{
    padding: 10px
}

.shop_btn a{
	background:#54007c;
	text-align:center;
	border-radius:4px;
	font-size:123.1%;
	clear:both;
	color:#fff;
	display:block;

	width:230px;
	margin:0 auto 20px;
	height:50px;
	line-height:50px;
	}

.normal_btn{
	float:left;
	display:block;
	width:250px;
	margin:0 15px 5px 0;		
	}


.normal_btn a{
	background:#54007c;
	text-align:center;
	border-radius:4px;
	font-size:123.1%;
	color:#fff;
	display:inline-block;
	width:250px;
	margin-bottom:15px;
	height:50px;
	line-height:50px;
	}

.box_img{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	}

.box_img_2{
	margin-bottom:20px;
	}
.box_img_2 img{
	width:100%;
	height:auto;
	}

.box_img_3{
	margin-bottom:0;
	}
.box_img_3 img{
	width:100%;
	height:auto;
}
.box_img_L{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}
	
.box_img_small{
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	width: 200px;
	height: 200px;
	padding: 5px;
	}
.box_img_smallgift{
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	width: 200px;
	height: 200px;
	padding:5px;
	}
.box_img_h300{
	margin-left:20px;
	margin-bottom:20px;
	width: auto;
	height: 300px;
	}
.box_img_auto{
	margin:2px;
	width: 100%;
	}
.iframe_basic{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.iframe_basic iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.iframe_hasiou{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.iframe_haisou iframe{
    position:absolute;
    width:100%;
    top:0;
    left:0;
}


.banner_pc { display: block !important; }
.banner_sp { display: none !important; }
@media only screen and (max-width: 768px) {
.banner_pc { display: none !important; }
.banner_sp { display: block !important; }
}

.box_f{
width:100px;
float:right;
clear:none;
margin-right:50px;
}
@media screen and (max-width: 768px){.box_f{
width:80px;
float:right;
clear:none;
margin-right:30px;
}}


/*--------------------------------------------
table
---------------------------------------------*/

.tr{
	width:100%;
	display:table;
	margin-bottom:2px;
	clear:both;
	}
	
.table .th{
	width:25%;
	padding:5px;
	text-align:left;
	background:#e9e9e9;
	display:table-cell;
	}
.table .td{
	width:75%;
	padding:5px;
	background:#f8f8f8;
	display:table-cell;	
	}

.table{
	margin-bottom:20px;
	display:table;
	clear:both;
	width:100%;
	}
	

.table-img{
    width:170px
}
	
.normal_btn{
	float:left;
	display:block;
	width:230px;
	margin:0 15px 5px 0;		
	}

.normal_btn a{
	background:#54007c;
	text-align:center;
	border-radius:4px;
	font-size:123.1%;
	color:#fff;
	display:inline-block;
	width:230px;
	margin-bottom:15px;
	height:50px;
	line-height:50px;
	}
	
/*--------------------------------------------
SNSBOX
---------------------------------------------*/	
.snsbox{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:165px;
	padding:2px;
}

.snsLi{
	margin:20px 0px 10px 0px;
	background:#ffffff;
	border-radius:5px;
	padding:10px
}
.snsLi li{
	display:inline-block;
	width: 60px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px){.snsLi li{
    width:50px;
}}

/*--------------------------------------------
新規採用・新規取引・ビジョン申し込みブロック内
---------------------------------------------*/	
.banner{
	display:inline-block;
	width:350px;
	height:auto;
	text-align:center;
	padding-top:5px
}
.banner img{
	width:320px;
}

/*--------------------------------------------
提携店画像用
---------------------------------------------*/	
#overImg{position: relative;}
#overImg a .sizeS{width: 100px;}
#overImg a .sizeL{display: none;}
#overImg a:hover .sizeL{
	display: block;
	position: absolute;
	top: 100px;
	width: 320px;
	z-index:999;
}
#initialImg{
	position: absolute;
	top: 100px;
	width: 320px;
}
.teikei_icon{
    width: 60px
}
.teikei_service{
    text-align: center;
    background-color: #ffa500;
    color: #000000;
    border-radius: 3px;
    font-weight: bold;
}

/*--------------------------------------------
CMS内　カスタム用
---------------------------------------------*/	
.row {
    padding: 3px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px){.row li{
    margin-bottom: 15px;
}}


.tabacms_post_page h2{
    font-size: 3rem;
    font-weight: bold;
    padding:10px
}
.col-md-9{
    margin-bottom: 10px;
}
.tabacms_thumbnail{
    border: 1px solid #c0c0c0;
}

/*--------------------------------------------
折り畳み用
---------------------------------------------*/	
.grad-btn {
    width: 100%;
    text-align: center;
    background-color: #e9e9e9 !important;
    color: #696969 !important;
    border-radius: 3px;
    margin-top: 0px !important;
}
.grad-btn::before {
  content: "▼　もっと詳しく　▼"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 1px; /*隠した状態の高さ*/
    background: #f8f8f8 ;
    margin-bottom: 15px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "▲　閉じる　▲" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


/*--------------------------------------------
Taba バナー　カスタム用
---------------------------------------------*/
.img-responsive{
    border:1px solid #c0c0c0;
}
a:hover img.img-responsive{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: “alpha( opacity=50 )”;
}