@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  line-height: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

a:focus,
input[type='button']:focus,
input[type='submit']:focus {
  outline: none;
}

/* link */
a {
  color: #176ad0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #68a3ea;
}

/* layout */
body {
  text-align: center;
  background-color: #f6f8f9;
}

/* font */
body {
  /*font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;*/
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'メイリオ',
    sans-serif;
  font-size: 13px;
  color: #333;
}

table {
  font-size: inherit;
  table-layout: fixed;
}

.mt20 {
  margin-top: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.center {
  text-align: center;
}

.middle {
  display: inline-block;
  vertical-align: middle;
}

.f-left {
  float: left;
}

.displayNone {
  display: none;
}

.clear {
  clear: both;
}

/* for Safari */
p {
  text-shadow: #333 0 0 0;
}

.clearfix:after {
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* price */
.price {
  text-align: right;
}
.align-right {
  text-align: right;
}

/* checkbox */

.checkbox-label {
  display: inline-flex;
  align-items: center;
}

.checkbox-input {
  cursor: inherit;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.checkbox-input-size {
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  user-select: none;
}

.checkbox-word-label {
  line-height: 1;
  margin-right: 20px;
  padding-left: 8px;
}

.checkbox-overlap {
  display: inline-flex;
  justify-content: inherit;
  position: relative;
  align-items: center;
}

.checkbox-overlap::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox-overlap:has(.checkbox-input:checked) + .checkbox-word-label {
  color: #176ad0;
}

.checkbox-overlap:has(.checkbox-input:checked)::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #176ad0;
  border-right: 3px solid #176ad0;
}

.radio-button-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0rem; /* labelタグにmargin-bottom:0.5remが適用されているが、フォームのラベルでは使用しないため0rmで上書きする*/
}

.radio-button-overlap {
  display: flex;
  justify-content: inherit;
  position: relative;
  align-items: center;
}

.radio-button-overlap::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-button-word-label {
  line-height: 1;
  margin-right: 20px;
  padding-left: 4px;
}

.radio-input {
  cursor: inherit;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.radio-input-size {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  user-select: none;
}

.radio-button-overlap:has(.radio-input:checked) + .radio-button-word-label {
  color: #176ad0;
}

.radio-button-overlap:has(.radio-input:checked)::after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 11px;
  height: 11px;
  background: #176ad0;
  border-radius: 50%;
}

.radio-button-overlap:has(.radio-input:disabled) + .radio-button-word-label {
  color: #bfc0c8;
}

.radio-button-overlap:has(.radio-input:disabled)::before,
.radio-button-overlap:has(.radio-input:disabled:checked)::before {
  border: 1px solid #bfc0c8;
}

.radio-button-overlap:has(.radio-input:disabled:checked)::after {
  background: #bfc0c8;
}

/* header */
.header-wire {
  background-color: #fff;
  min-width: 1200px;
  width: auto;
  height: 60px;
}

.header-inner {
  /*width: 940px;*/
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: left;
}
.header-inner .chosen-container {
  margin-top: 16px;
}

.header-inner h1 {
  float: left;
  width: 200px;
  height: 60px;
  /*border: solid white 1px;*/
  /* Mod by ishii */
  padding: 0;
  /*Mod by ishii*/
  color: #5f5f6c;
  margin: 0 20px 0 0;
  position: relative;
  background: #fff;
}

.header-inner h1 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: auto;
}

.header-inner .shopname {
  margin: 20px 0 0 0;
  font-size: 14px;
  display: inline-block;
}

.header-inner .shopname::before {
  content: '表示中：';
}

.header-inner a.view {
  display: block;
  float: left;
  width: 105px;
  height: 30px;
  font-size: 0;
  margin-top: 15px;
  margin-right: 20px;
}

.header-inner a.view:hover {
  opacity: 0.7;
}

.header-inner dl {
  float: right;
  /*width: 300px;*/
}

.header-inner dd.name {
  float: left;
  width: 200px;
  margin: 0 10px 0 0;
  padding: 4px 0 0 0;
  text-align: right;
  color: #fff;
}

.header-inner dl dd a {
  display: block;
  text-decoration: none;
  color: #333;
}

.header-inner dd.logout {
  position: relative;
  top: 16px;
  right: 20px;
}

/* footer */
.footer-wire {
  min-width: 1200px;
  width: auto;
  /*height: 150px;*/
  background-color: #5f5f6c;
  margin-top: auto;
  color: #fff;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 30px 0;
}

.footer dd.copy {
  font-size: 77%;
}

.footer dd.gototop {
  position: absolute;
  top: -40px;
  right: 20px;
}

.footer dd.gototop a {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  width: auto;
  height: auto;
  margin: auto;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  border-radius: 3px;
  background: #585d75;
  letter-spacing: 0.1em;
}

.footer dd.gototop a:hover {
  background: #80808e;
  text-decoration: none;
}

.footer dd.gototop a:active {
  background: #5f5f67;
  text-decoration: none;
}

/* body area */
body,
#wraper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1200px) {
  body,
  #wraper {
    overflow: hidden;
  }
}

.body-outer {
  text-align: center;
}

.body-login {
  margin-top: 60px;
  margin-bottom: 60px;
}

.body-inner {
  min-width: 1200px;
  width: 100%;
  display: table;
}

/* left navigation */
.left-navigation {
  width: 200px !important;
  min-width: 200px !important;
  text-align: left;
  background-color: #2d3142;
  display: table-cell;
  /*box-shadow: 2px 0px 14px rgba(0,0,0,0.15);*/
}

.left-navigation .profile {
  height: 192px;
  position: relative;
  color: #fff;
  background: #2d3142;
}

.left-navigation .profile img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.left-navigation .profile a {
  color: #fff;
}

.left-navigation .profile .warp {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.left-navigation .profile .name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.left-navigation .profile .sub-text {
  font-size: 10px;
}

.left-navigation .profile .edit {
  font-size: 12px;
}

.left-navigation dl {
  padding: 12px 0 0 0;
}

.left-navigation dd {
}

.left-navigation dd.active div {
  background: #176ad0;
  color: #fff;
}

.left-navigation dd.active div a {
  color: #fff;
}

.left-navigation dd a {
  color: #fff;
}

.left-navigation dd img {
  margin-right: 18px;
  vertical-align: middle;
}

.left-navigation dd button.navi-h {
  display: block;
  float: left;
  padding: 13px 0 13px 12px;
  line-height: 26px;
  background: transparent;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
}

.left-navigation dd button.navi-h img {
  width: 24px;
}

.left-navigation dd span.under button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.left-navigation dd a.navi {
  float: left;
  display: block;
  padding: 13px 0 13px 12px;
  line-height: 26px;
}

.left-navigation dd a.navi img {
  width: 24px;
}

.left-navigation dd a.navi-f {
  display: block;
  padding: 13px 0 13px 12px;
  line-height: 26px;
}

.left-navigation dd a.navi-f img {
  width: 24px;
}

.left-navigation dd a.active {
  background-color: #585d75;
}

.left-navigation dd span.under {
  float: right;
  display: block;
  margin-right: 18px;
  width: 11px;
  height: 50px;
  background: url(../img/right_arrow--white.png) no-repeat center center;
  background-size: 11px 11px;
}

.left-navigation dd.active span.under {
  float: right;
  display: block;
  margin-right: 18px;
  width: 11px;
  height: 50px;
  background: url(../img/right_arrow--white.png) no-repeat center center;
  background-size: 11px 11px;
}

.left-navigation dd span.under a {
  display: block;
  width: 11px;
  height: 50px;
}

.left-navigation dd ul {
  margin-top: 0;
  padding: 0;
  list-style-type: none;
  background-color: #5f5f6c;
}

.left-navigation dd.navilist-footer ul {
  padding: 0 0 2px 0;
  border-bottom: solid 1px #eee;
}

.left-navigation dd ul li a {
  display: block;
  padding: 14px 0 14px 25px;
}

.left-navigation dd ul.child {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}

.left-navigation dd ul.child li {
  display: block;
  margin: 0;
  padding: 0;
}

.left-navigation dd ul.child li a {
  display: block;
  width: 180px;
  padding: 2px 0 5px 25px;
}

.left-navigation dd ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.left-navigation dd ul li.active a {
  background-color: rgba(0, 0, 0, 0.2);
}

.left-navigation dd ul.child li a:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

/* contents area */

.contents-area {
  width: auto;
  min-width: 800px;
  display: table-cell;
  vertical-align: top;
  padding: 0 40px 80px;
}

.contents-area-full {
  float: right;
  width: 1060px;
}

.contents-head-n {
  padding: 20px 0;
  text-align: left;
  position: relative;
  display: flex;
  margin-top: 60px;
}

.contents-head-n:first-child {
  margin-top: 0;
}

.contents-head-n .back-button {
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
}

.contents-head-n .back-button img {
  vertical-align: middle;
  margin-left: 10px;
}

.contents-head-n .back-button a {
  color: #333;
}

.contents-head-n .area-btn a,
.contents-head-n .area-btn button {
  margin: 0 14px 5px 0;
  vertical-align: top;
}

.contents-head-n .area-title,
.contents-head-n .area-btn {
  display: inline-block;
  margin: 0 20px 0 0;
}

.contents-head-n-full {
  height: 60px;
  padding: 13px 60px 0 13px;
  text-align: left;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: -14px;
}

.contents-head-n .heading,
.contents-head-n-full .heading {
  line-height: 1.5;
  font-size: 24px;
  color: #333;
}

/* Added by ishii */
.contents-head-n-deepcolor {
  height: 47px;
  padding: 13px 60px 0 13px;
  text-align: left;
  text-shadow: 0 1px 1px #fff;
}

.contents-head {
  height: 47px;
  padding: 13px 60px 0 13px;
  text-align: left;
  text-shadow: 0 1px 1px #fff;
}

.contents-caset-full {
  margin: 0 0 20px 0;
  padding: 0 0 3px 0;
}

div.contents-wire {
  margin: 0;
  padding: 15px 25px 15px 25px;
  background-color: #fff;
  border-left: solid 1px #e0dfdf;
  border-right: solid 1px #e0dfdf;
}

p.contents-head-t {
  float: left;
  width: 500px;
}

p.detail-bt {
  float: right;
  width: 65px;
  height: 18px;
  margin: -2px 0 0 0;
  padding: 4px 7px;
  text-align: center;
  background-color: #717880;
}

p.detail-bt a {
  color: #fff;
  text-shadow: 0 1px 1px #666;
}

/* now */
div.now {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

div.now dl.wire dd.wire-dd {
  float: left;
  width: 323px;
  height: 45px;
  margin: 0 7px 0 7px;
  padding: 0;
}

div.now dl.wire dd.wire-dd dd.label {
  float: left;
  padding: 13px;
}

div.now dl.wire dd.wire-dd dd.label2L {
  float: left;
  padding: 8px 15px 15px 15px;
}

div.now dl.wire dd.wire-dd dd.score {
  float: right;
  padding: 10px 15px;
  font-size: 150%;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #ffcc00;
  line-height: 100%;
}

div.now dl.wire dd.wire-dd dd.score span.name {
  display: block;
  padding: 0 17px 0 0;
}

div.now dl.wire dd.wire-dd dd.score span.pt {
  display: block;
  padding: 0 17px 0 0;
}

div.now dl.wire dd.wire-dd dd.score span.yen {
  display: block;
  padding: 0 17px 0 0;
}

div.now dl.wire dd.wire-dd dd.score span.ken {
  display: block;
  padding: 0 17px 0 0;
}

div.now p.empty-txt {
  margin: 20px 0 10px 0;
  text-align: left;
}

div.now ul.empty li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 4px 7px;
  white-space: nowrap;
  background-color: #ffcc00;
  font-size: 77%;
  line-height: 100%;
}

/* table */
.box-table-a {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.box-table-a tr:hover td {
  background: none repeat scroll 0 0 #fff;
}

.box-table-a th {
  background: none repeat scroll 0 0 #eee;
  border-bottom: 1px solid #ccc;
  border-top: 4px solid #ccc;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  text-shadow: 0 1px 1px #fff;
}

.box-table-a td {
  background: none repeat scroll 0 0 #f7f7f7;
  border-bottom: 1px solid #fff;
  border-top: 1px solid transparent;
  color: #666;
  padding: 8px;
}

.box-table-a td.pay {
  padding: 0 30px 0 0;
  font-family: Verdana;
  font-size: 131%;
  font-weight: bold;
  text-align: right;
  text-shadow: 0 1px 1px #fff;
}

/* sec selecter */
.contents table {
  text-align: left;
}

.contents textarea {
  display: block;
}

.main-wire {
  background-color: #fff;
  margin: 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06);
}

.main-wire .area-btn a,
.main-wire .area-btn button {
  vertical-align: middle;
}

.red {
  color: #bc0000;
}

.red12 {
  color: #bc0000;
  font-weight: bold;
  display: block;
}

.white {
  color: #fff;
}

.blue {
  color: #001e99;
}

a,
input.bt-submit,
.header-inner dd.logout a,
.footer dd.gototop a,
input[type='button'],
input[type='submit'] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.bt-submit {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #176ad0;
  cursor: pointer;
  font-size: 12px;
  height: 31px;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px !important;
  border: 0;
  text-shadow: 0 1px 0 #ffffff;
  width: 150px;
  text-decoration: none;
}

a.bt-submit:hover {
  text-decoration: none;
  color: #68a3ea;
}

.bt-primary,
.bt-secondary,
.bt-tertiary,
.btn {
  display: inline-block;
  width: fit-content;
  text-align: center;
  font-size: 12px;
  margin: 10px 5px 10px 0;
  overflow: hidden;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing: 0.06rem;
}

.bt-primary:hover,
.bt-secondary:hover,
.bt-tertiary:hover,
.btn:hover {
  text-decoration: none;
}

.bt-primary {
  color: #fff;
  background-color: #176ad0;
  border: 1px solid #176ad0;
}

.bt-primary:hover {
  color: #fff;
  background-color: #68a3ea;
  border: 1px solid #68a3ea;
}

.bt-secondary {
  color: #176ad0;
  border: 1px solid #176ad0;
  background-color: #fff;
}

.bt-secondary:hover {
  color: #176ad0;
  border: 1px solid #176ad0;
  background-color: #e9eef5;
}

.bt-tertiary {
  color: #333;
  border: 1px solid #585d75;
  background-color: #fff;
}

.bt-tertiary:hover {
  color: #333;
  border: 1px solid #80808e;
  background-color: #ecf0f1;
}

.btn.pager {
  color: #333;
  border: 1px solid #cfd8dc;
  background-color: #fff;
}

.btn.pager:hover {
  color: #333;
  border: 1px solid #ecf0f1;
  background-color: #ecf0f1;
}

input.bt-submit {
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  width: auto;
  height: auto;
  margin: auto;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  border-radius: 3px;
  background: #176ad0;
  letter-spacing: 0.1em;
}

input.bt-submit:hover {
  background: #68a3ea;
}

input.bt-submit:active {
  background: #176ad0;
}

input.bt-submit:disabled {
  background: #80808e;
  cursor: default;
}

.header-inner dd.logout a {
  color: #585d75;
  cursor: pointer;
  font-size: 12px;
  margin: auto;
  overflow: hidden;
  padding: 4px 15px;
  border: 1px solid #585d75;
  border-radius: 3px;
  background: #fff;
}

.header-inner dd.logout a:hover {
  background: #80808e;
  color: #fff;
  border: 1px solid #80808e;
}

.header-inner dd.logout a:active {
  background: #5f5f6c;
  color: #fff;
}

input.bt-submit:last-of-type {
  margin-right: 5px;
}

/*
input.bt-submit-modal {
  color: #585d75;
  cursor: pointer;
  font-size: 12px;
  margin: auto;
  overflow: hidden;
  padding: 4px 15px;
  border: 1px solid #585d75;
  border-radius: 3px;
  background: #fff;
}
*/

input.bt-submit-modal {
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  width: auto;
  height: auto;
  margin: auto;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  border-radius: 3px;
  background: #176ad0;
  letter-spacing: 0.1em;
}

input.bt-submit-modal:hover {
  background: #68a3ea;
}

input.bt-submit-modal:active {
  background: #176ad0;
}

input.bt-submit-modal:last-of-type {
  margin-right: 0;
}

label.login-button input.bt-submit {
  /*visibility: hidden;*/
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  height: auto;
  margin: 30px auto 10px;
  overflow: hidden;
  padding: 14px 20px;
  border: none;
  border-radius: 3px;
  background: #176ad0;
  letter-spacing: 0.1em;
  display: block;
}

label.login-button input.bt-submit:hover {
  background: #68a3ea;
}

label.login-button input.bt-submit:active {
  background: #176ad0;
}

/*
label.login-button {

}

label.login-button:before {
  content: "ログイン";
  width: 150px;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  text-align: center; }
  */

textarea {
  border-radius: 2px;
  border: 1px solid #cfd8dc;
  background-color: #fff;
  padding: 10px;
  font-size: 13px;
  color: #333;
}

input[type='text'],
input[type='password'] {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #cfd8dc;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.05rem;
}

form#search_form input[type='text'] {
  width: 83%;
}

input.w40 {
  width: 40%;
}

input.w30 {
  width: 30%;
}

input.w20 {
  width: 20%;
}

input.w10 {
  width: 10%;
}

form#search_form .chosen-container-single .chosen-search input[type='text'] {
  width: 100%;
}

input[type='text'].address1,
input[type='password'].address1 {
  width: 15%;
  min-width: 3em;
}

input[type='text'].address2,
input[type='password'].address2 {
  width: 22.5%;
  min-width: 4.5em;
}

.ui-datepicker-trigger {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(../img/calendar_on.png) no-repeat 0 0;
  background-size: 20px 20px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.calendar-del {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(../img/calendar_off.png) no-repeat 0 0;
  background-size: 20px 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-size: 0;
}
.calendar-del:hover {
  opacity: 0.7;
}

.count-input {
  font-size: 0;
  display: -webkit-box;
  display: flex;
}

.count-input input[type='text'] {
  border-radius: 0;
  border-left: none;
  border-right: none;
  font-size: 12px;
}

.count-input .minus {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #80808e;
  border-radius: 2px 0 0 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#edeeee), to(#e6e7e7));
  background: linear-gradient(#edeeee 0%, #e6e7e7 100%);
  background-image: url(../img/minus.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.count-input .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #80808e;
  border-radius: 0 2px 2px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#edeeee), to(#e6e7e7));
  background: linear-gradient(#edeeee 0%, #e6e7e7 100%);
  background-image: url(../img/plus.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

select {
  border-radius: 3px;
  border: 1px solid #80808e;
  background: #fff url(/static/img/select_arrow.png) no-repeat right center;
  background-size: 20px 33px;
  height: 33px;
  padding: 5px 28px 5px 10px;
  line-height: 1em;
  font-size: 13px;
  color: #333;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}

td select {
  max-width: 100%;
}

select.select-shoplist {
  border-radius: 3px;
  border: 1px solid #80808e;
  background: none;
  height: auto;
  width: 300px;
  padding: 5px 28px 5px 10px;
  line-height: 1em;
  font-size: 16px;
  color: #333;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-file {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  border: 1px dotted #80808e;
  background-color: #f6f6f6;
}

.input-file .warp {
  display: table;
  height: 60px;
}

.input-file .text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.input-file .text .file-name {
  display: none;
  margin-top: 10px;
}

.input-file .button-area {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
}

.input-file .button-area .button {
  width: 100%;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #80808e;
  border-radius: 2px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background: #edeeee;
  background: -webkit-gradient(linear, left top, left bottom, from(#edeeee), to(#e6e7e7));
  background: linear-gradient(#edeeee 0%, #e6e7e7 100%);
}

.input-file .preview {
  display: none;
  width: 100%;
  height: 256px;
  background-position: center bottom 10px;
  background-repeat: no-repeat;
  background-size: auto 220px;
  position: relative;
}

.input-file .preview .file-name {
  display: none;
  margin-top: 10px;
}

.input-file .preview .img-del {
  position: relative;
  z-index: 10;
  color: #001e99;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 10px;
}

.input-file input[type='file'] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.input-file.type2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  padding: 10px;
}

.input-file.type2 .warp {
  display: block;
  height: auto;
}

.input-file.type2 .text {
  display: block;
  padding-right: 0;
}

.input-file.type2 .button-area {
  display: block;
  margin: 10px auto 0;
}

.input-file.type2 .preview {
  height: 150px;
  background-position: center bottom 0;
  background-size: auto 100px;
}

.inline-box {
  display: inline-flex;
  font-size: 0;
}

/*form#search_form .inline-box input[type="text"] {
  width: 40%;
}*/

.inline-text {
  display: inline-block;
  font-size: 12px;
  line-height: 34px;
}

span.search-required:after {
  color: #bc0000;
  content: '*';
  font-weight: bold;
  font-size: 11px;
  position: relative;
  margin-left: 5px;
}

h3.caption {
  padding: 20px 30px;
  background-color: #5f5f6c;
  text-align: left;
  color: #fff;
  margin: 20px -30px 10px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  border-radius: 2px;
  /*box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(63,73,92,.3);*/
}

h3.caption:first-child {
  margin: -20px -30px 10px;
}

h3.caption .icon {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}

h4.subtitle {
  text-align: left;
  margin: 30px 0 20px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

/* clum */
.wrap-clm {
  display: inline-flex;
  overflow: visible;
  clear: both;
}

.wrap-clm,
.wrap-clm-1 {
  text-align: left;
}

.wrap-clm .clm-2 {
  margin-left: 40px;
}

.wrap-clm .clm-2:first-child {
  margin: 0;
}

.wrap-clm-1 > .base-info th.top-th,
.wrap-clm .clm-2 > .base-info th.top-th {
  width: 160px;
}

/* login */
.login-warp {
  display: table;
  width: 100%;
  height: 100%;
}

.login-warp .login-table-cel {
  display: table-cell;
  vertical-align: middle;
}

@supports (-ms-ime-align: auto) {
  .login-warp {
    display: block;
  }
  .login-warp .login-table-cel {
    display: block;
    position: relative;
    height: 100%;
  }
}

.login-wire {
  display: block;
  width: 600px;
  margin: 60px auto;
}

.body-login .login-wire {
  margin: 0 auto;
}

@supports (-ms-ime-align: auto) {
  .login-wire {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px -300px;
  }
}

.login-wire h1 a {
  display: block;
  height: 67px;
  overflow: hidden;
  padding-bottom: 15px;
  width: 326px;
  border: solid 1px #e3e3e3;
}

.login-wire .login {
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06);
}

.login-wire .login .login-left {
  float: left;
  width: 220px;
  padding: 30px;
}

.login-wire .login .login-left img {
  width: 100%;
  height: auto;
}

.login-wire .login .login-right {
  float: right;
  width: 300px;
  text-align: left;
}

.login-wire .login form {
  font-weight: normal;
  margin: 0 10px 10px 0;
}

.login-wire .login .error {
  font-weight: normal;
  margin-left: 8px;
  padding: 16px 30px 30px;
  margin-top: 20px;
}

.login-wire .login form label {
  font-size: 13px;
}

.login-wire .login form label input[type='text'],
.login-wire .login form label input[type='password'] {
  background: #fff;
  border: 1px solid #cfd8dc;
  font-size: 138.5%;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  padding: 10px;
  width: 100%;
  display: block;
}

.login-wire .login form select.select-shoplist {
  width: 100%;
  margin: 0 0 20px;
}

.login-wire .login button {
  width: 100%;
}

.login-wire .login .login-header-message {
  margin: 0 0 15px;
  text-align: center;
  display: block;
  font-size: 1rem;
}

div.submit-bt-wire {
  text-align: center;
}

.login-wire address {
  text-align: center;
  font-size: 77%;
  margin-top: 30px;
  color: #999;
}

.bt-submit-login {
  border: 0 none;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  height: 31px;
  letter-spacing: 2px;
  margin: 10px 0;
  overflow: hidden;
  padding: 0 !important;
  text-shadow: 0 1px 0 #176ad0;
  width: 150px;
}

.bt-submit-login-error {
  border: 0 none;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  height: 31px;
  letter-spacing: 2px;
  margin: 10px 0;
  overflow: hidden;
  padding: 0 !important;
  text-shadow: 0 1px 0 #fff;
  width: 150px;
}

.login-back-bt {
  text-align: center;
  margin-top: 20px;
}

/* base-info */
.base-info {
  border-collapse: collapse;
  width: 100%;
}

.base-info .border-right {
  width: 100%;
  display: contents;
}

.base-info .border-right a {
  text-align: left;
  display: block;
}

.base-info tbody tr {
  border-bottom: 1px solid #ecf0f1;
}

.base-info tbody tr:first-child {
  border-top: 1px solid #ecf0f1;
}

/*
.base-info tbody tr:nth-child(even) {
  background-color: #fff; }
*/
.base-info td {
  padding: 10px;
  vertical-align: middle;
  border-collapse: collapse;
  border-right: 1px solid #ecf0f1;
}

.base-info td:first-child {
  border-left: 1px solid #ecf0f1;
}

.base-info td > input[type='text']:nth-child(2),
.base-info td > input[type='text']:nth-child(3),
.base-info td > div:nth-child(2) > input[type='text'],
.base-info td > div:nth-child(3) > input[type='text'] {
  margin-left: 20px;
}

.base-info th {
  padding: 10px;
  width: 25%;
  vertical-align: middle;
  font-weight: bold;
  border-collapse: collapse;
}

.base-info .title {
  width: 120px;
  font-weight: bold;
}

.base-info.search th {
  width: 200px !important;
  min-width: 200px !important;
}

.base-info th.top-th {
  background-color: #ecf0f1;
  width: auto;
  min-width: 50px;
  color: #333;
  border: 1px solid #ecf0f1;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.base-info th.top-th:last-child {
  border-right: 1px solid #ecf0f1;
}

.base-info th span.red,
span.require.red,
span.required {
  color: transparent;
  text-indent: -9999px;
  width: 32px;
  height: 13px;
  display: block;
  margin-top: 3px;
}

.base-info .border-right-none {
  border-right: none;
}

.base-info .w40 {
  width: 40px !important;
}

.base-info .w100 {
  width: 100px !important;
}

.base-info .w200 {
  width: 200px !important;
}

.base-info .w300 {
  width: 300px !important;
}

/* テーブル中のボタンをリンクと同じ見た目にする */
div:not(.item-row) > section > table.base-info td > button,
div:not(.item-row) > table.base-info td > button {
  color: #176ad0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.base-form-table-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ecf0f1;
}

.base-form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ecf0f1;
}

.base-form-row legend {
  /* legendの特殊なレイアウトルールを無効化し、子要素のレイアウトルールを適用する */
  display: contents;

  /* 別途legendはフォントを大きくされてしまうので、リセットするためにbodyと同じフォントサイズを指定する */
  font-size: 13px;
}

.base-form-buttons-line {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.base-form-buttons-line:has(button) {
  margin: 10px 0;
}

.base-form-label {
  display: flex;
  flex-direction: row;
  padding: 10px;
  width: 25%;
  vertical-align: middle;
  font-weight: bold;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 0rem; /* labelタグにmargin-bottom:0.5remが適用されているが、フォームのラベルでは使用しないため0rmで上書きする*/
}

.base-form-item {
  padding: 10px;
  vertical-align: middle;
  border-collapse: collapse;
  text-align: left;
  width: 75%;
  display: flex;
  flex-direction: column;
}

.base-form-item button {
  margin: 0 5px 0 0;
}

.base-form-publics-radiogroup {
  display: inline;
}

.base-form-radiogroup {
  display: flex;
  flex-direction: row;
}

.base-form {
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}

/* 検索フォームは2列表示になる */
.base-search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.base-search-form .base-form-row {
  /* 2列表示させるため、幅を半分にする */
  width: 50%;
}

.base-search-form .base-form-row:nth-child(2n + 1):nth-last-child(1) {
  padding-right: 50%;
  width: 100%;
}

.base-search-form .base-form-label {
  flex: 0 0 auto;
}

/* base-form-table */
.base-form-table {
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}

.base-form-table .border-right {
  width: 100%;
  height: 100%;
  display: contents;
}

.base-form-table .border-right a {
  text-align: left;
  display: block;
}

.base-form-table tbody tr {
  border-bottom: 1px solid #ecf0f1;
}

.base-form-table td {
  padding: 10px;
  vertical-align: middle;
  border-collapse: collapse;
}

.base-form-table th {
  padding: 10px;
  width: 25%;
  vertical-align: middle;
  font-weight: bold;
  border-collapse: collapse;
}

.base-form-table .title {
  width: 120px;
  font-weight: bold;
}

.base-form-table.search th {
  width: 200px !important;
  min-width: 200px !important;
}

.base-form-table th span.red,
span.require.red,
span.required {
  color: transparent;
  text-indent: -9999px;
  width: 32px;
  height: 13px;
  display: block;
  margin-top: 3px;
}

.area-pager {
  display: block;
  clear: both;
}

.area-pager .prev {
  display: inline-block;
  position: relative;
  float: left;
}

.area-pager .next {
  display: inline-block;
  position: relative;
  float: right;
}

.area-pager .total-count {
  text-align: left;
}

.area-pager .selector {
  align-self: center;
}

.area-pager .pagination-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.area-pager .three-point-leader {
  display: flex;
  flex-direction: column-reverse;
}

.arrow-prev {
  margin-left: 6px;
}
.arrow-prev::before {
  content: '';
  position: relative;
  display: inline-block;
  top: -1px;
  left: -4px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-next {
  margin-right: 6px;
}
.arrow-next::after {
  content: '';
  position: relative;
  display: inline-block;
  top: -1px;
  right: -4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

p.note span.red,
p.note span.require.red,
p.note span.required {
  display: inline-block;
  margin: 0 5px;
  color: transparent;
  text-indent: -9999px;
}

.base-info td span.red {
  display: block;
  font-size: 77%;
  color: #bc0000;
  margin-top: 3px;
}

.base-info label input {
  border: none;
}

.base-info input:focus,
.base-info textarea:focus,
.base-info select:focus {
  border: solid 1px #ffcc00;
}

/* hikitsugi */
.number-on a {
  width: 22px;
  height: 22px;
  font-weight: bold;
  background: none repeat scroll 0 0 #cccccc;
  color: #176ad0;
  font-size: 100%;
  line-height: 160%;
  padding: 1px 8px 2px;
  text-decoration: none;
}

/* hikitsugi */
.number a {
  width: 22px;
  height: 22px;
  background: none repeat scroll 0 0 #eeeeee;
  color: #666666;
  font-size: 100%;
  line-height: 160%;
  padding: 1px 8px 2px;
  text-decoration: none;
}

/* base-list */
table.base-list {
  width: 100%;
}

table.base-list th {
  background: none repeat scroll 0 0 #eeeeee;
  border-bottom: 1px solid #cccccc;
  border-top: 4px solid #cccccc;
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  text-shadow: 0 1px 1px #ffffff;
  text-align: center;
}

table.base-list td {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ffffff;
  color: #666666;
  padding: 8px;
}

table.base-list tr:hover td {
  background-color: #fff;
}

.area60 {
  width: 433px;
  height: 134px;
}

.window {
  position: absolute;
  z-index: 9999;
  left: 200px;
  top: 100px;
  width: 400px;
  height: 300px;
  overflow: hidden;
  display: none;
}

.windowTop {
  height: 30px;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: move;
}

.windowTopContent {
  margin-right: 13px;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #6caf00;
}

.windowMin {
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
}

.windowMax {
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
  display: none;
}

.windowClose {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.windowBottom {
  position: relative;
  height: 270px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.windowBottomContent {
  position: relative;
  height: 270px;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-right: 13px;
}

.windowResize {
  position: absolute;
  right: 3px;
  bottom: 5px;
  cursor: se-resize;
}

.windowContent {
  position: absolute;
  top: 30px;
  left: 10px;
  width: auto;
  height: auto;
  overflow: auto;
  margin-right: 10px;
  border: 1px solid #c0c0c0;
  height: 255px;
  width: 375px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

.windowContent * {
  margin: 10px;
}

.transfer2 {
  border: 1px solid #c0c0c0;
  background-color: #c0c0c0;
  opacity: 0.3;
}

.editable_texts {
  width: 100px;
  height: 30px;
}

/* base-navi */
table.base-navi {
  width: 100%;
}

dt,
dd {
  line-height: 1.428571429;
}

.left-navigation dd ul li a {
  height: inherit !important;
  line-height: 10px;
  font-size: 12px;
}

.left-navigation .close {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-results li {
  text-align: left;
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-container {
  margin: 2px;
}

.view {
  margin-left: 10px;
}

.view img {
  width: 105px;
  height: auto;
}

.login-logo {
  max-width: 247px;
}

.operation-login-logo {
  margin: inherit;
}

/* ペジネーション */
.pagination {
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: right;
  justify-content: right;
  -ms-flex-align: right;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.2rem 0.5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #80808e;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #5f5f67;
  text-decoration: none;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #80808e;
  border-color: #80808e;
}

.page-item.disabled .page-link {
  color: #80808e;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.edit-link {
  font-size: 12px;
  color: #29a000;
}

.edit-link img {
  margin-right: 6px;
  vertical-align: middle;
}

ul.under-prev-next {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  height: 130px;
  margin-top: 100px;
  border-top: 2px solid #bcb8ba;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.under-prev-next li {
  border-right: 1px solid #bcb8ba;
  padding: 36px 30px 36px 0;
  line-height: 32px;
}

ul.under-prev-next li img {
  margin-left: 10px;
  vertical-align: middle;
}

ul.under-prev-next li:last-child {
  border-right: none;
  padding-right: 0;
  padding-left: 30px;
}

ul.under-prev-next li:last-child img {
  margin-left: 0;
  margin-right: 10px;
}

ul.under-prev-next li a {
  color: #333;
}

.page-number {
  font-size: 12px;
  text-align: right;
  margin: 10px auto 20px;
}

.page-number img {
  margin-left: 10px;
  vertical-align: middle;
}

ul.page-navi {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

ul.page-navi li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #80808e;
}

ul.page-navi li:last-child {
  margin-right: 0;
}

ul.page-navi li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #333;
}

ul.page-navi li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.tab {
  padding-bottom: 10px;
}

.tab li {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 40px;
  text-align: center;
  border-bottom: 1px solid #808080;
  vertical-align: middle;
}

.tab li img {
  margin-right: 10px;
  height: 17px;
  vertical-align: middle;
}

.tab li span {
  display: inline-block;
  width: 100%;
  border-right: 1px solid #808080;
}

.tab li span.border-none {
  border-right: none;
}

.tab li a {
  display: table-cell;
  width: 120px;
  height: 40px;
  color: #333;
  vertical-align: middle;
  text-decoration: none;
}

.tab li.select {
  border: 1px solid #808080;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  background-color: #fff;
}

.tab li.select span {
  border-right: none;
}

.tab li:hover {
  opacity: 0.7;
  cursor: pointer;
}

.tab-content {
  text-align: left;
}

.error {
  display: block;
  margin-top: 5px;
}

.required {
  float: right;
  font-size: 0;
  margin-right: 10px;
}

.required img {
  width: 30px;
  height: auto;
}

/* ------ modal ------ */
#iframe .iframe_wrap #iframe_container iframe.modal_iframe body {
  background-color: #fff;
  padding: 100px;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'メイリオ',
    sans-serif;
  font-size: 12px;
  color: #333;
}

#iframe .iframe_wrap #iframe_container iframe.modal_iframe input[type='button'] {
  color: #585d75;
  cursor: pointer;
  font-size: 12px;
  margin: auto;
  overflow: hidden;
  padding: 4px 15px;
  border: 1px solid #585d75;
  border-radius: 3px;
  background: #fff;
}

/* --------------------- payment sort --------------------- */
.sortable-item {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 55px 10px 20px;
  border-bottom: 1px solid #cfd8dc;
  background-color: #ecf0f1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.sortable-item:last-child {
  border-bottom: none;
}

.sortable-item::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 19px;
  background: url(/static/img/icon-sort.png) no-repeat 50% 50%;
  background-size: contain;
  width: 15px;
  height: 10px;
}

.sortable-item .inner {
  clear: both;
}

.sortable-item .inner .box-name {
  float: left;
  padding: 6px 0;
  line-height: 1rem;
}

.sortable-item .inner .box-button {
  float: right;
}

.sortable-item .inner .box-button button.up-down-button {
  margin: 0 0 0 5px;
  font-size: 0.6rem;
  padding: 5px;
}

.sortable-container {
  margin: 0 auto;
  width: 80%;
}

/* --------------------- modal --------------------- */

.close {
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  opacity: 0.9;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  outline: 0;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 10px 15px;
  background-color: #5f5f6c;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

.modal-header::after {
  content: '';
  display: table;
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
  text-align: left;
  font-size: 1rem;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
  content: '';
  display: table;
  clear: both;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}

.warning .modal-header {
  background-color: #bc0000;
}

.warning .error {
  color: #bc0000;
  font-size: 1rem;
  margin: 0 0 10px;
}

.scroll-box {
  overflow-y: scroll;
  width: auto;
  height: 100%;
  max-height: 80vh;
  padding: 20px 30px;
}

/* --------------------- ejournals --------------------- */

.ejournal-wrap {
  display: flex;
  text-align: left;
  margin-top: 40px;
}

.ejournal-container-list {
}

.ejournal-container-view {
  margin-left: 20px;
  background-color: #fff;
  height: 620px; /* add 2019.06.20 */
}

.ejournal-view-scroll {
  overflow-y: scroll;
  width: 430px;
  height: 620px;
  border: 1px solid #cfd8dc;
  padding: 15px;
}

.ejournal-view-scroll .ejournal {
  white-space: pre-wrap;
  width: 400px;
  font-family: Osaka－等幅, Osaka-等幅, Osaka-mono, 'ＭＳ ゴシック', 'MS Gothic', 'Courier New';
  font-weight: normal;
  overflow: scroll;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #555;
}

.ejournal-view-scroll .ejournal:focus {
  outline: none;
}

/* --------------------- scrollbar --------------------- */

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #cfd8dc;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #585d75;
}

.item-list-border {
  border: 1px solid #e9edf0;
  border-bottom: none;
}

.item-col-border:not(:last-child) {
  border-right: 1px solid #e9edf0;
}

.item-col-header-border:not(:last-child) {
  border-right: 1px solid #e9edf0;
}

.item-col-header-border span {
  padding-left: 10px;
}

/* calendarはstyle.cssにマージしました */
.form-hyphen {
  display: inline-block;
  height: 35px !important;
  line-height: 35px !important;
}

.btn-m0 {
  margin: 0 !important;
}

.wrap-top-message {
  margin: 160px auto;
  font-size: 1.2rem;
  color: #80808e;
}

.area-dropfile {
  border-radius: 10px;
  background-color: #ecf0f1;
  text-align: center;
  padding: 40px;
  border: 4px dashed #9f9fa9;
  box-sizing: border-box;
  display: block;
}

.bt-primary:disabled {
  color: #fff;
  background-color: #68a3ea;
  border: 1px solid #68a3ea;
  cursor: not-allowed;
}

.bt-secondary:disabled,
.bt-tertiary:disabled {
  color: #80808e;
  background-color: #efefef;
  border: 1px solid #d8d8d8;
  cursor: not-allowed;
}

/* フォーム入力欄の横並び表示調整 */

.wrap-input-flex {
  display: -webkit-box;
  display: box;
}

.wrap-input-flex > div {
  -webkit-box-flex: 1;
  box-flex: 1;
  margin-left: 10px;
  position: relative;
}

.wrap-input-flex > div:first-child {
  margin: 0;
}

.wrap-input-flex > div > input {
  width: 100%;
}

.wrap-input-flex.hyphen > div::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -7px;
  border-top: 1px solid #000;
  width: 4px;
}

.wrap-input-flex.hyphen > div:first-child::before {
  display: none;
}

.wrap-input-flex.hyphen > div.no-hyphen::before {
  display: none;
}

.wrap-input-flex.zip > div:nth-child(1) {
  max-width: 140px !important;
}

.wrap-input-flex.zip > div:nth-child(2) {
  max-width: 240px !important;
  margin-right: 10px;
}

.wrap-input-flex.select-group > div {
  width: 100%;
}

.paginator {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* POS取引明細属性用*/
/* 既存のclassNameで実現できるならそれを用いたい */
.pos-transaction-item-property {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* react-datetime のためのスタイル指定 */
.react-datetime-right-side .rdtPicker {
  right: 0;
}
