@charset "UTF-8";
/* ------------------------------------------------- *
 *        変数　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.mb0 {
  margin-bottom: 0 !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;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.bdr-top {
  border-top: 1px solid #ccc;
}

.ui-widget-header {
  background: #fff !important;
  border: 1px solid #fff !important;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: .5em !important;
}

.date-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-wrapper .date-select {
  position: relative;
}

.date-wrapper .date-select::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: -5px;
}

/* ------------------------------------------------- *
 *        デバイス分岐　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*
*/
/* ------------------------------------------------- *
 *  ＠共通項目　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: auto;
  padding: 0;
  font-style: normal;
  position: relative;
  height: 100%;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

body,
html {
  margin: auto;
  font-size: 16px;
  color: #333;
}

/* color */
a {
  text-decoration: none;
  color: #1f6969;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all .3s;
  text-decoration: none;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
}

.switch {
  visibility: hidden;
}

ul {
  list-style: none;
}

/* PC・SP分岐 */
.spnone {
  display: block;
}

@media only screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

.pcnone {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pcnone {
    display: block;
  }
}

.pc {
  display: inline !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.pc2 {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .pc2 {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: inline !important;
  }
}

.sp2 {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp2 {
    display: block !important;
  }
}

/* footer */
footer {
  width: 100%;
  text-align: center;
}

.header {
  position: relative;
  z-index: 2;
}

.logo {
  color: #283E4D;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 75px;
  background: #fff;
  font-size: 1.5vw;
  white-space: nowrap;
}

.logo em {
  font-style: normal;
}

.logo img {
  max-width: 50%;
  position: relative;
  top: .21vw;
}

.side-colum {
  width: 100%;
  position: relative;
}

.side-colum nav ul li {
  text-align: center;
  border-top: 1px solid #707070;
}

.side-colum nav ul li:last-child {
  border-bottom: 1px solid #707070;
}

.side-colum nav ul li.current a {
  background: #DE5D50;
}

.side-colum nav ul li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}

.side-colum nav ul li a:hover {
  background: #DE5D50;
}

.head-side p.current a {
  background: #DE5D50;
}

/* Scss Document */
#wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

#wrapper .head-side {
  width: 20%;
  position: fixed;
  background: #283E4D;
  height: 100vh;
}

#wrapper .head-side p {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #707070;
}

#wrapper .head-side p a {
  color: #fff;
  padding: 20px 0;
  display: block;
}

#wrapper .head-side p a:hover {
  background: #DE5D50;
}

#wrapper .main-foot {
  width: 80%;
  height: 100%;
  position: relative;
  margin-left: 20%;
}

main {
  position: relative;
  background: #fff;
  min-height: 90vh;
}

main .main-head {
  background: #EDEDED;
  height: 75px;
  display: flex;
  justify-content: space-between;
}

main .main-head .pankuzu {
  width: 50%;
  margin: 30px 0 30px 50px;
}

main .main-head .pankuzu ul {
  color: #666;
  font-size: 14px;
}

main .main-head .pankuzu ul li {
  display: inline-block;
}

main .main-head .pankuzu ul li a {
  color: #666;
}

main .main-head .pankuzu ul li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 10px;
  font-size: 11px;
}

main .main-head .header-right-box {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}

main .main-head .header-right-box .cart a {
  background: #fff;
  color: #666;
  padding: 10px 40px 10px 20px;
  border-radius: 30px;
  margin: 0 10px;
  position: relative;
  font-size: 18px;
  white-space: nowrap;
}

main .main-head .header-right-box .cart a span.badge {
  position: absolute;
  right: 15px;
  border-radius: 50%;
  background: #DE5D50;
  color: #fff;
  font-size: 11px;
  top: 7px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

main .main-head .header-right-box .user-status {
  background: #167CBC;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0 10px;
}

main .main-head .header-right-box .login-user {
  height: 75px;
  width: 250px;
}

main .main-head .header-right-box .login-user a {
  height: 100%;
  text-align: center;
  background: #283E4D;
  color: #fff;
  display: block;
  line-height: 75px;
  position: relative;
}

main .main-head .header-right-box .login-user a::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 20px;
}

main .main-head .header-right-box .login-user a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}

main .main-head .header-right-box .logout {
  position: relative;
  display: none;
}

main .main-head .header-right-box .logout a {
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  background: #ed9400;
  position: absolute;
  bottom: -60px;
  right: 10px;
  color: #fff;
  width: 150px;
  text-align: center;
}

main .main-head .header-right-box .logout a:hover {
  opacity: 1;
  text-decoration: underline;
}

main .main-head .header-right-box .logout a:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 15px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #ed9400;
}

main .pager {
  display: flex;
  justify-content: center;
}

main .pager li {
  display: inline;
}

main .pager li a, main .pager li span {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 10px;
  text-align: center;
  color: #666;
}

main .pager li span {
  background: #167CBC;
  color: #fff;
  border-color: #167CBC;
}

main .inner {
  max-width: 1110px;
  width: 90%;
  margin: 50px auto;
}

main .inner h2 {
  font-size: 24px;
  border-left: 10px solid #283E4D;
  padding: 10px;
}

main .inner .search-box {
  background: #f5f5f5;
  width: 100%;
  padding: 30px;
  margin: 50px 0;
  border-radius: 10px;
}

main .inner .search-box form {
  display: flex;
  justify-content: space-between;
}

main .inner .search-box form.users {
  justify-content: left;
}

main .inner .search-box form .search-input:first-child, main .inner .search-box form .period-input:first-child {
  width: 40%;
}

main .inner .search-box form .search-input:nth-child(2), main .inner .search-box form .period-input:nth-child(2) {
  width: 40%;
}

main .inner .search-box form .search-input:last-child, main .inner .search-box form .period-input:last-child {
  width: 20%;
  text-align: center;
}

main .inner .search-box form .search-input button[type="submit"], main .inner .search-box form .period-input button[type="submit"] {
  background: #1f6969;
  border: 1px solid #1f6969;
  width: 100px;
  padding: 8px 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

main .inner .search-box form .search-input label, main .inner .search-box form .period-input label {
  margin-right: 10px;
}

main .inner .search-box form .search-input input, main .inner .search-box form .period-input input {
  width: 60%;
}

main .inner h3 {
  font-size: 20px;
  color: #283E4D;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #283E4D;
}

/* input */
input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

/* table */
table {
  width: 100%;
  margin: 30px 0;
}

table thead th {
  background: #EDEDED;
  border-right: 1px solid #D9D9D9;
  padding: 20px;
  text-align: center;
  position: relative;
}

table thead th.stock {
  padding-right: 60px;
}

table thead th a.av {
  position: absolute;
  right: 20px;
  top: 20px;
  margin-right: 30px;
  height: 20px;
}

table thead th a.av:before {
  content: '';
  position: absolute;
  top: 3px;
  right: -15px;
  border-bottom: 10px solid #666;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

table thead th a.av:after {
  content: '';
  position: absolute;
  top: 3px;
  right: -30px;
  border-top: 10px solid #666;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

table thead th:last-child {
  border-right: none !important;
}

table thead th span.sort-icon img {
  width: 15px;
  height: auto;
}

table thead th span.sort-icon:first-child {
  margin-left: 10px;
}

table tbody td {
  padding: 20px;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

table tbody td.customer-name:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

table tbody td:last-child {
  border-right: none !important;
  background: #fff;
}

table tbody td.delete {
  text-align: center;
  font-weight: 900;
  color: #999;
}

table tbody tr:nth-child(even) td {
  background: #F8F8F8;
}

main.cart h3 {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  border: 0;
}

main.cart .location {
  margin: 50px auto;
  width: 80%;
  position: relative;
  max-width: 750px;
  min-width: 400px;
}

main.cart .location:before {
  content: "";
  width: 92%;
  position: absolute;
  top: 18px;
  right: 0;
  border: 2px solid #666;
  z-index: 1;
}

main.cart .location ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

main.cart .location ul li {
  font-size: 12px;
  text-align: center;
}

main.cart .location ul li span {
  display: block;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #666;
  border-radius: 50%;
  margin: 0 auto 5px;
  font-size: 16px;
}

main.cart .location ul li.current {
  color: #167CBC;
}

main.cart .location ul li.current span {
  background: #167CBC;
}

main.cart .moto-info {
  padding: 20px 0;
  margin-bottom: 40px;
}

main.cart .moto-info input {
  margin: -5px 10px 0;
}

main.cart .moto-info.saki input {
  margin-top: 0;
}

main.cart .moto-info.saki td:last-child {
  width: 15%;
}

main.cart .moto-info.saki td.select-cell {
  width: 15%;
}

main.cart .moto-info.saki td.select-date input {
  width: 100px;
}

main.cart .moto-info.saki td.item-td {
  width: auto;
}

main.cart .moto-info a.choice-btn, main.cart .moto-info a.append-btn {
  width: 200px;
  padding: 10px 0;
  color: #fff;
  background: #167CBC;
  text-align: center;
  display: block;
}

main.cart .moto-info a.append-btn {
  background: #fff;
  border: 1px solid #167CBC;
  color: #167CBC;
}

main.cart .moto-info .table-wrapper {
  margin-bottom: 30px;
  min-width: 900px;
}

main.cart .moto-info .table-wrapper table {
  font-size: 14px;
  margin-bottom: 0;
}

main.cart .moto-info .table-wrapper table thead th {
  background: #fff;
  border-right: 0;
  border-bottom: 1px solid #d9d9d9;
  font-weight: normal;
  padding: 10px;
}

main.cart .moto-info .table-wrapper table thead th.busho, main.cart .moto-info .table-wrapper table thead th.seimei {
  width: 11%;
}

main.cart .moto-info .table-wrapper table thead th.postno {
  width: 13%;
}

main.cart .moto-info .table-wrapper table thead th a {
  color: #666;
}

main.cart .moto-info .table-wrapper table thead th a.av {
  right: auto;
  left: 10px;
  top: 10px;
  margin-right: 10px;
}

main.cart .moto-info .table-wrapper table tbody td {
  border-right: 0;
  padding: 10px;
}

main.cart .moto-info .table-wrapper table tbody td a.edit-btn, main.cart .moto-info .table-wrapper table tbody td a.delete-btn {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 8px;
  background: #eee;
  color: #333;
}

main.cart .moto-info .table-wrapper table tbody td a.delete-btn {
  background: #ed9400;
  color: #fff;
}

main.cart .moto-info .table-wrapper table tbody td.address-cell {
  width: 34%;
}

main.cart .moto-info .table-wrapper table tbody td.book-cell {
  width: 120px;
}

main.cart .moto-info .table-wrapper table tbody td.book-cell input {
  margin: 0;
  padding: 5px;
}

main.cart .moto-info .table-wrapper table tbody td.bon, main.cart .moto-info .table-wrapper table tbody td.d-time, main.cart .moto-info .table-wrapper table tbody td.d-date {
  text-align: right;
  padding-right: 0;
  width: 10%;
}

main.cart .moto-info .table-wrapper table tbody td:last-child {
  width: 15%;
}

main.cart h4 {
  border-bottom: 3px solid #999;
  padding-bottom: 10px;
}

main.cart table.item-info {
  border: 1px solid #EDEDED;
}

main.cart table.item-info th {
  background: #EDEDED;
  vertical-align: middle;
}

main.cart table.item-info td {
  border: 0;
}

main.cart table.shipping-address th {
  padding: 10px 0;
}

main.cart table.shipping-address th.deli {
  width: 15%;
  min-width: 100px;
}

main.cart table.shipping-address td {
  text-align: center;
}

main.cart table.shipping-address td.address-cell {
  text-align: left;
}

main.cart table thead th {
  padding: 10px;
}

main.cart table thead th.c-no {
  width: 20%;
}

main.cart table tbody {
  line-height: 1.4;
}

main.cart table tbody td {
  padding: 10px;
  vertical-align: middle;
}

main.cart table tbody td.c-no {
  text-align: center;
}

main.cart table tbody td.c-no input {
  width: 80px;
}

main.cart table tbody td.delete a {
  color: #999;
}

main.cart .button-area {
  margin: 100px auto;
  text-align: center;
}

main.cart .button-area a {
  display: inline-block;
  color: #fff;
  background: #333;
  margin: 5px;
  padding: 20px;
  width: 200px;
}

main.cart .button-area a.next-btn {
  background: #DE5D50;
}

main.cart select {
  font-size: 15px;
  padding: 5px 15px 5px 5px;
  color: #666666;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
}

main.cart .select-wrapper {
  /*セレクトにボーダーを設置*/
  display: inline-block;
  position: relative;
  border: 1px solid #cccccc;
  background: #ffffff;
  width: 100%;
}

main.cart .select-wrapper::before {
  /*セレクトに矢印を設置*/
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

main.cart .input-number {
  width: 100px;
  font-size: 15px;
}

main.cart .info-display ul {
  margin: 20px 30px;
}

main.cart .info-display ul li {
  margin-bottom: 10px;
}

main.cart .finish {
  text-align: center;
}

main.cart .finish h3 {
  background: transparent;
  font-size: 25px;
  color: #333;
  margin-bottom: 25px;
}

main.cart .finish p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.5;
  min-width: 400px;
  max-width: 630px;
}

main.cart .finish p.no {
  font-weight: bold;
}

main.cart .finish .button-area {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  main .inner .search-box form .search-input input {
    width: 80%;
  }
}

main .inner .search-box form .place-input {
  width: 40%;
  min-width: 255px;
}

main .inner .search-box form .place-input .select-wrapper {
  width: auto;
}

main .inner .search-box form .search-input button[type=submit] {
  min-width: 170px;
}

@media screen and (max-width: 1200px) {
  main .inner .search-box form {
    display: block;
  }
  main .inner .search-box form .place-input {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 38px;
  }
  main .inner .search-box form .search-input, main .inner .search-box form .period-input {
    width: 100% !important;
    margin-bottom: 10px;
  }
  main .inner .search-box form .submit-btn {
    width: 100% !important;
    margin-bottom: 0;
  }
  main .inner .search-box form .submit-btn input {
    margin: auto;
  }
}

main .inner .container {
  border-top: 1px solid #eee;
  margin: 50px 0;
}

main .inner .container .row {
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #eee;
}

main .inner .container .row .midashi {
  width: 20%;
  line-height: 40px;
  min-width: 140px;
}

main .inner .container .row .midashi .txtred {
  color: #DE5D50;
  font-size: 0.8rem;
}

main .inner .container .row .nyuryoku {
  width: 80%;
}

main .inner .container .row .nyuryoku .point {
  font-size: 0.8rem;
}

main .inner .container .row .nyuryoku select {
  width: 200px;
}

main .inner .container .row .nyuryoku input {
  font-size: 15px;
  border-radius: 3px;
}

main .inner .container .row .nyuryoku input.short {
  box-sizing: border-box;
  width: 40%;
  margin-right: 15px;
}

main .inner .container .row .nyuryoku input.long {
  box-sizing: border-box;
  width: 100%;
}

main .inner .container .row .nyuryoku input.zip {
  width: 150px;
  margin-right: 5px;
}

main .inner .container .row .nyuryoku input::placeholder {
  color: #ccc;
}

main.register h3 {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  border: 0;
}

main.register h3 span {
  display: inline-block;
  background: #fff;
  color: #000;
  margin-right: 10px;
  padding: 0 5px;
}

main.register a.manual-btn {
  max-width: 250px;
  text-align: center;
  border: 1px solid #167CBC;
  color: #167CBC;
  display: block;
  margin-left: auto;
  line-height: 45px;
}

main.register a.manual-btn::after {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

main.register .location {
  margin: 50px auto;
  width: 80%;
  position: relative;
  max-width: 650px;
  min-width: 350px;
}

main.register .location:before {
  content: "";
  width: 92%;
  position: absolute;
  top: 18px;
  right: 0;
  border: 2px solid #666;
  z-index: 1;
}

main.register .location.half:before {
  width: auto;
  right: 40px;
  left: 40px;
}

main.register .location ul {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}

main.register .location ul li {
  font-size: 12px;
  text-align: center;
}

main.register .location ul li span {
  display: block;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #666;
  border-radius: 50%;
  margin: 0 auto 5px;
  font-size: 16px;
}

main.register .location ul li.current {
  color: #167CBC;
}

main.register .location ul li.current span {
  background: #167CBC;
}

main.register .upload-block {
  background-color: #efefef;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  main.register .upload-block {
    display: block;
    text-align: center;
  }
}

main.register .upload-block input {
  background: transparent;
  border: 0;
  transform: scale(1.5, 1.5);
  margin-left: 50px;
  margin-top: 10px;
  color: #999;
  width: 250px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  main.register .upload-block input {
    margin: 0 0 30px;
    width: auto;
    padding: 0;
  }
}

main.register .upload-block a.upload-btn {
  display: block;
  width: 250px;
  padding: 20px 0;
  background: #167CBC;
  color: #fff;
  text-align: center;
  position: relative;
  margin: auto;
}

main.register .upload-block a.upload-btn:after {
  content: "\f093";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}

main.register a.append-btn {
  width: 200px;
  margin: 50px auto;
  padding: 10px 0;
  text-align: center;
  display: block;
  background: #fff;
  border: 1px solid #167CBC;
  color: #167CBC;
}

main.register .moto-info {
  padding: 20px 30px;
  margin-bottom: 40px;
}

main.register .moto-info input {
  margin: -5px 10px 0;
}

main.register .moto-info ul {
  margin: 20px 0;
}

main.register .moto-info ul li {
  margin-bottom: 10px;
}

main.register .moto-info.saki input {
  margin-top: 0;
}

main.register .moto-info a.choice-btn, main.register .moto-info a.append-btn {
  width: 200px;
  padding: 10px 0;
  color: #fff;
  background: #167CBC;
  text-align: center;
  display: block;
}

main.register .moto-info a.append-btn {
  background: #fff;
  border: 1px solid #167CBC;
  color: #167CBC;
}

main.register .moto-info .table-wrapper {
  min-width: 900px;
  margin-bottom: 30px;
}

main.register .moto-info .table-wrapper table {
  font-size: 14px;
  margin-bottom: 0;
}

main.register .moto-info .table-wrapper table thead th {
  background: #fff;
  border-right: 0;
  border-bottom: 1px solid #d9d9d9;
  font-weight: normal;
  padding: 10px;
}

main.register .moto-info .table-wrapper table thead th.busho, main.register .moto-info .table-wrapper table thead th.seimei {
  width: 11%;
}

main.register .moto-info .table-wrapper table thead th a {
  color: #666;
}

main.register .moto-info .table-wrapper table thead th a.av {
  right: auto;
  left: 20px;
  top: 10px;
}

main.register .moto-info .table-wrapper table tbody td {
  border-right: 0;
  padding: 10px;
}

main.register .moto-info .table-wrapper table tbody td a.edit-btn, main.register .moto-info .table-wrapper table tbody td a.delete-btn {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px;
  background: #eee;
  color: #333;
}

main.register .moto-info .table-wrapper table tbody td a.delete-btn {
  background: #ed9400;
  color: #fff;
}

main.register .moto-info .table-wrapper table tbody td.address-cell {
  width: 40%;
}

main.register .moto-info .table-wrapper table tbody td.book-cell {
  width: 120px;
}

main.register .moto-info .table-wrapper table tbody td.book-cell input {
  margin: 0;
  padding: 5px;
}

main.register .moto-info .table-wrapper table tbody td.bon, main.register .moto-info .table-wrapper table tbody td.d-time, main.register .moto-info .table-wrapper table tbody td.d-date {
  text-align: right;
  padding-right: 0;
}

main.register .moto-info .table-wrapper table tbody td.number {
  font-weight: bold;
}

main.register .moto-info .table-wrapper table.check th {
  color: #666;
  background: #EDEDED;
  border-right: 1px solid #D9D9D9;
  padding: 10px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

main.register .moto-info .table-wrapper table.check td {
  border-right: 1px solid #D9D9D9;
}

main.register h4 {
  border-bottom: 3px solid #999;
  padding-bottom: 10px;
}

main.register table {
  margin-top: 20px;
}

main.register table.item-info {
  border: 1px solid #EDEDED;
}

main.register table.item-info th {
  background: #EDEDED;
  vertical-align: middle;
}

main.register table.item-info td {
  border: 0;
}

main.register table.shipping-address th {
  padding: 10px 0;
}

main.register table.shipping-address th.deli {
  width: 15%;
  min-width: 100px;
}

main.register table.shipping-address td {
  text-align: center;
}

main.register table.shipping-address td.address-cell {
  text-align: left;
}

main.register table thead th {
  padding: 10px;
  color: #666;
}

main.register table thead th.c-no {
  width: 20%;
}

main.register table tbody {
  line-height: 1.4;
}

main.register table tbody td {
  padding: 10px;
  vertical-align: middle;
}

main.register table tbody td.c-no {
  text-align: center;
}

main.register table tbody td.c-no input {
  width: 80px;
}

main.register .button-area {
  margin: 50px auto;
  text-align: center;
}

main.register .button-area a {
  display: inline-block;
  color: #fff;
  background: #333;
  margin: 5px;
  padding: 15px;
  width: 250px;
}

main.register .button-area a.next-btn {
  background: #DE5D50;
}

main.register select {
  font-size: 15px;
  padding: 5px 15px 5px 5px;
  color: #666666;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
}

main.register .select-wrapper {
  /*セレクトにボーダーを設置*/
  position: relative;
  border: 1px solid #cccccc;
  background: #ffffff;
}

main.register .select-wrapper::before {
  /*セレクトに矢印を設置*/
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

main.register .input-number {
  width: 100px;
  font-size: 15px;
}

main.register .finish {
  text-align: center;
}

main.register .finish h3 {
  background: transparent;
  font-size: 25px;
  color: #333;
  margin-bottom: 25px;
}

main.register .finish p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.5;
  min-width: 400px;
  max-width: 630px;
}

main.register .finish p.no {
  font-weight: bold;
}

main.register .finish .button-area {
  margin-top: 30px;
}

main.status .inner ul {
  margin: 20px 30px;
}

main.status .inner ul li {
  margin-bottom: 10px;
}

main.status .inner .status-detail-title {
  font-size: 25px;
  margin: 40px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  main.status .inner .search-box form {
    display: block;
  }
  main.status .inner .search-box form .search-input, main.status .inner .search-box form .period-input {
    width: 100% !important;
    margin-bottom: 10px;
  }
  main.status .inner .search-box form .submit-btn {
    width: 100% !important;
    margin-bottom: 0;
  }
  main.status .inner .search-box form .submit-btn input {
    margin: auto;
  }
}

main.status .inner .search-box form .period-input {
  min-width: 350px;
  width: 45%;
}

main.status .inner .search-box form .period-input label {
  white-space: nowrap;
}

main.status .inner .search-box form .period-input i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}

main.status .inner .search-box form .period-input input {
  width: 85%;
}

main.status .inner .search-box form .search-input button[type=submit] {
  min-width: 150px;
}

main.status h3 {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  border: 0;
}

main.status .location {
  margin: 50px auto;
  width: 80%;
  position: relative;
  max-width: 750px;
  min-width: 400px;
}

main.status .location:before {
  content: "";
  width: 92%;
  position: absolute;
  top: 18px;
  right: 0;
  border: 2px solid #666;
  z-index: 1;
}

main.status .location ul {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}

main.status .location ul li {
  font-size: 12px;
  text-align: center;
}

main.status .location ul li span {
  display: block;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #666;
  border-radius: 50%;
  margin: 0 auto 5px;
  font-size: 16px;
}

main.status .location ul li.current {
  color: #167CBC;
}

main.status .location ul li.current span {
  background: #167CBC;
}

main.status .table-wrapper {
  min-width: 900px;
  margin-bottom: 30px;
}

main.status .table-wrapper table {
  font-size: 14px;
  margin-bottom: 0;
}

main.status .table-wrapper table thead th.d-day {
  width: 11%;
}

main.status .table-wrapper table thead th.d-day a.av {
  left: 7px;
}

main.status .table-wrapper table thead th.c-name a.av {
  left: calc(50% - 50px);
}

main.status .table-wrapper table thead th a {
  color: #666;
}

main.status .table-wrapper table thead th a.av {
  right: auto;
  left: 20px;
  top: 10px;
}

main.status .table-wrapper table tbody td a.detail-btn {
  display: block;
  border: 1px solid #167CBC;
  padding: 5px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

main.status h4 {
  border-bottom: 3px solid #999;
  padding-bottom: 10px;
}

main.status table.item-info {
  border: 1px solid #EDEDED;
}

main.status table.item-info th {
  background: #EDEDED;
  vertical-align: middle;
}

main.status table.item-info td {
  border: 0;
}

main.status table.shipping-address th {
  padding: 10px 0;
}

main.status table.shipping-address th.deli {
  width: 15%;
  min-width: 100px;
}

main.status table.shipping-address td {
  text-align: center;
}

main.status table.shipping-address td.address-cell {
  text-align: left;
}

main.status table thead th {
  padding: 10px;
}

main.status table thead th.c-no {
  width: 20%;
}

main.status table tbody {
  line-height: 1.4;
}

main.status table tbody td {
  padding: 10px;
  vertical-align: middle;
}

main.status table tbody td.c-no {
  text-align: center;
}

main.status table tbody td.c-no input {
  width: 80px;
}

main.status .button-area {
  margin: 100px auto;
  text-align: center;
}

main.status .button-area a {
  display: inline-block;
  color: #fff;
  background: #333;
  margin: 5px;
  padding: 20px;
  width: 200px;
}

main.status .button-area a.next-btn {
  background: #DE5D50;
}

main.status select {
  font-size: 15px;
  padding: 5px 15px 5px 5px;
  color: #666666;
  width: 30%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
}

main.status .select-wrapper {
  /*セレクトにボーダーを設置*/
  position: relative;
  border: 1px solid #cccccc;
  background: #ffffff;
}

main.status .select-wrapper::before {
  /*セレクトに矢印を設置*/
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

main.status .input-number {
  width: 100px;
  font-size: 15px;
}

main.status .finish {
  text-align: center;
}

main.status .finish h3 {
  background: transparent;
  font-size: 25px;
  color: #333;
  margin-bottom: 25px;
}

main.status .finish p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.5;
  min-width: 400px;
  max-width: 630px;
}

main.status .finish p.no {
  font-weight: bold;
}

main.status .finish .button-area {
  margin-top: 30px;
}

main.csv .upload-block {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  main.csv .upload-block {
    display: block;
    text-align: center;
  }
}

main.csv .upload-block input {
  background: transparent;
  border: 0;
  transform: scale(1.5, 1.5);
  margin-left: 30px;
  margin-top: 10px;
  color: #999;
  width: 250px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  main.csv .upload-block input {
    margin: 0 0 30px;
    width: auto;
    padding: 0;
  }
}

main.csv .upload-block a.upload-btn {
  display: block;
  width: 250px;
  padding: 20px 0;
  background: #167CBC;
  color: #fff;
  text-align: center;
  position: relative;
  margin: auto;
}

main.csv .upload-block a.upload-btn:after {
  content: "\f093";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}

main.csv .upload-block a.upload-btn.dwn {
  margin: 0;
  width: 350px;
}

main.csv .upload-block a.upload-btn.dwn:after {
  content: "\f019";
}

main.help .info-block {
  background: #f5f7f8;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0;
  margin: 30px 0 20px;
}

main.help .info-block p {
  padding: 0 80px;
  border-left: 1px solid #ccc;
}

main.help .info-block p:first-child {
  border: 0;
}

main.help .info-block p span {
  color: #167CBC;
  font-size: 30px;
  display: block;
  margin-top: 10px;
}

main.help .attention {
  color: #DE5D50;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

main.help .inner .container {
  border: 0;
  margin: 40px;
}

main.help .inner .container .row {
  border: 0;
  padding: 8px 0;
}

main.help .inner .container .row .midashi {
  min-width: 200px;
  font-weight: bold;
}

main.help .inner .container .row .midashi .txtred {
  color: #fff;
  background: #DE5D50;
  padding: 2px 8px;
  font-size: 10px;
  border-radius: 5px;
}

main.help .inner .container .row .nyuryoku ul li {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

main.help .inner .container .row .nyuryoku ul li input[type=checkbox] {
  margin-right: 5px;
  margin-top: -2px;
}

main.help .inner .container .row .nyuryoku textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 15px;
  border-radius: 3px;
}

main.help .inner .button-area {
  margin: 40px auto 100px;
  text-align: center;
}

main.help .inner .button-area a.next-btn {
  display: inline-block;
  color: #fff;
  background: #167CBC;
  margin: 5px;
  padding: 20px;
  width: 200px;
}

.login-box {
  text-align: center;
  margin-top: 100px;
}

.login-box__logo img {
  max-width: 600px;
  margin: 0 152px 30px 0;
}

.login-box form {
  width: 350px;
  margin: 0 auto;
}

.login-box label {
  line-height: 1.8;
  color: #666;
}

.login-box h1 {
  font-size: 30px;
  color: #666;
  margin: 15px 0;
  font-size: 82px;
}

.login-box input {
  font-size: 20px;
}

.login-box input, .login-box button {
  width: 100%;
}

.login-box .reissue {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.login-box .reissue a {
  display: block;
  text-align: right;
  color: #999;
}

.login-box button {
  background: #2d3d4d;
  border-radius: 20px;
  color: #fff;
  padding: 5px 0;
  border: 0;
  font-size: 15px;
  margin-bottom: 100px;
}

.error-box {
  margin: 30px auto;
  text-align: center;
}

.error-box .txt {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #cc0000;
  display: inline-block;
  padding-bottom: 10px;
  color: #cc0000;
  padding: 15px 20px;
  background: #fff0f0;
  line-height: 1.6;
}

.error-box .txt i {
  margin-right: 10px;
}

.error-msg {
  color: #cc0000;
  margin: 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.regist01-inner {
  display: flex;
}

.regist01-inner h2 {
  margin-right: 20px;
}

.regist01-inner .pdf-btn {
  margin-top: 5px;
  display: inline-block;
  border: 1px solid;
  padding: 10px 9px;
}
/*# sourceMappingURL=style.css.map */