@charset "UTF-8";
/* CSS Document */

.dirTrade { display: block; }
input[type="text"] { font-size: 12px; }

/* Header */
header.dirTrade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
}
header.dirTrade h1 {
  width: 130px;
  position: initial;
  top: initial;
  left: initial;
}
header.dirTrade h1 img {
  width: 100%;
  object-fit: initial;
}
header.dirTrade p {
  margin: 10px 0 0 0;
  font-size: 12px;
  letter-spacing: .05rem;
}

main.dirTrade {
  width: 80%;
  margin: auto;
}
main.dirTrade section { padding: 55px 0 0 0; }
main.dirTrade h2 {
  font-size: 13px;
  letter-spacing: .05rem;
}

/* Manage */
.manage {}
.manage h2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 8px 30px;
  background-color: var(--black);
  color: var(--white);
}
.manage h2 i {
  height: initial;
  padding: 0 0 0 18px;
  border: none;
  position: relative;
}
.manage h2 i:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: var(--white) transparent transparent transparent;
  position: absolute;
  top: 10px;
  left: 0;
}
.manage h2 b {}
.manage h2 b span {
  font-size: 85%;
  position: relative;
}
.manage h2 b > span + span {}
.manage h2 b > span + span:before {
  content: '／';
  margin: 0 4px 0 0;
}
.manage h2 b span small:after {
  content: '：';
}

/* head */
.head {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 30px;
  background-color: var(--black);
}
.head > * {
  display: flex;
  color: var(--white);
}
.head h2 {
  width: initial;
  padding: 8px 0;
  font-size: 12px;
}
.head h2 i { border: none; }
.head ul {
  display: flex;
}
.head ul li {
  display: flex;
  justify-content: center;
  width: 100px;
  padding: 8px 0;
}
.head ul > li + li { margin: 0 0 0 15px; }
.head i {
  display: block;
  height: initial;
  padding: 0 0 0 7px;
  position: relative;
  font-size: 12px;
  white-space: nowrap;
}
.head i:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: var(--white) transparent transparent transparent;
  position: absolute;
  top: 10px;
  left: -7px;
}

/* Block */
.manage .block div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 10px 18px 30px;
  white-space: nowrap;
}
.manage > .block + .block { border-top: 1px solid var(--black); }
.manage .block:last-child { border-bottom: 2px solid var(--black); }
.manage .block div > * { display: flex; }
.manage .block p {}
.manage .block p i {
  position: relative;
  font-size: 12px;
}
.manage .block p > i + i {
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
}
.manage .block p > i + i:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: -2px;
}
.manage .block p i a {
  display: inline-flex;
  align-items: center;
}
.manage .block p i img {
  width: 15px;
  height: 15px;
  margin: 0 7px 0 0;
}
.manage .block ul {}
.manage .block ul li {
  display: flex;
  justify-content: center;
}
.manage .block ul > li + li { margin: 0 0 0 15px; }
.manage .block ul li a {
  width: 100px;
  padding: 3px 15px;
  font-size: 11px;
  text-align: center;
  border: 1px solid var(--gray);
  border-radius: 5px;
  background-color: var(--ash);
}
.manage .block ul li a.done {
  color: var(--white);
  background-color: var(--gray);
}

.manage .block.verSilent { background-color: var(--ash); }
.manage .block.verSilent p i:not(:first-child) { color: var(--gray); }
.manage .block.verSilent p > i + i:before { background-color: var(--gray); }
.manage .block.verSilent ul > * {
  pointer-events: none;
  color: var(--gray);
}

/*
.manage .block li b { display: inline-flex; }
.manage .block li b select {
  padding: 0 32px 0 25px;
  font-size: 12px;
  line-height: 1.8;
}*/

/* Line */
.line:not(:last-child) { margin: 0 0 60px 0; }
.line ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.line ul li {
  display: flex;
  width: 100%;
  padding: 15px 0 15px 30px;
  font-size: 12px;
  border-bottom: 1px solid var(--black);
}
.line ul li i { width: 125px; }
.line ul li b { width: calc(100% - 125px) }
.line ul li b > sub + sub { margin: 0 0 0 15px; }
.line ul.verHalf li {
  width: 48.5%;
}

.line.verHalf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line.verHalf > * {
  width: calc(50% - 10px);
}
.line.verHalf picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.line.verHalf picture  > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.line.verHalf picture i {
  width: 100%;
  padding: 30px 0 0 0;
}
.line.verHalf picture i img {
  max-height: 300px;
  object-fit: inherit;
}

/* Upload */
.upload { margin: 0 0 60px 0; }
.upload p {
  margin: 30px 0 25px;
  font-size: 12px;
  line-height: 1.8;
}
.drop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  background-color: var(--ash);
  border: 1px solid var(--gray);
  cursor: pointer;
}
.drop p {
  display: flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: .03rem;
  position: relative;
  z-index: 1000;
}
.drop p img {
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  position: relative;
  top: -2px;
}

.result {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  position: relative;
}
.result:before {
  content: '▼ ▼ ▼';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.result div {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding: 0 10px 35px;
}
.result picture { display: inline-flex; }
.result picture img {
  height: initial;
  object-fit: initial;
}
.result span {
  display: inline-flex;
  margin: 12px 0;
  font-size: 12px;
  line-height: 1.7;
}
.result button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  font-size: 12px;
  color: var(--white);
  background-color: var(--black);
  border-radius: 3px;
  position: relative;
}
.result button i:before {
  content: '×';
  font-size: 15px;
  margin: 0 4px 0 0;
}
.verSilent .drop { border: none; }
.verSilent .drop p button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 100px;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 5px;
}
.verSilent .drop p button img { top: 0; }

/* Alert */
.alert {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 45px auto 0;
  padding: 20px;
  font-size: 12px;
  letter-spacing: .05rem;
  background-color: var(--ashred);
  border: 1px solid var(--gray);
}
.alert.under-confirm {
  flex-direction: column;
  width: 100%;
  text-align: center;
  background-color: var(--ash);
}
.alert.under-confirm em {
  margin: 0 0 15px 0;
  font-size: 120%;
  font-family: inherit;
  font-weight: inherit;
}

.pageClose {
  display: flex;
  align-items: center;
  margin: 45px auto;
  padding: 5px 30px;
  font-size: 90%;
  border: 1px solid var(--gray);
  border-radius: 5px;
}
.pageClose i {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  position: relative;
}
.pageClose i hr {
  width: 1px;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
}
.pageClose i hr:nth-child(1) { transform: translate(-50%,-50%) rotate(45deg); }
.pageClose i hr:nth-child(2) { transform: translate(-50%,-50%) rotate(-45deg); }


/* Tracking */
.tracking { padding: 15px 0 0 0; }
.trackingNumberInput { margin: 0 0 35px; }

/* typCheck */
.typCheck {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.typCheck label {
  padding: 0;
  border: none;
}
.typCheck label > sub {
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.typCheck label > sub input { margin: 0 8px 0 0; }

/* Prenote */
main.dirTrade.verPrenote {
  width: 45%;
  min-width: 300px;
  padding: 0 0 75px 0;
}
.verPrenote h3 {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  margin: 35px 0;
  line-height: 1.8;
}

/* Switch */
.switch {
  display: flex;
  justify-content: center;
}
.switch ul {
  display: inline-flex;
  width: 100%;
  height: 42px;
}
.switch ul li {
  width: 50%;
  height: 100%;
  font-size: 12px;
  border: 2px solid var(--gray);
}
.switch ul > li + li { border-left: 1px solid var(--white); }
.switch ul li:first-child {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.switch ul li:last-child { border-radius: 0 4px 4px 0; }
.switch ul li form {
  height: 100%;
}
.switch ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: .3s ease;
}
.switch ul li button sub {
  position: relative;
  z-index: 1;
}
.switch ul li button:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  position: absolute;
  top: 0;
  left: -100%;
}
.switch ul li.active,
.switch ul li:hover { border: 2px solid var(--blue); }
.switch ul li.active sub,
.switch ul li:hover sub { color: var(--white); }
.switch ul li.active:not(:first-child),button,
.switch ul li:hover:not(:first-child) { border-left: 1px solid var(--white); }
.switch ul li.active button:before,
.switch ul li:hover button:before { left: 0; }

/* SendMessage */
.sendMessage { margin: 40px 0 0 0; }
.sendMessage p {
  line-height: 1.8;
  text-align: center;
}

/* Overlay */
main.dirTrade section.overlay {
  width: 100%;
  height: 100%;
  padding: 0 0 25px 0;
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease .3s;
}
main.dirTrade section.overlay[data-open=true] {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.overlay .frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.overlay h3 {
  display: inline-flex;
  margin: 0 0 15px 0;
}
.overlay h3 i { position: relative; }
.overlay h3 > i + i {
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
}
.overlay h3 > i + i:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: var(--black);
  position: absolute;
  top: 45%;
  left: 0;
  transform: translate(0,-50%);
}
.overlay .switch { width: 300px; }

/* SendButton */
.sendButton {
  width: 100%;
  margin: 40px 0 0 0;
}
.sendButton button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  text-align: center;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 5px;
  position: relative;
}
.sendButton button hr {
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%) rotate(45deg);
}

/* Completed */
.completed h3 i {
  padding: 5px 25px;
  color: var(--white);
  background-color: var(--blue);
}
.completed p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.completed p b {
  margin: 25px 0 0 0;
  text-align: center;
}

/* Control */
.ctrlBtn { margin: 40px 0; }
.ctrlBtn button {
  width: 600px;
  margin: auto;
  padding: 28px 0;
  letter-spacing: .1rem;
}

/* Contrpl */
main.dirTrade .contorl {
  margin: 0;
  padding: 0 0 100px 0;
}
.backlist {
  display: flex;
  justify-content: center;
}
.pageback:before { background-image: url(https://onino.jp/images/common/btn-return.svg) !important; }

/* Footer */
footer {
  width: 80%;
  margin: auto;
  padding: 150px 0 100px;
}
footer .info { padding: 0; }
footer .info h2 {
  width: 110px;
  margin: 0 0 30px 0;
}
footer .info .text ul { margin: 0 0 20px 0; }
footer .pageTop {
  display: inline-flex;
  padding: 0;
  position: absolute;
  bottom: 100px;
  right: 15px;
}
