@charset "UTF-8";
html {
  height: 100%;
}

body {
  font-family: "Noto Sans CJK JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
/* input(password) -- */
input::-webkit-input-placeholder {
  color: #9ca0a5
}
input::-moz-placeholder {
  color: #9ca0a5
}

input:-ms-input-placeholder {
  color: #9ca0a5
}
label {
  align-items: center;
  /*background: #fff;*/
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  position: relative;
  /*width: 300px;*/
  height: 46px;
}

.c-icon_center{
  padding: 38px 10px;
}

input {
  border: none;
  font-size: 18px;
}
input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  /*position: absolute;
  right: 5px;*/
  width: 30px;
  height: 30px;
}
/*input[type=checkbox]+label::before {
  background: #000;
}*/

a:link {color:#333333;} /*未訪問のリンクの色*/
a:visited {color:#333333;} /*訪問済みのリンクの色*/
a:hover {color:#333333;} /*カーソルが乗っているリンクの色*/
a:active {color:#333333;} /*クリック中のリンクの色*/

.iconEye::after {
  background: url(../img/eye.svg) no-repeat 96%;
  background-size: contain;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
}


.error {
  color: #f00;
}

.alignment-l {
  margin: 0 auto 15px 0!important;
}
.alignment-r {
  margin: 0 0 15px auto!important;
}
.cell__alignment-l {
  text-align: left;
}
.cell__alignment-r {
  text-align: right;
}
.cell__alignment-c {
  text-align: center;
}
.placeholder {
  text-align: right;
}
.placeholder::placeholder {
  text-align: left;
}

/* icon -アイコン- */
.c-icon {
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 1.5px 7.5px 1.5px 7.5px;
  user-select: none;
}
.password__edit--title .c-icon {
  padding: 0.5px 7.5px 1.5px 7.5px;
}
.c-icon__required {
  background-color: #EF5F5F;
}
.c-icon__any {
  background-color: #707070;
}

.container {
  background-color: #F5F5F1;
  display: flex;
}
.atten_text {
  color: #f00;
  font-size: 10px;
  padding: 0 0 5px;
}

.anotherWindow {
  background-color: #F5F5F1;
}
.c-table__th--cellOneFifth {
  width: 20%;
}
.c-table__th--cellTwoFifths {
  width: 40%;
}
.anotherWindow .c-table__td {
  font-size: 10px;
}

/* sidemenu -サイドメニュー- */
.inc-sideMenu {
  background-color: #FFF;
  box-shadow: 8px 0 8px -3px #ccc;
  position: fixed;
  height: 100vh;
  width: 200px;
  z-index: 2;
}
.logo__area {
  border-bottom: 1px solid #bebebe;
  padding: 25px 50px;
}
.logo__area img {
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
}
.link__item {
  align-items: center;
  display: flex;
  padding: 17.5px 0 17.5px 20px;
  position: relative;
}
.link__item a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.link__item .text {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
}
.link__item.active {
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.link__item:hover {
  background-color: #707070;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.link__item-user {
  border-bottom: 1px solid #bebebe;
  padding: 27.5px 0 27.5px 20px;
}
.link__item-user.active {
  background-color: #707070;
}
.link__item-user:hover {
  background-color: #707070;
}
.link__item img {
  min-width: 35px;
  padding-right: 10px;
}
.copyright {}
.copyright__inner {
  color: #BEBEBE;
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  left: 80px;
}


/* main contents -メインコンテンツ- */
.main__contents {
  padding: 5px 0;
  position: relative;
  /*width: calc(100% - 200px);*/
  width: 1200px;
}
.anotherWindow .main__contents {
  margin: 50px auto;
}
aside + .main__contents {
  min-height: 100vh;
  margin-left: 200px;
}
.main__contents--password {
  width: 100%;
}
.main__contents--password-inner {
  width: 1200px;
}
.main__contents--breadCrumb {
  color: #707070;
  font-size: 13px;
  font-weight: normal;
  padding: 0px 15px;
}
.main__contents--breadCrumb a,
.main__contents--breadCrumb a:link,
.main__contents--breadCrumb a:visited,
.main__contents--breadCrumb a:active {
  color: #707070;
  text-decoration: none;
}
.main__contents--breadCrumb a:hover {
  color: #333;
}

.main__contents--inner {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 20px;
  /*min-width: 1200px;*/
  /*width: 900px;*/
}
.main__contents--inner-common {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px #bebebe;
  margin: 0 auto 25px;
  padding: 20px 50px;
  width: 80%;
}
.anotherWindow .main__contents--inner-common {
  width: initial;
}
.main__contents--inner-common label.address {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main__contents--inner-common .c-button__right {
  margin: -25px 60px 40px auto;
  width: 140px;
}
.main__contents--inner-common-confirm .text__input--content {
  word-wrap: break-word;
}
.main__contents--inner-noSort {
  padding: 0 20px;
}
.main__contents--inner-noSort .main__contents--inner {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px #bebebe;
}
.main__contents--inner-column {
  display: flex;
  padding: 0 20px;
}
.main__contents--inner-column-l {
  background-color: initial;
  margin-right: 50px;
  padding: initial;
  width: 1000px;
}
.main__contents--inner-table {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px #bebebe;
  padding: 15px 20px 10px 20px;
  margin-bottom: 20px;
}
.recievable .main__contents--inner-table {
  box-shadow: none;
}

.sales-preview .main__contents--inner-noSort .main__contents--inner  {
  box-shadow: none;
}
.main__contents--inner-column-r {
  min-width: 145px;
  width: 140px;
}
.anotherWindow .main__contents--inner-column-r {
  margin-left: auto;
}
.main__contents--inner-column-r-subMenu {
  margin-bottom: 20px;
}
.main__contents--inner-column-r-subMenu--title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main__contents--inner-column-r-subMenu--btn {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 2px;
  box-shadow: 0px 0px 15px 0px #bebebe;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 6px 5px 30px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  width: 100%;
}
.main__contents--inner-column-r-subMenu--btn:hover {
  background-color: #707070;
  border: 1px solid #707070;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.main__contents--inner-column-r-subMenu--btn:disabled {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #fff;
  cursor: default;
}
.main__contents--inner-column-r-subMenu--btn.disabled {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #fff;
  cursor: default;
  border-radius: 0px;
  box-shadow: none;
}
.main__contents--inner-column-r-subMenu--btn:disabled:hover {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #fff;
}

.main__contents--inner-column-r-subMenu--btn-delivery:before {
  content: url(../img/main_contents/icn_delivery.svg);
  position: absolute;
  left: 10px;
}
.main__contents--inner-column-r-subMenu--btn-delivery-cancel:before {
  content: url(../img/main_contents/icn_delivery-cancel.svg);
  position: absolute;
  left: 3px;
  top: 1px;
}
.main__contents--inner-column-r-subMenu--btn-upload-download {
  display: block;
  color: #fff !important;
  text-decoration: none;
}
.main__contents--inner-column-r-subMenu--btn-upload-download:before {
  content: url(../img/main_contents/icn_upload_download.svg);
  position: absolute;
  left: 10px;
  width: 24px;
}
.main__contents--inner-column-r-subMenu--btn-dust:before {
  content: url(../img/main_contents/icn_dust.svg);
  position: absolute;
  left: 10px;
}
.main__contents--inner-column-r-subMenu--btn-eraser:before {
  content: url(../img/main_contents/icn_eraser.svg);
  position: absolute;
  left: 10px;
}
.main__contents--inner-column-r-subMenu--btn-kashidaore:before {
  content: url(../img/main_contents/icn_kashidaore.svg);
  position: absolute;
  left: 10px;
}
.main__contents--inner-column-r-subMenu--btn-mail:before {
  content: url(../img/main_contents/icn_mail.svg);
  position: absolute;
  left: 10px;
}
.main__contents--inner-column-r-subMenu--btn-output:before {
  content: url(../img/main_contents/icn_output.svg);
  position: absolute;
  left: 10px;
}
.main__contents--inner-column-r-subMenu--btn-plus:before {
  content: url(../img/main_contents/icn_plus.svg);
  position: absolute;
  left: 10px;
}
.main__contents--inner-column-r-subMenu--btn-print:before {
  content: url(../img/main_contents/icn_print.svg);
  position: absolute;
  left: 10px;
}
.main__contents--inner-column-r-subMenu--btn-plus.disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #999;
  cursor: default;
}
.main__contents--title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.main__contents--headline-m {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.receipt_download_disabled {
  pointer-events: none;
  cursor: default;
}
.message__area {
  background-color: rgba(255,250,222,0.8);
  box-shadow: 8px 0 16px 0px #ccc;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 18px;
  text-align: center;
  min-width: 1160px;
  width: calc(100% - 40px);
  z-index: 1;
}
.message__area--text {
  font-weight: bold;
}

/* sort area -絞り込みエリア- */
.c-sort__area {
  background-color: #fff;
  display: flex;
  font-size: 13px;
  height: 70px;
  padding: 3px 15px 10px 32px;
}
.c-sort__area--title {
  font-weight: bold;
  height: 19px;
  margin-bottom: 5px;
}
.c-sort__area--item {
  margin-right: 15px;
}
.c-sort__area--value {
  align-items: center;
  display: flex;
}
.c-sort__area--value .c-button {
  width: 120px;
}
.c-sort__area input {
  border: 1px solid #ccc;
  border-radius: 2px;
}
.c-sort__area input[type=tel],
.c-sort__area input[type=text] {
  padding: 5px;
}
.c-sort__area input[type=date] {
  padding: 4px 5px;
  width: 140px;
}
.betweenItems {
  margin: 0 5px;
}
.c-sort__area select {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 4px 5px;
}
.c-sort__area .orderNo {
  width: 75px;
}
.c-sort__area .js-datepicker {
  width: 85px;
}
.c-sort__area .c-button {
  padding: 6px 10px;
}
.main__contents--inner-common .c-sort__area {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 20px;
}
.c-sort__area--item-receivable {
  margin-right: 1px;
}
.c-sort__area--value-receivable {
  align-items: center;
  display: flex;
  height: 50%;
}

/* table -テーブル- */
.c-table {
  border-collapse:collapse;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.c-table__th {
  background-color: #333;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  padding: 6px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
/*.c-table__tr th:first-child {
  border-right: 1px solid #333;
}*/
.c-table__th:last-child {
  border-right: 1px solid #333;
}
/*.c-table tbody .c-table__tr:hover {
  background-color: #86CBE0;
}*/
.c-table tbody .c-table__tr:hover,
.c-table tbody .c-table__tr.c-table__tr--bgGray:hover,
.c-table tbody .c-table__tr.c-table__tr--bgBlue:hover,
.c-table tbody .c-table__tr.c-table__tr--bgPink:hover,
.c-table tbody .c-table__tr.c-table__tr--bgYellow:hover,
.c-table tbody .c-table__tr.c-table__tr--bgPink:hover .c-table__td.c-table__td--bgPink,
.c-table tbody .c-table__tr.c-table__tr--bgPink .c-table__td.c-table__td--bgPink:hover {
  background-color: #86CBE0;
}
.c-table tbody .c-table__tr.c-table__tr--bgGray {
  background-color: #e6e6e6;
}
.c-table tbody .c-table__tr.c-table__tr--bgBlue {
  background-color: #86CBE0;
}
.c-table tbody .c-table__tr.c-table__tr--bgPink {
  background-color: #ffeded;
}
.c-table tbody .c-table__tr.c-table__tr--bgYellow {
  background-color: #fffade;
}
.c-table tbody .c-table__tr:hover .c-table__input {
  background-color: #fff;
}


.c-table tbody .c-table__tr.c-table__tr--bgPink .c-table__td.c-table__td--bgPink {
  background-color: #FFD1D1;
  font-weight: bold;
}

.main__contents--noHover .c-table tbody .c-table__tr:hover,
.main__contents--noHover .c-table tbody .c-table__tr.c-table__tr--bgGray:hover,
.main__contents--noHover .c-table tbody .c-table__tr.c-table__tr--bgBlue:hover,
.main__contents--noHover .c-table tbody .c-table__tr.c-table__tr--bgPink:hover,
.main__contents--noHover .c-table tbody .c-table__tr.c-table__tr--bgYellow:hover {
  background-color: #fff;
}


/* チェックボックス01 */
input[type=checkbox] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 20px;
  position: relative;
  height: 18px;
  width: 100%;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 3px;
  content: '';
  display: block;
  height: 16px;
  left: 17px;
  margin-top: -12px;
  position: absolute;
  top: 65%;
  width: 16px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .checkbox01::before { left: 10px; } /* IE11 */
}
.allSelect.checkbox01::before {
  left: 12px;
  top: 58%;
  height: 25px;
  width: 25px;
}
.checkbox01::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  display: block;
  height: 14px;
  left: 20px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 35%;
  transform: rotate(45deg);
  width: 10px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .checkbox01::after { left: 15px; } /* IE11 */
}
.allSelect.checkbox01::after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  left: 18px;
  top: 30%;
  height: 18px;
  width: 13px;
}
input[type=checkbox]:checked + .checkbox01::before {
  background-color: #333;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

/* ラジオボタン01 */
input[type=radio] {
  display: none;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 15px;
  position: relative;
  height: 16px;
  width: 100%;
}
.radio01::before {
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio01::after {
  background: #333;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 17px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 40%;
  width: 12px;
}
input[type=radio]:checked + .radio01::before {
  border: 1px solid #333;
}
input[type=radio]:checked + .radio01::after {
  opacity: 1;
}

.shipping__address .radio01 {
  width: 160px;
  padding-left: 40px;
}
.shipping__address .radio01::before {
  margin-top: -10px;
}
.shipping__address .radio01::after {
  margin-top: -6px;
}


/*.c-table tbody .c-table__tr:first-child.c-table__tr--bgGray {
  background-color: #fff;
}*/
.c-table tbody .c-table__tr.active {
  background-color: #86CBE0;
}
.c-table tbody .c-table__tr.active .c-table__input {
  background-color: #fff;
}
.c-table__td {
  border: 1px solid #bebebe;
  font-size: 13px;
  height: 20px;
  padding: 0px 6px;
  word-break: break-all;
  max-width: 140px;

  /*!* tableの3点リーダー実装のため追加 *!*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*max-width: 0;*/
}
.anotherWindow .c-table__td--circle {
  font-size: 14px;
}
.c-table__input {
  background-color: #fff;
  text-align: center;
  width: 60px;
}
.c-table__input input[type=checkbox] {
  opacity: 1;
  height: 20px;
  width: 20px;
}
.c-table__input input[type=checkbox]:checked + .c-table__td {
  background-color: #86CBE0;
}
.c-table__input input[type=checkbox]:checked + .c-table__td {
  background-color: #86CBE0;
}
.c-table__input:has(> input[type=checkbox]:checked) .c-table__td {
  background-color: #86CBE0;
}


label.allSelect {
  width: initial;
}
.allSelect input[type=checkbox] {
  opacity: 1;
}
.result_count {
  font-size: 13px;
  margin-left: 60px;
}
.result_min {
  margin-left: 10px;
}
.c-table__quarter {
  width: 25%;
}
.c-table__oneThird {
  width: 33.3333333%;
}
.c-table__twoThirds {
  width: 66.6666666%;
}
.c-table__half {
  width: 50%;
}
.c-table__threeQuarters {
  width: 75%;
}

/* button -ボタン- */
.c-button {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin: 0 auto 15px;
  padding : 5px 10px;
  position: relative;
  text-align: center;
  width: 140px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.c-button.color-white {
  color: #fff;
}
.c-button:disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #999;
  cursor: default;
}
.c-button:disabled:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #999;
}
.c-button.disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #999;
  cursor: default;
}
.c-button.disabled > a {
  cursor: default;
}
.c-button__reverse {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 25px;
  color: #707070;
  font-weight: bold;
  margin: 0 auto 15px;
  padding : 5px 10px;
  position: relative;
  text-align: center;
  width: 140px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.c-button__reverse.color-gray {
  color: #707070;
}
.c-button__reverse.disabled {
  cursor: default;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 25px;
  color: #999;
  font-weight: bold;
  margin: 0 auto 15px;
  padding : 5px 10px;
  position: relative;
  text-align: center;
  width: 140px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.c-button__reverse--return {
  margin-top: 30px;
}
.c-button:hover,
.c-button__reverse:hover {
  background-color: #707070;
  border: 1px solid #707070;
  color: #fff;
}
.c-button__reverse > a {
  color: #707070;
  text-decoration: none;
}
.c-button__reverse > a:hover {
  color: #fff;
}
.c-button a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-button__sideBySide {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 400px;
}
.c-button__sideBySide.c-button__reverse--return {
  margin-top: 30px;
}

/* pager -ページャー- */
.c-pager {
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin: 20px auto!important;
}
.c-pager__li {
  font-size: 13px;
  padding: 5.5px;
  position: relative;
  text-align: center;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;

  width: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.c-pager__li a {
  position: absolute;
    top: 0;
    left: 0;
  height: 100%;
  width: 100%;
}
.c-pager__li:hover {
  background-color: #bebebe;
  color: #707070;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.c-pager__li.active {
  background-color: #333;
  color: #fff;
}
.c-pager__li + li {
  border-left: 1px solid #bebebe;
}
.c-pager__li:first-child {
  border-left: 1px solid #bebebe;
  border-top-left-radius : 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-bottom-left-radius : 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
}
.c-pager__li:last-child {
  border-right: 1px solid #bebebe;
  border-top-right-radius : 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-bottom-right-radius : 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
}

/* input -テキスト入力- */
.main__contents--inner-text__input {
  margin: 0 auto 25px;
  padding: 50px 50px;
  width: 850px;
}
.text__input {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 25px;
}
.text__input--title {
  align-items: center;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  min-width: 30%;
}
.text__input--title.start {
  align-items: flex-start;
  margin-top: 8px;
}
.text__input--content {
  border-bottom: 1px solid #EDEDED;
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  width: 65%;
  overflow-wrap: anywhere;
}
.text__input--address {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  min-width: 30%;
}
.text__input--dummy {
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  width: 65%;
}
.text__input--content label {
  height: initial;
  padding: 0;
}
.text__input--content.start label {
  margin-bottom: 5px;
}
.text__input--content input,
.text__input--content select {
  border-radius: 3px;
  padding: 5px 10px;
}
.text__input--content select,
.text__input--content input[type=date] {
  height: 31px;
  padding: 4px 10px;
}
.text__input--addToArea {
  margin: 0 auto 30px;
  height: 40px;
  width: 160px;
}
.text__input--addToArea .main__contents--inner-column-r-subMenu--btn {
  padding: 7px 6px 7px 30px;
  width: 100%;
}
.c-textArea__address {
  width: 60px;
}
.c-textArea__small {
  width: 100px;
}
.c-textArea__medium {
  width: 300px;
}
.c-textArea__large {
  width: 450px;
}
.shipping__address {
  align-items: center;
  display: flex;
}
.shipping__address input[type=radio] {
  margin: 0;
  height: 20px;
  width: 20px;
}
.shipping__address label {
  font-size: 13px;
  height: 20px;
  padding: 0 10px;
  width: initial;
}
select.addressArea {
  margin-bottom: 10px;
}

.totalSales__area {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.totalSales__text {
  font-size: 15px;
  margin-right: 5px;
}
.totalSales__value {
  font-size: 13px;
  border: 2px solid #333;
  padding: 5px;
  text-align: right;
  width: 93px;
}

.totalSales__area__noflex {
  align-items: center;
  font-weight: bold;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.totalSales__area__noflex__center {
  align-items: center;
  font-weight: bold;
  justify-content: flex-end;
  margin-bottom: 25px;
  text-align: center;
  border-width: 2px;
  border-color: #000;
}

.totalSales__area__noflex__right {
  align-items: center;
  font-weight: bold;
  justify-content: flex-end;
  margin-bottom: 25px;
  text-align: right;
}

/* admin contents -管理者限定機能- */
.admin__contents {}
.admin__contents .link__item {
  background-color: #fff;
  cursor: pointer;
}
.admin__contents .link__item:hover {
  color: initial;
}
.admin__contents .link__item-user {
  border: 1px solid #f00;
  margin: 100px 100px 0 auto;
  padding: 15px 20px;
  width: 200px;
}
.admin__menu--outer {
  position: relative;
}
.admin__menu {
  background-color: #FFFADE;
  border-top: none;
  box-shadow: 4px 5px 5px #ccc;
  display: none;
  margin: 0 100px 0 auto;
  padding: 10px;
  position: absolute;
  top: 80px;
  left: 0;
  width: 200px;
  z-index: 1;
}
.admin__menu.active {
  display: block;
}
.admin__menu:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}
.admin__menu:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFFADE;
}
.admin__menu .admin__text {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.alert-danger {
  padding: 0 10px;
  color: #EF5F5F;
}

.h-40 {
  height: 40px;
}

.w-30 {
  width: 30px;
}

.w-70 {
  width: 70px;
}

.w-75 {
  width: 75px;
}

.w-80 {
    width: 80px;
}

.w-90 {
  width: 90px;
}

.w-95 {
  width: 95px;
}

.w-110 {
    width: 110px;
}
.w-120 {
    width: 120px;
}

.width-100 {
  width: 100%;
}
.no-decoration {
  text-decoration: none;
}

.no-display {
  display: none;
}

.js-loading-overlay {
  display: none;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.js-loading-overlay > img {
  position: fixed;
  top: 50%;
  left: 50%;
}

#back-link {
  color: #707070
}
#back-link:hover {
  color: #ffffff;
}

.main__contents--inner-column-r-subMenu--btn-print a{
  text-decoration: none;
  color: #ffffff;
}

.search_alert {
  background-color: #fff;
  padding: 3px 15px 10px 55px;
}

.order_delete_modal_number_text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.sum_amount {
  height: 25px;
  padding: 3px 6px;
  word-wrap: break-word;
}

.space__tr {
  height: 10px;
}

.font__small {
  font-size: small;
}
