#tabSearch{
  text-align: center;
  padding: 12px 0 0 0;
}
#tabSearchType{
  display: block;
  height: 40px;
  background-color: #f2f3f3;
}
#tabShops{ 
  width: 39.5%;
  float: left;
}
#tabCampaign{
  width: 59.2%;
  float: right;
}
#searchShop,#searchCampaign{padding: 48px 8px;}
.search-title{
  font-size: 17px;
  background:transparent url(../img/search-icon.png) no-repeat;
  background-size: 28px;
  padding:0 0 2px 32px;
  border-bottom: 3px dotted #0097a7;
}
.search-exec{
  padding: 16px 0;
  text-align: center;
}
.add-search-condition{
  border: 1px solid #0097a7;
  padding: 8px 0 0 0;
  position: relative;
}
.search-cond-head{
  display: inline-block;
  background:transparent url(../img/search-plus-icon.png) no-repeat;
  background-size: contain;
  font-size: 18px;
  padding-left: 36px;
  margin: 2px 4px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width:90%;
}
#condToggle{
  display: inline-block;
  width: 18px;
  height: 19px;
  position: absolute;
  right: 12px;
  top: 12px;
}
#searchConditionItem{
  display:none;
}
#tabSearchPlus{
  text-align: center;
  padding: 2px 0 0 0;
}
#tabSearchProduct{
  display: block;
  height: 40px;
}
.toggleClosed{
  background:transparent url(../img/close.png) no-repeat 0 80%;
  background-size: contain;
  transition: all .4s;
}
.toggleOpened{
  background:transparent url(../img/close.png) no-repeat 0 80%;
  background-size: contain;
  transform: rotate(-45deg);
  transition: all .4s;
}

#productCategory{
  width: 50%;
  float: left;
}
#productName{
  width: 49%;
  float: right;
}
.selectionArea{
  background-color: #ffffff;
  padding: 12px 8px 0;
}

.categoryTitle{
  border-left: 5px solid #0097a7;
  text-align: left;
  padding-left: 6px;
}
#categoryList{
  background-color: #f2f3f3;
  padding: 18px 8px 4px;
  text-align: center;
}
.categoryItemList{
  padding: 8px 0;
  margin-bottom: 8px;
  text-align: left;
}
.categoryItemList.one-day{
  border-bottom: 2px dotted #e6e6e6;
}
.categoryItem{
  display: inline-block;
  text-align: left;
  width: 49%;
  padding: 10px 0 10px 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 0.66rem;
  margin-top: 4px;
}
.category_1{ background-color: #bde5ff; }
.category_2{ background-color: #f6deb0; }
.category_3{ background-color: #f5f3b1; }
.category_4{ background-color: #fbdaf2; }
.condition-check{vertical-align: middle;}

#productList{
  background-color: #f2f3f3;
  padding: 24px 8px;
  text-align: center;
  display: none;
}
.productCategoryHead{
  background-color: #0097a7;
  text-align: center;
  padding: 8px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}
.pruductSelction{
  text-align: left;
  font-size: 12px;
  padding: 8px 0;
}
.pruductSelctionHead_1,
.pruductSelctionHead_2,
.pruductSelctionHead_3{
  padding-left: 8px;
  margin-bottom: 8px;
}
.pruductSelctionHead_1{ border-left: 4px solid #49a1f4; }
.pruductSelctionHead_2{ border-left: 4px solid #f6b552; }
.pruductSelctionHead_3{ border-left: 4px solid #f8e03f; }
.pruductSelctionHead_4{ border-left: 4px solid #f653d1; }
.check-input{
  padding: 4px 0;
}
.product-name{
  display: inline-block;
  width: 92%;
}
.check-input input[type="checkbox"][id^="chkbr_"]{
  padding: 4px 0;
  vertical-align: top;
  margin: 4px 4px 0 0;
}
.bottom-dot{
  border-bottom: 2px dotted #c7c7c7;
}
.campaign-sub-title{
  border-left: 4px solid #0097a7;
  padding-left: 8px;
  text-align: left;
  margin-bottom: 16px;
}
#campaignSelect{
  text-align: left;
  margin: 8px 2px 16px;
  font-size: 16px;
}
input[name="campaignName"]{
  margin: 4px 8px 0 0;
  vertical-align: top
}
.campaign-name{
  display: inline-block;
  width: 92%;
}

.campaign_radio__list {
  display: flex;
  margin-bottom: 5px;
}

.campaign_radio {
  margin-top: 5px;
}

.approvalNoList {
  text-align: left;
  margin-top: 20px;
}

.approvalNoList * {
  font-size: 10px;
  color: #666;
}

.approvalNoList dl {
  margin-block-end: 10px;
}

.approvalNoList dt {
  font-weight: bold;
}

.approvalNoList dd {
  margin-inline-start: 0px;
  word-break: break-all;
}

/* エリアから探す */
.area-search-wrapper {
  padding: 16px 0;
}

.area-group {
}

.area-group:last-child {
  border-bottom: 1px solid #0097a7;
}

.area-group-title {
  position: relative;
  background-color: #ffffff;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  border: 1px solid #0097a7;
  border-bottom: none;
  transition: background-color 0.3s, color 0.3s;
  color: #333333;
}

.area-group-title.opened {
  background-color: #0097a7;
  color: #ffffff;
}

.area-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDdMMTEgMSIgc3Ryb2tlPSIjMDA5N2E3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  background-size: 12px 8px;
  transition: transform 0.3s;
  font-size: 0;
}

.area-group-title.opened .area-toggle {
  transform: translateY(-50%) rotate(180deg);
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDdMMTEgMSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  background-size: 12px 8px;
}

.area-list {
  background-color: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
}

.area-list li {
  border-bottom: 1px solid #e6e6e6;
}

.area-list li:last-child {
  border-bottom: none;
}

.area-link {
  display: block;
  position: relative;
  padding: 16px 40px 16px 16px;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw3IDYuNUwxIDEyIiBzdHJva2U9IiMwMDk3YTciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+) no-repeat right 16px center;
  background-size: 8px;
}

.area-link:active {
  background-color: #f5f5f5;
}

a:link.area-link,
a:visited.area-link {
  color: #333333;
}

/* 非活性状態 */
.area-link-disabled {
  color: #999999;
  cursor: default;
  pointer-events: none;
}

/* ボシュロムプラス検索ボタン */
.bl-plus-link {
  padding: 20px 8px;
  text-align: center;
}

.bl-plus-search-btn {
  display: block;
  width: 100%;
  padding: 14px 16px;
  background-color: #0097a7;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.bl-plus-search-btn:active {
  background-color: #00838f;
}

a:link.bl-plus-search-btn,
a:visited.bl-plus-search-btn {
  color: #ffffff;
}