@charset "UTF-8";

html {
  background: #e7e5e2;
  font-size: 62.5%;
}
body {
  min-width: 1247px;
  color: #383231;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
a {
  color: #5d4947;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.blue {
  color: #2388ef;
  text-decoration: underline;
}
a.blue:hover {
  text-decoration: none;
}
.fade {
  transition: .2s;
}
.fade:hover {
  opacity: .8;
  text-decoration: none;
}

@font-face {
  font-family: "FontAwesome";
  src: url("./fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./common/css/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder {
  color:#ccc;
}
:-ms-input-placeholder {
  color:#ccc;
}
::placeholder{
  color:#ccc
}

/*------------------------------
  Wrap
------------------------------*/
#wrap {
  min-width: 1247px;
}
#wrap.column1 {
  min-width: 0;
}

/*------------------------------
  ヘッダー
------------------------------*/
#header {
  background: #5d4947;
  height: 64px;
  overflow: hidden;
}
.admin #header {
  background: #4c4341;
}
#header .logo__shufoo {
  float: left;
  width: 242px;
}
#header .logo__shufoo .img {
  display: block;
}
#header .right {
  display: table;
  float: right;
  height: 64px;
}
#header .inn {
  display: table-cell;
  height: 100%;
  padding: 0 30px;
  text-align: right;
  vertical-align: middle;
  width: 100%;
}
#header .inn > .text > .item {
  border-right: 1px solid #7b6a69;
  color: #e2dcdc;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
.admin #header .inn > .text > .item {
  color: #e2dcdc;
}
#header .inn > .text > .item:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
#header .inn > .text button.is-selected {
  opacity: .5;
}
#header .inn > .text .badge__on::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #EA1D0A;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 1;
}
.ico__backhome {
  background-color: #ffffff;
  border-radius: 50%;
  background-size: 30px 30px;
  margin-left: 10px;
}
.backhome_middle{
  vertical-align: middle;
}
.backhome_bottom{
  vertical-align: bottom;
}
.ico__notifications {
  background-color: #ffffff;
  border-radius: 50%;
  background-size: 30px 30px;
  margin-left: 10px;
  vertical-align: middle;
}
#btn__pop__notice {
  position: relative;
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/* お知らせ通知モーダル */
#pop__notice__wrap {
  position   : absolute;
  background-color: #ffffff;
  top: 56px;
  right: 214px;
  width:480px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px -8px rgba(0, 0, 0, .5);
  z-index: 9;
  padding: 24px 32px;
  text-align: left;
}
#pop__notice__wrap::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(106, 90, 205, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-color: #ffffff;
  bottom: 100%;
  right: 25px;
}
#pop__notice__wrap p {
  font-size: 1.4rem;
  color: #5D4947;
  font-weight: bold;
  margin-top: 3px;
}
.pop__notice__item {
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
}
.pop__notice__item:last-of-type {
  border-bottom: none;
}
.pop__notice__item a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 40px;
}
.pop__notice__item a:hover p {
  text-decoration: underline;
}
.pop__notice__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-26%) translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
}
.pop__notice__item span {
  font-size: 1.2rem;
  color: #928382;
}
.pop__notice__item p {
  font-size: 1.4rem;
  color: #5D4947;
  font-weight: bold;
  margin-top: 3px;
}
/*------------------------------
  パスワード
------------------------------*/
.password__wrapper dd {
  position: relative;
}

.password__wrapper dd img {
  position: absolute;
  top: 50%;
  right: 10px;
	transform: translateY(-50%);
  width: 20px;
  padding: 10px;
}

.eye_slash_solid {
  background: url(../../img/ico_eye_slash_solid.svg) left center no-repeat;
}

.eye_solid {
  background: url(../../img/ico_eye_solid.svg) left center no-repeat;
}

/*------------------------------
  コンテンツ
------------------------------*/
#contents {
  background: #fbfaf8;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.body__test > #wrap > #contents {
  background-color:#CCFFCC;
}
/*------------------------------
  左ナビ
------------------------------*/
#contents .left__navi {
  background: #fff;
  display: table-cell;
  vertical-align: top;
  width: 242px;
  padding-bottom: 80px;
  border-right: 1px solid #f2f1f0;
}
#contents .left__navi .name {
  background: #ebe7de;
  color: #383231;
  font-size: 20px;
  font-weight: bold;
  padding: 40px 25px;
}
#contents .left__navi .navi__list > .item {
  border-top: 1px solid #f2f1f0;
}
#contents .left__navi .navi__list > .item:first-child {
  border-top: none;
}
#contents .left__navi .navi__list > .item > .index {
  color: #ea1d0a;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 35px 15px 25px;
}
#contents .left__navi .navi__list > .item > .inn__list > .item > a {
  display: block;
  padding: 10px 20px 10px 35px;
  text-decoration: none;
  transition: .2s;
}
#contents .left__navi .navi__list > .item > .inn__list > .item a:hover,
#contents .left__navi .navi__list > .item > .inn__list > .item.current a {
  background: #e7e3e2;
  color: #746462;
  text-decoration: none;
}
#contents .left__navi .navi__list > .item a.blank:after {
  content: "\f08e";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 5px;
}

/* アコーディオン */
#contents .left__navi .navi__list > .item.acc > .index {
  /* color: #5d4947; */
  cursor: pointer;
  position: relative;
}
#contents .left__navi .navi__list > .item.acc > .index:after {
  content: "＋";
  height: 1em;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  right: 15px;
  top: 50%;
}
#contents .left__navi .navi__list > .item.acc > .index.open:after {
  content: "－";	
}
#contents .left__navi .navi__list > .item.acc > .inn__list {
  display: none;
}

/* ご利用Q&A・お問い合わせ */
#contents .left__navi .navi__list > .item.faq,
#contents .left__navi .navi__list > .item.contact {
  border: none;
  padding: 0;
}
#contents .left__navi .navi__list > .item.faq > .index,
#contents .left__navi .navi__list > .item.contact > .index {
  color: #fff;
  padding: 25px 25px 25px 60px;
  text-decoration: none;
}
#contents .left__navi .navi__list > .item.faq > .index {
  background: #7d7372 url(../../img/ico_leftnavi_faq.png) left 25px center no-repeat;
  background-size: 22px 22px;
}
#contents .left__navi .navi__list > .item.contact > .index {
  background: #695d5c url(../../img/ico_leftnavi_contact.png) left 25px center no-repeat;
  background-size: 23px 16px;
}
#contents .left__navi .navi__list > .item  .ico__new {
  display: inline-block;
  width: 36px;
  height: 16px;
  background: url(../../img/ico_new.svg) center / 36px 16px no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -1px;
}

/*------------------------------
  フォームセクションのアコーディオン
------------------------------*/
.form__section > .accordion_title {
  cursor: pointer;
}
.accordion_title::before {
  content: "";
  background-image: url(../icons/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1rem;
  width: 2rem;
  transition: all 0.2s linear;
}

.accordion_title.open::before {
  content: "";
  background-image: url(../icons/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1rem;
  width: 2rem;
}

.form__section > .accordion_title:hover {
  background-color: rgba(116, 100, 98, 0.9);
}

.form__section > .accordion_content {
  display: none;
}

/* バッヂ */
#contents .left__navi .badge {
  background: #ea1d0a;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 0;
  text-align: center;
  width: 20px;
}

/*------------------------------
  右コンテンツ
------------------------------*/
#contents .right__body {
  display: table-cell;
  overflow: hidden;
  padding: 50px;
  vertical-align: top;
  position: relative;
}

/*------------------------------
  セクション
------------------------------*/
.section {
  margin-bottom: 60px;
}
.section:last-child {
  margin-bottom: 0;
}
.section > .main__title {
  color: #373130;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 35px;
}
.section > .main__title > .sub {
  display: block;
  float: right;
  font-size: 1.3rem;
  padding-top: 8px;
}
.section > .sub__title,
.form__section .sub__title {
  border-bottom: 2px solid #e7e3e2;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.section > .main__title + .notice {
  margin-bottom: 10px;
}

/*------------------------------
  テーブル
------------------------------*/
.table {
  background: #e7e3e2;
  border-collapse: collapse;
  width: 100%;
}
.table + .table {
  margin-top: 30px;
}
.table.fixed {
  table-layout: fixed;
}
.table__toggle {
   display: none;
}
.table__toggle tr:first-child .header {
    border-top: 1px solid #f6f6f6;
}
.table__toggle tr:first-child .data {
    border-top: 1px solid #e7e3e2;
}
.scroll__wrap {
  overflow: auto;
  width: 100%;
}
.scroll__wrap.h450 {
  max-height: 450px;
}
.scroll__wrap.h610 {
  max-height: 610px;
}
.scroll__wrap.copy {
  z-index: 1;
}
.table .header {
  border-bottom: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1;
}
.scroll__wrap .header.org {
  padding: 10px 0;
  width: 60px !important;
}
.table .data {
  background: #fff;
  border-bottom: 1px solid #e7e3e2;
  border-right: 1px solid #f6f6f6;
  color: #383231;
  font-size: 1.3rem;
  padding: 10px;
  vertical-align: middle;
  word-break: break-all;
}
.table .data.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.table .data img {
  display: block;
}

#bpo_pu_imageName img {
  display: inline;
}

.kodawari__elm {
  display: none;
}
.kodawari__elm.on {
  display: block;
}
.table .row.kodawari__elm.on {
  display: table-row;
}
.table .data.kodawari__elm.on {
  display: table-cell;
}
.table .header:last-child,
.table .data:last-child {
  border-right: none;
}
.table .data .report__date {
  margin-bottom: 0;
}
.table .row.required .cell:first-child:after {
  color: #ea1d0a;
  content: "※";
  margin-left: 5px;
}
.table .row:last-child .header,
.table .row:last-child .data,
.table .bb0 {
  border-bottom: none;
}
.table .bl0 {
  border-left: none;
}
.table .br0 {
  border-right: none;
}
.table .bt0 {
  border-top: none;
}
.table .tac {
  text-align: center;
}
.table .tar {
  text-align: right;
}
.table .data .img__icon {
  display: block;
  height: 100px;
  width: auto;
}
.table .data .sub-score {
  color: #999;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.table .data .prg {
  margin-bottom: 10px;
}
.table .img__max {
  max-width: 100%;
}
.table .img__thumbnail {
  width: 100px;
  height: 100px;
  object-fit: contain;
  cursor: pointer;
}
.table .generalImage {
  position: relative;
}
.table .generalImage p{
  position: absolute;
  color: #fff;
  font-size: 1.1rem;
  top:0;/*左上に配置*/
  left: 0;/*左上に配置*/
  background: #72c9b3;/*背景色*/
  padding: 0.3rem 0.5rem;/*文字の回りの余白*/
  margin: 0;
}
.chModalThumbnail {
  cursor: auto !important;
}
.table .data.tac .img__thumbnail {
  margin: 0 auto;
}
/*ソート表示の三角*/
.table .btn__sort {
  position: relative;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  padding-right: 20px;
}

.table .btn__sort::after {
  content: '';
  width: 18px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background: url(../../img/ico_input_select.png) left center/ 14px auto no-repeat;
}

.table .btn__sort.sort__asc::after {
  background-position: left center;
  transform: rotate(180deg);
}

.table .btn__sort.sort__desc::after {
  background-position: right center;
  transform: rotate(0deg);
}

.table .shop_cnt {
  display: inline-block;
  font-size: 12px;
  margin: 5px;
}
/*レポートの見出し固定横長の表*/
.scroll__wrap_table_report {
  overflow: auto;
  width: 100%;
}

.scroll__wrap_table_report .table {
  width: auto;
  min-width: 100%;
}

.scroll__wrap_table_report .table * {
  box-sizing: content-box;
}

.scroll__wrap_table_report .table thead th {
  min-width: 130px;
}
.scroll__wrap_table_report.resizable .table thead th {
  min-width: auto;
}
.scroll__wrap_table_report .table  thead th.ckbox {
  min-width: 50px;
}

.form .scroll__wrap_table_report .table.table_report .header.index {
  padding-left: 15px;
  padding-right: 15px;
}

.scroll__wrap_table_report .table th,
.scroll__wrap_table_report .table td {
  white-space: nowrap;
}
/*見出し固定 sku*/
.scroll__wrap.h280 {
  max-height: 280px;
}
.scroll__wrap.h280 * {
  box-sizing: content-box;
}

/* チェックボックス表示非表示 */
.form .js-checkbox-control .row th:first-child,
.form .js-checkbox-control .row td:first-child,
.form .js-checkbox-control colgroup col:first-child {
  transition: .2s;
}

/* 行クリック */
.form .js-row-clickable tr td {
  cursor: pointer;
}
.form .js-row-clickable tr:hover td {
  background-color: #f4f4f4;
  transition: .2s;
}

/*------------------------------
  ボタン
------------------------------*/
.btn__oval {
  background: transparent;
  border: none;
  border-radius: 999px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 1.2rem;
  letter-spacing: normal;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
}
.btn__oval.bdk {
  background: #fff;
  border: 1px solid #383231;
  color: #383231;
}
.btn__oval.bdr {
  background: #fff;
  border: 1px solid #f34534;
  color: #f34534;
}
.btn__oval.bgb {
  background: #867a78;
  color: #fff;
}
.btn__oval.bgg {
  background: #e4e4e4;
  color: #5d4947;
  font-weight: bold;
}
.btn__oval.detail {
	background: #ea1d0a;
	color: #fff !important;
}
.btn__oval.edit {
	background-image: url('../../img/ico_edit.png') !important;
	background-repeat: no-repeat !important;
	background-size: 24px !important;
	background-position: center left 16px !important;
	background: #ea1d0a;
	color: #fff !important;
}
.btn__oval.copy {
	background-image: url('../../img/ico_copy.png') !important;
	background-repeat: no-repeat !important;
	background-size: 24px !important;
	background-position: center left 16px !important;
	background: #867a78;
	color: #fff !important;
}
.btn__oval.delete {
	background-image: url('../../img/ico_delete.png') !important;
	background-repeat: no-repeat !important;
	background-size: 24px !important;
	background-position: center left 16px !important;
	background: #867a78;
	color: #fff !important;
}
.btn__oval.submit {
  background: #ea1d0a;
  color: #fff;
  font-size: 1.4rem;
}
.btn__oval.incell {
  margin-bottom: 10px;
  max-width: 140px;
}
.btn__oval.fr {
  float: right;
}
.btn__oval.dib {
  display: inline-block;
  margin-left: 10px;
  min-width: 80px;
  line-height: normal;
}
.btn__oval.dib:first-child {
  margin-left: 0;
}
.btn__oval.blank:after {
  content: "\f08e";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 5px;
}
.btn__oval:disabled {
  background: #eaeaea;
  color: #bbb;
  cursor: auto;
}
.btn__oval:disabled:hover {
  opacity: 1;
}
.btn__oval.refresh {
  background-image: url(../../img/ico_restart.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center left 16px;
  padding-left: 44px!important;
}
.btn__oval.bdk_daydl {
  background: #fff;
  border: 1px solid #383231;
  color: #383231;
	padding: 2px 15px;
	height: 20px;
	width: 110px;
	display: inline;
	font-size: 1.1rem;
}
.btn__oval.sample {
	margin-bottom: 10px;
	width: 200px;
}
.btn__oblong {
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: normal;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  width: 180px;
}
.btn__oblong.bgr {
  background: #ea1d0a;
  color: #fff;
  padding: 5px 10px;
}
.btn__oblong.bgw {
  border: 1px solid #746462;
  font-weight: bold;
  background: #fff;
  color: #746462;
  padding: 5px 10px;
}
.btn__select_shop {
  background: #fff;
  border: 1px solid #383231;
  border-radius: 9999px;
  color: #383231;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  padding: 7px 12px;
}

/*------------------------------
  フォーム
------------------------------*/
.form .form__section {
  margin-bottom: 40px;
}
.rk_app_btn_list{
  margin-bottom: 0 !important;
}
.form .form__section:last-child {
  margin-bottom: 0;
}

/* 見出し */
.form__section .form__title {
  background: #746462;
  border-left: 3px solid #5d4947;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding: 2px 10px;
  position: relative;
}
.form__section .form__title > .sub {
  display: block;
  float: right;
  font-size: 1.3rem;
  padding-top: 2px;
}
.form .form__title--sub {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* 注釈 */
.form .notice {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.form .notice.indent {
  margin-left: 1em;
  text-indent: -1em;
}
.form .notice.tac {
  text-align: center;
}
.form .notice > .ico__required {
  color: #ea1d0a;
  font-weight: bold;
}
.form .notice > .red {
  color: #ea1d0a;
}

/* 注釈（幅狭い） */
.form .noticenarrow {
	font-size: 1.3rem;
	margin-bottom: 5px;
  }
  .form .noticenarrow.indent {
	margin-left: 1em;
	text-indent: -1em;
  }
  .form .noticenarrow.tac {
	text-align: center;
  }
  .form .noticenarrow > .ico__required {
	color: #ea1d0a;
	font-weight: bold;
  }
  .form .noticenarrow > .red {
	color: #ea1d0a;
  }

/* フォーム内テーブル */
.form .table .header.index {
  padding-left: 15px;
  padding-right: 30px;
}
#companyeuu {
  width: 200px;
}
.form .table .header .small {
  font-size: 1.1rem;
}
.form .table .header .small.red {
  color: #ea1d0a;
}
.form .table .data .small {
  font-size: 1.1rem;
}
.form .table .data.disabled {
  background: #eee;
}
.form .table .data.disabled a {
  pointer-events: none;
  text-decoration: none;
}
.form .table .data .highlight {
  display: block;
  background-color: #EFFFEB;
  font-size: 1.2rem;
  padding: 6px 10px;
  margin-top: 8px;
}
.form .table .data .errortext {
  color: #ea1d0a;
  width: 100%;
}
.form .table .data .errortext > .ethna-error {
  font-weight: bold;
}
.form .table .data .column-wrap {
  display: flex;
  align-items: center;
}

/* 必須マーク */
.form .table .header.required:after {
  color: #ea1d0a;
  content: "※";
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  right: 10px;
  top: 50%;
}
/** Google連携マーク */
.google_icon {
 background-image: url("../../img/google_icon.png");
 background-size: 25px auto;
 background-repeat: no-repeat;
 background-position: right 30px center;
}

/*------------------------------
  input
------------------------------*/
/* text */
.form .input__text {
  background: #f6f6f6;
  border: 1px solid #e7e3e2;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  padding: 6px 10px;
  width: 100%;
}

.form .input__text.text__100 {
	width: 100px;
}

.form .input__text.text__200 {
	width: 200px;
}

.form .input__text.text__300 {
	width: 300px;
}

.form .input__text.text__500 {
	width: 500px;
}

.form .input__text.num {
  text-align: center;
  width: 70px;
}
.form .input__text.num__100 {
  text-align: left;
  width: 100px;
}
.form .input__text.num__160 {
  text-align: left;
  width: 160px;
}
.form .input__text.num__200 {
  text-align: left;
  width: 200px;
}
.form .input__text:disabled {
  background: #eee;
  cursor: auto;
}

/* textarea */
.form .input__area {
  background: #f6f6f6;
  border: 1px solid #e7e3e2;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  padding: 6px 10px;
  resize: vertical;
  width: 100%;
}

/* radio */
.form .radio__wrap > .item {
  display: inline-block;
  margin-right: 15px;
}
.form .input__radio {
  cursor: pointer;
  margin-top: 0;
  vertical-align: middle;
}
.radio__list .radio__item {
  margin-bottom: 15px;
}
.radio__list .radio__item:last-child {
  margin-bottom: 0;
}
.radio__item .indent {
  padding-left: 21px;
}
.form .pt {
  padding-top: 10px;
}
/* 右寄せbox */
.box__tar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
  overflow: hidden;
}

.box__tar > .btn__cell,
.form .box__tar > .btn__cell {
  display: inline-block;
}

/* 両端box */
.pager.box__between,
.box__between {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

/* 左寄せbox */
.box__tal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* 囲みbox */
.box__wrap {
  border-radius: 5px;
  border: 1px solid #867a78;
  background-color: #fff;
  padding: 16px;
}
.box__wrap + .box__wrap {
  margin-top: 16px;
}
.box__wrap_container {
  margin-bottom: 40px;
}

/* label */
.form .input__label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

/* select */
.form .select__wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form .select__wrap.wa {
  width: auto;
}

.form .select__wrap.num__200 {
  width: 200px;
}
.form .select__wrap.num__350 {
  width: 350px;
}
.form .select__wrap.num__400 {
  width: 400px;
}
.form .select__wrap.num__100 {
  width: 100px;
}
.form .select__wrap.num__80 {
  text-align: center;
  width: 80px;
}
.form .select__wrap:before {
  background: url(../../img/ico_input_select.png) no-repeat;
  background-size: 10px 6px;
  content: "";
  display: block;
  height: 6px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  z-index: 2;
}
.form .input__select {
  background: #fff;
  border: 1px solid #e7e3e2;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  padding: 8px 30px 8px 10px;
  text-overflow: "";
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .input__select::-ms-expand {
  display: none;
}
.form .input__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.form .input__select:disabled {
  background: #eee;
  cursor: auto;
}

.form .input__select .hidden{
  display: none;
}

/* file */
.form .file__wrap {
  display: table;
  width: 100%;
}
.form .file__cell {
  display: table-cell;
  letter-spacing: -.4em;
  vertical-align: middle;
  width: 200px;
}
.form .btn__file {
  display: inline-block;
  letter-spacing: normal;
  width: 120px;
}
.form .fileclear {
  cursor: pointer;
  letter-spacing: normal;
  margin-left: 10px;
}
.form .input__file {
  display: none;
}
.form .file__wrap .text__cell {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}
.form .file__wrap .text__cell.w50 {
  width: 50px;
}
.form .file__wrap .text__cell.w100 {
  width: 100px;
}
.form .file__wrap .text__cell.w130 {
  width: 130px;
}
.form .btn__selectfile {
  background-color: #e6e6e6;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #333;
  cursor: pointer;
}

/* file Drag & Drop*/
.form .dragdrop__wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.form .dragdrop__wrap .file__wrap {
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
}
.form .preview__area {
  width: 100%;
  height: auto;
}
.form .preview__area img {
  max-width: 100px;
  height: auto;
}
.form .drop__area {
  width: 100%;
  height: auto;
  border: 2px dashed #e7e3e2;
  background-color: #f5f5f5;
  cursor: pointer;
  padding: 24px;
  text-align: center;
  color: #bbb;
  font-weight: 700;
  font-size: 14px;
}
.form .drop__area.error {
  background: #ffecea;
  border: 2px dashed #fbd3cf;
}

.form .drop__area.narrow {
  width: 100%;
  height: auto;
  border: 2px dashed #e7e3e2;
  background-color: #f5f5f5;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  color: #bbb;
  font-weight: 700;
  font-size: 14px;
}

.form .btn__clear {
  display: none;
  position: absolute;
  top: 0;
  right: -56px;
  border: 1px solid #777;
  border-radius: 4px;
  cursor: pointer;
  padding: 6px 6px 6px 16px;
  line-height: 1;
  font-size: 12px;
}
.form .btn__clear::before {
  content: "＋";
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
  font-size: 13px;
  position: absolute;
  top: 6px;
  left: 2px;
}
.form .btn__clear:hover {
  opacity: .8;
  transition: .2s;
}
.form .dragdrop__file {
}
.form .dragdrop__file:focus {
  opacity: 1;
}

/* datepicker */
.form .date__wrap {
  display: table;
}
.form #launch__date.date__wrap {
  margin-top: 10px;
}
.form .date__cell {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
  width: 200px;
}
.form .date__cell:first-child {
  padding-left: 0;
}
.form .time__cell {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.form .btn__cell {
  display: table-cell;
  min-width: 100px;
  padding: 0 5px;
  vertical-align: middle;
}
.form .date__wrap .date__middle {
  display: table-cell;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}

/* colorpicker */
.form .color-picker__wrap {
  display: table;
}
.form .color-picker__wrap .text__cell {
  display: table-cell;
}
.form .sp-replacer {
  background: #f6f6f6;
  border-top: 1px solid #e7e3e2;
  border-right: none;
  border-bottom: 1px solid #e7e3e2;
  border-left: 1px solid #e7e3e2;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  padding: 7px 7px 7px 10px;
  vertical-align: middle;
  margin-right: 0px;
  height: 36px;
}
.form .sp-preview {
  border-radius: 2px;
  border: solid 1px #e7e3e2;
}
.form .color-picker-text {
  vertical-align: middle;
  border-radius: 0 5px 5px 0;
  height: 36px;
  outline: none;
}
.sp-container.color-picker-wrap {}
.sp-container.color-picker-wrap .sp-input {
  background: #fff;
}
.sp-container.color-picker-wrap .sp-cancel {
  font-size: 10px;
  line-height: 26px;
  color: #d93f3f !important;
  margin: 0;
  padding: 4px 4px 5px 4px;
  margin-right: 3px;
  vertical-align: middle;
  text-decoration: none;
  /* background: #fff4f4; */
  /* border: 1px solid #ecd3d3; */
  border-radius: 3px;
}

/* select_ellipsis */
.form .input__select_ellipsis {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  min-width: 400px;
  outline: none;
  padding: 8px 50px 8px 15px;
  text-indent: .01px;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 568px;
  overflow: hidden;
  white-space: nowrap;
}
.form .input__select option {
  background-color: #fff;
  color: #333;
}
.form .input__select::-ms-expand {
  display: none;
}
.form .input__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.form .input__select.error {
  background: #ffecea;
  border: 1px solid #fbd3cf;
}

.chosen-container {
  width: 100%!important;
}
.chosen-container-single .chosen-single,
.chosen-container-single .chosen-default {
  padding: 6px 10px;
  height: 36px;
  width: 100%;
  background: #fff;
  box-shadow: none;
}
.chosen-container-single .chosen-single abbr {
  top: 11px;
  right: 30px;
  background: url(../../img/chosen-sprite.png) -42px 1px no-repeat;
}
.select_title_text {
  font-size: 1.2rem;
  font-weight: 900;
}

/* flatpickr */
.flatpickr-month,
.flatpickr-current-month,
.flatpickr-prev-month,
.flatpickr-next-month {
  height: 40px;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  padding-bottom: 13px;
  padding-top: 13px;
}

/* checkbox */
.form .input__check {
  cursor: pointer;
  vertical-align: middle;
}

.form .input__check:disabled {
  cursor: auto;
}

.form .wrap__input__check .input__label{
  margin: 5px 10px 5px 0;
}

.form .wrap__input__check .input__check {
  position: relative;
  top: -2px;
}
/*
.form label {
  cursor: pointer;
}
*/

/*表の行のcheckbox*/
.form table th input:only-child.input__check,
.form table td input:only-child.input__check {
  position: relative;
}
.form table th input:only-child.input__check::after,
.form table td input:only-child.input__check::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}

/* time */
.form .time__wrap {
  padding: 5px;
}

.form .input__time {
  background: #fff;
  border: 1px solid #e7e3e2;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  padding: 8px 10px 8px 10px;
  text-overflow: "";
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*------------------------------
  操作ボタン
------------------------------*/
/* ヘルプ */
.help {
  display: inline-block;
  line-height: 1;
  margin: -15px 0 0 5px;
  padding: 15px 0 0;
  position: relative;
  vertical-align: bottom;
}
.help.bottom {
  margin: 0 0 -15px 2px;
  padding: 0 0 15px;
}
.help.v_middle {
  vertical-align: middle;
}
.scroll__wrap.copy .help {
  visibility: hidden;
}
.help .ico__help {
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  text-align: center;
}
.help .ico__help:before {
  content: "\f059";
  font-family: "FontAwesome";
  font-size: 2rem;
  font-weight: normal;
}
.help__box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  bottom: 20px;
  color: #383231;
  display: none;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 150px;
  z-index: 1;
  white-space: normal;
  word-break:break-all;
  word-wrap:break-word;
}
.help.bottom .help__box {
  bottom: auto;
  top: 20px;
  width: 130px;
}
.help.left .help__box {
  left: 0;
  right: auto;
}
.help .help__box.lead {
  left: 0;
}
.help.wide .help__box {
  width: 300px;
}
  .help.left .help__box.wide {
  left: 0;
  right: auto;
  width: 210px;
}

/*------------------------------
  エラー
------------------------------*/
.form > .error {
  background: #fbd3cf;
  margin-bottom: 30px;
  padding: 0 20px;
}
.form > .error.mb0 {
  margin-bottom: 0;
}
.form > .error > .item {
  color: #e51e09;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.form > .error > .item:after {
  content: "・";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.form > .error > .item:first-child {
  padding-top: 20px;
}
.form > .error > .item:first-child:after {
  top: 20px;
}
.form > .error > .item:last-child {
  padding-bottom: 20px;
}
.form > .error > .item > .ethna-error{
	font-weight: bold;
}
.form .input__text.error,
.form .input__select.error,
.form .input__area.error,
.form .input__time.error{
  background: #ffecea;
  border: 1px solid #fbd3cf;
}
/*------------------------------
  店舗グループ登録モーダルエラー
------------------------------*/
#rgisternotice{
	background: #fbd3cf;
  margin-bottom: 20px;
  padding: 0 20px;
}
#rgisternotice > .item:first-child {
  padding-top: 20px;
}
#rgisternotice > .item:first-child:after {
  top: 20px;
}
#rgisternotice > .item:last-child {
  padding-bottom: 20px;
}
#rgisternotice > .item {
  color: #e51e09;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
/*------------------------------
  送信ボタン
------------------------------*/
.form .btn__list {
  letter-spacing: -.4em;
  text-align: center;
}
.form .btn__list > .item {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
}
.form .btn__list > .item > .btn {
  background: #fff;
  border: 1px solid #383231;
  border-radius: 5px;
  color: #383231;
  cursor: pointer;
  display: block;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  padding: 12px 20px;
  text-align: center;
}
.form .btn__list > .item > .btn__toggle:after {
  color: #383231;
  content: " ＋";
  font-weight: bold;
}
.form .btn__list > .item > .btn__toggle.opened:after {
  content: " －";
}
.form .btn__list > .item > .btn__oval {
  min-width: 120px;
}
.form .btn__list > .item > .btn.submit {
  background: #ea1d0a;
  border: none;
  color: #fff;
  min-width: 240px;
}
.form .btn__list > .item > .btn.submit_narrow {
	background: #ea1d0a;
	border: none;
	color: #fff;
	min-width: 120px;
}

.form .btn__list > .item > .btn_shopinfo{
  background: #ea1d0a;
  border: none;
  color: #fff;
  min-width: 240px;
  text-decoration: none;
}

.form .btn__list > .item > .btn_shopinfo_disabled{
  background: #928d8c;
  border: none;
  color: #fff;
  min-width: 240px;
  text-decoration: none;
  pointer-events: none;
}

/*------------------------------
  表上部ボタン
------------------------------*/
.form .tablebtn__list {
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.form .tablebtn__list__right {
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.form .tablebtn__list > .item:nth-child(1) {
  display: block;
}
.form .tablebtn__list > .item:nth-child(2),
.form .tablebtn__list > .item:nth-child(3),
.form .tablebtn__list > .item:nth-child(4)  {
  display: none;
  margin-right: 10px;
}
.form .tablebtn__list > .item:nth-child(5) {
  display: none;
}
.form .tablebtn__list > .item:nth-child(6) {
  display: none;
}

.form .tablebtn__list > .item > .btn__oval {
  font-size: 1.2rem;
  padding: 9px 10px;
  min-width: 120px;
}
.form .tablebtn__list > .item > .btn {
  background: #fff;
  border: 1px solid #383231;
  border-radius: 5px;
  color: #383231;
  cursor: pointer;
  display: block;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  padding: 7px 10px;
  text-align: center;
  min-width: 120px;
  border-radius: 999px;
}

/*------------------------------
  お知らせ
------------------------------*/
.info > .main__title {
  background: url(../../img/ico_section_info.png) left center no-repeat;
  background-size: 30px 30px;
}
.info__list {
  background: #fff;
  padding: 25px;
}
.info__list > .item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 0 10px 10px;
}
.info__list > .item:last-child {
  margin-bottom: 0;
}
.info__list > .item > .date {
  color: #928483;
  float: left;
  font-weight: bold;
  width: 100px;
}
.info__list > .item > .detail {
  float: right;
  margin-left: -100px;
  padding-left: 100px;
  width: 100%;
}
.info__list > .item > .detail > .title {
  color: #5d4947;
  cursor: pointer;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
}
.info__list > .item > .detail > .title:after {
  content: "＋";
  font-size: 2rem;
  height: 1em;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  right: 0;
  top: 50%;
}
.info__list > .item > .detail > .title.open:after {
  content: "－";
}
.info__list > .item > .detail > .text {
  display: none;
  padding-top: 10px;
}
/*------------------------------
  動画生成結果
------------------------------*/
.videoinfo__wrap {
  background-color: #fff;
  padding: 25px;
}
.videoinfo__list {
  max-height:103px;
  overflow-x:auto;
  padding: 0;
}
.videoinfo__list > .item {
  color: #5d4947;
  line-height:21px;
  margin:10px 0;
}
.videoinfo__list > .item > .date {
  float: left;
  font-weight: bold;
  width: 150px;
}
.videoinfo__list > .item > .status {
  float: left;
  font-weight: bold;
  width: 84px;
}
.videoinfo__list > .item > .name {
  float: right;
  font-weight: bold;
  margin-left:-234px;
  padding-left:234px;
  width:100%;
}
.videoinfo__list > .item.error {
  color: #e51e09;
}

/*------------------------------
  かんたんガイド
------------------------------*/
.guide > .main__title {
  background: url(../../img/ico_section_guide.png) left center no-repeat;
  background-size: 30px 24px;
}
.guide__list {
  background: #fff;
  padding: 25px;
}
.guide__list > .item {
  display: inline-block;
  font-weight: bold;
  margin-right: 30px;
}
.guide__list > .item > .blue {
  background: url(../../img/ico_link_plus.png) left 2px no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  padding-left: 25px;
  text-decoration: none;
}

/*------------------------------
  登録店舗一覧
------------------------------*/
/* テーブル */
.shop > .main__title {
  background: url(../../img/ico_section_shop.png) left center no-repeat;
  background-size: 30px 30px;
}
.shop > .table .btn__oval {
  margin-bottom: 4px;
}
.shop > .table .btn__oval:last-child {
  margin-bottom: 0;
}
.shop > .table .indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* ボタン */
.btn__wrap {
  margin-top: 20px;
}
.btn__wrap > .btn__list {
  float: right;
}
.btn__wrap > .btn__list > .item {
  float: left;
  margin: 0 0 0 15px;
}
.btn__wrap > .btn__list > .item > .btn__oval {
  min-width: 120px;
}

/*------------------------------
  各ページ見出し
------------------------------*/
.title__new:after {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 35px;/*画像の幅*/
	height: 35px;/*画像の高さ*/
	background-image: url('../../img/ico_new.png');
	background-size: contain;
	vertical-align: bottom;
}

/* チラシ投稿 */
.chirashi > .main__title {
  background: url(../../img/ico_section_chirashi.png) left center no-repeat;
  background-size: 30px 30px;
}

/* ミニチラ */
.minichira > .main__title {
  background: url(../../img/ico_section_minichira.png) left center no-repeat;
  background-size: 30px 30px;
}

/* レポート */
.report > .main__title {
  background: url(../../img/ico_section_report.png) left center no-repeat;
  background-size: 30px 30px;
}

/* ピックアップｙ */
.pickup > .main__title {
  background: url(../../img/ico_section_pickup.png) left center no-repeat;
  background-size: 30px 30px;
}

/* クーポン */
.coupon > .main__title {
  background: url(../../img/ico_section_coupon.png) left center no-repeat;
  background-size: 30px 30px;
}

/* 申込・利用プラン */
.plan > .main__title {
  background: url(../../img/ico_section_plan.png) left center no-repeat;
  background-size: 30px 30px;
}

/* アカウント管理 */
.account > .main__title {
  background: url(../../img/ico_section_account.png) left center no-repeat;
  background-size: 30px 30px;
}

/* イベントカレンダー */
.calendar > .main__title {
  background: url(../../img/ico_section_calendar.png) left center no-repeat;
  background-size: 30px 30px;
}

/* 動画管理 */
.video > .main__title {
  background: url(../../img/ico_section_video.png) left center no-repeat;
  background-size: 30px 30px;
}

/* メール */
.email > .main__title {
  background: url(../../img/ico_section_mail.png) left center no-repeat;
  background-size: 30px 30px;
}

/* らくらく投稿承認待ち */
.rakuraku > .main__title {
  background: url(../../img/ico_section_postcheck.png) left center no-repeat;
  background-size: 23px 23px;
}

/* LINE連携設定 */
.line > .main__title {
  background: url(../../img/ico_section_connect.png) left center no-repeat;
  background-size: 30px 30px;
}

/*------------------------------
  チラシ登録処理
------------------------------*/
.status .status__wrap {
  display: table;
  margin: 10px 0;
  width: 100%;
}
.status .status__wrap .label {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}
.status .status__wrap .bar__wrap {
  display: table-cell;
  vertical-align: middle;
}
.status .ProgressBar {
  border-radius: 0;
}
.status .ProgressBar .Bar {
  background: linear-gradient(to right, #69bfab 0%, #93decd 100%);
  border-radius: 0;
}
.status .status__text {
  color: #000000;
  font-size: 1.6rem;
  text-align: center;
  font-weight:bold;
}

/*------------------------------
  選択しているチラシのサムネイル表示
------------------------------*/
.thumbnail__wrap {
  display: flex;
  align-items: center;
}
.thumbnail__wrap .thumbnail__chirashi {
  max-width: 160px;
  max-height: 120px;
  object-fit: cover;
  display: block;
  margin-right: 10px;
}
.thumbnail__wrap .thumbnail__checkbox {
  flex: 1;
}

/*------------------------------
  チラシ登録用サンプルデータ
------------------------------*/  
.chirashi__sampledata {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff url(../../img/ico_download.png) center left 8px/28px 28px no-repeat;
  padding-left: 56px;
}
.chirashi__sampledata .chirashi__info {
  flex: 1;
}
.chirashi__sampledata .chirashi__data {}
.chirashi__sampledata .chirashi__size {}
.chirashi__sampledata .chirashi__download {
  width: 160px;
}
.chirashi__sampledata .btn__oval {
  font-size: 1.6rem;
  padding: 10px 20px;
  height: 44px;
}

/*------------------------------
  チラシ選択画面
------------------------------*/
.chirashi_select__wrap {
}
.chirashi_select__wrap .thumbnail__wrap {
  border: 1px solid #e7e3e2;
  justify-content: space-between;
  align-items: stretch;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}
.chirashi_select__wrap .thumbnail__wrap:first-child {
  margin-top: 0;
}
.chirashi_select__wrap .thumbnail__title {
  background: #e7e3e2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.chirashi_select__wrap .thumbnail__radio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 15px;
}
.chirashi_select__wrap .thumbnail__wrap .thumbnail__chirashi {
  margin: 10px;
}

/*------------------------------
  チラシ登録（一括）画面
------------------------------*/
.bpo_ch_info_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* アイコンもらったら差し替える */
  background: #fff url(../../img/ico_new.png) center left 10px/30px 30px no-repeat;
  padding-left: 50px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bpo_ch_info_wrap .chirashi_info_title {
  color: #5d4947;
  font-weight: bold;
}
.hint_icon {
    /* アイコンもらったら差し替える */
  background: url(../../img/ico_tips.png) center left 0/20px 20px no-repeat;
}

/*------------------------------
  チラシフォームタイトル番号
------------------------------*/
.bpo_ch_process_num {
  background-color: #5d4947;
  display: inline-block;
  padding: 5px 10px;
}

/*------------------------------
  動画プレイヤー
------------------------------*/
.video__wrap {
  width: 640px;
  height: auto;
  overflow-y: auto;
}
.video__wrap .video__player{
  width: 100%;
  height: auto;
  max-height: 100%;
  background: #000;
  object-fit: cover
}

/*------------------------------
  チラシ画像
------------------------------*/
.img__area {
  line-height: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.imgPreviewArea {
	display:flex;
	text-align:center;
	flex-wrap:wrap;
	width:800px;
}
.imgPreview {
	width:160px;
	margin:10px 20px;
}
.confirm__imgPreviewArea {
	display:flex;
	text-align:center;
	flex-wrap:wrap;
	width:880px;
}
.confirm__imgPreview {
	width:180px;
	margin:10px 20px;
}
.imgPreview__thumbnail {
	justify-content:center;
	margin-bottom:10px
}
/*------------------------------
  タイムライン画像
------------------------------*/
.img__area > #mini_preview {
  margin: 0 auto;
  text-align: left;
  width: 640px;
}
.img__area > #mini_preview .item {
  margin :0 auto;
}

/*チラシツール*/
#chirashi-toolarea {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
#chirashi-toolarea #tools {
  width: 102px;
  height: 158px;
}
#chirashi-toolarea #tools button {
  width: 46px;
  height: 46px;
  display:flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #746462;
  border-radius: 4px;
  position: absolute;
  cursor:pointer;
}
#zoom_button {
  top: 0;
  right: 28px;
}
#plus_page {
  top: 56px;
  right: 0;
}
#zoomout_button {
  top: 112px;
  right: 28px;
}
#minus_page {
  top: 56px;
  right: 56px;
}
#tools button .img {
  display: block;
  width: 28px;
  height: 28px;
}
#chirashi-toolarea #switch {
  margin-top: 24px;
}
#chirashi-toolarea #switch .text {
  display:flex;
  justify-content: center;
  align-items: center;
}
#chirashi-toolarea .switch__Area {
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 8px auto 0;
  width: 54px;
}
#chirashi-toolarea .switch__Area input[type="checkbox"] {
  display: none;
}
#chirashi-toolarea .switch__Area label {
  display: block;
  box-sizing: border-box;
  height: 30px;
  /*border: 2px solid #746462;*/
  border-radius: 30px;
  background-color: #CECAC9;;
}
#chirashi-toolarea .switch__Area input[type="checkbox"]:checked + label {
  background: #746462;
}
#chirashi-toolarea .switch__Area label span {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #fff;
  top: 4px;
  left: 4px;
  border-radius: 26px;
  transition: .2s;
}
#chirashi-toolarea .switch__Area input[type="checkbox"]:checked + label span {
  transform: translateX(24px);
}
#chirashi-toolarea .switch__Area label:hover span {
  transform: translateX(1px);
  opacity: .9;
}
#chirashi-toolarea .switch__Area input[type="checkbox"]:checked + label:hover span {
  transform: translateX(23px);
}

/*チラシ表示エリア*/
#chirashi-area {
  padding: 20px;
  overflow: auto;
  width: calc(100% - 150px);
  height: 550px;
  background: #f4f0ea;
}
#chirashi-area .chirashi-area__inner {
  position: relative;
  left: 0px;
  top: 0px;
}
@media screen and (min-width:1350px) {
  #chirashi-area {
    padding: 20px;
  }
  #chirashi-area .chirashi-area__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1900px) {
  .overflow_x__auto {
    overflow-x: auto !important;
  }
}

/*------------------------------
  ページャー
------------------------------*/
.pager {
  display: table;
  margin-top: 10px;
  width: 100%;
}
.pager .label {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
}
.pager .control {
  display: table-cell;
  text-align: right;
}
.pager .control > .label {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.pager .control .page__btn {
  background: #867a78;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  height: 36px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 36px;
}
.pager .control .page__btn:before {
  display: block;
  font-family: "FontAwesome";
  height: 1em;
  left: 50%;
  line-height: 1;
  margin: -.5em 0 0 -.5em;
  position: absolute;
  top: 50%;
  width: 1em;
}
.pager .control .page__btn.first:before {
  content: "\f100";
}
.pager .control .page__btn.prev:before {
  content: "\f104";
}
.pager .control .page__btn.next:before {
  content: "\f105";
}
.pager .control .page__btn.last:before {
  content: "\f101";
}
.pager .control .input {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.pager .control .input__text {
  text-align: center;
  width: 60px;
}
.pager .select__cell {
  display: table-cell;
  text-align: right;
}
.pager .btn__oval {
  padding: 8px 16px!important;
}
.pager .help {
  margin: 8px 0 0 0!important;
  padding: 0!important;
}


#selectedShop_pager {
  background-color: #fff !important;
  height: 40px;
  width: auto !important;
}
#selectedCompany_pager {
  background-color: #fff !important;
  height: 40px;
  width: auto !important;
}
/* 日付ページャー */
.pager.date .control {
  text-align: left;
}
.pager.date .control .page__btn {
  padding: 8px 5px;
  width: auto;
}
.pager.date .control .page__btn.prev {
  padding-left: 15px;
}
.pager.date .control .page__btn.prev:before {
  left: 2px;
  margin-left: 0;
}
.pager.date .control .page__btn.next {
  padding-right: 15px;
}
.pager.date .control .page__btn.next:before {
  left: auto;
  margin-left: 0;
  right: 2px;
}

/*------------------------------
  完了画面
------------------------------*/
.complete {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 60px 0;
  text-align: center;
}

/*------------------------------
  動画生成
------------------------------*/
.generate_video .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 60px 0 20px;
}
.generate_video .notice {
  color: #ea1d0a;
  margin: 10px 0 0;
}

.notice__badge::after {
  content: "●";
  color: #ea1d0a;
  margin-left: 10px;
}
/*------------------------------
  タブ
------------------------------*/
.tab {
  border-bottom: 2px solid #867a78;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.form + .tab {
  margin-top: 40px;
}
.tab > .tab__item {
  background: #fff;
  border: 1px solid #867a78;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #867a78;
  cursor: pointer;
  float: left;
  font-size: 1.6rem;
  margin-right: 5px;
  padding: 10px 30px;
  text-align: center;
  vertical-align: middle;
}
.tab > .tab__item.active {
  background: #867a78;
  color: #fff;
}
.tab__contents {
  display: none;
}
.tab__contents.active {
  display: block;
}

/*------------------------------
  上段ボタン
------------------------------*/
.headbtn__list > .item {
  float: left;
  margin-right: 10px;
  min-width: 150px;
}
.headbtn__list.flr > .item {
  float: right;
  margin-right: 0;
  margin-left: 10px;
  margin-top: 10px;
}
.headbtn__list > .item .btn__oval {
  font-size: 1.5rem;
  padding: 10px 20px;
  height: 44px;
}

/*------------------------------
  固定下段ボタン
------------------------------*/
.fixedbtn__list__wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 242px;
  width: calc(100% - 242px);
  min-width: 1005px;
  background-color: rgba(240,240,240,0.9);
  padding: 16px;
  z-index: 2;
}
.fixedbtn__list {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.fixedbtn__list > .item {
  margin: 0 5px;
  margin-top:10px;
  min-width: 150px;
}
.fixedbtn__list > .item > .btn__oval {
  font-size: 1.5rem;
  padding: 10px 20px;
  height: 44px;
}

/*------------------------------
  1カラムページ
------------------------------*/
#wrap.column1 #contents {
  padding: 40px 40px 80px;
}

/*------------------------------
  投稿メールアドレスを送る
------------------------------*/
.mail__set {
  display: table;
  width: 100%;
}
.mail__set .data {
  border: none;
}
.mail__set .data .btn__oval.submit {
  width: 100%;
}

/*------------------------------
  レポート
------------------------------*/
.report__date {
  margin-bottom: 20px;
}
.report__date .select__wrap {
  width: auto;
}
.report__date .pager__wrap {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
.report__date .pager__wrap .pager {
  margin: 0;
}
.sort__chirashi {
  margin-bottom: 30px;
}
.sort__chirashi .table__wrap {
  box-sizing: border-box;
  float: left;
  margin-right: -472px;
  padding-right: 472px;
  width: 100%;
}
.sort__chirashi .chart__wrap {
  float: right;
  width: 452px;
}
.sort__chirashi .chart__wrap .item {
  display: table;
  float: left;
  height: 144px;
  margin: 0 10px 10px 0;
  width: 144px;
}
.sort__chirashi .chart__wrap .item:last-child {
  margin-right: 0;
}
.sort__chirashi .chart__wrap .inn {
  background: #69bfab;
  border-radius: 50%;
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.sort__chirashi .chart__wrap .title {
  font-size: 1.4rem;
  position: relative;
}
.sort__chirashi .chart__wrap .score {
  font-size: 2rem;
  font-weight: bold;
}
.graph__area > .chart {
  height: 520px;
  margin: 0 auto;
  width: 905px;
}

/*------------------------------
  セル内プルダウン
------------------------------*/
.sub__select {
  padding: 10px 0 0 30px;
}
#input01.sub__select,
#input02.sub__select {
  padding: 0;
}
.sub__select .dtable {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.sub__select .row {
  display: table-row;
}
.sub__select .row .cell {
  display: table-cell;
  padding-bottom: 10px;
}
.sub__select .row .cell.left {
  width: 150px;
}
.sub__select .row .cell.w200 {
  width: 200px;
}
.sub__select .row:last-child .cell {
  padding-bottom: 0;
}
.sub__select .row .cell.right {
  padding-left: 10px;
}
#input02.sub__select .row .cell.right {
  line-height: 35px;
}
#input02.sub__select .red {
  margin-top: 20px;
  color: #ea1d0a;
}

/*------------------------------
  Flash表示
------------------------------*/
.form .flash__area {
  background: #e7e3e2;
  width: 100%;
}
.form .flash__area object {
  display: block;
  margin: 0 auto;
}

/*------------------------------
  検索エリア
------------------------------*/
.search__wrap .ico__search {
  background: url(../../img/ico_search_modal.png) left center no-repeat;
  background-size: 18px 18px;
  padding-left: 25px !important;
  margin-left: 20px;
}
.search__wrap {
  background-color: #F6F6F6;
  border: 1px solid #E7E3E2;
}
.search__wrap .search__title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding: 16px;
}
.search__wrap .search__title:after {
  content: "＋";
  font-size: 2rem;
  height: 1em;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  right: 16px;
  top: 50%;
}
.search__wrap .search__title.open:after {
  content: "－";
}
.search__wrap .search__content {
  display: block;
}
.search__content__inner {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 6px 0 16px;
}
.search__box {
  background-color: #F0F0F0;
  border-radius: 4px;
  padding: 12px 16px 16px 16px;
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width:1247px) {
  .search__box {
    width: calc(33% - 10px);
  }
}
.search__box > p {
  font-weight: 700;
  margin-bottom: 12px;
}
.search__box .title_with__help {
  font-weight: 700;
  margin-bottom: 12px;
}
.search__box .radio__wrap {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.search__box .radio__wrap .item {
  margin-right: 15px;
}
.search__box .radio__wrap .item:nth-child(2n) {
  margin-right: 0;
}
.search__box .date__wrap .date__cell:last-child {
  padding: 0 0 0 5px;
}
.search__box .wrap__input__check > label {
  margin-right: 15px;
  display: inline-block;
}
.search__box .wrap__input__check > label:last-child {
  margin-right: 0;
}
.search__box .wrap__input .btn {
  background: #fff;
  border: 1px solid #383231;
  border-radius: 9999px;
  color: #383231;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  padding: 7px 12px;
}
.search__box .wrap__input .text {
  display: inline-block;
  font-size: 12px;
  margin: 5px;
}
.search__box .column__wrap {
  display: flex;
  align-items: center;
}
.search__wrap .search__content .btn__list {
  margin: 10px auto 20px;
}
.search__wrap .input__text {
  background-color: #fff;
}
.search__wrap .date__wrap {
  width: 100%;
}
.search__wrap .date__wrap .date__cell {
  width: auto;
}
.search__wrap .date__wrap .date__cell:last-child {
  padding: 0;
}
.approvalcomp__wrap {
  background-color: #e6f8ee;
  padding: 10px;
  margin-bottom: 10px;
}

/* 検索エリア折り畳みボタン */
.detail_search_btn{
  background: #fff;
  border: 1px solid #383231;
  border-radius: 9999px;
  color: #383231;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  padding: 7px 12px;
  margin-bottom: 5px;
}
.detail_search_condition{
  width:100%;
  display:flex;
  flex-wrap: wrap;
}



/*------------------------------
  販促ツールデータダウンロード
------------------------------*/
.tool__list .item {
  float: left;
  margin: 0 1% 20px 0;
  text-align: center;
  width: 24.25%;
}
.tool__list .item:nth-child(4n) {
  margin-right: 0;
}
.tool__list .link {
  background: #fff;
  display: block;
  padding: 15px;
  text-decoration: none;
}
.tool__list .img__wrap {
  display: table;
  height: 200px;
  margin-bottom: 5px;
  width: 100%;
}
.tool__list .img__wrap .cell {
  background: #e7e3e2;
  display: table-cell;
  height: 200px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.tool__list .img__wrap .img {
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.tool__list .img__wrap .overlay__wrap {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .2s;
  width: 100%;
}
.tool__list .link:hover .img__wrap .overlay__wrap {
  opacity: 1;
}
.tool__list .img__wrap .overlay {
  display: table;
  height: 100%;
  width: 100%;
}
.tool__list .overlay .inn {
  background: rgba(256, 256, 256, .9);
  display: table-cell;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.tool__list .overlay .inn:before {
  color: #69bfab;
  content: "\f019";
  display: block;
  font-family: "FontAwesome";
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}
.tool__list .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  transition: .2s;
}
.tool__list .name .sub {
  display: block;
  font-size: 1.1rem;
}
.tool__list .link:hover .name,
.tool__list .link:hover .btn__oval {
  opacity: .8;
}

/*------------------------------
  アカウント管理 > 利用できるサービス・施設
------------------------------*/
.account__service::before,
.account__service::after {
  content: "";
  display: table;
}
.account__service::after {
  clear: both;
}
.account__service {
  zoom: 1;
}
.account__service label {
  cursor: pointer;
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 50%;
}
.account__service label:nth-child(2n+1) {
  clear: both;
}
.account__service label:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.account__service img {
  margin-left: 5px;
  vertical-align: middle;
}
.account__service__list img {
  margin: 5px 20px 5px 0;
}

/*------------------------------
  イベントカレンダー > イベント種別 > 定期
------------------------------*/
.calendar__regular > div {
  margin-bottom: 10px;
}
.calendar__regular > div input[type^="radio"] {
}
.calendar__regular > div:last-child {
  margin-bottom: 0;
}
.calendar__regular input {
  vertical-align: middle;
}
.calendar__regular label {
  cursor: pointer;
  vertical-align: middle;
}
.calendar__regular .input__text {
  height: 26px;
  text-align: center;
  width: 50px;
}

/*------------------------------
  モーダルウィンドウ
------------------------------*/
.modwin {
    background: rgba(0,0,0,0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
/* ×不要のため一旦コメントアウト */
/* .modwin:after {
    color: #ffffff;
    content: "×";
    cursor: pointer;
    font-size: 8rem;
    position: absolute;
    right: 0;
    top: 0;
} */
.modwin-cmn {
    background: rgba(0,0,0,0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modwin-link {
  background: rgba(0,0,0,0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

/*
.modwin > div {
    height: 100%;
    display: table;
    width: 100%;
}
.modwin > div > div {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
*/
.modwin-content {
    display: inline-block;
    position: relative;
}
.modwin-content-cmn {
    display: inline-block;
    position: relative;
}
.modwin-content__inner {
  position: relative;
}
.modwin-content__inner > div {
  overflow-y: scroll;
  max-height: 700px;
}


/*モーダル 店舗一覧*/
.modwin.modwin-w_bg > div {
    display: block;
    height: 100%;
    width: 100%;
}
.modwin.modwin-w_bg > div > div {
    display: block;
    height: 100%;
    width: 100%;
}
.modwin-cmn.modwin-w_bg > div {
    display: block;
    height: 100%;
    width: 100%;
}
.modwin-cmn.modwin-w_bg > div > div {
    display: block;
    height: 100%;
    width: 100%;
}
.modwin-link.modwin-w_bg > div {
  display: block;
  height: 100%;
  width: 100%;
}
.modwin-link.modwin-w_bg > div > div {
  display: block;
  height: 100%;
  width: 100%;
}
.modwin-content.wrap__w_bg_outer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.modwin-content .wrap__w_bg {
  width: 1100px;
  padding: 25px;
  height: 775px;
  max-height: 85%;
  background: #fff;
  text-align: left;
  overflow-y: scroll;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.modwin-content .wrap__w_bg_shopgroup {
  width: 100%;
  padding: 40px;
  height: 780px;
  max-height: 85%;
  background: #fff;
  text-align: left;
  overflow-y: scroll;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.modwin-content .wrap__w_bg_link {
  width: 100%;
  padding: 20px;
  height: 780px;
  max-height: 95%;
  background: #fff;
  text-align: left;
  overflow-y: scroll;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
/* モーダルの高さ調整 */
.mod_chirashi_select{
  height: 100%;
  padding-top: 40px;
}

.modwin-content .wrap__w_bg_modreq {
	width: 1100px;
	padding: 25px;
	height: 450px;
	max-height: 85%;
	background: #fff;
	text-align: left;
	overflow-y: scroll;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.modwin-content .alert__wrap {
  width: 400px;
  height: auto;
  overflow-y: auto;
  padding: 0;
}
.modwin-content .alert__block .form .btn__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.modwin-content .alert__block .form .btn__list > .item {
  margin: 0;
  width: 50%;
}
.modwin-content .alert__block .form .btn__list > .item > .btn {
  width: 100%;
  border-radius: 0;
  padding: 16px 20px;
  border: none;
}
.modwin-content .alert__block .form .btn__list > .item:first-child > .btn {
  border-right: 1px solid #383231;
}
.modwin-content .alert__block .alert__msg {
  color: #383231;
  display: block;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  padding: 16px 20px;
  text-align: center;
}

.modwin-content .video__wrap {
  width: 690px;
  height: auto;
  overflow-y: auto;
}
.modwin-content .video__player {
  width: 100%;
  height: auto;
  max-height: 100%;
  background: #000;
  object-fit: cover
}

.modwin-content .wrap__w_bg .form__section {
  margin-bottom: 20px;
  position: relative;
}

.modwin-content .wrap__w_bg div:last-child.form__section {
  margin-bottom: 0;
}

/*モーダル 企業一覧*/
.modwin-content .wrap__w_bg_com {
  width: 700px;
  padding: 25px;
  height: auto;
  max-height: 85%;
  background: #fff;
  text-align: left;
  overflow-y: auto;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.modwin-content .wrap__w_bg_com .form__section {
  margin-bottom: 20px;
  position: relative;
}

.modwin-content .scroll__wrap {
  max-height: 280px;
  overflow: auto;
  width: 100%;
}

.modwin-content .scroll__wrap *{
  box-sizing: content-box;
}

.modwin-content .wrap__w_bg_com div:last-child.form__section {
  margin-bottom: 0;
}
.modwin-content > dl.deviceList {
  margin: 0 auto;
  padding: 15px;
  width: 800px;
  background-color: #fff;
}

.modwin-content > dl.deviceList > dt {
  margin: 5px 0;
  padding: 5px;
  border-left: 3px solid #5d4947;
  background-color: #746462;
  text-align: left;
  color: #fff;
}

/*共通モーダル */
.modwin-content .wrap__w_bg_common {
  width: 450px;
  padding: 20px;
  max-height: 85%;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.modwin-content .wrap__w_bg_common .modal_msg{
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.modwin-content .wrap__w_bg_common .btn__list > .item > .btn {
	background: #fff;
	border: 1px solid #383231;
	color: #383231;
	font-size: 1.2rem;
	padding: 7px 15px;
}

.modwin-content .wrap__w_bg_common .btn__list > .item > .btn.submit {
	background: #ea1d0a;
	border: none;
	color: #fff;
	min-width: 100px;
}

/*共通 コンテンツ詳細モーダル*/
.modalbox {
	background: #fff;
	padding: 25px;
	overflow-y: scroll;
	max-height: 95%;
}

/*モーダル 投稿一覧系*/
.modwin-content-cmn.wrap__w_bg_outer {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row nowrap;
}
.modwin-content-cmn .wrap__w_bg_shopgroup {
  width: 1200px;
  padding: 25px;
  height: 550px;
  max-height: 85%;
  background: #fff;
  text-align: left;
  overflow-y: scroll;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.cmn_thumbnail__wrap > .thumbnail__image {
	max-width: 900px;
	max-height: 600px;
	object-fit: cover;
	display: block;
	margin-right: 10px;
	margin: 0 auto;
	background-color: #FFF;
}

/*モーダル らくらく投稿*/
.modwin-content .modal__title {
  color: #373130;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}
.modwin-content .modal__title.ico__search {
  background: url(../../img/ico_search_modal.png) left center no-repeat;
  background-size: 22px 22px;
}
.modwin-content .modal__title.ico__rakuraku {
  background: url(../../img/ico_section_postcheck.png) left center no-repeat;
  background-size: 23px 23px;
}
.modwin-content .wrap__w_bg_rakuraku {
  width: calc(100% - 160px);
  height: 95%;
  max-width: 1480px;
  max-height: 1000px;
  min-width: calc(1280px - 160px);
  min-height: 560px;
  padding: 24px 24px 128px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  position: relative;
}
.modwin-content .wrap__w_bg_reportdl {
  width: calc(60% - 160px);
  height: 60%;
  max-width: 1480px;
  max-height: 1000px;
  min-width: calc(500px - 160px);
  min-height: 510px;
  padding: 24px 24px 128px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  position: relative;
}
.modwin-content .wrap__w_bg_invoice {
  background: #fbfaf8;
  width: calc(100% - 160px);
  height: 70%;
  max-width: 1480px;
  max-height: 1000px;
  min-width: calc(1280px - 160px);
  min-height: 560px;
  padding: 24px 24px 128px;
  text-align: left;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  position: relative;
}
.modwin-content .form__section.btn__fix__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modwin-content .form__section.btn__fix__bottom .btn__list{
  width: 100%;
}

.modwin-content .form__section.btn__fix__width .btn__list > .item > .btn {
  min-width: 160px;
}

.modwin-content .wrap__shopWhere {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: calc(100% - 53px);
}

.modwin-content .left__shopWhere {
  width: 290px;
  height: 100%;
  background-color: #FBFAF8;
  padding: 15px;
}

.modwin-content .left__shopWhere h4 {
  color: #373130;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 16px;
}

.modwin-content .left__shopWhere h4:first-child{
  margin-top: 0;
}

.modwin-content .left__shopWhere .wrap__area__list {
  height: calc(100% - 258px);
  overflow-y: scroll;
}

.modwin-content .left__shopWhere .btn {
  background: #FFFFFF;
  border: 1px solid #383231;
  border-radius: 9999px;
  color: #383231;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px 8px;
  width: 200px;
  margin: 20px auto 0;
}

.modwin-content .left__shopWhere .list__item {
  padding: 6px;
  background: #E7E3E2;
  position: relative;
  border-bottom: 1px solid #f6f6f6;
}

.modwin-content .left__shopWhere .btn__acc {
  padding-right: 36px;
}

.modwin-content .left__shopWhere .btn__acc:after {
  content: "＋";
  color: #373130;
  font-size: 2rem;
  height: 1em;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  right: 8px;
  top: 50%;
  cursor: pointer;
}

.modwin-content .left__shopWhere .btn__acc.open:after {
  content: "－";
}

.modwin-content .left__shopWhere .content__acc {
  background: #FFFFFF;
  padding: 8px 0 8px 24px;
  display: none;
}

.modwin-content .left__shopWhere .btn__acc.open + .content__acc {
  display: block;
}

.modwin-content .left__shopWhere .input__label {
  padding: 2px;
  font-size: 1.3rem;
}

.modwin-content .left__shopWhere .wrap__status__check {
  background: #FFFFFF;
  padding: 8px;
}

.modwin-content .left__shopWhere .wrap__status__check label {
  padding: 2px;
  font-size: 1.3rem;
  vertical-align: middle;
}

.modwin-content .left__shopWhere .wrap__status__check label input {
  vertical-align: middle;
}

.modwin-content .right__shopWhere {
  flex: 1;
  height: 100%;
  width: calc(100% - 300px);
}

.modwin-content .right__shopWhere .form__section,
.modwin-content .right__shopWhere .ui-jqgrid{
  height: 100%;
}

.modwin-content .right__shopWhere .ui-jqgrid .ui-jqgrid-bdiv {
  overflow-y: scroll;
  /* overflow-x: hidden; */
  height: calc(100% - 42px);
}

.modwin-content .right__shopWhere .ui-jqgrid tr.jqgrow td {
  height: auto;
}

.modwin-content .table__wrap {
  height: calc(100% - 42px);
  overflow-y: scroll;
  border: 1px solid #e7e3e2;
  position: relative;
}

.modwin-content .table__wrap__item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modwin-content .table__wrap__item.is-active {
  display: block;
}

.modwin-content .btn__nextprev__wrap {
  display: flex;
  position: absolute;
  top: 22px;
  right: 22px;
}

.modwin-content .btn__next,
.modwin-content .btn__prev {
  display: block;
  border: none;
}

.modwin-content .request__details,
.modwin-content .request__details .input__area {
  height: 100%;
}

/*モーダル 店舗詳細確認 */
.modwin-content .wrap__w_bg_shopdetail {
  width: calc(100% - 160px);
  height: 75%;
  max-width: 1480px;
  max-height: 1000px;
  min-width: calc(1280px - 160px);
  min-height: 720px;
  padding: 24px 24px 128px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  position: relative;
}

.modwin-content .table__wrap_not_google {
  height: 405px;
}

.table .row__business_hours {
  height: 160px;
}

/*モーダル Googleログ */
.modwin-content .wrap__w_bg_google_log {
  width: calc(100% - 160px);
  height: 90%;
  max-width: 1480px;
  max-height: 1000px;
  min-width: calc(1280px - 160px);
  min-height: 560px;
  padding: 25px;
  max-height: 85%;
  background: #fff;
  text-align: left;
  overflow-y: scroll;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.modwin-content .wrap__w_bg_google_log .form__section {
  margin-bottom: 20px;
  position: relative;
}

.modwin-content .wrap__w_bg_google_log div:last-child.form__section {
  margin-bottom: 0;
}

.table#google_log_list td{
  white-space: pre-line;
}

/*モーダル タイマー予約確認 */
.modwin-content .wrap__w_bg_timer {
  width: calc(100% - 160px);
  height: 75%;
  max-width: 1480px;
  max-height: 1000px;
  min-width: calc(1280px - 160px);
  min-height: 720px;
  padding: 24px 24px 128px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  position: relative;
}

.modwin-content .table__wrap_timer {
  height: 420px;
}

/* モーダル 表示優先度ヘルプ */
.modwin-content .wrap__w_bg_help_priority {
  width: 800px;
  height: 540px;
  padding: 25px;
  background: #fff;
  text-align: left;
  overflow-y: scroll;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.modwin-content .wrap__w_bg_help_priority .help_priority_title {
  color: #373130;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.modwin-content .wrap__w_bg_help_priority img{
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* 表示優先度ヘルプボタン用ヘルプアイコン */
.help_disp_priority {
  display: inline-block;
  line-height: 1;
  margin: -15px 5px 0 0;
  padding: 15px 0 0;
  position: relative;
  vertical-align: bottom;
  cursor: pointer;
}
.help_disp_priority .icon_help_priority {
  display: inline-block;
  font-style: normal;
  text-align: center;
}
.help_disp_priority .icon_help_priority:before {
  content: "\f059";
  font-family: "FontAwesome";
  font-size: 2rem;
  font-weight: normal;
}

/* 表示優先度ヘルプモーダルのタイトル用ヘルプアイコン */
.help_disp_priority_title {
  display: inline-block;
  line-height: 1;
  margin: -15px 5px 0px 0px;
  padding: 15px 0 0;
  position: relative;
  vertical-align: center;
}
.help_disp_priority_title .icon_help_priority_title {
  display: inline-block;
  font-style: normal;
  text-align: center;
}
.help_disp_priority_title .icon_help_priority_title:before {
  content: "\f059";
  font-family: "FontAwesome";
  font-size: 2.2rem;
  font-weight: normal;
}

/*------------------------------
  ピックアップ
------------------------------*/
.pickup-btn-detail {
    margin: 40px 0;
}
.dispsample {
    margin-bottom: 10px;
    text-align: right;
}
.dispsample:before {
  content: "\f059";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.metaImage {
  text-align: center;
}
.metaImage img{
  max-width: 150px;
  max-height: 150px;
}

/*------------------------------
  タイムライン
------------------------------*/
.image-range-modal {
  width: 40%;
  margin: 10px auto;
  position: relative;
  height: 200px;
}

.image-sort-modal-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/*------------------------------
  選択しているタイムラインのサムネイル表示
------------------------------*/
.thumbnail__wrap .thumbnail__timeline {
  max-width: 160px;
  max-height: 120px;
  object-fit: cover;
  display: block;
  margin-right: 10px;
}

.thumbnail__timeline_modal {
  width: 160px;
  height: 120px;
  object-fit: cover;
  display: block;
  margin-right: 10px;
}

/*==================================================
タイムラインスライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
  margin:0 auto;
}
.slick-slide img {
  display: block;
}
.tlImage{
  max-height: 300px;
  object-fit: contain;
  margin: 0 auto;
}
.slick-track {
	display: flex !important;
	align-items: center;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin:0 10px;
}

.tlSliderLi {
  width: 600px;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  display: none;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

.slick-dots button {
  width: 12px;
  height: 12px;
  display: block;
  border: none;
  border-radius: 50%;
  background: #ccbba8;
  font-size: 0;
}

.slick-dots .slick-active button{
  background:#d72617;/*ドットボタンの現在地表示の色*/
}

/*------------------------------
  NHQログイン
------------------------------*/
.html_nhq__login {
  height: 100%;
}
.html_nhq__login body{
  height: 100%;
}
#nhq__login {
  background: #fbfaf8;
  display: table;
  height: 100%;
  padding: 15px 10px;
  width: 100%;
}

#nhq__login  .form .list .item {
  border-bottom: 1px solid #f5f5f5;
  /* display: table; */
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
}

#nhq__login .form .list .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#nhq__login .form .item > .header {
  position: relative;
}
#nhq__login .form .item > .header .main {
  display: inline-block;
}
#nhq__login .form .item > .header .main > .inn {
  font-size: 1.6rem;
  font-weight: bold;
}
#nhq__login .form .item > .data {
  font-size: 1.6rem;
  vertical-align: middle;
  word-break: break-all;
}

#nhq__login .inn {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
#nhq__login .form__inner,
#nhq__login .error {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#nhq__login .logo {
  background: #ea1d0a;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
#nhq__login .logo .img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
#nhq__login .box {
  border: 1px solid #e7e3e2;
  border-top: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: left;
  background: #fff;
  padding: 40px 44px 55px;
}
#nhq__login .form .item {
  display: block;
  width: 100%;
}

#nhq__login .form .prg {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
}
#nhq__login .copy {
  color: #bebeb7;
  font-size: 1.2rem;
  margin-top: 15px;
  text-align: center;
}

#nhq__login .btn__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  letter-spacing: -.4em;
  margin-top: 40px;
  text-align: center;
}

#nhq__login .btn {
  background: #444;
  border: none;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  outline: none;
  padding: 16px;
  text-align: center;
}
#nhq__login .btn.submit {
  background: #e51e09;
  min-width: 250px;
  margin: 0 auto;
}

#nhq__login .btn.submit:disabled {
  background:#ddd;
  cursor: auto;
}

#nhq__login .btn.submit:disabled:hover {
  opacity: 1;
}

@media screen and (max-width: 834px) {
  #nhq__login .form {
      padding: 20px 15px 30px;
  }
}

/*------------------------------
  利用規約
------------------------------*/
#nhq__login .box.section__term {
  border: 1px solid #e7e3e2;
  border-radius: 15px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 0;
}

.term__box {
  width: 100%;
  height: 200px;
  border: 1px solid #e7e3e2;
}

.term__box iframe{
  width: 100%;
  height: 100%;
}

.section__term .input__label {
  margin: 8px 0 0 0;
}

.section__term .input__label + h3 {
  margin-top: 2em;
}

/*------------------------------
  フッター
------------------------------*/
#footer {
  background: #e7e5e2;
  border-top: 1px solid #dbd8d1;
  color: #85827d;
  font-size: 1.1rem;
  padding: 25px 25px;
}

.footer__nav + p {
  text-align: center;
}

.footer__nav {
  display: flex;
  margin: 0 400px 30px;
  align-items: flex-start;
}

.footer__nav-section:first-child {
  flex-basis: 35%;
  flex-shrink: 0;
}

.footer__nav-section:last-child {
  flex-basis: 65%;
}

.footer__nav-title {
  font-size: 13px;
  padding: 4px 8px;
  display: inline-block;
}

.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  flex-direction: row-reverse;
}

/*------------------------------
  フッター
------------------------------*/
#shopWhereSwitch {
  font-size: 2rem;
  width: 18px;
  height: 12px;
  line-height: 1;
  position: relative;
  right: 0;
  top: 50%;
}
#chirashiWhereSwitch {
  font-size: 2rem;
  width: 18px;
  height: 12px;
  line-height: 1;
  position: relative;
  right: 0;
  top: 50%;
}

/*------------------------------
  margin
------------------------------*/
.mt0  { margin-top:     0px  !important; }
.mt10 { margin-top:     10px !important; }
.mt20 { margin-top:     20px !important; }
.mt30 { margin-top:     30px !important; }
.mt40 { margin-top:     40px !important; }
.mt50 { margin-top:     50px !important; }
.mr0  { margin-right:   0px  !important; }
.mr10 { margin-right:   10px !important; }
.mr20 { margin-right:   20px !important; }
.mr30 { margin-right:   30px !important; }
.mr40 { margin-right:   40px !important; }
.mr50 { margin-right:   50px !important; }
.mb0  { margin-bottom:  0px  !important; }
.mb5 { margin-bottom:   5px  !important; }
.mb10 { margin-bottom:  10px !important; }
.mb20 { margin-bottom:  20px !important; }
.mb30 { margin-bottom:  30px !important; }
.mb40 { margin-bottom:  40px !important; }
.mb50 { margin-bottom:  50px !important; }
.ml0  { margin-left:    0px  !important; }
.ml10 { margin-left:    10px !important; }
.ml20 { margin-left:    20px !important; }
.ml30 { margin-left:    30px !important; }
.ml40 { margin-left:    40px !important; }
.ml50 { margin-left:    50px !important; }
.ml310 { margin-left:   310px !important; }

/*------------------------------
  ローディング
------------------------------*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	filter: opacity(80%);
	z-index: 1;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 100px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}

#loader-bg-report {
	display: none;
	position: fixed;
	top: 50%;
  left: 50%;
  width: 500px;
  height: 200px;
  margin-top: -100px;
  margin-left: -150px;
	background: #000;
	filter: opacity(80%);
	z-index: 1;
}
#loader-report {
	display: none;
	position: fixed;
	top: 60%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin-top: -70px;
  margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}

.ui-dialog-titlebar {
    background: #4c4341;
}
.ui-widget-header {
	border: 1px solid #4c4341;
	background: #4c4341;
	color: #fff;
	font-weight: bold;
}
/*------------------------------
  PDFアップロードプログレスバー
------------------------------*/
.progress-box {
    position: fixed;
    top: 50%;
    left: 47%;
    width: 300px;
    margin-top: -100px;
    margin-left: -100px;
    padding-top: 110px;
}
.progress-bar {
	width:100%;
	height:15px;
	background-color:#ececec;
	position:relative;
	border-radius:10px;
	overflow: hidden;
}
.progress-val {
	width:0%;
	height:100%;
	background-color:#29B6F6;
	position:absolute;
	top:0;
}
.progress-text {
	margin-top: 5px;
	margin-left:10px;
	text-align: center;
	color: #fff;
}
span.emphasize {
	color: #ff0033;
	font-weight: bold;
}

/*------------------------------
  店舗グループ除外メッセージエリア
------------------------------*/
.shopgroup__wrap {
	background-color: #fff;
	padding: 25px;
}
.shopgroup__list {
	max-height:103px;
	overflow-x:auto;
	padding: 0;
}
.shopgroup__list > .error {
	color: #e51e09;
}

/*------------------------------
  チラシリンク処理結果メッセージ
------------------------------*/
.linkCompErr {
	color: #e51e09;
  white-space: normal;
}
/*------------------------------
  チラシ一括編集処理結果メッセージ
------------------------------*/
.editCompErr {
	color: #e51e09;
  white-space: normal;
}
/*------------------------------
  ステータスの視覚化
------------------------------*/
.progress-section {
  max-width: 600px;
  width: 600px;
  margin: 0 auto;
}
.progressbar {
  position: relative;
  margin-bottom: 20px !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
}
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #7d7d7d;
  font-weight: bold;
  counter-increment: steps;
  margin: 0;
  font-size: 13px;
}
.progressbar li:before {
  display: block;
  width: 26px;
  height: 26px;
  margin: 7px auto 20px auto;
  content: '';
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  content: counter(steps);
  font-size: 13px;
}
.progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #e7e3e2 !important;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active,
.progressbar li.complete{
  color: #ea1d0a;
}
.progressbar li.active:before,
.progressbar li.complete:before {
  background-color: #ea1d0a;
  color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #ea1d0a;
}
/*------------------------------
 JqGrid内サムネイル画像
------------------------------*/
.jqgrid__img__thumbnail {
	width: 100px;
	height: 100px;
	object-fit: contain;
	vertical-align: middle;
}


/*------------------------------
 チラシ画像ページバッジ
------------------------------*/
/* バッジ */
.pageBadge{
	display			: block;
	border-radius	: 50%;
	background		: #AF011C;

	/* バッチ内テキスト */
	font-size		: 12px;
	font-weight		:bold;
	text-align		: center;
	color			: #FFFFFF;
	padding-top		: 1px;
}
/*------------------------------
 チラシ画像ページ設定(タイムライン画像並び替えと共通)
------------------------------*/
.image-sort-badge {
	width:20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.image-sort-thmbnail {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.confirm-sort-badge {
  width: 20px;
  position: relative;
}
.input-sort-badge {
	width: 20px;
	position: relative;
	left: 20px;
	margin-bottom: auto;
}
.timeline_thumbnail_size {
	max-width:160px;
	max-height:120px;
}
.input-image-sort-badge {
	width:20px;
	position: absolute;
	top: 3px;
	left: 0px;
}

/* JqGrid tr hover */
.ui-jqgrid tr.jqgrow {
  position: relative;
}
.ui-jqgrid tr.jqgrow .btn_wrap {
  display: none;
  position: absolute;
  top: 1px;
  left: 1px;
  width:  calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px;
  transition: 0.3s;
}
.ui-jqgrid tr.jqgrow .btn_wrap_ch {
  left: 145px;
  width:  calc(100% - 145px);
}

.ui-jqgrid tr.jqgrow .btn_wrap .btn_wrap_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.ui-jqgrid tr.jqgrow .btn_wrap .btn_wrap_inner a {
  display: block;
  min-width: 120px;
  margin: 0 8px;
  color: #5d4947;
  padding: 0;
  line-height: 36px;
}
.ui-jqgrid tr.jqgrow:hover {
  background-color: rgba(255, 255, 255, 1);
}
.ui-jqgrid tr.jqgrow:hover .btn_wrap {
  display: block;
  animation: show 0.2s linear 0s;
}
#dispPriority {
	appearance:none;
	width: 300px;
	height:20px;
}

#dispPriority::-webkit-slider-runnable-track {
	height:20px;
	background:linear-gradient(90deg,#fde8e8,#ea1d19);
	border-radius:5px;
}

#dispPriority::-webkit-slider-thumb {
	appearance:none;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#867977;
	border:solid 2px #ffffff;
}

#dispPriority::-moz-range-track {
	height:20px;
	background:linear-gradient(90deg,#fde8e8,#ea1d19);
	border-radius:5px;
}

#dispPriority::-moz-range-thumb {
	width:16px;
	height:16px;
	border-radius:50%;
	background:#867977;
	border:solid 2px #ffffff;
}
#dispPriorityValues {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	writing-mode: vertical-lr;
	width: 300px;
	margin-left: 15px;
	text-combine-upright: all;
}
.approval__ico {
	position: absolute;
	width: 200px;
	right: 30px;
	top: 20px;
}
.printBtnFont {
  background: #fff;		
  border: 1px solid #383231;		
  border-radius: 5px;		
  color: #383231;		
  cursor: pointer;		
  font-size: 1rem;		
  padding: 5px 10px;		
  text-align: center;		
  margin-top: 10px;		
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------
 チラシ登録状況チェック
------------------------------*/
/* チラシ登録（単体） */
table#singleData .jqgrow td {
  white-space: pre-line;
}
/* チラシ登録（一括） */
th#bulkData_lblContentsCountBulk {
  height: 70px !important;
}
div#jqgh_bulkData_lblContentsCountBulk{
  height: 35px !important;
}

table#bulkData .jqgrow td {
  white-space: pre-line;
}
/* チラシ検索結果印刷 */
table#selectedPrintData .jqgrow td {
	white-space: pre-line;
	vertical-align: middle;
}
/** TOP画面 店舗一覧 */
.top_shop_main__title {
	background: url(../../img/ico_section_shop.png) left center no-repeat;
	background-size: 30px 30px;
	color: #373130;
	font-size: 2.2rem;
	font-weight: bold;
	padding-left: 35px;
	text-align: left;
}

/* 掲載店舗モーダル */
#btn_wrap_pub_shop {
  display: flex;
  position: relative;
  padding-bottom: 10px;
  height: 40px;
}

#btn_next_pub_shop{
  position: absolute;
  right: 0px;
  border: none;
}

#btn_prev_pub_shop{
  position: absolute;
  right: 40px;
  border: none;
}

/*------------------------------
 チラシ一覧
------------------------------*/
/* 複数回配信ラベル */
.plural_delivery_tag {
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  height: 18px;
  border: solid 1px;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  border-radius: 10px;
  min-width: 60px;
  text-align: center;
  border-color: #E61E0A;
  color: #E61E0A;
  margin-bottom: 5px;
}