@charset "UTF-8";
/*----------------------------------------------------
import .scss file
----------------------------------------------------*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body .fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

body .fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
[type=radio_2] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.m-0 {
  margin-bottom: 0 !important;
}


/*----------------------------------------------------
_common.scss
----------------------------------------------------*/
@media screen and (min-width: 1440px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.wrapper .container {
  padding-top: 83px;
}
.wrapper .wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 870px) {
  .wrapper .top .wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper .under .wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
}
.sp-only {
  display: none !important;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 870px) {
  .pc-only {
    display: none !important;
  }
  .pc-br {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-br {
    display: block !important;
  }
}
/*----------------------------------------------------
_top.scss
----------------------------------------------------*/
.wrapper .header__wrap {
  display: flex;
  align-items: center;
  height: 65px;
  width: 100%;
}
.wrapper .header__logo {
  flex-shrink: 0;
  width: 200px;
  text-align: center;
}
.wrapper .header__logo img {
  max-width: 177px;
  padding: 0 8px;
}
.wrapper .header__box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  background: rgb(255, 106, 106);
}
.wrapper .header__name {
  font-size: 22px;
}
.wrapper .header__nameBox {
  display: flex;
  align-items: center;
}
.wrapper .header__nameWrap {
  color: #fff;
}
.wrapper .header__authName {
  font-size: 18px;
}
.wrapper .header__icon {
  width: 44px;
  margin-right: 20px;
}
.wrapper .main {
  display: flex;
}
.wrapper .main .sidebar {
  flex-shrink: 0;
  width: 200px;
  background: #181818;
}
.wrapper .main .sidebar__menuLeading {
  color: #fff;
  margin-bottom: 12px;
}
.wrapper .main .sidebar__menuList {
  padding: 26px 5px 80px 20px;
}
.wrapper .main .sidebar__menuListItem {
  margin-bottom: 12px;
}
.wrapper .main .sidebar__menuListItem:last-child {
  margin-bottom: 0;
}
.wrapper .main .sidebar__menuListItem a {
  color: #fff;
}
.wrapper .main .sidebar__menuLink {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
}
.wrapper .main .sidebar__menuLinkChild {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  margin-left: 1.5em;
  margin-bottom: 5px;
}
.wrapper .main .contents {
  width: 100%;
}
.wrapper .main .contents .error {
  background-color: #FFCCCC;
  padding: 5px 0;
}
.wrapper .main .contents .error p {
  color: #FF0000;
  text-align: center;
}
.wrapper .main .contents__wrap {
  width: 95%;
  margin: 27px auto 84px;
}
.wrapper .main .contents .breadcrumb {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
}
.wrapper .main .contents .breadcrumb__item {
  font-size: 13px;
  line-height: 15px;
}
.wrapper .main .contents .breadcrumb__item::after {
  content: ">";
  margin: 0 1em;
}
.wrapper .main .contents .breadcrumb__item:last-child::after {
  content: "";
}
.wrapper .main .contents .title {
  font-size: 22px;
  line-height: 26px;
}
.wrapper .main .contents .title__box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}


.wrapper .main .contents .title__button {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  width: 241px;
  height: 37px;
  text-align: center;
  border-radius: 10px;
  background-color: #F3F3F3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  margin-right: 23px;
}
.wrapper .main .contents .title__button:last-child {
  margin-right: 0;
}
.wrapper .main .contents .title__buttonWrap {
  display: flex;
  margin-left: 33px;
  padding-bottom: 8px;
}
.wrapper .main .contents .title__buttonWrap--center {
  justify-content: center;
  gap: 114px;
  margin-top: 25px;
  margin-left: 0;
}
.wrapper .main .contents .title__button--square {
  border-radius: 0;
}
.wrapper .main .contents .title__button--w144 {
  width: 144px;
}
.wrapper .main .contents .title__button--w160 {
  width: 160px;
}
.wrapper .main .contents .form__container {
  display: flex;
  margin-bottom: 10px;
  padding: 0 20px 30px;
}
.wrapper .main .contents .form__container--btw {
  justify-content: space-between;
}
.wrapper .main .contents .form__container--colomn {
  flex-direction: column;
}
.wrapper .main .contents .form__container--mt30 {
  margin-top: 30px;
}
.wrapper .main .contents .form__container--mb0 {
  margin-bottom: 0;
}
.wrapper .main .contents .form__container--pt20 {
  padding-top: 20px;
}
.wrapper .main .contents .form__container__border {
  border-bottom: 1px solid #B3B3B3;
}
.wrapper .main .contents .form__container--bdnone {
  border-bottom: none;
  padding-bottom: 0;
}
.wrapper .main .contents .form__container:last-child {
  flex-direction: column;
  border-bottom: none;
  padding: 20px 20px 0;
}
.wrapper .main .contents .form__container table {
  width: 986px;
  display: grid;
  font-size: 13px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.wrapper .main .contents .form__container table.own {
  grid-template-columns: repeat(9, auto);
}
.wrapper .main .contents .form__container table.purchased {
  grid-template-columns: repeat(8, auto);
}
.wrapper .main .contents .form__container table th,
.wrapper .main .contents .form__container table td {
  display: block;
}
.wrapper .main .contents .form__container table th[colspan="2"],
.wrapper .main .contents .form__container table td[colspan="2"] {
  grid-column: auto/span 2;
}
.wrapper .main .contents .form__container table th[colspan="3"],
.wrapper .main .contents .form__container table td[colspan="3"] {
  grid-column: auto/span 3;
}
.wrapper .main .contents .form__container table th[colspan="5"],
.wrapper .main .contents .form__container table td[colspan="5"] {
  grid-column: auto/span 5;
}
.wrapper .main .contents .form__container table th[colspan="6"],
.wrapper .main .contents .form__container table td[colspan="6"] {
  grid-column: auto/span 6;
}
.wrapper .main .contents .form__container table th[colspan="6"],
.wrapper .main .contents .form__container table td[colspan="6"] {
  grid-column: auto/span 6;
}
.wrapper .main .contents .form__container table th[rowspan="4"],
.wrapper .main .contents .form__container table td[rowspan="4"] {
  grid-row: auto/span 4;
}
.wrapper .main .contents .form__container table th[rowspan="5"],
.wrapper .main .contents .form__container table td[rowspan="5"] {
  grid-row: auto/span 5;
}
.wrapper .main .contents .form__container table tr,
.wrapper .main .contents .form__container table tbody,
.wrapper .main .contents .form__container table thead,
.wrapper .main .contents .form__container table tfoot {
  display: contents;
}
.wrapper .main .contents .form__container table tbody th {
  width: 100px;
}
.wrapper .main .contents .form__container table th {
  background-color: #f9f9f9;
  padding: 8px;
}
.wrapper .main .contents .form__container table td {
  position: relative;
  background-color: #f9f9f9;
  min-height: 40px;
  display: flex;
  align-items: flex-end;
}
.wrapper .main .contents .form__container table td .pic {
  width: 24px;
}
.wrapper .main .contents .form__container table td.center {
  justify-content: center;
}
.wrapper .main .contents .form__container table td span {
  position: absolute;
  top: 0;
  left: 4px;
}
.wrapper .main .contents .form__container table td span.unit {
  top: unset;
  left: unset;
  right: 2px;
  bottom: 2px;
}
.wrapper .main .contents .form__container table td input {
  display: block;
  width: 100%;
  height: calc(100% - 20px);
  padding: 0 8px;
}
.wrapper .main .contents .form__container table td input[type=checkbox] {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.wrapper .main .contents .form__container table td .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 20px);
}
.wrapper .main .contents .form__container table td.bg-gray {
  background-color: #AFAFAF;
}
.wrapper .main .contents .form__container table td.w-45 {
  width: 45px;
}
.wrapper .main .contents .form__container table td.w-358 {
  width: 358px;
  height: 45px;
}
.wrapper .main .contents .form__container table td.w-514 {
  width: 514px;
  height: 45px;
}
.wrapper .main .contents .form__container table.border {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
.wrapper .main .contents .form__container table.border th,
.wrapper .main .contents .form__container table.border td {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.wrapper .main .contents .form__container table .row {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .main .contents .form__container table .row .cursor {
  width: 40px;
  cursor: pointer;
}
.wrapper .main .contents .form__container table .row .trash {
  width: 20px;
  cursor: pointer;
}
.wrapper .main .contents .form__container--gray {
  background-color: #ECECEC;
  padding: 40px;
}
.wrapper .main .contents .form__wrap--split {
  max-width: 554px;
  width: 100%;
  margin-right: 3%;
}
@media screen and (min-width: 1286px) {
  .wrapper .main .contents .form__wrap--split {
    max-width: 100%;
  }
}
.wrapper .main .contents .form__wrap--mr30 {
  margin-right: 30px;
}
.wrapper .main .contents .form__box {
  display: flex;
  margin-bottom: 20px;
}
.wrapper .main .contents .form__box:last-child {
  margin-bottom: 0;
}
.wrapper .main .contents .form__search {
  margin-bottom: 47px;
}
.wrapper .main .contents .form__searchButton {
  font-size: 13px;
  width: 174px;
  height: 27px;
  text-align: center;
  background-color: #C2C2C2;
}
.wrapper .main .contents .form__searchButtonBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wrapper .main .contents .form__searchButton--w75 {
  width: 75px;
}
.wrapper .main .contents .form__searchButton--w125 {
  width: 125px;
}
.wrapper .main .contents .form__searchButton--w165 {
  width: 165px;
}
.wrapper .main .contents .form__searchButton--h20 {
  height: 20px;
}
.wrapper .main .contents .form__searchLabel {
  margin-right: 20px;
  width: 120px;
  text-align: right;
  font-size: 19px;
  line-height: 22px;
}

.wrapper .main .contents .form__searchLabel-web {
  margin-right: 20px;
  margin-top: 20px;
  width: 120px;
  text-align: right;
  font-size: 19px;
  line-height: 22px;
  font-weight: bold;
}
.wrapper .main .contents .form__searchName {
  font-size: 19px;
  line-height: 22px;
}
.wrapper .main .contents .form__input {
  width: 100%;
}
.wrapper .main .contents .form__input input {
  display: inline-block;
  background-color: #F9F9F9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  padding: 0 10px;
  width: 100%;
  height: 27px;
}
.wrapper .main .contents .form__input input[type=date],
.wrapper .main .contents .form__input input[type=month] {
  width: 120px;
}
.wrapper .main .contents .form__input--calender {
  display: flex;
  align-items: center;
}
.wrapper .main .contents .form__input--calender-start {
  margin-right: 10px;
}
.wrapper .main .contents .form__input--calender-end {
  margin-left: 10px;
}
.wrapper .main .contents .form__input--address {
  display: flex;
  align-items: center;
}
.wrapper .main .contents .form__input--address input[type=text] {
  width: 123px;
  flex-shrink: 0;
}
.wrapper .main .contents .form__input--address button {
  font-size: 13px;
  width: 75px;
  height: 19px;
  text-align: center;
  background-color: #C2C2C2;
  margin-left: 11px;
}
.wrapper .main .contents .form__inputBox {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  width: 100%;
}
.wrapper .main .contents .form__inputBox:last-child {
  margin-bottom: 0;
}
.wrapper .main .contents .form__inputBox--column {
  flex-direction: column;
  align-items: flex-start;
}
.wrapper .main .contents .form__inputBox--textarea {
  align-items: flex-start;
}
.wrapper .main .contents .form__inputBox--right {
  justify-content: flex-end;
}
.wrapper .main .contents .form__inputBox--mb0 {
  margin-bottom: 0;
}
.wrapper .main .contents .form__inputBox--mb24 {
  margin-bottom: 24px;
}
.wrapper .main .contents .form__input--flex {
  display: flex;
  align-items: center;
}
.wrapper .main .contents .form__input--row {
  display: flex;
  align-items: center;
}
.wrapper .main .contents .form__input--small {
  width: 60px !important;
}
.wrapper .main .contents .form__input--small--mr10 {
  margin-right: 10px;
}
.wrapper .main .contents .form__input--small--ml10 {
  margin-left: 10px;
}
.wrapper .main .contents .form__input--midium {
  width: 200px !important;
  margin-right: 10px;
}
.wrapper .main .contents .form__input--w66 {
  width: 110px;
  text-align: right;
}
.wrapper .main .contents .form__input--w66 input {
  width: 66px !important;
  margin-right: 6px;
}
.wrapper .main .contents .form__input--w100 {
  width: 100px;
}
.wrapper .main .contents .form__input--w320 {
  width: 320px;
}
.wrapper .main .contents .form__select {
  display: flex;
  align-items: center;
}
.wrapper .main .contents .form__selectWrap {
  position: relative;
}
.wrapper .main .contents .form__selectWrap::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "▼";
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  margin: 0 0 0 28px;
  pointer-events: none;
}
.wrapper .main .contents .form__selectWrap--w120 {
  width: 120px;
}
.wrapper .main .contents .form__selectWrap--w120 select {
  width: 120px !important;
}
.wrapper .main .contents .form__selectWrap--w100 {
  width: 100%;
}
.wrapper .main .contents .form__selectWrap--w100 select {
  width: 100% !important;
}
.wrapper .main .contents .form__select select {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  background-color: #F9F9F9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: auto;
  height: 31px;
  line-height: 31px;
  padding: 0 30px 0 20px;
}
.wrapper .main .contents .form__select p {
  font-size: 13px;
  line-height: 15px;
}
.wrapper .main .contents .form__select--center {
  justify-content: center;
}
.wrapper .main .contents .form__select--black {
  justify-content: center;
}
.wrapper .main .contents .form__select--black select {
  background-color: #C2C2C2;
  box-shadow: unset;
}
.wrapper .main .contents .form__select--mb20 {
  margin-bottom: 20px;
}
.wrapper .main .contents .form__select--w100 {
  width: 100%;
}
.wrapper .main .contents .form__select--w62 {
  margin-right: 15px;
}
.wrapper .main .contents .form__select--w62 select {
  width: 62px;
  padding: 0 0 0 8px;
}
.wrapper .main .contents .form__select--w75 select {
  width: 75px;
}
.wrapper .main .contents .form__textarea {
  width: 100%;
}
.wrapper .main .contents .form__textarea textarea {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  background-color: #F9F9F9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 10px;
  min-height: 300px;
  resize: vertical;
}
.wrapper .main .contents .form__textareaBox {
  margin-top: 60px;
}
.wrapper .main .contents .form__textarea--w355 {
  width: 355px;
}
.wrapper .main .contents .form__textarea--h80 textarea {
  min-height: 80px;
}
.wrapper .main .contents .form__checkbox {
  display: flex;
}
.wrapper .main .contents .form__checkboxWrap {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.wrapper .main .contents .form__checkboxWrap input {
  margin-right: 5px;
}
.wrapper .main .contents .form__checkboxWrap--mb6 {
  margin-bottom: 6px;
}
.wrapper .main .contents .form__checkbox--column {
  flex-direction: column;
  align-items: flex-start;
}
.wrapper .main .contents .form__checkbox--my10 {
  margin: 10px 0;
}
.wrapper .main .contents .form__checkbox--mb20 {
  margin-bottom: 20px;
}
.wrapper .main .contents .form__label {
  flex-shrink: 0;
  margin-right: 20px;
  width: 130px;
  text-align: right;
  font-size: 13px;
  line-height: 15px;
}
.wrapper .main .contents .form__label.require::before {
  content: "*";
  color: #FF0000;
  margin-right: 5px;
}
.wrapper .main .contents .form__label--left {
  text-align: left;
}
.wrapper .main .contents .form__label--w100 {
  width: 100px;
}
.wrapper .main .contents .form__label--auto {
  width: auto;
}
.wrapper .main .contents .form__label--mr10 {
  margin-right: 10px;
}
.wrapper .main .contents .form__label--mb20 {
  margin-bottom: 20px;
}
.wrapper .main .contents .form__image {
  width: 100%;
}
.wrapper .main .contents .form__image--h100 {
  height: 100%;
}
.wrapper .main .contents .form__image--small {
  width: 355px;
  height: 214px;
}
.wrapper .main .contents .form__imageBox {
  width: 445px;
  flex-shrink: 0;
}
.wrapper .main .contents .form__imageBox--auto {
  width: auto;
}
.wrapper .main .contents .form__imageBox--w417 {
  width: 417px;
}
.wrapper .main .contents .form__imageBox--w675 {
  width: 675px;
}
.wrapper .main .contents .form__imageWrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.wrapper .main .contents .form__imageCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .main .contents .form__imageLabel {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 3px;
}
.wrapper .main .contents .form__imageLabel--small {
  font-size: 13px;
  line-height: 15px;
  margin-right: 17px;
}
.wrapper .main .contents .form__imageButton {
  font-size: 13px;
  width: 125px;
  height: 19px;
  text-align: center;
  background-color: #C2C2C2;
  border-radius: 3px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.wrapper .main .contents .form__imageButtonWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.wrapper .main .contents .form__imageButton:nth-child(2) {
  margin: 0 12px;
}
.wrapper .main .contents .form__imageButton--w110 {
  width: 110px;
}
.wrapper .main .contents .form__save {
  text-align: center;
}
.wrapper .main .contents .form__save--mt40 {
  margin-top: 40px;
}
.wrapper .main .contents .form__button {
  position: relative;
  font-size: 13px;
  width: 144px;
  height: 35px;
  text-align: center;
  border-radius: 10px;
  background-color: #F3F3F3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.wrapper .main .contents .form__button--new {
  text-align: right;
  padding-right: 30px;
}
.wrapper .main .contents .form__button--new::before {
  position: absolute;
  left: 30px;
  top: 43%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "+";
  font-size: 24px;
}
.wrapper .main .contents .form__button--w167 {
  width: 167px;
  height: 29px;
}
.wrapper .main .contents .form__buttonBox {
  margin-top: 10px;
  padding-left: 30px;
}
.wrapper .main .contents .form__right {
  display: flex;
}
.wrapper .main .contents .form__right button {
  margin-right: 20px;
}
.wrapper .main .contents .form__right button:last-child {
  margin-right: 0;
}
.wrapper .main .contents .form .center {
  text-align: center;
  margin: 50px 0 20px;
  font-size: 13px;
  line-height: 15px;
}
.wrapper .main .contents .form .jsc {
  justify-content: center;
}
.wrapper .main .contents .table__toggleTxt {
  position: relative;
  background-color: #9C9C9C;
  text-align: center;
  font-size: 13px;
  line-height: 41px;
  height: 41px;
  cursor: pointer;
}
.wrapper .main .contents .table__toggleTxt::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "▼";
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  pointer-events: none;
}
.wrapper .main .contents .history {
  margin-top: 56px;
  max-height: 400px;
}
.wrapper .main .contents .history__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
.wrapper .main .contents .history__ledgerHeader {
  margin-bottom: 46px;
}
.wrapper .main .contents .history__ledgerHeader::after {
  content: "";
  display: inline-block;
  width: 210px;
  height: 1px;
  background-color: #333;
}
.wrapper .main .contents .history__ledgerHeader span {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}
.wrapper .main .contents .history__currentBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.wrapper .main .contents .history .delete {
  width: 170px;
  height: 20px;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  background-color: #515151;
  text-align: center;
}
.wrapper .main .contents .history__heading {
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 20px;
}
.wrapper .main .contents .history__heading--mt40 {
  margin-top: 40px;
}
.wrapper .main .contents .history__table {
  width: 100%;
  border-spacing: 0;
  font-size: 13px;
  overflow-y: scroll;
  max-height: 400px;
}
.wrapper .main .contents .history__table thead {
  padding-bottom: 20px;

}
.wrapper .main .contents .history__tableHeader {
  width: 173px;
  font-weight: 400;
  padding: 10px 0;
}
.wrapper .main .contents .history__tableHeader--selectAll {
  width: 68px;
  padding-left: 8px;
}
.wrapper .main .contents .history__tableHeader--selectAll input {
  width: 20px;
  height: 20px;
  border: 1px solid rgb(0, 0, 0);
}
.wrapper .main .contents .history__tableHeaderLink {
  display: block;
  width: 170px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.wrapper .main .contents .history__tableHeaderLink--pink {
  background-color: #FF4F4F;
}
.wrapper .main .contents .history__tableHeaderLink--blue {
  background-color: #0E16E4;
}
.wrapper .main .contents .history__tableHeader--pl8 {
  padding-left: 8px;
}
.wrapper .main .contents .history__tableHeader--w50 {
  width: 50px;
}
.wrapper .main .contents .history__tableHeader--w100 {
  width: 100px;

}
.wrapper .main .contents .history__table tbody tr:nth-child(odd) {
  background-color: #D9D9D9;
}
.wrapper .main .contents .history__table tbody tr:nth-child(odd) .history__tableBody {
  border-left: 1px solid #D9D9D9;
}
.wrapper .main .contents .history__table tbody tr:nth-child(even) {
  background-color: #F4F4F4;
}
.wrapper .main .contents .history__table tbody tr:nth-child(even) .history__tableBody {
  border-left: 1px solid #F4F4F4;
}
.wrapper .main .contents .history__tableBody {
  padding: 10px 0;
  vertical-align: middle;

}
.wrapper .main .contents .history__tableBody--selectAll {
  width: 68px;
  padding-left: 8px;
}
.wrapper .main .contents .history__tableBody--selectAll input {
  width: 20px;
  height: 20px;
  border: 1px solid rgb(0, 0, 0);
}
.wrapper .main .contents .history__tableBody--alert {
  position: relative;
}
.wrapper .main .contents .history__tableBody--alert span {
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  font-size: 12px;
  width: 146px;
  background-color: #FFB6B6;
  padding: 9px 0;
  transition: all 0.3s;
  z-index: -1;
}
.wrapper .main .contents .history__tableBody--alert span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -18px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #FFB6B6;
  border-width: 10px;
  pointer-events: none;
  rotate: 90deg;
}
.wrapper .main .contents .history__tableBody--alert img {
  width: 21px;
  height: 21px;
}
.wrapper .main .contents .history__tableBody--alert img:hover + span {
  opacity: 1;
  z-index: 1;
}
.wrapper .main .contents .history__tableBodyButton {
  color: #fff;
  font-size: 12px;
  width: 75px;
  height: 19px;
  text-align: center;
}
.wrapper .main .contents .history__tableBodyButtonBox {
  display: flex;
}
.wrapper .main .contents .history__tableBodyButton--pink {
  background-color: #FF4F4F;
  margin-right: 8px;
}
.wrapper .main .contents .history__tableBodyButton--blue {
  background-color: #0E16E4;
}
.wrapper .main .contents .history__tableBody--input {
  display: inline-block;
  background-color: #F9F9F9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  padding: 0 10px;
  width: 90%;
  height: 27px;
}
.wrapper .main .contents .history__tableBody--pl8 {
  padding-left: 8px;
}
.wrapper .main .contents .history__tableBody--out {
  background-color: #5f5f5f !important;
}
.wrapper .main .contents .history .pagenation {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.wrapper .main .contents .history .pagenation__item {
  margin-right: 12px;
}
.wrapper .main .contents .history .pagenation__item:last-child {
  margin-right: 0;
}
.wrapper .main .contents .history .pagenation__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #fff;
  border: solid 2px #111;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
}
.wrapper .main .contents .history .pagenation__item a:hover {
  color: #fff;
  background-color: #111;
  opacity: 1;
}
.wrapper .main .contents .history .pagenation__item a.current {
  color: #fff;
  background-color: #111;
}
.wrapper .main .contents .history .pagenation__item a.current:hover {
  color: #111;
  background-color: #fff;
}
.wrapper .main .contents .history .pagenation__arrow {
  width: 20px;
}
.wrapper .main .contents .auth__text {
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  margin-top: 20px;
}
.wrapper .main .contents .info__header {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 15px;
  padding-left: 20px;
}
.wrapper .main .contents .info__header--pl0 {
  padding-left: 0;
}
.wrapper .main .contents .info__box {
  display: flex;
  margin-bottom: 18px;
}
.wrapper .main .contents .info__box--fe {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}
.wrapper .main .contents .info__box--fe:last-child {
  margin-right: 0;
}
.wrapper .main .contents .info__box--user {
  justify-content: flex-end;
  margin-bottom: 10px;
}
.wrapper .main .contents .info__box--left {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.wrapper .main .contents .info__leading {
  width: 156px;
  flex-shrink: 0;
}
.wrapper .main .contents .info__leading--user {
  width: auto;
}
.wrapper .main .contents .info__leading--w100 {
  width: 100px;
  text-align: right;
  margin-right: 10px;
}
.wrapper .main .contents .info__subject {
  display: inline-block;
  background-color: #F9F9F9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  padding: 0 10px;
  width: 352px;
  height: 27px;
}
.wrapper .main .contents .orderer {
  background-color: #D9D9D9;
  margin-top: 20px;
  padding: 14px 20px 28px;
}
.wrapper .main .contents .orderer__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wrapper .main .contents .orderer__wrap {
  display: flex;
}
.wrapper .main .contents .orderer__info--w100 {
  width: 100%;
}
.wrapper .main .contents .orderer__leading {
  width: 170px;
  flex-shrink: 0;
}
.wrapper .main .contents .orderer__leading.require {
  display: flex;
  align-items: center;
}
.wrapper .main .contents .orderer__leading.require::after {
  content: "";
  background-image: url(../img/exclamation.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.wrapper .main .contents .orderer__leading--w100 {
  width: 100px;
  margin-right: 20px;
}
.wrapper .main .contents .orderer__leading--w137 {
  width: 137px;
  margin-right: 30px;
}
.wrapper .main .contents .orderer__list {
  font-size: 13px;
  line-height: 15px;
  margin-right: 20%;
}
.wrapper .main .contents .orderer__list:last-child {
  margin-right: 0;
}
.wrapper .main .contents .orderer__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wrapper .main .contents .orderer__item--start {
  align-items: flex-start;
}
.wrapper .main .contents .orderer__item--start .orderer__leading {
  padding-top: 10px;
}
.wrapper .main .contents .orderer__textarea {
  padding: 10px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.wrapper .main .contents .orderer__textarea--alert {
  background-color: #FFCCCC;
}
.wrapper .main .contents .others {
  display: flex;
  margin: 10px 0 25px;
}
.wrapper .main .contents .others__box {
  border: 1px solid #000;
  margin-right: 10px;
}
.wrapper .main .contents .others__box:first-child {
  padding: 25px;
  width: 35%;
}
.wrapper .main .contents .others__box:last-child {
  width: 65%;
  padding: 10px 15px;
  margin-right: 0;
}
.wrapper .main .contents .others__input {
  width: 100%;
}
.wrapper .main .contents .others__inputorder {
  width: 30%;
}
.wrapper .main .contents .others__input input {
  display: inline-block;
  background-color: #F9F9F9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 30px;
  line-height: 27px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  padding: 0 10px;
}
.wrapper .main .contents .others__input input[type=date],
.wrapper .main .contents .others__input input[type=month] {
  max-width: 120px;
  width: 100%;
}
.wrapper .main .contents .others__input input[type=text] {
  max-width: 220px;
  width: 100%;
}
.wrapper .main .contents .others__inputBox {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.wrapper .main .contents .others__inputBox:last-child {
  margin-bottom: 0;
}
.wrapper .main .contents .others__label {
  flex-shrink: 0;
  margin-right: 20px;
  width: 105px;
  text-align: right;
  font-size: 13px;
  line-height: 15px;
}
.wrapper .main .contents .others__label.require::before {
  content: "*";
  color: #FF0000;
  margin-right: 5px;
}
.wrapper .main .contents .others__files {
  display: flex;
  margin-bottom: 20px;
}
.wrapper .main .contents .others__files:last-child {
  margin-bottom: 0;
}
.wrapper .main .contents .others__filesButton {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  border-radius: 10px;
  background-color: #F3F3F3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
}
.wrapper .main .contents .others__filesButton::before {
  content: "";
  background-image: url(../img/icon-file.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.wrapper .main .contents .others__filesButtonBox {
  width: 250px;
}
.wrapper .main .contents .others__filesButton--square {
  border-radius: 0;
  padding: 9px;
}
.wrapper .main .contents .others__filesButton--square::before {
  display: none;
}
.wrapper .main .contents .others__filesButton--pdf {
  width: 190px;
  justify-content: space-between;
}
.wrapper .main .contents .others__filesButton--pdf::before {
  display: none;
}
.wrapper .main .contents .others__filesButton--pdf::after {
  content: "";
  background-image: url(../img/icon-pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.wrapper .main .contents .others__filesButton--print {
  width: 100px;
  justify-content: space-between;
}
.wrapper .main .contents .others__filesButton--print::before {
  display: none;
}
.wrapper .main .contents .others__filesButton--print::after {
  content: "";
  background-image: url(../img/icon-print.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 20px;
  display: inline-block;
}
.wrapper .main .contents .others__filesItem a {
  font-size: 13px;
  line-height: 15px;
  color: #0047FF;
  text-decoration: underline;
  margin-right: 12px;
}
.wrapper .main .contents .setting {
  padding-top: 20px;
  display: flex;
}
.wrapper .main .contents .setting .warning {
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  background-color: #FF0000;
  margin: 4px 0 0 auto;
  padding: 2px 0;
}
.wrapper .main .contents .setting__title {
  font-size: 17px;
  line-height: 19px;
  margin-right: 30px;
}
.wrapper .main .contents .setting__cover {
  display: flex;
  margin-bottom: 14px;
}
.wrapper .main .contents .setting__cover:last-child {
  margin-bottom: 0;
}
.wrapper .main .contents .setting__box {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
.wrapper .main .contents .setting__box--mt20 {
  margin-bottom: 20px;
}
.wrapper .main .contents .setting__box--mb30 {
  margin-bottom: 30px;
}
.wrapper .main .contents .setting__fee {
  position: relative;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  margin-top: 6px;
}
.wrapper .main .contents .setting__fee::after {
  position: absolute;
  top: 0;
  left: 40px;
  content: "";
  background-image: url(../img/arrow-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 13px;
}
.wrapper .main .contents .setting--row {
  flex-direction: column;
  align-items: flex-end;
}
.wrapper .main .contents .add__icon {
  width: 45px;
  height: 53px;
  margin: 26px auto 0;
}
.wrapper .main .contents .add__address {
  display: block;
  text-align: right;
  font-size: 17px;
  line-height: 19px;
  color: #BA84FF;
}
.wrapper .main .contents .memo {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 13px;
  line-height: 15px;
  margin-top: 25px;
  width: 100%;
}
.wrapper .main .contents .memo__box {
  position: relative;
}
.wrapper .main .contents .memo__hover {
  position: absolute;
  top: -50px;
  left: 45px;
  padding: 8px;
  border-radius: 4px;
  background-color: #D9D9D9;
}
.wrapper .main .contents .memo__hover::before {
  content: "";
  position: absolute;
  top: 95%;
  left: 26px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D9D9D9;
}
.wrapper .main .contents .memo__title {
  display: flex;
  align-items: center;
  position: relative;
  top: 10px;
}
.wrapper .main .contents .memo__title::after {
  content: "?";
  font-size: 16px;
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 99px;
  color: #fff;
  background-color: #D9D9D9;
  margin-left: 8px;
}
.wrapper .main .contents .memo__title::after:hover .memo__hover {
  display: block;
}
.wrapper .main .contents .memo__textarea {
  width: 80%;
}
.wrapper .main .contents .memo__textarea textarea {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  background-color: #F9F9F9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 10px;
  min-height: 123px;
  resize: vertical;
}
.wrapper .main .contents .memo--mt100 {
  margin-top: 100px;
}
.wrapper .main .contents .tab {
  margin: 0 auto;
}
.wrapper .main .contents .tab-list {
  display: flex;
}
.wrapper .main .contents .tab-list-item {
  width: 25%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
}
.wrapper .main .contents .tab-list-item:first-child {
  background-color: #D9D9D9;
}
.wrapper .main .contents .tab-list-item:last-child {
  background-color: #FFA3A3;
}
.wrapper .main .contents .tab-contents {
  display: none;
  padding: 44px 0 8px;
  border-radius: 0px 17px 17px 17px;
}
.wrapper .main .contents .tab-contents:first-child {
  background-color: #E6E6E6;
}
.wrapper .main .contents .tab-contents:last-child {
  background-color: #FFCCCC;
}
.wrapper .main .contents .tab-contents-wrap {
  margin-bottom: 38px;
}
.wrapper .main .contents .tab .is-contents-active {
  display: block;
}
.wrapper .main .contents .merchandise__item {
  margin-bottom: 30px;
}
.wrapper .main .contents .merchandise__item:last-child {
  margin-bottom: 0;
}
.wrapper .main .contents .merchandise__list--border {
  margin-top: 20px;
  border-top: 2px solid #B3B3B3;
}
.wrapper .main .contents .supplier {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 19px;
}
.wrapper .main .contents .box {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.wrapper .main .contents .box--right {
  justify-content: flex-end;
}
.wrapper .main .contents .purchaseOrder__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.wrapper .main .contents .purchaseOrder__leading {
  font-size: 13px;
  line-height: 15px;
  margin-right: 16px;
}
.wrapper .main .contents .purchaseOrder__label {
  font-size: 13px;
  line-height: 15px;
  background-color: #ABABAB;
  padding: 9px 30px;
}
.wrapper .main .contents .purchaseOrder__label span {
  margin-right: 30px;
}
.wrapper .main .contents .purchaseOrder__list {
  background-color: #D9D9D9;
  padding: 9px 30px 20px;
  height: 200px;
  overflow: scroll;
}
.wrapper .main .contents .purchaseOrder__item {
    margin-bottom: 20px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper .main .contents .purchaseOrder__item:last-child {
  margin-bottom: 0;
}
.wrapper .main .contents .purchaseOrder__item a {
  position: relative;
  font-size: 13px;
  line-height: 15px;
  border-bottom: 1px solid #000;
  padding-right: 25px;
  padding-bottom: 2px;
}
.wrapper .main .contents .purchaseOrder__item a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  background-image: url(../img/icon-link.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.wrapper .main .contents .purchaseOrder__item a span {
  display: inline-block;
  min-width: 80px;
  padding-right: 14px;

}
.wrapper .main .contents .receipt {
  border: 1px solid #000;
  padding: 30px;
  width: 500px;
}
.wrapper .main .contents .receipt__header {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.wrapper .main .contents .receipt__main {
  padding: 20px 0;
}
.wrapper .main .contents .receipt__footer {
  padding-top: 30px;
  border-top: 1px solid #000;
}
.wrapper .main .contents .receipt__amount {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}
.wrapper .main .contents .page-back {
  margin-top: 50px;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  width: 143px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border-radius: 3px;
  background-color: #F3F3F3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.wrapper .main .contents .page-back--center {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .main .contents .page-back--mt100 {
  margin-top: 100px;
}
.wrapper .main .contents .toggle {
  margin-bottom: 10px;
}
.wrapper .main .contents .toggle__list {
  display: none;
  width: 80%;
  margin: 0 auto;
}
.wrapper .main .contents .toggle__list--w100 {
  width: 100%;
}
.wrapper .main .contents .toggle__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DCD2D2;
  padding: 10px 40px 10px 4px;
}
.wrapper .main .contents .toggle__item span {
  font-weight: bold;
}
.wrapper .main .contents .toggle__item input {
  width: 20px;
  height: 20px;
}
.wrapper .main .contents .toggle .nav-open {
  padding: 15px;
  font-size: 20px;
  background: rgba(182, 182, 182, 0.4705882353);
  position: relative;
}
.wrapper .main .contents .toggle .nav-open::before {
  content: "〈";
  position: absolute;
  right: 20px;
  transition: all 0.3s;
}
.wrapper .main .contents .toggle .nav-open.active::before {
  rotate: -90deg;
}
.wrapper .main .contents .toggle .nav-open-nest {
  padding: 15px;
  font-size: 20px;
  background: rgba(182, 182, 182, 0.4705882353);
  position: relative;
}
.wrapper .main .contents .toggle .nav-open-nest::before {
  content: "〈";
  position: absolute;
  right: 20px;
  transition: all 0.3s;
}
.wrapper .main .contents .toggle .nav-open-nest.active::before {
  rotate: -90deg;
}
.wrapper .main .contents .toggle .nav-open-inner {
  margin: 0 auto;
  background-color: transparent;
  border-bottom: 1px solid #DCD2D2;
  padding-bottom: 10px;
}
.wrapper .main .contents .toggle .nav-open-inner::before {
  content: "〈";
  position: absolute;
  right: 20px;
  transition: all 0.3s;
}
.wrapper .main .contents .toggle .nav-open-inner.active::before {
  rotate: -90deg;
}
.wrapper .main .contents .toggle .nest-container {
  display: none;
}
.wrapper .main .contents .toggle .nest-wrap {
  width: 80%;
  margin: 0 auto;
}
.wrapper .main .contents .toggle .nest-wrap .toggle__list {
  width: 80%;
  margin: 0 0 0 auto;
}
.wrapper .main .contents .postage {
  margin: 50px auto 0;
}
.wrapper .main .contents .postage__heading {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 11px;
}
.wrapper .main .contents .postage__list {
  display: flex;
  justify-content: center;
}
.wrapper .main .contents .postage__list--right {
  justify-content: flex-end;
}
.wrapper .main .contents .postage__item {
  padding-bottom: 30px;
}
.wrapper .main .contents .postage__item:nth-child(2) {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  padding: 0 70px;
  margin: 0 100px;
  width: 330px;
}
.wrapper .main .contents .postage .form__label {
  width: auto;
}
.wrapper .main .contents .prefecture__item {
  margin-bottom: 18px;
}
.wrapper .main .contents .progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 40%;
}
.wrapper .main .contents .progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}
.wrapper .main .contents .progressbar li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
}
.wrapper .main .contents .progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -150%;
  width: 200%;
  height: 2px;
  content: "";
  background-color: #F5F5F5;
}
.wrapper .main .contents .progressbar li:first-child::after {
  content: none;
}
.wrapper .main .contents .progressbar li.active {
  color: #8397FF;
}
.wrapper .main .contents .progressbar li.active:before {
  background-color: #8397FF;
}
.wrapper .main .contents .progressbar li.active:after {
  background-color: #8397FF;
}
.wrapper .main .contents .progressbar li.complete {
  color: #8397FF;
}
.wrapper .main .contents .progressbar li.complete:before {
  background-color: #8397FF;
}
.wrapper .main .contents .progressbar li.complete:after {
  background-color: #8397FF;
}
.wrapper .main .contents .progressbar__text {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  margin: 48px 0 58px;
}
.wrapper .main .contents .ledger {
  width: 80%;
  margin: 0 auto;
}
.wrapper .main .contents .ledger__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
}
.wrapper .main .contents .salesReportBox table {
  width: 100%;
}
.wrapper .main .contents .salesReportBox table tr {
  width: 140px;
}
.wrapper .main .contents .registerCustomDrawing--mt100 {
  margin-top: 100px;
}
.wrapper .main .contents .registerCustomDrawing__box {
  margin-bottom: 60px;
}
.wrapper .main .contents .registerCustomDrawing__box:last-child {
  margin-bottom: 0;
}
.wrapper .main .contents .registerCustomDrawing__box--right {
  text-align: right;
}
.wrapper .main .contents .registerCustomDrawing__box--border {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
}
.wrapper .main .contents .registerCustomDrawing__inner {
  display: flex;
}
.wrapper .main .contents .registerCustomDrawing__inner--mt10 {
  margin-top: 10px;
}
.wrapper .main .contents .registerCustomDrawing__inner--w80 {
  width: 80%;
}
.wrapper .main .contents .registerCustomDrawing__item {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.wrapper .main .contents .registerCustomDrawing__item:last-child {
  margin-bottom: 0;
}
.wrapper .main .contents .registerCustomDrawing__leading {
  font-size: 20px;
  line-height: 23px;
}
.wrapper .main .contents .registerCustomDrawing__leadingBox {
  padding: 6px 10px;
  background-color: #D9D9D9;
}
.wrapper .main .contents .registerCustomDrawing__buttonWrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.wrapper .main .contents .registerCustomDrawing__buttonIcon {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  width: 112px;
  height: 112px;
}
.wrapper .main .contents .registerCustomDrawing__buttonIcon--new img {
  width: 114px;
  height: 59px;
}
.wrapper .main .contents .registerCustomDrawing__buttonBox:last-child {
  margin-left: 0;
}
.wrapper .main .contents .registerCustomDrawing__buttonBox a {
  background-color: #F3F3F3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 226px;
  height: 206px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  margin-right: 40px;
}
.wrapper .main .contents .registerCustomDrawing__buttonText {
  font-size: 13px;
  line-height: 15px;
}
.wrapper .main .contents .registerCustomDrawing__heading {
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 20px;
}
.wrapper .main .contents .registerCustomDrawing__label {
  font-size: 16px;
  line-height: 18px;
  width: auto;
}
.wrapper .main .contents .registerCustomDrawing__labelBox {
  margin-bottom: 6px;
  width: auto;
  display: flex;
}
.wrapper .main .contents .registerCustomDrawing__label--w130 {
  width: 130px;
}
.wrapper .main .contents .registerCustomDrawing__plus {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  line-height: 15px;
}
.wrapper .main .contents .registerCustomDrawing__plus img {
  width: 45px;
  margin-top: 20px;
}
.wrapper .main .contents .registerCustomDrawing__frame--mb20 {
  margin-bottom: 20px;
}
.wrapper .main .contents .registerCustomDrawing__amount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 40px 0;
}
.wrapper .main .contents .registerCustomDrawing__amountText {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 6px;
}
.wrapper .main .contents .registerCustomDrawing__amountText--strength {
  display: inline-block;
  border-bottom: 1px solid #333;
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 8px;
}
.wrapper .main .contents .flow {
  display: flex;
  align-items: center;
}
.wrapper .main .contents .flow li {
  margin-right: 50px;
  color: #BABABA;
  font-size: 17px;
  line-height: 19px;
}
.wrapper .main .contents .flow li.active {
  color: #333;
}
.wrapper .main .contents .text-right {
  text-align: right;
  margin-bottom: 20px;
}
.wrapper .main .contents .salesReportBox--auto {
  overflow-x: visible;
}/*# sourceMappingURL=styles.css.map */
.modal {
    display: none;
}

.modal.is-open {
    display: block;
}
.d-none{
    display: none!important;
}
.d-block{
    display: block;
}
.d-inline{
    display: inline;
}
.bg-gray{
    background-color: #E6E6E6!important;
}
.bg-pink{
    background-color: #FFCCCC!important;
}
